| --- | |
| # cord-compute-maas-playbook.yml | |
| # Installs and configures compute nodes when using MaaS | |
| - name: Include vars | |
| hosts: all | |
| tasks: | |
| - name: Include variables | |
| include_vars: "{{ item }}" | |
| with_items: | |
| - "profile_manifests/{{ cord_profile }}.yml" | |
| - profile_manifests/local_vars.yml | |
| - include: prep-computenode-playbook.yml | |
| - include: deploy-computenode-playbook.yml | |
| - name: Enable Compute Node (MaaS) | |
| hosts: head | |
| roles: | |
| - compute-node-enable-maas | |