We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
[masters:children] master1 master2
[all:children] ambari master1 master2 slaves
First error. libselinux-python, need add to site.yml:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: