The Validation name goes here.
Write a description of your validations
hosts: all
groups: prep, pre-deployment, post-deployment, pre-upgrade, post-upgrade, pre-ceph, post-ceph
parameters:
package_version_debug: False
roles: package_version
Role documentation
Confirm that undercloud is setup to register to IdM.
Checks that the undercloud is ready to set up novajoin and to register to IdM as a client as part of undercloud-install.
hosts: undercloud
groups: prep
parameters:
roles: tls_everywhere
Role documentation
Verify undercloud fits the disk space requirements.
Make sure that the root partition on the undercloud node has enough free space. http://tripleo.org/install/environments/baremetal.html#minimum-system-requirements
hosts: undercloud
groups: prep, pre-introspection
parameters:
volumes: [{‘mount’: ‘/var/lib/docker’, ‘min_size’: 10}, {‘mount’: ‘/var/lib/config-data’, ‘min_size’: 3}, {‘mount’: ‘/var/log’, ‘min_size’: 3}, {‘mount’: ‘/usr’, ‘min_size’: 5}, {‘mount’: ‘/var’, ‘min_size’: 20}, {‘mount’: ‘/’, ‘min_size’: 25}]
roles: undercloud_disk_space
Role documentation
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.