Skip to content

Commit d5112e8

Browse files
committed
schema cleanup
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent 0426fed commit d5112e8

File tree

1 file changed

+16
-46
lines changed

1 file changed

+16
-46
lines changed

schema.yaml

Lines changed: 16 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ variableGroups:
2424
- app_name
2525
- show_advanced
2626

27-
- title: "Tag options"
28-
variables:
29-
- app_deployment_environment
30-
- app_deployment_type
31-
32-
- title: "Other Oracle-managed services"
33-
variables:
34-
- ofs_provision
35-
- oss_provision
36-
3727
- title: "OKE Cluster Configuration"
3828
variables:
3929
- create_new_oke_cluster
@@ -50,8 +40,8 @@ variableGroups:
5040
variables:
5141
- cluster_autoscaler_enabled
5242
- num_pool_workers
53-
- cluster_autoscaler_min_nodes
54-
- cluster_autoscaler_max_nodes
43+
- cluster_autoscaler_min_nodes_1
44+
- cluster_autoscaler_max_nodes_1
5545
- node_pool_instance_shape
5646
- generate_public_ssh_key
5747
- public_ssh_key
@@ -119,6 +109,10 @@ variableGroups:
119109
# and:
120110
# - show_advanced
121111

112+
- title: "Tagging"
113+
variables:
114+
- tag_values
115+
122116
- title: "Extras Hidden"
123117
variables:
124118
- user_ocid
@@ -145,38 +139,6 @@ variables:
145139
and:
146140
- create_new_oke_cluster
147141

148-
app_deployment_environment:
149-
type: enum
150-
enum:
151-
- "SANDBOX"
152-
- "DEV"
153-
- "QA"
154-
- "STG"
155-
- "PRD"
156-
title: "Choose which Environment for deployment"
157-
required: false
158-
visible: true
159-
160-
app_deployment_type:
161-
type: enum
162-
enum:
163-
- "Green"
164-
- "Blue"
165-
- "Purple"
166-
title: "Choose which deployment type"
167-
required: true
168-
visible: true
169-
170-
ofs_provision:
171-
type: boolean
172-
title: "Provision Oracle File Storage"
173-
required: true
174-
175-
oss_provision:
176-
type: boolean
177-
title: "Provision OCI Streaming Service - Kafka Compatible"
178-
required: true
179-
180142
show_advanced:
181143
type: boolean
182144
title: "Show advanced options?"
@@ -298,7 +260,7 @@ variables:
298260
- not:
299261
- cluster_autoscaler_enabled
300262

301-
cluster_autoscaler_min_nodes:
263+
cluster_autoscaler_min_nodes_1:
302264
type: integer
303265
title: "Autoscaler: Minimum number of nodes"
304266
minimum: 1
@@ -309,7 +271,7 @@ variables:
309271
- create_new_oke_cluster
310272
- cluster_autoscaler_enabled
311273

312-
cluster_autoscaler_max_nodes:
274+
cluster_autoscaler_max_nodes_1:
313275
type: integer
314276
title: "Autoscaler: Maximum number of nodes"
315277
minimum: 1
@@ -671,6 +633,14 @@ variables:
671633
type: boolean
672634
title: "Certificate Management"
673635

636+
tag_values:
637+
type: oci:identity:tag:value
638+
title: Tag Resources
639+
required: false
640+
visible: show_advanced
641+
dependsOn:
642+
compartmentId: compartment_ocid
643+
674644
# Network Type Options
675645
# network_strategy:
676646
# type: enum

0 commit comments

Comments
 (0)