feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Find (or specify) a version of homebrew required for Local setup on Mac #195

Open mmurphy opened 6 years ago

mmurphy commented 6 years ago

old versions (e.g. 0.9.9) of Homebrew seem to cause a problem when doing the "run the ansible installer" step [1] in the Local Setup doc

A minimum version of Homebrew that works should be chosen and documented. (e.g. Homebrew 1.3.6 work for me)

[1] https://github.com/feedhenry/mcp-standalone/blob/master/docs/walkthroughs/local-setup.adoc#run-the-ansible-installer

error when using 0.9.9:

...
PLAY [Setup OpenShift cluster with Mobile Control Panel and Service Brokers] ***************************************************************
TASK [Gathering Facts] *********************************************************************************************************************
ok: [localhost]
TASK [andrewrothstein.unarchive-deps : resolve platform specific vars] *********************************************************************
ok: [localhost] => (item=/Users/jbloggs/.ansible/roles/andrewrothstein.unarchive-deps/vars/Darwin.yml)
TASK [andrewrothstein.unarchive-deps : install common pkgs...] *****************************************************************************
failed: [localhost] (item=unzip) => {"changed": false, "failed": true, "item": "unzip", "msg": "Error: No available formula with the name \"unzip\" \nError: No similarly named formulae found."}
failed: [localhost] (item=gzip) => {"changed": false, "failed": true, "item": "gzip", "msg": "Error: No available formula with the name \"gzip\" \nError: No similarly named formulae found.\nError: No formulae found in taps."}
failed: [localhost] (item=bzip2) => {"changed": false, "failed": true, "item": "bzip2", "msg": "Error: No available formula with the name \"bzip2\" \nError: No formulae found in taps."}
ok: [localhost] => (item=gnu-tar)
ok: [localhost] => (item=xz)
    to retry, use: --limit @/Users/jbloggs/src/work/go/src/github.com/feedhenry/mcp-standalone/installer/playbook.retry
PLAY RECAP *********************************************************************************************************************************
localhost                  : ok=2    changed=0    unreachable=0    failed=1
...