Versions Compared

Key

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

...

As described above, the SEAPATH minimal cluster requires three machines, two cluster machines (or hypervisors) and an observer. The steps to build and flash the Yocto images for the cluster machines are described in SEAPATH Yocto BSP. SEAPATH need to be built on a Linux machine with a Kernel ≥ 5.4.

Interact with the cluster with Ansible

...

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

...

You must create an inventory, more 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)