Skip to content

Commit

Permalink
Merge pull request #105 from leonwanghui/remover
Browse files Browse the repository at this point in the history
Remove install folder and update Makefile
  • Loading branch information
leonwanghui authored Jun 28, 2018
2 parents 07174ae + 7396ca6 commit 2c08224
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 716 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@ all:build
build:csi.server.opensds csi.client.opensds flexvolume.server.opensds

package:
go get github.com/opensds/nbp/csi/server
go get github.com/opensds/nbp/csi/client
go get github.com/opensds/nbp/flexvolume/cmd/flex-plugin
mkdir -p ./.output/

csi.server.opensds:package
mkdir -p ./.output/
go build -o ./.output/csi.server.opensds github.com/opensds/nbp/csi/server

csi.client.opensds:package
mkdir -p ./.output/
go build -o ./.output/csi.client.opensds github.com/opensds/nbp/csi/client

flexvolume.server.opensds:package
mkdir -p ./.output/
go build -o ./.output/flexvolume.server.opensds github.com/opensds/nbp/flexvolume/cmd/flex-plugin

docker:build
Expand Down
77 changes: 0 additions & 77 deletions install/csi/deploy/kubernetes/csi-attacher-opensdsplugin.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions install/csi/deploy/kubernetes/csi-attacher-rbac.yaml

This file was deleted.

This file was deleted.

87 changes: 0 additions & 87 deletions install/csi/deploy/kubernetes/csi-nodeplugin-opensdsplugin.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions install/csi/deploy/kubernetes/csi-nodeplugin-rbac.yaml

This file was deleted.

63 changes: 0 additions & 63 deletions install/csi/deploy/kubernetes/csi-provisioner-opensdsplugin.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions install/csi/deploy/kubernetes/csi-provisioner-rbac.yaml

This file was deleted.

Loading

0 comments on commit 2c08224

Please sign in to comment.