@@ -98,7 +98,7 @@ groupings:
98
98
- notebook_session_notebook_session_configuration_details_shape
99
99
- notebook_session_notebook_session_configuration_details_block_storage_size_in_gbs
100
100
- title : Data Flow Optional Configuration
101
- variables :
101
+ variables :
102
102
- application_display_name
103
103
- application_driver_shape
104
104
- application_executor_shape
@@ -113,6 +113,12 @@ groupings:
113
113
- title : WAF Service Configuration
114
114
variables :
115
115
- 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
116
122
- title : " Network Configuration"
117
123
variables :
118
124
- vcn_0_hub_cidr
@@ -122,12 +128,6 @@ groupings:
122
128
- private_subnet_cidr_application_vnc1
123
129
- private_subnet_cidr_midtier_vnc1
124
130
- 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
131
131
- title : " Hidden Variables"
132
132
visible : false
133
133
variables :
@@ -813,6 +813,35 @@ variables:
813
813
default : " waflb"
814
814
required : true
815
815
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"
816
845
# Network Configuration
817
846
vcn_0_hub_cidr :
818
847
visible :
@@ -890,35 +919,6 @@ variables:
890
919
type : boolean
891
920
default : false
892
921
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"
922
922
outputs :
923
923
ADW_LOGIN :
924
924
type : string
0 commit comments