You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ repository. Refer to [Terraform documentation on module source](https://www.terr
303
303
304
304
**Post build modification effect**: `terraform init` will have to be
305
305
called again and the next `terraform apply` might propose changes if the infrastructure
306
-
describe by the new module is different.
306
+
described by the new module is different.
307
307
308
308
### 4.2 config_git_url
309
309
@@ -333,7 +333,7 @@ destroy the cluster or change it manually on the Puppet server.
333
333
334
334
### 4.3 config_version
335
335
336
-
Since Magic Cluster configuration is managed with git, it is possible to specify
336
+
Since Magic Castle configuration is managed with git, it is possible to specify
337
337
which version of the configuration you wish to use. Typically, it will match the
338
338
version number of the release you have downloaded (i.e: `15.1.0`).
339
339
@@ -473,7 +473,7 @@ created using the process documented in section
473
473
### 4.7 instances
474
474
475
475
The `instances` variable is a map that defines the virtual machines that will form
476
-
the cluster. The map' keys define the hostnames and the values are the attributes
476
+
the cluster. The map's keys define the hostnames and the values are the attributes
477
477
of the virtual machines.
478
478
479
479
Each instance is identified by a unique hostname. An instance's hostname is written as
@@ -580,7 +580,7 @@ The instance specifications are retrieved from the cloud provider data source, b
580
580
9. `gpus`: number of graphical processor on the node - [`Gres=gpu:<gpus>` in slurm.conf](https://slurm.schedmd.com/slurm.conf.html#OPT_Gres_1)
581
581
10. `gpu_type`: type of graphical processor on the node - [`Gres=gpu:<gpu_type>:<gpus>` in slurm.conf](https://slurm.schedmd.com/slurm.conf.html#OPT_Gres_1)
582
582
583
-
For some cloud providers, it possible to define additional attributes.
583
+
For some cloud providers, it is possible to define additional attributes.
584
584
The following sections present the available attributes per provider.
585
585
586
586
##### AWS
@@ -678,7 +678,7 @@ volumes = {}
678
678
```
679
679
680
680
**Post build modification effect**: destruction of the corresponding volumes and attachments,
681
-
and creation of new empty volumes and attachments. If an no instance with a corresponding tag
681
+
and creation of new empty volumes and attachments. If no instance with a corresponding tag
682
682
exist following modifications, the volumes will be deleted.
683
683
684
684
### 4.9 public_keys
@@ -698,7 +698,7 @@ FreeIPA. Each user account shares the same randomly generated password.
698
698
The usernames are defined as `userX` where `X` is a number between 1 and
699
699
the value of `nb_users` (zero-padded, i.e.: `user01 if X < 100`, `user1 if X < 10`).
700
700
701
-
If an NFS NFS `home` volume is defined, each user will have a home folder
701
+
If an NFS `home` volume is defined, each user will have a home folder
702
702
on a shared NFS storage hosted on the NFS server node.
703
703
704
704
User accounts do not have sudoer privileges. If you wish to use `sudo`,
@@ -977,9 +977,9 @@ Each instance's Puppet agent will be reloaded following the installation of the
977
977
**default_value** = `[]`
978
978
979
979
Defines a list of tags identifying instances that can be used by Terraform as the first hop
980
-
to transfer files to the Puppet server. By default, this list is infered from the list of
980
+
to transfer files to the Puppet server. By default, this list is inferred from the list of
981
981
[firewall rules](#416-firewall_rules-optional) and the public ip address of the agent calling
982
-
`terraform apply`. Providing an explicit list of tags allow to bypass the firewall rule inference,
982
+
`terraform apply`. Providing an explicit list of tags allows bypassing the firewall rule inference,
983
983
which can be useful when the agent is in the same network as the cluster.
984
984
985
985
## 5. Cloud Specific Configuration
@@ -999,7 +999,7 @@ Defines the label of the AWS EC2 region where the cluster will be created (i.e.:
999
999
**default value**: None
1000
1000
1001
1001
Defines the label of the data center inside the AWS region where the cluster will be created (i.e.: `us-east-2a`).
1002
-
If left blank, it chosen at random amongst the availability zones of the selected region.
1002
+
If left blank, it is chosen at random amongst the availability zones of the selected region.
1003
1003
1004
1004
**Requirement**: Must be in a valid availability zone for the selected region. Refer to
@@ -1041,7 +1041,7 @@ create and destroy resource groups.
1041
1041
```
1042
1042
1043
1043
Purchase plan information for Azure Marketplace image. Certain images from Azure Marketplace
1044
-
requires a terms acceptance or a fee to be used. When using this kind of image, you must supply
1044
+
require terms acceptance or a fee to be used. When using this kind of image, you must supply
1045
1045
the plan details.
1046
1046
1047
1047
For example, to use the official [AlmaLinux image](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/almalinux.almalinux-x86_64?tab=Overview), you have to first add it to your
@@ -1059,7 +1059,7 @@ plan = {
1059
1059
#### 5.3.1 project
1060
1060
1061
1061
Defines the label of the unique identifier associated with the Google Cloud project in which the resources will be created.
1062
-
It needs to corresponds to GCP project ID, which is composed of the project name and a randomly
1062
+
It needs to correspond to GCP project ID, which is composed of the project name and a randomly
1063
1063
assigned number.
1064
1064
1065
1065
**Requirement**: Must be a valid Google Cloud project ID.
@@ -1105,7 +1105,7 @@ a floating ip managed by Terraform.
1105
1105
not be assigned a floating ip.
1106
1106
1107
1107
This variable can be useful if you manage your DNS manually and
1108
-
you would like the keep the same domain name for your cluster at each
1108
+
you would like to keep the same domain name for your cluster at each
1109
1109
build.
1110
1110
1111
1111
**Post build modification effect**: change the floating ips assigned
@@ -1125,7 +1125,7 @@ external networks, otherwise, Terraform can find it automatically.
1125
1125
1126
1126
**default value**: None
1127
1127
1128
-
Defines the ID of the internal IPV4 subnet to which the instances are
1128
+
Defines the ID of the internal IPv4 subnet to which the instances are
1129
1129
connected. Define this if you have or intend to have more than one
1130
1130
subnets defined in your OpenStack project. Otherwise, Terraform can
1131
1131
find it automatically. Can be used to force a v4 subnet when both v4 and v6 exist.
@@ -1272,7 +1272,7 @@ For more information on how to activate DNSSEC, refer to your DNS provider docum
0 commit comments