This module provides for the following ansible plugin:
check_flavors
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.
A list of role info
A dictionary of flavors from Nova
Brad P. Crochet
- hosts: undercloud
tasks:
- check_flavors:
flavors: '{{ lookup(''nova_flavors'', wantlist=True) }}'
roles_info: '{{ lookup(''roles_info'', wantlist=True) }}'
name: Check the flavors
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.