blob: db7459ed2f7d7b4bf96438862e0a9e8c0c0d61bc [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
Gary Wud95bf2b2019-06-21 15:35:18 -07008 nfs_vm_flavor: m1.large
Gary Wu415f6a82019-04-11 15:56:27 -07009 k8s_vm_flavor: m1.xlarge
Gary Wu950a3232019-03-26 13:08:29 -070010 orch_vm_flavor: m1.large
11
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 Wua56df522019-06-07 00:34:43 -070019 helm_deploy_delay: 3m
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}"
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 Wu64efe1d2019-06-14 12:21:58 -070043 demoArtifactsVersion: "1.4.0"
Gary Wu950a3232019-03-26 13:08:29 -070044 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Gary Wu64efe1d2019-06-14 12:21:58 -070045 scriptVersion: "1.4.0"
Gary Wud95bf2b2019-06-21 15:35:18 -070046 nfsIpAddress: "__nfs_ip_addr__"
Gary Wu950a3232019-03-26 13:08:29 -070047 config:
Gary Wu28c30b52019-04-05 14:01:10 -070048 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
Gary Wu950a3232019-03-26 13:08:29 -070049 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:
Gary Wu8944b772019-06-19 07:12:19 -070057 image: onap/appc-image:1.5.2-SNAPSHOT-20190618T022325Z
Gary Wu950a3232019-03-26 13:08:29 -070058 enabled: true
Gary Wu8944b772019-06-19 07:12:19 -070059 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070060 config:
Gary Wu8944b772019-06-19 07:12:19 -070061 enableClustering: true
Gary Wu950a3232019-03-26 13:08:29 -070062 openStackType: "OpenStackProvider"
63 openStackName: "OpenStack"
64 openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
65 openStackServiceTenantName: "${OS_PROJECT_NAME}"
66 openStackDomain: "${OS_USER_DOMAIN_NAME}"
67 openStackUserName: "${OS_USERNAME}"
68 openStackEncryptedPassword: "${OS_PASSWORD}"
Gary Wu0ce5b742019-06-07 08:23:07 -070069 mariadb-galera:
70 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070071 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070072 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070073 sdnc:
74 enabled: true
Gary Wua56df522019-06-07 00:34:43 -070075 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070076 config:
Gary Wua56df522019-06-07 00:34:43 -070077 enableClustering: true
Gary Wu0ce5b742019-06-07 08:23:07 -070078 mariadb-galera:
79 liveness:
Gary Wu930b9802019-06-15 16:44:52 -070080 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -070081 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -070082 aai:
83 enabled: true
84 liveness:
85 initialDelaySeconds: 120
86 aai-data-router:
87 liveness:
88 initialDelaySeconds: 120
89 aai-sparky-be:
90 liveness:
91 initialDelaySeconds: 120
92 aai-spike:
93 liveness:
94 initialDelaySeconds: 120
Yang Xuafb97862019-04-09 00:03:48 -040095 aai-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -070096 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -040097 liveness:
Gary Wua56df522019-06-07 00:34:43 -070098 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -040099 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700100 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700101 portal:
102 enabled: true
Yang Xu6bccc7d2019-04-11 21:20:24 -0400103 portal-cassandra:
104 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700105 periodSeconds: 120
Yang Xu6bccc7d2019-04-11 21:20:24 -0400106 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700107 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700108 vid:
109 enabled: true
Gary Wu950a3232019-03-26 13:08:29 -0700110 aaf:
111 enabled: true
112 cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700113 enabled: true
114 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700115 periodSeconds: 120
Gary Wue2e91772019-04-11 13:14:45 -0700116 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700117 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700118 clamp:
119 enabled: true
120 cli:
121 enabled: true
122 consul:
123 enabled: true
124 contrib:
125 enabled: true
126 dcaegen2:
127 enabled: true
128 dmaap:
129 enabled: true
Gary Wud8f9aac2019-06-15 21:17:26 -0700130 dmaap-dr-prov:
131 mariadb:
132 liveness:
133 initialDelaySeconds: 180
134 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700135 esr:
136 enabled: true
137 log:
Yang Xu6eea27e2019-06-12 12:49:12 -0400138 enabled: false
Yang Xu41604cb2019-04-18 08:35:48 -0400139 log-logstash:
140 replicaCount: 1
Gary Wu950a3232019-03-26 13:08:29 -0700141 sniro-emulator:
142 enabled: true
143 oof:
144 enabled: true
Yang Xuafb97862019-04-09 00:03:48 -0400145 oof-has:
146 music:
147 music-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700148 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400149 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700150 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400151 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700152 periodSeconds: 60
Yang Xuafb97862019-04-09 00:03:48 -0400153 music-tomcat:
154 replicaCount: 1
Yang Xube367bd2019-04-17 22:19:20 -0400155 mariadb-galera:
156 enabled: true
Gary Wua56df522019-06-07 00:34:43 -0700157 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700158 initialDelaySeconds: 180
Gary Wua56df522019-06-07 00:34:43 -0700159 periodSeconds: 60
Yang Xudff736e2019-05-18 12:19:45 -0400160 modeling:
161 enabled: true
Gary Wu930b9802019-06-15 16:44:52 -0700162 mariadb-galera:
163 liveness:
164 initialDelaySeconds: 180
165 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700166 msb:
167 enabled: true
168 multicloud:
169 enabled: true
170 nbi:
171 enabled: true
172 policy:
173 enabled: true
174 pomba:
Yang Xu6eea27e2019-06-12 12:49:12 -0400175 enabled: false
Gary Wu950a3232019-03-26 13:08:29 -0700176 sdc:
177 enabled: true
Yang Xud080b192019-04-11 20:05:52 -0400178 sdc-cs:
179 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700180 periodSeconds: 120
Yang Xud080b192019-04-11 20:05:52 -0400181 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700182 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700183 uui:
184 enabled: true
185 vfc:
186 enabled: true
Gary Wu0ce5b742019-06-07 08:23:07 -0700187 mariadb-galera:
188 liveness:
Gary Wu930b9802019-06-15 16:44:52 -0700189 initialDelaySeconds: 180
Gary Wu0ce5b742019-06-07 08:23:07 -0700190 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700191 vnfsdk:
192 enabled: true