From a9b34ed380199ebeb37661b7dcb30f28b7df0aba Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 18 Jun 2018 14:25:35 -0400 Subject: [PATCH] ZeroTier as a container isn't very useful --- templates/zerotier/0/README.md | 13 --------- templates/zerotier/0/docker-compose.yml | 16 ------------ templates/zerotier/0/rancher-compose.yml | 29 --------------------- templates/zerotier/catalogIcon-zerotier.svg | 1 - templates/zerotier/config.yml | 8 ------ 5 files changed, 67 deletions(-) delete mode 100644 templates/zerotier/0/README.md delete mode 100644 templates/zerotier/0/docker-compose.yml delete mode 100644 templates/zerotier/0/rancher-compose.yml delete mode 100644 templates/zerotier/catalogIcon-zerotier.svg delete mode 100644 templates/zerotier/config.yml diff --git a/templates/zerotier/0/README.md b/templates/zerotier/0/README.md deleted file mode 100644 index d211912..0000000 --- a/templates/zerotier/0/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# ZeroTier-Containerized - -* [Official Website](https://zerotier.com) -* [Docker Page](https://hub.docker.com/r/zerotier/zerotier-containerized/) - -## From Website - -> ZeroTier delivers the capabilities of VPNs, SDN, and SD-WAN with a single system. Manage all your connected resources across both local and wide area networks as if the whole world is a single data center. - -### Quick Info - -* Only 1 instance should be used per host -* Volume Driver: rancher-nfs \ No newline at end of file diff --git a/templates/zerotier/0/docker-compose.yml b/templates/zerotier/0/docker-compose.yml deleted file mode 100644 index bd1440b..0000000 --- a/templates/zerotier/0/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: '2' -services: - zerotier: - image: zerotier/zerotier-containerized:latest - cap_add: - - NET_ADMIN - - SYS_ADMIN - devices: - - "/dev/net/tun" - labels: - io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE} - network_mode: "host" - restart: on-failure - volumes: - - ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy -volumes_driver: rancher-nfs \ No newline at end of file diff --git a/templates/zerotier/0/rancher-compose.yml b/templates/zerotier/0/rancher-compose.yml deleted file mode 100644 index 80a768b..0000000 --- a/templates/zerotier/0/rancher-compose.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: '2' -catalog: - name: "ZeroTier-Containerized" - version: "latest" - description: ZeroTier-Containerized instance for virtual networking - questions: - - variable: "HOST_LABEL_KEY" - label: "Host Label Key" - description: | - The Label Key on the host which ZeroTier should be deployed - default: "host.id" - required: true - type: string - - variable: "HOST_LABEL_VALUE" - label: "Host Label Value" - description: | - The Label Value on the host which ZeroTier should be deployed - default: "0000" - required: true - type: string - - variable: "STORAGE_VOLUME" - label: "Persistent Storage Volume" - description: | - The Volume Name that ZeroTier should use for it's persistent storage - default: "ZeroTier" - required: true - type: string -zerotier: - scale: 1 \ No newline at end of file diff --git a/templates/zerotier/catalogIcon-zerotier.svg b/templates/zerotier/catalogIcon-zerotier.svg deleted file mode 100644 index e3136ce..0000000 --- a/templates/zerotier/catalogIcon-zerotier.svg +++ /dev/null @@ -1 +0,0 @@ -Rancher Catalog Icon (ZeroTier)W \ No newline at end of file diff --git a/templates/zerotier/config.yml b/templates/zerotier/config.yml deleted file mode 100644 index 11e6b39..0000000 --- a/templates/zerotier/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: ZeroTier -description: | - Will put in description later. -version: latest -category: Networking -maintainer: WilliamMiceli -license: -projectURL: https://zerotier.com \ No newline at end of file