From 74487013dc125b1c4dcbc95b6cb67716e4faf0c4 Mon Sep 17 00:00:00 2001 From: matbu Date: Tue, 23 Aug 2022 15:12:05 +0200 Subject: [PATCH] Fix nits on check_manila_policy_file role Change-Id: I592d7730ddaaaa11189f20869bbf68f5136552c7 --- .../roles/role-check_manila_policy_file.rst | 26 +++++++++---------- .../molecule/default/converge.yml | 2 +- .../molecule/default/prepare.yml | 2 +- roles/check_manila_policy_file/tasks/main.yml | 2 +- roles/check_manila_policy_file/vars/main.yml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/source/roles/role-check_manila_policy_file.rst b/doc/source/roles/role-check_manila_policy_file.rst index 4cc1afc52..82c1501d4 100644 --- a/doc/source/roles/role-check_manila_policy_file.rst +++ b/doc/source/roles/role-check_manila_policy_file.rst @@ -25,20 +25,20 @@ Example Playbook .. code-block:: yaml - hosts: "{{ controller_rolename | default('Controller') }}" - vars: - metadata: - name: Verify that keystone admin token is disabled - description: | - This validation checks that policy file of manilas configuration folder inside of the container,exists. - groups: - - post-deployment - categories: - - controller - products: - - tripleo + vars: + metadata: + name: Verify that keystone admin token is disabled + description: | + This validation checks that policy file of manilas configuration folder inside of the container,exists. + groups: + - post-deployment + categories: + - controller + products: + - tripleo manilas_policy_file: "/var/lib/config-data/puppet-generated/manila/etc/manila/policy.yaml" - roles: - - check_manila_policy_file + roles: + - check_manila_policy_file Author Information ================== diff --git a/roles/check_manila_policy_file/molecule/default/converge.yml b/roles/check_manila_policy_file/molecule/default/converge.yml index 00038c451..cea8a09d4 100644 --- a/roles/check_manila_policy_file/molecule/default/converge.yml +++ b/roles/check_manila_policy_file/molecule/default/converge.yml @@ -1,5 +1,5 @@ --- -# Copyright 2020 Red Hat, Inc. +# Copyright 2022 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/roles/check_manila_policy_file/molecule/default/prepare.yml b/roles/check_manila_policy_file/molecule/default/prepare.yml index 284491d29..bec69d3d9 100644 --- a/roles/check_manila_policy_file/molecule/default/prepare.yml +++ b/roles/check_manila_policy_file/molecule/default/prepare.yml @@ -1,5 +1,5 @@ --- -# Copyright 2021 Red Hat, Inc. +# Copyright 2022 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/roles/check_manila_policy_file/tasks/main.yml b/roles/check_manila_policy_file/tasks/main.yml index 244113816..a260d9028 100644 --- a/roles/check_manila_policy_file/tasks/main.yml +++ b/roles/check_manila_policy_file/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2020 Red Hat, Inc. +# Copyright 2022 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/roles/check_manila_policy_file/vars/main.yml b/roles/check_manila_policy_file/vars/main.yml index 606c1e712..304a46c56 100644 --- a/roles/check_manila_policy_file/vars/main.yml +++ b/roles/check_manila_policy_file/vars/main.yml @@ -1,5 +1,5 @@ --- -# Copyright 2021 Red Hat, Inc. +# Copyright 2022 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may