DriveTrain

DriveTrain

  • [34739] Fixed the shell condition for the verification of a Docker certificate validity period to resolve the issue causing the apt01 node failing to start in case of an offline MCP deployment.

  • [34417] Fixed the issue causing Salt Master with 10-14 GB of RAM being unable to apply Salt states on a large number of nodes. Now, batching is by default set to 2/3 of the available Salt Master worker threads.

  • [34514] Fixed the issue with the Deploy - upgrade computes Jenkins pipeline job failing during the Upgrade OS stage.

  • [34348] Fixed the issue with logrotate parameters missing in the HAProxy Salt formula.

  • [34108] Fixed the issue with the Deploy - upgrade MCP Drivetrain Jenkins pipeline job failing due to missing Git authentication parameters.

  • [34053] Fixed the issue with Horizon logging a user out with the Unauthorized error due to the Octavia default policy files missing on the ctl nodes. Added the capability to manage the Octavia policy through the Octavia Salt formula.

  • [34754] Fixed the linux.system.auth module in the Linux Salt formula.

  • [30646] Fixed the issue with the Deploy - upgrade Opencontrail to 4.x Jenkins pipeline job failing during the STAGE_CONTROLLERS_UPGRADE stage.

  • [34461] Fixed the issue with the Deploy - upgrade control VMs Jenkins pipeline job failing for the gtw role if OS_DIST_UPGRADE is selected.

  • [34385] Fixed the issue with the CVP - Performance tests Jenkins pipeline job failing with the Error: No such container: cvp exception.

  • [34528] Fixed the issue with MySQL users being defined only for the db01 node.

  • [34252] Fixed the issue with virtual nodes having an old kernel version and some packages being upgradable after deployment. The issue affected new MCP deployments only.

  • [29403] Fixed the issue with the Nova Salt formula executing nova-manage without the --by-service argument when Ironic is enabled.

  • [34729] Fixed the launch_instance_defaults option in the Horizon Salt formula.

  • [34706] Fixed the following issues in the NGINX Salt formula:

    • Unhardcoded the ssl_stapling parameter.
    • Fixed the misconfiguration of the ssl_ciphers and ssl_protocols parameters.
  • [34639] Fixed the following issues in the Nova Salt formula:

    • Unhardcoded the use_cow_images, force_raw_images, snapshot_image_format, and images_type Nova parameters.

    • Fixed the issue in the Nova Salt formula that caused Nova to use a public endpoint to query the internal API from the OpenStack compute nodes. Added the capability to set the endpoint to public or internal. The default value is internal.

      nova:
        compute:
          identity:
            interface: 'public'