-
Notifications
You must be signed in to change notification settings - Fork 8
Fix the mp script and uptake image values. #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| # Copyright (c) 2023,2024, Oracle and/or its affiliates. | ||
| # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
|
||
| tf_script_version = "25.1.1-250122225215" | ||
| tf_script_version = "25.1.3-250310205030" | ||
| use_marketplace_image = true | ||
| listing_id = "ocid1.appcataloglisting.oc1..aaaaaaaawd5ti5ldjzdppppi675onvo3mvjcwt64jjey7rib3beau2ngkl2q" | ||
| listing_resource_version = "25.1.1-ol8.8-23.12.13-250122-1" | ||
| instance_image_id = "ocid1.image.oc1..aaaaaaaaxmzmckfq6qajxkplzdt2ucjac5h2qrjsh6vflrgjdxb5nzilxzua" | ||
| listing_resource_version = "25.1.3-ol8.8-23.12.13-250310-1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Latest platform image is 8.10. I'm fine with sticking with 8.8 for now, especially since this is what we tested with, but we should consider upping the minor version in April releases. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure. I will fix it. |
||
| instance_image_id = "ocid1.image.oc1..aaaaaaaa2vaqsz6evogb5jr2dhpdlbyqcnyydpcdljpi5plemo2roru6ld3a" | ||
|
|
||
| ucm_listing_id = "ocid1.appcataloglisting.oc1..aaaaaaaa653zc2e4fsem5hhwinmfgnv3xp4dmbq6c6gvf45okxf6xz3smhiq" | ||
| ucm_listing_resource_version = "25.1.1-ol8.8-23.12.13-250122-1" | ||
| ucm_instance_image_id = "ocid1.image.oc1..aaaaaaaagg6ppgbdff6xxzxyv6mxar4aejbhdxxxzl7i3y6eq665mktdvx7q" | ||
| ucm_listing_resource_version = "25.1.3-ol8.8-23.12.13-250310-1" | ||
| ucm_instance_image_id = "ocid1.image.oc1..aaaaaaaat4dyc73wuxeccdsegmjgdbt7v3xxtdcwo6hgbvdep5xe2mybvmva" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,8 @@ | ||
| # Copyright (c) 2023,2024, Oracle and/or its affiliates. | ||
| # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
|
||
| tf_script_version = "25.1.1-250122225215" | ||
| tf_script_version = "25.1.3-250310205030" | ||
| use_marketplace_image = true | ||
| listing_id = "ocid1.appcataloglisting.oc1..aaaaaaaa653zc2e4fsem5hhwinmfgnv3xp4dmbq6c6gvf45okxf6xz3smhiq" | ||
| listing_resource_version = "25.1.1-ol8.8-23.12.13-250122-1" | ||
| instance_image_id = "ocid1.image.oc1..aaaaaaaagg6ppgbdff6xxzxyv6mxar4aejbhdxxxzl7i3y6eq665mktdvx7q" | ||
|
|
||
| listing_resource_version = "25.1.3-ol8.8-23.12.13-250310-1" | ||
| instance_image_id = "ocid1.image.oc1..aaaaaaaat4dyc73wuxeccdsegmjgdbt7v3xxtdcwo6hgbvdep5xe2mybvmva" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # Copyright (c) 2023,2024, Oracle and/or its affiliates. | ||
| # Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
|
||
| tf_script_version = "25.1.1-250122225215" | ||
| tf_script_version = "25.1.3-250310205030" | ||
| use_marketplace_image = true | ||
| listing_id = "ocid1.appcataloglisting.oc1..aaaaaaaaalcwal6mfwjbezzqyj3waoxrvigml4n3lcn3hfday3ozetjqn25a" | ||
| listing_resource_version = "25.1.1-ol8.8-23.12.13-250122-1" | ||
| instance_image_id = "ocid1.image.oc1..aaaaaaaawiuf52uii3weey6tikixfemyu5msovhb63x44tw4qajcdxjve5tq" | ||
| listing_resource_version = "25.1.3-ol8.8-23.12.13-250310-1" | ||
| instance_image_id = "ocid1.image.oc1..aaaaaaaa3qzkazz7it2emgju5btaccnkro6wbz6mmbw7np3im6nky7srqsva" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we support standard edition with 14.1.2.0? I guess this is okay, but maybe we should check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see standard edition yet. We will keep it for now and unpublish or remove it if it's not needed for next release.