-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathspec
48 lines (43 loc) · 1.35 KB
/
spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
name: smoke-tests
description: |
This job runs Smoke tests by pushing an application into Cloud Foundry.
Then these logs must be retrieved from ElasticSearch cluster
packages:
- cf-cli-6-linux
- golang-1.13-linux
- smoke-tests
templates:
run.erb: bin/run
config.json.erb: bin/config.json
consumes:
- name: cloud_controller
type: cloud_controller
optional: true
- name: elasticsearch
type: elasticsearch
optional: true
properties:
smoke_tests.api:
description: The Elastic Runtime API endpoint URL
smoke_tests.apps_domain:
description: The Elastic Runtime Application Domain
default: ""
smoke_tests.system_domain:
description: Full URL of Cloud Foundry System Domain
smoke_tests.admin_user:
description: The Elastic Runtime API admin user
default: admin
smoke_tests.admin_password:
description: The Elastic Runtime API admin user's password
smoke_tests.test_password:
description: Configurable Password for the test user
smoke_tests.elasticsearch_master.host:
description: IP of the elasticsearch master node
default: 127.0.0.1
smoke_tests.elasticsearch_master.port:
description: Port of the elasticsearch master node
default: 9200
smoke_tests.elasticsearch_master.app_index:
description: App index name
default: 'logs-app-{{.Org}}-{{.Space}}-{{.Time.Format \"2006.01.02\"}}'