]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
ceph-deploy.git
10 years agoAdd dates of release to 1.5 series
Travis Rhoden [Thu, 19 Mar 2015 19:43:43 +0000 (15:43 -0400)]
Add dates of release to 1.5 series

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoMove changelog to last thing in TOC
Travis Rhoden [Thu, 19 Mar 2015 19:43:21 +0000 (15:43 -0400)]
Move changelog to last thing in TOC

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoMove --{public,cluster}-network down a subsection
Travis Rhoden [Thu, 19 Mar 2015 19:23:03 +0000 (15:23 -0400)]
Move --{public,cluster}-network down a subsection

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoDisable smartypants
Travis Rhoden [Thu, 19 Mar 2015 19:20:14 +0000 (15:20 -0400)]
Disable smartypants

It was causing us to do funny things to work around wanting to display
double-dashes.  More trouble than it is worth - just disable it.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoDon't use backticks in section headers
Travis Rhoden [Thu, 19 Mar 2015 19:17:36 +0000 (15:17 -0400)]
Don't use backticks in section headers

They are not needed, and actually cause funny formatting issues.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoRe-order contents.rst
Travis Rhoden [Thu, 19 Mar 2015 18:52:49 +0000 (14:52 -0400)]
Re-order contents.rst

List items by likely order that a user would need to travere through
to deploy a cluster (new, install, mon...).

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoAdd mds create to docs
Travis Rhoden [Thu, 19 Mar 2015 18:49:18 +0000 (14:49 -0400)]
Add mds create to docs

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoAdd rgw create to docs
Travis Rhoden [Thu, 19 Mar 2015 18:38:08 +0000 (14:38 -0400)]
Add rgw create to docs

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoMerge pull request #268 from ceph/wip-rgw
Travis Rhoden [Wed, 18 Mar 2015 17:15:26 +0000 (13:15 -0400)]
Merge pull request #268 from ceph/wip-rgw

rgw: create works!

10 years agoinstall: install/uninstall radosgw package too 268/head
Sage Weil [Tue, 17 Mar 2015 23:44:21 +0000 (16:44 -0700)]
install: install/uninstall radosgw package too

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agorgw: fix up caps and entity name
Sage Weil [Tue, 17 Mar 2015 23:03:16 +0000 (16:03 -0700)]
rgw: fix up caps and entity name

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agorgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package
Sage Weil [Tue, 17 Mar 2015 23:03:03 +0000 (16:03 -0700)]
rgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package

Signed-off-by: Sage Weil <sage@redhat.com>
10 years agoMake missing RGW bootstrap key non-fatal 267/head
Travis Rhoden [Tue, 17 Mar 2015 19:01:16 +0000 (15:01 -0400)]
Make missing RGW bootstrap key non-fatal

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoExpose rgw CLI commands
Travis Rhoden [Tue, 10 Mar 2015 15:20:04 +0000 (11:20 -0400)]
Expose rgw CLI commands

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoGet bootstrap-rgw key during gatherkeys
Travis Rhoden [Tue, 10 Mar 2015 15:19:34 +0000 (11:19 -0400)]
Get bootstrap-rgw key during gatherkeys

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoadd rgw module
Travis Rhoden [Tue, 10 Mar 2015 15:18:34 +0000 (11:18 -0400)]
add rgw module

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years ago1.5.22 v1.5.22
Jenkins [Mon, 9 Mar 2015 15:14:20 +0000 (08:14 -0700)]
1.5.22

10 years agoBump version
Travis Rhoden [Mon, 9 Mar 2015 15:02:51 +0000 (11:02 -0400)]
Bump version

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoUpdate changelog
Travis Rhoden [Mon, 9 Mar 2015 15:02:26 +0000 (11:02 -0400)]
Update changelog

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agodoc: Fix versionchanged entries in install section
Travis Rhoden [Sat, 7 Mar 2015 00:53:35 +0000 (19:53 -0500)]
doc: Fix versionchanged entries in install section

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agoMerge pull request #265 from trhoden/doc_fixes
Alfredo Deza [Fri, 6 Mar 2015 18:17:22 +0000 (13:17 -0500)]
Merge pull request #265 from trhoden/doc_fixes

