]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/log
ceph-build.git
10 years agotesting pull request commits should never take more than 10 minutes 321/head
Alfredo Deza [Fri, 5 Feb 2016 13:24:18 +0000 (08:24 -0500)]
testing pull request commits should never take more than 10 minutes

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #320 from ceph/ceph-ansible-galaxy
Alfredo Deza [Wed, 3 Feb 2016 22:50:32 +0000 (17:50 -0500)]
Merge pull request #320 from ceph/ceph-ansible-galaxy

Adds a new job to update the ceph-ansible galaxy repos on merge

10 years agoAdds a new job to update the ceph-ansible galaxy repos on merge 320/head
Andrew Schoen [Wed, 3 Feb 2016 22:35:25 +0000 (16:35 -0600)]
Adds a new job to update the ceph-ansible galaxy repos on merge

When new code is merged to master of ceph-ansible a command is run to
update the individual role repos with the changes for Ansible Galaxy.

See the first request of https://github.com/ceph/ceph-ansible/issues/507

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #319 from ceph/delay-postscript
Andrew Schoen [Fri, 29 Jan 2016 15:23:21 +0000 (09:23 -0600)]
Merge pull request #319 from ceph/delay-postscript

pass an option to delay the deletion of the node

10 years agoalso please spit out what you are posting 319/head
Alfredo Deza [Fri, 29 Jan 2016 13:28:48 +0000 (08:28 -0500)]
also please spit out what you are posting

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agopass an option to delay the deletion of the node
Alfredo Deza [Thu, 28 Jan 2016 16:01:44 +0000 (11:01 -0500)]
pass an option to delay the deletion of the node

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #318 from ceph/extra-vars-json
Alfredo Deza [Thu, 28 Jan 2016 13:46:06 +0000 (08:46 -0500)]
Merge pull request #318 from ceph/extra-vars-json

ceph-ansible-pull-requests: set monitor_interface correctly

10 years agoceph-ansible-pull-requests: set monitor_interface correctly 318/head
Andrew Schoen [Thu, 28 Jan 2016 13:21:08 +0000 (07:21 -0600)]
ceph-ansible-pull-requests: set monitor_interface correctly

The trusty and centos nodes we're using in OVH both use eth0. This also
fixes a typo when setting monitor_interface in the json file used by
extra-vars.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #317 from ceph/extra-vars-json
Alfredo Deza [Wed, 27 Jan 2016 22:21:20 +0000 (17:21 -0500)]
Merge pull request #317 from ceph/extra-vars-json

ceph-ansible-pull-requests: add os_tuning_params to --extra-vars

10 years agoceph-ansible-pull-requests: up verbosity to -vvv 317/head
Andrew Schoen [Wed, 27 Jan 2016 21:03:30 +0000 (15:03 -0600)]
ceph-ansible-pull-requests: up verbosity to -vvv

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoceph-ansible-pull-requests: add fsid and monitor_secret to extra-vars
Andrew Schoen [Wed, 27 Jan 2016 21:02:57 +0000 (15:02 -0600)]
ceph-ansible-pull-requests: add fsid and monitor_secret to extra-vars

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agouse variables to set extra-vars so they show up in console output
Andrew Schoen [Wed, 27 Jan 2016 20:59:13 +0000 (14:59 -0600)]
use variables to set extra-vars so they show up in console output

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoceph-ansible-pull-requests: write a json file for the extra_vars
Andrew Schoen [Wed, 27 Jan 2016 20:02:41 +0000 (14:02 -0600)]
ceph-ansible-pull-requests: write a json file for the extra_vars

This'll make it easier to read and the diffs will be nicer as well.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoceph-ansible-pull-requests: add os_tuning_params to --extra-vars
Andrew Schoen [Wed, 27 Jan 2016 19:16:41 +0000 (13:16 -0600)]
ceph-ansible-pull-requests: add os_tuning_params to --extra-vars

