-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinventory.yml
42 lines (33 loc) · 1.21 KB
/
inventory.yml
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
all:
vars:
# SRO namespace. Do not change
sro_namespace: openshift-special-resource-operator
# Path to pull secret for local registry and standard registries
pull_secret: /tmp/pull-secret.txt
# Path to kubeconfig for the ACM hub cluster
kubeconfig: /tmp/kubeconfig
# Path to repo git pull directory
repopath: /tmp/openshift-acm-oot-drv
# Local registry domain name and port.
registry: "cnfde2.ptp.lab.eng.bos.redhat.com:5000"
# Namespace used for builds
ootnamespace: "oot-driver"
# The source container
sourcecontainer: "oot-source-driver"
# User suplied list of ManagedResources to build drivers for.
# Add your driver to this list
managedresources:
- name: "ice-driver"
drivercontainer: "ice-driver-container"
srtemplate: "sr-ice.yml.j2" # SpecialResource template
mctemplate: "mc-ice.yml.j2" # MachineConfig template
acmpolicy:
name: "ice-driver-policy"
namespace: "ice-driver-policies"
selctorkey: "specialresource.openshift.io/intel-eth-800"
selctorval: "true"
# Ansible hosts.
children:
provisioner:
hosts:
localhost: