tripleo-quickstart-extras/roles/extras-common
Francesco Pantano 76a5c4efc6 Bump Ceph container daemons to v6.0.4
The stable Ceph containers v16.2.5 are now released.
This change aligns the new tag with the latest released stable
content (which is v6.0.4 for the daemon images).

Depends-On: I50a683aaa7062f7f33d6de45758844c8523da7f2
Change-Id: I14142570ccb3a229fb634d13230401beb1e20c70
2021-08-17 11:53:45 +00:00
..
defaults Bump Ceph container daemons to v6.0.4 2021-08-17 11:53:45 +00:00
meta Fix project name mapping to DLRN project name (v2) 2020-01-11 09:29:02 +00:00
tasks set container variables when needed 2018-06-26 02:03:48 +00:00
README.md Don't hard-code overcloud-full 2021-06-30 10:09:43 +12:00

README.md

extras-common

This Ansible role contains defaults for variables used in more than 2 roles throughout the tripleo-quickstart-extras repository. All other roles in this repository depend on this one.

Individual role variable defaults override the values from this role, so it is important to remove their definitions from the original role defaults when moving any variable over here.

This role depends on the "common" role from tripleo-quickstart repository which serves the same purpose as this one.

Role Variables

  • `containerized_overcloud: -- use containers to deploy the overcloud
  • enable_tls_everywhere: -- enable TLS encryption on all OpenStack services
  • overcloud_ipv6: -- enable IPv6 deployment on the overcloud
  • undercloud_network_cidr: <'192.168.24.0/24'> -- the network cidr for the undercloud, note this is also currently the default cidr used in other CI environments for tripleo.
  • timestamper_cmd: beginning with the shell pipe character, this command prepends a timestamp to the deployment and test commands throughout the roles. Can be disabled by specifying this command as an empty string.
  • enable_libvirt_tripleo_ui: -- update the triple-ui javascript config for libvirt environments.
  • local_docker_registry_host: <"{{undercloud_network_gateway|default(undercloud_network_cidr|nthhost(1))}}"> -- host of the local (undercloud) docker registry
  • docker_registry_host: <'docker.io'> -- host of the primary docker registry
  • docker_registry_namespace: <'tripleomaster'> -- namespace of docker images used for TripleO deployment
  • docker_image_tag: <'latest'> -- tag of docker images used for TripleO deployment
  • docker_prep_prefix: <'centos-binary-'> Prefix for container image names
  • `docker_prep_suffix: <''> Suffix for container image names
  • `docker_ceph_namespace: <'docker.io/ceph'> Namespace for the ceph container image
  • `docker_ceph_image: <'daemon'> Name of the ceph container image
  • `docker_ceph_tag: <'v4.0.10-stable-4.0-nautilus-centos-7-x86_64'> Tag for the ceph container image
  • composable_scenario: <''> -- path to the composable scenarios used at deployment time
  • upgrade_composable_scenario: <''> -- path to the composable scenarios used at upgrade time
  • undercloud_rpm_dependencies: <'python-tripleoclient'> -- Dependency packages for undercloud deployments.
  • baremetal_provision: Deploy baremetal with "openstack overcloud node provision" and deployed-server, instead of with heat/nova
  • undercloud_enable_nova: -- sets up the 'enable_nova' option in undercloud.conf.
  • undercloud_enable_mistral: <'true'> -- sets up the 'enable_mistral' option in undercloud.conf for the undercloud and install ara in the mistral executor container before deploying the overcloud.
  • network_provision: Deploy composable network with "openstack overcloud network provision" and deployed-networks, instead of with heat
  • whole_disk_images: -- shows if we want to use partition or whole disk images (this will be available starting on Ocata)
  • overcloud_image: <'overcloud-full'> Name of overcloud image to build/download/deploy without any file extension