ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

install-fake-multinode.yml: Copy ovn-fake-multinode from the orchestrator. #154

Closed igsilya closed 1 year ago

igsilya commented 1 year ago

Instead of cloning the same repo from each physical host it can be copied from the orchestrator node, where we already have it.

Simultaneous git clone from multiple physical nodes frequently results in GitHub connection timeouts.

igsilya commented 1 year ago

There is a problem if the orchestrator is part of the deployment. Playbook removes the folder before copying. Need to think how to resolve that.

igsilya commented 1 year ago

'synchronize' can handle the sync of the directory to itself, no need to delete it. Updated PR with that change.