Set these to the same values used for vagrant testing. The specific
issue here is that the defaults for os_tuning_params includes setting
vm.min_free_kbytes to 4194303 which is more memory than the jenkins
slave used for testing has.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #316 from ceph/extra-vars-json
Alfredo Deza [Wed, 27 Jan 2016 17:03:42 +0000 (12:03 -0500)]
Merge pull request #316 from ceph/extra-vars-json

ceph-ansible-pull-requests: use json for --extra-vars

10 years agoceph-ansible-pull-requests: use json for --extra-vars 316/head
Andrew Schoen [Wed, 27 Jan 2016 16:51:11 +0000 (10:51 -0600)]
ceph-ansible-pull-requests: use json for --extra-vars

This allows us to pass a list of devices to --extra-vars. The key=value
method of using --extra-vars doesn't allow for complex data types like a
list or a hash.

This also sets monitor_interface to eth1

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #315 from ceph/ceph-ansible-tweaks
Alfredo Deza [Wed, 27 Jan 2016 12:26:31 +0000 (07:26 -0500)]
Merge pull request #315 from ceph/ceph-ansible-tweaks

add osd_auto_discovery to extra-vars; add -k to the curl call to mita

10 years agoceph-ansible-pull-requests: use -k with curl because of the self-signed cert 315/head
Andrew Schoen [Tue, 26 Jan 2016 22:43:01 +0000 (16:43 -0600)]
ceph-ansible-pull-requests: use -k with curl because of the self-signed cert

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoceph-ansible-pull-requests: add osd_auto_discovery=true to extra-vars
Andrew Schoen [Tue, 26 Jan 2016 22:41:31 +0000 (16:41 -0600)]
ceph-ansible-pull-requests: add osd_auto_discovery=true to extra-vars

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #314 from ceph/fix-ceph-ansible-postbuild
Alfredo Deza [Tue, 26 Jan 2016 21:40:42 +0000 (16:40 -0500)]
Merge pull request #314 from ceph/fix-ceph-ansible-postbuild

always destroy the slave after a ceph-ansible-pull-requests job

10 years agoalways destroy the slave after a ceph-ansible-pull-requests job 314/head
Andrew Schoen [Tue, 26 Jan 2016 21:36:08 +0000 (15:36 -0600)]
always destroy the slave after a ceph-ansible-pull-requests job

Setting both script-only-if-succeeded and script-only-if-failed to True
makes is so that this postbuildscript is never ran.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #313 from ceph/journal-collocation
Andrew Schoen [Tue, 26 Jan 2016 15:47:17 +0000 (09:47 -0600)]
Merge pull request #313 from ceph/journal-collocation

specify journal collocation

10 years agospecify journal collocation 313/head
Alfredo Deza [Tue, 26 Jan 2016 15:34:52 +0000 (10:34 -0500)]
specify journal collocation

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #312 from ceph/label-fix
Andrew Schoen [Tue, 26 Jan 2016 15:32:28 +0000 (09:32 -0600)]
Merge pull request #312 from ceph/label-fix

mita is only providing unique nodes for now, not ceph-ansible-unique

10 years agomita is only providing unique nodes for now, not ceph-ansible-unique 312/head
Alfredo Deza [Tue, 26 Jan 2016 14:33:36 +0000 (09:33 -0500)]
mita is only providing unique nodes for now, not ceph-ansible-unique

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #311 from ceph/ansible-extra-vars
Alfredo Deza [Tue, 26 Jan 2016 13:33:27 +0000 (08:33 -0500)]
Merge pull request #311 from ceph/ansible-extra-vars

pass the needed extra vars

10 years agopass the needed extra vars 311/head
Alfredo Deza [Tue, 26 Jan 2016 13:26:47 +0000 (08:26 -0500)]
pass the needed extra vars

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #310 from ceph/local-inventory
Alfredo Deza [Tue, 26 Jan 2016 12:19:02 +0000 (07:19 -0500)]
Merge pull request #310 from ceph/local-inventory

use the new single-machine inventory

10 years agouse the new single-machine inventory 310/head
Alfredo Deza [Tue, 26 Jan 2016 12:12:44 +0000 (07:12 -0500)]
use the new single-machine inventory

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #309 from ceph/ansible-pr-tweaks
Alfredo Deza [Mon, 25 Jan 2016 22:34:26 +0000 (17:34 -0500)]
Merge pull request #309 from ceph/ansible-pr-tweaks

