remove gerrit credentials from heat
[demo.git] / heat / OpenECOMP / onap_openstack.env
1 parameters:
2
3   # Generic parameters used across all ONAP components
4
5   public_net_id: PUT YOUR NETWORK ID/NAME HERE
6
7   ubuntu_1404_image: PUT THE UBUNTU 14.04 IMAGE NAME HERE
8
9   ubuntu_1604_image: PUT THE UBUNTU 16.04 IMAGE NAME HERE
10
11   flavor_small: PUT THE SMALL FLAVOR NAME HERE
12
13   flavor_medium: PUT THE MEDIUM FLAVOR NAME HERE
14
15   flavor_large: PUT THE LARGE FLAVOR NAME HERE
16
17   flavor_xlarge: PUT THE XLARGE FLAVOR NAME HERE
18
19   vm_base_name: vm1
20
21   key_name: ecomp_key
22
23   pub_key: PUT YOUR PUBLIC KEY HERE
24
25   nexus_repo: https://nexus.onap.org/content/sites/raw
26
27   nexus_docker_repo: nexus3.onap.org:10001
28
29   nexus_username: docker 
30
31   nexus_password: docker
32
33   dmaap_topic: AUTO
34
35   artifacts_version: 1.0.0
36
37   docker_version: 1.0-STAGING-latest
38
39   gerrit_branch: release-1.0.0
40
41   openstack_tenant_id: PUT YOUR OPENSTACK PROJECT ID HERE
42
43   openstack_username: PUT YOUR OPENSTACK USERNAME HERE
44
45   openstack_api_key: PUT YOUR OPENSTACK PASSWORD HERE
46
47   horizon_url: PUT THE HORIZON URL HERE
48
49   keystone_url: PUT THE KEYSTONE URL HERE
50
51
52   # Network parameters
53   external_dns: PUT THE ADDRESS OF THE EXTERNAL DNS HERE (e.g. a comma-separated list of IP addresses in your /etc/resolv.conf)
54
55   oam_network_cidr: 10.0.0.0/8
56
57   aai_ip_addr: 10.0.1.1
58
59   appc_ip_addr: 10.0.2.1
60
61   dcae_ip_addr: 10.0.4.1
62
63   dns_ip_addr: 10.0.100.1
64
65   mso_ip_addr: 10.0.5.1
66
67   mr_ip_addr: 10.0.11.1
68
69   policy_ip_addr: 10.0.6.1
70
71   portal_ip_addr: 10.0.9.1
72
73   robot_ip_addr: 10.0.10.1
74
75   sdc_ip_addr: 10.0.3.1
76
77   sdnc_ip_addr: 10.0.7.1
78
79   vid_ip_addr: 10.0.8.1
80
81
82   # Parameters for DCAE instantiation
83
84   dcae_zone: z1
85
86   dcae_state: os
87
88   nexus_repo_root: https://nexus.onap.org  
89
90   nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots
91
92   openstack_region: RegionOne
93
94   gitlab_branch: master
95