We are ecstatic to announce the release of: tripleo-heat-templates 7.0.8: Heat templates for deploying OpenStack with OpenStack. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-heat-templates Download the package from: https://tarballs.openstack.org/tripleo-heat-templates/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo For more details, please see below. 7.0.8 ^^^^^ New Features ************ * Allow to easily personalize Kernel modules and sysctl settings with two new parameters. ExtraKernelModules and ExtraSysctlSettings are dictionaries that will take precedence over the defaults settings provided in the composable service. Bug Fixes ********* * -- The pacemaker docker version for the rabbitmq service should also include the noop's for the for Rabbitmq_policy and Rabbitmq_user puppet resources that are noop'd in docker/services/rabbitmq.yaml These resources must be noop'd in puppet, otherwise they could be triggered during puppet apply's during the docker-puppet.py generate config step where rabbitmqctl is not actually running. Changes in tripleo-heat-templates 7.0.7..7.0.8 ---------------------------------------------- 528d897 Containerize multinode-3nodes ebf0128 Correct indentation of docker_puppet_apply.sh run 44fc7e2 We dont support fwaas in Horizon 56448da Swap the order of stdout and stderr in debug output a5e6633 Re-enable voting on scenario001-container 4c4b331 Correct panko auth region 3c7d83a Add DockerPuppetDebug to environments/config-debug.yaml 4c2c3de Use docker_config_scripts for puppet apply fa02a8f Align stars to fix stable/pike gate on scenario001 9c4c36b Fix ovs/netns mounts for neutron agents 7517de0 Add noop's for docker pacemaker for rabbitmq 9675302 Fix log file nova-conductor service b5968e0 zuul: run scenarios when touching pacemaker services 65b642a kernel: allow to override modules & sysctl settings ff1076e Use relative path in ipv6 nic configs 4379307 Add PublicVirtualFixedIPs to ci network-environment.yaml f09e6ac Start using nic-configs from THT repo instead of tripleo-ci 7232568 Start using ipv6 nic-configs from THT repo instead of tripleo-ci 9285aa1 Start step at 0 for update_ + upgrade_steps_playbook d4e13a0 ci/telemetry: Decrease test_telemetry_integration time a640b5f Deprecate hyperconverged-ceph.yaml 2b211a0 Passes NodeDataLookup to ceph-ansible workflow 0a6be98 Add validation task in docker services [cinder] ff8ffcc Make Horizon parameters: vhost_extra_params and customization_module configurable Diffstat (except docs and test files) ------------------------------------- ci/environments/multinode-3nodes-registry.yaml | 23 + ci/environments/multinode-3nodes.yaml | 6 +- ci/environments/network/multiple-nics-ipv6/README | 23 + .../multiple-nics-ipv6/network-environment.yaml | 25 + .../network-isolation-absolute.yaml | 35 + .../multiple-nics-ipv6/network-isolation.yaml | 35 + .../nic-configs/ceph-storage.yaml | 124 ++++ .../nic-configs/cinder-storage.yaml | 96 +++ .../multiple-nics-ipv6/nic-configs/compute.yaml | 135 ++++ .../multiple-nics-ipv6/nic-configs/controller.yaml | 156 +++++ .../nic-configs/swift-storage.yaml | 96 +++ .../network/multiple-nics-ipv6/ui-settings.pickle | 732 +++++++++++++++++++++ ci/environments/network/multiple-nics/README | 23 + .../network/multiple-nics/network-environment.yaml | 26 + .../multiple-nics/network-isolation-absolute.yaml | 29 + .../network/multiple-nics/network-isolation.yaml | 29 + .../multiple-nics/nic-configs/ceph-storage.yaml | 119 ++++ .../multiple-nics/nic-configs/cinder-storage.yaml | 92 +++ .../network/multiple-nics/nic-configs/compute.yaml | 136 ++++ .../multiple-nics/nic-configs/controller.yaml | 148 +++++ .../multiple-nics/nic-configs/swift-storage.yaml | 92 +++ .../network/multiple-nics/ui-settings.pickle | 716 ++++++++++++++++++++ .../scenario001-multinode-containers.yaml | 10 +- .../scenario002-multinode-containers.yaml | 8 + .../scenario004-multinode-containers.yaml | 2 + common/deploy-steps-tasks.yaml | 10 +- common/deploy-steps.j2 | 4 +- environments/config-debug.yaml | 1 + environments/hyperconverged-ceph.yaml | 13 +- puppet/extraconfig/pre_deploy/per_node.yaml | 2 +- puppet/services/ceilometer-base.yaml | 5 + puppet/services/horizon.yaml | 17 +- puppet/services/kernel.yaml | 138 ++-- puppet/services/nova-conductor.yaml | 8 +- puppet/services/panko-base.yaml | 2 +- .../notes/kernel-extra-aa48704056be72cd.yaml | 6 + .../notes/pacemaker-rabbitmq-b1b5fc2b47cb84e4.yaml | 8 + zuul.d/layout.yaml | 95 +-- 62 files changed, 3392 insertions(+), 382 deletions(-)