aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml-validate.py
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2017-09-13 17:53:36 -0600
committerDan Sneddon <dsneddon@redhat.com>2017-09-22 23:38:28 +0000
commit5a94449b77d6b52c99dd5581fde44b73b1d34f85 (patch)
tree1d6259d16c5b84c8d66c8f5cf24495bac211668e /tools/yaml-validate.py
parent8f864edcb1f505262cb2f2549dd1f948cebf40fd (diff)
Fix upgrades that use Management network
Upgrades from older versions using Management network fail. This patch enables the management network even though it is not enabled in any of the role definitions. This will allow upgrades to complete using existing network environment files, without requiring operators to switch to the new method for defining which networks are attached to roles. Eventually these older environment files will be removed. Change-Id: Iadd12a559f0ad6918958a1355f189187fd327363 Closes-bug: 1717123 (cherry picked from commit 5b9fbc2b2bfa00de2fe0f437f21e05e3fc09a53d)
Diffstat (limited to 'tools/yaml-validate.py')
-rwxr-xr-xtools/yaml-validate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py
index e47c1fe9..f19772ef 100755
--- a/tools/yaml-validate.py
+++ b/tools/yaml-validate.py
@@ -88,6 +88,8 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
'OVNSouthboundServerPort': ['description'],
'ExternalInterfaceDefaultRoute':
['description', 'default'],
+ 'ManagementInterfaceDefaultRoute':
+ ['description', 'default'],
'IPPool': ['description'],
'SSLCertificate': ['description',
'default',