diff options
author | Rhys Oxenham <roxenham@redhat.com> | 2016-03-31 00:08:17 +0100 |
---|---|---|
committer | Rhys Oxenham <roxenham@redhat.com> | 2016-03-31 00:08:17 +0100 |
commit | b90311442ded1a9f21a160fc57e1e210a240df7f (patch) | |
tree | d9aaa12641b199a6febc6eec8e2d8b8020776ae7 /puppet | |
parent | cccb984eb76febfedfe7118e27d3d82f31a224e2 (diff) |
Updates ControlPlaneSubnetCidr to be a string
Heat is unable to execute the following join when creating the
os-net-config definition (OsNetConfigImpl):
addresses:
-
ip_netmask:
list_join:
- '/'
- - {get_param: ControlPlaneIp}
- {get_param: ControlPlaneSubnetCidr}
In the default network-environment.yaml environment file the
ControlPlaneSubnetCidr is defaulted as a non-string "24", e.g.
ControlPlaneSubnetCidr: 24
Resulting in the following error, upon deploymnet:
2016-03-30 22:44:17 [overcloud-Controller-wazxxjc6dq22-2-2ictqfdx2nuo]:
CREATE_FAILED Resource CREATE failed:
resources.NetworkConfig:
Property error:
resources.OsNetConfigImpl.properties.config:
Items to join must be strings not 24
This patch simply updates the default value to '24', to match other
templates. This allows a deployment to succeed as expected.
Change-Id: I5f75b02dba5c35a9856c6ceff9cf6c24a0cb56d8
Diffstat (limited to 'puppet')
0 files changed, 0 insertions, 0 deletions