feedhenry / mcp-standalone

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

Installer error #61

Closed pb82 closed 7 years ago

pb82 commented 7 years ago

The installer currently fails with ERROR! the role 'openshift-origin-client-tools' was not found. It's referenced in https://github.com/feedhenry/mcp-standalone/blob/master/installer/playbook.yml#L6 but there is no such role.

The README states that the oc client tools have to be installed on the system, so should this role be removed from playbook.yml?

I'm not very familiar with ansible and I might do it completely wrong. In that case feel free to close the issue.

aidenkeating commented 7 years ago

Hey @pb82

We depend on a few external roles for the MCP installer, to handle these we use ansible-galaxy (I think it's included with Ansible by default). You'll need to run ansible-galaxy install -r requirements.yml from the installer directory. There are a few other prerequisites for the MCP, you can find them here https://github.com/feedhenry/mcp-standalone#prerequisites