From c032e4ca7f1cb0f705226e250752ed6249c731da Mon Sep 17 00:00:00 2001 From: juanvallejo Date: Wed, 9 Aug 2017 10:04:02 -0400 Subject: add inventory-generator under new sub pkg --- .../root/etc/inventory-generator-config.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 images/installer/root/etc/inventory-generator-config.yaml (limited to 'images/installer/root/etc') 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 -- cgit v1.2.3