Adjust mariadb liveness initial delay
[integration.git] / deployment / heat / onap-rke / env / windriver / onap-oom.env
1 parameters:
2
3   ubuntu_1804_image: ubuntu-18.04
4
5   apt_proxy: 10.12.5.2:8000
6   docker_proxy: 10.12.5.2:5000
7
8   rancher_vm_flavor: m1.large
9   k8s_vm_flavor: m1.xlarge
10   etcd_vm_flavor: m1.medium
11   orch_vm_flavor: m1.large
12
13   public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
14
15   oam_network_cidr: 10.0.0.0/16
16   oam_ext_network_cidr: 10.100.0.0/16
17
18   integration_gerrit_branch: master
19
20   helm_deploy_delay: 3m
21
22   integration_override_yaml: >
23     global:
24       repository: __docker_proxy__
25       pullPolicy: IfNotPresent
26     robot:
27       enabled: true
28       flavor: large
29       appcUsername: "appc@appc.onap.org"
30       appcPassword: "demo123456!"
31       openStackKeyStoneUrl: "http://10.12.25.2:5000"
32       openStackPublicNetId: "__public_net_id__"
33       openStackTenantId: "${OS_PROJECT_ID}"
34       openStackUserName: "${OS_USERNAME}"
35       ubuntu14Image: "ubuntu-14-04-cloud-amd64"
36       ubuntu16Image: "ubuntu-16-04-cloud-amd64"
37       openStackPrivateNetId: "__oam_network_id__"
38       openStackPrivateSubnetId: "__oam_subnet_id__"
39       openStackPrivateNetCidr: "__oam_network_cidr__"
40       openStackSecurityGroup: "__sec_group__"
41       openStackOamNetworkCidrPrefix: "10.0"
42       dcaeCollectorIp: "__k8s_01_vm_ip__"
43       vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
44       demoArtifactsVersion: "1.4.0"
45       demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
46       scriptVersion: "1.4.0"
47       rancherIpAddress: "__rancher_ip_addr__"
48       config:
49         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
50     so:
51       enabled: true
52       so-catalog-db-adapter:
53         config:
54           openStackUserName: "${OS_USERNAME}"
55           openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
56           openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
57     appc:
58       enabled: true
59       replicaCount: 3
60       config:
61         enableClustering: true
62         openStackType: "OpenStackProvider"
63         openStackName: "OpenStack"
64         openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
65         openStackServiceTenantName: "${OS_PROJECT_NAME}"
66         openStackDomain: "${OS_USER_DOMAIN_NAME}"
67         openStackUserName: "${OS_USERNAME}"
68         openStackEncryptedPassword: "${OS_PASSWORD}"
69       mariadb-galera:
70         liveness:
71           initialDelaySeconds: 180
72           periodSeconds: 60
73     sdnc:
74       enabled: true
75       replicaCount: 3
76       config:
77         enableClustering: true
78       mariadb-galera:
79         liveness:
80           initialDelaySeconds: 180
81           periodSeconds: 60
82     aai:
83       enabled: true
84       liveness:
85         initialDelaySeconds: 120
86       aai-data-router:
87         liveness:
88           initialDelaySeconds: 120
89       aai-sparky-be:
90         liveness:
91           initialDelaySeconds: 120
92       aai-spike:
93         liveness:
94           initialDelaySeconds: 120
95       aai-cassandra:
96         replicaCount: 3
97         liveness:
98           periodSeconds: 120
99         readiness:
100           periodSeconds: 60
101     portal:
102       enabled: true
103       portal-cassandra:
104         liveness:
105           periodSeconds: 120
106         readiness:
107           periodSeconds: 60
108     vid:
109       enabled: true
110     aaf:
111       enabled: true
112     cassandra:
113       enabled: true
114       liveness:
115         periodSeconds: 120
116       readiness:
117         periodSeconds: 60
118     clamp:
119       enabled: true
120     cli:
121       enabled: true
122     consul:
123       enabled: true
124     contrib:
125       enabled: true
126     dcaegen2:
127       enabled: true
128     dmaap:
129       enabled: true
130     esr:
131       enabled: true
132     log:
133       enabled: false
134       log-logstash:
135         replicaCount: 1
136     sniro-emulator:
137       enabled: true
138     oof:
139       enabled: true
140       oof-has:
141         music:
142           music-cassandra:
143             replicaCount: 3
144             liveness:
145               periodSeconds: 120
146             readiness:
147               periodSeconds: 60
148           music-tomcat:
149             replicaCount: 1
150     mariadb-galera:
151       enabled: true
152       liveness:
153         initialDelaySeconds: 180
154         periodSeconds: 60
155     modeling:
156       enabled: true
157       mariadb-galera:
158         liveness:
159           initialDelaySeconds: 180
160           periodSeconds: 60
161     msb:
162       enabled: true
163     multicloud:
164       enabled: true
165     nbi:
166       enabled: true
167     policy:
168       enabled: true
169     pomba:
170       enabled: false
171     sdc:
172       enabled: true
173       sdc-cs:
174         liveness:
175           periodSeconds: 120
176         readiness:
177           periodSeconds: 60
178     uui:
179       enabled: true
180     vfc:
181       enabled: true
182       mariadb-galera:
183         liveness:
184           initialDelaySeconds: 180
185           periodSeconds: 60
186     vnfsdk:
187       enabled: true