You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo platform's catalog item Ansible Automation Platform 2 Networking Automation Workshop is currently disabled as it runs into issues during the provision Job. I can see the following tasks:
TASK [../roles/workshop_check_setup : make sure packages required are installed on this control node] ***
changed: [localhost]
TASK [Error with setup] ********************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The provisioner has failed during initial check_setup, please scroll up to see exact error. Open an issue on https://github.com/ansible/workshops/issues"}
Seems like the host is expected to have netaddr installed but I can't see any tasks to accomplish this. Is this something you can take a look at?
Issue Type
Bug
Extra vars file
n/a
Ansible Playbook Output
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [../roles/workshop_check_setup : automation controller checks] ************
included: /runner/project/roles/workshop_check_setup/tasks/controller.yml for localhost
TASK [../roles/workshop_check_setup : ensure workshop folder ndc4w exists] *****
changed: [localhost]
TASK [../roles/workshop_check_setup : Enforce use of user/password for manifest download] ***
skipping: [localhost]
TASK [../roles/workshop_check_setup : Download manifest.zip] *******************
skipping: [localhost]
TASK [../roles/workshop_check_setup : Check that the manifest.zip exists] ******
skipping: [localhost]
TASK [../roles/workshop_check_setup : fail] ************************************
skipping: [localhost]
TASK [../roles/workshop_check_setup : check workshop specific information] *****
included: /runner/project/roles/workshop_check_setup/tasks/network.yml for localhost => (item=/runner/project/roles/workshop_check_setup/tasks/network.yml)
TASK [../roles/workshop_check_setup : make sure packages required are installed on this control node] ***
changed: [localhost]
TASK [../roles/workshop_check_setup : fail if previous check has changed] ******
fatal: [localhost]: FAILED! => {
"assertion": "package_state.changed != True",
"changed": false,
"evaluated_to": false,
"msg": "Assertion failed"
}
TASK [Error with setup] ********************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The provisioner has failed during initial check_setup, please scroll up to see exact error. Open an issue on https://github.com/ansible/workshops/issues"}
PLAY RECAP *********************************************************************
localhost : ok=11 changed=2 unreachable=0 failed=1 skipped=6 rescued=1 ignored=0
Ansible Version
n/a
Ansible Configuration
n/a
Ansible Execution Node
CLI Ansible (Ansible Core)
Operating System
n/a
The text was updated successfully, but these errors were encountered:
Problem Summary
Hey team. Hope everyone is doing great! :)
The demo platform's catalog item
Ansible Automation Platform 2 Networking Automation Workshop
is currently disabled as it runs into issues during the provision Job. I can see the following tasks:Seems like the host is expected to have netaddr installed but I can't see any tasks to accomplish this. Is this something you can take a look at?
Issue Type
Bug
Extra vars file
n/a
Ansible Playbook Output
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [../roles/workshop_check_setup : automation controller checks] ************
included: /runner/project/roles/workshop_check_setup/tasks/controller.yml for localhost
TASK [../roles/workshop_check_setup : ensure workshop folder ndc4w exists] *****
changed: [localhost]
TASK [../roles/workshop_check_setup : Enforce use of user/password for manifest download] ***
skipping: [localhost]
TASK [../roles/workshop_check_setup : Download manifest.zip] *******************
skipping: [localhost]
TASK [../roles/workshop_check_setup : Check that the manifest.zip exists] ******
skipping: [localhost]
TASK [../roles/workshop_check_setup : fail] ************************************
skipping: [localhost]
TASK [../roles/workshop_check_setup : check workshop specific information] *****
included: /runner/project/roles/workshop_check_setup/tasks/network.yml for localhost => (item=/runner/project/roles/workshop_check_setup/tasks/network.yml)
TASK [../roles/workshop_check_setup : make sure packages required are installed on this control node] ***
changed: [localhost]
TASK [../roles/workshop_check_setup : fail if previous check has changed] ******
fatal: [localhost]: FAILED! => {
"assertion": "package_state.changed != True",
"changed": false,
"evaluated_to": false,
"msg": "Assertion failed"
}
TASK [Error with setup] ********************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The provisioner has failed during initial check_setup, please scroll up to see exact error. Open an issue on https://github.com/ansible/workshops/issues"}
PLAY RECAP *********************************************************************
localhost : ok=11 changed=2 unreachable=0 failed=1 skipped=6 rescued=1 ignored=0
Ansible Version
n/a
Ansible Configuration
n/a
Ansible Execution Node
CLI Ansible (Ansible Core)
Operating System
n/a
The text was updated successfully, but these errors were encountered: