StackStorm / showcase-ansible-chatops

Vagrant Demo showing ChatOps with Ansible
https://stackstorm.com/2015/06/24/ansible-chatops-get-started-%f0%9f%9a%80/
Apache License 2.0
77 stars 22 forks source link

packs.setup_virtualenv fails when installing w/ bionic64 the original trusty64 and focal64 also fails #20

Open holynakamoto opened 2 years ago

holynakamoto commented 2 years ago

Getting an error installing with Vagrant, trusty64 and focal64 failed, trying with bionic64 and got further

[2:11](https://stackstorm-community.slack.com/archives/C066APT88/p1649797918452639)
    chatops: +--------------------------+------------------------+--------------------------+--------------------------+--------------------------+
    chatops: | id                       | status                 | task                     | action                   | start_timestamp          |
    chatops: +--------------------------+------------------------+--------------------------+--------------------------+--------------------------+
    chatops: | 6255e90f7317de5932471e7c | succeeded (0s elapsed) | init_task                | core.noop                | Tue, 12 Apr 2022         |
    chatops: |                          |                        |                          |                          | 21:03:11 UTC             |
    chatops: | 6255e9107317de5932471e8c | succeeded (3s elapsed) | download_pack            | packs.download           | Tue, 12 Apr 2022         |
    chatops: |                          |                        |                          |                          | 21:03:11 UTC             |
    chatops: | 6255e9127317de5932471e9c | succeeded (1s elapsed) | make_a_prerun            | packs.virtualenv_prerun  | Tue, 12 Apr 2022         |
    chatops: |                          |                        |                          |                          | 21:03:14 UTC             |
    chatops: | 6255e9137317de5932471eac | succeeded (1s elapsed) | get_pack_dependencies    | packs.get_pack_dependenc | Tue, 12 Apr 2022         |
    chatops: |                          |                        |                          | ies                      | 21:03:15 UTC             |
    chatops: | 6255e9147317de5932471ebc | succeeded (0s elapsed) | check_dependency_and_con | core.noop                | Tue, 12 Apr 2022         |
    chatops: |                          |                        | flict_list               |                          | 21:03:16 UTC             |
    chatops: | 6255e9147317de5932471ecc | failed (9s elapsed)    | install_pack_requirement | packs.setup_virtualenv   | Tue, 12 Apr 2022         |
    chatops: |                          |                        | s                        |                          | 21:03:16 UTC             |
    chatops: +--------------------------+------------------------+--------------------------+--------------------------+--------------------------+
arm4b commented 2 years ago

Hi @holynakamoto, the demo here is really old. Last commit in the repository is 3 years ago and I things are probably outdated.

With that, I'd recommend looking at the https://stackstorm.com/2015/06/24/ansible-chatops-get-started-%f0%9f%9a%80/ as a direction rather then step-by-step copy-paste manual.