Skip to content

Commit d88201b

Browse files
Merge pull request #1 from shapeblue/lw-to-sb-transition
Change references to shapeblue
2 parents 7e48373 + 53ba2cb commit d88201b

File tree

20 files changed

+38
-37
lines changed

20 files changed

+38
-37
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v*
99

1010
env:
11-
REGISTRY_NAME: ghcr.io/leaseweb
11+
REGISTRY_NAME: ghcr.io/shapeblue
1212
IMAGES: "cloudstack-csi-driver cloudstack-csi-sc-syncer"
1313

1414
jobs:

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ linters-settings:
1313
sections:
1414
- standard
1515
- default
16-
- prefix(github.com/leaseweb/cloudstack-csi-driver)
16+
- prefix(github.com/shapeblue/cloudstack-csi-driver)
1717
goimports:
18-
local-prefixes: github.com/leaseweb/cloudstack-csi-driver
18+
local-prefixes: github.com/shapeblue/cloudstack-csi-driver
1919

2020
misspell:
2121
locale: US

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CMDS=cloudstack-csi-driver cloudstack-csi-sc-syncer
22

3-
PKG=github.com/leaseweb/cloudstack-csi-driver
3+
PKG=github.com/shapeblue/cloudstack-csi-driver
44
# Revision that gets built into each binary via the main.version
55
# string. Uses the `git describe` output based on the most recent
66
# version tag with a short revision suffix or, if nothing has been

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CloudStack CSI Driver
22

