opendevreview | Merged openstack/ansible-role-systemd_mount stable/xena: Fix mount's systemd unit dependency logic https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/869939 | 00:20 |
---|---|---|
opendevreview | Merged openstack/openstack-ansible stable/xena: Bump OpenStack-Ansible Xena https://review.opendev.org/c/openstack/openstack-ansible/+/869810 | 00:30 |
chandl3r | Hello | 08:57 |
chandl3r | Deploying the 3rd script, this the error encountered: `Could not find the requested service neutron-ovn-metadata-agent: host` | 08:58 |
chandl3r | Where is this agent expected to be installed, on infra hosts, on computes, or in neutron-* containers? | 09:00 |
jrosser | chandl3r: its probably going to be pretty quiet here over the weekend | 09:07 |
jrosser | chandl3r: but if you could paste the relevant output to paste.opendev.org so that it's clear exactly which task/role has failed that would be helpful | 09:08 |
jrosser | and also to know which exact version you are deploying and on which OS | 09:08 |
chandl3r | Tha latest released version, Zed | 09:15 |
chandl3r | Your weekend; I see. | 09:15 |
chandl3r | https://paste.opendev.org/show/bS6GMj0nbbUkdEzyBHxe/ | 09:15 |
chandl3r | I checked computes and the package `neutron-ovn-metadata-agent` was not installed there | 09:16 |
jrosser | well, it's a service not a package | 09:18 |
jrosser | did you start by building an all-in-one deployment? | 09:18 |
jrosser | https://docs.openstack.org/openstack-ansible/zed/user/aio/quickstart.html | 09:19 |
chandl3r | for `neutron_plugin_base:` which one is correctt: `neutron.services.ovn_l3.plugin.OVNL3RouterPlugin` or `ovn-router`? | 09:19 |
jrosser | is would also recommend that at the current time you use stable/zed rather than the 26.0.0 tag | 09:19 |
jrosser | we are about to release 26.1.0 which will roll up all the bug fixes since the initial Zed release, but it's not quite done yet | 09:20 |
jrosser | you should use the all-in-one build as your reference as the config is auto-generated and is exactly what we use in CI tests | 09:20 |
chandl3r | I use ovn-router, don't I? | 09:21 |
chandl3r | I use stable/zed *, don't I? | 09:21 |
chandl3r | Do you mean coping all-in-one config to my current env later? | 09:22 |
jrosser | well you said you use the latest release, which is tag 26.0.0 | 09:23 |
chandl3r | copying* | 09:23 |
jrosser | no i mean run an all-in-one in a VM and compare that against your multnode deploy | 09:23 |
jrosser | but i'd also recommend using the codesearch tool like this https://codesearch.opendev.org/?q=neutron_plugin_base | 09:23 |
jrosser | that would take you to the default setting for neutron_plugin_base here https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/master/defaults/main.yml#L347-L348 | 09:24 |
jrosser | sorry i have to go now | 09:25 |
chandl3r | "OpenStack-Ansible Zed series was first released with the 26.0.0 tag on 14 December 2022." at https://docs.openstack.org/openstack-ansible/zed/ | 09:25 |
chandl3r | I used stable/zed during cloning. | 09:25 |
chandl3r | Thanks jrosser | 09:26 |
jrosser | oh right ok, thats fine | 09:26 |
jrosser | but do try the AIO separately | 09:26 |
jrosser | it defaults to OVN and should "just work" and give you something to compare against | 09:26 |
chandl3r | Gonna deal with it | 09:26 |
opendevreview | Merged openstack/openstack-ansible-os_nova stable/yoga: Fix scheduler track_instance_changes option https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/870059 | 12:37 |
moha7 | The command `ovn-nbctl lr-list` prints the external router | 12:48 |
moha7 | in OVS world, I could log in to the router (indeed attach to the namespace) by `ip netns exec <qrouter name> bash` | 12:51 |
moha7 | Here, by OVN backend, how can I go on top of the router? | 12:52 |
moha7 | I want to do `tcpdump` to see what's the Provider issue. | 12:52 |
moha7 | Right hand of the router: 10.9.8.1 | 12:53 |
moha7 | Left hand of the router: 172.17.235.62 | 12:53 |
moha7 | Subnet gateway: 172.17.235.1 | 12:53 |
moha7 | I can ping the both router hands | 12:54 |
moha7 | But pinging the subnet gateway or something in the internet, 9.9.9.9, is Unreachable! | 12:54 |
opendevreview | Merged openstack/openstack-ansible-galera_server stable/yoga: Prevent mariadbcheck.socket to wait for network.target https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/870057 | 13:07 |
jamesdenton | moha7 there is no qrouter namespace for OVN, so your best best is to probably tcpdump using the interface connected to the provider bridge (br-provider or br-ex, etc) | 13:20 |
jamesdenton | there is supposedly a trace command, i just don't recall the syntax | 13:20 |
moha7 | jamesdenton: Do we need to define any ACL? for example `ovn-nbctl acl-add` on the ports of external network (switch)? | 13:42 |
moha7 | `tcpdump -i ens224`on infra1 or compute1? | 13:48 |
moha7 | these are available commands on the neutron-ovn-northd-container: | 13:49 |
moha7 | ovn-appctl ovn-nbctl ovn-northd ovn-sbctl ovn-trace | 13:50 |
moha7 | and there is trace one | 13:50 |
opendevreview | Merged openstack/openstack-ansible stable/zed: Skip haproxy with setup-infrastructure for upgrades https://review.opendev.org/c/openstack/openstack-ansible/+/870068 | 13:52 |
jamesdenton | if you're looking to capture traffic out the external provider network, that will be via a "gateway" node that you defined as part of the build. You can put a filter on the capture, like "host 9.9.9.9" (ie. tcpdump -i ens224 -n host 9.9.9.9) | 17:48 |
moha7 | I think my issue is somewhere in `openstack_user_config` file; I wrote a new one adding the a part for the Provider as flat network; It's here: https://pastebin.com/zpAZ9wJ7 | 20:23 |
moha7 | jamesdenton: May you please take a glance at it? ^ | 20:24 |
moha7 | This one: https://pastebin.com/VBGf8yi2 | 20:35 |
moha7 | Should I use `network_interface:` for both flat and vlan provider networks? If yes, can the interface be the same for both of them? | 20:37 |
opendevreview | Merged openstack/openstack-ansible-os_nova stable/xena: Fix scheduler track_instance_changes option https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/870060 | 21:31 |
opendevreview | Merged openstack/openstack-ansible-lxc_container_create master: Add bridge_type to lxc_container_networks https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/868604 | 21:46 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!