opendevreview | Merged openstack/ansible-collections-openstack master: Allow networks to be updated https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854170 | 00:23 |
---|---|---|
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Makes security_group_rule_info compatible with new sdk version https://review.opendev.org/c/openstack/ansible-collections-openstack/+/846148 | 00:27 |
diablo_rojo | More than happy to let gtema do it, stephenfin :D | 02:09 |
opendevreview | Merged openstack/ansible-collections-openstack master: Makes security_group_rule_info compatible with new sdk version https://review.opendev.org/c/openstack/ansible-collections-openstack/+/846148 | 02:39 |
opendevreview | JaeSeong-Shin proposed openstack/openstacksdk master: Add image metadef object operations https://review.opendev.org/c/openstack/openstacksdk/+/858604 | 04:10 |
*** ianw is now known as ianw_pto | 05:09 | |
opendevreview | Dr. Jens Harbott proposed openstack/python-openstackclient master: DNM: Test job with capped sdk https://review.opendev.org/c/openstack/python-openstackclient/+/858569 | 05:17 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Updated network module docs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858642 | 08:39 |
frickler | jm1: gtema: stephenfin: 9 failures with sdk from stable/yoga, all look like recently added new features to me, makes me wonder whether we should consider backporting those sdk additions instead of just conditionalizing the osc tests https://zuul.opendev.org/t/openstack/build/6e2faca3ff0b45729d74e72eb7191260 | 08:53 |
gtema | frickler, we always say both sdk and osc are backward compatible | 08:54 |
gtema | I am now also working on adding "functional" tests running on real clouds, and there we simply have no other option rather then improving tests detecting features | 08:55 |
frickler | backwards compatible against older clouds, yes, but should current osc also work with older sdk or not? | 09:03 |
gtema | it should work, maybe complaining the "feature" is not supported by the cloud | 09:04 |
gtema | and tests correspondingly should detect feature presence and skip when it is not | 09:04 |
gtema | ah, the question was about osc vs sdk? | 09:04 |
frickler | yes | 09:05 |
gtema | okay | 09:05 |
frickler | osc from master, sdk from stable/yoga, testing against master devstack | 09:06 |
gtema | we were discussing, but never really did - change the release model to not to have stable branches anymore. This will partially help to get rid of this "compatibility" | 09:06 |
frickler | (sdk from stable/yoga was easier and more flexible than just pinning to 0.61.0) | 09:06 |
frickler | maybe we don't need a general solution, just one for the current ansible-collection situation | 09:08 |
gtema | tja, this is just a 3rd dimension of compatibility issues | 09:09 |
gtema | I am actually wondering why "osc from master, sdk from stable/yoga, testing against master devstack"? | 09:10 |
gtema | this is wrong in my eyes | 09:10 |
frickler | the question is whether people can co-install ansible-collections and OSC | 09:11 |
frickler | s/can/should be able to/ | 09:11 |
frickler | currently they can't | 09:11 |
gtema | I would say the should be able to | 09:11 |
gtema | we have few cases on our side requiring that | 09:12 |
jm1 | gtema: "osc from master, sdk from stable/yoga and other openstack components from master" is what we might have to fallback to in rdo/tripleo. aoc is not compatible to new sdk, hence tripleo is not, too... | 09:12 |
frickler | ansible-collections still depends on sdk<0.99 | 09:12 |
frickler | osc requires sdk>=0.99, at least for testing to pass | 09:12 |
jm1 | gtema, frickler: we are currently discussing how to solve this sdk version deadlock for rdo zed release: one solution is "sdk+aoc+tripleo from yoga, everything else from zed". another solution is to use everything from zed, including a half-broken aoc release and a has-to-be-ported-to-new-aoc-until-zed-release tripleo. difficult tradeoff.. | 09:16 |
jm1 | gtema, frickler: zed's osc being backward compatible with yoga's sdk would help with the first approach | 09:23 |
gtema | tja, and how to make zed osc to yoga sdk without backporting mess? | 09:26 |
frickler | so there are three features involved: server_group, router_ndp_proxy and network_qos_rule. we can either make OSC just ignore these features with older sdk or backport to stable/yoga sdk. the former solution might be more difficult from a UI perspective. like you will still have the commands listed in the help output, but cannot use them | 09:27 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_node and baremetal_node_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854113 | 09:28 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_node_action module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854357 | 09:28 |
frickler | gtema: are you completly opposed to backporting? if not, I'd start by taking a look at ndp_proxy and see how much work that would be | 09:28 |
gtema | I want to run against the wall because of this mess. And users should be also frustrated | 09:28 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_port and baremetal_port_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854569 | 09:29 |
gtema | I am not opposed to backporting, but I don't really think this is the best approach | 09:29 |
frickler | gtema: so what is a better approach. add a "needs newer sdk" error to OSC? | 09:30 |
gtema | from my pov the best case is if osc can detect whether feature is available on cloud and raise error for the command if it is not. The same to do with SDK saying: you need to use newer SDK | 09:30 |
gtema | this is also what ansible modules are doing | 09:30 |
frickler | hmm, o.k. | 09:31 |
gtema | but the worst is necessity to implement and backport it | 09:31 |
gtema | it's a real mess | 09:31 |
frickler | hmm, the ndp proxy commands also fail to check whether Neutron has the required extension enabled. not directly related, but also less than optimal | 09:41 |
gtema | why is that? is it not reported as extension? | 09:42 |
opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: image: Add 'image task show' commands https://review.opendev.org/c/openstack/python-openstackclient/+/813436 | 09:43 |
opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: image: Add 'image task list' command https://review.opendev.org/c/openstack/python-openstackclient/+/813554 | 09:43 |
frickler | it is, the check just hasn't been added to the code | 09:52 |
gtema | okay | 09:52 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_node and baremetal_node_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854113 | 10:14 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_node_action module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854357 | 10:15 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored baremetal_port and baremetal_port_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/854569 | 10:16 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Replaced expensive get_server() and fixed issues in server module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/852119 | 10:27 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored floating_ip and floating_ip_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/828613 | 10:30 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Bump minimum required openstacksdk release to 0.101.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858670 | 10:48 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored floating_ip and floating_ip_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/828613 | 12:05 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Refactored floating_ip and floating_ip_info modules https://review.opendev.org/c/openstack/ansible-collections-openstack/+/828613 | 12:19 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Replaced expensive get_server() and fixed issues in server module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/852119 | 12:20 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Replaced expensive get_server() and fixed issues in server module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/852119 | 12:22 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Update federation_mapping_info module to be compatible with new sdk https://review.opendev.org/c/openstack/ansible-collections-openstack/+/849283 | 12:29 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Update address scope to use proxy https://review.opendev.org/c/openstack/ansible-collections-openstack/+/848635 | 13:08 |
opendevreview | Bence Romsics proposed openstack/python-openstackclient master: Improve help text for network create --external https://review.opendev.org/c/openstack/python-openstackclient/+/858708 | 13:25 |
opendevreview | Bence Romsics proposed openstack/python-openstackclient master: Improve help text for network create --external https://review.opendev.org/c/openstack/python-openstackclient/+/858708 | 13:28 |
opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Update address scope to use proxy https://review.opendev.org/c/openstack/ansible-collections-openstack/+/848635 | 13:47 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Specifically build master in tripleo periodic job https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858760 | 14:53 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Specifically build master in tripleo periodic job https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858760 | 14:54 |
Daviey | https://review.opendev.org/c/openstack/openstacksdk/+/853703 Could really do with another Core review please? | 16:35 |
opendevreview | Merged openstack/ansible-collections-openstack master: Update address scope to use proxy https://review.opendev.org/c/openstack/ansible-collections-openstack/+/848635 | 16:38 |
frickler | got the same failure twice now on openstacksdk-functional-devstack for yoga https://zuul.opendev.org/t/openstack/build/935a8d58f509404f852297c68e2bd5fe/ | 17:07 |
gtema | There's cleanup fix | 17:22 |
gtema | It helped on yoga branch of nova | 17:22 |
opendevreview | Merged openstack/ansible-collections-openstack master: Update federation_mapping_info module to be compatible with new sdk https://review.opendev.org/c/openstack/ansible-collections-openstack/+/849283 | 17:42 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Bump minimum required openstacksdk release to 0.101.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858670 | 17:43 |
frickler | gtema: ah, there's already a backport proposed https://review.opendev.org/c/openstack/openstacksdk/+/856509 , I'll look into the failures | 18:00 |
gtema | frickler: https://review.opendev.org/c/openstack/openstacksdk/+/858268 | 18:01 |
gtema | This is the real fix | 18:02 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Update quota for 2.0.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/851483 | 18:33 |
opendevreview | Merged openstack/openstacksdk master: Improve project cleanup for cinder https://review.opendev.org/c/openstack/openstacksdk/+/858268 | 19:31 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Updated network module docs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858642 | 20:09 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Updates volume for 2.0.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/853749 | 20:37 |
opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Updates server_volume for 2.0.0 https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858834 | 23:11 |
opendevreview | Merged openstack/ansible-collections-openstack master: Updated network module docs https://review.opendev.org/c/openstack/ansible-collections-openstack/+/858642 | 23:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!