tripleo-heat-templates/docker/services
Christian Schwede c75880afca Fix Swift ring file synchronization issue
Swift ring files are synchronized by up- and downloading them to the
undercloud, making sure every node on the overcloud has the same copy to
start with.

One (optional) step in the process is to ensure rings are in sync before
uploading them eventually. swift-recon is used to query all Swift object
storage nodes, get the md5sum of the ring files and compare them with
the local ring file md5sum.

However, in containerized deployments this will fail, because Swift
containers are not immediately restarted after rebalancing. The object
server will return the md5sum of the previous ring version, which does
not match with the rebalanced local file. TripleO is intended to skip
this check by setting skip_consistency_check to false.

However, the parameter was never set to false, and this patch fixes it.

Running an overcloud update immediately after an initial deployment was
not affected by this. Same for multiple overcloud updates - subsequent
updates did fix this issue automatically. In the first case the rings
were not rebalanced due to min_part_hours not passed, in the latter case
they were synchronized on the subsequent update.

Closes-Bug: 1892674
Change-Id: Ib56f59b7d2a981196eab334108d42ca4390c0566
(cherry picked from commit 13cc41a23f)
2020-09-04 09:33:03 +02:00
..
ceph-ansible Add swiftoperator role on ceph-rgw template 2020-03-13 12:07:27 +01:00
database Fix broken metadata_settings for redis templates 2019-08-01 15:05:32 -04:00
logging Make sure glance_api_tls_proxy logs are persisted on the host 2019-12-02 16:51:35 +01:00
messaging [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
metrics MetricsQdr: Build sslProfiles without internal TLS 2019-06-24 16:42:55 -04:00
neutron neutron-cleanup skips ports marked skip_cleanup=true 2018-12-06 13:48:13 +00:00
octavia Fix missing conditions header in octavia 2019-10-10 17:37:51 -02:30
pacemaker HA: minor update of arbitrary container image name 2020-03-17 12:35:55 +01:00
README.rst Run online data migrations 2018-09-10 08:17:08 +00:00
aodh-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
aodh-evaluator.yaml Remove stray conditional from aodh-evaluator tasks 2020-02-04 18:38:22 +00:00
aodh-listener.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
aodh-notifier.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
barbican-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ceilometer-agent-central.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ceilometer-agent-compute.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ceilometer-agent-ipmi.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ceilometer-agent-notification.yaml ceilometer_agent_notification: disable-panko.yaml 2019-07-01 11:43:18 -04:00
cinder-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
cinder-backup.yaml Use ipc:host for cinder-backup 2020-03-02 18:21:48 +01:00
cinder-common.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
cinder-scheduler.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
cinder-volume.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
congress.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
containers-common.yaml HA: fix <service>_restart_bundle with minor update workflow 2019-09-12 22:41:00 +02:00
derive_pci_passthrough_whitelist.py Consider user configuration during the derivation of passthrough whitelist 2020-06-15 06:42:10 +00:00
designate-api.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
designate-central.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
designate-mdns.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
designate-producer.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
designate-sink.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
designate-worker.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
ec2-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
etcd.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
fluentd.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
glance-api.yaml Make sure glance_api_tls_proxy logs are persisted on the host 2019-12-02 16:51:35 +01:00
gnocchi-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
gnocchi-metricd.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
gnocchi-statsd.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
haproxy.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
heat-api-cfn.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
heat-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
heat-engine.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
horizon.yaml Use /var/tmp on host to store temporal files for image upload via Horizon 2019-08-29 08:04:12 +09:00
ironic-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ironic-conductor.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ironic-inspector.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ironic-neutron-agent.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ironic-pxe.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
iscsid.yaml Revert "Revert "Create missing directories before mounting them"" 2019-08-08 10:14:03 +02:00
keepalived.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
keystone.yaml Update environment var for keystone bootstrap 2019-12-13 14:08:36 -07:00
logrotate-crond.yaml Add parameters for dateext in logrotate 2019-09-26 15:12:53 +09:00
manila-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
manila-common.yaml Unify the Manila HA and non-HA docker configurations 2018-07-12 11:23:39 -04:00
manila-scheduler.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
manila-share.yaml Fix Manila when run without pacemaker 2019-10-09 17:03:31 -04:00
memcached.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
mistral-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
mistral-engine.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
mistral-event-engine.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
mistral-executor.yaml Revert "Revert "Create missing directories before mounting them"" 2019-08-08 10:14:03 +02:00
multipathd.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
neutron-api.yaml Fix neutron api TLS logging 2019-12-04 18:51:43 +01:00
neutron-bgpvpn-api.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-dhcp.yaml Create /run/netns if does not exist 2019-08-08 10:14:26 +02:00
neutron-l2gw-api.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-l3.yaml Add "radvd_user" config parameter to Neutron L3 container 2019-11-05 11:56:41 +00:00
neutron-lbaas-api.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-metadata.yaml Add setfacl statements for neutron metadata proxy 2020-02-27 11:46:25 -05:00
neutron-ovs-agent.yaml Start/enable OVS on neutron ovs agent nodes 2019-06-04 14:02:12 -02:30
neutron-ovs-dpdk-agent.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-plugin-ml2-ansible.yaml Add support for containerized networking-ansible ML2 plugin 2018-07-30 20:48:22 +00:00
neutron-plugin-ml2-cisco-vts.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-plugin-ml2-mlnx-sdn-assist.yaml Add Mellanox SDN ML2 template for a containerized service 2019-03-17 08:09:59 +00:00
neutron-plugin-ml2.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
neutron-plugin-nsx.yaml Add config files/templates to integrate nsx plugin with container 2018-12-18 22:39:48 +00:00
neutron-sfc-api.yaml Adds docker SFC and cleans up ODL envs 2018-06-14 14:07:58 +00:00
neutron-sriov-agent.yaml Consider user configuration during the derivation of passthrough whitelist 2020-06-15 06:42:10 +00:00
nova-api.yaml Run nova_api unprivileged 2019-10-31 11:48:52 +01:00
nova-compute-common.yaml Move nova cell v2 discovery to deploy_steps_tasks 2019-07-09 11:24:01 +02:00
nova-compute.yaml nova: Always provide LIBGUESTFS_BACKEND=libvirt:qemu:///system 2020-02-14 11:55:32 +00:00
nova-conductor.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
nova-consoleauth.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
nova-ironic.yaml Move nova cell v2 discovery to deploy_steps_tasks 2019-07-09 11:24:01 +02:00
nova-libvirt.yaml Check Ceph*Key value format and halt on error 2020-03-11 11:09:45 +01:00
nova-metadata.yaml Fix TLS when using a containerized undercloud 2018-10-07 05:43:42 +00:00
nova-migration-target.yaml Add /run/libvirt to nova_migration_target container 2019-06-27 10:10:33 +02:00
nova-placement.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
nova-scheduler.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
nova-vnc-proxy.yaml Revert "Point InternalTLSVncCAFile to /etc/ipa/ca.crt" 2019-08-20 18:56:34 +00:00
novajoin.yaml Explicitly set notification driver for novajoin 2019-08-23 16:28:10 -06:00
octavia-api.yaml Use docker_container Ansible module 2019-08-20 09:18:14 +02:00
octavia-health-manager.yaml Set octavia services' stop grace period to 300sec 2020-01-23 09:46:09 +01:00
octavia-housekeeping.yaml Set octavia services' stop grace period to 300sec 2020-01-23 09:46:09 +01:00
octavia-worker.yaml Set octavia services' stop grace period to 300sec 2020-01-23 09:46:09 +01:00
opendaylight-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ovn-controller.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ovn-dbs.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
ovn-metadata.yaml Create /run/netns if does not exist 2019-08-08 10:14:26 +02:00
panko-api.yaml Add panko_api_cron container 2019-06-10 18:27:20 -04:00
qdrouterd.yaml Ensure logs folder is created in prep hosts tasks. 2019-01-21 11:03:48 +01:00
rabbitmq.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
rsyslog-sidecar.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
sahara-api.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
sahara-engine.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
sensu-client.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
sshd.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
swift-proxy.yaml Don't create symlink for swift container logs 2019-06-26 12:32:02 +05:30
swift-ringbuilder.yaml Fix Swift ring file synchronization issue 2020-09-04 09:33:03 +02:00
swift-storage.yaml Revert "Revert "Create missing directories before mounting them"" 2019-08-08 10:14:03 +02:00
tacker.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
tempest.yaml Add tempest workspace volume for tempest 2019-03-14 13:00:43 +05:30
tripleo-ui.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
undercloud-upgrade.yaml Correctly match openvswitch package 2020-05-21 11:56:40 +01:00
xinetd.yaml [Rocky/Queens Only] Remove pre-upgrade validation tasks in cont services. 2019-05-21 14:46:58 +02:00
zaqar.yaml Resolve broken zaqar container caused by logging issues 2019-09-13 11:43:10 +02:00

README.rst

Docker Services

TripleO docker services are currently built on top of the puppet services. To do this each of the docker services includes the output of the t-h-t puppet/service templates where appropriate.

In general global docker specific service settings should reside in these templates (templates in the docker/services directory.) The required and optional items are specified in the docker settings section below.

If you are adding a config setting that applies to both docker and baremetal that setting should (so long as we use puppet) go into the puppet/services templates themselves.

Also see the Puppet services README file for more information about how the service templates work in general.

Building Kolla Images

TripleO currently relies on Kolla docker containers. Kolla supports container customization and we are making use of this feature within TripleO to inject puppet (our configuration tool of choice) into the Kolla base images. The undercloud nova-scheduler also requires openstack-tripleo-common to provide custom filters.

To build Kolla images for TripleO adjust your kolla config1 to build your centos base image with puppet using the example below:

$ cat template-overrides.j2 {% extends parent_template %} {% set base_centos_binary_packages_append = ['puppet'] %} {% set nova_scheduler_packages_append = ['openstack-tripleo-common'] %}

kolla-build --base centos --template-override template-overrides.j2

Docker settings

Each service may define an output variable which returns a puppet manifest snippet that will run at each of the following steps. Earlier manifests are re-asserted when applying latter ones.

  • config_settings: This setting is generally inherited from the puppet/services templates and only need to be appended to on accasion if docker specific config settings are required.

  • kolla_config: Contains YAML that represents how to map config files into the kolla container. This config file is typically mapped into the container itself at the /var/lib/kolla/config_files/config.json location and drives how kolla's external config mechanisms work.

  • docker_config: Data that is passed to the docker-cmd hook to configure a container, or step of containers at each step. See the available steps below and the related docker-cmd hook documentation in the heat-agents project.

  • puppet_config: This section is a nested set of key value pairs that drive the creation of config files using puppet. Required parameters include:

    • puppet_tags: Puppet resource tag names that are used to generate config files with puppet. Only the named config resources are used to generate a config file. Any service that specifies tags will have the default tags of 'file,concat,file_line,augeas,cron' appended to the setting. Example: keystone_config
    • config_volume: The name of the volume (directory) where config files will be generated for this service. Use this as the location to bind mount into the running Kolla container for configuration.
    • config_image: The name of the docker image that will be used for generating configuration files. This is often the same container that the runtime service uses. Some services share a common set of config files which are generated in a common base container.
    • step_config: This setting controls the manifest that is used to create docker config files via puppet. The puppet tags below are used along with this manifest to generate a config directory for this container.
  • docker_puppet_tasks: This section provides data to drive the docker-puppet.py tool directly. The task is executed only once within the cluster (not on each node) and is useful for several puppet snippets we require for initialization of things like keystone endpoints, database users, etc. See docker-puppet.py for formatting.

Docker steps

Similar to baremetal docker containers are brought up in a stepwise manner. The current architecture supports bringing up baremetal services alongside of containers. For each step the baremetal puppet manifests are executed first and then any docker containers are brought up afterwards.

Steps correlate to the following:

Pre) Containers config files generated per hiera settings. 1) Load Balancer configuration baremetal a) step 1 baremetal b) step 1 containers 2) Core Services (Database/Rabbit/NTP/etc.) a) step 2 baremetal b) step 2 containers 3) Early Openstack Service setup (Ringbuilder, etc.) a) step 3 baremetal b) step 3 containers 4) General OpenStack Services a) step 4 baremetal b) step 4 containers c) Keystone containers post initialization (tenant,service,endpoint creation) 5) Service activation (Pacemaker), online data migration a) step 5 baremetal b) step 5 containers

