diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-08 08:42:32 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-08 15:55:25 -0500 |
commit | 2bf65cdab4aa88f160d005d3b7649b22a6dceba8 (patch) | |
tree | adae4f2b0e6bf75a63175a2371470789c22f0df0 /playbooks/aws | |
parent | c0f7152a51c6306340f9634f191e81d4322d1b52 (diff) | |
download | openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.gz openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.bz2 openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.xz openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.zip |
Cleanup byo references
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md index 417fb539a..c6fc75a50 100644 --- a/playbooks/aws/README.md +++ b/playbooks/aws/README.md @@ -75,7 +75,7 @@ If customization is required for the instances, scale groups, or any other confi In order to create the bootstrap-able AMI we need to create a basic openshift-ansible inventory. This enables us to create the AMI using the openshift-ansible node roles. This inventory should not include any hosts, but certain variables should be defined in the appropriate groups, just as deploying a cluster using the normal openshift-ansible method. See provisioning-inventory.example.ini for an example. -There are more examples of cluster inventory settings [`here`](../../inventory/byo/). +There are more examples of cluster inventory settings [`here`](../../inventory/). #### Step 0 (optional) @@ -138,7 +138,7 @@ $ ansible-playbook -i inventory.yml install.yml @provisioning_vars.yml ``` This playbook accomplishes the following: 1. Builds a dynamic inventory file by querying AWS. -2. Runs the [`byo`](../../common/openshift-cluster/config.yml) +2. Runs the [`deploy_cluster.yml`](../deploy_cluster.yml) Once this playbook completes, the cluster masters should be installed and configured. |