Updating Your Configuration for automation platform 2.6

Updated: 21-10-2025

The configuration as code works and is correct, but ...
There is an error in the functionality. With the move of the 
RBAC to gateway from hub, somethings went wrong. 
The rights mapping is not working from configuration as code.

So if we need to configure access rights for hub, the UI is your friend..

This message will self-destruct when solved 

Be patient, our friends are working on it..

This part of the site will tell you how I configured redhat automation platform version 2.6 using the configuration as code from platform version 2.5 as base.
The configuration here is not a full configuration, it just describes the changes made to the 2.5 configuration as code, so if you are starting with the configuration as code, read Configuration as code for rhaap 2.6. Because we configure from scratch (then we will know that a recovery will work), we install the new version on a fresh server and the run the configuration pipeline to configure our environment.
This ensures that a recovery will also work, but also creates the need to check all files:

As the changes in the code are documented here, you might want to take the time to walk through all configuration files and update some things.
Like:
- Nodenames, if you configure on a new environment
- Paths to execution environments
- Credentials for fetching collections
- instance_groups
- etc...

Anywhere a nomename or path may change in your configuration.

Disclaimer:

The configuration code I'll show you is created and functional for my homelab, servernames, credentials and so on are changed for security. There will be no warranty that it will run as is on your system. Do change those parameters accodingly.
This version is still under developement and not yet used in an Enterprise, but as soon as the bugs are solved, it will be implemented.

Changes for upgrade from rhaap 2.5

Base configuration for Automation Platform

At this point, the base configuration is complete.
This should enable you to upgrade the base configuration automation platform 2.5 to automation platform 2.6.
The chapter for EDA is still missing, we will address this later, for now I will focus on creating organizations en their configuration.

Back to Home