diff options
author | Marco Platania <platania@research.att.com> | 2017-08-01 15:06:44 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-01 15:06:44 -0400 |
commit | 1f18e460ca08b54a47993ddcce7934012c85f60a (patch) | |
tree | 8f4f11a8d0e70118957f2a49070c44b8bbe7d491 /heat/ONAP/onap_rackspace.env | |
parent | 54d70de40c1a7ac88c06ea61292f3a4721d8e2f6 (diff) |
Move poms/scripts from OpenECOMP to ONAP
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_rackspace.env')
-rw-r--r-- | heat/ONAP/onap_rackspace.env | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/heat/ONAP/onap_rackspace.env b/heat/ONAP/onap_rackspace.env new file mode 100644 index 00000000..422dce3b --- /dev/null +++ b/heat/ONAP/onap_rackspace.env @@ -0,0 +1,68 @@ +parameters: + + # Generic parameters used across all ONAP components + + public_net_id: 00000000-0000-0000-0000-000000000000 + + key_name: onap_key + + vm_base_name: vm1 + + pub_key: INSERT 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 + + openstack_tenant_id: INSERT YOUR USERNAME HERE + + openstack_username: INSERT YOUR PASSWORD HERE + + openstack_api_key: INSERT YOUR API KEY HERE + + openstack_password: INSERT YOUR PASSWORD HERE + + openstack_auth_method: api-key + + dmaap_topic: AUTO + + artifacts_version: 1.1.0-SNAPSHOT + + docker_version: 1.1-STAGING-latest + + gerrit_branch: master + + cloud_env: rackspace + + + # Parameters for DCAE instantiation + + dcae_base_environment: RACKSPACE + + dcae_zone: iad4 + + dcae_state: vi + + nexus_repo_root: https://nexus.onap.org + + nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots + + openstack_region: IAD + + gitlab_branch: master + + dcae_code_version: 1.1.0 + + + # IP Address of DCAE VMs + + 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
\ No newline at end of file |