diff options
author | Marco Platania <platania@research.att.com> | 2017-05-08 14:28:53 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-08 14:28:53 -0400 |
commit | 6271e83bfe0a8225f63aa520fa03968a7453ddd0 (patch) | |
tree | 49e7bf0ffe488969590f538540939b6982a3cd8f /heat/OpenECOMP/onap_openstack_nofloat.env | |
parent | 5e5a18455927b0044230bf6bbec82db7b0484608 (diff) |
Update set of Heat templates
Change-Id: I1179f37d91752dc83b8d1d6894c02a1f2c5a71b8
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/onap_openstack_nofloat.env')
-rw-r--r-- | heat/OpenECOMP/onap_openstack_nofloat.env | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/heat/OpenECOMP/onap_openstack_nofloat.env b/heat/OpenECOMP/onap_openstack_nofloat.env new file mode 100644 index 00000000..49b68e3f --- /dev/null +++ b/heat/OpenECOMP/onap_openstack_nofloat.env @@ -0,0 +1,107 @@ +parameters: + + ############################################## + # # + # 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: onap_key + + pub_key: PUT YOUR PUBLIC KEY HERE + + nexus_repo: https://nexus.onap.org/content/sites/raw + + nexus_docker_repo: nexus3.onap.org:10001 + + nexus_username: docker + + nexus_password: docker + + dmaap_topic: AUTO + + artifacts_version: 1.1.0-SNAPSHOT + + 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 + + openstack_auth_method: password + + horizon_url: PUT THE HORIZON URL HERE + + keystone_url: PUT THE KEYSTONE URL HERE + + cloud_env: openstack_nofloat + + + ###################### + # # + # Network parameters # + # # + ###################### + + 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 + dcae_coll_ip_addr: 10.0.4.102 + dcae_db_ip_addr: 10.0.4.101 + dcae_hdp1_ip_addr: 10.0.4.103 + dcae_hdp2_ip_addr: 10.0.4.104 + dcae_hdp3_ip_addr: 10.0.4.105 + dns_ip_addr: 10.0.100.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 used by DCAE # + # # + ########################### + + dcae_base_environment: 2-NIC + + dcae_zone: bm01 + + dcae_state: nj + + nexus_repo_root: https://nexus.onap.org + + nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots + + openstack_region: RegionOne + + gitlab_branch: master + + dcae_code_version: 1.0.0 + |