File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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
You can’t perform that action at this time.
0 commit comments