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

Provisioner failed during initial check_up for "Ansible Automation Platform 2 Networking Automation Workshop" #2194

Open
YoNoSoyVictor opened this issue Oct 31, 2024 · 0 comments

Comments

@YoNoSoyVictor
Copy link

YoNoSoyVictor commented Oct 31, 2024

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:

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"}

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

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

No branches or pull requests

1 participant