diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-24 11:56:01 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-24 11:56:01 -0700 |
commit | 978171e337e4297bfb777474aa41218c0521ef4e (patch) | |
tree | 1164f48e43bd61668ad695bba46f6c6b64881b19 /deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env | |
parent | e2911966a4f653ffc75ce0888f5e10d63a6b8499 (diff) |
Refactor OOM deployment scripts
Change-Id: I50e5cc63bc31b2cb236e73d28c4a63bcad62986c
Issue-ID: INT-532
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env b/deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env deleted file mode 100644 index afc72bee9..000000000 --- a/deployment/heat/onap-oom/env/tlab/ETE-HEAT-Test.env +++ /dev/null @@ -1,45 +0,0 @@ -parameters: - - ubuntu_1604_image: "Ubuntu 16.04 LTS Generic" - - apt_proxy: 192.168.31.204:3142 - docker_proxy: 192.168.31.204:5000 - - rancher_vm_flavor: m4.xlarge - k8s_vm_flavor: m4.xlarge - - public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9 - - oam_network_cidr: 10.0.0.0/16 - - integration_override_yaml: > - global: - repository: 192.168.31.204:5000 - pullPolicy: IfNotPresent - robot: - openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" - openStackPublicNetId: "__oam_network_id__" - openStackPassword: "${OS_PASSWORD}" - openStackTenantId: "${OS_PROJECT_ID}" - openStackUserName: "${OS_USERNAME}" - ubuntu14Image: "Ubuntu 14.04 LTS Generic" - ubuntu16Image: "Ubuntu 16.04 LTS Generic" - openStackPrivateNetId: "__oam_network_id__" - openStackPrivateSubnetId: "__oam_subnet_id__" - openStackPrivateNetCidr: "10.0.0.0/16" - openStackOamNetworkCidrPrefix: "10.0" - dcaeCollectorIp: "__k8s_1_vm_ip__" - vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh" - so: - config: - openStackUserName: "${OS_USERNAME}" - openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" - openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" - appc: - replicaCount: 3 - config: - enableClustering: true - sdnc: - replicaCount: 3 - config: - enableClustering: true |