-
Notifications
You must be signed in to change notification settings - Fork 161
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
ansible-test network-integration for junos_facts #713
base: master
Are you sure you want to change the base?
ansible-test network-integration for junos_facts #713
Conversation
# | ||
# NOTE: Automatic provisioning of network instances on EC2 requires an ansible-core-ci API key. | ||
[junos] | ||
local_test ansible_host=x.x.x.x ansible_connection=local ansible_network_os="junos" ansible_user=xyz ansible_ssh_pass=xyz |
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.
Please add PyEZ connection.
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.
removed the ansible_connection=local
tags: netconf | ||
ansible.builtin.wait_for: | ||
host: "{{ hostvars[item].ansible_host }}" | ||
port: 830 |
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.
Can you load "netconf ssh" as pre-check 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.
not supported
fatal: [junos_test]: FAILED! => {"msg": "to use the 'ssh' connection type with passwords or pkcs11_provider, you must install the sshpass program"}
ansible-test network-integration tests for junos_facts.
Logs: