-
Notifications
You must be signed in to change notification settings - Fork 6
Network verification tests #35
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
base: master
Are you sure you want to change the base?
Conversation
| - hosts: "{{ frontend_group | d('frontend') }}" | ||
| roles: | ||
| - role: validation | ||
|
|
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.
No need for this playbook, the validation role is already invoked in the main validation.yml playbook
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.
The basic idea is to run those optional networkings tests in scope of generic validation framework. So those tests are part of the validation role
| ansible.builtin.include_tasks: | ||
| file: "{{ role_path }}/tasks/networks_verification.yml" | ||
| when: validation.networks_verification | ||
|
|
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.
Maybe we should create a specific role for this network task and change the validation role into a different name like services. Just a suggestion.
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 relates to the comment above: The basic idea is to run those optional networkings tests in scope of generic validation framework. So those tests are part of the validation role originally. However not a big deal to split them out.
|
@ArnauGabrielAtienza , @roamingengineer311 please review the latest commit per discussion we had |
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.
I haven't tested it yet, but i suggest to move everything to main.yml since role looks like completed and if we want to add something we will add to the code of a main.yml
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 in the latest commit
|
@ArnauGabrielAtienza , @Aletibazo, please review |

Network verification tests performing the following tests: