blob: 1a38ea10fc341e4150209f2e9908d473d7324a7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
parameters:
# Generic 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: ecomp_key
pub_key: PUT YOUR PUBLIC KEY HERE
nexus_repo: https://nexus.onap.org/content/sites/raw
nexus_docker_repo: nexus3.onap.org:10003
nexus_username: docker
nexus_password: docker
gitlab_username: PUT YOUR GERRIT USERNAME HERE
gitlab_password: PUT YOUR GERRIT HTTP PASSWORD HERE
dmaap_topic: AUTO
artifacts_version: 1.0.0
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
horizon_url: PUT THE HORIZON URL HERE
keystone_url: PUT THE KEYSTONE URL HERE
# Network parameters
external_dns: PUT THE ADDRESS OF THE EXTERNAL DNS HERE (e.g. a comma-separated list of IP addresses in your /etc/resolv.conf)
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
dns_ip_addr: 10.0.0.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 for DCAE instantiation
dcae_zone: z1
dcae_state: os
nexus_repo_root: https://nexus.onap.org
nexus_url_snapshot: https://nexus.onap.org/content/repositories/snapshots
openstack_region: RegionOne
gitlab_branch: master
|