Skip to content

Commit

Permalink
MB-44553 - Added maintenance version 6.5.2, Updated SSHCIDR Descripti…
Browse files Browse the repository at this point in the history
…on, Unified default sync gateway node count

Removed obsolete versions of cbs

Unify CBS Versions and SG Versions
  • Loading branch information
malscent committed Feb 24, 2021
1 parent adf6cf3 commit 1314eec
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"AllowedValues": [
"6.6.1",
"6.6.0",
"6.5.2",
"6.5.1",
"6.5.0",
"6.0.4",
Expand Down Expand Up @@ -263,7 +264,7 @@
"Type": "AWS::EC2::KeyPair::KeyName"
},
"SSHCIDR": {
"Description": "SSH CIDR",
"Description": "Range of IP addresses for accessing servers via SSH",
"Type": "String",
"MinLength": 9,
"MaxLength": 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"AllowedValues": [
"6.6.1",
"6.6.0",
"6.5.2",
"6.5.1",
"6.5.0",
"6.0.4",
Expand Down Expand Up @@ -260,7 +261,7 @@
"Type": "AWS::EC2::KeyPair::KeyName"
},
"SSHCIDR": {
"Description": "SSH CIDR",
"Description": "Range of IP addresses for accessing servers via SSH",
"Type": "String",
"MinLength": 9,
"MaxLength": 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,11 @@
{
"label": "6.6.0",
"value": "6.6.0"
},
},
{
"label": "6.5.2",
"value": "6.5.2"
},
{
"label": "6.5.1",
"value": "6.5.1"
Expand Down Expand Up @@ -306,59 +310,15 @@
{
"label": "6.0.0",
"value": "6.0.0"
},
{
"label": "5.5.4",
"value": "5.5.4"
},
{
"label": "5.5.3",
"value": "5.5.3"
},
{
"label": "5.5.2",
"value": "5.5.2"
},
{
"label": "5.5.1",
"value": "5.5.1"
},
{
"label": "5.5.0",
"value": "5.5.0"
},
{
"label": "5.1.3",
"value": "5.1.3"
},
{
"label": "5.1.2",
"value": "5.1.2"
},
{
"label": "5.1.1",
"value": "5.1.1"
},
{
"label": "5.1.0",
"value": "5.1.0"
},
{
"label": "5.0.1",
"value": "5.0.1"
},
{
"label": "5.0.0",
"value": "5.0.0"
}
}
]
}
},
{
"name": "syncGatewayNodeCount",
"type": "Microsoft.Common.DropDown",
"label": "Sync Gateway Node Count",
"defaultValue": "2",
"defaultValue": "0",
"toolTip": "Number of virtual machines to provision for Sync Gateway cluster",
"constraints": {
"allowedValues": [
Expand Down Expand Up @@ -564,10 +524,6 @@
{
"label": "1.5.2",
"value": "1.5.2"
},
{
"label": "1.5.1",
"value": "1.5.1"
}
]
}
Expand Down
17 changes: 3 additions & 14 deletions gcp/couchbase-enterprise-edition-byol/couchbase.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,18 @@ properties:
enum:
- 6.6.1
- 6.6.0
- 6.5.2
- 6.5.1
- 6.5.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 6.0.0

syncGatewayNodeCount:
type: integer
default: 2
default: 0
minimum: 0
maximum: 100
syncGatewayNodeType:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,18 @@ properties:
enum:
- 6.6.1
- 6.6.0
- 6.5.2
- 6.5.1
- 6.5.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 6.0.0

syncGatewayNodeCount:
type: integer
default: 2
default: 0
minimum: 0
maximum: 100
syncGatewayNodeType:
Expand Down

0 comments on commit 1314eec

Please sign in to comment.