Module - check_flavors

This module provides for the following ansible plugin:

  • check_flavors

Module Documentation

Validate that the flavors assigned to roles exist and have the correct settings. Right now, that means that boot_option is unset or set to 'local', or if set to 'netboot', issue a warning.

Options

roles_info

A list of role info

flavors

A dictionary of flavors from Nova

Authors

Brad P. Crochet

Example Tasks

- hosts: undercloud
  tasks:
  - check_flavors:
      flavors: '{{ lookup(''nova_flavors'', wantlist=True) }}'
      roles_info: '{{ lookup(''roles_info'', wantlist=True) }}'
    name: Check the flavors