Skip to content
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

'kargo deploy' should accept '--openstack' as an option #68

Open
rdefauw opened this issue Aug 17, 2016 · 2 comments
Open

'kargo deploy' should accept '--openstack' as an option #68

rdefauw opened this issue Aug 17, 2016 · 2 comments

Comments

@rdefauw
Copy link

rdefauw commented Aug 17, 2016

deploy.py lets you specify aws or gce as cloud provider:

for cloud in ['aws', 'gce']: if self.options[cloud]: cmd = cmd + ['-e', 'cloud_provider=%s' % cloud]

This should also support openstack. Otherwise, after generating the inventory with 'kargo openstack...' you need to modify the cloud_provider property in group_vars/all.yml.

@Smana
Copy link
Contributor

Smana commented Aug 20, 2017

@rdefauw Could you please tell me if the following changes would solve the issue ?
#97

@rdefauw
Copy link
Author

rdefauw commented Sep 10, 2017

@Smana I believe it would, but it seems to have been accidentally reverted when #98 was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants