]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
misc: add a script for vm test env 679/head
authorSébastien Han <seb@redhat.com>
Mon, 4 Apr 2016 13:09:44 +0000 (15:09 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 4 Apr 2016 15:09:46 +0000 (17:09 +0200)
commit31811721e3c5867d8663886a367ea45642f8d18b
treee4354004b864c31966d03820859ebbde127f69e6
parent79defd65b5257ba2f9f64b79ef1275bd43b8a53a
misc: add a script for vm test env

Vagrant will not always be available everywhere, sometimes we want to
bootstrap a ceph on a virtual machine. This script will help you
bootstrapping a ceph cluster from a development branch only.

So you can run it like this: ./ceph-aio-no-vagrant.sh v10.1.0
To get the v10.1.0 version installed. If the first argument ($1) is
empty then master will be used in consequence.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-aio-no-vagrant.sh [new file with mode: 0644]
install-ansible.sh [changed mode: 0644->0755]