We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e371ec commit 7cd048cCopy full SHA for 7cd048c
2 files changed
modules/network/multivpc/README.md
@@ -2,7 +2,7 @@
2
3
This module accomplishes the following:
4
5
-* Creates 2 to 8 [VPC networks][vpc]
+* Creates 1 to 8 [VPC networks][vpc]
6
* Each VPC contains exactly 1 subnetwork
7
* Each subnetwork contains distinct IP address ranges
8
* Outputs the `additional_networks` parameter, which is compatible with Slurm
modules/network/multivpc/metadata.yaml
@@ -22,6 +22,6 @@ ghpc:
22
- validator: range
23
inputs:
24
vars: [network_count]
25
- min: 2
+ min: 1
26
max: 8
27
- error_message: "The 'network_count' must be between 2 and 8. Use the standard Toolkit module at 'modules/network/vpc' for count = 1."
+ error_message: "The 'network_count' must be between 1 and 8."
0 commit comments