We are amped to announce the release of: tripleo-heat-templates 7.0.10: 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.10 ^^^^^^ New Features ************ * Add support for Dell EMC VNX cinder driver 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. Bug Fixes ********* * As documented in launchpad bug 1708680 the templates for manila with the "generic" back end do not yield a successful manila deployment even if they do not cause the overall overcloud deployment to fail, so we are dropping these faulty and unmaintained manila "generic" back end templates. Changes in tripleo-heat-templates 7.0.9..7.0.10 ----------------------------------------------- 677c4c2 Do not use the 3rd argument of yaql groupBy 69565d7 Restrict SNMP to internal network 6bfb49a Add reno for manila generic driver removal 6587b6e swift_rsync: don't bind mount /run 3876ec4 Unify the Cinder HA and non-HA docker configurations e16c409 Fix a typo in docker_puppet_apply.sh cfa0e21 docker: don't override horizon::vhost_extra_params cf87b65 Adding new config parameters for Cisco UCSM ML2 driver 9d44e26 Improve debugging possibilities for docker-puppet.py time handling bf13bb4 Adding /usr/share/neutron/server config dir 34ef39d Mount central agent log dir to access outside the container 6a25b21 Removes manila-generic-config from TripleO f2c12ef Add support for Dell EMC VNX Cinder Backend 280b100 Add CephClient and CephExternal to the Telemetry role dc6808b Add bond-network-templates for OVB public bond CI Diffstat (except docs and test files) ------------------------------------- capabilities-map.yaml | 17 +- ci/environments/network/public-bond/README | 23 + .../network/public-bond/network-environment.yaml | 26 + .../public-bond/network-isolation-absolute.yaml | 28 + .../network/public-bond/network-isolation.yaml | 28 + .../public-bond/nic-configs/ceph-storage.yaml | 123 ++++ .../public-bond/nic-configs/cinder-storage.yaml | 96 +++ .../network/public-bond/nic-configs/compute.yaml | 134 ++++ .../public-bond/nic-configs/controller.yaml | 160 +++++ .../public-bond/nic-configs/swift-storage.yaml | 96 +++ .../network/public-bond/ui-settings.pickle | 699 +++++++++++++++++++++ deployed-server/deployed-server-roles-data.yaml | 2 +- environments/cinder-dellemc-vnx-config.yaml | 19 + environments/contrail/roles_data_contrail.yaml | 1 - environments/manila-generic-config.yaml | 24 - environments/neutron-ml2-cisco-nexus-ucsm.yaml | 3 + network/service_net_map.j2.yaml | 1 + overcloud-resource-registry-puppet.j2.yaml | 2 +- overcloud.j2.yaml | 12 +- .../all_nodes/neutron-ml2-cisco-nexus-ucsm.j2.yaml | 25 +- puppet/services/cinder-backend-dellemc-vnx.yaml | 106 ++++ puppet/services/horizon.yaml | 1 + puppet/services/manila-backend-generic.yaml | 101 --- puppet/services/snmp.yaml | 19 +- ...-generic-driver-templates-b33e8966c263a1fd.yaml | 7 + .../notes/snmp_firewall-ab17f60ba1ec71d2.yaml | 7 + .../notes/vnx_cinder_b5572898724a11e7.yaml | 4 + roles/Controller.yaml | 2 +- roles/ControllerOpenstack.yaml | 1 - roles/Telemetry.yaml | 2 + roles_data.yaml | 2 +- 42 files changed, 1745 insertions(+), 217 deletions(-)