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
* Add license headers (#122)
* Update public cloud/aws projects (#125)
* Update links to ansible-navigator setup and cldr-runner FAQ
* Update TF submodules to v0.3.0 for public-cloud/aws/datalake-tf
* Rename play in public-cloud/aws/datalake-tf main.yml
* Add TF lock files and SSH key artifacts to .gitignore in public-cloud/aws/datalake-tf
* Update README for datalake-tf for relocated links and runtime parameters
* Update the name of the teardown.yml play for datalake-tf
Signed-off-by: Webster Mudge <[email protected]>
Copy file name to clipboardExpand all lines: public-cloud/aws/cde/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To run, you need:
12
12
13
13
## Set Up
14
14
15
-
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the top-level [README](../../../README.md#setting-up-ansible-navigator).
15
+
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the [NAVIGATOR document](https://github.com/cloudera-labs/cldr-runner/blob/main/NAVIGATOR.md) in `cloudera-labs/cldr-runner`.
16
16
17
17
Then, clone this project and change your working directory.
NOTE: You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [FAQ](../../../FAQ.md#how-to-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
40
+
> [!NOTE]
41
+
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-do-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
Copy file name to clipboardExpand all lines: public-cloud/aws/cdf/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To run, you need:
12
12
13
13
## Set Up
14
14
15
-
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the top-level [README](../../../README.md#setting-up-ansible-navigator).
15
+
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the [NAVIGATOR document](https://github.com/cloudera-labs/cldr-runner/blob/main/NAVIGATOR.md) in `cloudera-labs/cldr-runner`.
16
16
17
17
Then, clone this project and change your working directory.
NOTE: You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [FAQ](../../../FAQ.md#how-to-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
40
+
> [!NOTE]
41
+
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-do-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
Copy file name to clipboardExpand all lines: public-cloud/aws/cml/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To run, you need:
12
12
13
13
## Set Up
14
14
15
-
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the top-level [README](../../../README.md#setting-up-ansible-navigator).
15
+
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the [NAVIGATOR document](https://github.com/cloudera-labs/cldr-runner/blob/main/NAVIGATOR.md) in `cloudera-labs/cldr-runner`.
16
16
17
17
Then, clone this project and change your working directory.
NOTE: You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [FAQ](../../../FAQ.md#how-to-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
40
+
> [!NOTE]
41
+
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-do-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
Copy file name to clipboardExpand all lines: public-cloud/aws/datalake-tf/README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ To run, you need:
14
14
15
15
## Set Up
16
16
17
-
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the top-level [README](../../../README.md#setting-up-ansible-navigator).
17
+
First, set up your `ansible-navigator` aka `cdp-navigator` environment -- follow the instructions in the [NAVIGATOR document](https://github.com/cloudera-labs/cldr-runner/blob/main/NAVIGATOR.md) in `cloudera-labs/cldr-runner`.
18
18
19
19
Then, clone this project and change your working directory.
@@ -40,7 +40,8 @@ infra_region: us-east-2 # CSP region for infra
40
40
deployment_template: public # Specify the deployment pattern below. Options are public, semi-private or private
41
41
```
42
42
43
-
NOTE: You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e name_prefix=ex01`. See the [FAQ](../../../FAQ.md#how-to-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
43
+
> [!NOTE]
44
+
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-do-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
44
45
45
46
### SSH Keys
46
47
@@ -51,7 +52,7 @@ This definition will create a new SSH keypair on the host of the name `<name_pre
51
52
Then set up the CDP Public Cloud by running the playbook:
52
53
53
54
```bash
54
-
ansible-navigator run main.yml
55
+
ansible-navigator run main.yml -e @config.yml
55
56
```
56
57
57
58
### Terraform resource files
@@ -65,5 +66,5 @@ Standard Terraform commands - e.g. `terraform output`, `terraform console`, can
65
66
Tear down the CDP Public Cloud by running the playbook:
Copy file name to clipboardExpand all lines: public-cloud/aws/datalake/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ infra_region: us-east-2
38
38
```
39
39
40
40
> [!NOTE]
41
-
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-to-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
41
+
> You can override these parameters with any typical Ansible _extra variables_ flags, i.e. `-e admin_password=my_password`. See the [cldr-runner FAQ](https://github.com/cloudera-labs/cldr-runner/blob/main/FAQ.md#how-do-i-add-extra-variables-and-tags-to-ansible-navigator) for details.
0 commit comments