summaryrefslogtreecommitdiffstats
path: root/images/installer/root/etc/inventory-generator-config.yaml
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-08-09 10:04:02 -0400
committerjuanvallejo <jvallejo@redhat.com>2017-09-12 09:41:07 -0400
commitc032e4ca7f1cb0f705226e250752ed6249c731da (patch)
treeb9d837a9a20191243c0865d0ab2dc0909f7aee6f /images/installer/root/etc/inventory-generator-config.yaml
parent4acdef4af89bf2ccc43f9643a2e72a969d11ed04 (diff)
downloadopenshift-c032e4ca7f1cb0f705226e250752ed6249c731da.tar.gz
openshift-c032e4ca7f1cb0f705226e250752ed6249c731da.tar.bz2
openshift-c032e4ca7f1cb0f705226e250752ed6249c731da.tar.xz
openshift-c032e4ca7f1cb0f705226e250752ed6249c731da.zip
add inventory-generator under new sub pkg
Diffstat (limited to 'images/installer/root/etc/inventory-generator-config.yaml')
-rw-r--r--images/installer/root/etc/inventory-generator-config.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/images/installer/root/etc/inventory-generator-config.yaml b/images/installer/root/etc/inventory-generator-config.yaml
new file mode 100644
index 000000000..8a9974f95
--- /dev/null
+++ b/images/installer/root/etc/inventory-generator-config.yaml
@@ -0,0 +1,23 @@
+---
+# meta config
+master_config_path: "/opt/app-root/src/master-config.yaml"
+admin_kubeconfig_path: "/opt/app-root/src/.kube/config"
+
+# default user configuration
+ansible_ssh_user: ec2-user
+ansible_become: "yes"
+ansible_become_user: "root"
+
+# openshift-ansible inventory vars
+openshift_uninstall_images: false
+openshift_install_examples: true
+openshift_deployment_type: origin
+
+openshift_release: 3.6
+openshift_image_tag: v3.6.0
+openshift_hosted_logging_deploy: null # defaults to "true" if loggingPublicURL is set in master-config.yaml
+openshift_logging_image_version: v3.6.0
+openshift_disable_check: ""
+
+# openshift cluster-viewer info
+openshift_cluster_user: cluster-lister # name of user or service account able to list nodes in a cluster