-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fix placement user creation #102
Fix placement user creation #102
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/540629f5f71b4d92a8e924927a7752f7 ✔️ tcib-build-containers SUCCESS in 1h 37m 30s |
recheck unrelated baremetal deploy failure
|
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 looks correct to me.
lets see what ci looks like in the morning
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/be8519a81c6d43309cfe490e3201d710 ✔️ tcib-build-containers SUCCESS in 1h 43m 33s |
recheck
|
The baremetal issue should be fixed by this revert openstack-k8s-operators/ci-framework#826 |
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.
ci is happy and the change looks correct
this was previously not caught because we are running this container as root and placement is running under apache but this will allow us to run as placement instead.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bogdando, gibizer, SeanMooney, viroel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f7861cd
into
openstack-k8s-operators:main
Currently the placement user does not have a kolla generated uid and it is not in the kolla group:
This PR will make sure that during build the proper placemenet uid and group membership is used