Skip to content

Commit 5ecb8f7

Browse files
authored
Merge pull request #171 from oracle-devrel/develop
hotfix for schema.yaml
2 parents 2f4efdc + 6fd682f commit 5ecb8f7

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

OCIWorkVMStack/schema.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ variableGroups:
6464
- nsg_id
6565
- tenancy_ocid
6666
- cloud_init_script
67-
- marketplace_source_images
6867
- mp_subscription_enabled
6968
- mp_listing_id
7069
- mp_listing_resource_id
@@ -116,7 +115,6 @@ variables:
116115
default: null
117116
required: true
118117
instance_name:
119-
visible:
120118
title: Enter display name/hostname for CD3 Automation Toolkit WorkVM
121119
description: CD3 Automation Toolkit WorkVM display name/hostname
122120
type: string
@@ -126,7 +124,6 @@ variables:
126124
maxLength: 62
127125
required: true
128126
instance_os_version:
129-
visible:
130127
title: Select Instance Image
131128
description: Oracle Linux image OCID for VM provisioning
132129
type: enum
@@ -148,7 +145,6 @@ variables:
148145
required: true
149146
default: "VM.Standard3.Flex"
150147
instance_ocpus:
151-
visible:
152148
type: integer
153149
title: Enter Instance OCPUs
154150
description: The total number of OCPUs assigned to the instance
@@ -158,7 +154,6 @@ variables:
158154
multipleOf: 1
159155
required: true
160156
instance_ram:
161-
visible:
162157
type: integer
163158
title: Enter Instance Memory In GBs
164159
description: The total amount of memory available to an instance (GB)
@@ -168,7 +163,6 @@ variables:
168163
multipleOf: 1
169164
required: true
170165
boot_volume_size:
171-
visible:
172166
type: integer
173167
title: Boot volume size in GBs
174168
description: Boot volume size in GBs. Default is 50 GB and value should be multiple of 1.
@@ -195,7 +189,6 @@ variables:
195189
compartmentId: ${instance_compartment_ocid}
196190
availabilityDomainName: ${instance_ad}
197191
ssh_public_key:
198-
visible:
199192
title: "Enter SSH Public Key"
200193
description: "Use the corresponding private key to access the CD3 Automation Toolkit WorkVM instance"
201194
type: oci:core:ssh:publickey
@@ -433,15 +426,13 @@ variables:
433426
type: string
434427
cloud_init_script:
435428
type: string
436-
marketplace_source_images:
437-
type: map
438429
mp_subscription_enabled:
439-
type: bool
430+
type: boolean
440431
mp_listing_id:
441432
type: string
442433
mp_listing_resource_id:
443434
type: string
444435
mp_listing_resource_version:
445436
type: string
446437
tenancy_ocid:
447-
type: string
438+
type: string

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<br>
99

10-
[What's New](https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2026.1.1) &nbsp;&nbsp;[Excel Templates](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/excel-templates/) &nbsp;&nbsp;[CD3 Docs](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/cd3-overview/)&nbsp;&nbsp; [Watch & Learn](https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp) &nbsp;&nbsp;[Blogs & Tutorials](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/tutorials/) &nbsp;&nbsp;[Livelabs](https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724) &nbsp;&nbsp;[Slack Channel](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/queries)
10+
[What's New](https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2026.1.2) &nbsp;&nbsp;[Excel Templates](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/excel-templates/) &nbsp;&nbsp;[CD3 Docs](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/cd3-overview/)&nbsp;&nbsp; [Watch & Learn](https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp) &nbsp;&nbsp;[Blogs & Tutorials](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/tutorials/) &nbsp;&nbsp;[Livelabs](https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724) &nbsp;&nbsp;[Slack Channel](https://oracle-devrel.github.io/cd3-automation-toolkit/latest/queries)
1111

1212
<br>
1313

@@ -72,8 +72,7 @@ Evaluate Terraform plans to identify potential security risks, misconfigurations
7272
<td>CIS Compliance Report</td>
7373
</tr>
7474
</table>
75-
</tr>
76-
</body>
75+
7776

7877
📌 The Toolkit also extends its support to <b>ADB@Azure</b>
7978

cd3_automation_toolkit/Release-Notes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------
2+
CD3 Automation Toolkit Tag v2026.1.2
3+
Jul 10th, 2026
4+
-------------------------------------
5+
1. Hot fix to schema.yaml for OCI RM stack deployment failure
6+
17
-------------------------------------
28
CD3 Automation Toolkit Tag v2026.1.1
39
May 8th, 2026

0 commit comments

Comments
 (0)