From a638d23e3aa2a1d78c1568a1f6342faf7ecac091 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Wed, 13 Sep 2017 14:41:00 -0400 Subject: inventory generate: remove refs to openshift_cluster_user --- images/installer/README_INVENTORY_GENERATOR.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'images/installer/README_INVENTORY_GENERATOR.md') 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. -- cgit v1.2.1