Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The playbook doesn't work on centos6 in GCE #2

Open
yarivgraf opened this issue Feb 10, 2015 · 0 comments
Open

The playbook doesn't work on centos6 in GCE #2

yarivgraf opened this issue Feb 10, 2015 · 0 comments

Comments

@yarivgraf
Copy link

Hi,
create some instances:
$ gcloud compute instances create c6401 c6402 c6403 c6404 c6405 --image centos-6 --zone us-central1-f
The host files looks:

[ambari]
c6401

[master1]
c6402

[master2]
c6403

[slaves]
c6404
c6405

don't touch the rest of this unless you know what you're doing!

[masters:children]
master1
master2

[all:children]
ambari
master1
master2
slaves

First error.
libselinux-python, need add to site.yml:

  • yum: name=libselinux-python state=latest

Second error.
TASK: [ambari-server | install ambari-server] *********************************
failed: [c6401] => {"changed": false, "failed": true, "rc": 0, "results": []}
msg: No Package matching 'ambari-server' found available, installed or updated

FATAL: all hosts have already failed -- aborting

It seems there is no repo for ambari-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant