-
Notifications
You must be signed in to change notification settings - Fork 26
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
Change junos appliance name #38
base: devel
Are you sure you want to change the base?
Change junos appliance name #38
Conversation
This commit changes ansible-network-junos-appliance name to ansible-network-junos-vsrx-appliance, as per the new naming convention.
Zuul encountered a syntax error while parsing its configuration in the Job ansible-network-junos-vsrx-appliance not defined The error appears in the following job stanza: job: in "ansible-network/network-runner/zuul.d/jobs.yaml@devel", line 7, column 3 |
This commit adds several vqfx nosetes with the different python combinations to ansible zuul jobs. It also creates the different jobs for testing with netconf. Note: this patch will be depending on junos_filters/acls resource module, which would need vqfx in order for it to be tested. Once that is done, this commit zuul templates will be modified in order for it to: 1) Get added to check/gate queues 2) Be triggered only on junos_filters/acls files changes Depends-On: ansible-network/windmill-config#587 Depends-On: ansible-network/network-runner#38 Signed-off-by: Daniel Mellado <[email protected]>
This commit adds several vqfx nosetes with the different python combinations to ansible zuul jobs. It also creates the different jobs for testing with netconf. Note: this patch will be depending on junos_filters/acls resource module, which would need vqfx in order for it to be tested. Once that is done, this commit zuul templates will be modified in order for it to: 1) Get added to check/gate queues 2) Be triggered only on junos_filters/acls files changes Depends-On: ansible-network/windmill-config#587 Depends-On: ansible-network/network-runner#38 Signed-off-by: Daniel Mellado <[email protected]>
This commit adds several vqfx nosetes with the different python combinations to ansible zuul jobs. It also creates the different jobs for testing with netconf. Note: this patch will be depending on junos_filters/acls resource module, which would need vqfx in order for it to be tested. Once that is done, this commit zuul templates will be modified in order for it to: 1) Get added to check/gate queues 2) Be triggered only on junos_filters/acls files changes Depends-On: ansible-network/network-runner#38 Signed-off-by: Daniel Mellado <[email protected]>
recheck |
This commit changes ansible-network-junos-appliance name to
ansible-network-junos-vsrx-appliance, as per the new naming convention.