]> git.apps.os.sepia.ceph.com Git - ceph-build.git/log
ceph-build.git
9 years agoMerge pull request #425 from ceph/renewal-fix
Andrew Schoen [Tue, 9 Aug 2016 14:19:51 +0000 (09:19 -0500)]
Merge pull request #425 from ceph/renewal-fix

ansible: use letsencrypt renew vs. asking for a new cert every 12 hours

9 years agoansible: letsencrypt should agree tos and set the email 425/head
Alfredo Deza [Mon, 8 Aug 2016 19:25:26 +0000 (15:25 -0400)]
ansible: letsencrypt should agree tos and set the email

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: use letsencrypt renew vs. asking for a new cert every 12 hours
Alfredo Deza [Mon, 8 Aug 2016 19:02:20 +0000 (15:02 -0400)]
ansible: use letsencrypt renew vs. asking for a new cert every 12 hours

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #424 from ceph/ssl-no-verify
Andrew Schoen [Mon, 8 Aug 2016 19:16:14 +0000 (14:16 -0500)]
Merge pull request #424 from ceph/ssl-no-verify

scripts: disable chacractl ssl verification temporarily

9 years agoscripts: disable chacractl ssl verification temporarily 424/head
Alfredo Deza [Mon, 8 Aug 2016 16:19:01 +0000 (12:19 -0400)]
scripts: disable chacractl ssl verification temporarily

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #423 from ceph/repo-creation
Alfredo Deza [Fri, 5 Aug 2016 17:25:30 +0000 (13:25 -0400)]
Merge pull request #423 from ceph/repo-creation

use the value of VENV from build_utils.sh everywhere

9 years agostart repo creation after all binaries are uploaded 423/head
Andrew Schoen [Fri, 5 Aug 2016 14:59:29 +0000 (09:59 -0500)]
start repo creation after all binaries are uploaded

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-deploy-pull-requests: create a build/build script
Andrew Schoen [Fri, 5 Aug 2016 14:28:20 +0000 (09:28 -0500)]
ceph-deploy-pull-requests: create a build/build script

We need to do it this way so that we can access the value of
VENV from build_utils.sh

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoalways use the value of VENV set in build_utils.sh
Andrew Schoen [Fri, 5 Aug 2016 14:25:53 +0000 (09:25 -0500)]
always use the value of VENV set in build_utils.sh

We need to do this because that is not created in a temp directory.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #422 from ceph/ceph-dev
Alfredo Deza [Thu, 4 Aug 2016 18:46:57 +0000 (14:46 -0400)]
Merge pull request #422 from ceph/ceph-dev

ceph-dev: provide the ability to choose which distros are used

9 years agouse mktemp when creating the venv directory 422/head
Andrew Schoen [Thu, 4 Aug 2016 18:30:47 +0000 (13:30 -0500)]
use mktemp when creating the venv directory

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev: provide a better description for DISTROS
Andrew Schoen [Thu, 4 Aug 2016 17:02:20 +0000 (12:02 -0500)]
ceph-dev: provide a better description for DISTROS

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev-build: fail when the curl to shaman doesn't return a 200
Andrew Schoen [Thu, 4 Aug 2016 16:51:14 +0000 (11:51 -0500)]
ceph-dev-build: fail when the curl to shaman doesn't return a 200

We want to stop the build immediately if there is no healthy chacra
nodes to use.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev: remove the VERSION parameter
Andrew Schoen [Thu, 4 Aug 2016 15:48:10 +0000 (10:48 -0500)]
ceph-dev: remove the VERSION parameter

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agocreate the virtualenv at /tmp/jenkins-venv
Andrew Schoen [Thu, 4 Aug 2016 15:43:54 +0000 (10:43 -0500)]
create the virtualenv at /tmp/jenkins-venv

The $WORKSPACE path is getting to long and causing an
exception to be thrown with the message:

"bad interpreter: No such file or directory"

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev-setup: add || true when moving the *.diff.gz
Andrew Schoen [Thu, 4 Aug 2016 15:40:57 +0000 (10:40 -0500)]
ceph-dev-setup: add || true when moving the *.diff.gz

This file is not always guaranteed to be there.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev: adds the ability to specify which distros to build for
Andrew Schoen [Wed, 3 Aug 2016 22:30:23 +0000 (17:30 -0500)]
ceph-dev: adds the ability to specify which distros to build for

This adds a DISTROS property that can be passed a space delimeted list
of labels that controls which distros will be included in the matrix.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #421 from ceph/ceph-dev
Alfredo Deza [Tue, 2 Aug 2016 22:02:06 +0000 (18:02 -0400)]
Merge pull request #421 from ceph/ceph-dev