ceph-ansible-pull-requests: activate the venv for the version check

10 years agoceph-ansible-pull-requests: activate the venv for the version check 309/head
Andrew Schoen [Mon, 25 Jan 2016 21:59:30 +0000 (15:59 -0600)]
ceph-ansible-pull-requests: activate the venv for the version check

If we don't activate our virtualenv ceph-ansible can not find ansible to
perform its version check and fails.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #308 from ceph/teardown
Andrew Schoen [Mon, 25 Jan 2016 20:53:41 +0000 (14:53 -0600)]
Merge pull request #308 from ceph/teardown

Teardown ceph-ansible

10 years agocreate a teardown script to handle the UUID 308/head
Alfredo Deza [Mon, 25 Jan 2016 20:47:18 +0000 (15:47 -0500)]
create a teardown script to handle the UUID

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoteardown when trying to tell mita to destroy the node
Alfredo Deza [Mon, 25 Jan 2016 20:46:54 +0000 (15:46 -0500)]
teardown when trying to tell mita to destroy the node

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #305 from ceph/pint-mita
Andrew Schoen [Mon, 25 Jan 2016 20:38:36 +0000 (14:38 -0600)]
Merge pull request #305 from ceph/pint-mita

when the build is done, tell mita to destroy the node to ensure it gets a new one

10 years agoon both failure and success, ping mita to destroy the node 305/head
Alfredo Deza [Mon, 25 Jan 2016 15:46:26 +0000 (10:46 -0500)]
on both failure and success, ping mita to destroy the node

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoensure that the unique label is only for ceph-ansible
Alfredo Deza [Mon, 25 Jan 2016 14:16:24 +0000 (09:16 -0500)]
ensure that the unique label is only for ceph-ansible

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agowhen the build is done, tell mita to destroy the node to ensure it gets a new one
Alfredo Deza [Mon, 25 Jan 2016 14:11:37 +0000 (09:11 -0500)]
when the build is done, tell mita to destroy the node to ensure it gets a new one

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #307 from ceph/ceph-prs-concurrent
Andrew Schoen [Mon, 25 Jan 2016 16:00:51 +0000 (10:00 -0600)]
Merge pull request #307 from ceph/ceph-prs-concurrent

pr checks should be concurrent

10 years agopr checks should be concurrent 307/head
Alfredo Deza [Mon, 25 Jan 2016 15:59:34 +0000 (10:59 -0500)]
pr checks should be concurrent

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #306 from ceph/label-ceph-prs
Andrew Schoen [Mon, 25 Jan 2016 15:29:04 +0000 (09:29 -0600)]
Merge pull request #306 from ceph/label-ceph-prs

use a label so mita can create nodes if needed

10 years agouse a label so mita can create nodes if needed 306/head
Alfredo Deza [Mon, 25 Jan 2016 14:40:59 +0000 (09:40 -0500)]
use a label so mita can create nodes if needed

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #304 from ceph/ansible-labels
Andrew Schoen [Thu, 21 Jan 2016 22:48:03 +0000 (17:48 -0500)]
Merge pull request #304 from ceph/ansible-labels

do not build anything that isn't unique, right?

10 years agodo not build anything that isn't unique, right? 304/head
Alfredo Deza [Thu, 21 Jan 2016 22:45:22 +0000 (17:45 -0500)]
do not build anything that isn't unique, right?

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #303 from ceph/ansible-prs
Andrew Schoen [Thu, 21 Jan 2016 22:39:51 +0000 (17:39 -0500)]
Merge pull request #303 from ceph/ansible-prs

initial take on ceph-ansible pull requests

