We are tickled pink to announce the release of: tripleo-heat-templates 5.3.5: Heat templates for deploying OpenStack with OpenStack. This release is part of the newton 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. 5.3.5 ^^^^^ New Features ************ * When using RHSM proxy, TripleO will now verify that the proxy can be reached otherwise we'll stop early and not try to subscribe nodes. Upgrade Notes ************* * When deploying with RHSM, sat-tools 6.2 will be installed instead of 6.1. The new version is supported by RHEL 7.4 and provides katello- agent package. Changes in tripleo-heat-templates 5.3.4..5.3.5 ---------------------------------------------- 6e9e3e1 FQDN validation 0333ff9 RHSM: when using proxy, test its connectivity first f753d20 RHSM: do not use retry to deploy katello-agent bcacf59 Upgrade rhel_reg_sat_repo to 6.2 7b1be85 [Newton only] Fix double sed backup during upgrade. 1147e6c os-net-config not run when conf is empty and re-introduce exception. b7db8e8 Make UpdateDeployment depend on NetworkDeployment 287da34 Make nova patching parameters configurable in Nuage Diffstat (except docs and test files) ------------------------------------- all-nodes-validation.yaml | 6 ++++ environments/neutron-nuage-config.yaml | 2 ++ .../environment-rhel-registration.yaml | 2 +- .../rhel-registration/scripts/rhel-registration | 40 ++++++++++++++++++---- extraconfig/tasks/major_upgrade_ceph_storage.sh | 1 + extraconfig/tasks/major_upgrade_compute.sh | 1 + .../tasks/major_upgrade_controller_pacemaker_2.sh | 3 +- extraconfig/tasks/major_upgrade_object_storage.sh | 1 + .../tasks/major_upgrade_pacemaker_migrations.sh | 2 +- extraconfig/tasks/pacemaker_common_functions.sh | 32 +++++++++-------- puppet/blockstorage-role.yaml | 1 + puppet/cephstorage-role.yaml | 1 + puppet/compute-role.yaml | 1 + puppet/controller-role.yaml | 1 + puppet/objectstorage-role.yaml | 1 + puppet/role.role.j2.yaml | 1 + puppet/services/neutron-plugin-ml2-nuage.yaml | 12 +++++++ .../notes/rhsm_proxy_verify-548f104c97cf5f90.yaml | 5 +++ releasenotes/notes/sat-tools-0d0f0c53de9d34a5.yaml | 5 +++ validation-scripts/all-nodes.sh | 18 ++++++++++ 20 files changed, 111 insertions(+), 25 deletions(-)