creates a ceph-dev job for testing builds

9 years agoask shaman.ceph.com which chacra instance to use for ceph-dev-build 421/head
Andrew Schoen [Tue, 2 Aug 2016 19:45:14 +0000 (14:45 -0500)]
ask shaman.ceph.com which chacra instance to use for ceph-dev-build

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agomake_chacractl_config now accepts a url as an argument
Andrew Schoen [Tue, 2 Aug 2016 19:44:22 +0000 (14:44 -0500)]
make_chacractl_config now accepts a url as an argument

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoadds a ceph-dev-build job
Andrew Schoen [Tue, 2 Aug 2016 19:08:26 +0000 (14:08 -0500)]
adds a ceph-dev-build job

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-dev: remove the TEST parameter
Andrew Schoen [Tue, 2 Aug 2016 19:08:07 +0000 (14:08 -0500)]
ceph-dev: remove the TEST parameter

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoadds a ceph-dev-setup job
Andrew Schoen [Tue, 2 Aug 2016 18:43:54 +0000 (13:43 -0500)]
adds a ceph-dev-setup job

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoadds a ceph-dev job for building testing binaries
Andrew Schoen [Tue, 2 Aug 2016 18:25:13 +0000 (13:25 -0500)]
adds a ceph-dev job for building testing binaries

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #420 from ceph/release-playbook
Alfredo Deza [Mon, 1 Aug 2016 16:22:05 +0000 (12:22 -0400)]
Merge pull request #420 from ceph/release-playbook

move release.yml to ansible/ from ansible/examples/

9 years agocopy release.yml into examples/ for PR testing 420/head
Andrew Schoen [Mon, 1 Aug 2016 15:12:24 +0000 (10:12 -0500)]
copy release.yml into examples/ for PR testing

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agomove release.yml from ansible/examples to ansible/
Andrew Schoen [Mon, 1 Aug 2016 15:09:32 +0000 (10:09 -0500)]
move release.yml from ansible/examples to ansible/

Move the playbook back here so that the ceph-tag and
ceph-deploy-tag jobs can both use it.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #419 from ceph/letsencrypt
Andrew Schoen [Fri, 22 Jul 2016 13:37:04 +0000 (08:37 -0500)]
Merge pull request #419 from ceph/letsencrypt

Letsencrypt support for load balanced Shaman

9 years agoansible: grafana ini template should condition github api configuration 419/head
Alfredo Deza [Thu, 21 Jul 2016 17:08:49 +0000 (13:08 -0400)]
ansible: grafana ini template should condition github api configuration

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: split the ssl work in the nginx role for dev vs. prod
Alfredo Deza [Thu, 21 Jul 2016 17:08:05 +0000 (13:08 -0400)]
ansible: split the ssl work in the nginx role for dev vs. prod

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: nginx.conf template should use consume the upstreams var
Alfredo Deza [Thu, 21 Jul 2016 17:06:06 +0000 (13:06 -0400)]
ansible: nginx.conf template should use consume the upstreams var

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: add self signed ssl cert default paths
Alfredo Deza [Thu, 21 Jul 2016 17:05:41 +0000 (13:05 -0400)]
ansible: add self signed ssl cert default paths

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: add a tmp site config file for nginx on letsencrypt support
Alfredo Deza [Thu, 21 Jul 2016 17:04:39 +0000 (13:04 -0400)]
ansible: add a tmp site config file for nginx on letsencrypt support

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: update the grafana deployment example playbook
Alfredo Deza [Thu, 21 Jul 2016 16:53:39 +0000 (12:53 -0400)]
ansible: update the grafana deployment example playbook

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: overload the nginx configuration in vars file
Alfredo Deza [Thu, 21 Jul 2016 16:43:30 +0000 (12:43 -0400)]
ansible: overload the nginx configuration in vars file

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: remove load_balance nginx site config
Alfredo Deza [Thu, 21 Jul 2016 14:16:50 +0000 (10:16 -0400)]
ansible: remove load_balance nginx site config

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: make nginx_site template accommodate load balanced apps
Alfredo Deza [Thu, 21 Jul 2016 14:13:27 +0000 (10:13 -0400)]
ansible: make nginx_site template accommodate load balanced apps

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create an ssl task
Alfredo Deza [Wed, 20 Jul 2016 20:51:53 +0000 (16:51 -0400)]
ansible: create an ssl task

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create a letsencrypt task
Alfredo Deza [Wed, 20 Jul 2016 20:51:27 +0000 (16:51 -0400)]
ansible: create a letsencrypt task

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create defaults for nginx role for letsencrypt support
Alfredo Deza [Wed, 20 Jul 2016 19:08:45 +0000 (15:08 -0400)]
ansible: create defaults for nginx role for letsencrypt support

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #407 from ceph/chacra-sha1
Alfredo Deza [Wed, 20 Jul 2016 14:51:16 +0000 (10:51 -0400)]
Merge pull request #407 from ceph/chacra-sha1

