blob: aea0c65f441f67f86686acfac02d418a9d541f60 [file] [log] [blame]
Gary Wu950a3232019-03-26 13:08:29 -07001parameters:
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
Brian Freeman1160da42019-08-14 17:28:09 -05008 nfs_vm_flavor: m1.lm.xlarge
Brian Freeman86223f22019-07-30 08:42:00 -05009 k8s_vm_flavor: m1.lm.xlarge
10 orch_vm_flavor: m1.lm.medium
Gary Wu950a3232019-03-26 13:08:29 -070011
12 public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
13
14 oam_network_cidr: 10.0.0.0/16
Gary Wucad70692019-04-24 10:45:56 -070015 oam_ext_network_cidr: 10.100.0.0/16
Gary Wu950a3232019-03-26 13:08:29 -070016
17 integration_gerrit_branch: master
18
Gary Wu06b08122019-06-21 23:15:55 -070019 helm_deploy_delay: 30s
Gary Wu950a3232019-03-26 13:08:29 -070020
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}"
Brian Freeman2b0d4632019-07-25 12:09:15 -050034 openStackUserDomain: "${OS_USER_DOMAIN_NAME}"
35 openStackProjectName: "${OS_PROJECT_NAME}"
Gary Wu950a3232019-03-26 13:08:29 -070036 ubuntu14Image: "ubuntu-14-04-cloud-amd64"
37 ubuntu16Image: "ubuntu-16-04-cloud-amd64"
38 openStackPrivateNetId: "__oam_network_id__"
39 openStackPrivateSubnetId: "__oam_subnet_id__"
40 openStackPrivateNetCidr: "__oam_network_cidr__"
41 openStackSecurityGroup: "__sec_group__"
42 openStackOamNetworkCidrPrefix: "10.0"
43 dcaeCollectorIp: "__k8s_01_vm_ip__"
Brian Freeman73c41032019-12-11 14:12:37 -050044 kubernetesExternalIp: "__k8s_01_vm_ip__"
Gary Wu950a3232019-03-26 13:08:29 -070045 vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040046 demoArtifactsVersion: "1.6.0-SNAPSHOT"
Gary Wu950a3232019-03-26 13:08:29 -070047 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040048 scriptVersion: "1.6.0-SNAPSHOT"
Gary Wud95bf2b2019-06-21 15:35:18 -070049 nfsIpAddress: "__nfs_ip_addr__"
Gary Wu950a3232019-03-26 13:08:29 -070050 config:
Gary Wu28c30b52019-04-05 14:01:10 -070051 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
Brian Freeman2b0d4632019-07-25 12:09:15 -050052 openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}"
Gary Wu950a3232019-03-26 13:08:29 -070053 so:
54 enabled: true
55 so-catalog-db-adapter:
56 config:
57 openStackUserName: "${OS_USERNAME}"
58 openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
59 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
60 appc:
61 enabled: true
Gary Wu8944b772019-06-19 07:12:19 -070062 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070063 config:
Gary Wu8944b772019-06-19 07:12:19 -070064 enableClustering: true
Gary Wu950a3232019-03-26 13:08:29 -070065 openStackType: "OpenStackProvider"
66 openStackName: "OpenStack"
67 openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
68 openStackServiceTenantName: "${OS_PROJECT_NAME}"
69 openStackDomain: "${OS_USER_DOMAIN_NAME}"
70 openStackUserName: "${OS_USERNAME}"
71 openStackEncryptedPassword: "${OS_PASSWORD}"
Gary Wu0ce5b742019-06-07 08:23:07 -070072 mariadb-galera:
73 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070074 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070075 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070076 sdnc:
77 enabled: true
Gary Wua56df522019-06-07 00:34:43 -070078 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070079 config:
Gary Wua56df522019-06-07 00:34:43 -070080 enableClustering: true
Gary Wu0ce5b742019-06-07 08:23:07 -070081 mariadb-galera:
82 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070083 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070084 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070085 aai:
86 enabled: true
87 liveness:
88 initialDelaySeconds: 120
89 aai-data-router:
90 liveness:
91 initialDelaySeconds: 120
92 aai-sparky-be:
93 liveness:
94 initialDelaySeconds: 120
95 aai-spike:
96 liveness:
97 initialDelaySeconds: 120
Yang Xuafb97862019-04-09 00:03:48 -040098 aai-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -070099 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400100 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700101 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400102 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700103 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700104 portal:
105 enabled: true
Yang Xu6bccc7d2019-04-11 21:20:24 -0400106 portal-cassandra:
107 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700108 periodSeconds: 120
Yang Xu6bccc7d2019-04-11 21:20:24 -0400109 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700110 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700111 vid:
112 enabled: true
Gary Wu950a3232019-03-26 13:08:29 -0700113 aaf:
114 enabled: true
115 cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700116 enabled: true
117 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700118 periodSeconds: 120
Gary Wue2e91772019-04-11 13:14:45 -0700119 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700120 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700121 clamp:
122 enabled: true
123 cli:
124 enabled: true
125 consul:
126 enabled: true
127 contrib:
128 enabled: true
129 dcaegen2:
130 enabled: true
131 dmaap:
132 enabled: true
Gary Wud8f9aac2019-06-15 21:17:26 -0700133 dmaap-dr-prov:
134 mariadb:
135 liveness:
136 initialDelaySeconds: 180
137 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700138 esr:
139 enabled: true
140 log:
Yang Xu6eea27e2019-06-12 12:49:12 -0400141 enabled: false
Yang Xu41604cb2019-04-18 08:35:48 -0400142 log-logstash:
143 replicaCount: 1
Gary Wu950a3232019-03-26 13:08:29 -0700144 sniro-emulator:
145 enabled: true
146 oof:
147 enabled: true
Yang Xuafb97862019-04-09 00:03:48 -0400148 oof-has:
149 music:
150 music-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700151 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400152 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700153 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400154 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700155 periodSeconds: 60
Yang Xuafb97862019-04-09 00:03:48 -0400156 music-tomcat:
157 replicaCount: 1
Yang Xube367bd2019-04-17 22:19:20 -0400158 mariadb-galera:
159 enabled: true
Gary Wua56df522019-06-07 00:34:43 -0700160 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700161 initialDelaySeconds: 180
Gary Wua56df522019-06-07 00:34:43 -0700162 periodSeconds: 60
Yang Xudff736e2019-05-18 12:19:45 -0400163 modeling:
164 enabled: true
Gary Wu930b9802019-06-15 16:44:52 -0700165 mariadb-galera:
166 liveness:
167 initialDelaySeconds: 180
168 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700169 msb:
170 enabled: true
171 multicloud:
172 enabled: true
173 nbi:
174 enabled: true
175 policy:
176 enabled: true
177 pomba:
Yang Xu6eea27e2019-06-12 12:49:12 -0400178 enabled: false
Gary Wu950a3232019-03-26 13:08:29 -0700179 sdc:
180 enabled: true
Yang Xud080b192019-04-11 20:05:52 -0400181 sdc-cs:
182 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700183 periodSeconds: 120
Yang Xud080b192019-04-11 20:05:52 -0400184 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700185 periodSeconds: 60
Brian Freeman2d6d0532019-09-30 13:28:30 -0500186 sdc-be:
187 liveness:
188 initialDelaySeconds: 120
189 periodSeconds: 120
190 timeoutSeconds: 15
191 readiness:
192 initialDelaySeconds: 120
193 periodSeconds: 120
194 timeoutSeconds: 15
195 sdc-fe:
196 livenessProbe:
197 initialDelaySeconds: 120
198 periodSeconds: 120
199 timeoutSeconds: 15
200 readinessProbe:
201 initialDelaySeconds: 120
202 periodSeconds: 120
203 timeoutSeconds: 15
Gary Wu950a3232019-03-26 13:08:29 -0700204 uui:
205 enabled: true
206 vfc:
207 enabled: true
Gary Wu0ce5b742019-06-07 08:23:07 -0700208 mariadb-galera:
209 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700210 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -0700211 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700212 vnfsdk:
213 enabled: true
Abdelmuhaimen Seaudia4488202019-09-11 21:53:04 +0000214 cds:
215 enabled: true
216