Module - check_ironic_boot_config¶
This module provides for the following ansible plugin:
check_ironic_boot_config
Module Documentation¶
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.
Options¶
- nodes:
A list of nodes from Ironic
Authors¶
- :
Jeremy Freudberg
Example Tasks¶
- hosts: undercloud
tasks:
- name: Check Ironic boot config
check_ironic_boot_config:
nodes: "{{ lookup('ironic_nodes', wantlist=True) }}"