-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathaddons-operators.yaml.example
37 lines (34 loc) · 1.21 KB
/
addons-operators.yaml.example
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
# General
action: "install" # uninstall, can be passed also to CLI with --action
brew-token: !ENV "${BREW_TOKEN}"
debug: True
parallel: True
# Operators
kubeconfig: !ENV "${KUBECONFIG}"
local_operators_latest_iib_path: null # and s3_bucket_operators_latest_iib_path are mutually exclusive
s3_bucket_operators_latest_iib_path: null # full path to S3 object containing IIB image
aws_access_key_id: !ENV "${AWS_ACCESS_KEY_ID}"
aws_secret_access_key: !ENV "${AWS_SECRET_ACCESS_KEY}"
aws_region: us-east-1
# Addons
endpoint: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token"
ocm-token: !ENV "${OCM_TOKEN}"
cluster-name: cluster1
must_gather_output_dir: null
addons:
- name: ocm-addon-test-operator
has-external-resources: "false"
aws-cluster-test-param: "false"
cluster-name: cluster1 # optional, overwrites global `cluster-name`
timeout: 30m
rosa: true
ocm-env: stage
operators:
- name: openshift-pipelines-operator-rh
namespace: openshift-pipelines
channel: latest
source: redhat-operators
iib: </path/to/iib:123456>
source-image: <registry/redhat/operator-index:v4.13>
kubeconfig: !ENV "${HOME}/kubeconfig1" # optional, overwrites global `kubeconfig`
timeout: 30m