File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ This provider's versions are able to install and manage the following versions o
56
56
57
57
This provider's versions are able to install Kubernetes to the following versions of OpenStack:
58
58
59
- | | Pike | Queens | Rocky | Stein | Train | Ussuri | Victoria | Wallaby |
60
- | ---------------------------------- | ---- | ------ | ----- | ----- | ----- | ------ | -------- | ------- |
61
- | OpenStack Provider v1alpha3 (v0.3) | + | + | + | ✓ | ✓ | ✓ | ✓ | |
62
- | OpenStack Provider v1alpha4 (v0.4) | + | + | + | + | + | + | ✓ | |
63
- | OpenStack Provider v1alpha4 (v0.5) | + | + | + | + | + | + | ✓ | |
64
- | OpenStack Provider v1beta1 | + | + | + | + | + | + | ✓ | ✓ |
59
+ | | Pike | Queens | Rocky | Stein | Train | Ussuri | Victoria | Wallaby | Xena |
60
+ | ---------------------------------- | ---- | ------ | ----- | ----- | ----- | ------ | -------- | ------- | ---- |
61
+ | OpenStack Provider v1alpha3 (v0.3) | + | + | + | ✓ | ✓ | ✓ | ✓ | | |
62
+ | OpenStack Provider v1alpha4 (v0.4) | + | + | + | + | + | + | ✓ | | |
63
+ | OpenStack Provider v1alpha4 (v0.5) | + | + | + | + | + | + | ✓ | | |
64
+ | OpenStack Provider v1beta1 | + | + | + | + | + | + | ✓ | ✓ | ✓ |
65
65
66
66
Test status:
67
67
Original file line number Diff line number Diff line change 130
130
source /opt/stack/devstack/openrc admin admin
131
131
132
132
# Upload the images so we don't have to upload them from Prow
133
- /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2021-03-27/ubuntu-2004-kube-v1.18.15.qcow2
133
+ # Upload cirros image first in order to avoid reach limit of project
134
+ # https://docs.openstack.org/glance/latest/admin/quotas.html
134
135
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2021-03-27/cirros-0.5.1-x86_64-disk.img
136
+ /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2021-03-27/ubuntu-2004-kube-v1.18.15.qcow2
135
137
136
138
# Add the controller to its own host aggregate and availability zone
137
139
aggregateid=$(openstack aggregate create --zone "${ PRIMARY_AZ} " "${ PRIMARY_AZ} " -f value -c id)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
30
30
31
31
CLUSTER_NAME=${CLUSTER_NAME:- " capo-e2e" }
32
32
33
- OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " wallaby " }
33
+ OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " xena " }
34
34
OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:- " false" }
35
35
36
36
# Devstack will create a provider network using this range
You can’t perform that action at this time.
0 commit comments