]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Andrew Schoen [Thu, 15 Sep 2016 18:36:52 +0000 (13:36 -0500)]
ceph-dev: also build trusty by default
The sepia lab is mostly testing on trusty, so we want to build trusty by
default as well.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Thu, 15 Sep 2016 15:10:58 +0000 (20:40 +0530)]
Merge pull request #482 from ceph/init-playbook
ansible: install python2.7 on xenial nodes
Andrew Schoen [Thu, 15 Sep 2016 14:17:50 +0000 (09:17 -0500)]
ansible: install python2.7 on xenial nodes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Thu, 15 Sep 2016 04:27:55 +0000 (09:57 +0530)]
Merge pull request #478 from ceph/static-slave-playbook
A playbook to configure static jenkins slaves
Andrew Schoen [Wed, 14 Sep 2016 19:33:18 +0000 (14:33 -0500)]
ansible: set utf-8 locale for the build user
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 20:22:19 +0000 (15:22 -0500)]
ansible: xenial nodes need to install curl
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 20:03:05 +0000 (15:03 -0500)]
ceph-build-pull-requests: move the templates folder for playbook testing
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 20:02:18 +0000 (15:02 -0500)]
ansible: adds a template for an epel yum repo
The smithi nodes did not have epel enabled.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 20:01:29 +0000 (15:01 -0500)]
ansible: adds a systemd template for jenkins
This is used for static slaves that run the java command to connect to
the jenkins master using jnlp.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 19:58:55 +0000 (14:58 -0500)]
ansible: default nodename to ansible_hostname in slave_static.yml
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 19:56:25 +0000 (14:56 -0500)]
ansible: adds a hosts-static inventory file with smithi nodes included
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 13 Sep 2016 19:55:20 +0000 (14:55 -0500)]
ansible: adds an example playbook for configuring static slaves
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Wed, 14 Sep 2016 15:31:44 +0000 (10:31 -0500)]
Merge pull request #479 from ceph/pbuilder-home
set BUILD_HOME in pbuilderrc
Alfredo Deza [Wed, 14 Sep 2016 09:56:26 +0000 (15:26 +0530)]
ceph-dev-build: set BUILD_HOME in .pbuilderrc
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 14 Sep 2016 09:56:09 +0000 (15:26 +0530)]
ceph-build: set BUILD_HOME in .pbuilderrc
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 14 Sep 2016 11:57:29 +0000 (17:27 +0530)]
Merge pull request #480 from ceph/wip-calamari
calamari: Various fixes
Boris Ranto [Wed, 14 Sep 2016 10:49:12 +0000 (12:49 +0200)]
calamari-clients-setup: Do install in setup phase
We already do it like this downstream, we only re-package the pre-built
tarball there. This makes the upstream workflow more similar to the one
downstream (and actually possible).
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto [Wed, 14 Sep 2016 10:46:46 +0000 (12:46 +0200)]
calamari-clients-build: Various fixes and improvements
- make sure the old src.rpms are removed before creating a new one
- automatically show mock logs if the build fails
- do not upload src.rpm twice, mock creates a srpm with proper dist,
keep that one
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto [Mon, 12 Sep 2016 20:35:36 +0000 (22:35 +0200)]
calamari: Use small machines
We do not need the huge machines for the calamari setup tasks, use small
machines instead.
Also use centos7 node instead of trusty one, nodejs bits seems to be
somewhat broken in trusty.
Signed-off-by: Boris Ranto <branto@redhat.com>
Alfredo Deza [Wed, 14 Sep 2016 08:21:40 +0000 (13:51 +0530)]
Merge pull request #477 from ceph/slave-locale
ansible: set utf-8 locale for the build user
Alfredo Deza [Tue, 13 Sep 2016 11:23:35 +0000 (16:53 +0530)]
ansible: create the .profile if it doesn't exist
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 13 Sep 2016 10:14:17 +0000 (15:44 +0530)]
ansible: set utf-8 locale for the build user
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Mon, 12 Sep 2016 17:30:34 +0000 (12:30 -0500)]
Merge pull request #476 from ceph/dch-command
ceph-dev-setup: add back the dch -v command
Andrew Schoen [Mon, 12 Sep 2016 17:17:25 +0000 (12:17 -0500)]
ceph-dev-setup: add back the dch -v command
Without this command the dsc artifacts are not created correctly and
ceph-dev-build fails to find them, resulting in errors like:
"dpkg-source: error: cannot read ceph_10
.2.2-508-g9bfc0cf -1.dsc: No such
file or directory"
From:
https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=xenial,DIST=xenial,MACHINE_SIZE=huge/492/console
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Mon, 12 Sep 2016 17:22:15 +0000 (12:22 -0500)]
Merge pull request #475 from ceph/wip-calamari-clients
calamari-clients: Add calamari-clients jenkins build jobs
Boris Ranto [Fri, 9 Sep 2016 18:22:53 +0000 (20:22 +0200)]
calamari-clients: Add calamari-clients jenkins build jobs
Signed-off-by: Boris Ranto <branto@redhat.com>
Andrew Schoen [Mon, 12 Sep 2016 16:23:39 +0000 (11:23 -0500)]
Merge pull request #474 from ceph/fix-deb-binary-names
ceph-dev: fix debian binary names
Andrew Schoen [Mon, 12 Sep 2016 15:29:16 +0000 (10:29 -0500)]
ceph-dev-setup: do not call dch -v during the build
This is unneeded and setting an incorrect version number
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Mon, 12 Sep 2016 15:27:49 +0000 (10:27 -0500)]
ceph-dev-build: ensure the binaries have the distro version in them
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Mon, 12 Sep 2016 14:13:14 +0000 (09:13 -0500)]
Merge pull request #473 from ceph/ceph-spec-vers-sed
ceph-dev-build: further massage ceph.spec to insist on using sha1 in version name
Alfredo Deza [Mon, 12 Sep 2016 12:13:27 +0000 (17:43 +0530)]
ceph-dev-build: further massage ceph.spec to insist on using sha1 in version name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 12 Sep 2016 04:53:32 +0000 (00:53 -0400)]
Merge pull request #472 from ceph/dev-setup-utils
ceph-dev-setup: include the build utils when building
Alfredo Deza [Mon, 12 Sep 2016 04:50:57 +0000 (10:20 +0530)]
ceph-dev-setup: include the build utils when building
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Fri, 9 Sep 2016 21:15:35 +0000 (16:15 -0500)]
Merge pull request #469 from ceph/jjb-node
jenkins-job-builder: should not use the master node
Andrew Schoen [Fri, 9 Sep 2016 17:22:49 +0000 (12:22 -0500)]
jenkins-job-builder: should not use the master node
master is not setup for building anything and does not have virtualenv
installed which this job needs. In general, we don't want jobs that do
any "building' to use master.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 20:07:09 +0000 (16:07 -0400)]
Merge pull request #471 from ceph/jnlp-slave-ansible
ansible: support registering slaves with jnlp
Andrew Schoen [Fri, 9 Sep 2016 19:45:23 +0000 (14:45 -0500)]
ansible: support registering slaves with jnlp
This adds a use_jnlp flag to slave.yml which provides support to
register the slave with jnlp instead of ssh if use_jnlp: true
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Fri, 9 Sep 2016 19:49:38 +0000 (14:49 -0500)]
Merge pull request #470 from ceph/if-else-autogen
ceph-dev-setup: call autogen only when not using cmake
Alfredo Deza [Fri, 9 Sep 2016 19:45:46 +0000 (15:45 -0400)]
ceph-dev-setup: call autogen only when not using cmake
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Fri, 9 Sep 2016 19:07:29 +0000 (14:07 -0500)]
Merge pull request #466 from ceph/filter-branches
Filter slashes out of branches
Alfredo Deza [Fri, 9 Sep 2016 18:56:43 +0000 (14:56 -0400)]
ceph-dev-setup: use the new utility for slashes in branches
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 18:54:12 +0000 (14:54 -0400)]
scripts: create a branch filtering for slashes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 14:22:58 +0000 (10:22 -0400)]
ceph-dev-build: filter branches with slashes when building RPMs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 14:22:48 +0000 (10:22 -0400)]
ceph-dev-build: filter branches with slashes when building DEBs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 17:20:27 +0000 (13:20 -0400)]
Merge pull request #468 from ceph/ceph-dev-trigger-master
pin jobs to master that used to use huge_xenial_builder`
Andrew Schoen [Fri, 9 Sep 2016 17:17:04 +0000 (12:17 -0500)]
ceph-dev: pin to master
We want this to run on master until we can get another huge executor
setup by mita.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Fri, 9 Sep 2016 17:14:24 +0000 (12:14 -0500)]
ceph-dev-build: pin to master
We want this to run on master until we can get another huge executor
setup by mita.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Fri, 9 Sep 2016 17:13:30 +0000 (12:13 -0500)]
ceph-dev-trigger: pin to the master node
We want to pin to master until we can get another huge executor online
by mita.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Fri, 9 Sep 2016 14:38:34 +0000 (10:38 -0400)]
Merge pull request #467 from ceph/ansible-executors
ansible: allow for setting the number of executors on a slave
Andrew Schoen [Fri, 9 Sep 2016 14:25:31 +0000 (09:25 -0500)]
ansible: allow for setting the number of executors on a slave
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Wed, 7 Sep 2016 19:03:16 +0000 (14:03 -0500)]
Merge pull request #462 from ceph/sed-autosetup
ceph-dev-build: modify autosetup when setup is not defined in spec file
Alfredo Deza [Wed, 7 Sep 2016 15:52:54 +0000 (11:52 -0400)]
ceph-dev-build: copy whatever tar.bz2 file was built so rpmbuild can find it
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 19:52:27 +0000 (15:52 -0400)]
ceph-dev-build: modify autosetup when setup is not defined in spec file
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Wed, 7 Sep 2016 18:51:27 +0000 (13:51 -0500)]
Merge pull request #461 from ceph/jenkins-node-exc
ansible/library fix wrong exc object references
Alfredo Deza [Fri, 2 Sep 2016 18:18:12 +0000 (14:18 -0400)]
ansible/library fix wrong exc object references
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Wed, 7 Sep 2016 18:40:36 +0000 (13:40 -0500)]
Merge pull request #456 from ceph/ceph-gitconfig
define a .gitconfig for slaves
Alfredo Deza [Thu, 1 Sep 2016 17:29:04 +0000 (13:29 -0400)]
ansible: slave playbook should define a global gitconfig that makes sense for user and email
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Sep 2016 16:04:02 +0000 (12:04 -0400)]
ansible: add the debian Jessie keys
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Sep 2016 15:56:04 +0000 (11:56 -0400)]
ansible: slave should ensure the home dir exists before creating .ssh
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Boris Ranto [Mon, 5 Sep 2016 14:15:21 +0000 (16:15 +0200)]
Merge pull request #465 from ceph/wip-calamari
calamari: Add initial files for jenkins build
Boris Ranto [Mon, 5 Sep 2016 14:05:15 +0000 (16:05 +0200)]
calamari: Add initial files for jenkins build
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto [Mon, 5 Sep 2016 12:08:57 +0000 (14:08 +0200)]
Merge pull request #464 from ceph/wip-diamond
diamond-setup: Handle VERSION properly
Boris Ranto [Mon, 5 Sep 2016 12:05:25 +0000 (14:05 +0200)]
diamond-setup: Handle VERSION properly
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto [Mon, 5 Sep 2016 11:50:55 +0000 (13:50 +0200)]
Merge pull request #463 from ceph/wip-diamond
diamond: Redesign + fixes
Boris Ranto [Mon, 5 Sep 2016 11:44:00 +0000 (13:44 +0200)]
diamond: Redesign + fixes
Signed-off-by: Boris Ranto <branto@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 17:21:29 +0000 (13:21 -0400)]
Merge pull request #460 from ceph/rpm-yum-versions
parse and set a correct representation of 'version' for RPMs using the spec file
Alfredo Deza [Fri, 2 Sep 2016 16:16:45 +0000 (12:16 -0400)]
ceph-dev-build: parse and set a correct representation of 'version' for RPMs using the spec file
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 14:44:51 +0000 (10:44 -0400)]
Merge pull request #458 from ceph/split-slashes
further fixing for spliting branches on forward slashes
Alfredo Deza [Fri, 2 Sep 2016 14:21:04 +0000 (10:21 -0400)]
ceph-dev-setup: prevent building branches that have slashes in their name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 13:58:49 +0000 (09:58 -0400)]
ceph-dev-setup: get the last part of the branch
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 14:40:29 +0000 (10:40 -0400)]
Merge pull request #459 from ceph/wip-diamond
Add initial diamond jenkins job
Boris Ranto [Fri, 2 Sep 2016 14:23:41 +0000 (16:23 +0200)]
Add initial diamond jenkins job
Signed-off-by: Boris Ranto <branto@redhat.com>
Alfredo Deza [Fri, 2 Sep 2016 11:34:17 +0000 (07:34 -0400)]
Merge pull request #457 from ceph/ceph-dev-trigger
adds a ceph-dev-trigger job
Andrew Schoen [Thu, 1 Sep 2016 21:55:12 +0000 (16:55 -0500)]
ceph-dev-setup: fix parsing of GIT_BRANCH
A branch name can also contain a '/' so make sure not
to exclude that.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 21:25:04 +0000 (16:25 -0500)]
ceph-dev-build: use the huge_xenial_builder node
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 21:24:16 +0000 (16:24 -0500)]
ceph-dev: use the huge_xenial_builder node
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 21:06:05 +0000 (16:06 -0500)]
ceph-dev-build: inject BRANCH value from ceph-dev-setup
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 21:03:39 +0000 (16:03 -0500)]
ceph-dev-setup: parse the value of GIT_COMMIT and make an artifact
GIT_COMMIT will be in the format origin/$branch, so parse that
and write it to an artifact so ceph-dev-build can consume it.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 21:00:05 +0000 (16:00 -0500)]
adds a new ceph-dev-trigger job
This job responds to pushes to the ceph repo and triggers ceph-dev jobs
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Thu, 1 Sep 2016 19:04:21 +0000 (15:04 -0400)]
Merge pull request #454 from ceph/wip-teuth-commit-status
teuthology PRs: require a huge Trusty host
Zack Cerza [Thu, 1 Sep 2016 16:32:51 +0000 (10:32 -0600)]
Require a huge Trusty host
Signed-off-by: Zack Cerza <zack@redhat.com>
Alfredo Deza [Thu, 1 Sep 2016 17:56:20 +0000 (13:56 -0400)]
Merge pull request #455 from ceph/fix-deb-package-manager-version
ceph-dev-build: fix the value for package_manager_version for DEB
Andrew Schoen [Thu, 1 Sep 2016 17:05:50 +0000 (12:05 -0500)]
ceph-dev-build: fix the value for package_manager_version for DEB
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 1 Sep 2016 16:33:20 +0000 (11:33 -0500)]
Merge pull request #453 from ceph/git-diff
Git diff reporting
Alfredo Deza [Thu, 1 Sep 2016 16:26:36 +0000 (12:26 -0400)]
ceph-setup: do tell what git diff reported before bailing
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 1 Sep 2016 16:26:26 +0000 (12:26 -0400)]
ceph-dev-setup: do tell what git diff reported before bailing
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 31 Aug 2016 20:51:08 +0000 (16:51 -0400)]
Merge pull request #452 from ceph/repo-extra
ceph-dev-build: adds a new package_manager_version field to repo extra
Andrew Schoen [Wed, 31 Aug 2016 20:33:09 +0000 (15:33 -0500)]
ceph-dev-build: adds a new package_manager_version field to repo extra
For DEB repos there is a different version that apt uses, this
allows the API to provide that information as well as the project
version.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 18:48:58 +0000 (14:48 -0400)]
Merge pull request #451 from ceph/repo-extra
ceph-dev-build: fix the chacra url when posting repo-extra.json
Andrew Schoen [Tue, 30 Aug 2016 18:29:10 +0000 (13:29 -0500)]
ceph-dev-build: fix the chacra url when posting repo-extra.json
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 30 Aug 2016 18:35:04 +0000 (13:35 -0500)]
Merge pull request #450 from ceph/node-for-ceph-dev
ceph-dev: specify a laxed pinning for nodes
Alfredo Deza [Tue, 30 Aug 2016 18:08:11 +0000 (14:08 -0400)]
ceph-dev-build: specify a laxed pinning for nodes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 17:51:47 +0000 (13:51 -0400)]
ceph-dev: specify a laxed pinning for nodes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 30 Aug 2016 15:36:17 +0000 (10:36 -0500)]
Merge pull request #448 from ceph/repo-extra
ceph-dev-build: remove trailing comma from repo extra json
Andrew Schoen [Tue, 30 Aug 2016 15:12:02 +0000 (10:12 -0500)]
ceph-dev-build: remove trailing comma from repo extra json
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Tue, 30 Aug 2016 15:05:45 +0000 (11:05 -0400)]
Merge pull request #445 from ceph/repo-extra
ceph-dev-build: post repo build info to chacra
Andrew Schoen [Mon, 29 Aug 2016 19:51:54 +0000 (14:51 -0500)]
ceph-dev-build: post repo build info to chacra
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Tue, 30 Aug 2016 14:09:11 +0000 (09:09 -0500)]
Merge pull request #446 from ceph/local-hostname
ansible: if 127.0.1.1 add it and map it to ansible_hostname
Alfredo Deza [Tue, 30 Aug 2016 12:31:03 +0000 (08:31 -0400)]
ansible: if 127.0.1.1 add it and map it to ansible_hostname
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Andrew Schoen [Tue, 30 Aug 2016 13:53:15 +0000 (08:53 -0500)]
Merge pull request #447 from ceph/wip-chacra
calamari-server-trusty: pass the passwords for chacra upload