masquerade-networks: update defaults

Update the defaults in environments/services/masquerade-networks.yaml
so it'll configure correct IPtables rules to allow overcloud nodes in
OVB jobs to reach external network (via 10.0.0.0/24).

Change-Id: I58c846ebe22b7bfd9115963250305be95f2503cb
This commit is contained in:
Emilien Macchi 2018-04-09 13:32:11 -07:00
parent 2ec5bd01dc
commit 1f97dc0ee4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ resource_registry:
OS::TripleO::Services::MasqueradeNetworks: ../../puppet/services/masquerade-networks.yaml
parameter_defaults:
MasqueradeNetworks: {'192.168.24.0/24': ['192.168.24.0/24']}
MasqueradeNetworks: {'192.168.24.0/24': ['192.168.24.0/24'], '10.0.0.0/24': ['10.0.0.0/24']}