ligato / vpp-agent

⚡️ Control plane management agent for FD.io's VPP
https://docs.ligato.io/
Apache License 2.0
247 stars 127 forks source link

Running VPP Agent with host VPP #1817

Open ChinmayaAgarwal opened 3 years ago

ChinmayaAgarwal commented 3 years ago

Hi,

Documentation mentions that vpp agent and vpp are running in the docker containers. Can we make vpp agent run with host VPP running on our machine?

Thanks and Regards, Chinmaya Agarwal.

jmedved commented 3 years ago

Yes, it should work. You just need to make sure that the Agent can connect to the VPP process. You can run the Agent in its own container, or start it on the host.


From: ChinmayaAgarwal @.> Sent: Friday, September 10, 2021 8:16 AM To: ligato/vpp-agent @.> Cc: Subscribed @.***> Subject: [ligato/vpp-agent] Running VPP Agent with host VPP (#1817)

Hi,

Documentation mentions that vpp agent and vpp are running in the docker containers. Can we make vpp agent run with host VPP running on our machine?

Thanks and Regards, Chinmaya Agarwal.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ligato/vpp-agent/issues/1817, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5PSVGZ4KRNTLL5EXUOXSTUBIOLFANCNFSM5DZROZRQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

panchm commented 5 months ago

Can we run the Agent also as part of the host process instead of running inside the container?

Both VPP and VPP agent running as processes on the linux machine itself