Upgrade IAG
To manage updates of Itential Automation Gateway:
- Specify the appropriate upgrade version.
- Specify the registry credentials to collect the package.
- Use
pip3 install --upgradewith the appropriate pip/Python versions for your intended installation.
IAG 2023.2: Python packages for optional integrations
IAG 2023.2 will no longer install Python packages for the following optional integrations:
- GRPC
- Hashicorp Vault
- LDAP
- Netconf
- Netmiko
- Nornir
This should only impact upgrades if gRPC is enabled, as the other required packages should already be installed. If gRPC is enabled and you have not installed the proper package, the server will not start and will present you with an error message for the packages required. Enabling the integrations requires you to install the packages below within the virtual environment (VENV) that IAG is running in.
GRPC
Software repository and registry credentials
Customer accounts are assigned to one of two software repositories: Nexus or JFrog. Customers are informed which repository their account is assigned to in a welcome email that is sent once customer access is granted to the Itential software.
To ensure the IAG upgrade reflects the correct REGISTRY_URL for your assigned software repository, use the applicable set of instructions presented below.
Customer accounts assigned to JFrog
Run this script to upgrade if assigned to the JFrog repository.
Upgrade output example (JFrog)
The output of the above commands should roughly match the following code block for customers assigned to JFrog.
Customer accounts assigned to Nexus
Run this script to upgrade if assigned to the Nexus repository.
Upgrade output example (Nexus)
The output of the above commands should roughly match the following code block for customers assigned to Nexus.