From d691e2b4b6e376b585bb3325fad76ff69b3d8e1d Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 30 May 2018 18:33:58 +0200 Subject: [PATCH] new: [rancher-agent] new charm for rancher agent. --- rancher-agent/metadata.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rancher-agent/metadata.yml diff --git a/rancher-agent/metadata.yml b/rancher-agent/metadata.yml new file mode 100644 index 0000000..245bd45 --- /dev/null +++ b/rancher-agent/metadata.yml @@ -0,0 +1,14 @@ +description: "Rancher Agent" +maintainer: "Valentin Lab " +## XXXvlab: docker uses the 'build' directory or the 'image:' option here. +docker-image: rancher/rancher-agent:v2.0.2 +compatiblity: ## 'hooks/install' script was run on a these images without issues + # - ubuntu/15.10 +docker-compose: + restart: unless-stopped + privileged: true + network_mode: host +host-resources: + - /etc/kubernetes + - /var/run +