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