Skip to content

Commit 1390e5f

Browse files
modified the schema.yaml for data platform data lakehouse
1 parent 675138b commit 1390e5f

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

cloud-foundation/solutions/Data-platform-data-lakehouse/schema.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ groupings:
9898
- notebook_session_notebook_session_configuration_details_shape
9999
- notebook_session_notebook_session_configuration_details_block_storage_size_in_gbs
100100
- title: Data Flow Optional Configuration
101-
variables:
101+
variables:
102102
- application_display_name
103103
- application_driver_shape
104104
- application_executor_shape
@@ -113,6 +113,12 @@ groupings:
113113
- title: WAF Service Configuration
114114
variables:
115115
- waf_display_name
116+
- title: "Load Balancer Configuration"
117+
variables:
118+
- load_balancer_shape
119+
- load_balancer_maximum_bandwidth_in_mbps
120+
- load_balancer_minimum_bandwidth_in_mbps
121+
- load_balancer_display_name
116122
- title: "Network Configuration"
117123
variables:
118124
- vcn_0_hub_cidr
@@ -122,12 +128,6 @@ groupings:
122128
- private_subnet_cidr_application_vnc1
123129
- private_subnet_cidr_midtier_vnc1
124130
- private_subnet_cidr_data_vnc1
125-
- title: "Load Balancer Configuration"
126-
variables:
127-
- load_balancer_shape
128-
- load_balancer_maximum_bandwidth_in_mbps
129-
- load_balancer_minimum_bandwidth_in_mbps
130-
- load_balancer_display_name
131131
- title: "Hidden Variables"
132132
visible: false
133133
variables:
@@ -813,6 +813,35 @@ variables:
813813
default: "waflb"
814814
required: true
815815
visible: true
816+
# Load Balancer Variables
817+
load_balancer_shape:
818+
type: string
819+
default: "flexible"
820+
visible: true
821+
required: true
822+
title: "Enter the shape type for the load balancer"
823+
description: "Enter the shape type for the load balancer"
824+
load_balancer_display_name:
825+
type: string
826+
default: "lboac"
827+
visible: true
828+
required: true
829+
title: "Enter the display name for the load balancer"
830+
description: "Enter the display name for the load balancer"
831+
load_balancer_maximum_bandwidth_in_mbps:
832+
type: number
833+
default: 400
834+
visible: true
835+
required: true
836+
title: "Number of Maximum Bandwidth in Mbps"
837+
description: "Number of Maximum Bandwidth in Mbps"
838+
load_balancer_minimum_bandwidth_in_mbps:
839+
type: number
840+
default: 10
841+
visible: true
842+
required: true
843+
title: "Number of Minimum Bandwidth in Mbps"
844+
description: "Number of Minimum Bandwidth in Mbps"
816845
# Network Configuration
817846
vcn_0_hub_cidr:
818847
visible:
@@ -890,35 +919,6 @@ variables:
890919
type: boolean
891920
default: false
892921
visible: true
893-
# Load Balancer Variables
894-
load_balancer_shape:
895-
type: string
896-
default: "flexible"
897-
visible: true
898-
required: true
899-
title: "Enter the shape type for the load balancer"
900-
description: "Enter the shape type for the load balancer"
901-
load_balancer_display_name:
902-
type: string
903-
default: "lboac"
904-
visible: true
905-
required: true
906-
title: "Enter the display name for the load balancer"
907-
description: "Enter the display name for the load balancer"
908-
load_balancer_maximum_bandwidth_in_mbps:
909-
type: number
910-
default: 400
911-
visible: true
912-
required: true
913-
title: "Number of Maximum Bandwidth in Mbps"
914-
description: "Number of Maximum Bandwidth in Mbps"
915-
load_balancer_minimum_bandwidth_in_mbps:
916-
type: number
917-
default: 10
918-
visible: true
919-
required: true
920-
title: "Number of Minimum Bandwidth in Mbps"
921-
description: "Number of Minimum Bandwidth in Mbps"
922922
outputs:
923923
ADW_LOGIN:
924924
type: string

cloud-foundation/solutions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## <a name="Solutions"></a>Overview
55
For the moment we have implemented the following solutions:
6-
- Data-platform-data-lakehouse
6+
- Data platform - data lakehouse
77
- Data platform - departmental data warehouse for line of business (LOB)
88
- Data platform - data warehouse with e-business integration
99
- Oracle-MovieStream

0 commit comments

Comments
 (0)