@jkkadgar:matrix.org | It seems that the default openstacksdk is incompatible with Ansible 8 | 15:17 |
---|---|---|
I get this error when I upgrade: | ||
Incompatible openstacksdk library found: Version MUST be >=1.0 and <=None, but 0.62.0 is smaller than minimum version 1.0. | ||
Currently in ansible-config.conf we have this set: | ||
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers | ||
requirements = openstacksdk<0.99 | ||
Is there a version that we can upgrade to that no longer has this issue? I don't know much about the history of this. | ||
@jkkadgar:matrix.org | * It seems that the default openstacksdk is incompatible with Ansible 8 | 15:20 |
I get this error when I upgrade: | ||
Incompatible openstacksdk library found: Version MUST be >=1.0 and \<=None, but 0.62.0 is smaller than minimum version 1.0. | ||
Currently in ansible-config.conf we have this set: | ||
OpenStackSDK 0.99.0 coincides with CORS header problems in some providers | ||
requirements = openstacksdk\<0.99 | ||
Is there a version that we can upgrade to that no longer has this issue? I don't know much about the history of this. | ||
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 912680: Add event_ref to buildset table https://review.opendev.org/c/zuul/zuul/+/912680 | 15:20 | |
@jkkadgar:matrix.org | * It seems that the default openstacksdk is incompatible with Ansible 8 | 15:20 |
I get this error when I upgrade: | ||
Incompatible openstacksdk library found: Version MUST be >=1.0 and \<=None, but 0.62.0 is smaller than minimum version 1.0. | ||
Currently in ansible-config.conf we have this set: | ||
OpenStackSDK 0.99.0 coincides with CORS header problems in some providers | ||
requirements = openstacksdk\<0.99 | ||
Is there a version that we can upgrade to that no longer has this issue? I don't know much about the history of this. | ||
@jkkadgar:matrix.org | * It seems that the default openstacksdk is incompatible with Ansible 8 | 15:21 |
I get this error when I upgrade: | ||
Incompatible openstacksdk library found: Version MUST be >=1.0 and <=None, but 0.62.0 is smaller than minimum version 1.0. | ||
Currently in ansible-config.conf we have this set: | ||
OpenStackSDK 0.99.0 coincides with CORS header problems in some providers | ||
requirements = openstacksdk<0.99 | ||
Is there a version that we can upgrade to that no longer has this issue? I don't know much about the history of this. | ||
@clarkb:matrix.org | > <@jkkadgar:matrix.org> It seems that the default openstacksdk is incompatible with Ansible 8 | 15:26 |
> I get this error when I upgrade: | ||
> Incompatible openstacksdk library found: Version MUST be >=1.0 and <=None, but 0.62.0 is smaller than minimum version 1.0. | ||
> | ||
> Currently in ansible-config.conf we have this set: | ||
> | ||
> OpenStackSDK 0.99.0 coincides with CORS header problems in some providers | ||
> requirements = openstacksdk<0.99 | ||
> | ||
> Is there a version that we can upgrade to that no longer has this issue? I don't know much about the history of this. | ||
I think openstacksdk CORS header problems refer to the CORS headers on swift objects when uploaded with openstacksdk of different versions. Whereas you're trying to use the openstack ansible module instead? | ||
@jkkadgar:matrix.org | > <@clarkb:matrix.org> I think openstacksdk CORS header problems refer to the CORS headers on swift objects when uploaded with openstacksdk of different versions. Whereas you're trying to use the openstack ansible module instead? | 15:26 |
Yes that is correct | ||
@clarkb:matrix.org | I think you can try overriding that pin in your installation and see if it works for openstack ansible and if you use swift log uploads also for that | 15:27 |
@clarkb:matrix.org | and if it does then we can look at unpinning in zuul proper | 15:27 |
@clarkb:matrix.org | More generally I think we should test that swift object uploads have properly set CORS values when uploaded by newer openstacksdk then we can unpin it | 15:28 |
@jkkadgar:matrix.org | I can not test the swift part as we don't use that | 15:29 |
@jkkadgar:matrix.org | but I am willing to propose a change | 15:31 |
@clarkb:matrix.org | I think db84b7559cb50d734842c95fcd8f283c897cc780 in openstacksdk may have fixed the issue | 15:33 |
-@gerrit:opendev.org- Joseph Kostreva proposed: [zuul/zuul] 912789: Undo pin of openstacksdk before 0.99 https://review.opendev.org/c/zuul/zuul/+/912789 | 15:48 | |
@clarkb:matrix.org | Reading the zuul-jobs role code for log uploads and the openstacksdk code I think this particular thing should be fine | 16:00 |
@clarkb:matrix.org | we may find other incompatibilities though so not sure how much testing we want to do before approving that | 16:01 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 912791: Reset jobs behind non-mergeable cycle https://review.opendev.org/c/zuul/zuul/+/912791 | 16:03 | |
-@gerrit:opendev.org- Zuul merged on behalf of Ian Wienand: [zuul/zuul-client] 878809: encrypt: use pkeyutl https://review.opendev.org/c/zuul/zuul-client/+/878809 | 17:09 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 912812: Report the triggering change in the report message https://review.opendev.org/c/zuul/zuul/+/912812 | 18:13 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 912680: Add event_ref to buildset table https://review.opendev.org/c/zuul/zuul/+/912680 | 18:27 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 23:07 | |
- [zuul/zuul] 912494: Use the triggering change as the zuul change https://review.opendev.org/c/zuul/zuul/+/912494 | ||
- [zuul/zuul] 912615: Attempt to preserve triggering event across re-enqueues https://review.opendev.org/c/zuul/zuul/+/912615 | ||
- [zuul/zuul] 912817: Add a zuul.refs variable https://review.opendev.org/c/zuul/zuul/+/912817 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!