| --- |
| # file: group_vars/cord.yml |
| |
| # site configuration |
| site_name: mysite |
| site_humanname: MySite |
| |
| deployment_type: MyDeployment |
| |
| xos_users: |
| - email: padmin@vicci.org |
| password: letmein |
| first: PAdmin |
| last: VicciOrg |
| admin: true |
| |
| # VM networks/bridges on head |
| virt_nets: |
| - name: mgmtbr |
| ipv4_prefix: 192.168.122 |
| head_vms: true |
| |
| # site domain suffix |
| site_suffix: cord.lab |
| |
| # resolv.conf settings |
| dns_search: |
| - cord.lab |
| |
| # NSD/Unbound settings |
| nsd_zones: |
| - name: cord.lab |
| ipv4_first_octets: 192.168.122 |
| name_reverse_unbound: "168.192.in-addr.arpa" |
| soa: ns1 |
| ns: |
| - { name: ns1 } |
| nodelist: head_vm_list |
| aliases: |
| - { name: "ns1" , dest: "head" } |
| - { name: "ns" , dest: "head" } |
| - { name: "apt-cache" , dest: "head" } |
| |
| name_on_public_interface: head |
| |
| # If true, unbound listens on the head node's `ansible_default_ipv4` interface |
| unbound_listen_on_default: True |
| |
| # turn this on, or override it when running the playbook with --extra-vars="on_cloudlab=True" |
| on_cloudlab: False |
| |
| # VTN network configuration |
| management_network_cidr: 172.27.0.0/24 |
| management_network_ip: 172.27.0.1/24 |
| data_plane_ip: 10.168.0.253/24 |
| |
| # CORD ONOS app version |
| cord_app_version: 1.1-rc1 |