Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 0 additions & 33 deletions 0001-Delete-annotated-machines-first-when-scaling-down.patch

This file was deleted.

103 changes: 0 additions & 103 deletions 0001-Upstream-677-Init-klog-in-manager-properly.patch

This file was deleted.

30 changes: 0 additions & 30 deletions 0001-Validate-machineset-before-reconciliation.patch

This file was deleted.

35 changes: 0 additions & 35 deletions 0001-use-Update-instead-of-Status.Update-as-CustomResourc.patch

This file was deleted.

51 changes: 0 additions & 51 deletions 0002-Sort-machines-before-syncing.patch

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder
WORKDIR /go/src/github.com/openshift/cluster-api-provider-libvirt
COPY . .
RUN go build -o machine-controller-manager ./cmd/manager
RUN go build -o manager ./vendor/sigs.k8s.io/cluster-api/cmd/manager
RUN go build -o manager ./vendor/github.com/openshift/cluster-api/cmd/manager

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
RUN INSTALL_PKGS=" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.10 AS builder
WORKDIR /go/src/github.com/openshift/cluster-api-provider-libvirt
COPY . .
RUN go build -o machine-controller-manager ./cmd/manager
RUN go build -o manager ./vendor/sigs.k8s.io/cluster-api/cmd/manager
RUN go build -o manager ./vendor/github.com/openshift/cluster-api/cmd/manager

FROM registry.svc.ci.openshift.org/ocp/4.0:base
RUN INSTALL_PKGS=" \
Expand Down
61 changes: 32 additions & 29 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ required = [
go-tests = true

[[constraint]]
name = "sigs.k8s.io/cluster-api"
#revision = "0734939e05aeb64ab198e3feeee8b4e90ee5cbb2"
branch = "master"
name = "github.com/openshift/cluster-api"
# This is temporoary while we finish the pivot to OpenShift types.
revision = "91fca585a85b163ddfd119fd09c128c9feadddca"

[[constraint]]
name = "github.com/openshift/cluster-api-actuator-pkg"
revision = "6983d93876009e8c004dfe7868c1dece4a9d1137"
revision = "71b571e0ba46fae812da42733f926c1df654f666"

[[constraint]]
name = "github.com/davecgh/go-spew"
Expand Down
Loading