From 950417ff2a17ee788728fe2fb19023d09bc7e4e0 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 4 Apr 2017 15:40:09 -0400 Subject: Add HEAT template for vanilla Openstack Change-Id: Ib29bf825f81d93a738a1ac12b99b9092f5000767 Signed-off-by: Marco Platania --- heat/OpenECOMP/onap_openstack.env | 99 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 heat/OpenECOMP/onap_openstack.env (limited to 'heat/OpenECOMP/onap_openstack.env') diff --git a/heat/OpenECOMP/onap_openstack.env b/heat/OpenECOMP/onap_openstack.env new file mode 100644 index 00000000..1a38ea10 --- /dev/null +++ b/heat/OpenECOMP/onap_openstack.env @@ -0,0 +1,99 @@ +parameters: + + # Generic parameters used across all ONAP components + + public_net_id: PUT YOUR NETWORK ID/NAME HERE + + ubuntu_1404_image: PUT THE UBUNTU 14.04 IMAGE NAME HERE + + ubuntu_1604_image: PUT THE UBUNTU 16.04 IMAGE NAME HERE + + flavor_small: PUT THE SMALL FLAVOR NAME HERE + + flavor_medium: PUT THE MEDIUM FLAVOR NAME HERE + + flavor_large: PUT THE LARGE FLAVOR NAME HERE + + flavor_xlarge: PUT THE XLARGE FLAVOR NAME HERE + + vm_base_name: vm1 + + key_name: ecomp_key + + pub_key: PUT YOUR PUBLIC KEY HERE + + nexus_repo: https://nexus.onap.org/content/sites/raw + + nexus_docker_repo: nexus3.onap.org:10003 + + nexus_username: docker + + nexus_password: docker + + gitlab_username: PUT YOUR GERRIT USERNAME HERE + + gitlab_password: PUT YOUR GERRIT HTTP PASSWORD HERE + + dmaap_topic: AUTO + + artifacts_version: 1.0.0 + + docker_version: 1.0-STAGING-latest + + gerrit_branch: release-1.0.0 + + openstack_tenant_id: PUT YOUR OPENSTACK PROJECT ID HERE + + openstack_username: PUT YOUR OPENSTACK USERNAME HERE + + openstack_api_key: PUT YOUR OPENSTACK PASSWORD HERE + + horizon_url: PUT THE HORIZON URL HERE + + keystone_url: PUT THE KEYSTONE URL HERE + + + # Network parameters + external_dns: PUT THE ADDRESS OF THE EXTERNAL DNS HERE (e.g. a comma-separated list of IP addresses in your /etc/resolv.conf) + + oam_network_cidr: 10.0.0.0/8 + + aai_ip_addr: 10.0.1.1 + + appc_ip_addr: 10.0.2.1 + + dcae_ip_addr: 10.0.4.1 + + dns_ip_addr: 10.0.0.1 + + mso_ip_addr: 10.0.5.1 + + mr_ip_addr: 10.0.11.1 + + policy_ip_addr: 10.0.6.1 + + portal_ip_addr: 10.0.9.1 + + robot_ip_addr: 10.0.10.1 + + sdc_ip_addr: 10.0.3.1 + + sdnc_ip_addr: 10.0.7.1 + + vid_ip_addr: 10.0.8.1 + + + # Parameters for DCAE instantiation + + dcae_zone: z1 + + dcae_state: os + + nexus_repo_root: https://nexus.onap.org + + nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots + + openstack_region: RegionOne + + gitlab_branch: master + -- cgit 1.2.3-korg