Use and ownership info for the network_environment module

Also reorganized the author list.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I75dfbd2be121f20f9376a39bd984f280fd50a275
This commit is contained in:
Jiri Podivin 2021-06-02 13:33:05 +02:00
parent a9a316654a
commit 897ab279eb
1 changed files with 9 additions and 2 deletions

View File

@ -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 = '''