Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 1 | parameters: |
2 | |||||
3 | ubuntu_1804_image: ubuntu-18.04 | ||||
4 | |||||
Marco Platania | 92e0160 | 2020-02-28 10:13:54 -0500 | [diff] [blame^] | 5 | # apt_proxy: 10.12.5.2:8000 |
6 | # docker_proxy: 10.12.5.2:5000 | ||||
7 | |||||
8 | apt_proxy: "" | ||||
9 | docker_proxy: nexus3.onap.org:10001 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 10 | |
Brian Freeman | 1160da4 | 2019-08-14 17:28:09 -0500 | [diff] [blame] | 11 | nfs_vm_flavor: m1.lm.xlarge |
Brian Freeman | 86223f2 | 2019-07-30 08:42:00 -0500 | [diff] [blame] | 12 | k8s_vm_flavor: m1.lm.xlarge |
13 | orch_vm_flavor: m1.lm.medium | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 14 | |
15 | public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4 | ||||
16 | |||||
17 | oam_network_cidr: 10.0.0.0/16 | ||||
Gary Wu | cad7069 | 2019-04-24 10:45:56 -0700 | [diff] [blame] | 18 | oam_ext_network_cidr: 10.100.0.0/16 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 19 | |
20 | integration_gerrit_branch: master | ||||
21 | |||||
Gary Wu | 06b0812 | 2019-06-21 23:15:55 -0700 | [diff] [blame] | 22 | helm_deploy_delay: 30s |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 23 | |
24 | integration_override_yaml: > | ||||
25 | global: | ||||
26 | repository: __docker_proxy__ | ||||
27 | pullPolicy: IfNotPresent | ||||
Marco Platania | 92e0160 | 2020-02-28 10:13:54 -0500 | [diff] [blame^] | 28 | masterPassword: secretpassword |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 29 | robot: |
30 | enabled: true | ||||
31 | flavor: large | ||||
32 | appcUsername: "appc@appc.onap.org" | ||||
33 | appcPassword: "demo123456!" | ||||
34 | openStackKeyStoneUrl: "http://10.12.25.2:5000" | ||||
35 | openStackPublicNetId: "__public_net_id__" | ||||
36 | openStackTenantId: "${OS_PROJECT_ID}" | ||||
37 | openStackUserName: "${OS_USERNAME}" | ||||
Brian Freeman | 2b0d463 | 2019-07-25 12:09:15 -0500 | [diff] [blame] | 38 | openStackUserDomain: "${OS_USER_DOMAIN_NAME}" |
39 | openStackProjectName: "${OS_PROJECT_NAME}" | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 40 | ubuntu14Image: "ubuntu-14-04-cloud-amd64" |
41 | ubuntu16Image: "ubuntu-16-04-cloud-amd64" | ||||
42 | openStackPrivateNetId: "__oam_network_id__" | ||||
43 | openStackPrivateSubnetId: "__oam_subnet_id__" | ||||
44 | openStackPrivateNetCidr: "__oam_network_cidr__" | ||||
45 | openStackSecurityGroup: "__sec_group__" | ||||
46 | openStackOamNetworkCidrPrefix: "10.0" | ||||
47 | dcaeCollectorIp: "__k8s_01_vm_ip__" | ||||
Brian Freeman | 73c4103 | 2019-12-11 14:12:37 -0500 | [diff] [blame] | 48 | kubernetesExternalIp: "__k8s_01_vm_ip__" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 49 | vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh" |
Marco Platania | f2d8bca | 2019-10-13 10:47:19 -0400 | [diff] [blame] | 50 | demoArtifactsVersion: "1.6.0-SNAPSHOT" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 51 | demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" |
Marco Platania | f2d8bca | 2019-10-13 10:47:19 -0400 | [diff] [blame] | 52 | scriptVersion: "1.6.0-SNAPSHOT" |
Gary Wu | d95bf2b | 2019-06-21 15:35:18 -0700 | [diff] [blame] | 53 | nfsIpAddress: "__nfs_ip_addr__" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 54 | config: |
Gary Wu | 28c30b5 | 2019-04-05 14:01:10 -0700 | [diff] [blame] | 55 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}" |
Brian Freeman | 2b0d463 | 2019-07-25 12:09:15 -0500 | [diff] [blame] | 56 | openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 57 | so: |
58 | enabled: true | ||||
59 | so-catalog-db-adapter: | ||||
60 | config: | ||||
61 | openStackUserName: "${OS_USERNAME}" | ||||
62 | openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0" | ||||
63 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" | ||||
64 | appc: | ||||
65 | enabled: true | ||||
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 66 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 67 | config: |
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 68 | enableClustering: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 69 | openStackType: "OpenStackProvider" |
70 | openStackName: "OpenStack" | ||||
71 | openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0" | ||||
72 | openStackServiceTenantName: "${OS_PROJECT_NAME}" | ||||
73 | openStackDomain: "${OS_USER_DOMAIN_NAME}" | ||||
74 | openStackUserName: "${OS_USERNAME}" | ||||
75 | openStackEncryptedPassword: "${OS_PASSWORD}" | ||||
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 76 | mariadb-galera: |
77 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 78 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 79 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 80 | sdnc: |
81 | enabled: true | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 82 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 83 | config: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 84 | enableClustering: true |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 85 | mariadb-galera: |
86 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 87 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 88 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 89 | aai: |
90 | enabled: true | ||||
91 | liveness: | ||||
92 | initialDelaySeconds: 120 | ||||
93 | aai-data-router: | ||||
94 | liveness: | ||||
95 | initialDelaySeconds: 120 | ||||
96 | aai-sparky-be: | ||||
97 | liveness: | ||||
98 | initialDelaySeconds: 120 | ||||
99 | aai-spike: | ||||
100 | liveness: | ||||
101 | initialDelaySeconds: 120 | ||||
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 102 | aai-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 103 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 104 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 105 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 106 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 107 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 108 | portal: |
109 | enabled: true | ||||
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 110 | portal-cassandra: |
111 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 112 | periodSeconds: 120 |
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 113 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 114 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 115 | vid: |
116 | enabled: true | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 117 | aaf: |
118 | enabled: true | ||||
119 | cassandra: | ||||
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 120 | enabled: true |
121 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 122 | periodSeconds: 120 |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 123 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 124 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 125 | clamp: |
126 | enabled: true | ||||
127 | cli: | ||||
128 | enabled: true | ||||
129 | consul: | ||||
130 | enabled: true | ||||
131 | contrib: | ||||
132 | enabled: true | ||||
133 | dcaegen2: | ||||
134 | enabled: true | ||||
135 | dmaap: | ||||
136 | enabled: true | ||||
Gary Wu | d8f9aac | 2019-06-15 21:17:26 -0700 | [diff] [blame] | 137 | dmaap-dr-prov: |
138 | mariadb: | ||||
139 | liveness: | ||||
140 | initialDelaySeconds: 180 | ||||
141 | periodSeconds: 60 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 142 | esr: |
143 | enabled: true | ||||
144 | log: | ||||
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 145 | enabled: false |
Yang Xu | 41604cb | 2019-04-18 08:35:48 -0400 | [diff] [blame] | 146 | log-logstash: |
147 | replicaCount: 1 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 148 | sniro-emulator: |
149 | enabled: true | ||||
150 | oof: | ||||
151 | enabled: true | ||||
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 152 | oof-has: |
153 | music: | ||||
154 | music-cassandra: | ||||
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 155 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 156 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 157 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 158 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 159 | periodSeconds: 60 |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 160 | music-tomcat: |
161 | replicaCount: 1 | ||||
Yang Xu | be367bd | 2019-04-17 22:19:20 -0400 | [diff] [blame] | 162 | mariadb-galera: |
163 | enabled: true | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 164 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 165 | initialDelaySeconds: 180 |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 166 | periodSeconds: 60 |
Yang Xu | dff736e | 2019-05-18 12:19:45 -0400 | [diff] [blame] | 167 | modeling: |
168 | enabled: true | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 169 | mariadb-galera: |
170 | liveness: | ||||
171 | initialDelaySeconds: 180 | ||||
172 | periodSeconds: 60 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 173 | msb: |
174 | enabled: true | ||||
175 | multicloud: | ||||
176 | enabled: true | ||||
177 | nbi: | ||||
178 | enabled: true | ||||
179 | policy: | ||||
180 | enabled: true | ||||
181 | pomba: | ||||
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 182 | enabled: false |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 183 | sdc: |
184 | enabled: true | ||||
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 185 | sdc-cs: |
186 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 187 | periodSeconds: 120 |
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 188 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 189 | periodSeconds: 60 |
Brian Freeman | 2d6d053 | 2019-09-30 13:28:30 -0500 | [diff] [blame] | 190 | sdc-be: |
191 | liveness: | ||||
192 | initialDelaySeconds: 120 | ||||
193 | periodSeconds: 120 | ||||
194 | timeoutSeconds: 15 | ||||
195 | readiness: | ||||
196 | initialDelaySeconds: 120 | ||||
197 | periodSeconds: 120 | ||||
198 | timeoutSeconds: 15 | ||||
199 | sdc-fe: | ||||
200 | livenessProbe: | ||||
201 | initialDelaySeconds: 120 | ||||
202 | periodSeconds: 120 | ||||
203 | timeoutSeconds: 15 | ||||
204 | readinessProbe: | ||||
205 | initialDelaySeconds: 120 | ||||
206 | periodSeconds: 120 | ||||
207 | timeoutSeconds: 15 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 208 | uui: |
209 | enabled: true | ||||
210 | vfc: | ||||
211 | enabled: true | ||||
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 212 | mariadb-galera: |
213 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 214 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 215 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 216 | vnfsdk: |
217 | enabled: true | ||||
Abdelmuhaimen Seaudi | a448820 | 2019-09-11 21:53:04 +0000 | [diff] [blame] | 218 | cds: |
219 | enabled: true | ||||
220 |