Merge "Use and ownership info for the network_environment module"

This commit is contained in:
Zuul 2021-06-03 21:31:55 +00:00 committed by Gerrit Code Review
commit 030d615a21
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 = '''