Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jan 18, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 18, 2018

Description

Expected Behavior

Observed Behavior

Steps to Reproduce (for bugs)

Your Environment

  • netctl version
  • Orchestrator version (e.g. kubernetes, mesos, swarm):
  • Operating System and version
@chrisplo
Copy link
Contributor

chrisplo commented Jan 23, 2018

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
Copy link
Contributor

dseevr commented Jan 23, 2018

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?

netplugin/Makefile

Lines 111 to 113 in 7b2714b

demo:
make ssh-build
vagrant ssh netplugin-node1 -c 'sudo -i bash -lc "source /etc/profile.d/envvar.sh && cd /opt/gopath/src/github.com/contiv/netplugin && make host-restart"'

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants