File tree Expand file tree Collapse file tree 6 files changed +87
-255
lines changed Expand file tree Collapse file tree 6 files changed +87
-255
lines changed Original file line number Diff line number Diff line change 73
73
cat /tmp/clouds.yaml
74
74
75
75
export ARTIFACTS=/home/zuul/workspace/logs/_artifacts
76
- export KUBERNETES_VERSION_SERIES={{ k8s_version_series }}
77
76
export OPENSTACK_DNS_NAMESERVERS=8.8.8.8
78
77
export CONTROL_PLANE_MACHINE_COUNT=1
79
78
export WORKER_MACHINE_COUNT=1
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ create-cluster: $(CLUSTERCTL) $(KUSTOMIZE) $(ENVSUBST) ## Create a development K
333
333
334
334
# (Re-)install Core providers
335
335
$(CLUSTERCTL) delete --all
336
- $(CLUSTERCTL) init --core cluster-api:v0.3.5 --bootstrap kubeadm:v0.3.5 --control-plane kubeadm:v0.3.5
336
+ $(CLUSTERCTL) init --core cluster-api:v0.3.8 --bootstrap kubeadm:v0.3.8 --control-plane kubeadm:v0.3.8
337
337
338
338
# (Re-)deploy CAPO provider
339
339
MANIFEST_IMG=$(CONTROLLER_IMG)-$(ARCH) MANIFEST_TAG=$(TAG) $(MAKE) set-manifest-image
@@ -379,8 +379,6 @@ create-cluster: $(CLUSTERCTL) $(KUSTOMIZE) $(ENVSUBST) ## Create a development K
379
379
380
380
# Patch Kubernetes version
381
381
cat ./hack/ci/e2e-conformance/e2e-conformance_patch.yaml.tpl | \
382
- sed "s|\$${OPENSTACK_CLOUD_PROVIDER_CONF_B64}|$(OPENSTACK_CLOUD_PROVIDER_CONF_B64)|" | \
383
- sed "s|\$${OPENSTACK_CLOUD_CACERT_B64}|$(OPENSTACK_CLOUD_CACERT_B64)|" | \
384
382
sed "s|\$${KUBERNETES_VERSION}|$(KUBERNETES_VERSION)|" | \
385
383
sed "s|\$${CLUSTER_NAME}|$(CLUSTER_NAME)|" \
386
384
> ./hack/ci/e2e-conformance/e2e-conformance_patch.yaml
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
6
6
github.com/go-logr/logr v0.1.0
7
7
github.com/gophercloud/gophercloud v0.8.0
8
8
github.com/gophercloud/utils v0.0.0-20200302155035-0565566533e4
9
- github.com/onsi/ginkgo v1.12.0
10
- github.com/onsi/gomega v1.9.0
9
+ github.com/onsi/ginkgo v1.12.1
10
+ github.com/onsi/gomega v1.10.1
11
11
github.com/pkg/errors v0.9.1
12
- gopkg.in/yaml.v2 v2.2.8
13
- k8s.io/api v0.17.2
14
- k8s.io/apimachinery v0.17.2
15
- k8s.io/client-go v0.17.2
12
+ gopkg.in/yaml.v2 v2.3.0
13
+ k8s.io/api v0.17.8
14
+ k8s.io/apimachinery v0.17.8
15
+ k8s.io/client-go v0.17.8
16
16
k8s.io/klog v1.0.0
17
- k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
18
- sigs.k8s.io/cluster-api v0.3.5
19
- sigs.k8s.io/controller-runtime v0.5.2
17
+ k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19
18
+ sigs.k8s.io/cluster-api v0.3.8
19
+ sigs.k8s.io/controller-runtime v0.5.9
20
20
)
You can’t perform that action at this time.
0 commit comments