Doc fixes

10 years agodoc: add description of new --install behavior on RHEL 265/head
Travis Rhoden [Fri, 6 Mar 2015 17:07:39 +0000 (12:07 -0500)]
doc: add description of new --install behavior on RHEL

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agodoc: Clarify use of check_obsoletes for RPM distros
Travis Rhoden [Fri, 6 Mar 2015 14:44:26 +0000 (09:44 -0500)]
doc: Clarify use of check_obsoletes for RPM distros

check_obsoletes is enabled on all RPM distros now, except when
installing Red Hat packages on RHEL.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
10 years agodoc: clarify ceph-deploy package locations
Travis Rhoden [Fri, 6 Mar 2015 14:37:32 +0000 (09:37 -0500)]
doc: clarify ceph-deploy package locations

README and rst docs were out of sync

Clarify wording in both.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #264 from mbroz/master
Travis Rhoden [Thu, 26 Feb 2015 17:18:51 +0000 (09:18 -0800)]
Merge pull request #264 from mbroz/master

Try to remove also ceph-common on Fedora.

Reviewed-by: Travis Rhoden <trhoden@redhat.com>
11 years agoTry to remove also ceph-common on Fedora. 264/head
Milan Broz [Mon, 23 Feb 2015 15:38:48 +0000 (16:38 +0100)]
Try to remove also ceph-common on Fedora.

Quick workaround but at least it allows purge and purgedata to work
on Fedora 21.

See http://tracker.ceph.com/issues/10928

Signed-off-by: Milan Broz <gmazyland@gmail.com>
11 years agorc version v1.5.22-rc1
Travis Rhoden [Mon, 23 Feb 2015 14:06:40 +0000 (09:06 -0500)]
rc version

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #263 from trhoden/rhel_repo_only
Alfredo Deza [Fri, 20 Feb 2015 22:03:38 +0000 (17:03 -0500)]
Merge pull request #263 from trhoden/rhel_repo_only

Detect RHEL/RHCEPH for 'install --repo'

11 years agoDetect RHEL/RHCEPH for 'install --repo' 263/head
Travis Rhoden [Fri, 20 Feb 2015 21:42:23 +0000 (16:42 -0500)]
Detect RHEL/RHCEPH for 'install --repo'

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #262 from alfredodeza/rhel-support
Alfredo Deza [Fri, 20 Feb 2015 19:12:19 +0000 (14:12 -0500)]
Merge pull request #262 from alfredodeza/rhel-support

rhel repo support

11 years agomore tests cases for the sanitizer args function 262/head
Alfredo Deza [Fri, 20 Feb 2015 18:58:16 +0000 (13:58 -0500)]
more tests cases for the sanitizer args function

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate a test for the args sanitizer function
Alfredo Deza [Fri, 20 Feb 2015 18:54:51 +0000 (13:54 -0500)]
create a test for the args sanitizer function

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd explanation for other distros in the new flag for RHEL
Alfredo Deza [Fri, 20 Feb 2015 17:13:50 +0000 (12:13 -0500)]
add explanation for other distros in the new flag for RHEL

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agodefault to use rhceph when purging/uninstalling
Alfredo Deza [Fri, 20 Feb 2015 16:11:54 +0000 (11:11 -0500)]
default to use rhceph when purging/uninstalling

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agouse the default_release to infer if we should use_rhceph or not
Alfredo Deza [Thu, 19 Feb 2015 21:05:29 +0000 (16:05 -0500)]
use the default_release to infer if we should use_rhceph or not

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #261 from trhoden/check_obsoletes_rhel_centos
Alfredo Deza [Thu, 19 Feb 2015 20:39:33 +0000 (15:39 -0500)]
Merge pull request #261 from trhoden/check_obsoletes_rhel_centos

Enable check_obsoletes for CentOS and RHEL

