tripleo-heat-templates/releasenotes/notes/openstack-client-service-86d28dab98f1763f.yaml
Alex Schultz 653649ebbc Add OpenStack clients service
We did not have a easy way to ensure all the openstack clients are
installed on a given system. In the old instack-undercloud installation,
we were installing some additional clients outside of the ones required
via python-tripleoclient. To allow a user to quickly install all the
clients on a given system, this change adds an OpenStack clients
"service" which can be added to a role to ensure the clients are
available. In the future if we provide a client container, this service
can be converted into a container deployment mechanism.

Change-Id: If878c2ab7679eea2fff42b410bec9c8c9b92ed6f
Closes-Bug: #1800001
2018-10-26 16:25:35 -06:00

12 lines
536 B
YAML

---
fixes:
- |
The previous installation method for the undercloud installed some extra
OpenStack clients during the installation. Since we did not have an
equivalent way in the containerized version of the undercloud,
we've added a new TripleO 'service' to install all of the OpenStack
clients on a system. OS::TripleO::Services::OpenStackClients has been
added which can be added to a custom role to install the clients. By
default, only the Undercloud and Standalone roles will have this
available.