From 897ab279ebd41328187760bf500e05da10dfd2ae Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 13:33:05 +0200 Subject: [PATCH] Use and ownership info for the network_environment module Also reorganized the author list. Signed-off-by: Jiri Podivin Change-Id: I75dfbd2be121f20f9376a39bd984f280fd50a275 --- library/network_environment.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/library/network_environment.py b/library/network_environment.py index 64f34cebb..cebc3d14d 100644 --- a/library/network_environment.py +++ b/library/network_environment.py @@ -14,7 +14,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. - +"""network_environment module +Used by the network_environment validation. +""" import collections import itertools import netaddr @@ -35,6 +37,8 @@ module: network_environment short_description: Validate networking templates description: - Performs networking-related checks on a set of TripleO templates + - Used by the network_environment role. + - Owned by the DFG Networking options: netenv_path: required: true @@ -56,7 +60,10 @@ options: description: - A list of template files and contents type: list -author: "Tomas Sedovic, Martin André, Florian Fuchs" +author: + - "Tomas Sedovic" + - "Martin André" + - "Florian Fuchs" ''' EXAMPLES = '''