11 years agoset a default_release attribute that is False by default in the arg parser obj
Alfredo Deza [Thu, 19 Feb 2015 20:19:47 +0000 (15:19 -0500)]
set a default_release attribute that is False by default in the arg parser obj

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd a sanitizer args function to set/fix defaults for install
Alfredo Deza [Thu, 19 Feb 2015 20:18:52 +0000 (15:18 -0500)]
add a sanitizer args function to set/fix defaults for install

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoAdd support for RHEL host module
Travis Rhoden [Mon, 16 Feb 2015 14:42:48 +0000 (09:42 -0500)]
Add support for RHEL host module

When "use_rhceph" is set in cephdeploy.conf, no longer use
the centos host module as a stand-in for RHEL, use a new
rhel host module that is designed to be used for the Red Hat
distributed Red Hat Ceph product.

Right now this means not using Yum priorities, and installing
two new packages of ceph-mon and ceph-osd.  Eventually ceph-deploy
needs to be smarter of only installing ceph-mon or ceph-osd when a
host needs it, but for now just install both.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoEnable check_obsoletes for CentOS and RHEL 261/head
Travis Rhoden [Thu, 19 Feb 2015 03:52:18 +0000 (22:52 -0500)]
Enable check_obsoletes for CentOS and RHEL

We previously enabled this Yum plugin config flag for Fedora, but
recent changes in the EPEL packaging make it necessary for CentOS
and RHEL (when using upstream packages) as well.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #259 from ktdreyer/wip-packaging-rm-rhel-pyver
Travis Rhoden [Sat, 31 Jan 2015 00:26:53 +0000 (19:26 -0500)]
Merge pull request #259 from ktdreyer/wip-packaging-rm-rhel-pyver

ceph-deploy.spec: remove %{pyver} references

Reviewed-by: Travis Rhoden <trhoden@redhat.com>
11 years agoceph-deploy.spec: remove %{pyver} references 259/head
Ken Dreyer [Fri, 30 Jan 2015 22:45:32 +0000 (15:45 -0700)]
ceph-deploy.spec: remove %{pyver} references

The %{pyver} RPM macro is not present on Red Hat-based systems. It was
removed for SUSE as a part of commit
83070c14f1682e3b6eb7f45f43ba6afda6f026a4. Remove it for RHEL also.

This fixes a problem where "rpm -qp --requires
ceph-deploy-1.5.21-0.noarch.rpm" would show that the binary RPM
literally required "python >= %{pyver}".

11 years agoMerge pull request #258 from trhoden/10476
Alfredo Deza [Fri, 9 Jan 2015 22:58:05 +0000 (17:58 -0500)]
Merge pull request #258 from trhoden/10476

Enable check_obsoletes in Fedora

11 years agodoc: Add justification for check_obsoletes 258/head
Travis Rhoden [Fri, 9 Jan 2015 17:50:33 +0000 (17:50 +0000)]
doc: Add justification for check_obsoletes

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoEnable check_obsoletes in Fedora
Travis Rhoden [Fri, 9 Jan 2015 16:19:24 +0000 (16:19 +0000)]
Enable check_obsoletes in Fedora

Since Fedora ships downstream RPMs that obsolete
python-ceph, those RPMs will be pulled in to resolve
dependencies instead of those hosted by ceph.com, leading
to package errors.

To prevent this, enable check_obsoletes in the Yum
priorities plugin.

Fixes: 10476
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #256 from ktdreyer/rpmlint-fixes
Travis Rhoden [Mon, 5 Jan 2015 19:01:53 +0000 (14:01 -0500)]
Merge pull request #256 from ktdreyer/rpmlint-fixes

rpmlint fixes

11 years agoceph-deploy.spec: quote RPM macros in comments 256/head
Ken Dreyer [Fri, 2 Jan 2015 22:57:01 +0000 (15:57 -0700)]
ceph-deploy.spec: quote RPM macros in comments

Prior to this commit, RPM would expand the macros that were present in
the comment.

Use a double percent sign to quote the macros so that RPM will not expand
them.

