Actions
Feature #10418
closedDownload archives immediately to OpenStack instances
Start date:
07/02/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
At the moment deployment scripts download archives locally to temporary files. But then they copy these temporary files to OpenStack instances as is. This doubles a network load and can be avoided. This has especial sense right now when users can have a slow internet connection. In case of direct downloading to OpenStack instances a speed up can be extremely huge.
Updated by Ilya Shchepetkov over 4 years ago
- Status changed from New to Resolved
- Assignee set to Ilya Shchepetkov
Implemented in the improve-openstack-deployment branch. Now OpenStack scripts simply execute local deployment on the remote machines, thus handling direct archive downloading.
Updated by Evgeny Novikov over 4 years ago
- Priority changed from High to Urgent
- Target version set to 3.0
Let's include this into 3.0.
Updated by Evgeny Novikov over 4 years ago
- Status changed from Resolved to Closed
I tested and merged the branch to master in 9632221d1. Great improvement, now instances are created much more faster!
Actions