blob: 36af1b684800d1a1fe1219032af96d17146c1f29 [file] [log] [blame]
Bartek Grzybowski156cf4c2019-12-10 13:56:06 +01001#############################################################################################
2# Set network prefix of k8s host external address; it's used for pod public IP autodetection
3# but can be overriden from user in case of autodetection failure
4external_net_addr: '10.12.0.0'
5external_net_prefix_len: 16
6
7#############################################################################################
8# set the openstack cloud access credentials here
9oom_mode: True
10
11#############################################################################################
12# set the gra_api flag
13# Mustn't be set to True until Frankfurt DGs are updated for GRA-API infrastructure
14gra_api_flag: False
15
16###########################
Bartek Grzybowski41790122020-01-29 14:11:43 +010017# set Openstack cloud name
18cloud_name: 'integration-release-daily'
Bartek Grzybowski156cf4c2019-12-10 13:56:06 +010019
20############################################################################
21# set oam and public network which must exist in openstack before deployment
22common_preload_config:
23 'oam_onap_net': 'oam_network_exxC'
Bartek Grzybowski156cf4c2019-12-10 13:56:06 +010024 'oam_onap_subnet': 'oam_network_exxC'
Bartek Grzybowski156cf4c2019-12-10 13:56:06 +010025 'public_net': 'external'
26 'public_net_id': '971040b2-7059-49dc-b220-4fab50cb2ad4'
27
28#############################################################################
29# Set name of Onap's k8s namespace and sdnc controller pod
30onap_namespace: 'onap'
31onap_environment: 'dev'
32
33template_variable_symbol: '${'
34cpe_vm_prefix: 'zdcpe'
35
36#############################################################################################
37# preloading network config
38# key=network role
39# value = [subnet_start_ip, subnet_gateway_ip]
40preload_network_config:
41 'cpe_public':
42 - '10.2.0.2'
43 - '10.2.0.1'
44 'cpe_signal':
45 - '10.4.0.2'
46 - '10.4.0.1'
47 'brg_bng':
48 - '10.3.0.2'
49 - '10.3.0.1'
50 'bng_mux':
51 - '10.1.0.10'
52 - '10.1.0.1'
53 'mux_gw':
54 - '10.5.0.10'
55 - '10.5.0.1'
56
57dcae_ves_collector_name: 'dcae-bootstrap'
58global_subscriber_id: 'SDN-ETHERNET-INTERNET'
59project_name: 'Project-Demonstration'
60owning_entity_id: '520cc603-a3c4-4ec2-9ef4-ca70facd79c0'
61owning_entity_name: 'OE-Demonstration1'
62
63############################################################################################################
64# following key is overriding public key from vCPE heat templates, it's important to use correct one in here
65pub_key: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh'