contiv / netplugin

Container networking for various use cases
Apache License 2.0
513 stars 177 forks source link

how to install contiv plugin on docker1.12.6 with no swarm ,no kubernetes. who can give me a url,thanks. #1111

Open ghost opened 6 years ago

ghost commented 6 years ago

Description

Expected Behavior

Observed Behavior

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment

chrisplo commented 6 years ago

I think it's possibly to do such a thing . . . but I don't know of a step by step guide for doing that, you'd probably need to manually set up a number of daemons like etcd, ovs-db, ovs-vswitch, netmaster, and install the contiv plugin (though that plugin might have more than just netplugin running in it, I can't recall), which would take some dissecting of the install process and scripts to see the specifics.

dseevr commented 6 years ago

The make demo target used to bring up a 3 VM environment which did not use any kind of orchestrator. Maybe you could take a look at that as a reference? https://github.com/contiv/netplugin/blob/7b2714b5f4bb0884c186902da8e02752cbdacc6a/Makefile#L111-L113

Link to the repo at that old commit: https://github.com/contiv/netplugin/tree/7b2714b5f4bb0884c186902da8e02752cbdacc6a