This fixes the following rpmlint warnings:

  ceph-deploy.spec:60: W: macro-in-comment %setup
  ceph-deploy.spec:60: W: macro-in-comment %{name}

More information from rpmlint's "-I" (help) command:

  $ rpmlint -I macro-in-comment
  macro-in-comment:
  There is a unescaped macro after a shell style comment in the
  specfile.  Macros are expanded everywhere, so check if it can cause a
  problem in this case and escape the macro with another leading % if
  appropriate.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
11 years agoceph-deploy.spec: use spaces instead of tabs
Ken Dreyer [Fri, 2 Jan 2015 22:54:31 +0000 (15:54 -0700)]
ceph-deploy.spec: use spaces instead of tabs

This fixes the following rpmlint warning:

  ceph-deploy.spec:15: W: mixed-use-of-spaces-and-tabs (spaces: line 15,
  tab: line 13)

More information from rpmlint's "-I" (help) command:

  $ rpmlint -I mixed-use-of-spaces-and-tabs
  mixed-use-of-spaces-and-tabs:
  The specfile mixes use of spaces and tabs for indentation, which is a
  cosmetic annoyance.  Use either spaces or tabs for indentation, not
  both.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
11 years agoMerge pull request #255 from trhoden/doc_repo
Alfredo Deza [Fri, 2 Jan 2015 17:46:25 +0000 (12:46 -0500)]
Merge pull request #255 from trhoden/doc_repo

doc: update README to not install from ceph-extras

11 years agodoc: update README to not install from ceph-extras 255/head
Travis Rhoden [Fri, 2 Jan 2015 17:38:22 +0000 (12:38 -0500)]
doc: update README to not install from ceph-extras

Update doc to remove reference to ceph-extras for RPM and DEB
repos. ceph-deploy is no longer pushed to the ceph-extras repo
and hasn't been for some time. If users are not installing from
PyPI, they should be using either the testing or release repo
of their choice for ceph.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years ago1.5.21 v1.5.21
Jenkins [Wed, 10 Dec 2014 15:05:42 +0000 (07:05 -0800)]
1.5.21

11 years agoBump version
Travis Rhoden [Wed, 10 Dec 2014 14:54:40 +0000 (09:54 -0500)]
Bump version

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoUpdate changelog
Travis Rhoden [Wed, 10 Dec 2014 14:53:50 +0000 (09:53 -0500)]
Update changelog

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #250 from trhoden/10043
Alfredo Deza [Tue, 2 Dec 2014 16:59:23 +0000 (11:59 -0500)]
Merge pull request #250 from trhoden/10043

Return non-zero exit status when gatherkeys fails

11 years agoReturn non-zero when gatherkeys fails 250/head
Travis Rhoden [Tue, 18 Nov 2014 20:21:37 +0000 (20:21 +0000)]
Return non-zero when gatherkeys fails

Immediately abort and exit when a needed key cannot be found
on the list of given hosts.

Define a new exception, KeyNotFoundError, and raise that from
gatherkeys() when the requested file does not exist on any of
the given hosts to try.  Since we now raise an exception on
error, there is no longer any need to return a value from
gatherkeys().

Fixes: 10043
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoImport from ceph_deploy package instead of . in gatherkeys.py
Travis Rhoden [Tue, 18 Nov 2014 17:27:04 +0000 (17:27 +0000)]
Import from ceph_deploy package instead of . in gatherkeys.py

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #252 from trhoden/10137
Alfredo Deza [Wed, 19 Nov 2014 19:34:56 +0000 (14:34 -0500)]
Merge pull request #252 from trhoden/10137

default to giant when installing

11 years agodefault to giant when installing 252/head
Travis Rhoden [Wed, 19 Nov 2014 14:42:07 +0000 (09:42 -0500)]
default to giant when installing

Fixes: 10137
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #253 from trhoden/doc
Ken Dreyer [Wed, 19 Nov 2014 16:06:39 +0000 (09:06 -0700)]
Merge pull request #253 from trhoden/doc

