-
Notifications
You must be signed in to change notification settings - Fork 103
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 tripleo install for multinode adoption testing #972
base: main
Are you sure you want to change the base?
Conversation
Escape the HOME env var as we want to refer to the target host' user home instead of the host where we generate the script. Signed-off-by: Bohdan Dobrelia <[email protected]>
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/37294a663e104bf893b7ec291c7fc510 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 43m 03s |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bogdando, fmount 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 |
Quote the registry username as it may not work otherwise. Add E003 to ingore list for bashate to make that indentation working. Signed-off-by: Bohdan Dobrelia <[email protected]>
New changes are detected. LGTM label has been removed. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6e11cacba7c34df68d031189f6db5b70 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 12s |
Escape the HOME env var as we want to refer to the target host' user home instead of the host where we generate the script.
Fix ContainerImageRegistryCredentials for tripleo. Quote the registry username as it may not work otherwise.