Initiating Configuration Movement from Non-Production to Pre-Production

Before you initiate the Configuration Movement process from Pre-Production, ensure the following steps are performed in Non-Production:
  • Create and use a Config ID while performing configuration changes in the Non-Production tenancy.
  • After finishing the configuration changes, close the Config ID, so that it is available for Configuration Movement.
  • Generate Security Token for accessing Non-Production.

Note:

You cannot close a Config ID until you make configuration changes using it.
Generating Security Token
To initiate Configuration Movement from Non-Production to Pre-Production, you need to first generate a security token that enables access to the Non-Production tenancy. Execute the following Curl script to generate a valid token:
curl --location --request POST "https://ENVIRONMENTNAME.fscloud.oraclecloud.com/non-prod/api/oauth2/v1/access" --header "Content-Type: application/json" --data-raw "{\"User\":\"OracleFSCloudAdmin\",\"Password\":\"ADMINPASSWORD\"}"

In the above script, replace ENVIRONMENTNAME with the customer environment name and ADMINPASSWORD with the password for OracleFSCloudAdmin user.

Initiating Configuration Movement from Non-Production to Pre-Production

To move configuration changes from Non-Production to Pre-Production, initiate the Configuration Movement process from the Pre-Production tenancy.

  1. Log in to the Pre-Production tenancy as an administrator user.
  2. From Menu, select Configuration, Configuration Control, and then Movement. The Movement page shows the result of the previous Configuration Movement process that was initiated from the Pre-Production tenancy, if any.
  3. Select Initiate Movement. The Config ID Movement page opens up.
  4. In the Config ID Movement page, enter the Security Token generated by running the curl script in Authentication Code, and select Continue.
    The page lists all closed Config IDs in the Non-Production tenancy that are ready for movement to the Pre-Production tenancy.
  5. Select Continue to initiate the configuration movement process from Non-Production to Pre-Production. The page displays a confirmation message on successfully initiating the Movement Process.
To verify if the movement is successful, check the Movement page. Once the movement is successfully completed, the page does not list any Config ID.