Skip to content

Commit

Permalink
Merge pull request #2908 from rgolangh/master
Browse files Browse the repository at this point in the history
ovirt: Update to latest cluster-api-provider
  • Loading branch information
openshift-merge-robot committed Jan 14, 2020
2 parents 91d6918 + fc559fb commit 9e23231
Show file tree
Hide file tree
Showing 11 changed files with 477 additions and 13 deletions.
24 changes: 16 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ required = [
source = "https://github.com/openshift/baremetal-operator"

[[constraint]]
name = "github.com/ovirt/cluster-api-provider-ovirt"
revision ="f7b0ebc7f9ae17c0d5d5b4f5795a1b70972a5570"
name = "github.com/openshift/cluster-api-provider-ovirt"
revision ="0966db28bce37ca97ada41c69f48ffa7c4d02493"

[[constraint]]
name = "github.com/ovirt/go-ovirt"
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/machines/master.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
gcpprovider "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1"
libvirtapi "github.com/openshift/cluster-api-provider-libvirt/pkg/apis"
libvirtprovider "github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1"
ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis"
machineapi "github.com/openshift/cluster-api/pkg/apis/machine/v1beta1"
mcfgv1 "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1"
ovirtprovider "github.com/ovirt/cluster-api-provider-ovirt/pkg/apis"
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/serializer"
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/machines/ovirt/machines.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/openshift/installer/pkg/types"
"github.com/openshift/installer/pkg/types/ovirt"

ovirtprovider "github.com/ovirt/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1"
ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1"
)

// Machines returns a list of machines for a machinepool.
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/machines/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
gcpprovider "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1"
libvirtapi "github.com/openshift/cluster-api-provider-libvirt/pkg/apis"
libvirtprovider "github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1"
ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis"
machineapi "github.com/openshift/cluster-api/pkg/apis/machine/v1beta1"
mcfgv1 "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1"
ovirtprovider "github.com/ovirt/cluster-api-provider-ovirt/pkg/apis"
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/serializer"
Expand Down
16 changes: 16 additions & 0 deletions vendor/github.com/openshift/cluster-api-provider-ovirt/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e23231

Please sign in to comment.