]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
add puddle role and playbook 3/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 1 Apr 2015 14:07:49 +0000 (08:07 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 28 Apr 2015 23:26:16 +0000 (17:26 -0600)
commit44d83db29eeedd7f963837316ba106bcccd4e54e
tree621db217f30074dda3862c06aa80a185890708c9
parent3f8ffda0cc8484f07780b561fdd5a6faff422062
add puddle role and playbook

Add the necessary configuration for installing and running distill and
puddle.

Many of the templated variables here are internal to Red Hat and are
present in the other "secrets" Ansible repository.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
25 files changed:
puddle.yml [new file with mode: 0644]
roles/puddle/defaults/main.yml [new file with mode: 0644]
roles/puddle/handlers/main.yml [new file with mode: 0644]
roles/puddle/meta/main.yml [new file with mode: 0644]
roles/puddle/tasks/configure.yml [new file with mode: 0644]
roles/puddle/tasks/distill/configure.yml [new file with mode: 0644]
roles/puddle/tasks/distill/install.yml [new file with mode: 0644]
roles/puddle/tasks/install.yml [new file with mode: 0644]
roles/puddle/tasks/main.yml [new file with mode: 0644]
roles/puddle/tasks/nfs.yml [new file with mode: 0644]
roles/puddle/tasks/nginx.yml [new file with mode: 0644]
roles/puddle/templates/ceph-1.2-rhel-6.conf [new file with mode: 0644]
roles/puddle/templates/ceph-1.2-rhel-7.conf [new file with mode: 0644]
roles/puddle/templates/ceph-1.3-rhel-7.conf [new file with mode: 0644]
roles/puddle/templates/distill/ceph-1.3-rhel-7.conf [new file with mode: 0644]
roles/puddle/templates/distill/ceph-distill [new file with mode: 0755]
roles/puddle/templates/distill/comps-ceph-1.3-rhel-7.xml [new file with mode: 0644]
roles/puddle/templates/distill/run-distill.conf [new file with mode: 0644]
roles/puddle/templates/distill/variants-ceph-1.3-rhel-7.xml [new file with mode: 0644]
roles/puddle/templates/eng-rhel-7.repo [new file with mode: 0644]
roles/puddle/templates/faucet.conf [new file with mode: 0644]
roles/puddle/templates/nginx.conf [new file with mode: 0644]
roles/puddle/templates/rcm-kerberos.conf [new file with mode: 0644]
roles/puddle/templates/rh-common-rhel-6.conf [new file with mode: 0644]
roles/puddle/templates/rh-common-rhel-7.conf [new file with mode: 0644]