Sunday, 2023-01-22

*** dviroel_ is now known as dviroel15:32
*** dviroel is now known as dviroel|out15:32
*** rgunasekaran_ is now known as rgunasekaran19:06
moha7Does AIO need the file `/etc/openstack_deploy/openstack_user_config.`? Seems yes as it asks for the lb_vip and other stuff in errors of deployment; Then, how do you deploy Zed with OVN while the sample file is providing `group_binds: neutron_linuxbridge_agents`? Indeed, `openstack_user_config.yml.aio` has been configured for LXB, not OVN!21:09
jrossermoha7: can you give a specific error and the commands you ran?21:21
jrossermoha7: the AIO is completely self configuring21:22
moha7Running the `bootstrap-aio.sh` leads to setting up a bunch of bridges and I lost the connection to the server; I was forced to use the proxmox web console; Deploying from the console says: "failed to update apt cache: unknown reason". It's because the netplan IP that has access to internet does not work! I don't have any ping for internet domains there.21:22
moha7jrosser: let me check the history of commands21:23
jrossermoha7: well, didn’t we have a ton of trouble before where the root cause was your proxmox networking?21:24
moha7The Ubuntu (20.04) VM has one interface with an IP that has access to internet > I cloned the stable brach of Zed > Then: bootstrap-ansible.sh > Next: bootstrap-aio.sh > Finally: setup-everything.yml21:26
moha7Yes, but this time I don't think it's the Prox fault21:27
moha7Those Prox issues solved as you guide me for vlan-aware settings on the external (network interface)21:28
jrosserwell, I have never seen boostrap-aio break the host networking in a “normal” virtualisation environment21:29
jrosserlike an openstack VM or oracle cloud is what is have most recent experience with21:29
moha7hmm, so i need to test it on VMWare-hosted machine21:29
jrosserjust to be completely clear, the AIO and the script your just ran is used for every CI test we run and each stands up a fresh VM and has to succeed or we can’t merge any code21:30
moha7Is the above procedure correct path for installing AIO? Is there anything lacking?21:30
moha7Clone > `bootstrap-ansible.sh` > `bootstrap-aio.sh` > `setup-everything.yml`21:31
jrosserthat is essentially what our CI jobs do21:31
jrosseryou mention errors to do with the vip21:32
moha7Probably bootstrap-aio made a [connection] error somewhere and I didn't pay attention. I will test again on another VM21:33
jrosserand also something to do with not having internet access21:34
moha7Where does the script go to save bridges configurations? `ip -c -br a` lists them, but no changes have been made in the netplan config file!21:37
jrosserit does not use netplan21:37
jrosseras that is ubuntu only and so we need something portable21:37
jrosserwhich is systemd_networkd21:38
moha7probably somewhere in /etc/network/, yes?21:38
jrosserhttps://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_networking.yml#L4521:39
moha7+121:41
jrosserhttps://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_322/871296/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-focal/322e82c/logs/etc/host/systemd/network/21:41
moha7And here:  they are in `/etc/systemd/network/`, each bridge has its configuration files21:41
jrosser^ there are complete logs collecting all useful files for every job we run21:42
moha7Tnx21:43

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!