Ironwood installation issue

Hello Everyone,

I am trying to install the OpenEdx ironwood release with devstack on my machine, but somehow devstack runs ansible task and ansible fails to install.

my main concern is why the devstack installation hits the ansible script, in past, I have done ironwood installations multiple times, but I never see an ansible script while the devstack installtion.

Please let me know if I missed anything.

Installation logs:

TASK [server_utils : Install ubuntu system packages] *****************************************************************************************
failed: [127.0.0.1] (item=[u'ack-grep', u'mosh', u'tree', u'screen', u'tmux', u'curl', u'vim', u'dnsutils', u'inetutils-telnet', u'netcat']) => {"changed": false, "item": ["ack-grep", "mosh", "tree", "screen", "tmux", "curl", "vim", "dnsutils", "inetutils-telnet", "netcat"], "msg": "Failed to update apt cache: "}
	to retry, use: --limit @/edx/app/edx_ansible/edx_ansible/playbooks/demo.retry

PLAY RECAP ***********************************************************************************************************************************
127.0.0.1                  : ok=3    changed=2    unreachable=0    failed=1   

INFO:ansible.plugins.callback.task_timing: Install ubuntu system packages -------------------------------------------------- 8.36s
INFO:ansible.plugins.callback.task_timing: Gathering Facts ----------------------------------------------------------------- 6.46s
INFO:ansible.plugins.callback.task_timing: remove expired edx key ---------------------------------------------------------- 2.38s
INFO:ansible.plugins.callback.task_timing: Check for expired edx key ------------------------------------------------------- 1.05s
INFO:ansible.plugins.callback.task_timing:
Playbook Deploy demo course finished: 2022-04-06 07:18:11.254313, 4 total tasks.  0:00:18.323016 elapsed. 

Makefile:59: recipe for target 'dev.provision.run' failed
make: *** [dev.provision.run] Error 2

Hi @kiran_chauhan,
Looks like the script is failing when trying to run apt update. Try running this command alone and see if it fails.
Ironwood requires Ubuntu 16.04.6 LTS. Are you using exactly this version?

Let me know if it helps.

Btw, Ironwood is a quite old version and out of even community support. We suggest moving to Maple.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.