Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 1 | parameters: |
| 2 | |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 3 | ubuntu_1604_image: "Ubuntu 16.04 LTS Generic" |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 4 | |
Gary Wu | 898be63 | 2018-10-26 11:43:50 -0700 | [diff] [blame] | 5 | apt_proxy: 192.168.31.204:8000 |
Gary Wu | f03a1dd | 2018-02-15 10:34:10 -0800 | [diff] [blame] | 6 | docker_proxy: 192.168.31.204:5000 |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 7 | |
Gary Wu | dc9dc0a | 2018-11-27 09:57:04 -0800 | [diff] [blame] | 8 | rancher_vm_flavor: m1.large |
Gary Wu | 929b39e | 2018-11-21 15:27:34 -0800 | [diff] [blame] | 9 | k8s_vm_flavor: m4.xlarge |
Gary Wu | 6e66201 | 2018-11-13 18:41:45 -0800 | [diff] [blame] | 10 | etcd_vm_flavor: m1.medium |
| 11 | orch_vm_flavor: m1.medium |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 12 | |
| 13 | public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9 |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 14 | |
| 15 | oam_network_cidr: 10.0.0.0/16 |
Gary Wu | 11c9874 | 2018-05-02 16:19:04 -0700 | [diff] [blame] | 16 | |
Gary Wu | 6842fa3 | 2018-11-20 10:29:22 -0800 | [diff] [blame] | 17 | integration_gerrit_branch: master |
| 18 | |
Gary Wu | 4b79dbb | 2018-11-08 20:04:33 -0800 | [diff] [blame] | 19 | helm_deploy_delay: 4m |
| 20 | |
Gary Wu | 11c9874 | 2018-05-02 16:19:04 -0700 | [diff] [blame] | 21 | integration_override_yaml: > |
| 22 | global: |
Gary Wu | 978171e | 2018-07-24 11:56:01 -0700 | [diff] [blame] | 23 | repository: __docker_proxy__ |
Gary Wu | 5d800f0 | 2018-05-30 16:53:57 -0700 | [diff] [blame] | 24 | pullPolicy: IfNotPresent |
Gary Wu | eb573b8 | 2018-05-03 15:28:21 -0700 | [diff] [blame] | 25 | robot: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 26 | enabled: true |
Gary Wu | 84fd3a5 | 2018-10-31 14:46:16 -0700 | [diff] [blame] | 27 | flavor: large |
Gary Wu | b212dce | 2018-11-14 09:00:01 -0800 | [diff] [blame] | 28 | appcUsername: "appc@appc.onap.org" |
| 29 | appcPassword: "demo123456!" |
Gary Wu | eb573b8 | 2018-05-03 15:28:21 -0700 | [diff] [blame] | 30 | openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" |
Gary Wu | 978171e | 2018-07-24 11:56:01 -0700 | [diff] [blame] | 31 | openStackPublicNetId: "__oam_network_id__" # NOTE: for TLAB, openStackPublicNetId needs to be oam_network_id instead of public_net_id |
Gary Wu | eb573b8 | 2018-05-03 15:28:21 -0700 | [diff] [blame] | 32 | openStackTenantId: "${OS_PROJECT_ID}" |
| 33 | openStackUserName: "${OS_USERNAME}" |
| 34 | ubuntu14Image: "Ubuntu 14.04 LTS Generic" |
| 35 | ubuntu16Image: "Ubuntu 16.04 LTS Generic" |
| 36 | openStackPrivateNetId: "__oam_network_id__" |
| 37 | openStackPrivateSubnetId: "__oam_subnet_id__" |
Gary Wu | 978171e | 2018-07-24 11:56:01 -0700 | [diff] [blame] | 38 | openStackPrivateNetCidr: "__oam_network_cidr__" |
Gary Wu | eb573b8 | 2018-05-03 15:28:21 -0700 | [diff] [blame] | 39 | openStackOamNetworkCidrPrefix: "10.0" |
Gary Wu | 48a3294 | 2018-11-08 07:34:49 -0800 | [diff] [blame] | 40 | dcaeCollectorIp: "__k8s_01_vm_ip__" |
Gary Wu | 0c4a64a | 2018-05-23 08:53:53 -0700 | [diff] [blame] | 41 | vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh" |
Gary Wu | f19768a | 2018-11-20 14:20:26 -0800 | [diff] [blame] | 42 | demoArtifactsVersion: "1.3.0" |
| 43 | demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases" |
| 44 | scriptVersion: "1.3.0" |
Gary Wu | ed95ca7 | 2018-07-26 10:24:51 -0700 | [diff] [blame] | 45 | rancherIpAddress: "__rancher_ip_addr__" |
Brian Freeman | 91075e4 | 2018-09-19 07:47:37 -0500 | [diff] [blame] | 46 | config: |
| 47 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" |
Gary Wu | eb573b8 | 2018-05-03 15:28:21 -0700 | [diff] [blame] | 48 | so: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 49 | enabled: true |
Marco Platania | 9d013af | 2019-03-07 12:19:54 -0500 | [diff] [blame^] | 50 | so-catalog-db-adapter: |
Gary Wu | 2eda11d | 2018-10-22 11:31:21 -0700 | [diff] [blame] | 51 | config: |
| 52 | openStackUserName: "${OS_USERNAME}" |
| 53 | openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000/v2.0" |
| 54 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" |
Gary Wu | 3432500 | 2018-05-23 11:37:25 -0700 | [diff] [blame] | 55 | appc: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 56 | enabled: true |
Gary Wu | b10132e | 2018-11-13 13:03:58 -0800 | [diff] [blame] | 57 | replicaCount: 3 |
Gary Wu | aa430e3 | 2018-05-31 11:22:45 -0700 | [diff] [blame] | 58 | config: |
Gary Wu | b10132e | 2018-11-13 13:03:58 -0800 | [diff] [blame] | 59 | enableClustering: true |
Gary Wu | d76b325 | 2018-10-29 14:12:11 -0700 | [diff] [blame] | 60 | openStackType: "OpenStackProvider" |
| 61 | openStackName: "OpenStack" |
| 62 | openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000/v2.0" |
| 63 | openStackServiceTenantName: "${OS_PROJECT_NAME}" |
| 64 | openStackDomain: "${OS_USER_DOMAIN_NAME}" |
| 65 | openStackUserName: "${OS_USERNAME}" |
| 66 | openStackEncryptedPassword: "${OS_PASSWORD}" |
Gary Wu | 3432500 | 2018-05-23 11:37:25 -0700 | [diff] [blame] | 67 | sdnc: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 68 | enabled: true |
Gary Wu | b10132e | 2018-11-13 13:03:58 -0800 | [diff] [blame] | 69 | replicaCount: 3 |
Gary Wu | aa430e3 | 2018-05-31 11:22:45 -0700 | [diff] [blame] | 70 | config: |
Gary Wu | b10132e | 2018-11-13 13:03:58 -0800 | [diff] [blame] | 71 | enableClustering: true |
Gary Wu | dc9dc0a | 2018-11-27 09:57:04 -0800 | [diff] [blame] | 72 | aai: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 73 | enabled: true |
Gary Wu | dc9dc0a | 2018-11-27 09:57:04 -0800 | [diff] [blame] | 74 | liveness: |
| 75 | initialDelaySeconds: 120 |
Gary Wu | d26bf0e | 2018-11-27 10:57:33 -0800 | [diff] [blame] | 76 | aai-data-router: |
| 77 | liveness: |
| 78 | initialDelaySeconds: 120 |
| 79 | aai-sparky-be: |
| 80 | liveness: |
| 81 | initialDelaySeconds: 120 |
| 82 | aai-spike: |
| 83 | liveness: |
| 84 | initialDelaySeconds: 120 |
Gary Wu | 4a69d51 | 2018-12-10 11:31:24 -0800 | [diff] [blame] | 85 | portal: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 86 | enabled: true |
Gary Wu | 4a69d51 | 2018-12-10 11:31:24 -0800 | [diff] [blame] | 87 | global: |
| 88 | portalHostName: "__portal_hostname__" |
| 89 | portal-mariadb: |
| 90 | config: |
| 91 | sdcFeHostName: "__portal_hostname__" |
| 92 | papHostName: "__portal_hostname__" |
| 93 | vidHostName: "__portal_hostname__" |
| 94 | aaiSparkyHostName: "__portal_hostname__" |
| 95 | cliHostName: "__portal_hostname__" |
| 96 | portalSdkHostName: "__portal_hostname__" |
| 97 | dmaapBcHostName: "__portal_hostname__" |
| 98 | msbHostName: "__portal_hostname__" |
| 99 | vid: |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 100 | enabled: true |
Gary Wu | 4a69d51 | 2018-12-10 11:31:24 -0800 | [diff] [blame] | 101 | config: |
| 102 | portalhost: "__portal_hostname__" |
Marco Platania | 9ef7566 | 2019-03-04 10:07:00 -0500 | [diff] [blame] | 103 | |
| 104 | aaf: |
| 105 | enabled: true |
| 106 | cassandra: |
| 107 | enabled: true |
| 108 | clamp: |
| 109 | enabled: true |
| 110 | cli: |
| 111 | enabled: true |
| 112 | consul: |
| 113 | enabled: true |
| 114 | contrib: |
| 115 | enabled: true |
| 116 | dcaegen2: |
| 117 | enabled: true |
| 118 | dmaap: |
| 119 | enabled: true |
| 120 | esr: |
| 121 | enabled: true |
| 122 | log: |
| 123 | enabled: true |
| 124 | sniro-emulator: |
| 125 | enabled: true |
| 126 | oof: |
| 127 | enabled: true |
| 128 | msb: |
| 129 | enabled: true |
| 130 | multicloud: |
| 131 | enabled: true |
| 132 | nbi: |
| 133 | enabled: true |
| 134 | policy: |
| 135 | enabled: true |
| 136 | pomba: |
| 137 | enabled: true |
| 138 | sdc: |
| 139 | enabled: true |
| 140 | uui: |
| 141 | enabled: true |
| 142 | vfc: |
| 143 | enabled: true |
| 144 | vnfsdk: |
| 145 | enabled: true |