Bartek Grzybowski | bf26194 | 2019-12-12 16:39:58 +0100 | [diff] [blame^] | 1 | ############################################################################################# |
| 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 |
| 4 | external_net_addr: '10.12.0.0' |
| 5 | external_net_prefix_len: 16 |
| 6 | |
| 7 | ############################################################################################# |
| 8 | # set the openstack cloud access credentials here |
| 9 | oom_mode: False |
| 10 | |
| 11 | ############################################################################################# |
| 12 | # set the gra_api flag |
| 13 | # Mustn't be set to True until Frankfurt DGs are updated for GRA-API infrastructure |
| 14 | gra_api_flag: False |
| 15 | |
| 16 | ########################### |
| 17 | # set Openstack credentials |
| 18 | cloud: |
| 19 | '--os-auth-url': 'http://10.12.25.2:5000' |
| 20 | '--os-username': 'kxi' |
| 21 | '--os-user-domain-id': 'default' |
| 22 | '--os-project-domain-id': 'default' |
| 23 | '--os-tenant-id': '1e097c6713e74fd7ac8e4295e605ee1e' |
| 24 | '--os-region-name': 'RegionOne' |
| 25 | '--os-password': 'n3JhGMGuDzD8' |
| 26 | '--os-project-domain-name': 'Integration-SB-07' |
| 27 | '--os-identity-api-version': '3' |
| 28 | |
| 29 | ############################################################################ |
| 30 | # set oam and public network which must exist in openstack before deployment |
| 31 | common_preload_config: |
| 32 | 'oam_onap_net': 'oam_onap_lAky' |
| 33 | 'oam_onap_subnet': 'oam_onap_lAky' |
| 34 | 'public_net': 'external' |
| 35 | 'public_net_id': '971040b2-7059-49dc-b220-4fab50cb2ad4' |
| 36 | |
| 37 | ############################################################################# |
| 38 | # Set name of Onap's k8s namespace and sdnc controller pod |
| 39 | onap_namespace: 'onap' |
| 40 | onap_environment: 'dev' |
| 41 | |
| 42 | template_variable_symbol: '${' |
| 43 | cpe_vm_prefix: 'zdcpe' |
| 44 | |
| 45 | ############################################################################################# |
| 46 | # preloading network config |
| 47 | # key=network role |
| 48 | # value = [subnet_start_ip, subnet_gateway_ip] |
| 49 | preload_network_config: |
| 50 | 'cpe_public': |
| 51 | - '10.2.0.2' |
| 52 | - '10.2.0.1' |
| 53 | 'cpe_signal': |
| 54 | - '10.4.0.2' |
| 55 | - '10.4.0.1' |
| 56 | 'brg_bng': |
| 57 | - '10.3.0.2' |
| 58 | - '10.3.0.1' |
| 59 | 'bng_mux': |
| 60 | - '10.1.0.10' |
| 61 | - '10.1.0.1' |
| 62 | 'mux_gw': |
| 63 | - '10.5.0.10' |
| 64 | - '10.5.0.1' |
| 65 | |
| 66 | dcae_ves_collector_name: 'dcae-bootstrap' |
| 67 | global_subscriber_id: 'SDN-ETHERNET-INTERNET' |
| 68 | project_name: 'Project-Demonstration' |
| 69 | owning_entity_id: '520cc603-a3c4-4ec2-9ef4-ca70facd79c0' |
| 70 | owning_entity_name: 'OE-Demonstration1' |
| 71 | |
| 72 | ############################################################################################################ |
| 73 | # following key is overriding public key from vCPE heat templates, it's important to use correct one in here |
| 74 | pub_key: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh' |