Chapter 1. Preparing Infrastructure for Upgrading

You can upgrade RHMAP by either

  • Installing Ansible version 2.4 and running the installer scripts.
  • Running an installer container image, which has ansible installed, and running the installer scripts in that container.

This guide assumes you have installed Ansible version 2.4 as described in Ansible Installation Guide and configured Ansible for installing RHMAP components.

To prepare for the upgrade:

1.1. Using a Container Image to Upgrade RHMAP (Optional)

An alternative method for upgrading is to use the RHMAP installer container image, which includes Ansible and the templates, so you do not need to install Ansible.

Enter the following command to download the installer container image:

docker pull rhmap47/installer

The procedures in this guide provide example commands for using this container.