From 55066def3aed2aacd54c084d125bafe770411743 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 15:30:01 +0200 Subject: [PATCH] Use and ownership info for the verify_profiles module Signed-off-by: Jiri Podivin Change-Id: I071c3a9bb75cd020116cf1897db29ab93001f979 --- library/verify_profiles.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/verify_profiles.py b/library/verify_profiles.py index 1ff0bf8ba..3b8552671 100644 --- a/library/verify_profiles.py +++ b/library/verify_profiles.py @@ -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. - +"""verify_profiles module +Used by the collect_flavors_and_verify_profiles validation. +""" from ansible.module_utils.basic import AnsibleModule # noqa from yaml import safe_load as yaml_safe_load @@ -23,6 +25,8 @@ module: verify_profiles short_description: Check that profiles have enough nodes description: - 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: nodes: required: true