Merge "Use and ownership info for the node_disk module."

This commit is contained in:
Zuul 2021-06-10 21:50:31 +00:00 committed by Gerrit Code Review
commit c512d5f6f7
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 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
"""node_disks module
Used by the 'node_disks' validation.
"""
from ansible.module_utils.basic import AnsibleModule # noqa from ansible.module_utils.basic import AnsibleModule # noqa
from yaml import safe_load as yaml_safe_load from yaml import safe_load as yaml_safe_load
@ -25,6 +27,7 @@ short_description: Check disks, flavors and root device hints
description: description:
- Check if each node has a root device hint set if there is more - Check if each node has a root device hint set if there is more
than one disk and compare flavors to disk sizes. than one disk and compare flavors to disk sizes.
- Used by the 'node_disks' validation.
options: options:
nodes: nodes:
required: true required: true