1- # Copyright (c) 2019-2021 Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2019-2022 Oracle and/or its affiliates. All rights reserved.
22# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33#
44
@@ -20,10 +20,6 @@ groupings:
2020 - tenancy_ocid
2121 - region
2222
23- - title : " General Configuration"
24- variables :
25- - num_nodes
26-
2723 - title : " Optional Configuration"
2824 variables :
2925 - autonomous_database_name
@@ -43,6 +39,7 @@ groupings:
4339
4440 - title : " Advanced Resource Options - Compute"
4541 variables :
42+ - num_nodes
4643 - instance_shape
4744 - instance_ocpus
4845 - instance_shape_config_memory_in_gbs
@@ -115,6 +112,9 @@ variables:
115112 description : " Choose the number of compute instances to deploy."
116113 default : " 2"
117114 required : true
115+ visible :
116+ and :
117+ - show_advanced
118118
119119 autonomous_database_name :
120120 type : string
@@ -521,6 +521,8 @@ outputGroups:
521521 outputs :
522522 - lb_public_url
523523 - lb_nip_host_url
524+ - mushop_source_code
525+ - mushop_version
524526
525527 - title : Passwords and Keys
526528 outputs :
@@ -537,8 +539,6 @@ outputGroups:
537539 outputs :
538540 - dev
539541 - comments
540- - mushop_source_code
541- - mushop_version
542542
543543outputs :
544544 lb_public_url_button :
@@ -549,8 +549,7 @@ outputs:
549549
550550 lb_public_url :
551551 type : link
552- title : MuShop
553- displayText : Storefront
552+ title : MuShop URL
554553 visible : true
555554
556555 lb_nip_host_url :
@@ -601,4 +600,4 @@ outputs:
601600 displayText : " The application URL will be unavailable for a few minutes after provisioning, while the application is configured"
602601 visible : true
603602
604- primaryOutputButton : ${lb_public_url }
603+ primaryOutputButton : ${lb_public_url_button }
0 commit comments