pre-ceph

pre-ceph

ceph-ansible-installed

Check if ceph-ansible is installed on the undercloud.

Prints a message if ceph-ansible isn’t installed

  • hosts: undercloud
  • groups: pre-deployment, pre-ceph
  • parameters:
    • fail_without_ceph_ansible: False
    • ceph_ansible_repo: centos-ceph-nautilus
  • roles: ceph

Role documentation

ceph-dependencies-installed

Check if Ceph dependencies are installed.

Prints a message if a ceph dependency is missed

  • hosts: allovercloud
  • groups: pre-deployment, pre-ceph
  • parameters:
    • packages: [‘lvm2’]
    • fail_without_deps: True
    • tripleo_delegate_to: {{ groups[‘allovercloud’] | default([]) }}
  • roles: ceph

Role documentation

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.