]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OpenStack setup scripts.
authorWarren Usui <wusui@redhat.com>
Mon, 16 May 2016 21:33:39 +0000 (14:33 -0700)
committerWarren Usui <wusui@redhat.com>
Mon, 16 May 2016 21:33:39 +0000 (14:33 -0700)
commitb09d85d7abb5aa737fe6412eab889f12250873df
tree93b9b3e3e80e404ba5cae3d64c322b664ab30de4
parent3d785ac58564fa5069082105de567dc3a6bf8ecd
OpenStack setup scripts.

A set of scripts used to bring up an OpenStack instance on one site,
connect a ceph cluster, add pools to store OpenStack glance images,
cinder volumes, nova vms, and cinder backups on rbd, and bring up a nova
compute node.
18 files changed:
qa/qa_scripts/openstack/README [new file with mode: 0644]
qa/qa_scripts/openstack/ceph_install.sh [new file with mode: 0755]
qa/qa_scripts/openstack/connectceph.sh [new file with mode: 0755]
qa/qa_scripts/openstack/copy_func.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/ceph-pool-create.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/ceph_cluster.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/libvirt-secret.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/openstack-preinstall.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/run_openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/execs/start_openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/files/cinder.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/glance-api.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/kilo.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/files/nova.template.conf [new file with mode: 0644]
qa/qa_scripts/openstack/fix_conf_file.sh [new file with mode: 0755]
qa/qa_scripts/openstack/image_create.sh [new file with mode: 0755]
qa/qa_scripts/openstack/openstack.sh [new file with mode: 0755]
qa/qa_scripts/openstack/packstack.sh [new file with mode: 0755]