From 7b94e0a63c3598eea5e1eed18bb5cd1cd0b0beb2 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 29 Jan 2018 13:51:27 -0800 Subject: Additional windriver lab env files Change-Id: I88ab7269c2412351e68134a83d8e12718b6e8ca9 Issue-ID: INT-278 Signed-off-by: Gary Wu --- .../env/windriver/Integration-SB-03-DNS-openrc | 1 + .../onap-oom/env/windriver/Integration-SB-03.env | 33 ++++++++++++++++++++++ .../env/windriver/Integration-SB-04-DNS-openrc | 1 + .../onap-oom/env/windriver/Integration-SB-04.env | 33 ++++++++++++++++++++++ .../env/windriver/Integration-SB-05-DNS-openrc | 1 + .../onap-oom/env/windriver/Integration-SB-05.env | 33 ++++++++++++++++++++++ 6 files changed, 102 insertions(+) create mode 120000 deployment/heat/onap-oom/env/windriver/Integration-SB-03-DNS-openrc create mode 100644 deployment/heat/onap-oom/env/windriver/Integration-SB-03.env create mode 120000 deployment/heat/onap-oom/env/windriver/Integration-SB-04-DNS-openrc create mode 100644 deployment/heat/onap-oom/env/windriver/Integration-SB-04.env create mode 120000 deployment/heat/onap-oom/env/windriver/Integration-SB-05-DNS-openrc create mode 100644 deployment/heat/onap-oom/env/windriver/Integration-SB-05.env (limited to 'deployment/heat/onap-oom/env') diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-03-DNS-openrc b/deployment/heat/onap-oom/env/windriver/Integration-SB-03-DNS-openrc new file mode 120000 index 000000000..10a7b0b16 --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-03-DNS-openrc @@ -0,0 +1 @@ +../../../../../test/ete/labs/windriver/Integration-SB-03-DNS-openrc \ No newline at end of file diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env new file mode 100644 index 000000000..996e7b45f --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env @@ -0,0 +1,33 @@ +parameters: + + keystone_url: http://10.12.25.2:5000 + openstack_tenant_id: bc43d50ffcb84750bac0c1707a9a765b + openstack_tenant_name: Integration-SB-03 + openstack_username: demo + openstack_api_key: onapdemo + + ubuntu_1404_image: ubuntu-14-04-cloud-amd64 + ubuntu_1604_image: ubuntu-16-04-cloud-amd64 + centos_7_image: CentOS-7 + + apt_proxy: 10.12.5.80:3142 + docker_proxy: 10.12.5.80:5000 + + rancher_vm_flavor: m1.small + k8s_vm_flavor: m1.xxlarge + + public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4 + public_net_name: external + + oam_network_cidr: 10.0.0.0/16 + dns_forwarder: 10.12.25.5 + external_dns: 8.8.8.8 + + dnsaas_proxy_enable: "true" + dnsaas_proxied_keystone_url_path: "api/multicloud-titanium_cloud/v0/pod25_RegionOne/identity/v2.0" + dnsaas_keystone_url: http://10.12.25.5:5000 + dnsaas_region: RegionOne + dnsaas_tenant_id: 29fb1a7806e84d8fbc93fa3945f1e2a5 + dnsaas_tenant_name: Integration-SB-03 + dnsaas_username: demo + dnsaas_password: onapdemo diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-04-DNS-openrc b/deployment/heat/onap-oom/env/windriver/Integration-SB-04-DNS-openrc new file mode 120000 index 000000000..cd1eeb5ad --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-04-DNS-openrc @@ -0,0 +1 @@ +../../../../../test/ete/labs/windriver/Integration-SB-04-DNS-openrc \ No newline at end of file diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-04.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-04.env new file mode 100644 index 000000000..8d9b3533b --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-04.env @@ -0,0 +1,33 @@ +parameters: + + keystone_url: http://10.12.25.2:5000 + openstack_tenant_id: d570c718cbc545029f40e50b75eb13df + openstack_tenant_name: Integration-SB-04 + openstack_username: demo + openstack_api_key: onapdemo + + ubuntu_1404_image: ubuntu-14-04-cloud-amd64 + ubuntu_1604_image: ubuntu-16-04-cloud-amd64 + centos_7_image: CentOS-7 + + apt_proxy: 10.12.5.80:3142 + docker_proxy: 10.12.5.80:5000 + + rancher_vm_flavor: m1.small + k8s_vm_flavor: m1.xxlarge + + public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4 + public_net_name: external + + oam_network_cidr: 10.0.0.0/16 + dns_forwarder: 10.12.25.5 + external_dns: 8.8.8.8 + + dnsaas_proxy_enable: "true" + dnsaas_proxied_keystone_url_path: "api/multicloud-titanium_cloud/v0/pod25_RegionOne/identity/v2.0" + dnsaas_keystone_url: http://10.12.25.5:5000 + dnsaas_region: RegionOne + dnsaas_tenant_id: 024b911be9514ed7885af0c6bf6f68c8 + dnsaas_tenant_name: Integration-SB-04 + dnsaas_username: demo + dnsaas_password: onapdemo diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-05-DNS-openrc b/deployment/heat/onap-oom/env/windriver/Integration-SB-05-DNS-openrc new file mode 120000 index 000000000..2210fcc34 --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-05-DNS-openrc @@ -0,0 +1 @@ +../../../../../test/ete/labs/windriver/Integration-SB-05-DNS-openrc \ No newline at end of file diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-05.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-05.env new file mode 100644 index 000000000..492c8cd44 --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-05.env @@ -0,0 +1,33 @@ +parameters: + + keystone_url: http://10.12.25.2:5000 + openstack_tenant_id: b8ad3842ab3642f7bf3fbe4e4d3b9f86 + openstack_tenant_name: Integration-SB-05 + openstack_username: demo + openstack_api_key: onapdemo + + ubuntu_1404_image: ubuntu-14-04-cloud-amd64 + ubuntu_1604_image: ubuntu-16-04-cloud-amd64 + centos_7_image: CentOS-7 + + apt_proxy: 10.12.5.80:3142 + docker_proxy: 10.12.5.80:5000 + + rancher_vm_flavor: m1.small + k8s_vm_flavor: m1.xxlarge + + public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4 + public_net_name: external + + oam_network_cidr: 10.0.0.0/16 + dns_forwarder: 10.12.25.5 + external_dns: 8.8.8.8 + + dnsaas_proxy_enable: "true" + dnsaas_proxied_keystone_url_path: "api/multicloud-titanium_cloud/v0/pod25_RegionOne/identity/v2.0" + dnsaas_keystone_url: http://10.12.25.5:5000 + dnsaas_region: RegionOne + dnsaas_tenant_id: d4e1d9e89456490cb7213092086e5c66 + dnsaas_tenant_name: Integration-SB-05 + dnsaas_username: demo + dnsaas_password: onapdemo -- cgit 1.2.3-korg