10 years agoimprove success wording 303/head
Alfredo Deza [Thu, 21 Jan 2016 22:29:20 +0000 (17:29 -0500)]
improve success wording

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoandrewschoen has super powers to detect uneeded things in a YAML file
Alfredo Deza [Thu, 21 Jan 2016 22:28:28 +0000 (17:28 -0500)]
andrewschoen has super powers to detect uneeded things in a YAML file

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoinitial take on ceph-ansible pull requests
Alfredo Deza [Thu, 21 Jan 2016 19:46:38 +0000 (14:46 -0500)]
initial take on ceph-ansible pull requests

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #302 from ceph/timeout
Alfredo Deza [Wed, 20 Jan 2016 12:00:23 +0000 (07:00 -0500)]
Merge pull request #302 from ceph/timeout

make this thing timeout because it can hang for sure

10 years agomake this thing timeout because it can hang for sure 302/head
Alfredo Deza [Wed, 20 Jan 2016 11:50:26 +0000 (06:50 -0500)]
make this thing timeout because it can hang for sure

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #301 from ceph/unbound
Andrew Schoen [Mon, 18 Jan 2016 18:25:24 +0000 (12:25 -0600)]
Merge pull request #301 from ceph/unbound

fix unbound local errors

10 years agofix unbound local errors 301/head
Alfredo Deza [Mon, 18 Jan 2016 18:19:06 +0000 (13:19 -0500)]
fix unbound local errors

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #270 from ceph/concurrent-prs
Andrew Schoen [Mon, 18 Jan 2016 16:37:42 +0000 (10:37 -0600)]
Merge pull request #270 from ceph/concurrent-prs

pull requests that need to be concurrent

10 years agoteuthology prs should be concurrent jobs 270/head
Alfredo Deza [Wed, 23 Dec 2015 00:49:07 +0000 (19:49 -0500)]
teuthology prs should be concurrent jobs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoceph-qa-suite prs should be concurrent jobs
Alfredo Deza [Wed, 23 Dec 2015 00:48:09 +0000 (19:48 -0500)]
ceph-qa-suite prs should be concurrent jobs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoceph-deploy prs should be concurrent jobs
Alfredo Deza [Wed, 23 Dec 2015 00:47:38 +0000 (19:47 -0500)]
ceph-deploy prs should be concurrent jobs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoceph-build prs should be concurrent jobs
Alfredo Deza [Wed, 23 Dec 2015 00:46:56 +0000 (19:46 -0500)]
ceph-build prs should be concurrent jobs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #298 from ceph/no-lsb-prado
Andrew Schoen [Mon, 18 Jan 2016 16:04:03 +0000 (10:04 -0600)]
Merge pull request #298 from ceph/no-lsb-prado

do not use lsb

10 years agodo not use lsb 298/head
Alfredo Deza [Fri, 15 Jan 2016 16:43:16 +0000 (11:43 -0500)]
do not use lsb

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #300 from ceph/ceph-pr-fetch
Kefu Chai [Mon, 18 Jan 2016 14:52:58 +0000 (22:52 +0800)]
Merge pull request #300 from ceph/ceph-pr-fetch

fetch origin master before doing a comparison

Reviewed-by: Kefu Chai <kchai@redhat.com>
10 years agofetch origin master before doing a comparison 300/head
Alfredo Deza [Mon, 18 Jan 2016 14:44:59 +0000 (09:44 -0500)]
fetch origin master before doing a comparison

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #297 from ceph/lsb-prado
Andrew Schoen [Fri, 15 Jan 2016 16:20:04 +0000 (10:20 -0600)]
Merge pull request #297 from ceph/lsb-prado

set the macros after installing dependencies

10 years agoset the macros after installing dependencies 297/head
Alfredo Deza [Fri, 15 Jan 2016 14:18:25 +0000 (09:18 -0500)]
set the macros after installing dependencies

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #296 from ceph/ceph-prs-fix
Alfredo Deza [Thu, 14 Jan 2016 19:12:22 +0000 (14:12 -0500)]
Merge pull request #296 from ceph/ceph-prs-fix

Use `origin/` to compare branches

