0afc1cab656ec12a032158bee6a999e2ffb0d773
[demo.git] / heat / OpenECOMP / onap_rackspace.env
1 parameters:
2
3   # Generic parameters used across all ONAP components
4
5   public_net_id: 00000000-0000-0000-0000-000000000000
6
7   key_name: onap_key
8
9   pub_key: INSERT YOUR PUBLIC KEY HERE
10
11   nexus_repo: https://nexus.onap.org/content/sites/raw
12
13   nexus_docker_repo: nexus3.onap.org:10001
14
15   nexus_username: docker
16
17   nexus_password: docker
18
19   openstack_tenant_id: INSERT YOUR USERNAME HERE
20
21   openstack_username: INSERT YOUR PASSWORD HERE
22
23   openstack_api_key: INSERT YOUR API KEY HERE
24
25   openstack_password: INSERT YOUR PASSWORD HERE
26
27   openstack_auth_method: api-key
28
29   dmaap_topic: AUTO
30
31   artifacts_version: 1.1.0-SNAPSHOT
32
33   docker_version: 1.0-STAGING-latest
34
35   gerrit_branch: release-1.0.0
36
37   cloud_env: rackspace
38
39
40   # Parameters for DCAE instantiation
41
42   dcae_base_environment: RACKSPACE
43
44   dcae_zone: iad4
45
46   dcae_state: vi
47
48   nexus_repo_root: https://nexus.onap.org
49
50   nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots
51
52   openstack_region: IAD
53
54   gitlab_branch: master
55
56   dcae_code_version: 1.0.0
57
58
59   # IP Address of DCAE VMs
60
61   dcae_ip_addr: 10.0.4.1
62   dcae_coll_ip_addr: 10.0.4.102
63   dcae_db_ip_addr: 10.0.4.101
64   dcae_hdp1_ip_addr: 10.0.4.103
65   dcae_hdp2_ip_addr: 10.0.4.104
66   dcae_hdp3_ip_addr: 10.0.4.105