| # 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. |
| - name: Include variables |
| include_vars: "{{ item }}" |
| - vars/cord_single_defaults.yml |
| - vars/example_keystone.yml |
| - name: Check Prerequisites |
| - 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 |
| - { role: test-client-install, when: test_client_install } |