File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- name : test-py38- functional-devstack
1+ name : test-functional-devstack
22
33on :
44 push :
88
99jobs :
1010 build :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212
1313 steps :
1414 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- name : test-py39 -functional
1+ name : test-py310 -functional-openstack
22
33on :
44 push :
88
99jobs :
1010 build :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Set up Python 3.9
16+ - name : Set up Python 3.10
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : 3.9
19+ python-version : " 3.10 "
2020
2121 - name : Install ColdFront and plugin
2222 run : |
4141 microstack.openstack application credential create "$CREDENTIAL_NAME" -f value -c secret)
4242 export OPENSTACK_DEVSTACK_APPLICATION_CREDENTIAL_ID=$(
4343 microstack.openstack application credential show "$CREDENTIAL_NAME" -f value -c id)
44+ export OPENSTACK_ESI_APPLICATION_CREDENTIAL_SECRET=$OPENSTACK_DEVSTACK_APPLICATION_CREDENTIAL_SECRET
45+ export OPENSTACK_ESI_APPLICATION_CREDENTIAL_ID=$OPENSTACK_DEVSTACK_APPLICATION_CREDENTIAL_ID
46+
4447 export OPENSTACK_PUBLIC_NETWORK_ID=$(microstack.openstack network show external -f value -c id)
4548 export OS_AUTH_URL="https://localhost:5000"
4649
4750 coldfront test coldfront_plugin_cloud.tests.functional.openstack
51+ coldfront test coldfront_plugin_cloud.tests.functional.esi
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ cat cert.pem key.pem > devstack-cert.pem
2020sudo cp devstack-cert.pem /usr/local/share/ca-certificates/devstack-cert.crt
2121sudo update-ca-certificates
2222
23+ add-apt-repository --list
24+
2325# Install and start Devstack
2426git clone https://github.com/openstack/devstack.git /opt/stack/devstack
2527cd /opt/stack/devstack
26- git checkout " stable/2023.1"
2728
2829cp samples/local.conf .
2930
You can’t perform that action at this time.
0 commit comments