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. When it does appear that the correct image is associated, we also need to check that there is only image in Glance with that name.

Options

images:

A list of images from Glance

nodes:

A list of nodes from Ironic

deploy_kernel_name_base:
 

Base name of kernel image

deploy_ramdisk_name_base:
 

Base name of ramdisk image

Authors

:

Jeremy Freudberg

Example Tasks

- hosts: undercloud
  tasks:
  - check_ironic_boot_config:
      deploy_kernel_name_base: ' {{ deploy_kernel_name_base }} '
      deploy_ramdisk_name_base: ' {{ deploy_ramdisk_name_base }} '
      images: '{{ lookup(''glance_images'', wantlist=True) }}'
      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.