blob: 6c02a0d4a44c419f5b91945a9fd432d4cfe13d74 [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__"
44 vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040045 demoArtifactsVersion: "1.6.0-SNAPSHOT"
Gary Wu950a3232019-03-26 13:08:29 -070046 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040047 scriptVersion: "1.6.0-SNAPSHOT"
Gary Wud95bf2b2019-06-21 15:35:18 -070048 nfsIpAddress: "__nfs_ip_addr__"
Gary Wu950a3232019-03-26 13:08:29 -070049 config:
Gary Wu28c30b52019-04-05 14:01:10 -070050 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
Brian Freeman2b0d4632019-07-25 12:09:15 -050051 openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}"
Gary Wu950a3232019-03-26 13:08:29 -070052 so:
53 enabled: true
54 so-catalog-db-adapter:
55 config:
56 openStackUserName: "${OS_USERNAME}"
57 openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
58 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
59 appc:
60 enabled: true
Gary Wu8944b772019-06-19 07:12:19 -070061 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070062 config:
Gary Wu8944b772019-06-19 07:12:19 -070063 enableClustering: true
Gary Wu950a3232019-03-26 13:08:29 -070064 openStackType: "OpenStackProvider"
65 openStackName: "OpenStack"
66 openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
67 openStackServiceTenantName: "${OS_PROJECT_NAME}"
68 openStackDomain: "${OS_USER_DOMAIN_NAME}"
69 openStackUserName: "${OS_USERNAME}"
70 openStackEncryptedPassword: "${OS_PASSWORD}"
Gary Wu0ce5b742019-06-07 08:23:07 -070071 mariadb-galera:
72 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070073 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070074 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070075 sdnc:
76 enabled: true
Gary Wua56df522019-06-07 00:34:43 -070077 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070078 config:
Gary Wua56df522019-06-07 00:34:43 -070079 enableClustering: true
Gary Wu0ce5b742019-06-07 08:23:07 -070080 mariadb-galera:
81 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070082 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070083 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070084 aai:
85 enabled: true
86 liveness:
87 initialDelaySeconds: 120
88 aai-data-router:
89 liveness:
90 initialDelaySeconds: 120
91 aai-sparky-be:
92 liveness:
93 initialDelaySeconds: 120
94 aai-spike:
95 liveness:
96 initialDelaySeconds: 120
Yang Xuafb97862019-04-09 00:03:48 -040097 aai-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -070098 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -040099 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700100 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400101 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700102 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700103 portal:
104 enabled: true
Yang Xu6bccc7d2019-04-11 21:20:24 -0400105 portal-cassandra:
106 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700107 periodSeconds: 120
Yang Xu6bccc7d2019-04-11 21:20:24 -0400108 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700109 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700110 vid:
111 enabled: true
Gary Wu950a3232019-03-26 13:08:29 -0700112 aaf:
113 enabled: true
114 cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700115 enabled: true
116 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700117 periodSeconds: 120
Gary Wue2e91772019-04-11 13:14:45 -0700118 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700119 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700120 clamp:
121 enabled: true
122 cli:
123 enabled: true
124 consul:
125 enabled: true
126 contrib:
127 enabled: true
128 dcaegen2:
129 enabled: true
130 dmaap:
131 enabled: true
Gary Wud8f9aac2019-06-15 21:17:26 -0700132 dmaap-dr-prov:
133 mariadb:
134 liveness:
135 initialDelaySeconds: 180
136 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700137 esr:
138 enabled: true
139 log:
Yang Xu6eea27e2019-06-12 12:49:12 -0400140 enabled: false
Yang Xu41604cb2019-04-18 08:35:48 -0400141 log-logstash:
142 replicaCount: 1
Gary Wu950a3232019-03-26 13:08:29 -0700143 sniro-emulator:
144 enabled: true
145 oof:
146 enabled: true
Yang Xuafb97862019-04-09 00:03:48 -0400147 oof-has:
148 music:
149 music-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700150 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400151 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700152 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400153 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700154 periodSeconds: 60
Yang Xuafb97862019-04-09 00:03:48 -0400155 music-tomcat:
156 replicaCount: 1
Yang Xube367bd2019-04-17 22:19:20 -0400157 mariadb-galera:
158 enabled: true
Gary Wua56df522019-06-07 00:34:43 -0700159 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700160 initialDelaySeconds: 180
Gary Wua56df522019-06-07 00:34:43 -0700161 periodSeconds: 60
Yang Xudff736e2019-05-18 12:19:45 -0400162 modeling:
163 enabled: true
Gary Wu930b9802019-06-15 16:44:52 -0700164 mariadb-galera:
165 liveness:
166 initialDelaySeconds: 180
167 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700168 msb:
169 enabled: true
170 multicloud:
171 enabled: true
172 nbi:
173 enabled: true
174 policy:
175 enabled: true
176 pomba:
Yang Xu6eea27e2019-06-12 12:49:12 -0400177 enabled: false
Gary Wu950a3232019-03-26 13:08:29 -0700178 sdc:
179 enabled: true
Yang Xud080b192019-04-11 20:05:52 -0400180 sdc-cs:
181 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700182 periodSeconds: 120
Yang Xud080b192019-04-11 20:05:52 -0400183 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700184 periodSeconds: 60
Brian Freeman2d6d0532019-09-30 13:28:30 -0500185 sdc-be:
186 liveness:
187 initialDelaySeconds: 120
188 periodSeconds: 120
189 timeoutSeconds: 15
190 readiness:
191 initialDelaySeconds: 120
192 periodSeconds: 120
193 timeoutSeconds: 15
194 sdc-fe:
195 livenessProbe:
196 initialDelaySeconds: 120
197 periodSeconds: 120
198 timeoutSeconds: 15
199 readinessProbe:
200 initialDelaySeconds: 120
201 periodSeconds: 120
202 timeoutSeconds: 15
Gary Wu950a3232019-03-26 13:08:29 -0700203 uui:
204 enabled: true
205 vfc:
206 enabled: true
Gary Wu0ce5b742019-06-07 08:23:07 -0700207 mariadb-galera:
208 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700209 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -0700210 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700211 vnfsdk:
212 enabled: true
Abdelmuhaimen Seaudia4488202019-09-11 21:53:04 +0000213 cds:
214 enabled: true
215