Comment 1 for bug 1790415

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/599265
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=d29ecbd64c8ec1bfc2a266899c915d07988260f8
Submitter: Zuul
Branch: master

commit d29ecbd64c8ec1bfc2a266899c915d07988260f8
Author: Hongbin Lu <email address hidden>
Date: Sun Sep 2 22:16:22 2018 +0000

    Run etcd on controller node only

    In before, etcd container is launched in compute node if kuryr is
    enabled. This logic breaks the all-in-one setup in which the etcd
    cluster is configured with two members (controller and compute)
    but it actually has one member only.

    However, even if kuryr is enabled, running etcd in compute node
    is not the common practice and kuryr has changed its devstack
    plugin to run etcd on controller only [1].

    [1] https://review.openstack.org/#/c/514815/

    Closes-Bug: #1790415
    Change-Id: I701d495675178c3ed8ec1f00b31d09f198b38a6f