Skip to content

Commit 0056223

Browse files
committed
update readme
1 parent f7feb8b commit 0056223

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

multipass/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ commands will detect it and remind you to do so if necessary.
5757
- `splunk_realm`: Observability Realm
5858
- `splunk_presetup`: Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled)
5959
- `splunk_jdk`: Install OpenJDK and Maven on the instance (for PetClinic workshop or other Java based workshops)
60+
- `otel_demo` : Install and configure the OpenTelemetry Telescope Shop Demo. This requires that `splunk_presetup` is set to FALSE. The default is FALSE
6061

6162
## 6. Create Terraform variables file
6263

@@ -76,6 +77,7 @@ splunk_rum_token = "1234xxxx5678yyyy"
7677
splunk_realm = "us1"
7778
splunk_presetup = true
7879
splunk_jdk = false
80+
otel_demo = false
7981
```
8082

8183
Then run `terraform plan` to see what will be created. Once happy run `terraform apply` to create the instances.

multipass/terraform.tfvars.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ splunk_realm = ""
66
# Optional
77
splunk_presetup = false
88
splunk_jdk = false
9+
otel_demo = false

workshop/aws/ec2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following variables are available. Edit `terraform.tfvars` to reflect what y
5454

5555
- `splunk_presetup`: Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled). The default is FALSE.
5656
- `splunk_jdk`: Install OpenJDK and Maven on the instance. The default is FALSE.
57+
- `otel_demo` : Install and configure the OpenTelemetry Telescope Shop Demo. This requires that `splunk_presetup` is set to FALSE. The default is FALSE
5758

5859
## 6. Create a Terraform plan
5960

0 commit comments

Comments
 (0)