From 0e659caf77d1bba1287cf20967a17390cb95c3c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 30 Oct 2018 11:28:23 +0100 Subject: [PATCH] cleanup repos's root MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove old files and move scripts to the contrib directory. Signed-off-by: Sébastien Han --- rundep.sample => contrib/rundep.sample | 0 .../rundep_installer.sh | 0 docker/Linode.dockerfile | 18 ------------------ docker/README.md | 2 -- example-ansible-role-requirements.yml | 18 ------------------ 5 files changed, 38 deletions(-) rename rundep.sample => contrib/rundep.sample (100%) rename rundep_installer.sh => contrib/rundep_installer.sh (100%) delete mode 100644 docker/Linode.dockerfile delete mode 100644 docker/README.md delete mode 100644 example-ansible-role-requirements.yml diff --git a/rundep.sample b/contrib/rundep.sample similarity index 100% rename from rundep.sample rename to contrib/rundep.sample diff --git a/rundep_installer.sh b/contrib/rundep_installer.sh similarity index 100% rename from rundep_installer.sh rename to contrib/rundep_installer.sh diff --git a/docker/Linode.dockerfile b/docker/Linode.dockerfile deleted file mode 100644 index abfb3bd72..000000000 --- a/docker/Linode.dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -# This Dockerfile is for setting up a dev environment for launching Ceph -# clusters on Linode. - -FROM ubuntu:16.04 - -WORKDIR /root -RUN apt-get update -RUN apt-get install -y build-essential git ansible python-netaddr rsync -RUN wget -O vagrant_1.8.5_x86_64.deb https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5_x86_64.deb -RUN dpkg -i vagrant_1.8.5_x86_64.deb -RUN rm -f vagrant_1.8.5_x86_64.deb -RUN vagrant plugin install vagrant-linode -# Download patch from https://github.com/displague/vagrant-linode/pull/66 -RUN wget -O .vagrant.d/gems/gems/vagrant-linode-0.2.7/lib/vagrant-linode/actions/create.rb https://raw.githubusercontent.com/batrick/vagrant-linode/dfa305dab9c5a8ba49b50e7d9d1159977708c2d1/lib/vagrant-linode/actions/create.rb -RUN mkdir .ssh && ssh-keygen -f .ssh/id_rsa -t rsa -N '' -RUN git clone https://github.com/ceph/ceph-ansible.git - -WORKDIR /root/ceph-ansible diff --git a/docker/README.md b/docker/README.md deleted file mode 100644 index 5ad56200e..000000000 --- a/docker/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This directory includes Dockerfiles for building development environments to -run ceph-ansible. diff --git a/example-ansible-role-requirements.yml b/example-ansible-role-requirements.yml deleted file mode 100644 index 3c43af109..000000000 --- a/example-ansible-role-requirements.yml +++ /dev/null @@ -1,18 +0,0 @@ -- name: ceph-common - src: https://github.com/ceph/ansible-ceph-common.git - #version: -- name: ceph-mon - src: https://github.com/ceph/ansible-ceph-mon.git - #version: -- name: ceph-osd - src: https://github.com/ceph/ansible-ceph-osd.git - #version: -- name: ceph-mds - src: https://github.com/ceph/ansible-ceph-mds.git - #version: -- name: ceph-rgw - src: https://github.com/ceph/ansible-ceph-rgw.git - #version: -- name: ceph-restapi - src: https://github.com/ceph/ansible-ceph-restapi.git - #version: -- 2.39.5