Use and ownership info for the node_disk module.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Id9b52ef30af3e023992b13f7e78ea9df5481b066
This commit is contained in:
Jiri Podivin 2021-06-02 13:54:35 +02:00
parent a9a316654a
commit ba98421b88
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
"""node_disks module
Used by the 'node_disks' validation.
"""
from ansible.module_utils.basic import AnsibleModule # noqa
from yaml import safe_load as yaml_safe_load
@ -25,6 +27,7 @@ short_description: Check disks, flavors and root device hints
description:
- Check if each node has a root device hint set if there is more
than one disk and compare flavors to disk sizes.
- Used by the 'node_disks' validation.
options:
nodes:
required: true