3-
[![Go Reference](https://pkg.go.dev/badge/github.com/leaseweb/cloudstack-csi-driver.svg)](https://pkg.go.dev/github.com/leaseweb/cloudstack-csi-driver)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/leaseweb/cloudstack-csi-driver)](https://goreportcard.com/report/github.com/leaseweb/cloudstack-csi-driver)
5-
[![Release](https://github.com/leaseweb/cloudstack-csi-driver/workflows/Release/badge.svg?branch=master)](https://github.com/leaseweb/cloudstack-csi-driver/actions)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/shapeblue/cloudstack-csi-driver.svg)](https://pkg.go.dev/github.com/shapeblue/cloudstack-csi-driver)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/shapeblue/cloudstack-csi-driver)](https://goreportcard.com/report/github.com/shapeblue/cloudstack-csi-driver)
5+
[![Release](https://github.com/shapeblue/cloudstack-csi-driver/workflows/Release/badge.svg?branch=master)](https://github.com/shapeblue/cloudstack-csi-driver/actions)
66

77
This repository provides a [Container Storage Interface (CSI)](https://github.com/container-storage-interface/spec)
88
plugin for [Apache CloudStack](https://cloudstack.apache.org/).
@@ -56,7 +56,7 @@ you may use the same secret for both tools.
5656
### Deployment
5757

5858
```
59-
kubectl apply -f https://github.com/leaseweb/cloudstack-csi-driver/releases/latest/download/manifest.yaml
59+
kubectl apply -f https://github.com/shapeblue/cloudstack-csi-driver/releases/latest/download/manifest.yaml
6060
```
6161

6262
### Creation of Storage classes

charts/cloudstack-csi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
version: 2.0.2
66
appVersion: 0.6.1
77
sources:
8-
- https://github.com/Leaseweb/cloudstack-csi-driver
8+
- https://github.com/shapeblue/cloudstack-csi-driver
99
keywords:
1010
- csi
1111
- cloudStack

charts/cloudstack-csi/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sidecars:
135135
controller:
136136
enabled: true
137137
image:
138-
repository: ghcr.io/leaseweb/cloudstack-csi-driver
138+
repository: ghcr.io/shapeblue/cloudstack-csi-driver
139139
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
140140
tag: ""
141141
pullPolicy: IfNotPresent
@@ -241,7 +241,7 @@ controller:
241241
node:
242242
enabled: true
243243
image:
244-
repository: ghcr.io/leaseweb/cloudstack-csi-driver
244+
repository: ghcr.io/shapeblue/cloudstack-csi-driver
245245
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
246246
tag: ""
247247
pullPolicy: IfNotPresent
@@ -323,7 +323,7 @@ syncer:
323323
enabled: true
324324
# Job image
325325
image:
326-
repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer"
326+
repository: "ghcr.io/shapeblue/cloudstack-csi-sc-syncer"
327327
# Overrides the image tag. Default is {{ .Chart.AppVersion }}
328328
tag: ""
329329
imagePullPolicy: IfNotPresent

cmd/cloudstack-csi-driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.18
22

33
LABEL \
44
org.opencontainers.image.description="CloudStack CSI driver" \
5-
org.opencontainers.image.source="https://github.com/leaseweb/cloudstack-csi-driver/"
5+
org.opencontainers.image.source="https://github.com/shapeblue/cloudstack-csi-driver/"
66

77
RUN apk add --no-cache \
88
ca-certificates \

cmd/cloudstack-csi-driver/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"k8s.io/component-base/logs/json"
1919
"k8s.io/klog/v2"
2020

21-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
22-
"github.com/leaseweb/cloudstack-csi-driver/pkg/driver"
21+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
22+
"github.com/shapeblue/cloudstack-csi-driver/pkg/driver"
2323
)
2424

2525
func main() {

cmd/cloudstack-csi-sc-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.18
22

33
LABEL \
44
org.opencontainers.image.description="CloudStack disk offering to Kubernetes storage class syncer" \
5-
org.opencontainers.image.source="https://github.com/leaseweb/cloudstack-csi-driver/"
5+
org.opencontainers.image.source="https://github.com/shapeblue/cloudstack-csi-driver/"
66

77
RUN apk add --no-cache ca-certificates
88

cmd/cloudstack-csi-sc-syncer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You may use it locally or as a Kubernetes Job.
2020
You must have a CloudStack configuration file and a Kubernetes `kubeconfig`
2121
file.
2222

23-
1. Download `cloudstack-csi-sc-syncer` from [latest release](https://github.com/leaseweb/cloudstack-csi-driver/releases/latest/);
23+
1. Download `cloudstack-csi-sc-syncer` from [latest release](https://github.com/shapeblue/cloudstack-csi-driver/releases/latest/);
2424

2525
1. Set the execution permission:
2626

@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: cloudstack-csi-sc-syncer
8686
containers:
8787
- name: cloudstack-csi-sc-syncer
88-
image: ghcr.io/leaseweb/cloudstack-csi-sc-syncer:${version}
88+
image: ghcr.io/shapeblue/cloudstack-csi-sc-syncer:${version}
8989
args:
9090
- "-cloudstackconfig=/etc/cloudstack-csi-driver/cloud-config"
9191
- "-kubeconfig=-"

cmd/cloudstack-csi-sc-syncer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"os"
1111
"path"
1212

13-
"github.com/leaseweb/cloudstack-csi-driver/pkg/syncer"
13+
"github.com/shapeblue/cloudstack-csi-driver/pkg/syncer"
1414
)
1515

1616
const agent = "cloudstack-csi-sc-syncer"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/leaseweb/cloudstack-csi-driver
1+
module github.com/shapeblue/cloudstack-csi-driver
22

33
go 1.21
44

pkg/cloud/fake/fake.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77

88
"github.com/hashicorp/go-uuid"
99

10-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
11-
"github.com/leaseweb/cloudstack-csi-driver/pkg/util"
10+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
11+
"github.com/shapeblue/cloudstack-csi-driver/pkg/util"
1212
)
1313

1414
const zoneID = "a1887604-237c-4212-a9cd-94620b7880fa"

pkg/cloud/volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/apache/cloudstack-go/v2/cloudstack"
1010
"k8s.io/klog/v2"
1111

12-
"github.com/leaseweb/cloudstack-csi-driver/pkg/util"
12+
"github.com/shapeblue/cloudstack-csi-driver/pkg/util"
1313
)
1414

1515
func (c *client) listVolumes(p *cloudstack.ListVolumesParams) (*Volume, error) {

pkg/driver/controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"google.golang.org/grpc/status"
1313
"k8s.io/klog/v2"
1414

15-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
16-
"github.com/leaseweb/cloudstack-csi-driver/pkg/util"
15+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
16+
"github.com/shapeblue/cloudstack-csi-driver/pkg/util"
1717
)
1818

1919
// onlyVolumeCapAccessMode is the only volume capability access

pkg/driver/driver.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"google.golang.org/grpc"
1313
"k8s.io/klog/v2"
1414

15-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
16-
"github.com/leaseweb/cloudstack-csi-driver/pkg/mount"
17-
"github.com/leaseweb/cloudstack-csi-driver/pkg/util"
15+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
16+
"github.com/shapeblue/cloudstack-csi-driver/pkg/mount"
17+
"github.com/shapeblue/cloudstack-csi-driver/pkg/util"
1818
)
1919

2020
// Interface is the CloudStack CSI driver interface.

pkg/driver/node.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
"google.golang.org/grpc/status"
1414
"k8s.io/klog/v2"
1515

16-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
17-
"github.com/leaseweb/cloudstack-csi-driver/pkg/mount"
18-
"github.com/leaseweb/cloudstack-csi-driver/pkg/util"
16+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
17+
"github.com/shapeblue/cloudstack-csi-driver/pkg/mount"
18+
"github.com/shapeblue/cloudstack-csi-driver/pkg/util"
1919
)
2020

2121
const (

pkg/syncer/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1414
"k8s.io/apimachinery/pkg/labels"
1515

16-
"github.com/leaseweb/cloudstack-csi-driver/pkg/driver"
16+
"github.com/shapeblue/cloudstack-csi-driver/pkg/driver"
1717
)
1818

1919
var (

pkg/syncer/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"k8s.io/client-go/rest"
1616
"k8s.io/client-go/tools/clientcmd"
1717

18-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud"
18+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud"
1919
)
2020

2121
// Config holds the syncer tool configuration.

test/sanity/sanity_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ package sanity
55
import (
66
"context"
77
"io/ioutil"
8-
"k8s.io/klog/v2"
98
"os"
109
"path/filepath"
1110
"testing"
1211

12+
"k8s.io/klog/v2"
13+
1314
"github.com/kubernetes-csi/csi-test/v5/pkg/sanity"
14-
"github.com/leaseweb/cloudstack-csi-driver/pkg/cloud/fake"
15-
"github.com/leaseweb/cloudstack-csi-driver/pkg/driver"
16-
"github.com/leaseweb/cloudstack-csi-driver/pkg/mount"
15+
"github.com/shapeblue/cloudstack-csi-driver/pkg/cloud/fake"
16+
"github.com/shapeblue/cloudstack-csi-driver/pkg/driver"
17+
"github.com/shapeblue/cloudstack-csi-driver/pkg/mount"
1718
)
1819

1920
func TestSanity(t *testing.T) {

0 commit comments

Comments
 (0)