forked from openshift-kni/eco-goinfra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassisted-config.yaml
95 lines (89 loc) · 4.27 KB
/
assisted-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
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
91
92
93
94
95
---
- name: assisted-hiveextension-v1beta1
sync: true
repo_link: "https://github.com/openshift/assisted-service"
branch: release-ocm-2.12
remote_api_directory: api/hiveextension/v1beta1
local_api_directory: schemes/assisted/api/hiveextension/v1beta1
replace_imports:
- old: '"github.com/openshift/hive/apis/hive/v1"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1"'
- old: '"github.com/openshift/assisted-service/api/common"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/api/common"'
- name: assisted-v1beta1
sync: true
repo_link: "https://github.com/openshift/assisted-service"
branch: release-ocm-2.12
remote_api_directory: api/v1beta1
local_api_directory: schemes/assisted/api/v1beta1
replace_imports:
- old: '"github.com/openshift/hive/apis/hive/v1"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1"'
- old: '"github.com/openshift/assisted-service/models"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/models"'
- old: '"github.com/openshift/assisted-service/api/common"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/api/common"'
- name: assisted-common
sync: true
repo_link: "https://github.com/openshift/assisted-service"
branch: release-ocm-2.12
remote_api_directory: api/common
local_api_directory: schemes/assisted/api/common
- name: assisted-models
sync: true
repo_link: "https://github.com/openshift/assisted-service"
branch: release-ocm-2.12
remote_api_directory: models
local_api_directory: schemes/assisted/models
replace_imports:
- old: '"github.com/openshift/assisted-service/pkg/validations"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/pkg/validations"'
excludes:
- vendor
- go.mod
- go.sum
- name: assisted-validations
sync: true
repo_link: "https://github.com/openshift/assisted-service"
branch: release-ocm-2.12
remote_api_directory: pkg/validations
local_api_directory: schemes/assisted/pkg/validations
excludes:
- "*_test.go"
- name: assisted-hive-scheme
sync: true
repo_link: "https://github.com/openshift/hive"
branch: mce-2.7
remote_api_directory: apis/scheme
local_api_directory: schemes/assisted/hive/scheme
- name: assisted-hive-v1
sync: true
repo_link: "https://github.com/openshift/hive"
branch: mce-2.7
remote_api_directory: apis/hive/v1
local_api_directory: schemes/assisted/hive/api/v1
replace_imports:
- old: '"github.com/openshift/hive/apis/scheme"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/scheme"'
- old: '"github.com/openshift/hive/apis/hive/v1/agent"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/agent"'
- old: '"github.com/openshift/hive/apis/hive/v1/aws"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/aws"'
- old: '"github.com/openshift/hive/apis/hive/v1/azure"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/azure"'
- old: '"github.com/openshift/hive/apis/hive/v1/baremetal"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/baremetal"'
- old: '"github.com/openshift/hive/apis/hive/v1/gcp"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/gcp"'
- old: '"github.com/openshift/hive/apis/hive/v1/ibmcloud"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/ibmcloud"'
- old: '"github.com/openshift/hive/apis/hive/v1/none"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/none"'
- old: '"github.com/openshift/hive/apis/hive/v1/openstack"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/openstack"'
- old: '"github.com/openshift/hive/apis/hive/v1/ovirt"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/ovirt"'
- old: '"github.com/openshift/hive/apis/hive/v1/vsphere"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/vsphere"'
- old: '"github.com/openshift/hive/apis/hive/v1/metricsconfig"'
new: '"github.com/openshift-kni/eco-goinfra/pkg/schemes/assisted/hive/api/v1/metricsconfig"'