Skip to content

Commit fba8903

Browse files
committed
Automation Toolkit Release v2024.1.0
1 parent d1961c4 commit fba8903

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

cd3_automation_toolkit/Release-Notes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Jan 31st, 2024
88
4. Migrated oci terraform provider from hashicorp/oci to oracle/oci and updated to latest version
99
5. Replaced parameter in setUpOCI.properties - 'non_gf_tenancy' with 'workflow_type'. Valid values - 'create_resources' or 'export_resources'
1010
6. Moved toolkit configuration files into /cd3user/tenancies/<customer_name>/.config_files folder
11+
7. New versioning for the toolkit: <year>.<major_release>.<minor_release>
1112

1213
----------------------------------
1314
CD3 Automation Toolkit Tag v12.1
Binary file not shown.
Binary file not shown.

cd3_automation_toolkit/user-scripts/createTenancyConfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def create_bucket(config, signer):
355355
else:
356356
print("WARNING!!! Container has already been successfully connected to the tenancy with these values of customer_name: "+str(list(set(prefixes))))
357357
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")
358-
print("Jenkins is configured for the customer_name used for the first successful execution of the script")
358+
print("Jenkins is configured for the customer_name used for the first successful execution of the script.")
359359
inp = input("\nDo you want to proceed (y/n):")
360360
if inp.lower()=="n":
361361
exit(1)
@@ -978,6 +978,7 @@ def create_bucket(config, signer):
978978
logging.info("\n######################################")
979979
logging.info("Next Steps for using toolkit via CLI")
980980
logging.info("######################################")
981+
logging.info("Modify "+customer_tenancy_dir + "/" +prefix+"_setUpOCI.properties with input values for cd3file and workflow_type")
981982
logging.info("cd "+user_dir+"/oci_tools/cd3_automation_toolkit/")
982983
logging.info("python setUpOCI.py "+customer_tenancy_dir + "/" +prefix+"_setUpOCI.properties")
983984

0 commit comments

Comments
 (0)