Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

New and Changed Features

The features listed in this section are new or changed for Contrail Cloud Release 16.3.

Product Components

Contrail Cloud Tuning

All feature and extra configuration samples can be found in your /var/lib/contrail_cloud/samples/features directory on the jump host.

Note:

ControllerExtraConfig should no longer be passed as a value for overcloud[“extra_config”].

  • Optional overcloud tuning in your config/site.yml configuration file with the controller_extra_config parameter. This new parameter is used to provide additional configuration under the ControllerExtraConfig THT section. You can also configure the extra_config: to modify any TripleO parameter documented by Red Hat.

    For a sample of the overcloud controller_extra_config and overcloud extra_config, see the /var/lib/contrail_cloud/samples/features/extra_config/site.yml sample file on your jump host.

    The controller_extra_config supports for additional Nova tuning of the overcloud to match specific settings and requirements. See below for a tuning example:

Secured Registries

Secured registry is used as of Contrail Cloud Release 16.3. You must provide your container image registry credentials in your vault-data.yml file.

Always update your vault-data.yml file with your most recent credentials before performing any deployment, or update activities.

From the jump host, see /var/lib/contrail_cloud/samples/vault-data.yml for more information and vault data example. To access the file from the CLI, use ansible-vault view /var/lib/contrail_cloud/samples/vault-data.yml with the default password of c0ntrail123.

Cloud-init Network Configuration Syntax

Cloud-init network configuration Syntax replaces the previous os-net-config syntax in the following locations:

  • When configuring control_host_nodes_network_config in your control-host-nodes.yml configuration file. For more information, see /var/lib/contrail_cloud/samples/control-host-nodes.yml.

  • When configuring k8s_host_nodes_network_config in your k8s-host-nodes.yml configuration file. For more information, see /var/lib/contrail_cloud/samples/k8s-host-nodes.yml.

Contrail Cloud supports both networking configuration version 1 format, and networking configuration version 2 format. For more information on Cloud-init's network configuration syntax, see:

Storage Configuration - Mount Point

Contrail Cloud 16 storage configuration has been changed to include the mount point of the storage drive. You can view this change in your /var/lib/contrail_cloud/samples/site.yml configuration file.