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 # 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.
"""network_environment module
Used by the network_environment validation.
"""
import collections import collections
import itertools import itertools
import netaddr import netaddr
@ -35,6 +37,8 @@ module: network_environment
short_description: Validate networking templates short_description: Validate networking templates
description: description:
- Performs networking-related checks on a set of TripleO templates - Performs networking-related checks on a set of TripleO templates
- Used by the network_environment role.
- Owned by the DFG Networking
options: options:
netenv_path: netenv_path:
required: true required: true
@ -56,7 +60,10 @@ options:
description: description:
- A list of template files and contents - A list of template files and contents
type: list type: list
author: "Tomas Sedovic, Martin André, Florian Fuchs" author:
- "Tomas Sedovic"
- "Martin André"
- "Florian Fuchs"
''' '''
EXAMPLES = ''' EXAMPLES = '''