Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 1 | parameters: |
| 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 Freeman | 1160da4 | 2019-08-14 17:28:09 -0500 | [diff] [blame] | 8 | nfs_vm_flavor: m1.lm.xlarge |
Brian Freeman | 86223f2 | 2019-07-30 08:42:00 -0500 | [diff] [blame] | 9 | k8s_vm_flavor: m1.lm.xlarge |
| 10 | orch_vm_flavor: m1.lm.medium |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 11 | |
| 12 | public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4 |
| 13 | |
| 14 | oam_network_cidr: 10.0.0.0/16 |
Gary Wu | cad7069 | 2019-04-24 10:45:56 -0700 | [diff] [blame] | 15 | oam_ext_network_cidr: 10.100.0.0/16 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 16 | |
| 17 | integration_gerrit_branch: master |
| 18 | |
Gary Wu | 06b0812 | 2019-06-21 23:15:55 -0700 | [diff] [blame] | 19 | helm_deploy_delay: 30s |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 20 | |
| 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 Freeman | 2b0d463 | 2019-07-25 12:09:15 -0500 | [diff] [blame] | 34 | openStackUserDomain: "${OS_USER_DOMAIN_NAME}" |
| 35 | openStackProjectName: "${OS_PROJECT_NAME}" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 36 | 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 Freeman | 73c4103 | 2019-12-11 14:12:37 -0500 | [diff] [blame] | 44 | kubernetesExternalIp: "__k8s_01_vm_ip__" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 45 | vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh" |
Marco Platania | f2d8bca | 2019-10-13 10:47:19 -0400 | [diff] [blame] | 46 | demoArtifactsVersion: "1.6.0-SNAPSHOT" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 47 | demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" |
Marco Platania | f2d8bca | 2019-10-13 10:47:19 -0400 | [diff] [blame] | 48 | scriptVersion: "1.6.0-SNAPSHOT" |
Gary Wu | d95bf2b | 2019-06-21 15:35:18 -0700 | [diff] [blame] | 49 | nfsIpAddress: "__nfs_ip_addr__" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 50 | config: |
Gary Wu | 28c30b5 | 2019-04-05 14:01:10 -0700 | [diff] [blame] | 51 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}" |
Brian Freeman | 2b0d463 | 2019-07-25 12:09:15 -0500 | [diff] [blame] | 52 | openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 53 | 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 Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 62 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 63 | config: |
Gary Wu | 8944b77 | 2019-06-19 07:12:19 -0700 | [diff] [blame] | 64 | enableClustering: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 65 | 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 Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 72 | mariadb-galera: |
| 73 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 74 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 75 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 76 | sdnc: |
| 77 | enabled: true |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 78 | replicaCount: 3 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 79 | config: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 80 | enableClustering: true |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 81 | mariadb-galera: |
| 82 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 83 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 84 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 85 | 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 Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 98 | aai-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 99 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 100 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 101 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 102 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 103 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 104 | portal: |
| 105 | enabled: true |
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 106 | portal-cassandra: |
| 107 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 108 | periodSeconds: 120 |
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 109 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 110 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 111 | vid: |
| 112 | enabled: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 113 | aaf: |
| 114 | enabled: true |
| 115 | cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 116 | enabled: true |
| 117 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 118 | periodSeconds: 120 |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 119 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 120 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 121 | 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 Wu | d8f9aac | 2019-06-15 21:17:26 -0700 | [diff] [blame] | 133 | dmaap-dr-prov: |
| 134 | mariadb: |
| 135 | liveness: |
| 136 | initialDelaySeconds: 180 |
| 137 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 138 | esr: |
| 139 | enabled: true |
| 140 | log: |
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 141 | enabled: false |
Yang Xu | 41604cb | 2019-04-18 08:35:48 -0400 | [diff] [blame] | 142 | log-logstash: |
| 143 | replicaCount: 1 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 144 | sniro-emulator: |
| 145 | enabled: true |
| 146 | oof: |
| 147 | enabled: true |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 148 | oof-has: |
| 149 | music: |
| 150 | music-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 151 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 152 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 153 | periodSeconds: 120 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 154 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 155 | periodSeconds: 60 |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 156 | music-tomcat: |
| 157 | replicaCount: 1 |
Yang Xu | be367bd | 2019-04-17 22:19:20 -0400 | [diff] [blame] | 158 | mariadb-galera: |
| 159 | enabled: true |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 160 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 161 | initialDelaySeconds: 180 |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 162 | periodSeconds: 60 |
Yang Xu | dff736e | 2019-05-18 12:19:45 -0400 | [diff] [blame] | 163 | modeling: |
| 164 | enabled: true |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 165 | mariadb-galera: |
| 166 | liveness: |
| 167 | initialDelaySeconds: 180 |
| 168 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 169 | msb: |
| 170 | enabled: true |
| 171 | multicloud: |
| 172 | enabled: true |
| 173 | nbi: |
| 174 | enabled: true |
| 175 | policy: |
| 176 | enabled: true |
| 177 | pomba: |
Yang Xu | 6eea27e | 2019-06-12 12:49:12 -0400 | [diff] [blame] | 178 | enabled: false |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 179 | sdc: |
| 180 | enabled: true |
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 181 | sdc-cs: |
| 182 | liveness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 183 | periodSeconds: 120 |
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 184 | readiness: |
Gary Wu | a56df52 | 2019-06-07 00:34:43 -0700 | [diff] [blame] | 185 | periodSeconds: 60 |
Brian Freeman | 2d6d053 | 2019-09-30 13:28:30 -0500 | [diff] [blame] | 186 | 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 Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 204 | uui: |
| 205 | enabled: true |
| 206 | vfc: |
| 207 | enabled: true |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 208 | mariadb-galera: |
| 209 | liveness: |
Gary Wu | 930b980 | 2019-06-15 16:44:52 -0700 | [diff] [blame] | 210 | initialDelaySeconds: 180 |
Gary Wu | 0ce5b74 | 2019-06-07 08:23:07 -0700 | [diff] [blame] | 211 | periodSeconds: 60 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 212 | vnfsdk: |
| 213 | enabled: true |
Abdelmuhaimen Seaudi | a448820 | 2019-09-11 21:53:04 +0000 | [diff] [blame] | 214 | cds: |
| 215 | enabled: true |
| 216 | |