Merge "Extend DeployedServerPortMap to include network props"

This commit is contained in:
Zuul 2019-01-04 05:27:27 +00:00 committed by Gerrit Code Review
commit b3c8f58a2f
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ parameter_defaults:
- ip_address: 192.168.24.{{ 3 + loop.index0 }}
subnets:
- cidr: 192.168.24.0/24
network:
tags:
- 192.168.24.0/24
{% endfor %}