blob: 097ddb3f592bd4bd6d156fff15a2748fa7fc2fb3 (
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
|
parameters:
##############################################
# #
# Parameters used across all ONAP components #
# #
##############################################
public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
public_net_name: external
ubuntu_1604_image: ubuntu-16-04-cloud-amd64
flavor_small: m1.small
flavor_medium: m1.medium
flavor_large: m1.large
flavor_xlarge: m1.xlarge
flavor_xxlarge: m1.xxlarge
flavor_m2xlarge: m2.xlarge
vm_base_name: onap
key_name: onap_key
pub_key: ssh-rsa AAAAB3Nz.....WV7lNo+418Tt michael@rics
nexus_repo: https://nexus.onap.org/content/sites/raw
nexus_docker_repo: nexus3.onap.org:10001
nexus_username: docker
nexus_password: docker
artifacts_version: 1.3.0-SNAPSHOT
openstack_tenant_id: a8...50a7
openstack_tenant_name: Logging
openstack_username: mic...en
#openstack_api_key: Wh...Lj
openstack_auth_method: password
openstack_region: RegionOne
horizon_url: http://10.12.25.2:5000/v3
keystone_url: http://10.12.25.2:5000
cloud_env: openstack
######################
# #
# Network parameters #
# #
######################
dns_list: ["10.12.25.5", "8.8.8.8"]
external_dns: 8.8.8.8
dns_forwarder: 10.12.25.5
oam_network_cidr: 10.0.0.0/16
### Private IP addresses ###
oom_ip_addr: 10.0.16.1
#####################
# #
# ONAP repositories #
# #
#####################
oom_repo: http://gerrit.onap.org/r/oom/refrepo.git
|