-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathparameters.xdcr.yaml
50 lines (48 loc) · 1.2 KB
/
parameters.xdcr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
imports:
- path: deployment.py
- path: cluster.py
- path: group.py
- path: naming.py
- path: startupCommon.sh
- path: syncGateway.sh
- path: server.sh
- path: successNotification.sh
resources:
- name: deployment
type: deployment.py
properties:
serverVersion: 6.5.0
syncGatewayVersion: 2.7.1
couchbaseUsername: couchbase
couchbasePassword: foo123!
license: byol
clusters:
- cluster: cluster1
region: us-east1
groups:
- group: group1
diskSize: 100
nodeCount: 3
nodeType: n1-standard-4
services:
- data
- group: group2
diskSize: 20
nodeCount: 2
nodeType: n1-standard-4
services:
- index
- cluster: cluster2
region: us-central1
groups:
- group: group1
diskSize: 100
nodeCount: 2
nodeType: n1-standard-4
services:
- data
outputs:
- name: cluster1-server-AdminUrl
value: http://$(ref.deployment.externalIp-cluster1-group1):8091/
- name: cluster2-server-AdminUrl
value: http://$(ref.deployment.externalIp-cluster2-group1):8091/