]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/log
ceph-ansible.git
9 years agoceph-common: convert ceph_stable_rh_storage to ceph_rhcs in repo template
Alfredo Deza [Fri, 12 Aug 2016 15:27:43 +0000 (11:27 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in repo template

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811

9 years agoceph-common: convert ceph_stable_rh_storage to ceph_rhcs in defaults
Alfredo Deza [Fri, 12 Aug 2016 15:27:01 +0000 (11:27 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in defaults

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811

9 years agoceph-common: convert ceph_stable_rh_storage to ceph_rhcs in README
Alfredo Deza [Fri, 12 Aug 2016 15:26:44 +0000 (11:26 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in README

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811

9 years agogroup_vars: convert ceph_stable_rh_storage to ceph_rhcs
Alfredo Deza [Fri, 12 Aug 2016 15:09:28 +0000 (11:09 -0400)]
group_vars: convert ceph_stable_rh_storage to ceph_rhcs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811

9 years agoMerge pull request #928 from danielin917/ceph-ansible-from-src
Leseb [Fri, 12 Aug 2016 14:14:09 +0000 (16:14 +0200)]
Merge pull request #928 from danielin917/ceph-ansible-from-src

Allow ceph-ansible to be run on a locally built/installed Ceph

9 years agoAllow ceph-ansible to be run on a locally built/installed Ceph 928/head
Daniel Lin [Mon, 6 Jun 2016 14:22:20 +0000 (10:22 -0400)]
Allow ceph-ansible to be run on a locally built/installed Ceph

-First install ceph into a directory with CMake
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DWITH_SYSTEMD=ON -DCMAKE_INSTALL_PREFIX:PATH:=/usr <ceph_src_dir> && make DESTDIR=<install_dir> install/strip

-Ceph-ansible copies over the install_dir

-User can use rundep_installer.sh to install any runtime dependencies that ceph needs onto the machine from rundep

9 years agoMerge pull request #815 from ceph/ceph-initial-mon
Leseb [Fri, 12 Aug 2016 13:27:40 +0000 (15:27 +0200)]
Merge pull request #815 from ceph/ceph-initial-mon

WIP ceph-common: test mon initial members

9 years agoMerge pull request #930 from font/rbdmirror
Leseb [Fri, 12 Aug 2016 09:19:38 +0000 (11:19 +0200)]
Merge pull request #930 from font/rbdmirror

Updates for containerized rbd-mirror role

9 years agoUpdates for containerized rbd-mirror role 930/head
Ivan Font [Fri, 12 Aug 2016 01:21:57 +0000 (18:21 -0700)]
Updates for containerized rbd-mirror role

- Remove /var/lib/ceph dependencies
- Add support for rbd-mirror image tag

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #927 from ceph/fixes-dmcrypt
Leseb [Wed, 10 Aug 2016 15:08:58 +0000 (17:08 +0200)]
Merge pull request #927 from ceph/fixes-dmcrypt

osd: fix collocation spelling and declare dmcrypt variables

9 years agoMerge pull request #923 from danielin917/rsync_vagrant
Leseb [Wed, 10 Aug 2016 13:05:40 +0000 (15:05 +0200)]
Merge pull request #923 from danielin917/rsync_vagrant

Changes to allow for flexible rsync directory

9 years agoChanges to allow for flexible rsync directory 923/head
daniel lin [Tue, 9 Aug 2016 19:32:52 +0000 (15:32 -0400)]
Changes to allow for flexible rsync directory

-rsync directory was hardcoded previously and did not reflect the default /vagrant rsync directory

9 years agoMerge pull request #900 from ceph/rhbz-1339576
Leseb [Wed, 10 Aug 2016 09:50:30 +0000 (11:50 +0200)]
Merge pull request #900 from ceph/rhbz-1339576

purge-cluster: remove -q flag from grep to prevent broken pipes

9 years agoosd: fix collocation spelling and declare dmcrypt variables 927/head
Sébastien Han [Wed, 10 Aug 2016 08:34:23 +0000 (10:34 +0200)]
osd: fix collocation spelling and declare dmcrypt variables

* changed s/colocation/collocation/
* declare dmcrypt variable in ceph-common so the variables check does
not fail

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #926 from jsaintrocc/purge-local-sudo
Leseb [Wed, 10 Aug 2016 06:53:10 +0000 (08:53 +0200)]
Merge pull request #926 from jsaintrocc/purge-local-sudo

Fix local_action Requiring Root and Various Small Fixes

9 years agoVarious small fixes: local_action required root, ansible2 warnings, using file module... 926/head
James Saint-Rossy [Wed, 10 Aug 2016 02:53:07 +0000 (22:53 -0400)]
Various small fixes: local_action required root, ansible2 warnings, using file module instead of rm

9 years agoceph-common: test mon initial members 815/head
Sébastien Han [Fri, 27 May 2016 14:37:07 +0000 (16:37 +0200)]
ceph-common: test mon initial members

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #910 from font/ntp_enable
Leseb [Tue, 9 Aug 2016 08:26:57 +0000 (10:26 +0200)]
Merge pull request #910 from font/ntp_enable

Add option to enable ntp

9 years agoUpdate ntp atomic plays to use is_atomic variable 910/head
Ivan Font [Thu, 28 Jul 2016 23:43:48 +0000 (16:43 -0700)]
Update ntp atomic plays to use is_atomic variable

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoAdd option to enable ntp
Ivan Font [Thu, 28 Jul 2016 14:42:19 +0000 (07:42 -0700)]
Add option to enable ntp

This fixes #845 for containerized deployments. We now also mount the
/etc/localtime volume in the containers in order to synchronize the host
timezone with the container timezone.

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #891 from ceph/dmcrypt
Leseb [Mon, 8 Aug 2016 14:27:34 +0000 (16:27 +0200)]
Merge pull request #891 from ceph/dmcrypt

ceph-osd: add dmcrypt scenario

9 years agoceph-osd: re-arrange osd scenario numbers 891/head
Sébastien Han [Tue, 19 Jul 2016 15:55:57 +0000 (17:55 +0200)]
ceph-osd: re-arrange osd scenario numbers

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #920 from mbukatov/drop-disable-swap
Leseb [Mon, 8 Aug 2016 09:45:14 +0000 (11:45 +0200)]
Merge pull request #920 from mbukatov/drop-disable-swap

remove ability to disable swap

9 years agoremove ability to disable swap 920/head
Martin Bukatovic [Mon, 8 Aug 2016 09:35:22 +0000 (11:35 +0200)]
remove ability to disable swap

Addressing issue #919.

9 years agoMerge pull request #916 from ktdreyer/client-libvirt
Leseb [Mon, 8 Aug 2016 08:42:42 +0000 (10:42 +0200)]
Merge pull request #916 from ktdreyer/client-libvirt

ceph-common: client settings are for libvirt

9 years agoMerge pull request #918 from jsaintrocc/yum-clean-fix
Leseb [Mon, 8 Aug 2016 07:58:17 +0000 (09:58 +0200)]
Merge pull request #918 from jsaintrocc/yum-clean-fix

Fix purge yum cache

9 years agoFix purge yum cache 918/head
James Saint-Rossy [Thu, 4 Aug 2016 05:26:59 +0000 (01:26 -0400)]
Fix purge yum cache

9 years agoceph-common: client settings are for libvirt 916/head
Ken Dreyer [Tue, 2 Aug 2016 15:57:24 +0000 (09:57 -0600)]
ceph-common: client settings are for libvirt

Prior to this change, each ceph cluster node would end up with several
"qemu-client-$pid.log" files owned by root. The [client] section would
capture *all* client activity (for example the "ceph health" command,
etc), not just librbd-in-qemu.

Restrict this section to libvirt clients only so that we don't generate
these spurious log files for other Ceph client traffic.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
9 years agoMerge pull request #914 from asheplyakov/secure-cluster-913
Leseb [Mon, 1 Aug 2016 08:54:08 +0000 (10:54 +0200)]
Merge pull request #914 from asheplyakov/secure-cluster-913

ceph-mon: fix the loop in `secure the cluster' task

9 years agoceph-mon: fix the loop in `secure the cluster' task 914/head
Alexey Sheplyakov [Fri, 29 Jul 2016 10:30:21 +0000 (13:30 +0300)]
ceph-mon: fix the loop in `secure the cluster' task

Deployment fails when the ``secure_cluster`` is false:

TASK [ceph-mon : secure the cluster]
*******************************************
fatal: [saceph-mon.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}
fatal: [saceph-mon2.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}
fatal: [saceph-mon3.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}

A conditional include evaluates all included tasks with the (additional)
conditional applied to every task [1]. Thus all tasks from `secure_cluster.yml'
are always evaluated (with an additional 'when: secure_cluster' condition).
The `secure the cluster' task iterates over ``ceph_pools.stdout_lines``
even if ``secure_cluster`` is false: in loops ansible applies conditional
to every item (by design) [2]. However the `collect all the pools' task
is skipped if the very same condition evaluates to false, which leaves
the ``ceph_pools`` undefined, so the `secure the cluster' task fails:

Provide the default (empty) list to avoid the problem.

[1] http://docs.ansible.com/ansible/playbooks_conditionals.html#applying-when-to-roles-and-includes
[2] http://docs.ansible.com/ansible/playbooks_conditionals.html#loops-and-conditionals

Closes: #913
Signed-off-by: Alexey Sheplyakov <asheplyakov@mirantis.com>
9 years agoMerge pull request #912 from font/check_cluster
Leseb [Fri, 29 Jul 2016 08:46:52 +0000 (10:46 +0200)]
Merge pull request #912 from font/check_cluster

Fix to check if cluster is running

9 years agoFix to check if cluster is running 912/head
Ivan Font [Fri, 29 Jul 2016 00:13:45 +0000 (17:13 -0700)]
Fix to check if cluster is running

Update each role's task to use the respective role's username, image
name, and image tag to check if a container is already running. This was
causing false failures because we were not matching any running
containers and subsequently running checks.yml to check the status of
cluster files being left behind.

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #911 from font/purge
Leseb [Thu, 28 Jul 2016 15:29:01 +0000 (17:29 +0200)]
Merge pull request #911 from font/purge

Updates to containerized purge cluster playbook

9 years agoUpdates to containerized purge cluster playbook 911/head
Ivan Font [Thu, 28 Jul 2016 14:55:37 +0000 (07:55 -0700)]
Updates to containerized purge cluster playbook

- Reorder package removal steps
- Remove package dependencies after package is removed

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #908 from jsaintrocc/purge-cluster-fix
Leseb [Thu, 28 Jul 2016 12:53:40 +0000 (14:53 +0200)]
Merge pull request #908 from jsaintrocc/purge-cluster-fix

Fix purge-cluster.yml fail by removing unnecessary ceph_stable_rh_storage_iso_install check.

9 years agoRemoved check for ceph_stable_rh_storage_iso_install when removing rh_storage.repo... 908/head
James Saint-Rossy [Thu, 28 Jul 2016 04:01:00 +0000 (00:01 -0400)]
Removed check for ceph_stable_rh_storage_iso_install when removing rh_storage.repo as it is can be undefined and cause the playbook to fail.  The check is redundant since the task will only remove the repo if it is present.

9 years agoMerge pull request #906 from ktdreyer/rm-ice
Leseb [Tue, 26 Jul 2016 21:59:08 +0000 (23:59 +0200)]
Merge pull request #906 from ktdreyer/rm-ice

remove references to Inktank Ceph Storage

9 years agoremove references to Inktank Ceph Storage 906/head
Ken Dreyer [Tue, 26 Jul 2016 19:57:32 +0000 (13:57 -0600)]
remove references to Inktank Ceph Storage

ICE is beyond end-of-life, and this Inktank GPG key is considered
untrusted (https://access.redhat.com/blogs/766093/posts/2176181)

RIP ICE, we will not miss you.

9 years agoMerge pull request #902 from ceph/journal-default
Leseb [Tue, 26 Jul 2016 11:53:26 +0000 (13:53 +0200)]
Merge pull request #902 from ceph/journal-default

common: set journal size to 5GB

9 years agocommon: set journal size to 5GB 902/head
Sébastien Han [Mon, 25 Jul 2016 16:12:31 +0000 (18:12 +0200)]
common: set journal size to 5GB

Journal size is not mandatory anymore, a default from 5GB is being
added. A simple warning message will show up if the size is set to
something below 5GB.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #905 from chengweiv5/remove-dup-option
Leseb [Tue, 26 Jul 2016 09:11:20 +0000 (11:11 +0200)]
Merge pull request #905 from chengweiv5/remove-dup-option

sgdisk: remove duplicated option `-g`

9 years agocommon: refresh config template module
Sébastien Han [Tue, 26 Jul 2016 08:44:12 +0000 (10:44 +0200)]
common: refresh config template module

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #904 from cloudnull/config_template-update
Leseb [Tue, 26 Jul 2016 08:26:52 +0000 (10:26 +0200)]
Merge pull request #904 from cloudnull/config_template-update

Added option to support case-insensitive keys

9 years agosgdisk: remove duplicated option `-g` 905/head
Chengwei Yang [Tue, 26 Jul 2016 00:55:43 +0000 (08:55 +0800)]
sgdisk: remove duplicated option `-g`

Option `-g` of sgdisk is duplicated with `--mbrtogpt`, so lets remove it.

This fix #896

Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
9 years agoAdded option to support case-insensitive keys 904/head
Kevin Carter [Mon, 25 Jul 2016 21:37:23 +0000 (16:37 -0500)]
Added option to support case-insensitive keys

This change allows keys in INI format to be any case.
The default ConfigParse module sets this to be lower
however in some cases keys are needed to be upper and/or
mixed.

Change-Id: I4e0dedb1b73ee596929bd425af6b0aaefd3a6c27
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit https://github.com/openstack/openstack-ansible-plugins/commit/f946160dd0f370efb792bf084c7c20b18cf27c98)

9 years agopurge-cluster: remove -q flag from grep to prevent broken pipes 900/head
Alfredo Deza [Mon, 25 Jul 2016 14:17:14 +0000 (10:17 -0400)]
purge-cluster: remove -q flag from grep to prevent broken pipes

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1339576

9 years agoMerge pull request #892 from font/purge
Leseb [Fri, 22 Jul 2016 09:00:53 +0000 (11:00 +0200)]
Merge pull request #892 from font/purge

Add ability to purge containerized Ceph cluster

9 years agoUpdates to containerized purge cluster playbook 892/head
Ivan Font [Fri, 22 Jul 2016 05:29:58 +0000 (22:29 -0700)]
Updates to containerized purge cluster playbook

- Update plays to use *_group_name variables that can be overridden by
  user on the command line to use whatever group names desired
- Only gather_facts when necessary to greatly increase speed of playbook
- Prompt user for removing packages on non-atomic hosts only if desired
- Removed unnecessary package-removal
- Zap OSD devices twice to avoid lingering partitions

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoAdd ability to purge containerized Ceph cluster
Ivan Font [Thu, 14 Jul 2016 19:45:56 +0000 (12:45 -0700)]
Add ability to purge containerized Ceph cluster

This removes containers, container images, packages, configuration files
and all the data. Removal of container image tasks are tagged with
'remove_img' to skip removal if desired.

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #894 from ceph/enhanced-aio
Leseb [Wed, 20 Jul 2016 15:55:35 +0000 (17:55 +0200)]
Merge pull request #894 from ceph/enhanced-aio

aio: more flexible script

9 years agoaio: more flexible script 894/head
Sébastien Han [Wed, 20 Jul 2016 14:47:53 +0000 (16:47 +0200)]
aio: more flexible script

we can now chose the install source

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-osd: add dmcrypt scenario
Sébastien Han [Tue, 19 Jul 2016 15:53:21 +0000 (17:53 +0200)]
ceph-osd: add dmcrypt scenario

add the ability to encrypt osd data store using dm-crypt

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #890 from ceph/arm7
Leseb [Tue, 19 Jul 2016 15:54:31 +0000 (17:54 +0200)]
Merge pull request #890 from ceph/arm7

common: prepare arm support

9 years agocommon: prepare arm support 890/head
Sébastien Han [Tue, 19 Jul 2016 15:17:16 +0000 (17:17 +0200)]
common: prepare arm support

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #888 from CSC-IT-Center-for-Science/support-check
Leseb [Tue, 19 Jul 2016 13:10:21 +0000 (15:10 +0200)]
Merge pull request #888 from CSC-IT-Center-for-Science/support-check

Added support for --check flag in ceph-common

9 years agoAdded support for --check flag in ceph-common 888/head
Kalle Happonen [Tue, 19 Jul 2016 12:52:45 +0000 (15:52 +0300)]
Added support for --check flag in ceph-common

The ceph-common role fails when you run ansible with --check. Adding
always_run to a few tasks makes the check go through easier (although
it's not foolproof).

9 years agoMerge pull request #879 from ceph/rbd-mirror-docker
Leseb [Tue, 19 Jul 2016 10:07:56 +0000 (12:07 +0200)]
Merge pull request #879 from ceph/rbd-mirror-docker

rbd-mirror: container deployment support

9 years agoMerge pull request #848 from font/master
Leseb [Mon, 18 Jul 2016 16:24:54 +0000 (18:24 +0200)]
Merge pull request #848 from font/master

Add option to enable ntp

9 years agorbd-mirror: container deployment support 879/head
Sébastien Han [Tue, 12 Jul 2016 10:15:22 +0000 (12:15 +0200)]
rbd-mirror: container deployment support

add the ability to deploy a containerized version of the rbd mirror
daemon.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #887 from ceph/RHBZ-1357292
Leseb [Mon, 18 Jul 2016 15:35:20 +0000 (17:35 +0200)]
Merge pull request #887 from ceph/RHBZ-1357292

Fetch keys from the mons when taking over a cluster

9 years agoFetch keys from the mons when taking over a cluster 887/head
Andrew Schoen [Mon, 18 Jul 2016 15:06:20 +0000 (10:06 -0500)]
Fetch keys from the mons when taking over a cluster

This fixes a bug where mons added to a "taken over" cluster
will get a newly generated key and do not join the cluster.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Resolves: rhbz#1357292

9 years agoMerge pull request #882 from dang/nmap-fix
Leseb [Mon, 18 Jul 2016 09:01:37 +0000 (11:01 +0200)]
Merge pull request #882 from dang/nmap-fix

Only check ports if NMAP exists

9 years agoMerge pull request #886 from ceph/rhbz-1357065
Leseb [Fri, 15 Jul 2016 17:45:52 +0000 (19:45 +0200)]
Merge pull request #886 from ceph/rhbz-1357065

ceph-common: skip default installs on redhat if ISO needs to be used

9 years agoceph-common: skip default installs on redhat if ISO needs to be used 886/head
Alfredo Deza [Fri, 15 Jul 2016 17:06:19 +0000 (13:06 -0400)]
ceph-common: skip default installs on redhat if ISO needs to be used

Because the ISO installs would happen later in the playbook.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1357065

9 years agoMerge pull request #883 from dang/docker-fsid
Leseb [Fri, 15 Jul 2016 09:33:03 +0000 (11:33 +0200)]
Merge pull request #883 from dang/docker-fsid

Allow generating FSID for docker

9 years agoMerge pull request #885 from racpatel/fix-quotes
Leseb [Fri, 15 Jul 2016 09:30:09 +0000 (11:30 +0200)]
Merge pull request #885 from racpatel/fix-quotes

Adding missing quotes

9 years agoadding missing quotes 885/head
Rachana Patel [Fri, 15 Jul 2016 03:55:34 +0000 (23:55 -0400)]
adding missing quotes

fixes: #884
Signed-off-by: Rachana Patel <rachana83.patel@gmail.com>
9 years agoAllow generating FSID for docker 883/head
Daniel Gryniewicz [Wed, 13 Jul 2016 17:15:01 +0000 (13:15 -0400)]
Allow generating FSID for docker

The docker case wasn't able to generate an FSID, it required it to be
set.  Allow generating it.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
9 years agoOnly check ports if NMAP exists 882/head
Daniel Gryniewicz [Wed, 22 Jun 2016 14:10:16 +0000 (10:10 -0400)]
Only check ports if NMAP exists

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
9 years agoMerge pull request #865 from PiotrProkop/containerized-osd-with-kv-fix
Leseb [Wed, 13 Jul 2016 08:39:49 +0000 (10:39 +0200)]
Merge pull request #865 from PiotrProkop/containerized-osd-with-kv-fix

Fixing containerized deployment with kv

9 years agoFixing typos 865/head
pprokop [Wed, 13 Jul 2016 08:25:05 +0000 (10:25 +0200)]
Fixing typos

9 years agoRemoving --rm flag from prepare osd
pprokop [Wed, 6 Jul 2016 07:58:49 +0000 (09:58 +0200)]
Removing --rm flag from prepare osd

9 years agoAdding missing tag
pprokop [Wed, 29 Jun 2016 06:03:03 +0000 (08:03 +0200)]
Adding missing tag

9 years agoFixing typos
pprokop [Wed, 29 Jun 2016 05:58:26 +0000 (07:58 +0200)]
Fixing typos

9 years agoRemoving creating symbolic links and fixing systemctl enable not working on CoreOS...
pprokop [Tue, 28 Jun 2016 11:48:46 +0000 (13:48 +0200)]
Removing creating symbolic links and fixing systemctl enable not working on CoreOS and migrating form docker module to shell in prepare image

9 years agoAdding an option to choose an etcd port and tag of docker images
pprokop [Tue, 28 Jun 2016 11:46:01 +0000 (13:46 +0200)]
Adding an option to choose an etcd port and tag of docker images

9 years agoMerge pull request #878 from font/imagetag
Leseb [Wed, 13 Jul 2016 07:58:40 +0000 (09:58 +0200)]
Merge pull request #878 from font/imagetag

Support for docker image tags

9 years agoSupport for docker image tags 878/head
Ivan Font [Sat, 9 Jul 2016 01:38:13 +0000 (18:38 -0700)]
Support for docker image tags

Signed-off-by: Ivan Font <ivan.font@redhat.com>
9 years agoMerge pull request #881 from ceph/rhbz-1355762
Leseb [Tue, 12 Jul 2016 19:15:08 +0000 (21:15 +0200)]
Merge pull request #881 from ceph/rhbz-1355762

ceph-common: explicitly create the directory portion of the iso path

9 years agoceph-common: explicitly create the directory portion of the iso path 881/head
Alfredo Deza [Tue, 12 Jul 2016 13:59:27 +0000 (09:59 -0400)]
ceph-common: explicitly create the directory portion of the iso path

This will help if the path to the iso exists in the originating server but not
in the remote paths. This issue is not seen if using /tmp/file.iso but does
show up when using nested paths.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1355762

9 years agoMerge pull request #874 from KGoreczny/docker_module_for_ansible_2_1_support
Leseb [Tue, 12 Jul 2016 13:36:07 +0000 (15:36 +0200)]
Merge pull request #874 from KGoreczny/docker_module_for_ansible_2_1_support

Fix docker deployment for Ansible 2.1

9 years agoremove trailing spaces 874/head
KGoreczny [Tue, 12 Jul 2016 12:50:56 +0000 (14:50 +0200)]
remove trailing spaces

Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
9 years agoMerge pull request #880 from cdwertmann/patch-1
Leseb [Tue, 12 Jul 2016 11:41:47 +0000 (13:41 +0200)]
Merge pull request #880 from cdwertmann/patch-1

Use correct object names when zapping GPT header

9 years agoMerge pull request #873 from erikh/fixups
Leseb [Tue, 12 Jul 2016 11:37:20 +0000 (13:37 +0200)]
Merge pull request #873 from erikh/fixups

Container fixups

9 years agoUse correct object names when zapping GPT header 880/head
Christoph Dwertmann [Tue, 12 Jul 2016 11:11:38 +0000 (21:11 +1000)]
Use correct object names when zapping GPT header

9 years agoceph-osd: fix an item propagation error while partitioning disks 873/head
Erik Hollensbe [Sun, 10 Jul 2016 13:53:15 +0000 (06:53 -0700)]
ceph-osd: fix an item propagation error while partitioning disks

Signed-off-by: Erik Hollensbe <github@hollensbe.org>
9 years agoadd python-py install to all other docker roles
KGoreczny [Tue, 12 Jul 2016 10:54:27 +0000 (12:54 +0200)]
add python-py install to all other docker roles

Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
9 years agoMerge pull request #877 from aluminous/master
Leseb [Tue, 12 Jul 2016 08:54:20 +0000 (10:54 +0200)]
Merge pull request #877 from aluminous/master

ceph-osd: Use the use_systemd fact when starting directory-scenario OSDs

9 years agoceph-osd: Use the use_systemd fact when start directory-scenario OSDs 877/head
Austin Brown [Tue, 12 Jul 2016 01:59:38 +0000 (10:59 +0900)]
ceph-osd: Use the use_systemd fact when start directory-scenario OSDs

9 years agoMerge pull request #876 from ktdreyer/rhcs-no-rpm-md
Leseb [Mon, 11 Jul 2016 15:21:01 +0000 (17:21 +0200)]
Merge pull request #876 from ktdreyer/rhcs-no-rpm-md

ceph-common: rm "type=rpm-md" from RHCS repos

9 years agoceph-common: rm "type=rpm-md" from RHCS repos 876/head
Ken Dreyer [Fri, 8 Jul 2016 22:14:09 +0000 (16:14 -0600)]
ceph-common: rm "type=rpm-md" from RHCS repos

As far as I can tell, this is a SUSE-ism, not needed for RHCS.

9 years agoMerge pull request #875 from ktdreyer/rhcs-repo-names
Leseb [Mon, 11 Jul 2016 15:06:47 +0000 (17:06 +0200)]
Merge pull request #875 from ktdreyer/rhcs-repo-names

ceph-common: update names for local RHCS repos

9 years agoceph-common: update names for local RHCS repos 875/head
Ken Dreyer [Fri, 8 Jul 2016 22:11:35 +0000 (16:11 -0600)]
ceph-common: update names for local RHCS repos

Use more descriptive names for the local RHCS Yum repositories.

9 years agoFix for Ansible 2.1: install docker-py in version matched to ansible docker module
KGoreczny [Mon, 11 Jul 2016 09:35:32 +0000 (11:35 +0200)]
Fix for Ansible 2.1: install docker-py in version matched to ansible docker module

Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
9 years agoMerge pull request #872 from ktdreyer/rhcs-name
Leseb [Sat, 9 Jul 2016 15:41:45 +0000 (17:41 +0200)]
Merge pull request #872 from ktdreyer/rhcs-name

ceph-common: fix "Red Hat Ceph Storage" product name

9 years agoceph-common: fix "Red Hat Ceph Storage" product name 872/head
Ken Dreyer [Fri, 8 Jul 2016 22:09:32 +0000 (16:09 -0600)]
ceph-common: fix "Red Hat Ceph Storage" product name

Standardize on the name "Red Hat Ceph Storage" everywhere

9 years agoremove withspaces
Sébastien Han [Thu, 7 Jul 2016 14:17:49 +0000 (16:17 +0200)]
remove withspaces

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #871 from ceph/rhbz-1338551
Leseb [Thu, 7 Jul 2016 09:28:58 +0000 (11:28 +0200)]
Merge pull request #871 from ceph/rhbz-1338551

ceph-common: ensure that destination iso paths exist before copying

9 years agoceph-common: ensure that destination iso paths exist before copying 871/head
Alfredo Deza [Wed, 6 Jul 2016 17:20:14 +0000 (13:20 -0400)]
ceph-common: ensure that destination iso paths exist before copying

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1338551

9 years agoMerge pull request #858 from dang/custom-repo
Leseb [Wed, 6 Jul 2016 13:30:49 +0000 (15:30 +0200)]
Merge pull request #858 from dang/custom-repo

Add a custom yum repo ability