Initiating Configuration Movement from Pre-Production to Production

Before you initiate the Configuration Movement process from Production tenancy, ensure the following:
  • Successfully complete Configuration Movement process from Non-Production to Pre-Production.
  • Generate Security Token for accessing Pre-Production.
Generating Security Token

To initiate Configuration Movement from Pre-Production to Production, you need to first generate a security token that enables access to the Pre-Production tenancy. Execute the following Curl script to generate a valid token:

curl --location --request POST "https://ENVIRONMENTNAME.fscloud.oraclecloud.com/pre-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 Pre-Production to Production

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

  1. Log in to the 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 Production tenancy and was successful, 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 Pre-Production tenancy that are ready for movement to the Production tenancy.
  5. Select Continue to initiate the configuration movement process from Pre-Production to Production. The Configuration Movement process runs in the background. However, the page displays a progress bar and message indicating that the movement is in progress.
    Once the configuration movement is complete, try to initiate the movement again and the page displays a confirmation message saying the movement was successful.
To verify if the movement is successful, access the Movement page and try initiating movement using the same Authentication Code used previously. If the movement is successfully completed, the page does not list any Config IDs and displays a message indicating the movement was successful.