Module - check_ironic_boot_config

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:
  - check_ironic_boot_config:
      nodes: '{{ lookup(''ironic_nodes'', wantlist=True) }}'
    name: Check Ironic boot config
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.