Point to ceph-deploy tracker instead of devops

11 years agoPoint to ceph-deploy tracker instead of devops 253/head
Travis Rhoden [Wed, 19 Nov 2014 15:33:11 +0000 (10:33 -0500)]
Point to ceph-deploy tracker instead of devops

Modify README and docs to point to the ceph-deploy bug tracker
now that it is its own project instead of within devops.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoMerge pull request #251 from trhoden/10133
Alfredo Deza [Wed, 19 Nov 2014 12:36:30 +0000 (07:36 -0500)]
Merge pull request #251 from trhoden/10133

Fix string compare for distro during EPEL install

11 years agoFix string compare for distro during EPEL install 251/head
Travis Rhoden [Tue, 18 Nov 2014 22:11:17 +0000 (17:11 -0500)]
Fix string compare for distro during EPEL install

Use distro.normalized_name instead of
distro.name.lower

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years ago1.5.20 v1.5.20
Jenkins [Thu, 13 Nov 2014 16:08:46 +0000 (08:08 -0800)]
1.5.20

11 years agoBump version
Travis Rhoden [Thu, 13 Nov 2014 16:02:53 +0000 (11:02 -0500)]
Bump version

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoUpdate changelog
Travis Rhoden [Wed, 12 Nov 2014 19:44:52 +0000 (14:44 -0500)]
Update changelog

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
11 years agoremove commented out cruft in scripts/
Alfredo Deza [Mon, 10 Nov 2014 16:09:38 +0000 (11:09 -0500)]
remove commented out cruft in scripts/

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobuild packages are on parent dir
Alfredo Deza [Mon, 10 Nov 2014 14:14:08 +0000 (09:14 -0500)]
build packages are on parent dir

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agothere is no need to move the repo builds
Alfredo Deza [Mon, 10 Nov 2014 14:07:20 +0000 (09:07 -0500)]
there is no need to move the repo builds

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agojenkins: remove build directory cd
Alfredo Deza [Fri, 7 Nov 2014 21:21:06 +0000 (16:21 -0500)]
jenkins: remove build directory cd

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the remoto requirement to 0.0.23
Alfredo Deza [Wed, 29 Oct 2014 18:25:06 +0000 (14:25 -0400)]
bump the remoto requirement to 0.0.23

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.19 v1.5.19
Jenkins [Wed, 29 Oct 2014 14:19:41 +0000 (07:19 -0700)]
1.5.19