Update steps:

All services have an associated update_tasks output that is an ansible snippet that will be run during update in an rolling update that is expected to run in a rolling update fashion (one node at a time)

For Controller (where pacemaker is running) we have the following states:
  1. Step=1: stop the cluster on the updated node;
  2. Step=2: Pull the latest image and retag the it pcmklatest
  3. Step=3: yum upgrade happens on the host.
  4. Step=4: Restart the cluster on the node
  5. Step=5: Verification: Currently we test that the pacemaker services are running.

Then the usual deploy steps are run which pull in the latest image for all containerized services and the updated configuration if any.

Note: as pacemaker is not containerized, the points 1 and 4 happen in puppet/services/pacemaker.yaml.

Fast-forward Upgrade Steps

Each service template may optionally define a fast_forward_upgrade_tasks key, which is a list of Ansible tasks to be performed during the fast-forward upgrade process. As with Upgrade steps each task is associated to a particular step provided as a variable and used along with a release variable by a basic conditional that determines when the task should run.

Steps are broken down into two categories, prep tasks executed across all hosts and bootstrap tasks executed on a single host for a given role.

The individual steps then correspond to the following tasks during the upgrade:

Prep steps:

  • Step=0: Check running services
  • Step=1: Stop the service
  • Step=2: Stop the cluster
  • Step=3: Update repos

Bootstrap steps:

  • Step=4: DB backups
  • Step=5: Pre package update commands
  • Step=6: Package updates
  • Step=7: Post package update commands
  • Step=8: DB syncs
  • Step=9: Verification

  1. See the override file which can be used to build Kolla packages that work with TripleO, and an `example build script <https://github.com/dprince/undercloud_containers/blob/master/build_kolla.sh>_.↩︎