SUSE-Cloud / automation

Automation scripts for development, testing, and CI
Apache License 2.0
68 stars 139 forks source link

Allow changing the HA sync mark timeout multiplier #3954

Closed JanZerebecki closed 3 years ago

JanZerebecki commented 3 years ago

This was already supported in the jobs running with Openstack Heat stacks. Implement the same thing when running with mkcloud.

Both implementations are now changed to by default set it to 2.0, before the default was to not change it.

I leave the implementation used by Heat stacks as is to reduce risk, as a result there it will be set it twice.

JanZerebecki commented 3 years ago

I'll still need to enable two CI checks, that weren*t yet enabled after migration from travis.

JanZerebecki commented 3 years ago

I have manually run roundup and bashate and both pass.

JanZerebecki commented 3 years ago

This might fix the mkcloud crowbar HA jobs that are currently failing. They fail to toggle ssl off and on for keystone because it runs into the sync mark timeout. But at least it will let us test whether increasing the timeout helps.