11 years agoupdate the changelog
Alfredo Deza [Tue, 28 Oct 2014 20:27:51 +0000 (16:27 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the version
Alfredo Deza [Tue, 28 Oct 2014 18:37:10 +0000 (14:37 -0400)]
bump the version

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #249 from alfredodeza/9530
Zack Cerza [Mon, 27 Oct 2014 20:05:07 +0000 (14:05 -0600)]
Merge pull request #249 from alfredodeza/9530

create the temporary file in /etc/ceph so that SELinux is happy

11 years agocreate the temporary file in /etc/ceph so that SELinux is happy 249/head
Alfredo Deza [Mon, 27 Oct 2014 18:52:38 +0000 (14:52 -0400)]
create the temporary file in /etc/ceph so that SELinux is happy

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoadd a title to the changelog
Alfredo Deza [Thu, 23 Oct 2014 20:34:04 +0000 (16:34 -0400)]
add a title to the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.18 v1.5.18
Jenkins [Thu, 9 Oct 2014 17:37:06 +0000 (10:37 -0700)]
1.5.18

11 years agobump the version
Alfredo Deza [Thu, 9 Oct 2014 17:33:21 +0000 (13:33 -0400)]
bump the version

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoupdate the changelog
Alfredo Deza [Thu, 9 Oct 2014 17:32:58 +0000 (13:32 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.18
Jenkins [Thu, 9 Oct 2014 16:38:44 +0000 (09:38 -0700)]
1.5.18

11 years agoMerge pull request #248 from alfredodeza/9662
Zack Cerza [Thu, 9 Oct 2014 16:28:30 +0000 (10:28 -0600)]
Merge pull request #248 from alfredodeza/9662

create a `{cluster}.mon.keyring` file if it doesn't exist

11 years agocreate a mon keyring if not found when deploying a mon 248/head
Alfredo Deza [Thu, 9 Oct 2014 14:20:26 +0000 (10:20 -0400)]
create a mon keyring if not found when deploying a mon

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate a mon keyring in a helper function
Alfredo Deza [Thu, 9 Oct 2014 14:19:56 +0000 (10:19 -0400)]
create a mon keyring in a helper function

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agocreate a utility to read and return file contents
Alfredo Deza [Thu, 9 Oct 2014 14:04:17 +0000 (10:04 -0400)]
create a utility to read and return file contents

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #247 from thesues/master
Alfredo Deza [Wed, 8 Oct 2014 12:42:29 +0000 (08:42 -0400)]
Merge pull request #247 from thesues/master

Put distro.conn.exit to the end of function

11 years agoPut distro.conn.exit to the end of function 247/head
Dongmao Zhang [Wed, 8 Oct 2014 08:38:40 +0000 (16:38 +0800)]
Put distro.conn.exit to the end of function

system.enable_service(distro.conn) is still needing the connection.

Signed-off-by: Dongmao Zhang <deanraccoon@gmail.com>
11 years ago1.5.17 v1.5.17
Jenkins [Mon, 6 Oct 2014 16:15:34 +0000 (09:15 -0700)]
1.5.17

11 years agobump the version for init
Alfredo Deza [Mon, 6 Oct 2014 16:11:52 +0000 (12:11 -0400)]
bump the version for init

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoupdate the changelog
Alfredo Deza [Mon, 6 Oct 2014 16:11:24 +0000 (12:11 -0400)]
update the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #246 from alfredodeza/9645
Gregory Meno [Fri, 3 Oct 2014 17:32:54 +0000 (13:32 -0400)]
Merge pull request #246 from alfredodeza/9645

ensure priorities for custom repos as well

11 years agoensure priorities for custom repos as well 246/head
Alfredo Deza [Fri, 3 Oct 2014 16:45:07 +0000 (12:45 -0400)]
ensure priorities for custom repos as well

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #245 from alfredodeza/9629
Zack Cerza [Wed, 1 Oct 2014 15:30:54 +0000 (09:30 -0600)]
Merge pull request #245 from alfredodeza/9629

don't prompt twice for passwords

11 years agodo not detect sudo when attempting to copy ssh keys 245/head
Alfredo Deza [Wed, 1 Oct 2014 15:23:37 +0000 (11:23 -0400)]
do not detect sudo when attempting to copy ssh keys

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoallow to pass detect_sudo to get()
Alfredo Deza [Wed, 1 Oct 2014 15:22:48 +0000 (11:22 -0400)]
allow to pass detect_sudo to get()

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years ago1.5.16 v1.5.16
Jenkins [Tue, 30 Sep 2014 14:25:13 +0000 (07:25 -0700)]
1.5.16

11 years agobump the version
Alfredo Deza [Tue, 30 Sep 2014 13:26:03 +0000 (09:26 -0400)]
bump the version

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agobump the changelog
Alfredo Deza [Tue, 30 Sep 2014 13:23:17 +0000 (09:23 -0400)]
bump the changelog

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agoMerge pull request #244 from alfredodeza/9624
Zack Cerza [Mon, 29 Sep 2014 22:18:00 +0000 (16:18 -0600)]
Merge pull request #244 from alfredodeza/9624

handle the weirdness we do for `sid` releases of debian

11 years agofallback to 0 for text garbage 244/head
Alfredo Deza [Mon, 29 Sep 2014 18:39:25 +0000 (14:39 -0400)]
fallback to 0 for text garbage

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
11 years agotest the fix for text versions
Alfredo Deza [Mon, 29 Sep 2014 18:37:58 +0000 (14:37 -0400)]
test the fix for text versions

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>