df3cc910cf
Updates ceph/daemon image to to 3.2.10 for queens/rocky and to 4.0.8 for stein/train/master This same change is applied by default to all new deployments via tripleo-common defaults Depends-On: I15b3d092c911b465b8399a30e4d984e3cc3665b4 Depends-On: I6b80ae2e13deb390cbb2b152299a5915ebb337a2 Change-Id: Id50579329365ba3e57c5be8eb15063ea1b819503 |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
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 servicesovercloud_ipv6
: -- enable IPv6 deployment on the overcloudundercloud_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 registrydocker_registry_host
: <'docker.io'> -- host of the primary docker registrydocker_registry_namespace
: <'tripleomaster'> -- namespace of docker images used for TripleO deploymentdocker_image_tag
: <'latest'> -- tag of docker images used for TripleO deploymentdocker_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.8-stable-4.0-nautilus-centos-7-x86_64'> Tag for the ceph container image
composable_scenario
: <''> -- path to the composable scenarios used at deployment timeupgrade_composable_scenario
: <''> -- path to the composable scenarios used at upgrade timeundercloud_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/novaundercloud_enable_nova
: -- sets up the 'enable_nova' option in undercloud.conf.