-
Notifications
You must be signed in to change notification settings - Fork 33
Add ServerGroupID to OpenstackProviderSpec #84
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
Add ServerGroupID to OpenstackProviderSpec #84
Conversation
With this change, it is possible to pass an OpenStack Server Group[1] in the machine configuration, so that the machine will be assigned to it. Prerequisite for OSASINFRA-1300 (soft-anti-affinity) [1]: https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server-group.html
8a394b8 to
015dce0
Compare
|
/retest |
|
/hold |
|
/hold cancel |
|
/retest |
|
/test e2e-openstack |
|
/lgtm Feel free to remove the hold once the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierreprinetti, tomassedovic The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-openstack |
6 similar comments
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/hold cancel |
Refactor generate-yaml.sh to allow for generating templates for multiple OSs. I consider generate-yaml.sh a temporary script that we're using to ease development and not a production ready tool. Eventually it should go away/moved to avoid sending the wrong message as far as these examples go.
With this change, it is possible to pass an OpenStack Server Group1 in
the machine configuration, so that the machine will be assigned to it.
Prerequisite for OSASINFRA-1300 (soft-anti-affinity)