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.
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.
To move configuration changes from Pre-Production to Production, initiate the Configuration Movement process from the Production tenancy.
Note:
Before initiating Configuration movement from Pre-Production to Production, confirm that you have the following entitlements:- In Production:
- Rd Cf: Read a Configuration
- Crt Cf Tnt Movement: Create a Configuration Tenant Movement
- In Pre-Production:
- Rd Cf: Read a Configuration
- Rd Cf Movement: Read a Configuration Movement
- Log in to the Production tenancy as an administrator user.
- 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.
- Select Initiate Movement. The Config ID Movement page opens up.
- 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.
- Select Continue to initiate the configuration movement process from Pre-Production to 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.