This module provides for the following ansible plugin:
- node_disks
Check if each node has a root device hint set if there is more than one disk and compare flavors to disk sizes.
nodes: | A list of nodes |
---|---|
flavors: | A list of flavors |
introspection_data: | |
Introspection data for all nodes |
: | Florian Fuchs <flfuchs@redhat.com> |
---|
- hosts: undercloud
tasks:
- name: Check node disks
node_disks:
flavors: '{{ lookup(''nova_flavors'') }}'
introspection_data: '{{ lookup(''introspection_data'', auth_url=auth_url.value,
password=password.value) }}'
nodes: '{{ lookup(''ironic_nodes'') }}'
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.