| # Deployment configuration for VirtualBox based head node. |
| # This deployment configuration can be utilized with the head node created |
| # via `vargrant up headnode` from the gerrit.opencord.org/maas repository. |
| # this is used to generate the genconfig/cord-inv file |
| ansible_ssh_pass: 'vagrant' |
| # set to the profile of cord you want to install |
| # directories on the head node that the cord dir is copied to, and profile is created in |
| cord_profile_dir: '/opt/cord_profile' |
| # Specifies tasks within the head node provisioning not to execute, including: |
| # switch_support - don't download the switch ONL images as there are no |
| # switches in this configuration |
| # interface_config - don't update the network configuration of the headnode |
| # as it is configured by vagrant to the proper settings |
| management_ip: '10.1.0.1/24' |
| management_network: '10.1.0.0/24' |
| # Specifies the extra settings required for this configuration |
| # virtualbox_support - install support for managing virtual box based |
| power_helper_user: 'cord' |