[tripleo] tripleo-common 7.6.2 (pike)
We are stoked to announce the release of: tripleo-common 7.6.2: A common library for TripleO workflows. This release is part of the pike stable release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-common Download the package from: https://tarballs.openstack.org/tripleo-common/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo-common For more details, please see below. Changes in tripleo-common 7.6.1..7.6.2 -------------------------------------- 5922c80 Add logging to capabilities filter cec34e7 Take wwn_with_extension into account, when configuring a boot device eb58545 Run fluentd container 3d66de5 Fix chown command in sudoers file 8f1a59b Fixup upgrade-non-controller to also accept IP address 0a3d617 Execute minor update via ansible on mistral fb5a154 Fix running complex command lines via bootstrap_host_exec dc6cc2c Add healthcheck for ODL container Diffstat (except docs and test files) ------------------------------------- container-images/overcloud_containers.yaml | 1 + container-images/overcloud_containers.yaml.j2 | 7 + .../tripleo_kolla_template_overrides.j2 | 7 + healthcheck/opendaylight-api | 11 ++ scripts/bootstrap_host_only_eval | 19 +++ scripts/bootstrap_host_only_exec | 19 +++ scripts/upgrade-non-controller.sh | 133 +++++++++--------- setup.cfg | 6 +- sudoers | 1 + tripleo_common/actions/baremetal.py | 2 +- tripleo_common/actions/config.py | 79 +++++++++++ tripleo_common/actions/package_update.py | 77 ++++------- tripleo_common/actions/plan.py | 59 ++++++++ tripleo_common/constants.py | 3 + tripleo_common/filters/capabilities_filter.py | 14 +- tripleo_common/utils/config.py | 142 +++++++++++++++++++ workbooks/package_update.yaml | 88 +++++++++--- 23 files changed, 983 insertions(+), 218 deletions(-)
participants (1)
-
no-reply@openstack.org