diff options
author | Donovan Muller <donovan.muller@gmail.com> | 2016-01-05 13:11:40 +0200 |
---|---|---|
committer | Donovan Muller <donovan.muller@gmail.com> | 2016-01-05 16:30:01 +0200 |
commit | 1fb688aff6dbd98e454e684f8c6735bd195ae360 (patch) | |
tree | 3e491a48c54bac64af7f4a3a1900cfc76ec787e1 /README_OSE.md | |
parent | 7cee7585ba41958d9e99fbbb56fa0d748567a770 (diff) | |
download | openshift-1fb688aff6dbd98e454e684f8c6735bd195ae360.tar.gz openshift-1fb688aff6dbd98e454e684f8c6735bd195ae360.tar.bz2 openshift-1fb688aff6dbd98e454e684f8c6735bd195ae360.tar.xz openshift-1fb688aff6dbd98e454e684f8c6735bd195ae360.zip |
Group name as per hosts.origin.example
The example inventory file does not currently work and fails with:
PLAY [Gather Cluster facts] ***************************************************
skipping: no hosts matched
PLAY RECAP ********************************************************************
this is because the group name is actually OSEv3 (inline with https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.origin.example#L4) and not OSv3.
Also added references to inventory/byo/hosts.[origin,ose,aep].example for more complete examples.
Diffstat (limited to 'README_OSE.md')
-rw-r--r-- | README_OSE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README_OSE.md b/README_OSE.md index 524950d51..66fba33e5 100644 --- a/README_OSE.md +++ b/README_OSE.md @@ -105,6 +105,8 @@ ose3-node[1:2].example.com The hostnames above should resolve both from the hosts themselves and the host where ansible is running (if different). +A more complete example inventory file ([hosts.ose.example](https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example)) is available under the [`/inventory/byo`](https://github.com/openshift/openshift-ansible/tree/master/inventory/byo) directory. + ## Running the ansible playbooks From the openshift-ansible checkout run: ```sh |