We are excited to announce the release of: tripleo-heat-templates 5.3.10: 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.10 ^^^^^^ Security Issues * Change the IPtables rule for SNMP service and open 161 udp port on SnmpdIpSubnet parameter instead of 0.0.0.0/0. If SnmpdIpSubnet is left empty, SnmpdNetwork will be used. Changes in tripleo-heat-templates 5.3.9..5.3.10 ----------------------------------------------- afa4862 Adding new config parameters for Cisco UCSM ML2 driver 4de1d93 Tolerate network errors in pingtest retry logic 78b8c3b Restrict SNMP to internal network 997475c Do not use the 3rd argument of yaql groupBy 7582128 Update redirect for tripleo_upgrade_node.sh for CephStorage. 257bbff Open ports 443 and 80 on haproxy's firewall when horizon is standalone c23b633 Add PublicVirtualFixedIPs to ci network-environment.yaml 2a7fe12 Use relative path in ipv6 nic configs 565c81a Set restrictive file permissions on Ceph keyrings for non-containerized deployment 1ef26fd Start using nic-configs from THT repo instead of tripleo-ci 1b17cdc Start using ipv6 nic-configs from THT repo instead of tripleo-ci b8bbd95 Don't run check-tripleo OVB jobs frm RH1 anymore f6e82fb Latest Nexus Configuration Variables Updates a1e8f1c Remove RH1 OVB jobs from configuration Diffstat (except docs and test files) ------------------------------------- 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 ++++++++++++++++++++ environments/neutron-ml2-cisco-nexus-ucsm.yaml | 7 +- extraconfig/tasks/major_upgrade_ceph_storage.sh | 2 +- network/service_net_map.j2.yaml | 1 + overcloud.j2.yaml | 8 +- .../all_nodes/neutron-ml2-cisco-nexus-ucsm.j2.yaml | 65 +- puppet/services/ceph-base.yaml | 4 +- puppet/services/horizon.yaml | 7 + puppet/services/snmp.yaml | 21 +- .../notes/snmp_firewall-ab17f60ba1ec71d2.yaml | 7 + validation-scripts/all-nodes.sh | 3 +- zuul.d/layout.yaml | 2 - 31 files changed, 2974 insertions(+), 20 deletions(-)