summaryrefslogtreecommitdiffstats
path: root/images/installer/README_INVENTORY_GENERATOR.md
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-09-13 14:41:00 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-09-13 14:46:38 -0400
commita638d23e3aa2a1d78c1568a1f6342faf7ecac091 (patch)
tree2d8a330d6f05e101427f76a1631818dd778952c0 /images/installer/README_INVENTORY_GENERATOR.md
parent0ee022ab5a403752d8f8309b63639980871a4edc (diff)
downloadopenshift-a638d23e3aa2a1d78c1568a1f6342faf7ecac091.tar.gz
openshift-a638d23e3aa2a1d78c1568a1f6342faf7ecac091.tar.bz2
openshift-a638d23e3aa2a1d78c1568a1f6342faf7ecac091.tar.xz
openshift-a638d23e3aa2a1d78c1568a1f6342faf7ecac091.zip
inventory generate: remove refs to openshift_cluster_user
Diffstat (limited to 'images/installer/README_INVENTORY_GENERATOR.md')
-rw-r--r--images/installer/README_INVENTORY_GENERATOR.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/images/installer/README_INVENTORY_GENERATOR.md b/images/installer/README_INVENTORY_GENERATOR.md
index cf621b356..72a0acc70 100644
--- a/images/installer/README_INVENTORY_GENERATOR.md
+++ b/images/installer/README_INVENTORY_GENERATOR.md
@@ -10,10 +10,6 @@ User configuration helps to provide additional details when creating an inventor
The default location of this file is in `root/etc/inventory-generator-config.yaml`. The
following configuration values are either expected or default to the given values when omitted:
-- `openshift_cluster_user`:
- - username of account capable of listing nodes in a cluster
- - used for querying the cluster using `oc` to retrieve additional node information.
-
- `master_config_path`:
- specifies where to look for the bind-mounted `master-config.yaml` file in the container
- if omitted or a `null` value is given, its value is defaulted to `/opt/app-root/src/master-config.yaml`
@@ -40,7 +36,7 @@ See `README_CONTAINER_IMAGE.md` for information on building this image.
Given a master node's `master-config.yaml` file, a user configuration file (see "Configure" section), and an `admin.kubeconfig` file, the command below will:
-1. Use `oc` to query the host about additional node information (using the supplied `kubeconfig` file and `openshift_cluster_user` value)
+1. Use `oc` to query the host about additional node information (using the supplied `kubeconfig` file)
2. Generate an inventory file based on information retrieved from `oc get nodes` and the given `master-config.yaml` file.
3. run the specified [openshift-ansible](https://github.com/openshift/openshift-ansible) `health.yml` playbook using the generated inventory file from the previous step
@@ -86,4 +82,4 @@ bash-4.2$ less generated_hosts
## Notes
-See `README_CONTAINER_IMAGE.md` for additional information about this image. \ No newline at end of file
+See `README_CONTAINER_IMAGE.md` for additional information about this image.