You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/Upgrade_Toolkit.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
## Upgrade to Release v10.1 from v10
4
4
1. Follow the steps in [Launch Docker Container](/cd3_automation_toolkit/documentation/user_guide/Launch_Docker_container.md) to build new image with latest code and launch the container by specifying same path for <directory_in_local_system_where_the_files_must_be_generated> to keep using same outdir.
5
-
2. There are minor upgrades to terraform modules. In order to use the latest modules, copy the contents(.tf files and modules directory) from _/cd3user/oci_tools/cd3\_automation\_toolkit/user-scripts/terraform_ <b>to</b> _/cd3user/tenancies/<customer\_name>/terraform\_files/<region\_dir>_.
6
-
3. Changes to the CD3 excel sheet templates include correction of the dropdowns for all tabs, few changes in Policies tab wrt policy statements. So users can keep using the v10 templates.
7
-
4. The new release supports a separate directory for each service. In order to use this feature for existing customers, execute createTenancy.py using a new outdir with 'outdir_structure_file' parameter set and then run export of the tenanncy into this new outdir using Non Greenfield workflow.
5
+
2. There are minor upgrades to terraform modules. In order to use the latest modules, copy the contents(modules directory and all .tf files except variables_example.tf) from _/cd3user/oci_tools/cd3\_automation\_toolkit/user-scripts/terraform_ <b>to</b> _/cd3user/tenancies/<customer\_name>/terraform\_files/<region\_dir>_.
6
+
3. Execute _terraform init -upgrade_ from outdir
7
+
4. Changes to the CD3 excel sheet templates include correction of the dropdowns for all tabs, few changes in Policies tab wrt policy statements. So users can keep using the v10 templates.
8
+
5. The new release supports a separate directory for each service. In order to use this feature for existing customers, execute createTenancy.py using a new outdir with 'outdir_structure_file' parameter set and then run export of the tenanncy into this new outdir using Non Greenfield workflow.
8
9
9
10
## Upgrade to Release v10 from v9.2.1
10
11
1. Follow the steps in [Launch Docker Container](/cd3_automation_toolkit/documentation/user_guide/Launch_Docker_container.md) to build new image with latest code and launch the container by specifying same path for <directory_in_local_system_where_the_files_must_be_generated> to keep using same outdir.
0 commit comments