@@ -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
0 commit comments