10 years agouse origin for comparison, not local 296/head
Alfredo Deza [Thu, 14 Jan 2016 16:59:30 +0000 (11:59 -0500)]
use origin for comparison, not local

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agodo not use files as prado does not support them yet 295/head
Alfredo Deza [Thu, 14 Jan 2016 16:55:28 +0000 (11:55 -0500)]
do not use files as prado does not support them yet

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #294 from ceph/head-prs
Kefu Chai [Thu, 14 Jan 2016 12:44:56 +0000 (20:44 +0800)]
Merge pull request #294 from ceph/head-prs

use HEAD for comparing commits

Reviewed-by: Kefu Chai <kchai@redhat.com>
10 years agouse HEAD for comparing commits 294/head
Alfredo Deza [Thu, 14 Jan 2016 12:36:44 +0000 (07:36 -0500)]
use HEAD for comparing commits

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #293 from ceph/executors
Andrew Schoen [Wed, 13 Jan 2016 16:18:16 +0000 (10:18 -0600)]
Merge pull request #293 from ceph/executors

default to number of executors to just 1

10 years agodefault to number of executors to just 1 293/head
Alfredo Deza [Wed, 13 Jan 2016 14:55:32 +0000 (09:55 -0500)]
default to number of executors to just 1

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #292 from ceph/rm-arm
Andrew Schoen [Tue, 12 Jan 2016 15:52:49 +0000 (09:52 -0600)]
Merge pull request #292 from ceph/rm-arm

remove arm for now

10 years agoremove arm for now 292/head
Alfredo Deza [Tue, 12 Jan 2016 15:51:36 +0000 (10:51 -0500)]
remove arm for now

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #291 from ceph/ceph-universe
Andrew Schoen [Tue, 12 Jan 2016 15:18:59 +0000 (09:18 -0600)]
Merge pull request #291 from ceph/ceph-universe

fixing pbuilder so it looks in universe as well

10 years agofixing pbuilder so it looks in universe as well 291/head
Alfredo Deza [Tue, 12 Jan 2016 13:43:32 +0000 (08:43 -0500)]
fixing pbuilder so it looks in universe as well

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #290 from ceph/verbose-commit-check
Kefu Chai [Tue, 12 Jan 2016 13:00:23 +0000 (21:00 +0800)]
Merge pull request #290 from ceph/verbose-commit-check

Verbose commit check

Reviewed-by: Kefu Chai <kchai@redhat.com>
10 years agobe more verbose when a commit fails 290/head
Alfredo Deza [Tue, 12 Jan 2016 12:45:23 +0000 (07:45 -0500)]
be more verbose when a commit fails

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agodo not capture stderr or stdout when running
Alfredo Deza [Tue, 12 Jan 2016 12:45:03 +0000 (07:45 -0500)]
do not capture stderr or stdout when running

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #289 from ceph/fix-node-naming
Alfredo Deza [Mon, 11 Jan 2016 22:00:32 +0000 (17:00 -0500)]
Merge pull request #289 from ceph/fix-node-naming

Fix node naming

10 years agoprefix the ip address so that mita can use the UUID properly on the slave.yml file 289/head
Alfredo Deza [Mon, 11 Jan 2016 17:11:16 +0000 (12:11 -0500)]
prefix the ip address so that mita can use the UUID properly on the slave.yml file

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoprefix the ip address so that mita can use the UUID properly
Alfredo Deza [Mon, 11 Jan 2016 17:10:22 +0000 (12:10 -0500)]
prefix the ip address so that mita can use the UUID properly

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #288 from dachary/wip-14172-make-check
Andrew Schoen [Mon, 11 Jan 2016 18:00:53 +0000 (12:00 -0600)]
Merge pull request #288 from dachary/wip-14172-make-check

ceph-pull-requests: keep 300 logs and run on trusty

10 years agoceph-pull-requests: keep 300 logs and run on trusty 288/head
Loic Dachary [Mon, 11 Jan 2016 16:12:38 +0000 (17:12 +0100)]
ceph-pull-requests: keep 300 logs and run on trusty

Signed-off-by: Loic Dachary <loic@dachary.org>
10 years agoMerge pull request #287 from ceph/wip-14172
Alfredo Deza [Mon, 11 Jan 2016 15:17:40 +0000 (10:17 -0500)]
Merge pull request #287 from ceph/wip-14172

