Skip to content

Commit 65207af

Browse files
committed
edits
1 parent 2f4d747 commit 65207af

File tree

4 files changed

+31
-43
lines changed

4 files changed

+31
-43
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
docs:
3+
files:
4+
- content/nginx-one/workshops/lab4/config-sync-groups.md
5+
- content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-r34.md
6+
7+
---
8+
9+
Set these environment variables:
10+
11+
- **TOKEN**: your data plane key, for example:
12+
13+
```shell
14+
export TOKEN="your-data-plane-key"
15+
```
16+
17+
- **JWT**: your NGINX Plus license JWT. Save it as `nginx-repo.jwt`, then run:
18+
19+
```shell
20+
export JWT=$(cat path/to/nginx-repo.jwt)
21+
```
22+
23+
- **NAME**: a unique ID for your workshop (for example, `s.jobs`):
24+
25+
```shell
26+
export NAME="s.jobs"
27+
```

content/nginx-one/workshops/lab3/explore-nginx-one-console-and-features.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ Make sure you have:
3434

3535
- An F5 Distributed Cloud (XC) account with NGINX One enabled
3636
- All containers from [Lab 2](nginx-one/workshops/lab2/run-workshop-components-with-docker.md) running and registered
37-
- Your unique identifier in the `NAME` environment variable (set in Lab 2), for example `s.jobs`:
38-
39-
```shell
40-
export NAME="s.jobs"
41-
```
42-
37+
- {{< include "workshops/nginx-one-env-variables.md" >}}
4338
- Basic NGINX and Linux knowledge
4439

4540
---

content/nginx-one/workshops/lab4/config-sync-groups.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,7 @@ Make sure you have:
2424

2525
- Completed [Lab 2: Run workshop components with Docker]({{< ref "nginx-one/workshops/lab2/run-workshop-components-with-docker.md" >}})
2626
- Docker and Docker Compose installed and running
27-
- Your data plane key in the `TOKEN` environment variable (set in Lab 2):
28-
29-
```shell
30-
export TOKEN="your-data-plane-key"
31-
```
32-
33-
- Your NGINX Plus JWT license file saved as `nginx-repo.jwt`, and `JWT` set (set in Lab 2):
34-
35-
```shell
36-
export JWT=$(cat path/to/nginx-repo.jwt)
37-
```
38-
39-
- Your unique identifier in the NAME environment variable (set in Lab 2), for example `s.jobs`:
40-
41-
```shell
42-
export NAME="s.jobs"
43-
```
44-
27+
- {{< include "workshops/nginx-one-env-variables.md" >}}
4528
- Basic familiarity with Linux command line and NGINX concepts
4629

4730
---

content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-r34.md renamed to content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-latest-version.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,8 @@ Make sure you have:
3434
- Completed [Lab 4: Config Sync Groups]({{< ref "nginx-one/workshops/lab4/config-sync-groups.md" >}})
3535
- Docker and Docker Compose installed and running (for Docker scenario)
3636
- A VM with NGINX Plus R32 (or earlier), SSH access, and the NGINX Agent installed (for VM scenario)
37-
- Your data plane key in the `TOKEN` environment variable:
38-
39-
```shell
40-
export TOKEN="your-data-plane-key"
41-
```
42-
43-
- Your NGINX Plus JWT license file saved as `nginx-repo.jwt` and JWT set:
44-
45-
```shell
46-
export JWT=$(cat path/to/nginx-repo.jwt)
47-
```
48-
49-
- Your unique identifier in the NAME environment variable (for example s.jobs):
50-
51-
```shell
52-
export NAME="s.jobs"
53-
```
54-
55-
- Basic familiarity with Linux command line and NGINX Plus
37+
- {{< include "workshops/nginx-one-env-variables.md" >}}
38+
- Basic familiarity with Linux command line and NGINX concepts
5639

5740
## Scenario A: Upgrade NGINX Plus in Docker
5841

0 commit comments

Comments
 (0)