From 021e67f47c86d331fa48d255a7f37f8fe3d02062 Mon Sep 17 00:00:00 2001 From: terrada3 Date: Fri, 18 Aug 2017 10:27:49 +0900 Subject: [PATCH] add machine driver for IIJ P2 public cloud. --- machine-templates/p2pub/0/checksum | 1 + machine-templates/p2pub/0/rancher-compose.yml | 3 + machine-templates/p2pub/0/uiUrl | 1 + machine-templates/p2pub/0/url | 1 + machine-templates/p2pub/catalogIcon-p2pub.svg | 122 ++++++++++++++++++ machine-templates/p2pub/config.yml | 2 + 6 files changed, 130 insertions(+) create mode 100644 machine-templates/p2pub/0/checksum create mode 100644 machine-templates/p2pub/0/rancher-compose.yml create mode 100644 machine-templates/p2pub/0/uiUrl create mode 100644 machine-templates/p2pub/0/url create mode 100644 machine-templates/p2pub/catalogIcon-p2pub.svg create mode 100644 machine-templates/p2pub/config.yml diff --git a/machine-templates/p2pub/0/checksum b/machine-templates/p2pub/0/checksum new file mode 100644 index 0000000..23be59b --- /dev/null +++ b/machine-templates/p2pub/0/checksum @@ -0,0 +1 @@ +18a2399ee76db477053129a5928b51f8 diff --git a/machine-templates/p2pub/0/rancher-compose.yml b/machine-templates/p2pub/0/rancher-compose.yml new file mode 100644 index 0000000..2edb93d --- /dev/null +++ b/machine-templates/p2pub/0/rancher-compose.yml @@ -0,0 +1,3 @@ +.catalog: + name: p2pub + version: "v1.0.0" diff --git a/machine-templates/p2pub/0/uiUrl b/machine-templates/p2pub/0/uiUrl new file mode 100644 index 0000000..a2e7c5e --- /dev/null +++ b/machine-templates/p2pub/0/uiUrl @@ -0,0 +1 @@ +https://iij.github.io/ui-driver-p2pub/ui-driver/1.0.0/component.js diff --git a/machine-templates/p2pub/0/url b/machine-templates/p2pub/0/url new file mode 100644 index 0000000..9e25715 --- /dev/null +++ b/machine-templates/p2pub/0/url @@ -0,0 +1 @@ +https://github.com/iij/docker-machine-driver-p2pub/releases/download/1.0/docker-machine-driver-p2pub-linux-amd64.zip diff --git a/machine-templates/p2pub/catalogIcon-p2pub.svg b/machine-templates/p2pub/catalogIcon-p2pub.svg new file mode 100644 index 0000000..1b67b6e --- /dev/null +++ b/machine-templates/p2pub/catalogIcon-p2pub.svg @@ -0,0 +1,122 @@ + + + + diff --git a/machine-templates/p2pub/config.yml b/machine-templates/p2pub/config.yml new file mode 100644 index 0000000..12940c3 --- /dev/null +++ b/machine-templates/p2pub/config.yml @@ -0,0 +1,2 @@ +name: p2pub +version: "v1.0.0"