puppet-octavia 17.3.0 (victoria)
We are glad to announce the release of: puppet-octavia 17.3.0: Puppet module for OpenStack Octavia This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/puppet-octavia Download the package from: https://tarballs.openstack.org/puppet-octavia/ Please report issues through: https://bugs.launchpad.net/puppet-octavia/+bugs For more details, please see below. 17.3.0 ^^^^^^ New Features ************ * Add mysql_enable_ndb parameter to select mysql storage engine. Upgrade Notes ************* * The following deprecated parameters of the "octavia::worker" class have been removed. Use the same parameters in the "octavia::controller" class. * "amp_flavor_id" * "amp_image_tag" * "amp_secgroup_list" * "amp_boot_network_list" * "loadbalancer_topology" * "amphora_driver" * "compute_driver" * "network_driver" * "amp_ssh_key_name" * "enable_ssh_access" * "timeout_client_data" * "timeout_member_connect" * "timeout_member_data" * "timeout_tcp_inspect" Changes in puppet-octavia 17.2.0..17.3.0 ---------------------------------------- 7d3c951 Prepare Victoria M3 4491d68 Do not validate database_connection format 93bbf23 Use openstack_spec_helper from zuul checkout 41c1819 Use common class to manage apache service in beaker job f1bf920 Add mysql_enable_ndb option 444cb9b Expose vhost_custom_fragment bccc230 Cleanup deprecated controller parameters from octavia::worker 94ec48e Add non-voting TripleO Octavia CI job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 + Gemfile | 19 +++- manifests/controller.pp | 48 +++------ manifests/db.pp | 10 +- manifests/worker.pp | 102 ++----------------- manifests/wsgi/apache.pp | 7 ++ metadata.json | 10 +- ...d_mysql_enable_ndb-option-9f3a4bef514e040d.yaml | 4 + ...opts-from-octavia-workers-f06b45dd705eb875.yaml | 20 ++++ spec/acceptance/octavia_spec.rb | 5 +- spec/classes/octavia_db_spec.rb | 3 + spec/classes/octavia_worker_spec.rb | 61 ++++------- spec/classes/octavia_wsgi_apache_spec.rb | 112 +++++++++++++++++++++ 13 files changed, 220 insertions(+), 185 deletions(-)
participants (1)
-
no-reply@openstack.org