This module provides for the following ansible plugin:
- check_ironic_boot_config
Each overcloud node needs to have the correct associated ramdisk and kernel image according to its architecture and platform. This can be validated by making sure that like nodes have associated deploy images not exceeding a certain standard of diversity.
nodes: | A list of nodes from Ironic |
---|
: | Jeremy Freudberg |
---|
- hosts: undercloud
tasks:
- check_ironic_boot_config:
nodes: '{{ lookup(''ironic_nodes'', wantlist=True) }}'
name: Check Ironic boot config
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.