Skip to content

Commit

Permalink
Automation Toolkit Release v2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhlohumi committed Feb 2, 2024
1 parent d1961c4 commit fba8903
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cd3_automation_toolkit/Release-Notes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Jan 31st, 2024
4. Migrated oci terraform provider from hashicorp/oci to oracle/oci and updated to latest version
5. Replaced parameter in setUpOCI.properties - 'non_gf_tenancy' with 'workflow_type'. Valid values - 'create_resources' or 'export_resources'
6. Moved toolkit configuration files into /cd3user/tenancies/<customer_name>/.config_files folder
7. New versioning for the toolkit: <year>.<major_release>.<minor_release>

----------------------------------
CD3 Automation Toolkit Tag v12.1
Expand Down
Binary file modified cd3_automation_toolkit/example/CD3-CIS-template.xlsx
Binary file not shown.
Binary file modified cd3_automation_toolkit/example/CD3-SingleVCN-template.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion cd3_automation_toolkit/user-scripts/createTenancyConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def create_bucket(config, signer):
else:
print("WARNING!!! Container has already been successfully connected to the tenancy with these values of customer_name: "+str(list(set(prefixes))))
print("WARNING!!! Toolkit usage with Jenkins has not been tested with running this script multiple times with different values of customer_name in the properties file")
print("Jenkins is configured for the customer_name used for the first successful execution of the script")
print("Jenkins is configured for the customer_name used for the first successful execution of the script.")
inp = input("\nDo you want to proceed (y/n):")
if inp.lower()=="n":
exit(1)
Expand Down Expand Up @@ -978,6 +978,7 @@ def create_bucket(config, signer):
logging.info("\n######################################")
logging.info("Next Steps for using toolkit via CLI")
logging.info("######################################")
logging.info("Modify "+customer_tenancy_dir + "/" +prefix+"_setUpOCI.properties with input values for cd3file and workflow_type")
logging.info("cd "+user_dir+"/oci_tools/cd3_automation_toolkit/")
logging.info("python setUpOCI.py "+customer_tenancy_dir + "/" +prefix+"_setUpOCI.properties")

Expand Down

0 comments on commit fba8903

Please sign in to comment.