Dan Prince f0aecdd362 flatten the swift service configurations
This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for all swift services.

With this patch the baremetal version of each swift service has been removed
except for swift-dispersion which only exists in baremetal form.

Related-Blueprint: services-yaml-flattening

Change-Id: I7986efed381a2149bdff42526048ae72e0bf36c0
2019-01-26 17:10:27 -05:00
..
2019-01-24 11:08:28 -07:00
2019-01-24 11:08:28 -07:00
2019-01-22 14:09:02 -07:00
2019-01-24 11:08:28 -07:00
2019-01-24 11:08:28 -07:00
2019-01-24 11:08:28 -07:00
2019-01-22 13:21:13 -07:00
2018-12-18 10:41:15 -05:00
2018-12-13 08:12:36 -07:00
2018-12-14 13:13:40 -05:00
2019-01-24 11:08:28 -07:00
2018-12-13 10:25:09 -05:00

TripleO Deployments

This directory contains files that represent individual service deployments, orchestration tools, and the configuration tools used to deploy them.

Directory Structure

Each logical grouping of services will have a directory. Example: 'timesync'. Within this directory related timesync services would exist to for example configure timesync services on baremetal or via containers.

Filenaming conventions

As a convention each deployments service filename will reflect both the deployment engine (baremetal, or containers) along with the config tool used to deploy that service.

The convention is <service-name>-<engine>-<config management tool>.

Examples:

deployment/aodh/aodh-api-container-puppet.yaml (containerized Aodh service configured with Puppet)

deployment/aodh/aodh-api-container-ansible.yaml (containerized Aodh service configured with Ansible)

deployment/timesync/chrony-baremetal-ansible.yaml (baremetal Chrony service configured with Ansible)

deployment/timesync/chrony-baremetal-puppet.yaml (baremetal Chrony service configured with Puppet)