opendevreview | Brian Haley proposed openstack/neutron master: Start using TYPE_GRE_IP6 from neutron-lib https://review.opendev.org/c/openstack/neutron/+/925068 | 01:19 |
---|---|---|
opendevreview | yatin proposed openstack/neutron stable/2023.1: Don't print traceback if standard attr is missing on update https://review.opendev.org/c/openstack/neutron/+/924471 | 04:43 |
opendevreview | Merged openstack/neutron master: Increase code coverage for OVN metadata agent https://review.opendev.org/c/openstack/neutron/+/914919 | 05:08 |
*** tobias-urdin|pto is now known as tobias-urdin | 06:31 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add API extension ``tag-creation`` https://review.opendev.org/c/openstack/neutron-lib/+/924700 | 06:33 |
ralonsoh | slaweq, hello! if you have less than 1 min: https://review.opendev.org/c/openstack/neutron/+/924656 | 06:35 |
ralonsoh | I'll propose a backport too | 06:35 |
ralonsoh | thanks | 06:36 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2024.1: Initialize the policy enforcer for the "tagging" service plugin https://review.opendev.org/c/openstack/neutron/+/925077 | 06:37 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2023.2: Initialize the policy enforcer for the "tagging" service plugin https://review.opendev.org/c/openstack/neutron/+/925078 | 06:37 |
slaweq | ralonsoh hi, +2 | 07:36 |
slaweq | thx | 07:36 |
ralonsoh | thanks | 07:36 |
ralonsoh | slaweq, hey! | 08:49 |
ralonsoh | I think we could have an issue | 08:49 |
ralonsoh | https://zuul.opendev.org/t/openstack/builds?job_name=neutron-fullstack-with-uwsgi&skip=0 | 08:49 |
ralonsoh | this could be related to https://review.opendev.org/c/openstack/neutron-lib/+/921649 | 08:50 |
ralonsoh | last good execution was using n-lib 3.13, the next one execution (that failed) was using n-lib 13.14 | 08:51 |
ralonsoh | 3.14 | 08:51 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use the RBAC actions field for "network" and "subnet" https://review.opendev.org/c/openstack/neutron/+/915370 | 08:58 |
ralonsoh | ---> https://bugs.launchpad.net/neutron/+bug/2074360 | 08:59 |
ralonsoh | I've created this LP bug | 08:59 |
opendevreview | Liushy proposed openstack/neutron master: [OVN] Support address group for ovn driver https://review.opendev.org/c/openstack/neutron/+/851509 | 09:36 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the tenant_id/project_id parameter from QoS rule commands https://review.opendev.org/c/openstack/neutron/+/925085 | 09:51 |
ralonsoh | slaweq, ykarel ^^ | 09:52 |
ralonsoh | this is blocking the CI right now | 09:53 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the tenant_id/project_id parameter from QoS rule commands https://review.opendev.org/c/openstack/neutron/+/925085 | 11:29 |
opendevreview | Pierre Riteau proposed openstack/ovn-octavia-provider master: Maintenance task: do not change IPv4 ip_port_mappings https://review.opendev.org/c/openstack/ovn-octavia-provider/+/923196 | 11:37 |
ykarel | thx ralonsoh | 11:42 |
opendevreview | Liushy proposed openstack/neutron master: [OVN] Support address group for ovn driver https://review.opendev.org/c/openstack/neutron/+/851509 | 12:17 |
opendevreview | Pierre Riteau proposed openstack/neutron master: [OVN][CI] Update OVS_BRANCH to be compatible with ovn main https://review.opendev.org/c/openstack/neutron/+/925091 | 13:20 |
opendevreview | Pierre Riteau proposed openstack/ovn-octavia-provider master: [OVN][CI] Update OVS_BRANCH to be compatible with ovn main https://review.opendev.org/c/openstack/ovn-octavia-provider/+/925092 | 13:20 |
priteau | Hello. I submitted a patch to ovn-octavia-provider earlier today, which failed one of the CI jobs due to OVN compilation issues. The above patches should fix this issue. | 13:21 |
opendevreview | Pierre Riteau proposed openstack/ovn-bgp-agent master: Bump OVS version (branch 3.4) for devstack local.conf sample https://review.opendev.org/c/openstack/ovn-bgp-agent/+/925093 | 13:23 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the tenant_id/project_id parameter from QoS rule commands https://review.opendev.org/c/openstack/neutron/+/925085 | 15:09 |
ralonsoh | haleyb, hi! please check ^^ | 15:10 |
ralonsoh | this should fix the fullstack job | 15:10 |
ralonsoh | the CI is blocked because of this | 15:10 |
ralonsoh | mlavalle, ^^ same. It could be nice to merge it today | 15:10 |
ralonsoh | thanks in advance | 15:11 |
haleyb | ralonsoh: oh, is that because of the neutron-lib change? | 15:12 |
ralonsoh | yes | 15:12 |
haleyb | i am drinking from the firehose being out last week | 15:12 |
opendevreview | Merged openstack/ovn-bgp-agent master: Bump OVS version (branch 3.4) for devstack local.conf sample https://review.opendev.org/c/openstack/ovn-bgp-agent/+/925093 | 16:10 |
vindict | Hello, we are operating an Openstack used for both private (internal to company) and public (VMs sell to customers) cloud. We have several baremetal not managed by Openstack that host services (like HTTP servers) we only want to allow for our private tenants (internal company projects and users). We managed to connect these hosts to Openstack using a provider network, and we are now looking to restrict this provider network to... | 16:18 |
vindict | ... only private tenants. RBAC solutions seems to be a good way to go, however they do not seem to apply on provider networks which seems to be public. Are you aware of the RBAC limitations on provider networks ? Am I looking at it the wrong way ? | 16:18 |
vindict | I would like to avoid having to rely on vRouter to connect all my VMs (10k+) to the provider network delivering those services. | 16:18 |
opendevreview | Brian Haley proposed openstack/neutron master: Start using constants from neutron-lib https://review.opendev.org/c/openstack/neutron/+/925068 | 16:23 |
opendevreview | Merged openstack/neutron master: Fix typos in the S-RBAC document https://review.opendev.org/c/openstack/neutron/+/925067 | 17:58 |
opendevreview | Brian Haley proposed openstack/neutron master: Start using constants from neutron-lib https://review.opendev.org/c/openstack/neutron/+/925068 | 20:44 |
opendevreview | Merged openstack/neutron master: Remove the tenant_id/project_id parameter from QoS rule commands https://review.opendev.org/c/openstack/neutron/+/925085 | 21:03 |
opendevreview | Brian Haley proposed openstack/neutron master: Start using constants from neutron-lib https://review.opendev.org/c/openstack/neutron/+/925068 | 22:16 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!