...
Key | Default Value | Description | Notes |
---|---|---|---|
OpenStack Settings | |||
key | vbng | Name of the SSH keypair for logging in into instances | constraint: nova.keypair |
image | "CentOS 7 x86_64 GenericCloud 1901" | Name of the glance image (only CentOS7 supported) | constraint: glance.image |
flavor | a1.tiny | Flavor to use for instances, can be a small oneĀ (1vCPU/4GB RAM/10GB disk) | constraint: nova.flavor |
extnet | external | Name of external network | |
int_cidr | 192.168.1.0/24 | Internal Network IPv4 Addressing in CIDR notation | |
dns1 | 8.8.8.8 | Upstream DNS server 1 (Also used for customers) | |
dns2 | 8.8.4.4 | Upstream DNS server 2 | |
vBNG Git Repository Settings | |||
git_repo | ssh://git@git.swisscom.com:7999/ztxgspon/vbng.git | Virtual BNG Git Repository URL (ssh://) | |
git_sshkey | NOT SHOWN HERE | SSH Private Key for Git Repository (Read-Only Access) | |
git_hostkey | NOT SHOWN HERE | SSH Host Key for Git Host (git.swisscom.com) | |
vBNG Settings | |||
cust_cidr | 10.66.0.0/16 | Customer IPv4 Network in CIDR notation | |
cust_gw | 10.66.0.1 | Customer IPv4 Network Gateway | |
cust_dns | 8.8.8.8 | Customer DNS Server | |
cust_start | 10.66.1.1 | Customer IPv4 Range Start Address | |
cust_end | 10.66.1.254 | Customer IPv4 Range End Address | |
dhcp_cidr | 172.24.24.0/24 | DHCP Server / Relay Network in CIDR notation | |
dhcp_ip | 172.24.24.1 | DHCP Server IPv4 Address | |
relay_ip | 172.24.24.2 | DHCP Relay IPv4 Address | |
in_tun_port | 4789 | UDP Port for incoming VxLAN Tunnels (Security Group) | |
onap_dcae_ves_collector_url | http://172.30.0.93:30235/eventListener/v7 | ONAP DCAE VES Collector URL |
OLT Onboarding Configuration
TODO
ONAP Configuration
The installation and initial configuration of Edge SDN M&C + vBNG is done by an Heat stack template, see above. The parameters which must be modified in ONAP are the following:
...