| # Installs the single node cord-pod XOS configuration, using Juju to provision |
| # the OpenStack installation inside of VM's on the head node. |
| # This is used by `scripts/single-node-pod.sh` for E2E testing. |
| - include_vars: vars/cord_defaults.yml |
| - include_vars: vars/cord.yml |
| - include_vars: vars/cord_keystone.yml |
| - name: DNS Server and apt-cacher-ng Setup |
| - name: Configure all hosts to use DNS server |
| - { role: cloudlab-prep, when: on_cloudlab } |
| - name: Configure head node, create VM's |
| - { role: head-prep, become: yes } |
| - { role: config-virt, become: yes } |
| - name: Set up VM's, juju, simulate fabric |