-
Notifications
You must be signed in to change notification settings - Fork 462
openstack: baremetal: Add static pod image flags to bootstrap.go #983
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
openstack: baremetal: Add static pod image flags to bootstrap.go #983
Conversation
kikisdeliveryservice
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is correct step in plumbing these images. will leave to @runcom or @cgwalters to LGTM
|
/approve |
|
/lgtm |
|
/hold |
This is a prep patch to make these images available in MCO templates. After this merges, we can merge a patch to the installer which passes these flags. These images are needed by the following PRs: openshift#795 openshift#740
|
/hold cancel this should be good to go now |
These images are used by openstack and KNI in order to set up some infra services that are not provided in our case. This includes node level DNS and loadbalancing, as well as keepalived to provide failover for these services. This requires the flags to be added in MCO first: openshift/machine-config-operator#983 The images are used in these MCO PRs: openshift/machine-config-operator#795 openshift/machine-config-operator#740
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, kikisdeliveryservice, runcom, trown 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-aws |
This is a prep patch to make these images available in MCO
templates. After this merges, we can merge a patch to the
installer which passes these flags.
These images are needed by the following PRs:
#795
#740