<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 10, 2022 at 11:52 AM Franck VEDEL <<a href="mailto:franck.vedel@univ-grenoble-alpes.fr">franck.vedel@univ-grenoble-alpes.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">Hello,<div><br><div>
<div dir="auto" style="text-align:start;text-indent:0px"><div dir="auto" style="text-align:start;text-indent:0px"><div dir="auto" style="text-align:start;text-indent:0px"><div dir="auto" style="text-align:start;text-indent:0px"><div dir="auto" style="text-align:start;text-indent:0px"><div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">yesterday I sent a desperate message about the functioning of my Openstack (kolla-ansible, yoga, centos8Stream).</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">The situation is incomprehensible. For some accounts in some projects, everything works (creation of networks, subnets, dhcp configuration, instances, everything works).</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">For other accounts, everything works except having an IP address per dhcp on a subnet.</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">The servers have restarted following a power outage.</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;"><br></font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">I managed to put everything back together except those DHCP issues.</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;"><br></font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">As I can start from an empty configuration, how to reset everything ...</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">for example with a command:</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">kolla-ansible -i multinode ____________</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;"><br></font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">Or how to fix my configuration. It seems very complicated to me.</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">I would like some opinions if possible.</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">Thanks in advance</font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;"><br></font></div><div><font color="#1f497d" face="Arial, sans-serif" size="2" style="--darkreader-inline-color:#95cdfe;">Franck</font></div></div></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>Are you asking how to completely zero out your entire cluster and rebuild it? That seems a bit drastic.</div><div><br></div><div>kolla-ansible destroy will nuke everything. Take a backup of /etc/kolla (or wherever your inventory / globals.yml / passwords/yml is) first. Older versions removed some things there when running destroy and I can't recall when / if that changed.</div><div><br></div><div>How many controllers do you have? </div><div><br></div><div><div>Are you using OVS, OVN, or something else? </div><div><br></div><div>Are you using L3-HA? DVR? </div></div><div><br></div><div>Did all nodes have to be rebooted? If not, then which ones?</div><div><br></div><div>Have you confirmed there are no dead containers on any controllers? ( docker ps -a )<br></div><div><br></div><div>Have you looked in logs for ERROR messages? In particular: neutron-server.log, neutron-dhcp-agent.log, nova-api.log, and nova-compute.log ?</div><div><br></div><div>Strange things happen when time is out of sync. Verify all the nodes synced properly to an NTP server. Big symptom of this is 'openstack hypervisor list' will show hosts going up and down every few seconds.</div><div><br></div><div> </div></div></div>