-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can "travis-worker" for openstack backend spin up VM instance using "volume" #612
Comments
Hi @ghatwala Could you elaborate on use case behind question? |
Hi @michal-at-travisci - Giving some history here - This request originated from a Travis/power build slowness for "containerd" - containerd/containerd#3491 (comment). Analysis proved that the power jobs were failing at OSU whereas passing at PDC ( We have two openstack based data centers ( PDC and OSU ) for supporting power builds at travis-ci.org ) As we know worker with openstack backend currently lacks the support to spin up VMs with "booting from volume" option , as that feature support was not added from here - So wanted to know
Please let me know your opinion/thoughts ? |
Whatever happened to all this investigation? :D |
@clnperez - FYI , Above option was needed when Travis workers (for |
Hi All,
In an Openstack environment , would there be a worker support in spinning up VM instance using "volume" as "booting source" besides "image".
As seen from here - https://github.com/travis-ci/worker/blob/master/backend/openstack.go. It appears to me that feature support of "booting from volume" is not present. Seems this booting option is yet to be added from here - https://github.com/rackspace/gophercloud/tree/master/openstack/compute/v2/extensions/bootfromvolume
Please let me know if my understanding is correct and what are the plans if any to add below options for "openstack" backend.
The text was updated successfully, but these errors were encountered: