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

call ensure-tox role before tox #463

Closed
wants to merge 1 commit into from
Closed

call ensure-tox role before tox #463

wants to merge 1 commit into from

Conversation

goneri
Copy link
Collaborator

@goneri goneri commented May 13, 2020

The tox role assumes the command is available.

@@ -11,6 +11,10 @@
_network_os: "{{ hostvars[groups['openvswitch'][0]]['ansible_network_os'] }}"
when: '"openvswitch" in groups'

- name: Ensure tox
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel this is fine, again we should only need to limit to aws nodes. As tox is managed via DIB. The fear I have, is we overwrite DIBs setup and manage if tox

The `tox` role assumes the command is available.
@goneri
Copy link
Collaborator Author

goneri commented May 15, 2020

We should not need that anyway thanks to https://review.opendev.org/#/c/727561/

@goneri goneri closed this May 15, 2020
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.

2 participants