Skip to content

Commit 0d64103

Browse files
committed
Replaced tab with spaces
1 parent 84acd7e commit 0d64103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

workshop/ansible/playbook.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- name: Download demo-in-a-box
2323
get_url:
24-
url: "https://demo-in-a-box.s3.amazonaws.com/{{ o11y_diabversion }}.zip"
24+
url: "https://demo-in-a-box.s3.amazonaws.com/{{ o11y_diabversion }}.zip"
2525
dest: /home/ubuntu/demo-in-a-box.zip
2626
become: true
2727
when: not wh_result.stat.exists
@@ -99,7 +99,7 @@
9999

100100
- name: Wait for demoinabox.service to start
101101
pause:
102-
seconds: 15
102+
seconds: 10
103103
when: not wh_result.stat.exists
104104

105105
- name: Save Demo-in-a-Box configuration
@@ -108,7 +108,7 @@
108108
method: POST
109109
body: "realm={{ realm }}&accessToken={{ ingest_token }}&rumAccessToken={{ rum_token }}&environment={{ o11y_env_name }}&loadgenLocation=aws"
110110
status_code: [ 200, 201 ]
111-
timeout: 30
111+
timeout: 10
112112
when: not wh_result.stat.exists
113113

114114
- name: Start the OpenTelemetry Collector
@@ -121,7 +121,7 @@
121121

122122
- name: Wait for OpenTelemetry Collector to start
123123
pause:
124-
seconds: 60
124+
seconds: 20
125125
when: not wh_result.stat.exists
126126

127127
- name: Start the frontend demo
@@ -134,7 +134,7 @@
134134

135135
- name: Wait for frontend demo to start
136136
pause:
137-
seconds: 90
137+
seconds: 30
138138
when: not wh_result.stat.exists
139139

140140
- name: Wait for the Online Boutique to become available

0 commit comments

Comments
 (0)