I have Ubuntu 20.04 with AIO openstack installed from devstack. Openstack deployment came up fine but VPP-agent is throwing below error. Any help would be appreciated
I was following the steps mentioned here https://opendev.org/x/networking-vpp/src/branch/master stack@gnaosp001:~/devstack$ sudo systemctl status devstack@vpp-agent.service ● devstack@vpp-agent.service - Devstack devstack@vpp-agent.service Loaded: loaded (/etc/systemd/system/devstack@vpp-agent.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2022-09-30 21:26:26 UTC; 10s ago Process: 191566 ExecStart=/usr/local/bin/vpp-agent --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file //etc/neutron/neutron.co> Main PID: 191566 (code=exited, status=1/FAILURE) Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent self._vpp.connect("python-VPPInterface", **args) Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent File "/usr/lib/python3/dist-packages/vpp_papi/vpp_papi.py", line 516, in connect Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent return self.connect_internal(name, msg_handler, chroot_prefix, rx_qlen, Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent File "/usr/lib/python3/dist-packages/vpp_papi/vpp_papi.py", line 488, in connect_i> Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent raise VPPIOError(2, 'Connect failed') Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent vpp_papi.vpp_papi.VPPIOError: [Errno 2] Connect failed Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: ERROR vpp_agent Sep 30 21:26:25 gnaosp001 vpp-agent[191566]: DEBUG vpp_papi.vpp_papi.VPPApiClient [-] Cleaning up VPP on exit {{(pid=191566) vpp_atexit /usr/lib/> Sep 30 21:26:26 gnaosp001 systemd[1]: devstack@vpp-agent.service: Main process exited, code=exited, status=1/FAILURE Sep 30 21:26:26 gnaosp001 systemd[1]: devstack@vpp-agent.service: Failed with result 'exit-code'. stack@gnaosp001:~/devstack$ stack@gnaosp001:~/devstack$ sudo systemctl status vpp.service ● vpp.service - vector packet processing engine Loaded: loaded (/lib/systemd/system/vpp.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2022-09-30 21:20:36 UTC; 6min ago Process: 190618 ExecStartPre=/sbin/modprobe uio_pci_generic (code=exited, status=0/SUCCESS) Main PID: 190621 (vpp_main) Tasks: 3 (limit: 309090) Memory: 77.0M CGroup: /system.slice/vpp.service └─190621 /usr/bin/vpp -c /etc/vpp/startup.conf Start.conf file ================= ~/devstack$ cat startup.conf unix { nodaemon log /tmp/vpp.log full-coredump startup-config /etc/vpp-startup.conf } api-trace { on } dpdk { socket-mem 128 }
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21949): https://lists.fd.io/g/vpp-dev/message/21949 Mute This Topic: https://lists.fd.io/mt/94027170/21656 Mute #vpp-dev:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp-dev Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-