-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove kolla_build_customizations_rocky defaults in Zed. #638
Conversation
f6ee341
to
166adf1
Compare
166adf1
to
a3c9dbd
Compare
53fb127
to
7b5ef52
Compare
@@ -89,3 +89,6 @@ stackhpc_docker_registry_password: !vault | | |||
# Username and password of the overcloud host image repository. | |||
stackhpc_image_repository_username: "{{ stackhpc_docker_registry_username }}" | |||
stackhpc_image_repository_password: "{{ stackhpc_docker_registry_password }}" | |||
|
|||
# SELinux set to disabled mode. | |||
selinux_state: disabled |
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 needs to go in etc/kayobe/environments/ci-builder/kolla/globals.yml
. I'm adding it in #626 so you could remove if you like.
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.
Done
7b5ef52
to
1b1a229
Compare
LGTM. Ready for review? |
Going to run some tests first, once they pass I'll open it. |
1b1a229
to
7895d9a
Compare
Incorporated this into #654 |
No description provided.