Hide Forgot
+++ This bug was initially created as a clone of Bug #1694814 +++ Description of problem: Variable openshift_set_node_ip is deprecated but is mention in example inventory for openshift-ansible tags/tags/openshift-ansible-3.10.99-1 without any note about this. [openshift-ansible]/inventory/hosts.example (line 823) Version-Release number of the following components: openshift-ansible-3.10 Actual results: # Configure nodeIP in the node config # This is needed in cases where node traffic is desired to go over an # interface other than the default network interface. #nopenshift_set_node_ip=True Expected results: Should be mentioned that this variable is deprecated.
PR: https://github.com/openshift/openshift-ansible/pull/11622
Verify this bug with openshift-ansible-3.11.117-1.git.0.add13ff.el7.noarch.rpm # grep -r openshift_set_node_ip /usr/share/ansible/openshift-ansible/ /usr/share/ansible/openshift-ansible/roles/lib_utils/action_plugins/sanity_checks.py: ('openshift_set_node_ip', 'Deprecated: see documentation.'), # grep -r openshift_set_node_ip /usr/share/doc/openshift-ansible-docs-3.11.117/ Once openshift_set_node_ip=true set in ansible inventory file, the install will fail as below: TASK [Run variable sanity checks] ********************************************** Thursday 13 June 2019 10:21:59 +0800 (0:00:00.906) 0:01:06.921 ********* fatal: [ec2-18-212-141-90.compute-1.amazonaws.com]: FAILED! => {"msg": "last_checked_host: ec2-18-212-141-90.compute-1.amazonaws.com, last_checked_var: openshift_master_identity_providers;Found removed variables: openshift_set_node_ip is replaced by Deprecated: see documentation.; "}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1605