blob: 09291096b77564e55679c74c5811b6619b81e957 [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
8 rancher_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 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 Wucad70692019-04-24 10:45:56 -070016 oam_ext_network_cidr: 10.100.0.0/16
Gary Wu950a3232019-03-26 13:08:29 -070017
18 integration_gerrit_branch: master
19
Gary Wua56df522019-06-07 00:34:43 -070020 helm_deploy_delay: 3m
Gary Wu950a3232019-03-26 13:08:29 -070021
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"
Brian Freemand7d050f2019-04-24 18:56:37 -050044 demoArtifactsVersion: "1.4.0-SNAPSHOT"
Gary Wu950a3232019-03-26 13:08:29 -070045 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Brian Freemand7d050f2019-04-24 18:56:37 -050046 scriptVersion: "1.4.0-SNAPSHOT"
Gary Wu950a3232019-03-26 13:08:29 -070047 rancherIpAddress: "__rancher_ip_addr__"
48 config:
Gary Wu28c30b52019-04-05 14:01:10 -070049 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
Gary Wu950a3232019-03-26 13:08:29 -070050 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:
58 enabled: true
Gary Wua56df522019-06-07 00:34:43 -070059 replicaCount: 3
Gary Wu950a3232019-03-26 13:08:29 -070060 config:
Gary Wua56df522019-06-07 00:34:43 -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:
71 initialDelaySeconds: 120
72 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:
80 initialDelaySeconds: 120
81 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
130 esr:
131 enabled: true
132 log:
Yang Xu6eea27e2019-06-12 12:49:12 -0400133 enabled: false
Yang Xu41604cb2019-04-18 08:35:48 -0400134 log-logstash:
135 replicaCount: 1
Gary Wu950a3232019-03-26 13:08:29 -0700136 sniro-emulator:
137 enabled: true
138 oof:
139 enabled: true
Yang Xuafb97862019-04-09 00:03:48 -0400140 oof-has:
141 music:
142 music-cassandra:
Gary Wue2e91772019-04-11 13:14:45 -0700143 replicaCount: 3
Yang Xuf9492302019-04-10 00:19:02 -0400144 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700145 periodSeconds: 120
Yang Xuf9492302019-04-10 00:19:02 -0400146 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700147 periodSeconds: 60
Yang Xuafb97862019-04-09 00:03:48 -0400148 music-tomcat:
149 replicaCount: 1
Yang Xube367bd2019-04-17 22:19:20 -0400150 mariadb-galera:
151 enabled: true
Gary Wua56df522019-06-07 00:34:43 -0700152 liveness:
153 initialDelaySeconds: 120
154 periodSeconds: 60
Yang Xudff736e2019-05-18 12:19:45 -0400155 modeling:
156 enabled: true
Gary Wu950a3232019-03-26 13:08:29 -0700157 msb:
158 enabled: true
159 multicloud:
160 enabled: true
161 nbi:
162 enabled: true
163 policy:
164 enabled: true
165 pomba:
Yang Xu6eea27e2019-06-12 12:49:12 -0400166 enabled: false
Gary Wu950a3232019-03-26 13:08:29 -0700167 sdc:
168 enabled: true
Yang Xud080b192019-04-11 20:05:52 -0400169 sdc-cs:
170 liveness:
Gary Wua56df522019-06-07 00:34:43 -0700171 periodSeconds: 120
Yang Xud080b192019-04-11 20:05:52 -0400172 readiness:
Gary Wua56df522019-06-07 00:34:43 -0700173 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700174 uui:
175 enabled: true
176 vfc:
177 enabled: true
Gary Wu0ce5b742019-06-07 08:23:07 -0700178 mariadb-galera:
179 liveness:
180 initialDelaySeconds: 120
181 periodSeconds: 60
Gary Wu950a3232019-03-26 13:08:29 -0700182 vnfsdk:
183 enabled: true