forked from openshift-kni/eco-goinfra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibi-config.yaml
51 lines (49 loc) · 2.79 KB
/
ibi-config.yaml
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
---
- name: image-based-install-v1alpha1
sync: true
repo_link: "https://github.com/openshift/image-based-install-operator"
branch: backplane-2.7
remote_api_directory: api/v1alpha1
local_api_directory: schemes/imagebasedinstall/api/hiveextensions/v1alpha1
replace_imports:
- old: '"github.com/openshift/hive/apis/hive/v1"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1"'
excludes:
- "*_test.go"
- name: image-based-install-hive-scheme
sync: true
repo_link: "https://github.com/openshift/hive"
branch: mce-2.6
remote_api_directory: apis/scheme
local_api_directory: schemes/imagebasedinstall/hive/scheme
- name: image-based-install-hive-v1
sync: true
repo_link: "https://github.com/openshift/hive"
branch: mce-2.6
remote_api_directory: apis/hive/v1
local_api_directory: schemes/imagebasedinstall/hive/api/v1
replace_imports:
- old: '"github.com/openshift/hive/apis/scheme"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/scheme"'
- old: '"github.com/openshift/hive/apis/hive/v1/agent"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/agent"'
- old: '"github.com/openshift/hive/apis/hive/v1/aws"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/aws"'
- old: '"github.com/openshift/hive/apis/hive/v1/azure"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/azure"'
- old: '"github.com/openshift/hive/apis/hive/v1/baremetal"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/baremetal"'
- old: '"github.com/openshift/hive/apis/hive/v1/gcp"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/gcp"'
- old: '"github.com/openshift/hive/apis/hive/v1/ibmcloud"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/ibmcloud"'
- old: '"github.com/openshift/hive/apis/hive/v1/none"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/none"'
- old: '"github.com/openshift/hive/apis/hive/v1/openstack"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/openstack"'
- old: '"github.com/openshift/hive/apis/hive/v1/ovirt"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/ovirt"'
- old: '"github.com/openshift/hive/apis/hive/v1/vsphere"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/vsphere"'
- old: '"github.com/openshift/hive/apis/hive/v1/metricsconfig"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/imagebasedinstall/hive/api/v1/metricsconfig"'