You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: