]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Andrew Schoen [Tue, 13 Dec 2016 19:26:38 +0000 (13:26 -0600)]
Merge pull request #591 from ceph/ceph-docker-fixes
fixes for ceph-docker-nightly
Alfredo Deza [Mon, 12 Dec 2016 15:14:52 +0000 (10:14 -0500)]
ceph-docker-nightly: use xenial and amd64 nodes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 12 Dec 2016 15:14:13 +0000 (10:14 -0500)]
ceph-docker-nightly: use sg to execture pytest as part of the docker group
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 13 Dec 2016 17:16:58 +0000 (11:16 -0600)]
Merge pull request #593 from ceph/ceph-release-author
ansible: use the ceph-release-team for the debian changelog
Alfredo Deza [Tue, 13 Dec 2016 14:19:52 +0000 (09:19 -0500)]
ansible: use the ceph-release-team for the debian changelog
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 13 Dec 2016 17:00:08 +0000 (11:00 -0600)]
Merge pull request #594 from ceph/rm-rhcs-installer
rhcs-installer: rm -rf
Alfredo Deza [Tue, 13 Dec 2016 15:55:46 +0000 (10:55 -0500)]
rhcs-installer: rm -rf
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 13 Dec 2016 15:40:31 +0000 (09:40 -0600)]
Merge pull request #449 from ceph/job-cleanup
Job cleanup
Alfredo Deza [Tue, 30 Aug 2016 17:23:49 +0000 (13:23 -0400)]
ceph-puppet-modules: removes job
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 17:23:11 +0000 (13:23 -0400)]
takora-pull-requests: removes job
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 17:22:49 +0000 (13:22 -0400)]
takora: removes job
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 17:22:32 +0000 (13:22 -0400)]
mariner-installer: removes job
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 12 Dec 2016 22:18:14 +0000 (17:18 -0500)]
Merge pull request #590 from ceph/wip-samba-fix
samba: send extra information
Boris Ranto [Mon, 12 Dec 2016 15:06:50 +0000 (16:06 +0100)]
samba: send extra information
Signed-off-by: Boris Ranto <branto@redhat.com>
Andrew Schoen [Mon, 12 Dec 2016 20:48:43 +0000 (14:48 -0600)]
Merge pull request #592 from ceph/mv-ceph-ansible-rpm-config
ceph-{ansible,installer}-rpm: fix config location
Ken Dreyer [Mon, 12 Dec 2016 20:21:58 +0000 (13:21 -0700)]
ceph-{ansible,installer}-rpm: fix config locations
Our jenkins-job-builder job expects the JJB YAML to be located in a
"config/definitions" directory. Add the child "definitions" directory
here.
Andrew Schoen [Mon, 12 Dec 2016 15:50:57 +0000 (09:50 -0600)]
Merge pull request #586 from ktdreyer/ceph-ansible-rpm
add ceph-ansible-rpm job
Ken Dreyer [Thu, 8 Dec 2016 22:59:11 +0000 (15:59 -0700)]
add ceph-ansible-rpm job
This job builds RPMs for each ceph-ansible GitHub branch.
(This is a 99% copy and paste from ceph-installer-rpm, so we probably
need to come up with a centralized area for these types of jobs and use
JJB templates. I can't come up with a good directory name at the moment,
though.)
Andrew Schoen [Fri, 9 Dec 2016 21:41:06 +0000 (15:41 -0600)]
Merge pull request #589 from ceph/ceph-docker-nightly
ceph-docker-nightly: initial pass on a nightly test run for ceph-docker
Alfredo Deza [Fri, 9 Dec 2016 21:15:49 +0000 (16:15 -0500)]
ceph-docker-nightly: initial pass on a nightly test run for ceph-docker
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Dec 2016 16:19:11 +0000 (11:19 -0500)]
Merge pull request #588 from ceph/wip-samba-fix
samba: Minor fix-ups
Boris Ranto [Fri, 9 Dec 2016 15:48:52 +0000 (16:48 +0100)]
samba: Minor fix-ups
This also fixes the get_distro_and_target function to get the proper
DIST and DISTRO for the new trusty-pbuilder-like tags.
Signed-off-by: Boris Ranto <branto@redhat.com>
Alfredo Deza [Fri, 9 Dec 2016 14:35:35 +0000 (09:35 -0500)]
Merge pull request #587 from ceph/wip-samba-fix
samba: Fix-up the build
Boris Ranto [Fri, 9 Dec 2016 14:22:41 +0000 (15:22 +0100)]
samba: Fix-up the build
I was able to perform a centos7 build with these changes. The ubuntu
builds fail because the libgnutls-dev version is too knew -- this should
be fixable in samba sources.
Signed-off-by: Boris Ranto <branto@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 21:18:04 +0000 (16:18 -0500)]
Merge pull request #585 from ktdreyer/ceph-installer-abstract-build-script
ceph-installer-rpm: abstract build script
Ken Dreyer [Thu, 8 Dec 2016 20:33:03 +0000 (13:33 -0700)]
ceph-installer-rpm: abstract build script
Don't hardcode the "ceph-installer" package name in the
ceph-installer-rpm build script. Determine the package name from the
Jenkins job name instead.
The purpose of this change is to make the build script more re-usable
between different packages. (Eventually we could use JJB templates to
construct multiple jobs using these same build steps.)
Alfredo Deza [Thu, 8 Dec 2016 17:15:49 +0000 (12:15 -0500)]
Merge pull request #584 from jimcurtis/master
Adding playbook directory for creating private docker registry
Jim Curtis [Tue, 6 Dec 2016 02:17:27 +0000 (18:17 -0800)]
Review feedback
Jim Curtis [Mon, 5 Dec 2016 01:05:55 +0000 (17:05 -0800)]
Adding playbook directory for creating private docker registry
Alfredo Deza [Fri, 2 Dec 2016 12:17:09 +0000 (07:17 -0500)]
Merge pull request #583 from ceph/wip-sudo-env
Pass CEPH_EXTRA_CMAKE_ARGS through sudo to pbuilder build
Dan Mick [Fri, 2 Dec 2016 03:44:20 +0000 (19:44 -0800)]
Pass CEPH_EXTRA_CMAKE_ARGS through sudo to pbuilder build
This should finally allow notcmalloc builds on debian.
Setting the variable on the sudo command line does affect the
resulting pbuilder debian/rules execution (tested with a dummy
debian package)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Andrew Schoen [Thu, 1 Dec 2016 15:32:53 +0000 (09:32 -0600)]
Merge pull request #581 from ceph/ceph-dev-new-build
Ceph dev new build
Alfredo Deza [Thu, 1 Dec 2016 15:09:08 +0000 (10:09 -0500)]
ceph-dev-new-setup: fetch tags from ceph.git
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Dec 2016 14:58:08 +0000 (09:58 -0500)]
ceph-dev-new-setup: update the config name to normalized convention
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Dec 2016 14:54:45 +0000 (09:54 -0500)]
ceph-dev-new: update/normalize names for '-new' jobs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Dec 2016 14:52:59 +0000 (09:52 -0500)]
ceph-dev-new-build: create a job to fetch from ceph-dev-new-setup
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Dec 2016 14:51:06 +0000 (09:51 -0500)]
ceph-dev-new-setup: normalize on '-new' names
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Thu, 1 Dec 2016 13:43:03 +0000 (07:43 -0600)]
Merge pull request #580 from ceph/revert-579-add-ca-scenario
Revert "ceph-ansible-prs: add 2 scenarios"
Sébastien Han [Thu, 1 Dec 2016 13:41:20 +0000 (14:41 +0100)]
Revert "ceph-ansible-prs: add 2 scenarios"
Alfredo Deza [Thu, 1 Dec 2016 13:27:13 +0000 (08:27 -0500)]
Merge pull request #579 from ceph/add-ca-scenario
ceph-ansible-prs: add 2 scenarios
Sébastien Han [Thu, 1 Dec 2016 13:24:26 +0000 (14:24 +0100)]
ceph-ansible-prs: add 2 scenarios
Both:
* xenial_mon_osd: tests a 1 mon 1 osd xenial cluster using
raw_multi_journal OSD scenario
* xenial_conf_tests: test a 3 mon cluster and ensures
ceph.conf is rendered correctly
were missing, so adding them to the CI.
Signed-off-by: Sébastien Han <seb@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 22:12:42 +0000 (17:12 -0500)]
Merge pull request #578 from ceph/new-tox-envs
ceph-ansible-prs: adds the docker_cluster scenario
Andrew Schoen [Wed, 30 Nov 2016 21:50:12 +0000 (15:50 -0600)]
ceph-ansible-prs: adds the docker_cluster scenario
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Wed, 30 Nov 2016 16:42:27 +0000 (10:42 -0600)]
Merge pull request #577 from ceph/ceph-dev-setup-new
Ceph dev setup new
Alfredo Deza [Wed, 30 Nov 2016 16:35:41 +0000 (11:35 -0500)]
ceph-dev-new-trigger: rename to reflect actual job name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 16:34:47 +0000 (11:34 -0500)]
ceph-dev-new: rename to reflect actual job name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 16:09:03 +0000 (11:09 -0500)]
ceph-dev-new: use ceph-dev-setup-new to use the correct git url
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 16:06:57 +0000 (11:06 -0500)]
ceph-dev-setup-new: clone ceph-dev-setup temporarily for ceph-ci.git
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Wed, 30 Nov 2016 13:09:03 +0000 (07:09 -0600)]
Merge pull request #576 from ceph/fix-alfredo-doodoo-part-deux
create a ceph-dev-new trigger just for ceph-ci
Alfredo Deza [Wed, 30 Nov 2016 12:55:41 +0000 (07:55 -0500)]
ceph-dev-new-trigger: create a new job only for ceph-ci
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 12:54:25 +0000 (07:54 -0500)]
ceph-dev-trigger: remove triggers from ceph.git to ceph-dev-new
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 30 Nov 2016 12:32:17 +0000 (07:32 -0500)]
Merge pull request #575 from ceph/fix-alfredo-doodoo
ceph-dev-new: fix the collision on the job name
Alfredo Deza [Wed, 30 Nov 2016 12:29:19 +0000 (07:29 -0500)]
ceph-dev-new: fix the collision on the job name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 29 Nov 2016 22:07:24 +0000 (16:07 -0600)]
Merge pull request #574 from ceph/trigger-ceph-new
ceph-dev-trigger: trigger ceph-dev-new
Alfredo Deza [Tue, 29 Nov 2016 21:50:42 +0000 (16:50 -0500)]
ceph-dev-trigger: trigger ceph-dev-new
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 29 Nov 2016 21:42:30 +0000 (15:42 -0600)]
Merge pull request #565 from ceph/ceph-dev-new
ceph-dev-new: create a sister job for ceph-dev to build from ceph-ci
Alfredo Deza [Wed, 23 Nov 2016 20:59:39 +0000 (15:59 -0500)]
ceph-dev-new: create a sister job for ceph-dev to build from ceph-ci
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 29 Nov 2016 20:38:17 +0000 (15:38 -0500)]
Merge pull request #573 from ceph/new-tox-envs
ceph-ansible-prs: use underscores instead of dashes for scenarios
Andrew Schoen [Tue, 29 Nov 2016 20:05:34 +0000 (14:05 -0600)]
ceph-ansible-prs: use underscores instead of dashes for scenarios
This avoids an issue in tox where it splits on dashes and picks an
incorrect scenario because we had dashes in our environment names.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Tue, 29 Nov 2016 18:25:32 +0000 (13:25 -0500)]
Merge pull request #572 from ceph/arch-ansible-syntax
ceph-ansible-pr-syntax-check: adds a x86_64 label
Andrew Schoen [Tue, 29 Nov 2016 18:11:26 +0000 (12:11 -0600)]
ceph-ansible-pr-syntax-check: adds a x86_64 label
We don't want this job picking up our arm64 slaves.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Tue, 29 Nov 2016 18:05:39 +0000 (13:05 -0500)]
Merge pull request #571 from ceph/tox-workdir
ceph-ansible-prs: set a working directory for tox
Andrew Schoen [Tue, 29 Nov 2016 17:52:11 +0000 (11:52 -0600)]
ceph-ansible-prs: set a working directory for tox
We need to set a working directory for tox because the default for some
scenarios are too long and the job fails to call pip because it exceeds
the char limit.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 29 Nov 2016 15:24:20 +0000 (09:24 -0600)]
Merge pull request #570 from ceph/ansible-scenarios-osds
enable other ceph-ansible scenarios
Alfredo Deza [Tue, 29 Nov 2016 15:12:37 +0000 (10:12 -0500)]
ceph-ansible-prs: add journal, collocation, and dmcrypt scenarios
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Mon, 28 Nov 2016 17:10:55 +0000 (11:10 -0600)]
Merge pull request #568 from ceph/prado-support
Prado support
Alfredo Deza [Mon, 28 Nov 2016 15:19:05 +0000 (10:19 -0500)]
ansible: start the libvirt services for slave_libvirt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 28 Nov 2016 14:48:51 +0000 (09:48 -0500)]
ansible: forcefully add a slave_libvirt.yml file for prado to work with
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 28 Nov 2016 14:48:23 +0000 (09:48 -0500)]
ansible: update slave_libvirt example to prado changes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 28 Nov 2016 14:41:15 +0000 (09:41 -0500)]
ansible: forcefully add a slave.yml file for prado to work with
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 28 Nov 2016 14:40:26 +0000 (09:40 -0500)]
ansible: update slave example to prado changes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Mon, 28 Nov 2016 16:07:27 +0000 (10:07 -0600)]
Merge pull request #569 from ceph/contrib
ceph-ansible-pr-syntax-check: use yml file
Sébastien Han [Mon, 28 Nov 2016 16:01:45 +0000 (17:01 +0100)]
ceph-ansible-pr-syntax-check: use yml file
We now use yaml files so we need to change the mv accordingly.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 28 Nov 2016 10:56:26 +0000 (11:56 +0100)]
Merge pull request #567 from ceph/ansible-galaxy
ceph-ansible-galaxy: fix workspace path
Sébastien Han [Mon, 28 Nov 2016 10:52:48 +0000 (11:52 +0100)]
ceph-ansible-galaxy: fix workspace path
The current path to execute the script is wrong, see:
bash:
/home/jenkins-build/build/workspace/ceph-ansible-galaxy/contrib/push-roles-to-ansible-galaxy.sh:
No such file or directory
It tries to execute
ceph-ansible-galaxy/contrib/push-roles-to-ansible-galaxy.sh where the
actual script is in
ceph-ansible-galaxy/ceph-ansible/contrib/push-roles-to-ansible-galaxy.sh
This commit fixes this.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 28 Nov 2016 10:09:57 +0000 (11:09 +0100)]
Merge pull request #566 from ceph/fix-group-vars
ceph-ansible-syntax: update syntax check
Sébastien Han [Mon, 28 Nov 2016 10:04:07 +0000 (11:04 +0100)]
ceph-ansible-syntax: update syntax check
We now use group_vars/alll.yml files. So only yaml files, this
ceph-ansible PR introduced that:
https://github.com/ceph/ceph-ansible/pull/1113
So we apply the change here as well.
Signed-off-by: Sébastien Han <seb@redhat.com>
Alfredo Deza [Wed, 23 Nov 2016 19:56:50 +0000 (14:56 -0500)]
ansible: include libssl and libffi as requirements as well
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 23 Nov 2016 16:48:34 +0000 (11:48 -0500)]
Merge pull request #564 from ceph/ceph-ansible-contrib
ceph-ansible-galaxy: update the splitup script
Sébastien Han [Wed, 23 Nov 2016 14:39:34 +0000 (15:39 +0100)]
ceph-ansible-galaxy: update the splitup script
We now use the latest version of the splitup.sh script that now pushes
branches and tags from ceph-ansible to ansible-ceph-* repositories.
Signed-off-by: Sébastien Han <seb@redhat.com>
Alfredo Deza [Wed, 23 Nov 2016 14:45:57 +0000 (09:45 -0500)]
Merge pull request #563 from ceph/ceph-ansible-labels
ceph-ansible-prs: update labels required
Alfredo Deza [Wed, 23 Nov 2016 14:42:30 +0000 (09:42 -0500)]
ceph-ansible-prs: update labels required
Using a '-' breaks the service that creates machines based on labels
since it evaluates it as Python and '-' is seen as an operator
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 23 Nov 2016 13:49:08 +0000 (08:49 -0500)]
ceph-ansible-prs-* remove dirs per job. Templates take care of it now
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 23:43:49 +0000 (17:43 -0600)]
Merge pull request #561 from ceph/ceph-ansible-prs
ceph-ansible-prs: create a template for all jobs
Alfredo Deza [Tue, 22 Nov 2016 21:41:30 +0000 (16:41 -0500)]
ceph-ansible-prs: create a template for all jobs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 22 Nov 2016 22:27:17 +0000 (17:27 -0500)]
Merge pull request #562 from ceph/ansible-syntax-check
ceph-ansible-pr-syntax-check: add a trigger phrase
Andrew Schoen [Tue, 22 Nov 2016 21:51:24 +0000 (15:51 -0600)]
ceph-ansible-pr-syntax-check: add a trigger phrase
Adds the trigger phrase 'jenkins test playbook syntax' to start a build
of this job.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 21:24:01 +0000 (15:24 -0600)]
Merge pull request #560 from ceph/ceph-ansible-rm
ceph-ansible-pull-requests: remove job - moving to granular ones
Alfredo Deza [Tue, 22 Nov 2016 21:14:16 +0000 (16:14 -0500)]
ceph-ansible-pull-requests: remove job - moving to granular ones
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 22 Nov 2016 20:26:38 +0000 (15:26 -0500)]
Merge pull request #559 from ceph/ansible-centos7-cluster
Adds the ceph-ansible-prs-centos7-cluster job
Andrew Schoen [Tue, 22 Nov 2016 20:22:31 +0000 (14:22 -0600)]
ceph-ansible-prs-xenial-cluster: fix the tox environment name
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 20:20:42 +0000 (14:20 -0600)]
Adds the ceph-ansible-prs-centos7-cluster job
This runs the centos7-cluster functional testing scenario.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 20:15:06 +0000 (14:15 -0600)]
Merge pull request #558 from ceph/ansible-scenarios
Ansible scenario testing for prs (xenial-cluster)
Alfredo Deza [Tue, 22 Nov 2016 20:02:36 +0000 (15:02 -0500)]
ceph-ansible-prs-xenial-cluster: create the teardown script
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 22 Nov 2016 20:02:19 +0000 (15:02 -0500)]
ceph-ansible-prs-xenial-cluster: create the build script
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 22 Nov 2016 20:00:37 +0000 (15:00 -0500)]
ceph-ansible-prs-xenial-cluster: create a config
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 17:29:34 +0000 (11:29 -0600)]
Merge pull request #557 from ceph/ansible-libvirt
ansible: create a libvirt slave playbook
Alfredo Deza [Tue, 22 Nov 2016 14:56:15 +0000 (09:56 -0500)]
ansible: create a libvirt slave playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 22 Nov 2016 15:09:20 +0000 (09:09 -0600)]
Merge pull request #556 from ceph/ceph-ansible-concurrent
ceph-ansible-pull-requests: make the job concurrent so other slaves can do work too
Alfredo Deza [Tue, 22 Nov 2016 13:09:03 +0000 (08:09 -0500)]
ceph-ansible-pull-requests: make the job concurrent so other slaves can do work too
Signed-off-by: Alfredo Deza <adeza@redhat.com>