Skip to content

Commit

Permalink
Updates for moving ivd
Browse files Browse the repository at this point in the history
  • Loading branch information
dsu-igeek committed Aug 22, 2021
1 parent 7d0e6d9 commit 4cb0ae5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ require (
github.com/stretchr/testify v1.4.0
github.com/vmware-tanzu/astrolabe v0.4.0
github.com/vmware-tanzu/velero v1.5.1
github.com/vmware/govmomi v0.22.2-0.20200329013745-f2eef8fc745f
github.com/vmware/virtual-disks v0.0.4
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.4
k8s.io/apimachinery v0.18.4
Expand Down
1 change: 1 addition & 0 deletions pkg/dataMover/data_mover.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/vmware-tanzu/astrolabe/pkg/s3repository"
backupdriverv1 "github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/apis/backupdriver/v1alpha1"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/backuprepository"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/ivd"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/utils"
"sync"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func TestPVCSnapshotOps(t *testing.T) {
URLBase: "VOID_URL",
})

pem := server.NewDirectProtectedEntityManagerFromParamMap(configInfo, logger)
pem := server.NewDirectProtectedEntityManagerFromParamMap(configInfo, nil, logger)

// Initialize the External Astrolabe ProtectedEntity Type Manager for paravirtualized entities
paravirtParams := make(map[string]interface{})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/ivd"
)

import "github.com/vmware-tanzu/astrolabe/pkg/astrolabe"
Expand Down
1 change: 1 addition & 0 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/hashicorp/go-version"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/constants"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/generated/clientset/versioned/typed/backupdriver/v1alpha1"
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/ivd"
"io/ioutil"
"k8s.io/client-go/tools/clientcmd"
"net"
Expand Down

0 comments on commit 4cb0ae5

Please sign in to comment.