Comment 6 for bug 1741224

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/532829
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=5ebcd23f0d606196d68687224ab3379e924e8a65
Submitter: Zuul
Branch: master

commit 5ebcd23f0d606196d68687224ab3379e924e8a65
Author: Jiri Stransky <email address hidden>
Date: Thu Jan 11 14:50:09 2018 +0100

    OpenShift: Properly disable bare metal OVS

    We're deploying containerized OpenShift, which means openshift-ansible
    deploys also containerized OVS. When not disabled explicitly, the bare
    metal OVS service seemed to persist at least partially, and it likely
    caused issues with the containerized OVS, where nodes in `kubectl get
    nodes` would go from Ready status to NotReady shortly after the
    deployment finished.

    Change-Id: I8952198be7f78a699cf363af2e10f26714e94850
    Closes-Bug: #1741224