forked from red-hat-storage/cephci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcephci.yaml.template
53 lines (41 loc) · 1.49 KB
/
cephci.yaml.template
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
49
50
51
52
53
# Provide report-portal details
# report-portal:
# endpoint: http://<hostname>:<port>
# project: <project_name>
# token: <user_token>
# Provide polarion credentials
# polarion:
# endpoint: <polarion_url>
# username: <polarion_user_name>
# password: <polarion_password>
# Some test suites require a CDN login in order to pull packages from CDN
# and also to pull GA'd images from registry.redhat.io.
# For example, cephadm requires the prometheus images from
# registry.redhat.io, so you must fill out the cdn_credentials section to run
# the cephadm suites:
# cdn_credentials:
# username: <user_name>
# password: <user_password>
# Provide stage_credentials before running suites which needs
# access to rhel and ceph repos that are configured on the staging CDN.
# stage_credentials:
# username: <user_name>
# password: <user_password>
# registry_credentials:
# registry: <registry_url>
# username: <user_name>
# password: <user_password>
# Provide email address(es) in comma-seperated values
# Example., address: email1, email2, ...... ,emailn
# To completely disable all email, remove the "email:" and "address:" settings
# entirely.
# email:
# address: [email protected]
# Provide IBM Cloud Object Storage API Key for uploading objects.
# cos:
# api-key: <service-or-user-api-key>
# endpoint: <resource-public-endpoint>
# resource-id: <deployed-instance-resource-id>
# location-constraint: <storage-class>
# URI to be used for retrieving the RHCS build details
# build-url: <URI to fileserver>