-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-crd.yaml.template
38 lines (28 loc) · 1.12 KB
/
install-crd.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
- name: Deploy IBM Blockchain Platform custom resource definitions
hosts: localhost
vars:
# present - install IBP CRDS
# absent - remove IBP CRDS
state: present
# k8s - Deploy the CRDs into a Kubernetes cluster.
# openshift - Deploy the CRDs into a Red Hat OpenShift cluster.
target: openshift
arch: amd64
# If target=openshift
project: ibpinfra
# If target=k8s
# namespace: ibpinfra
# Your IBP entitlement key in https://myibm.ibm.com/products-services/containerlibrary
image_registry_password: <image_registry_password>
# Email address of your IBMid account that you use to access the My IBM dashboard
image_registry_email: <image_registry_email>
# The version of IBP to use
product_version: 2.5.1
# The version of IBP operator to use
webhook_version: 20210112
# Set to 3600 seconds (1 hour), which should be sufficient for most environments.
# You only need to change the value for this variable if you find that
# timeout errors occur during the installation process
wait_timeout: 3600
roles:
- ibm.blockchain_platform.crds