From 1fb688aff6dbd98e454e684f8c6735bd195ae360 Mon Sep 17 00:00:00 2001 From: Donovan Muller Date: Tue, 5 Jan 2016 13:11:40 +0200 Subject: 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. --- README_OSE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README_OSE.md') 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 -- cgit v1.2.3 From 0c2575ab8a407f74d3c5cddcd36aca47831eb86d Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Mon, 11 Jan 2016 09:45:24 -0500 Subject: Removing some internal hostnames --- README_OSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README_OSE.md') diff --git a/README_OSE.md b/README_OSE.md index 66fba33e5..fdb6a75b8 100644 --- a/README_OSE.md +++ b/README_OSE.md @@ -82,7 +82,7 @@ deployment_type=enterprise # Pre-release additional repo openshift_additional_repos=[{'id': 'ose-devel', 'name': 'ose-devel', 'baseurl': -'http://buildvm-devops.usersys.redhat.com/puddle/build/OpenShiftEnterprise/3.0/latest/RH7-RHOSE-3.0/$basearch/os', +'http://buildvm/puddle/build/OpenShiftEnterprise/3.0/latest/RH7-RHOSE-3.0/$basearch/os', 'enabled': 1, 'gpgcheck': 0}] # Origin copr repo -- cgit v1.2.3