Description of problem: 3.11 Openshift deployment via Director fails because openshift_release and openshift_release vars are set to 3.10 in tripleo-heat-templates: https://github.com/openstack/tripleo-heat-templates/blob/master/extraconfig/services/openshift-master.yaml#L146-L147 Failure: TASK [openshift_version : assert openshift_release in openshift_image_tag] ***** Thursday 11 October 2018 22:43:59 -0400 (0:00:00.082) 0:01:44.010 ****** fatal: [openshift-master-0]: FAILED! => { "assertion": "openshift_release in openshift_image_tag", "changed": false, "evaluated_to": false, "msg": "openshift_image_tag must match same major version as openshift_release. You provided: 3.10 and v3.11\n" } PLAY RECAP ********************************************************************* localhost : ok=12 changed=0 unreachable=0 failed=0 openshift-master-0 : ok=37 changed=8 unreachable=0 failed=1 openshift-worker-0 : ok=26 changed=8 unreachable=0 failed=0 Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-9.0.0-0.20180919080945.0rc1.0rc1.el7ost.noarch How reproducible: 100%
We may have to hardcode the vars downstream to point to the v3.11 release until we have some packages available upstream.
No doc text required.
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/RHEA-2019:0045