File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
etc/kayobe/environments/ci-builder/inventory Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Install OpenStack client
140
140
run : |
141
141
source venvs/kayobe/bin/activate &&
142
- pip install python-openstackclient -c https://opendev. org/openstack/requirements/raw/branch/stable/ ${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
142
+ pip install python-openstackclient -c https://releases.openstack. org/constraints/upper/ ${{ steps.openstack_release.outputs.openstack_release }}
143
143
144
144
- name : Build a CentOS Stream 8 overcloud host image
145
145
id : build_centos_stream_8
Original file line number Diff line number Diff line change 92
92
- name : Install OpenStack client
93
93
run : |
94
94
source venvs/kayobe/bin/activate &&
95
- pip install python-openstackclient -c https://opendev. org/openstack/requirements/raw/branch/stable/yoga/ upper-constraints.txt
95
+ pip install python-openstackclient -c https://releases.openstack. org/constraints/ upper/${{ steps.openstack_release.outputs.openstack_release }}
96
96
97
97
- name : Output CentOS Stream 8 image tag
98
98
id : centos_8_stream_image_tag
Original file line number Diff line number Diff line change 34
34
35
35
- name : Install OpenStack client
36
36
run : |
37
- pip install python-openstackclient -c https://opendev. org/openstack/requirements/raw/branch/stable/ ${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
37
+ pip install python-openstackclient -c https://releases.openstack. org/constraints/upper/ ${{ steps.openstack_release.outputs.openstack_release }}
38
38
39
39
- name : Clean up aio instances over 3 hours old
40
40
run : |
Original file line number Diff line number Diff line change 1
1
# A 'seed' host used for building images.
2
2
[seed]
3
- builder
3
+ localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3
You can’t perform that action at this time.
0 commit comments