blob: 06852d9f2112f94f29344df521e98c46d5274401 [file] [log] [blame]
Gary Wu950a3232019-03-26 13:08:29 -07001parameters:
2
3 ubuntu_1804_image: ubuntu-18.04
4
Marco Platania92e01602020-02-28 10:13:54 -05005# 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 Wu950a3232019-03-26 13:08:29 -070010
Brian Freeman1160da42019-08-14 17:28:09 -050011 nfs_vm_flavor: m1.lm.xlarge
Brian Freeman86223f22019-07-30 08:42:00 -050012 k8s_vm_flavor: m1.lm.xlarge
13 orch_vm_flavor: m1.lm.medium
Gary Wu950a3232019-03-26 13:08:29 -070014
15 public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
16
17 oam_network_cidr: 10.0.0.0/16
Gary Wucad70692019-04-24 10:45:56 -070018 oam_ext_network_cidr: 10.100.0.0/16
Gary Wu950a3232019-03-26 13:08:29 -070019
20 integration_gerrit_branch: master
21
Gary Wu06b08122019-06-21 23:15:55 -070022 helm_deploy_delay: 30s
Gary Wu950a3232019-03-26 13:08:29 -070023
24 integration_override_yaml: >
25 global:
26 repository: __docker_proxy__
27 pullPolicy: IfNotPresent
Marco Platania92e01602020-02-28 10:13:54 -050028 masterPassword: secretpassword
Gary Wu950a3232019-03-26 13:08:29 -070029 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 Freeman2b0d4632019-07-25 12:09:15 -050038 openStackUserDomain: "${OS_USER_DOMAIN_NAME}"
39 openStackProjectName: "${OS_PROJECT_NAME}"
Gary Wu950a3232019-03-26 13:08:29 -070040 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 Freeman73c41032019-12-11 14:12:37 -050048 kubernetesExternalIp: "__k8s_01_vm_ip__"
Gary Wu950a3232019-03-26 13:08:29 -070049 vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040050 demoArtifactsVersion: "1.6.0-SNAPSHOT"
Gary Wu950a3232019-03-26 13:08:29 -070051 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Marco Plataniaf2d8bca2019-10-13 10:47:19 -040052 scriptVersion: "1.6.0-SNAPSHOT"
Gary Wud95bf2b2019-06-21 15:35:18 -070053 nfsIpAddress: "__nfs_ip_addr__"
Gary Wu950a3232019-03-26 13:08:29 -070054 config:
Gary Wu28c30b52019-04-05 14:01:10 -070055 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
Brian Freeman2b0d4632019-07-25 12:09:15 -050056 openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}"
Gary Wu950a3232019-03-26 13:08:29 -070057 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 Wu8944b772019-06-19 07:12:19 -070066 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070067 config:
Gary Wu8944b772019-06-19 07:12:19 -070068 enableClustering: true
Gary Wu950a3232019-03-26 13:08:29 -070069 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 Wu0ce5b742019-06-07 08:23:07 -070076 mariadb-galera:
77 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070078 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070079 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070080 sdnc:
81 enabled: true
Gary Wua56df522019-06-07 00:34:43 -070082 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070083 config:
Gary Wua56df522019-06-07 00:34:43 -070084 enableClustering: true
Gary Wu0ce5b742019-06-07 08:23:07 -070085 mariadb-galera:
86 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070087 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070088 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070089 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 Xuafb97862019-04-09 00:03:48 -0400102 aai-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700103 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400104 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700105 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400106 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700107 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700108 portal:
109 enabled: true
Yang Xu6bccc7d2019-04-11 21:20:24 -0400110 portal-cassandra:
111 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700112 periodSeconds: 120
Yang Xu6bccc7d2019-04-11 21:20:24 -0400113 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700114 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700115 vid:
116 enabled: true
Gary Wu950a3232019-03-26 13:08:29 -0700117 aaf:
118 enabled: true
119 cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700120 enabled: true
121 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700122 periodSeconds: 120
Gary Wue2e91772019-04-11 13:14:45 -0700123 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700124 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700125 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 Wud8f9aac2019-06-15 21:17:26 -0700137 dmaap-dr-prov:
138 mariadb:
139 liveness:
140 initialDelaySeconds: 180
141 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700142 esr:
143 enabled: true
144 log:
Yang Xu6eea27e2019-06-12 12:49:12 -0400145 enabled: false
Yang Xu41604cb2019-04-18 08:35:48 -0400146 log-logstash:
147 replicaCount: 1
Gary Wu950a3232019-03-26 13:08:29 -0700148 sniro-emulator:
149 enabled: true
150 oof:
151 enabled: true
Yang Xuafb97862019-04-09 00:03:48 -0400152 oof-has:
153 music:
154 music-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700155 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400156 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700157 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400158 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700159 periodSeconds: 60
Yang Xuafb97862019-04-09 00:03:48 -0400160 music-tomcat:
161 replicaCount: 1
Yang Xube367bd2019-04-17 22:19:20 -0400162 mariadb-galera:
163 enabled: true
Gary Wua56df522019-06-07 00:34:43 -0700164 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700165 initialDelaySeconds: 180
Gary Wua56df522019-06-07 00:34:43 -0700166 periodSeconds: 60
Yang Xudff736e2019-05-18 12:19:45 -0400167 modeling:
168 enabled: true
Gary Wu930b9802019-06-15 16:44:52 -0700169 mariadb-galera:
170 liveness:
171 initialDelaySeconds: 180
172 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700173 msb:
174 enabled: true
175 multicloud:
176 enabled: true
177 nbi:
178 enabled: true
179 policy:
180 enabled: true
181 pomba:
Yang Xu6eea27e2019-06-12 12:49:12 -0400182 enabled: false
Gary Wu950a3232019-03-26 13:08:29 -0700183 sdc:
184 enabled: true
Yang Xud080b192019-04-11 20:05:52 -0400185 sdc-cs:
186 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700187 periodSeconds: 120
Yang Xud080b192019-04-11 20:05:52 -0400188 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700189 periodSeconds: 60
Brian Freeman2d6d0532019-09-30 13:28:30 -0500190 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 Wu950a3232019-03-26 13:08:29 -0700208 uui:
209 enabled: true
210 vfc:
211 enabled: true
Gary Wu0ce5b742019-06-07 08:23:07 -0700212 mariadb-galera:
213 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700214 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -0700215 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700216 vnfsdk:
217 enabled: true
Abdelmuhaimen Seaudia4488202019-09-11 21:53:04 +0000218 cds:
219 enabled: true
220