blob: 4f3945bfcc84f33c15d9e60790dc604672632330 (
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
|
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
#####################
# #
# ONAP repositories #
# #
#####################
aai_repo: http://gerrit.onap.org/r/aai/test-config
appc_repo: http://gerrit.onap.org/r/appc/deployment.git
dcae_repo: http://gerrit.onap.org/r/dcae/demo/startup/controller.git
mr_repo: http://gerrit.onap.org/r/dcae/demo/startup/message-router.git
mso_repo: http://gerrit.onap.org/r/so/docker-config.git
policy_repo: http://gerrit.onap.org/r/policy/docker.git
portal_repo: http://gerrit.onap.org/r/portal.git
robot_repo: http://gerrit.onap.org/r/testsuite/properties.git
sdc_repo: http://gerrit.onap.org/r/sdc.git
sdnc_repo: http://gerrit.onap.org/r/sdnc/oam.git
vid_repo: http://gerrit.onap.org/r/vid.git
|