noonedeadpunk | mornings | 06:38 |
---|---|---|
admin1 | \o | 06:52 |
hamidlotfi_ | Morning | 06:52 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server master: Fix linters issue and metadata https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/888143 | 06:55 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server master: Do not use notify inside handlers https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/888762 | 06:55 |
hamidlotfi_ | Why I have just two network agent when run this command `openstack network agent list` Only ` OVN Controller Gateway agent` and `OVN Metadata agent` | 06:59 |
hamidlotfi_ | and don't have `L3 agent` or `dhcp agent` | 06:59 |
hamidlotfi_ | @noonedeadpunk | 07:01 |
noonedeadpunk | you don't have these in OVN | 07:01 |
noonedeadpunk | l3/dhcp are applicable only for OVS and LXB drivers | 07:02 |
noonedeadpunk | in OVN they're part of OVN | 07:02 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_aodh master: Use proper galera port in configuration https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/890093 | 07:02 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_barbican master: Use proper galera port in configuration https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/890095 | 07:02 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_blazar master: Use proper galera port in configuration https://review.opendev.org/c/openstack/openstack-ansible-os_blazar/+/890096 | 07:03 |
hamidlotfi_ | Now I get this error when creating an instance : | 07:03 |
hamidlotfi_ | | 07:03 |
hamidlotfi_ | 2023-08-07 09:55:22.000 47172 ERROR nova.network.neutron [None req-7c416661-4d8a-4867-a7ef-d5494f0da7b2 4612ab3414234fa0a4f35bab6fee918c 0ea7db0b0efe467898ecfd900b9d82cb - - default default] [instance: 1e57d237-0780-43f4-b89e-da9b65900061] Neutron error creating port on network 70f4981a-d80e-4577-a8e0-f5767c65ed62: neutronclient.common.exceptions.InternalServerError: Request Failed: internal server error while | 07:03 |
hamidlotfi_ | processing your request. | 07:03 |
hamidlotfi_ | This error is not related to this topic? | 07:03 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: Use proper galera port in configuration https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/890099 | 07:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Use proper galera port in configuration https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/890089 | 07:05 |
hamidlotfi_ | in instance creation time show this error in compute node `nova-compute` service | 07:08 |
hamidlotfi_ | https://www.irccloud.com/pastebin/TFLeQNNC/ | 07:08 |
hamidlotfi_ | @noonedeadpunk | 07:08 |
noonedeadpunk | hamidlotfi_: you should check neutron-server logs I believe | 07:09 |
hamidlotfi_ | Yes, I will check | 07:10 |
hamidlotfi_ | https://www.irccloud.com/pastebin/t4RUA0q3/ | 07:15 |
hamidlotfi_ | Mechanism driver 'ovn' failed in create_port_postcommit: RuntimeError: | 07:15 |
opendevreview | Andrew Bonney proposed openstack/openstack-ansible-os_nova master: Enable multiple console proxies where requried in deployments https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/890521 | 07:19 |
mnasiadka | noonedeadpunk: actually before zed dhcp agent is used for Ironic in ML2/OVN ;) | 07:24 |
noonedeadpunk | Ah, well, but it's slightly differet I'd say :D | 07:25 |
noonedeadpunk | hamidlotfi_: to be frank, I've never seen that | 07:26 |
admin1 | hamidlotfi_, restart your ovs and ovn daemons .. they will display the underlying issue when booting up .. and are all agents listed as up ? | 07:29 |
noonedeadpunk | hamidlotfi_: I wonder if northd is present | 07:29 |
noonedeadpunk | I assume you have `network-northd_hosts` defined in openstack_user_config | 07:30 |
noonedeadpunk | as otherwise the error would be completely different | 07:31 |
hamidlotfi_ | I have neutron_ovn_northd_container on all my controller nodes | 07:32 |
admin1 | i do not have it defined in mine noonedeadpunk, but it works .. it defaults to network_hosts | 07:33 |
noonedeadpunk | It's not after... Zed? | 07:33 |
hamidlotfi_ | I used ZED/26.1.1 | 07:34 |
admin1 | i am on 26.1.1 | 07:34 |
admin1 | ovn with both ovn and amphora lbs work nicely | 07:34 |
noonedeadpunk | admin1: it's not defaulted to network_hosts, unless you did upgrade (and containers are not dropped on their own) or have override for env.d: https://opendev.org/openstack/openstack-ansible/src/branch/stable/zed/inventory/env.d/neutron.yml#L96-L100 | 07:36 |
admin1 | oh yes . i have the overrides in env.d/neutron | 07:36 |
admin1 | forgot about that | 07:36 |
noonedeadpunk | but regarding hamidlotfi_ issue - I'm not really sure what's wrong there.... It seems like something slightly more then missing service, maybe dead service or smth wrong with ovsdb... not sure... | 07:37 |
hamidlotfi_ | I destroyed and recreated the neutron_all containers because the OVSDB cluster was out of sync | 07:40 |
noonedeadpunk | oh, well.... | 07:40 |
noonedeadpunk | Then I have no idea how to recover from that, as I don't have enough experience with OVN :( | 07:41 |
opendevreview | Christian Rohmann proposed openstack/openstack-ansible-haproxy_server master: Enable stats to use dedicated server certificate and allow for client cert auth https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/890640 | 09:32 |
noonedeadpunk | hm, do we have jammy borked? | 13:03 |
noonedeadpunk | or these are some mirrors... | 13:05 |
mgariepy | https://linuxcontainers.org/incus/introduction/ | 13:20 |
noonedeadpunk | oh | 13:23 |
noonedeadpunk | sweet :D | 13:23 |
noonedeadpunk | we should use that in case they will pack without snaps :D | 13:24 |
mgariepy | https://github.com/lxc/incus/issues/8 | 13:25 |
mgariepy | so i guess it won't have any snaps :D | 13:26 |
noonedeadpunk | we waited for so long and seems about to get rewarded :) | 13:31 |
* noonedeadpunk not sure it will be packed for ubuntu | 13:32 | |
mgariepy | might in in a ppa :D | 13:34 |
mgariepy | or maybe someone will create debs on github or something. | 13:34 |
noonedeadpunk | or debian version will just fit | 13:38 |
mgariepy | maybe ubuntu will just pull it from debs repos :D haah | 13:39 |
mgariepy | but well, let's see where it goes. | 13:39 |
noonedeadpunk | fingers crossed | 13:48 |
jamesdenton | mornin | 14:08 |
jamesdenton | noonedeadpunk a few weeks ago you mentioned some change to haproxy role that might support unique FQDNs per endpoint, does that ring a bell? | 14:11 |
noonedeadpunk | jamesdenton: I was thinking about this one https://opendev.org/openstack/openstack-ansible-haproxy_server/commit/d548b7e5ff8ea377d8640fee8e4ab41cbdede2b6 | 14:12 |
jamesdenton | ahh very nice, thank you! | 14:13 |
noonedeadpunk | but it should be possible even without that... | 14:13 |
noonedeadpunk | (at least I heard some success stories) | 14:13 |
jamesdenton | not entirely sure how unless you really work the haproxy_service_configs override | 14:14 |
jamesdenton | either way, i will take a look at the route maps, thank you | 14:15 |
noonedeadpunk | there're also overrides for services, like `haproxy_keystone_service_overrides`: https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/keystone_all/haproxy_service.yml#L30-L31 | 14:16 |
noonedeadpunk | so you can extend service with maps rather then fully override the thing | 14:16 |
jamesdenton | maybe that'll be the way to go. i'll play around with it, if i get it working i'll document it | 14:16 |
* noonedeadpunk hopes it does | 14:19 | |
cloudnull | what's good cloud? | 14:35 |
cloudnull | happy Monday | 14:35 |
jamesdenton | happt day | 14:37 |
jamesdenton | and happy, too | 14:37 |
noonedeadpunk | hey there! | 14:39 |
noonedeadpunk | things are good, except summer is quite close to end... | 14:39 |
mgariepy | yep school is starting soon ! :/ | 14:41 |
noonedeadpunk | days are getting shorter, nights are getting darker | 14:45 |
cloudnull | I am looking forward to the end of summer :D | 14:47 |
mgariepy | i'm looking forward to end of the rainy summer :D haha | 14:49 |
jamesdenton | what is this 'rain' you speak of | 14:50 |
cloudnull | yeah I was going to ask the same | 14:50 |
mgariepy | we got like 100% / 200% more rain. this july... i'm starting to think about swapping my chickens for ducks. | 14:51 |
cloudnull | hahahaaha | 14:51 |
mgariepy | but at least i did my house renos before the rain :D haha | 14:52 |
noonedeadpunk | Well, to be fair, we had the first rain of the summer just this weekend | 14:53 |
noonedeadpunk | which I was pretty happy about | 14:53 |
mgariepy | no rain is not much better than only rain | 14:53 |
noonedeadpunk | yeah, true | 14:53 |
noonedeadpunk | only rain sucks | 14:54 |
mgariepy | it's getting dry now.. no rain for 2 days. | 14:54 |
noonedeadpunk | during late autumn/winter it can be raining here for a week or even more without any stop | 14:54 |
mgariepy | ouch. | 14:55 |
spatel | cloudnull you must be living in hot places... haha | 20:08 |
supamatt | texas ;) | 20:10 |
supamatt | it's been 105 here for almost the last 90 days | 20:10 |
cloudnull | spatel you are right! | 20:11 |
spatel | no wonder why you wishing for summer to end.. lol | 20:12 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!