Skip to content

Commit df15fb8

Browse files
authored
Update scipion.yaml
1 parent 10182ff commit df15fb8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tosca-templates/scipion.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ topology_template:
5757
required: yes
5858
constraints:
5959
- valid_values: [ 4 GB, 8 GB, 16 GB, 32 GB, 64 GB, 128 GB ]
60-
network_name_pub:
61-
type: string
62-
description: Public network name (only needed for CESNET = public-muni-147-251-21-GROUP)
63-
required: no
64-
default: ''
65-
network_name_priv:
66-
type: string
67-
description: Private network name (only needed for CESNET = group-project-network)
68-
required: no
69-
default: ''
7060
disk_size:
7161
type: scalar-unit.size
7262
description: Size of the disk to be attached to the FE instance
@@ -85,7 +75,6 @@ topology_template:
8575
type: tosca.nodes.network.Network
8676
properties:
8777
network_type: public
88-
network_name: { get_input: network_name_pub }
8978

9079
server_pub_port:
9180
type: tosca.nodes.network.Port
@@ -99,7 +88,6 @@ topology_template:
9988
type: tosca.nodes.network.Network
10089
properties:
10190
network_type: private
102-
network_name: { get_input: network_name_priv }
10391

10492
server_port:
10593
type: tosca.nodes.network.Port

0 commit comments

Comments
 (0)