Merge "Correct Kubernetes control-plane upgrade robustness skip_update_config"
This commit is contained in:
commit
85a548ffcc
sysinv/sysinv/sysinv/sysinv
@ -10271,8 +10271,7 @@ class ConductorManager(service.PeriodicService):
|
||||
puppet_common.REPORT_STATUS_CFG:
|
||||
puppet_common.REPORT_UPGRADE_CONTROL_PLANE
|
||||
}
|
||||
self._config_apply_runtime_manifest(context, config_uuid, config_dict,
|
||||
skip_update_config=True)
|
||||
self._config_apply_runtime_manifest(context, config_uuid, config_dict)
|
||||
|
||||
def handle_k8s_upgrade_control_plane_success(self, context, kube_upgrade_obj, host_uuid,
|
||||
new_state, fail_state):
|
||||
|
@ -1711,7 +1711,7 @@ class ManagerTestCase(base.DbTestCase):
|
||||
}
|
||||
|
||||
mock_config_apply_runtime_manifest.assert_called_with(mock.ANY, '273cfafd-886d-43ec-9478-8328727b34cc',
|
||||
config_dict, skip_update_config=True)
|
||||
config_dict)
|
||||
|
||||
def test_handle_k8s_upgrade_control_plane_success_first_master(self):
|
||||
# Create controller-0
|
||||
@ -1813,7 +1813,7 @@ class ManagerTestCase(base.DbTestCase):
|
||||
}
|
||||
|
||||
mock_config_apply_runtime_manifest.assert_called_with(mock.ANY, '273cfafd-886d-43ec-9478-8328727b34cc',
|
||||
config_dict, skip_update_config=True)
|
||||
config_dict)
|
||||
|
||||
def test_handle_k8s_upgrade_control_plane_success_second_master(self):
|
||||
# Create controller-0
|
||||
|
Loading…
x
Reference in New Issue
Block a user