Add License to VES library
[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:10003
28
29   nexus_username: docker 
30
31   nexus_password: docker
32
33   gitlab_username: PUT YOUR GERRIT USERNAME HERE 
34
35   gitlab_password: PUT YOUR GERRIT HTTP PASSWORD HERE
36
37   dmaap_topic: AUTO
38
39   artifacts_version: 1.0.0
40
41   docker_version: 1.0-STAGING-latest
42
43   gerrit_branch: release-1.0.0
44
45   openstack_tenant_id: PUT YOUR OPENSTACK PROJECT ID HERE
46
47   openstack_username: PUT YOUR OPENSTACK USERNAME HERE
48
49   openstack_api_key: PUT YOUR OPENSTACK PASSWORD HERE
50
51   horizon_url: PUT THE HORIZON URL HERE
52
53   keystone_url: PUT THE KEYSTONE URL HERE
54
55
56   # Network parameters
57   external_dns: PUT THE ADDRESS OF THE EXTERNAL DNS HERE (e.g. a comma-separated list of IP addresses in your /etc/resolv.conf)
58
59   oam_network_cidr: 10.0.0.0/8
60
61   aai_ip_addr: 10.0.1.1
62
63   appc_ip_addr: 10.0.2.1
64
65   dcae_ip_addr: 10.0.4.1
66
67   dns_ip_addr: 10.0.0.1
68
69   mso_ip_addr: 10.0.5.1
70
71   mr_ip_addr: 10.0.11.1
72
73   policy_ip_addr: 10.0.6.1
74
75   portal_ip_addr: 10.0.9.1
76
77   robot_ip_addr: 10.0.10.1
78
79   sdc_ip_addr: 10.0.3.1
80
81   sdnc_ip_addr: 10.0.7.1
82
83   vid_ip_addr: 10.0.8.1
84
85
86   # Parameters for DCAE instantiation
87
88   dcae_zone: z1
89
90   dcae_state: os
91
92   nexus_repo_root: https://nexus.onap.org  
93
94   nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots
95
96   openstack_region: RegionOne
97
98   gitlab_branch: master
99