diff --git a/deployed-server/ctlplane-port.yaml b/deployed-server/ctlplane-port.yaml index 924ff1b496..8cda15a11f 100644 --- a/deployed-server/ctlplane-port.yaml +++ b/deployed-server/ctlplane-port.yaml @@ -4,6 +4,9 @@ parameters: network: type: string default: ctlplane + fixed_ips: + default: [] + type: json name: type: string replacement_policy: diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index d7d0d87af2..a40fdd020c 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -129,7 +129,8 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description', 'NovaComputeExtraConfig': ['description'], 'controllerExtraConfig': ['description'], 'DockerSwiftConfigImage': ['default'], - 'input_values': ['default'] + 'input_values': ['default'], + 'fixed_ips': ['default', 'type'] } PREFERRED_CAMEL_CASE = {