buildbot / buildbot-infra

Buildbot infrastructure
MIT License
22 stars 23 forks source link

bootstrapping jails doesn't work #194

Open djmitche opened 6 years ago

djmitche commented 6 years ago

It seems python2 needs to be installed.

fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "python2: not found\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 127}

having fixed that by hand (pg install python2),

failed: [localhost] (item=[u'bash', u'rsync', u'screen', u'vim-lite']) => {"changed": false, "item": ["bash", "rsync", "screen", "vim-lite"], "msg": "failed to install vim-lite: ", "stderr": "pkg: No packages available to install matching 'vim-lite' have been found in the repositories\n", "stderr_lines": ["pkg: No packages available to install matching 'vim-lite' have been found in the repositories"]}

removing that from group_vars/all (#193), things seem to work (at least for ns1).

I'm not sure how to fix the python2 issue.

seankelly commented 6 years ago

I think that's for Ansible to run so need a few raw steps at the beginning to install Python. I've done this a few times so can adapt it for FreeBSD.