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 | |
| 8 | rancher_vm_flavor: m1.large |
Gary Wu | 415f6a8 | 2019-04-11 15:56:27 -0700 | [diff] [blame] | 9 | k8s_vm_flavor: m1.xlarge |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 10 | 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 Wu | cad7069 | 2019-04-24 10:45:56 -0700 | [diff] [blame] | 16 | oam_ext_network_cidr: 10.100.0.0/16 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 17 | |
| 18 | integration_gerrit_branch: master |
| 19 | |
| 20 | helm_deploy_delay: 2.5m |
| 21 | |
| 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 Freeman | d7d050f | 2019-04-24 18:56:37 -0500 | [diff] [blame^] | 44 | demoArtifactsVersion: "1.4.0-SNAPSHOT" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 45 | demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" |
Brian Freeman | d7d050f | 2019-04-24 18:56:37 -0500 | [diff] [blame^] | 46 | scriptVersion: "1.4.0-SNAPSHOT" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 47 | rancherIpAddress: "__rancher_ip_addr__" |
| 48 | config: |
Gary Wu | 28c30b5 | 2019-04-05 14:01:10 -0700 | [diff] [blame] | 49 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}" |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 50 | 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 Wu | f606a3f | 2019-04-08 14:13:20 -0700 | [diff] [blame] | 59 | replicaCount: 1 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 60 | config: |
Gary Wu | f606a3f | 2019-04-08 14:13:20 -0700 | [diff] [blame] | 61 | enableClustering: false |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 62 | 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}" |
| 69 | sdnc: |
| 70 | enabled: true |
Gary Wu | f606a3f | 2019-04-08 14:13:20 -0700 | [diff] [blame] | 71 | replicaCount: 1 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 72 | config: |
Gary Wu | f606a3f | 2019-04-08 14:13:20 -0700 | [diff] [blame] | 73 | enableClustering: false |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 74 | aai: |
| 75 | enabled: true |
| 76 | liveness: |
| 77 | initialDelaySeconds: 120 |
| 78 | aai-data-router: |
| 79 | liveness: |
| 80 | initialDelaySeconds: 120 |
| 81 | aai-sparky-be: |
| 82 | liveness: |
| 83 | initialDelaySeconds: 120 |
| 84 | aai-spike: |
| 85 | liveness: |
| 86 | initialDelaySeconds: 120 |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 87 | aai-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 88 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 89 | liveness: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 90 | periodSeconds: 600 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 91 | readiness: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 92 | periodSeconds: 600 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 93 | portal: |
| 94 | enabled: true |
Yang Xu | 6bccc7d | 2019-04-11 21:20:24 -0400 | [diff] [blame] | 95 | portal-cassandra: |
| 96 | liveness: |
| 97 | periodSeconds: 600 |
| 98 | readiness: |
| 99 | periodSeconds: 600 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 100 | vid: |
| 101 | enabled: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 102 | aaf: |
| 103 | enabled: true |
| 104 | cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 105 | enabled: true |
| 106 | liveness: |
| 107 | periodSeconds: 600 |
| 108 | readiness: |
| 109 | periodSeconds: 600 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 110 | clamp: |
| 111 | enabled: true |
| 112 | cli: |
| 113 | enabled: true |
| 114 | consul: |
| 115 | enabled: true |
| 116 | contrib: |
| 117 | enabled: true |
| 118 | dcaegen2: |
| 119 | enabled: true |
| 120 | dmaap: |
| 121 | enabled: true |
| 122 | esr: |
| 123 | enabled: true |
| 124 | log: |
| 125 | enabled: true |
Yang Xu | 41604cb | 2019-04-18 08:35:48 -0400 | [diff] [blame] | 126 | log-logstash: |
| 127 | replicaCount: 1 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 128 | sniro-emulator: |
| 129 | enabled: true |
| 130 | oof: |
| 131 | enabled: true |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 132 | oof-has: |
| 133 | music: |
| 134 | music-cassandra: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 135 | replicaCount: 3 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 136 | liveness: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 137 | periodSeconds: 600 |
Yang Xu | f949230 | 2019-04-10 00:19:02 -0400 | [diff] [blame] | 138 | readiness: |
Gary Wu | e2e9177 | 2019-04-11 13:14:45 -0700 | [diff] [blame] | 139 | periodSeconds: 600 |
Yang Xu | afb9786 | 2019-04-09 00:03:48 -0400 | [diff] [blame] | 140 | music-tomcat: |
| 141 | replicaCount: 1 |
Yang Xu | be367bd | 2019-04-17 22:19:20 -0400 | [diff] [blame] | 142 | mariadb-galera: |
| 143 | enabled: true |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 144 | msb: |
| 145 | enabled: true |
| 146 | multicloud: |
| 147 | enabled: true |
| 148 | nbi: |
| 149 | enabled: true |
| 150 | policy: |
| 151 | enabled: true |
| 152 | pomba: |
| 153 | enabled: true |
| 154 | sdc: |
| 155 | enabled: true |
Yang Xu | d080b19 | 2019-04-11 20:05:52 -0400 | [diff] [blame] | 156 | sdc-cs: |
| 157 | liveness: |
| 158 | periodSeconds: 600 |
| 159 | readiness: |
| 160 | periodSeconds: 600 |
Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 161 | uui: |
| 162 | enabled: true |
| 163 | vfc: |
| 164 | enabled: true |
| 165 | vnfsdk: |
| 166 | enabled: true |