Skip to content
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 br slv undef #549

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Conversation

pinikomarov
Copy link
Contributor

@pinikomarov pinikomarov commented Nov 12, 2024

fix for fails on ocp install because delete_bridge_slaves.stderr is undef

@@ -124,7 +124,6 @@
type: bridge-slave
state: absent
register: delete_bridge_slaves
failed_when: delete_bridge_slaves.stderr != "" and "unknown connection" not in delete_bridge_slaves.stderr
Copy link
Contributor

@olliewalsh olliewalsh Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try:

failed_when: delete_bridge_slaves.stderr is defined and "unknown connection" not in delete_bridge_slaves.stderr

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that works thanks, changing

@pinikomarov pinikomarov marked this pull request as ready for review November 14, 2024 08:46
@pinikomarov
Copy link
Contributor Author

recheck

@pinikomarov
Copy link
Contributor Author

/recheck

Copy link

dpulls bot commented Nov 18, 2024

🎉 All dependencies have been resolved !

@pinikomarov
Copy link
Contributor Author

recheck

@pinikomarov
Copy link
Contributor Author

/recheck

@pinikomarov
Copy link
Contributor Author

@olliewalsh @abays can we proceed with this ?

Copy link
Contributor

@abays abays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@abays abays merged commit aa705f7 into openstack-k8s-operators:master Nov 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants