Skip to content

Commit b5eed4a

Browse files
author
Joshua Reed
committed
Merge branch 'main' into tests/add-more-domain-account-tests
2 parents de6f708 + eb51b18 commit b5eed4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+127
-111
lines changed

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
approvers:
22
- rohityadavcloud
33
- davidjumani
4+
- maxdrib

PROJECT

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
domain: cluster.x-k8s.io
22
projectName: cluster-api-provider-capc
3-
repo: github.com/aws/cluster-api-provider-cloudstack
3+
repo: sigs.k8s.io/cluster-api-provider-cloudstack
44
resources:
55
- api:
66
crdVersion: v1
@@ -9,7 +9,7 @@ resources:
99
domain: cluster.x-k8s.io
1010
group: infrastructure
1111
kind: CloudStackCluster
12-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
12+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
1313
version: v1beta1
1414
webhooks:
1515
defaulting: true
@@ -22,7 +22,7 @@ resources:
2222
domain: cluster.x-k8s.io
2323
group: infrastructure
2424
kind: CloudStackMachine
25-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
25+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
2626
version: v1beta1
2727
webhooks:
2828
defaulting: true
@@ -35,7 +35,7 @@ resources:
3535
domain: cluster.x-k8s.io
3636
group: infrastructure
3737
kind: CloudStackMachineTemplate
38-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
38+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
3939
version: v1beta1
4040
webhooks:
4141
defaulting: true
@@ -48,7 +48,7 @@ resources:
4848
domain: cluster.x-k8s.io
4949
group: infrastructure
5050
kind: CloudStackIsolatedNetwork
51-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
51+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
5252
version: v1beta1
5353
- api:
5454
crdVersion: v1
@@ -57,7 +57,7 @@ resources:
5757
domain: cluster.x-k8s.io
5858
group: infrastructure
5959
kind: CloudStackZone
60-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
60+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
6161
version: v1beta1
6262
- api:
6363
crdVersion: v1
@@ -66,7 +66,7 @@ resources:
6666
domain: cluster.x-k8s.io
6767
group: infrastructure
6868
kind: CloudStackAffinityGroup
69-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
69+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
7070
version: v1beta1
7171
- api:
7272
crdVersion: v1
@@ -75,6 +75,6 @@ resources:
7575
domain: cluster.x-k8s.io
7676
group: infrastructure
7777
kind: CloudStackMachineStateChecker
78-
path: github.com/aws/cluster-api-provider-cloudstack/api/v1beta1
78+
path: sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1
7979
version: v1beta1
8080
version: "3"

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ This provider's versions are able to work on the following versions of Apache Cl
6868

6969
## Operating system images
7070

71-
Note: Cluster API Provider Apache CloudStack relies on a few prerequisites which have to be already
71+
Note: Cluster API Provider CloudStack relies on a few prerequisites which have to be already
7272
installed in the used operating system images, e.g. a container runtime, kubelet, kubeadm, etc.
7373
Reference images can be found in [kubernetes-sigs/image-builder][image-builder].
7474

75-
Prebuilt images can be found [here](prebuilt-images)
75+
Prebuilt images can be found [here][prebuilt-images]
7676

7777
------
7878
## Getting involved and contributing
@@ -86,7 +86,7 @@ involved:
8686

8787
## Code of conduct
8888

89-
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
89+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct][code-of-conduct].
9090

9191
## Github issues
9292

@@ -123,6 +123,7 @@ Thank you to all contributors and a special thanks to our current maintainers &
123123
| --------------------------------------------------------- | ------------------------------------------------------ |
124124
| [@rohityadavcloud](https://github.com/rohityadavcloud) | [@rohityadavcloud](https://github.com/rohityadavcloud) |
125125
| [@davidjumani](https://github.com/davidjumani) | [@davidjumani](https://github.com/davidjumani) |
126+
| [@maxdrib](https://github.com/maxdrib) | [@maxdrib](https://github.com/maxdrib) |
126127

127128
All the CAPC contributors:
128129

@@ -135,11 +136,12 @@ All the CAPC contributors:
135136

136137
[capi-quick-start]: https://cluster-api.sigs.k8s.io/user/quick-start.html
137138
[cluster_api]: https://sigs.k8s.io/cluster-api
139+
[code-of-conduct]: https://kubernetes.io/community/code-of-conduct/
138140
[getting_started]: https://cluster-api-cloudstack.sigs.k8s.io/getting-started.html
139-
[image-builder]: https://sigs.k8s.io/image-builder/tree/master/images/capi
141+
[image-builder]: https://github.com/kubernetes-sigs/image-builder/tree/master/images/capi
140142
[kops]: https://github.com/kubernetes/kops
141143
[kubicorn]: http://kubicorn.io/
142144
[prebuilt-images]: http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/
143145
[slack]: https://kubernetes.slack.com/messages/cluster-api-cloudstack
144-
[new_bug_issue]: https://sigs.k8s.io/cluster-api-provider-cloudstack/issues/new
145-
[new_feature_issue]: https://sigs.k8s.io/cluster-api-provider-cloudstack/issues/new
146+
[new_bug_issue]: https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/new
147+
[new_feature_issue]: https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/new
File renamed without changes.

api/v1beta1/cloudstackcluster_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import (
2020
"fmt"
2121
"reflect"
2222

23-
"github.com/aws/cluster-api-provider-cloudstack/pkg/webhookutil"
2423
"k8s.io/apimachinery/pkg/api/errors"
2524
"k8s.io/apimachinery/pkg/runtime"
2625
"k8s.io/apimachinery/pkg/util/validation/field"
26+
"sigs.k8s.io/cluster-api-provider-cloudstack/pkg/webhookutil"
2727
ctrl "sigs.k8s.io/controller-runtime"
2828
logf "sigs.k8s.io/controller-runtime/pkg/log"
2929
"sigs.k8s.io/controller-runtime/pkg/webhook"

api/v1beta1/cloudstackmachine_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import (
2020
"fmt"
2121
"reflect"
2222

23-
"github.com/aws/cluster-api-provider-cloudstack/pkg/webhookutil"
2423
"k8s.io/apimachinery/pkg/api/errors"
2524
"k8s.io/apimachinery/pkg/runtime"
2625
"k8s.io/apimachinery/pkg/util/validation/field"
26+
"sigs.k8s.io/cluster-api-provider-cloudstack/pkg/webhookutil"
2727
ctrl "sigs.k8s.io/controller-runtime"
2828
logf "sigs.k8s.io/controller-runtime/pkg/log"
2929
"sigs.k8s.io/controller-runtime/pkg/webhook"

api/v1beta1/cloudstackmachinetemplate_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
"reflect"
2222
"strings"
2323

24-
"github.com/aws/cluster-api-provider-cloudstack/pkg/webhookutil"
2524
"k8s.io/apimachinery/pkg/api/errors"
2625
"k8s.io/apimachinery/pkg/runtime"
2726
"k8s.io/apimachinery/pkg/util/validation/field"
27+
"sigs.k8s.io/cluster-api-provider-cloudstack/pkg/webhookutil"
2828
ctrl "sigs.k8s.io/controller-runtime"
2929
logf "sigs.k8s.io/controller-runtime/pkg/log"
3030
"sigs.k8s.io/controller-runtime/pkg/webhook"

config/crd/bases/infrastructure.cluster.x-k8s.io_cloudstackmachines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ spec:
117117
description: CloudStack disk offering to use.
118118
properties:
119119
customSizeInGB:
120-
description: disk size if disk offering is custom disk (need to
121-
specify disk size by users)
120+
description: Desired disk size. Used if disk offering is customizable
121+
as indicated by the ACS field 'Custom Disk Size'.
122122
format: int64
123123
type: integer
124124
device:

config/crd/bases/infrastructure.cluster.x-k8s.io_cloudstackmachinetemplates.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ spec:
104104
description: CloudStack disk offering to use.
105105
properties:
106106
customSizeInGB:
107-
description: disk size if disk offering is custom disk
108-
(need to specify disk size by users)
107+
description: Desired disk size. Used if disk offering
108+
is customizable as indicated by the ACS field 'Custom
109+
Disk Size'.
109110
format: int64
110111
type: integer
111112
device:

controllers/cloudstackaffinitygroup_controller.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
ctrl "sigs.k8s.io/controller-runtime"
2323
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
2424

25-
infrav1 "github.com/aws/cluster-api-provider-cloudstack/api/v1beta1"
26-
csCtrlrUtils "github.com/aws/cluster-api-provider-cloudstack/controllers/utils"
27-
"github.com/aws/cluster-api-provider-cloudstack/pkg/cloud"
25+
infrav1 "sigs.k8s.io/cluster-api-provider-cloudstack/api/v1beta1"
26+
csCtrlrUtils "sigs.k8s.io/cluster-api-provider-cloudstack/controllers/utils"
27+
"sigs.k8s.io/cluster-api-provider-cloudstack/pkg/cloud"
2828
)
2929

3030
//+kubebuilder:rbac:groups=infrastructure.cluster.x-k8s.io,resources=cloudstackaffinitygroups,verbs=get;list;watch;create;update;patch;delete

0 commit comments

Comments
 (0)