diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-09-26 10:05:36 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-09-27 12:41:10 +0000 |
commit | 1664eeda2d952587d2539cd33070baf3c13c85fd (patch) | |
tree | 475901f944953258be8e76e246703885f7f006ff /mcp | |
parent | 533b81df35acd7c2f16cd347cf3167583e870d38 (diff) |
Change vlan tag of lf-pod private network
Change-Id: I66f5b4ac4ab58d3dbc983b0e1bed359a58602dba
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 0e8c582713d70e00975e9a002898bc5cce66eee4)
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml index 90c3c8556..157a51158 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/pod_config.yml @@ -55,7 +55,7 @@ parameters: opnfv_name_servers: ['8.8.8.8', '8.8.4.4'] opnfv_dns_server01: '8.8.8.8' opnfv_net_mgmt_vlan: 300 - opnfv_net_tenant_vlan: 302 + opnfv_net_tenant_vlan: 1000 opnfv_maas_node01_architecture: amd64/generic opnfv_maas_node01_power_address: 172.30.8.75 |