13d70f6bf8
If container_image_prepare_debug, we also want to redirect all the output into the same logfile used to write image operations. Indeed, some command output isn't shown in the logfile, even with --debug, but sent to sdterr. To make it easier for operators on where to find logs, let's just use the logfile in place and export everything in there, only when debug is activated. Change-Id: I66e846bda2bef0d27a2a26a4083249c583982e0c |
||
---|---|---|
.. | ||
aodh | ||
barbican | ||
ceilometer | ||
cinder | ||
congress | ||
container-image-prepare | ||
database | ||
deprecated | ||
designate | ||
etcd | ||
glance | ||
haproxy | ||
heat | ||
horizon | ||
image-serve | ||
ironic | ||
iscsid | ||
keepalived | ||
kernel | ||
keystone | ||
login-defs | ||
manila | ||
memcached | ||
messaging | ||
metrics | ||
mistral | ||
multipathd | ||
neutron | ||
nova | ||
podman | ||
qdr | ||
rabbitmq | ||
sahara | ||
securetty | ||
selinux | ||
snmp | ||
sshd | ||
swift | ||
tacker | ||
time | ||
timesync | ||
tripleo-firewall | ||
tripleo-packages | ||
tripleo-ui | ||
tuned | ||
zaqar | ||
README.rst |
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)