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 | |||||
8 | rancher_vm_flavor: m1.large | ||||
Gary Wu | 415f6a8 | 2019-04-11 15:56:27 -0700 | [diff] [blame] | 9 | k8s_vm_flavor: m1.xlarge |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 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 | ||||
Gary Wu | cad7069 | 2019-04-24 10:45:56 -0700 | [diff] [blame] | 16 | oam_ext_network_cidr: 10.100.0.0/16 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 17 | |
18 | integration_gerrit_branch: master | ||||
19 | |||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 20 | helm_deploy_delay: 3m |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 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" | ||||
Gary Wu | 64efe1d | 2019-06-14 12:21:58 -0700 | [diff] [blame] | 44 | demoArtifactsVersion: "1.4.0" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 45 | demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" |
Gary Wu | 64efe1d | 2019-06-14 12:21:58 -0700 | [diff] [blame] | 46 | scriptVersion: "1.4.0" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 47 | rancherIpAddress: "__rancher_ip_addr__" |
48 | config: | ||||
Gary Wu | 28c30b5 | 2019-04-05 14:01:10 -0700 | [diff] [blame] | 49 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 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: | ||||
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 58 | image: onap/appc-image:1.5.2-SNAPSHOT-20190618T022325Z |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 59 | enabled: true |
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 60 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 61 | config: |
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 62 | enableClustering: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 63 | openStackType: "OpenStackProvider" |
64 | openStackName: "OpenStack" | ||||
65 | openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0" | ||||
66 | openStackServiceTenantName: "${OS_PROJECT_NAME}" | ||||
67 | openStackDomain: "${OS_USER_DOMAIN_NAME}" | ||||
68 | openStackUserName: "${OS_USERNAME}" | ||||
69 | openStackEncryptedPassword: "${OS_PASSWORD}" | ||||
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 70 | mariadb-galera: |
71 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 72 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 73 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 74 | sdnc: |
75 | enabled: true | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 76 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 77 | config: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 78 | enableClustering: true |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 79 | mariadb-galera: |
80 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 81 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 82 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 83 | aai: |
84 | enabled: true | ||||
85 | liveness: | ||||
86 | initialDelaySeconds: 120 | ||||
87 | aai-data-router: | ||||
88 | liveness: | ||||
89 | initialDelaySeconds: 120 | ||||
90 | aai-sparky-be: | ||||
91 | liveness: | ||||
92 | initialDelaySeconds: 120 | ||||
93 | aai-spike: | ||||
94 | liveness: | ||||
95 | initialDelaySeconds: 120 | ||||
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 96 | aai-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 97 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 98 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 99 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 100 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 101 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 102 | portal: |
103 | enabled: true | ||||
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 104 | portal-cassandra: |
105 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 106 | periodSeconds: 120 |
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 107 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 108 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 109 | vid: |
110 | enabled: true | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 111 | aaf: |
112 | enabled: true | ||||
113 | cassandra: | ||||
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 114 | enabled: true |
115 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 116 | periodSeconds: 120 |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 117 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 118 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 119 | clamp: |
120 | enabled: true | ||||
121 | cli: | ||||
122 | enabled: true | ||||
123 | consul: | ||||
124 | enabled: true | ||||
125 | contrib: | ||||
126 | enabled: true | ||||
127 | dcaegen2: | ||||
128 | enabled: true | ||||
129 | dmaap: | ||||
130 | enabled: true | ||||
Gary Wu | d8f9aac | 2019-06-15 21:17:26 -0700 | [diff] [blame] | 131 | dmaap-dr-prov: |
132 | mariadb: | ||||
133 | liveness: | ||||
134 | initialDelaySeconds: 180 | ||||
135 | periodSeconds: 60 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 136 | esr: |
137 | enabled: true | ||||
138 | log: | ||||
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 139 | enabled: false |
Yang Xu | 41604cb | 2019-04-18 08:35:48 -0400 | [diff] [blame] | 140 | log-logstash: |
141 | replicaCount: 1 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 142 | sniro-emulator: |
143 | enabled: true | ||||
144 | oof: | ||||
145 | enabled: true | ||||
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 146 | oof-has: |
147 | music: | ||||
148 | music-cassandra: | ||||
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 149 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 150 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 151 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 152 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 153 | periodSeconds: 60 |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 154 | music-tomcat: |
155 | replicaCount: 1 | ||||
Yang Xu | be367bd | 2019-04-17 22:19:20 -0400 | [diff] [blame] | 156 | mariadb-galera: |
157 | enabled: true | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 158 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 159 | initialDelaySeconds: 180 |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 160 | periodSeconds: 60 |
Yang Xu | dff736e | 2019-05-18 12:19:45 -0400 | [diff] [blame] | 161 | modeling: |
162 | enabled: true | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 163 | mariadb-galera: |
164 | liveness: | ||||
165 | initialDelaySeconds: 180 | ||||
166 | periodSeconds: 60 | ||||
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 167 | msb: |
168 | enabled: true | ||||
169 | multicloud: | ||||
170 | enabled: true | ||||
171 | nbi: | ||||
172 | enabled: true | ||||
173 | policy: | ||||
174 | enabled: true | ||||
175 | pomba: | ||||
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 176 | enabled: false |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 177 | sdc: |
178 | enabled: true | ||||
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 179 | sdc-cs: |
180 | liveness: | ||||
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 181 | periodSeconds: 120 |
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 182 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 183 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 184 | uui: |
185 | enabled: true | ||||
186 | vfc: | ||||
187 | enabled: true | ||||
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 188 | mariadb-galera: |
189 | liveness: | ||||
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 190 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 191 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 192 | vnfsdk: |
193 | enabled: true |