forked from red-hat-storage/cephci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cephci.yaml.template
90 lines (74 loc) · 2.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# 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>
# Provide container registry details for redhat and ibm images. Registry keyword should
# start with 'rh' for redhat and 'ibm' for IBM builds
# rh_registry_credentials:
# registry: <registry_url>
# username: <user_name>
# password: <user_password>
# ibm_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: cephci@redhat.com
# 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>
# Web based location to retrieve root CA key and cert
root-ca-location: <URL to base location of rootCA cert>
# Provide upstream and downstream RHEL or other repositories to be enabled
# repos:
# local:
# rhel-9
# - <appstream>
# - <base-os>
# rhel-8
# - <appstream>
# - <base-os>
#
# cdn:
# rhel-9
# - <appstream>
# - <base-os>
# rhel-8
# - <appstream>
# - <base-os>
#
# stage:
# rhel-9
# - <appstream>
# - <base-os>
# rhel-8
# - <appstream>
# - <base-os>