-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac70734
commit 0df9f38
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Terraform Module for Azure NFS | ||
|
||
This module contains resource files and example variable definition files for creation of the Azure NFS File Share required for Cloudera Machine Learning (CML) Public Cloud. | ||
|
||
* Provisions a storage account with Premium Tier and Disabled Https traffic only. | ||
* Creates a NFS file share of 100 GB in the storage account | ||
* Creates a private dns zone of type privatelink.file.core.windows.net | ||
* Creates a VNET link between CDP workload VNET and private DNS zone | ||
* Creates a private endpoint for NFS Storage Account (File sub-resource) for the specified subnets in the CDP VNET. | ||
* Creates a public IP , security group allowing port 22 from everywhere | ||
* Creates a ubuntu VM with public IP, security group in the CDP Subnets to which private endpoint was created. | ||
|
||
## Usage | ||
|
||
The [examples](./examples) directory has example Azure Cloud Service Provider deployments for different scenarios: | ||
|
||
* `ex01-nfs_fileshare` uses a set of inputs for the module. | ||
|
||
In each directory an example `terraform.tfvars.sample` values file is included to show input variable values. |