From bd1019df78e4f7c80f0fc692cb08da061c71127d Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 13 Jan 2017 11:08:56 +0800 Subject: [PATCH] new: [docker-host] new charm. Mainly for installing new docker hosts (not targetting docker or LXC). --- docker-host/hooks/install.d/00-base.sh | 1 + docker-host/hooks/install.d/05-shyaml.sh | 1 + docker-host/hooks/install.d/10-gitconfig.sh | 1 + docker-host/hooks/install.d/15-etckeeper.sh | 1 + docker-host/hooks/install.d/20-kal-scripts.sh | 1 + docker-host/hooks/install.d/30-customize.sh | 1 + docker-host/hooks/install.d/35-git-access.sh | 1 + docker-host/hooks/install.d/36-gitsub.sh | 1 + docker-host/hooks/install.d/60-docker.sh | 1 + docker-host/hooks/install.d/70-0k.sh | 1 + docker-host/metadata.yml | 1 + docker-host/src/etc/ssh/lxc_git_access_id_rsa | 1 + 12 files changed, 12 insertions(+) create mode 120000 docker-host/hooks/install.d/00-base.sh create mode 120000 docker-host/hooks/install.d/05-shyaml.sh create mode 120000 docker-host/hooks/install.d/10-gitconfig.sh create mode 120000 docker-host/hooks/install.d/15-etckeeper.sh create mode 120000 docker-host/hooks/install.d/20-kal-scripts.sh create mode 120000 docker-host/hooks/install.d/30-customize.sh create mode 120000 docker-host/hooks/install.d/35-git-access.sh create mode 120000 docker-host/hooks/install.d/36-gitsub.sh create mode 120000 docker-host/hooks/install.d/60-docker.sh create mode 120000 docker-host/hooks/install.d/70-0k.sh create mode 100644 docker-host/metadata.yml create mode 120000 docker-host/src/etc/ssh/lxc_git_access_id_rsa diff --git a/docker-host/hooks/install.d/00-base.sh b/docker-host/hooks/install.d/00-base.sh new file mode 120000 index 00000000..42907b8a --- /dev/null +++ b/docker-host/hooks/install.d/00-base.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/00-base.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/05-shyaml.sh b/docker-host/hooks/install.d/05-shyaml.sh new file mode 120000 index 00000000..c11afc8f --- /dev/null +++ b/docker-host/hooks/install.d/05-shyaml.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/05-shyaml.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/10-gitconfig.sh b/docker-host/hooks/install.d/10-gitconfig.sh new file mode 120000 index 00000000..50ba71f5 --- /dev/null +++ b/docker-host/hooks/install.d/10-gitconfig.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/10-gitconfig.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/15-etckeeper.sh b/docker-host/hooks/install.d/15-etckeeper.sh new file mode 120000 index 00000000..490e4a72 --- /dev/null +++ b/docker-host/hooks/install.d/15-etckeeper.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/15-etckeeper.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/20-kal-scripts.sh b/docker-host/hooks/install.d/20-kal-scripts.sh new file mode 120000 index 00000000..89917085 --- /dev/null +++ b/docker-host/hooks/install.d/20-kal-scripts.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/20-kal-scripts.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/30-customize.sh b/docker-host/hooks/install.d/30-customize.sh new file mode 120000 index 00000000..43339598 --- /dev/null +++ b/docker-host/hooks/install.d/30-customize.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/30-customize.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/35-git-access.sh b/docker-host/hooks/install.d/35-git-access.sh new file mode 120000 index 00000000..168bc264 --- /dev/null +++ b/docker-host/hooks/install.d/35-git-access.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/35-git-access.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/36-gitsub.sh b/docker-host/hooks/install.d/36-gitsub.sh new file mode 120000 index 00000000..dda76e83 --- /dev/null +++ b/docker-host/hooks/install.d/36-gitsub.sh @@ -0,0 +1 @@ +../../../precise/base-0k/hooks/install.d/36-gitsub.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/60-docker.sh b/docker-host/hooks/install.d/60-docker.sh new file mode 120000 index 00000000..4239b3f0 --- /dev/null +++ b/docker-host/hooks/install.d/60-docker.sh @@ -0,0 +1 @@ +../../../precise/host/hooks/install.d/60-docker.sh \ No newline at end of file diff --git a/docker-host/hooks/install.d/70-0k.sh b/docker-host/hooks/install.d/70-0k.sh new file mode 120000 index 00000000..73ef3404 --- /dev/null +++ b/docker-host/hooks/install.d/70-0k.sh @@ -0,0 +1 @@ +../../../precise/host/hooks/install.d/70-0k.sh \ No newline at end of file diff --git a/docker-host/metadata.yml b/docker-host/metadata.yml new file mode 100644 index 00000000..fee83363 --- /dev/null +++ b/docker-host/metadata.yml @@ -0,0 +1 @@ +description: Docker Host diff --git a/docker-host/src/etc/ssh/lxc_git_access_id_rsa b/docker-host/src/etc/ssh/lxc_git_access_id_rsa new file mode 120000 index 00000000..eeeadd4b --- /dev/null +++ b/docker-host/src/etc/ssh/lxc_git_access_id_rsa @@ -0,0 +1 @@ +../../../../precise/base-0k/src/etc/ssh/lxc_git_access_id_rsa \ No newline at end of file