Hide Forgot
Document URL: https://docs.openshift.com/enterprise/3.1/install_config/install/advanced_install.html#configuring-host-variables Section Number and Name: Configuring Host Variables Describe the issue: There is no documentation regarding the Ansible variables that can be used (in each openshift-ansible version)? At the moment it is very difficult to figure out which options/variables are available and which not. So eg- for the latest version of openshift-ansible package, will all the vars mentioned in [0] it work ? Or only the ones mentioned in [1] are supported ? [0]- https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example [1]-https://docs.openshift.com/enterprise/3.1/install_config/install/advanced_install.html Suggestions for improvement: mentioned in the description Additional information:
Work in progress: https://github.com/openshift/openshift-docs/pull/2142
Looks good Ashley. I have commented in the PR as well.
All options in the [0] are supported. Issue 1: docker_log_options has been change to openshift_docker_log_options/cli_docker_log_options Issue 2: openshift_router_selector has been change to openshift_hosted_router_selector
@Ma Resolution to Issue 1: docker_log_options was updated with work in this recently closed BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1337428 Resolution to Issue 2: I changed openshift_router_selector to openshift_hosted_router_selector: https://github.com/openshift/openshift-docs/pull/2142 The OpenShift documentation team will work with the SME developers to add more supported options to the documentation. However, that work will take some time. The SME developers agreed to open new bugs and work with us when new options are available to be documented.
The option 'openshift_docker_disable_push_dockerhub' is not supported for now https://bugzilla.redhat.com/show_bug.cgi?id=1340723 After the PR is merged, QE will move this issue to VERIFIED.
Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/698542f6a29346109cb77e5fa963e0df2cdfdb4c Bug 1328843, added missing host variables https://github.com/openshift/openshift-docs/commit/92384b2dd9df129bdbfcc97da645f9b02099edc6 Merge pull request #2142 from ahardin-rh/openshift-ansible Bug 1328843, added missing host variables
Removed *openshift_docker_disable_push_dockerhub* for now. We will add it back in once it's functioning.
Content is now published: https://access.redhat.com/documentation/en/openshift-enterprise/version-3.2/installation-and-configuration/#configuring-ansible