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