Comment 2 for bug 1665373

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

Reviewed: https://review.openstack.org/435001
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=00a1bd3ae5b307368efb918d8db751572be20cce
Submitter: Jenkins
Branch: master

commit 00a1bd3ae5b307368efb918d8db751572be20cce
Author: Mark Goddard <email address hidden>
Date: Thu Feb 16 16:35:44 2017 +0000

    Add an Ansible group for bifrost

    It is not currently possible to deploy Bifrost on a host other than the
    Ansible control host. A deployer may want to manage an Ansible control
    environment remotely from the Bifrost deployment host but is currently
    unable to.

    This change adds a new top level 'deployment' Ansible group and a
    'bifrost' Ansible group containing the 'deployment' group. The Ansible
    play in ansible/bifrost.yml is now targeted at the hosts in the
    'bifrost' group. For backwards compatibility, the all-in-one and
    multinode inventories add localhost to the deployment group. This allows
    a deployer to deploy Bifrost on a remote host by modifying the hosts in
    the deployment or bifrost groups.

    Change-Id: I76808feab5dd67dff63379ed9c7d08a105636acf
    Closes-bug: #1665373