Skip to content

Commit

Permalink
Update controlplanesubnet cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
smalleni committed Jul 15, 2018
1 parent 16bd775 commit 036d448
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions overcloud-network/.plugins.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[git_orgs]
github = rhos-infra

[supported_types]
provision = Provisioning plugins
install = Installing plugins
test = Testing plugins
other = Other type plugins

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameters:
description: default route for the external network
type: string
ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24'
default: '16'
description: The subnet CIDR of the control plane network.
type: string
ControlPlaneDefaultRoute: # Override this via parameter_defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameters:
description: default route for the external network
type: string
ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24'
default: '16'
description: The subnet CIDR of the control plane network.
type: string
ControlPlaneDefaultRoute: # Override this via parameter_defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
description: Vlan ID for the tenant network traffic.
type: number
ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24'
default: '16'
description: The subnet CIDR of the control plane network.
type: string
ControlPlaneDefaultRoute: # Override this via parameter_defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameters:
description: default route for the external network
type: string
ControlPlaneSubnetCidr: # Override this via parameter_defaults
default: '24'
default: '16'
description: The subnet CIDR of the control plane network.
type: string
ControlPlaneDefaultRoute: # Override this via parameter_defaults
Expand Down

0 comments on commit 036d448

Please sign in to comment.