include the sha1 when uploading binaries to chacra

9 years agoceph-deploy-build and radosgw-agent should use GIT_COMMIT 407/head
Andrew Schoen [Thu, 16 Jun 2016 13:57:56 +0000 (08:57 -0500)]
ceph-deploy-build and radosgw-agent should use GIT_COMMIT

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoinclude the sha1 when uploading binaries to chacra
Andrew Schoen [Tue, 14 Jun 2016 19:33:35 +0000 (14:33 -0500)]
include the sha1 when uploading binaries to chacra

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #418 from ceph/yaml-moved
Andrew Schoen [Wed, 20 Jul 2016 14:45:27 +0000 (09:45 -0500)]
Merge pull request #418 from ceph/yaml-moved

ceph-build-pull-requests: yaml files moved; update location

9 years agoceph-build-pull-requests: copy roles too 418/head
Alfredo Deza [Wed, 20 Jul 2016 14:43:21 +0000 (10:43 -0400)]
ceph-build-pull-requests: copy roles too

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: fix unquoted path vars in nginx role
Alfredo Deza [Wed, 20 Jul 2016 14:34:58 +0000 (10:34 -0400)]
ansible: fix unquoted path vars in nginx role

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoceph-build-pull-requests: yaml files moved; update location
Alfredo Deza [Wed, 20 Jul 2016 14:15:56 +0000 (10:15 -0400)]
ceph-build-pull-requests: yaml files moved; update location

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #415 from ceph/nginx-balancer
Andrew Schoen [Wed, 20 Jul 2016 13:02:27 +0000 (08:02 -0500)]
Merge pull request #415 from ceph/nginx-balancer

Load Balance support for Nginx

9 years agoceph-build-pull-requests: copy the vars directory into examples to check syntax 415/head
Alfredo Deza [Wed, 20 Jul 2016 12:26:28 +0000 (08:26 -0400)]
ceph-build-pull-requests: copy the vars directory into examples to check syntax

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoceph-build-pull-requests: include python ssl libraries
Alfredo Deza [Wed, 20 Jul 2016 12:00:51 +0000 (08:00 -0400)]
ceph-build-pull-requests: include python ssl libraries

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create a load-balance vars file
Alfredo Deza [Fri, 15 Jul 2016 20:16:50 +0000 (16:16 -0400)]
ansible: create a load-balance vars file

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: update graphite's fqdn
Alfredo Deza [Fri, 15 Jul 2016 17:20:53 +0000 (13:20 -0400)]
ansible: update graphite's fqdn

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create a load balance nginx config
Alfredo Deza [Fri, 15 Jul 2016 14:43:49 +0000 (10:43 -0400)]
ansible: create a load balance nginx config

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: git ignore top level yaml files
Alfredo Deza [Fri, 15 Jul 2016 14:37:32 +0000 (10:37 -0400)]
ansible: git ignore top level yaml files

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: update examples for grafana and graphite to use correct fqdn
Alfredo Deza [Fri, 15 Jul 2016 14:25:44 +0000 (10:25 -0400)]
ansible: update examples for grafana and graphite to use correct fqdn

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: move all top level yaml files to examples
Alfredo Deza [Fri, 15 Jul 2016 14:23:21 +0000 (10:23 -0400)]
ansible: move all top level yaml files to examples

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: ignore the tmp directory
Alfredo Deza [Fri, 15 Jul 2016 12:47:39 +0000 (08:47 -0400)]
ansible: ignore the tmp directory

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create an empty tmp dir for short lived files
Alfredo Deza [Fri, 15 Jul 2016 12:47:19 +0000 (08:47 -0400)]
ansible: create an empty tmp dir for short lived files

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: ignore ssl directories
Alfredo Deza [Fri, 15 Jul 2016 12:09:56 +0000 (08:09 -0400)]
ansible: ignore ssl directories

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: disable retry files
Alfredo Deza [Fri, 15 Jul 2016 12:06:06 +0000 (08:06 -0400)]
ansible: disable retry files

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: add locations for the dev and ssl certs
Alfredo Deza [Fri, 15 Jul 2016 12:03:14 +0000 (08:03 -0400)]
ansible: add locations for the dev and ssl certs

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: copy ssl certs every time when ssl_hosts is defined
Alfredo Deza [Thu, 14 Jul 2016 20:58:43 +0000 (16:58 -0400)]
ansible: copy ssl certs every time when ssl_hosts is defined

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: define logging for upstream load balancing
Alfredo Deza [Thu, 14 Jul 2016 20:42:28 +0000 (16:42 -0400)]
ansible: define logging for upstream load balancing

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: template optional nginx_upstream servers in nginx.conf
Alfredo Deza [Thu, 14 Jul 2016 20:41:31 +0000 (16:41 -0400)]
ansible: template optional nginx_upstream servers in nginx.conf

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #416 from tchaikov/wip-cmake
Alfredo Deza [Wed, 20 Jul 2016 11:44:47 +0000 (07:44 -0400)]
Merge pull request #416 from tchaikov/wip-cmake

