tripleo-quickstart-extras/roles/standalone-upgrade
Douglas Viroel 77b32c8e7d Set pcs version to 0.10.11-1 in all releases
The last known good 'pcs' version is still 0.10.11-1, but we identify that
all releases are affected by this issue. This patch removes the release
constraint and runs 'pcs' downgrade for all in the standalone upgrade
workflow.

Related-Bug: #1953326
Change-Id: Ic3cbef91ffe1b446649a16d22e6f8cb75c77b876
Signed-off-by: Douglas Viroel <dviroel@redhat.com>
2021-12-15 17:03:14 -03:00
..
defaults Added standalone_hostname in standalone-upgrade role 2021-05-12 15:34:05 +05:30
meta Adopt yamllint strict linting 2018-11-26 12:37:21 +00:00
tasks Set pcs version to 0.10.11-1 in all releases 2021-12-15 17:03:14 -03:00
templates Set DockerInsecureRegistryAddress consistantly 2021-11-02 17:10:19 +05:30
README.md Added standalone_hostname in standalone-upgrade role 2021-05-12 15:34:05 +05:30

README.md

Standalone Upgrade

An Ansible role to upgrade the Standalone ( all-in-one ) deployment of TripleO

Requirements

An existing standalone deployment.

Role Variables

  • standalone_config: <'standalone_config.yaml.j2'> -- jinja template of the upgrade configuration

  • standalone_network: <'192.168.24'> -- First three octets of the network used

  • standalone_network_prefix: <'24'> -- The subnet size for the standalone deployment network

  • standalone_ip: <'192.168.24.1'> -- The IP address of the standalone upgrade

  • standalone_interface: <'br-ex'> -- The interface for the standalone upgrade

  • standalone_neutron_bridge_mapping: <'datacentre:br-ctlplane,tenant:br-tenant'> -- The mapping for neutron network bridges

  • standalone_neutron_physical_bridge: <'br-ctlplane'> -- Neutron physical bridge

  • standalone_container_prep_options: <''> -- additional parameters for the container prep command

  • standalone_container_prep_script: <'standalone-container-prep.sh.j2'> -- The script name use to perform container prep actions

  • standalone_container_prep_log: <'standalone_container_prep_upgrade.log'> -- The log of the container prepa actions during upgrade

  • standalone_upgrade_script: <'standalone.sh.j2'> -- The script name use to upgrade the standalone server

  • standalone_upgrade_log: <'standalone_deploy.log'> -- The log of the upgrade

  • standalone_role: <'Standalone.yaml'> -- The TripleO Heat Template role definition of the deployment

  • standalone_libvirt_type: <'kvm'> -- The type of libvirt to run on the standalone (qemu|kvm)

  • standalone_selinux_mode: <'permissive'> -- The selinux mode to use.

  • standalone_custom_env_files: <'[]'> -- list of additional environment files to be added to the deployment command (do not include the -e)

  • standalone_hostname: <'standalone.localdomain'> -- FQDN for system under deployment. Dependencies


The dependencies documented for TripleO Quickstart and TripleO