contiv / netplugin

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

Vagrantfile: added ability to install Docker EE (specified version) on centos #1099

Closed dseevr closed 6 years ago

dseevr commented 6 years ago

envvar name is copied from https://docs.docker.com/engine/installation/linux/docker-ee/centos/

driveby: fixed a bug where node_os was an empty string instead of the default value because ENV["CONTIV_NODE_OS"] was being set to an empty string in the make target

Signed-off-by: Bill Robinson dseevr@users.noreply.github.com

unclejack commented 6 years ago

@dseevr: Can you provide some steps to know how to test this, please?

dseevr commented 6 years ago
CONTIV_DOCKER_VERSION=17.06.2.ee.6-3.el7.centos.x86_64 DOCKERURL=<store_url> CONTIV_NODES=1 CONTIV_V2PLUGIN_NAME=contiv/v2plugin:1.1.7 make stop demo-v2plugin

replace DOCKERURL with your store URL :-)

dseevr commented 6 years ago

build pr

unclejack commented 6 years ago

build PR

dseevr commented 6 years ago

build pr