replace version number in CMakeLists.txt if it exists

9 years agoansible: replace version number in CMakeLists.txt if it exists 416/head
Kefu Chai [Wed, 20 Jul 2016 05:28:15 +0000 (13:28 +0800)]
ansible: replace version number in CMakeLists.txt if it exists

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
9 years agoMerge pull request #414 from ceph/shaman-pull-requests
Alfredo Deza [Fri, 1 Jul 2016 20:43:53 +0000 (16:43 -0400)]
Merge pull request #414 from ceph/shaman-pull-requests

adds a shaman-pull-requests job

9 years agoadds a shaman-pull-requests job 414/head
Andrew Schoen [Fri, 1 Jul 2016 20:32:57 +0000 (15:32 -0500)]
adds a shaman-pull-requests job

Will run tox tests for each PR

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #413 from ceph/chacra-pull-requests
Alfredo Deza [Thu, 23 Jun 2016 20:27:42 +0000 (16:27 -0400)]
Merge pull request #413 from ceph/chacra-pull-requests

adds PR testing for chacra

9 years agochacra-pull-requests: give the chacra checkout a basedir 413/head
Andrew Schoen [Thu, 23 Jun 2016 20:10:13 +0000 (15:10 -0500)]
chacra-pull-requests: give the chacra checkout a basedir

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: install python-psycopg2
Andrew Schoen [Thu, 23 Jun 2016 16:49:58 +0000 (11:49 -0500)]
chacra-pull-requests: install python-psycopg2

We need this to be able to create users with ansible.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: adds an ansible.cfg file
Andrew Schoen [Thu, 23 Jun 2016 16:37:32 +0000 (11:37 -0500)]
chacra-pull-requests: adds an ansible.cfg file

This enables pipelining so we can avoid an issue
discussed here:

https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: create jenkins-build postgresql user
Andrew Schoen [Thu, 23 Jun 2016 16:31:57 +0000 (11:31 -0500)]
chacra-pull-requests: create jenkins-build postgresql user

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: change postgresql auth method to trust
Andrew Schoen [Thu, 23 Jun 2016 16:24:12 +0000 (11:24 -0500)]
chacra-pull-requests: change postgresql auth method to trust

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: always restart postgresql
Andrew Schoen [Thu, 23 Jun 2016 15:57:39 +0000 (10:57 -0500)]
chacra-pull-requests: always restart postgresql

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agochacra-pull-requests: also install postgresql-server-dev-9.3
Andrew Schoen [Thu, 23 Jun 2016 15:37:54 +0000 (10:37 -0500)]
chacra-pull-requests: also install postgresql-server-dev-9.3

This is need to install psycopg2

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agopostgresql 9.3 is what is available on trusty
Andrew Schoen [Thu, 23 Jun 2016 15:29:34 +0000 (10:29 -0500)]
postgresql 9.3 is what is available on trusty

I really wish there was a way to not hardcode that postgres version, but
I haven't found a good solution yet.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoAdds the chacra-pull-requests job
Andrew Schoen [Wed, 22 Jun 2016 21:23:25 +0000 (16:23 -0500)]
Adds the chacra-pull-requests job

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #411 from ceph/grafana
Andrew Schoen [Thu, 23 Jun 2016 15:50:57 +0000 (10:50 -0500)]
Merge pull request #411 from ceph/grafana

Grafana (and Nginx) Role

9 years agoansible: create a base nginx role 411/head
Alfredo Deza [Mon, 20 Jun 2016 19:24:57 +0000 (15:24 -0400)]
ansible: create a base nginx role

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create a grafana role
Alfredo Deza [Mon, 20 Jun 2016 19:24:31 +0000 (15:24 -0400)]
ansible: create a grafana role

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoadd sample grafana playbook
Alfredo Deza [Mon, 20 Jun 2016 19:24:11 +0000 (15:24 -0400)]
add sample grafana playbook

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #412 from ceph/wip-make-dist
Dan Mick [Tue, 21 Jun 2016 17:28:25 +0000 (10:28 -0700)]
Merge pull request #412 from ceph/wip-make-dist

build_snapshot_native.sh: use make-dist

Reviewed-by: Dan Mick <dmick@redhat.com>
9 years agobuild_snapshot_native.sh: use make-dist 412/head
Sage Weil [Tue, 21 Jun 2016 17:19:49 +0000 (13:19 -0400)]
build_snapshot_native.sh: use make-dist

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoMerge pull request #410 from ceph/graphite
Andrew Schoen [Mon, 20 Jun 2016 17:15:04 +0000 (12:15 -0500)]
Merge pull request #410 from ceph/graphite

Graphite support

9 years agoansible: enable pipelining in ssh 410/head
Alfredo Deza [Mon, 20 Jun 2016 15:41:42 +0000 (11:41 -0400)]
ansible: enable pipelining in ssh

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: add a sample playbook
Alfredo Deza [Mon, 20 Jun 2016 12:43:30 +0000 (08:43 -0400)]
ansible: add a sample playbook

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoansible: create a graphite role
Alfredo Deza [Mon, 20 Jun 2016 12:43:13 +0000 (08:43 -0400)]
ansible: create a graphite role

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #409 from ceph/ceph-setup-params
Alfredo Deza [Wed, 15 Jun 2016 18:33:33 +0000 (14:33 -0400)]
Merge pull request #409 from ceph/ceph-setup-params

Make the sha1 from the current build available in the build scripts

9 years agoceph-build: inject the sha1 properties file from ceph-setup 409/head
Andrew Schoen [Wed, 15 Jun 2016 18:27:13 +0000 (13:27 -0500)]
ceph-build: inject the sha1 properties file from ceph-setup

This will make the SHA1 environment variable available to the build
scripts.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-setup: write the current sha1 being built to a file
Andrew Schoen [Wed, 15 Jun 2016 18:26:17 +0000 (13:26 -0500)]
ceph-setup: write the current sha1 being built to a file

This file will be archived and injected into ceph-build

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoceph-setup: print the SHA1 being built
Andrew Schoen [Wed, 15 Jun 2016 16:25:42 +0000 (11:25 -0500)]
ceph-setup: print the SHA1 being built

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #408 from ceph/ceph-tag-branch
Alfredo Deza [Wed, 15 Jun 2016 16:24:58 +0000 (12:24 -0400)]
Merge pull request #408 from ceph/ceph-tag-branch

ceph-tag: always use the master branch of ceph-build

9 years agoceph-tag: always use the master branch of ceph-build 408/head
Andrew Schoen [Wed, 15 Jun 2016 16:18:27 +0000 (11:18 -0500)]
ceph-tag: always use the master branch of ceph-build

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #406 from ceph/default-branch
Andrew Schoen [Mon, 13 Jun 2016 20:55:17 +0000 (15:55 -0500)]
Merge pull request #406 from ceph/default-branch

radosgw-agent: have some defaults to prevent null var references

9 years agoradosgw-agent: have some defaults to prevent null var references 406/head
Alfredo Deza [Mon, 13 Jun 2016 20:48:54 +0000 (16:48 -0400)]
radosgw-agent: have some defaults to prevent null var references

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #405 from ceph/wip-xenial
Alfredo Deza [Fri, 10 Jun 2016 17:14:24 +0000 (13:14 -0400)]
Merge pull request #405 from ceph/wip-xenial

Add xenial

9 years agoAdd xenial 405/head
David Galloway [Fri, 10 Jun 2016 15:25:57 +0000 (11:25 -0400)]
Add xenial

Signed-off-by: David Galloway <dgallowa@redhat.com>
9 years agoMerge pull request #403 from ceph/wip-teuth-docs
Alfredo Deza [Mon, 6 Jun 2016 20:13:55 +0000 (16:13 -0400)]
Merge pull request #403 from ceph/wip-teuth-docs

teuthology-docs: Move package dependencies into the job definition

9 years agoteuthology-docs: Add libvirt-dev dependency 403/head
Zack Cerza [Mon, 6 Jun 2016 20:07:54 +0000 (14:07 -0600)]
teuthology-docs: Add libvirt-dev dependency

Signed-off-by: Zack Cerza <zack@redhat.com>