Merge "Use and ownership info for the verify_profiles module"

This commit is contained in:
Zuul 2021-06-03 21:32:02 +00:00 committed by Gerrit Code Review
commit 286bf19bc8
1 changed files with 5 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.
"""verify_profiles module
Used by the collect_flavors_and_verify_profiles 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
@ -23,6 +25,8 @@ module: verify_profiles
short_description: Check that profiles have enough nodes short_description: Check that profiles have enough nodes
description: description:
- Validate that the profiles assigned have enough nodes available. - Validate that the profiles assigned have enough nodes available.
- Used by the collect_flavors_and_verify_profiles
- Owned jointly by DFG Compute & DFG Hardware Provisioning
options: options:
nodes: nodes:
required: true required: true