Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
ansible-playbook -i inventories/cluster_inventory.yaml --limit=cluster_machines playbooks/cluster_setup_main.yaml

Attention: While executing this playbook it is necessary to remove the media (USB key) that contains the SEAPATH Yocto images once they have been flashed on the disk. Please remove your USB when the Ansible message "Wait for all cluster machines to be online" appears.

You must create an inventory, more details details here.

You must launch these playbooks in this order:

  1. Only for Debian installation: playbooks/cluster_setup_prerequisdebian.yaml (more details here)
  2. playbooks/cluster_setup_network.yaml (more details here)
  3. playbooks/cluster_setup_ceph.yaml (more details here)
  4. playbooks/cluster_setup_libvirt.yaml (more details here)
  5. playbooks/cluster_setup_ha.yaml (more details here)
  6. playbooks/cluster_setup_keys.yaml (more details here)