*** dviroel_ is now known as dviroel | 15:32 | |
*** dviroel is now known as dviroel|out | 15:32 | |
*** rgunasekaran_ is now known as rgunasekaran | 19:06 | |
moha7 | Does 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 |
---|---|---|
jrosser | moha7: can you give a specific error and the commands you ran? | 21:21 |
jrosser | moha7: the AIO is completely self configuring | 21:22 |
moha7 | Running 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 |
moha7 | jrosser: let me check the history of commands | 21:23 |
jrosser | moha7: well, didn’t we have a ton of trouble before where the root cause was your proxmox networking? | 21:24 |
moha7 | The 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.yml | 21:26 |
moha7 | Yes, but this time I don't think it's the Prox fault | 21:27 |
moha7 | Those Prox issues solved as you guide me for vlan-aware settings on the external (network interface) | 21:28 |
jrosser | well, I have never seen boostrap-aio break the host networking in a “normal” virtualisation environment | 21:29 |
jrosser | like an openstack VM or oracle cloud is what is have most recent experience with | 21:29 |
moha7 | hmm, so i need to test it on VMWare-hosted machine | 21:29 |
jrosser | just 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 code | 21:30 |
moha7 | Is the above procedure correct path for installing AIO? Is there anything lacking? | 21:30 |
moha7 | Clone > `bootstrap-ansible.sh` > `bootstrap-aio.sh` > `setup-everything.yml` | 21:31 |
jrosser | that is essentially what our CI jobs do | 21:31 |
jrosser | you mention errors to do with the vip | 21:32 |
moha7 | Probably bootstrap-aio made a [connection] error somewhere and I didn't pay attention. I will test again on another VM | 21:33 |
jrosser | and also something to do with not having internet access | 21:34 |
moha7 | Where 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 |
jrosser | it does not use netplan | 21:37 |
jrosser | as that is ubuntu only and so we need something portable | 21:37 |
jrosser | which is systemd_networkd | 21:38 |
moha7 | probably somewhere in /etc/network/, yes? | 21:38 |
jrosser | https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_networking.yml#L45 | 21:39 |
moha7 | +1 | 21:41 |
jrosser | https://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 |
moha7 | And here: they are in `/etc/systemd/network/`, each bridge has its configuration files | 21:41 |
jrosser | ^ there are complete logs collecting all useful files for every job we run | 21:42 |
moha7 | Tnx | 21:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!