ceph-pull-requests: use a postbuildscript to only reboot on failure

10 years agoceph-pull-requests: use a postbuildscript to only reboot on failure 287/head
Andrew Schoen [Fri, 8 Jan 2016 22:46:16 +0000 (16:46 -0600)]
ceph-pull-requests: use a postbuildscript to only reboot on failure

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #286 from ceph/verbose-pytest
Andrew Schoen [Fri, 8 Jan 2016 21:52:06 +0000 (15:52 -0600)]
Merge pull request #286 from ceph/verbose-pytest

do not parametrize for now because we need to find out why this is not working

10 years agodo not parametrize for now because we need to find out why this is not working 286/head
Alfredo Deza [Fri, 8 Jan 2016 21:41:03 +0000 (16:41 -0500)]
do not parametrize for now because we need to find out why this is not working

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #284 from ceph/wip-14172
Alfredo Deza [Fri, 8 Jan 2016 17:41:32 +0000 (12:41 -0500)]
Merge pull request #284 from ceph/wip-14172

ceph-pull-requests: require a centos7 node and reboots after make check

10 years agoceph-pull-requests: reboot the slave after running make check 284/head
Andrew Schoen [Fri, 8 Jan 2016 17:32:40 +0000 (11:32 -0600)]
ceph-pull-requests: reboot the slave after running make check

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoceph-pull-requests: use a huge centos7 node
Andrew Schoen [Fri, 8 Jan 2016 16:34:53 +0000 (10:34 -0600)]
ceph-pull-requests: use a huge centos7 node

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
10 years agoMerge pull request #283 from ceph/path-fixes
Andrew Schoen [Fri, 8 Jan 2016 15:36:08 +0000 (09:36 -0600)]
Merge pull request #283 from ceph/path-fixes

Path fixes

10 years agofix incorrect use of ceph checkout location 283/head
Alfredo Deza [Fri, 8 Jan 2016 14:34:31 +0000 (09:34 -0500)]
fix incorrect use of ceph checkout location

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agouse full absolute paths for running py.test
Alfredo Deza [Fri, 8 Jan 2016 14:34:13 +0000 (09:34 -0500)]
use full absolute paths for running py.test

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #282 from ceph/origin-master
Alfredo Deza [Fri, 8 Jan 2016 13:45:44 +0000 (08:45 -0500)]
Merge pull request #282 from ceph/origin-master

default to origin/master, not master

10 years agodefault to origin/master, not master 282/head
Alfredo Deza [Fri, 8 Jan 2016 13:43:49 +0000 (08:43 -0500)]
default to origin/master, not master

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #281 from ceph/sign-rpms
Ken Dreyer [Thu, 7 Jan 2016 21:46:24 +0000 (14:46 -0700)]
Merge pull request #281 from ceph/sign-rpms

add the signer scripts

10 years agocreate the sync-push script 281/head
Alfredo Deza [Thu, 7 Jan 2016 21:37:59 +0000 (16:37 -0500)]
create the sync-push script

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agocreate the sync-pull script
Alfredo Deza [Thu, 7 Jan 2016 21:35:32 +0000 (16:35 -0500)]
create the sync-pull script

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agocreate the sign-rpms script, no gpg-agent needed
Alfredo Deza [Thu, 7 Jan 2016 21:31:08 +0000 (16:31 -0500)]
create the sign-rpms script, no gpg-agent needed

Signed-off-by: Alfredo Deza <adeza@redhat.com>
10 years agoMerge pull request #280 from ceph/master-branch
Alfredo Deza [Thu, 7 Jan 2016 12:38:02 +0000 (07:38 -0500)]
Merge pull request #280 from ceph/master-branch

ceph pr fixes

10 years agocorrectly use parametrize on the test method 280/head
Alfredo Deza [Thu, 7 Jan 2016 12:32:03 +0000 (07:32 -0500)]
correctly use parametrize on the test method

Signed-off-by: Alfredo Deza <adeza@redhat.com>