]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Sébastien Han [Mon, 29 Oct 2018 16:48:26 +0000 (17:48 +0100)]
ceph-ansible-pr: add rgw in devs
Add rgw_multisite_* in devs so we can test this with master upstream.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 29 Oct 2018 16:47:57 +0000 (17:47 +0100)]
ceph-ansible-pipeline: add rgw multisite
support for testing rgw multisite in the pipeline
Signed-off-by: Sébastien Han <seb@redhat.com>
Guillaume Abrioux [Mon, 29 Oct 2018 15:48:49 +0000 (16:48 +0100)]
Merge pull request #1181 from ceph/ceph-volume-trigger
Ceph volume trigger
Sébastien Han [Mon, 29 Oct 2018 15:42:02 +0000 (16:42 +0100)]
ceph-ansible-pipeline: activate batch container
Now batch container is supported so let's activate it.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 29 Oct 2018 15:41:15 +0000 (16:41 +0100)]
ceph-ansible-pipeline: run osd scenarios when module is modified
When we edit the ceph_volume.py module we should run all the OSD
scenarios.
Signed-off-by: Sébastien Han <seb@redhat.com>
Guillaume Abrioux [Fri, 26 Oct 2018 17:08:40 +0000 (19:08 +0200)]
Merge pull request #1179 from ceph/guits_rgw_multisite
ceph-ansible: add rgw_multisite scenario
Sébastien Han [Fri, 26 Oct 2018 15:23:03 +0000 (17:23 +0200)]
Merge branch 'master' into guits_rgw_multisite
Sébastien Han [Fri, 26 Oct 2018 15:22:30 +0000 (17:22 +0200)]
Merge pull request #1177 from ceph/pipeline
ceph-ansible-pipeline: run all lvm test against ceph@master
Guillaume Abrioux [Fri, 26 Oct 2018 14:46:58 +0000 (16:46 +0200)]
ceph-ansible: add rgw_multisite scenario
ceph-ansible corresponding PR:
ceph/ceph-ansible#1944
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Andrew Schoen [Thu, 25 Oct 2018 16:23:33 +0000 (11:23 -0500)]
ceph-ansible-pipeline: run all lvm tests against ceph@master
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen [Thu, 25 Oct 2018 13:11:30 +0000 (08:11 -0500)]
ceph-ansible-prs: allow all jobs to be tested with dev repos
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Erwan Velu [Wed, 24 Oct 2018 14:48:24 +0000 (16:48 +0200)]
Merge pull request #1176 from ceph/guits-remove_color
ceph-ansible-syntax: disable syntax coloration in `git_diff_to_head()`
Guillaume Abrioux [Wed, 24 Oct 2018 14:30:44 +0000 (16:30 +0200)]
ceph-ansible-syntax: disable syntax coloration in `git_diff_to_head()`
when running this code locally for debugging purposes, the sed in
`match_file()` won't match the pattern because of the ANSI codes inserted by
the git diff (colored) output.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sébastien Han [Wed, 24 Oct 2018 14:01:42 +0000 (16:01 +0200)]
Merge pull request #1175 from ceph/guits-revert_4a25fb2b
ceph-ansible-syntax: display matched files in group_vars_check
Guillaume Abrioux [Wed, 24 Oct 2018 12:59:14 +0000 (14:59 +0200)]
ceph-ansible-syntax: display matched files in group_vars_check
it can be useful to see which files have matched in `group_vars_check()`
function.
I'm currently facing an issue where the CI complains on that check while
it doesn't on an other environment when trying to reproduce the issue.
on the CI:
```
+ group_vars_check
++ match_file /defaults/main.yml
++ git_diff_to_head
++ wc -l
++ git diff origin/master..HEAD -- . ':(exclude)roles/*/meta/*'
++ sed -n 's|^+++.*\(/defaults/main.yml.*\)|\1|p'
+ nb=1
+ [[ 1 -eq 0 ]]
++ match_file group_vars/
++ wc -l
++ git_diff_to_head
++ git diff origin/master..HEAD -- . ':(exclude)roles/*/meta/*'
++ sed -n 's|^+++.*\(group_vars/.*\)|\1|p'
+ nb_group_vars=0
+ [[ 1 -gt 0 ]]
+ echo 'One or more files containing default variables has/have been modified.'
One or more files containing default variables has/have been modified.
+ echo 'You must run '\''generate_group_vars_sample.sh'\'' to generate the group_vars template files.'
You must run 'generate_group_vars_sample.sh' to generate the group_vars template files.
+ return 1
```
local env:
```
+ group_vars_check
++ match_file /defaults/main.yml
++ wc -l
++ git_diff_to_head
++ sed -n 's|^+++.*\(/defaults/main.yml.*\)|\1|p'
++ git diff origin/master..HEAD -- . ':(exclude)roles/*/meta/*'
+ nb=0
+ [[ 0 -eq 0 ]]
+ echo 'group_vars has not been touched.'
group_vars has not been touched.
+ return 0
```
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sébastien Han [Wed, 24 Oct 2018 13:25:48 +0000 (15:25 +0200)]
Merge pull request #1144 from ceph/guits-remove_capital_check
ceph-ansible-syntax: remove capital letter check
Sébastien Han [Wed, 24 Oct 2018 13:21:39 +0000 (15:21 +0200)]
Merge branch 'master' into guits-remove_capital_check
Sébastien Han [Tue, 23 Oct 2018 19:38:48 +0000 (21:38 +0200)]
Merge pull request #1174 from ceph/jq-base
ceph-container-build-ceph-base-push-imgs: install jq
Sébastien Han [Tue, 23 Oct 2018 19:29:27 +0000 (21:29 +0200)]
ceph-container-build-ceph-base-push-imgs: install jq
We need jq to read json.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Tue, 23 Oct 2018 15:50:22 +0000 (17:50 +0200)]
Merge pull request #1173 from ceph/base-manifest
ceph-container-build-ceph-base-push-imgs: try to build manifest on am…
Sébastien Han [Tue, 23 Oct 2018 15:46:12 +0000 (17:46 +0200)]
ceph-container-build-ceph-base-push-imgs: try to build manifest on amd64 too
They are days where arm64 runs before amd64 and the other way around so
let's try to build the manifest also on amd64. This can't not do any
harm.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 22 Oct 2018 12:40:53 +0000 (14:40 +0200)]
Merge pull request #1172 from ceph/manifest-base
ceph-container-build-ceph-base-push-imgs-arm64: run manifest script
Sébastien Han [Mon, 22 Oct 2018 05:34:13 +0000 (07:34 +0200)]
ceph-container-build-ceph-base-push-imgs-arm64: run manifest script
Run manifest script after the arm64 build is complete.
Signed-off-by: Sébastien Han <seb@redhat.com>
Andrew Schoen [Fri, 19 Oct 2018 13:21:29 +0000 (08:21 -0500)]
Merge pull request #1170 from ceph/ceph-volume-batch-tests
ceph-volume-test: add 'lvm batch' tests
Andrew Schoen [Thu, 18 Oct 2018 18:21:02 +0000 (13:21 -0500)]
ceph-volume-test: add 'lvm batch' tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Thu, 18 Oct 2018 13:42:59 +0000 (10:42 -0300)]
Merge pull request #1169 from ceph/ceph-volume-smithi
ceph-volume: run all tests on smithi or mira nodes
Andrew Schoen [Thu, 18 Oct 2018 13:40:40 +0000 (08:40 -0500)]
ceph-volume: run all tests on smithi or mira nodes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Kefu Chai [Thu, 18 Oct 2018 02:23:47 +0000 (10:23 +0800)]
Merge pull request #1165 from tchaikov/ceph-dashboard-pull-requests
ceph-dashboard-pull-requests: install runtime dependencies of dashboard
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Andrew Schoen [Wed, 17 Oct 2018 17:28:57 +0000 (12:28 -0500)]
Merge pull request #1167 from ceph/wip-ormira
ceph-volume-scenario: Also allow building on mira
David Galloway [Wed, 17 Oct 2018 17:23:21 +0000 (13:23 -0400)]
ceph-volume-scenario: Also allow building on mira
I added a few miras as static libvirt slaves. This builds on https://github.com/ceph/ceph-build/pull/1166
Signed-off-by: David Galloway <dgallowa@redhat.com>
Andrew Schoen [Wed, 17 Oct 2018 16:03:52 +0000 (11:03 -0500)]
Merge pull request #1166 from ceph/ceph-volume-smithi
ceph-volume-scenario: lock tests to smithi nodes
Andrew Schoen [Wed, 17 Oct 2018 15:33:03 +0000 (10:33 -0500)]
ceph-volume-scenario: lock tests to smithi nodes
We are currently having troubles running test on our OVH nodes. This
locks these tests to smithi nodes for now so we can do some testing for
12.2.9.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Kefu Chai [Wed, 17 Oct 2018 14:34:46 +0000 (22:34 +0800)]
ceph-dashboard-pull-requests: install runtime dependencies of dashboard
some of them are already fulfilled by the build time dependencies. and
since mgr is built with python2 runtime, so we don't need to install
python3 modules.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Ramana Raja [Wed, 17 Oct 2018 13:41:35 +0000 (19:11 +0530)]
Merge pull request #1141 from ceph/wip-nfs-ganesha-ntirpc-build-patch
nfs-ganesha: apply patch to build ntirpc without lttng
Ramana Raja [Wed, 17 Oct 2018 13:35:15 +0000 (19:05 +0530)]
Merge branch 'master' into wip-nfs-ganesha-ntirpc-build-patch
Sébastien Han [Wed, 17 Oct 2018 12:29:41 +0000 (14:29 +0200)]
Merge pull request #1164 from ceph/ceph-ansible_add_osds
ceph-ansible: add "add_osds" scenarios to pipeline
Guillaume Abrioux [Wed, 17 Oct 2018 12:19:26 +0000 (14:19 +0200)]
ceph-ansible: add "add_osds" scenarios to pipeline
adding `add_osds` and `add_osds_container` to the ceph-ansible pipeline
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Ali Maredia [Mon, 1 Oct 2018 22:32:28 +0000 (18:32 -0400)]
nfs-ganesha: apply patch to build ntirpc without lttng
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Sébastien Han [Tue, 16 Oct 2018 20:45:20 +0000 (22:45 +0200)]
Merge pull request #1162 from ceph/guits-add_osds
ceph-ansible: add new scenario 'add_osds'
Guillaume Abrioux [Tue, 16 Oct 2018 17:58:06 +0000 (19:58 +0200)]
ceph-ansible: add new scenario 'add_osds'
Adding new scenarios for "day 2 operation" playbook
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Jos Collin [Tue, 16 Oct 2018 06:51:49 +0000 (12:21 +0530)]
Merge pull request #1152 from callithea/wip-ceph-dashboard-prs-python3-pkgs
ceph-dashboard-pull-requests: install python3 packages
Reviewed-by: Jos Collin <jcollin@redhat.com>
Laura Paduano [Thu, 11 Oct 2018 10:24:40 +0000 (12:24 +0200)]
ceph-dashboard-pull-requests: install python3 packages
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Sébastien Han [Fri, 12 Oct 2018 18:30:14 +0000 (20:30 +0200)]
Merge pull request #1161 from ceph/pipeline-sod
ceph-ansible-pipeline: fix wrong condition
Sébastien Han [Fri, 12 Oct 2018 18:26:35 +0000 (20:26 +0200)]
ceph-ansible-pipeline: fix wrong condition
if grep report 0 ceph-osd was modified thus we exit
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Fri, 12 Oct 2018 18:21:43 +0000 (20:21 +0200)]
Merge pull request #1160 from ceph/pipeline
ceph-ansible-pipeline osd followup
Sébastien Han [Fri, 12 Oct 2018 18:18:16 +0000 (20:18 +0200)]
ceph-ansible-pipeline osd followup
Not sure what's going on, this is mostly a commit to debug
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Fri, 12 Oct 2018 17:51:06 +0000 (19:51 +0200)]
Merge pull request #1159 from ceph/ansible-scenario
ceph-ansible-ci: do not run osd twice
Sébastien Han [Fri, 12 Oct 2018 17:42:36 +0000 (19:42 +0200)]
ceph-ansible-ci: do not run osd twice
Do not play twice osds if they have been ack by the first task of the
pipeline.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Fri, 12 Oct 2018 15:11:47 +0000 (17:11 +0200)]
Merge pull request #1143 from ceph/ceph-container-build-ceph-base-push-imgs-arm64
add ceph-container-build-ceph-base-push-imgs-arm64
Sébastien Han [Wed, 3 Oct 2018 15:52:57 +0000 (17:52 +0200)]
add ceph-container-build-ceph-base-push-imgs-arm64
Same as ceph-container-build-ceph-base-push-imgs but to build arm64
images.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Fri, 12 Oct 2018 12:43:02 +0000 (08:43 -0400)]
Merge pull request #1156 from ceph/guits-fix_collect_log
ceph-ansible: fix collect ceph config task
Guillaume Abrioux [Thu, 11 Oct 2018 19:50:42 +0000 (21:50 +0200)]
ceph-ansible: fix collect ceph config task
`ceph_conf_key_directory` doesn't exist in this playbook.
All our testing is done with '/etc/ceph', let's hardcode it here.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Thu, 11 Oct 2018 14:58:53 +0000 (10:58 -0400)]
Merge pull request #1155 from ceph/guits-syntax-check-ansible
ceph-ansible-pr: fix workspace in syntax check
Guillaume Abrioux [Thu, 11 Oct 2018 14:46:22 +0000 (16:46 +0200)]
ceph-ansible-pr: fix workspace in syntax check
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sébastien Han [Thu, 11 Oct 2018 14:25:14 +0000 (10:25 -0400)]
Merge pull request #1154 from ceph/guits-syntax-check-ansible
ceph-ansible-syntax: fix path to pip
Guillaume Abrioux [Thu, 11 Oct 2018 14:12:55 +0000 (10:12 -0400)]
Merge branch 'master' into guits-syntax-check-ansible
Guillaume Abrioux [Thu, 11 Oct 2018 14:11:19 +0000 (16:11 +0200)]
ceph-ansible-syntax: fix path to pip
`$VENV` contains already '/bin/' pattern.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sébastien Han [Thu, 11 Oct 2018 14:04:15 +0000 (10:04 -0400)]
Merge branch 'master' into guits-remove_capital_check
Sébastien Han [Thu, 11 Oct 2018 14:02:28 +0000 (10:02 -0400)]
Merge pull request #1153 from ceph/guits-syntax-check-ansible
ceph-ansible: install expected ansible version
Guillaume Abrioux [Thu, 11 Oct 2018 12:51:00 +0000 (14:51 +0200)]
ceph-ansible: install expected ansible version
install the ansible version corresponding to its respective ceph-ansible
ansible.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Thu, 11 Oct 2018 12:10:40 +0000 (08:10 -0400)]
Merge branch 'master' into guits-remove_capital_check
Guillaume Abrioux [Wed, 10 Oct 2018 18:48:07 +0000 (14:48 -0400)]
Merge pull request #1151 from ceph/ci-master-typo
ceph-ansible fix job typo in pipeline
Sébastien Han [Wed, 10 Oct 2018 18:44:15 +0000 (14:44 -0400)]
ceph-ansible fix job typo in pipeline
The job name is ceph-ansible-prs-luminous-lvm_osds_container
Signed-off-by: Sébastien Han <seb@redhat.com>
Guillaume Abrioux [Wed, 10 Oct 2018 18:34:39 +0000 (14:34 -0400)]
Merge branch 'master' into guits-remove_capital_check
Guillaume Abrioux [Wed, 10 Oct 2018 18:34:16 +0000 (14:34 -0400)]
Merge pull request #1150 from ceph/ci-master
ceph-ansible pipeline branch improvement
Sébastien Han [Wed, 10 Oct 2018 16:36:12 +0000 (12:36 -0400)]
ceph-ansible pipeline branch improvement
The code is not ideal and might be hard to read but the rationales are
the following:
* master ceph-ansible has fully adopted ceph-volume and we are about to
remove ceph-disk too
* this means we can not and should not run ceph-disk tests on master BUT
only on stable 3.0 and 3.1 branches.
Only lvm scenarios should play on ceph-ansible master.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sage Weil [Wed, 10 Oct 2018 16:21:15 +0000 (11:21 -0500)]
Merge pull request #1149 from tchaikov/wip-nautilus
ceph-dev-trigger: include nautilus branch
Kefu Chai [Wed, 10 Oct 2018 16:13:21 +0000 (00:13 +0800)]
ceph-dev-trigger: include nautilus branch
Signed-off-by: Kefu Chai <kchai@redhat.com>
Guillaume Abrioux [Wed, 10 Oct 2018 16:07:43 +0000 (12:07 -0400)]
Merge pull request #1148 from ceph/ceph-vol-cont
cpeh-ansible-prs: add lvm_batch scenario
Sébastien Han [Wed, 10 Oct 2018 15:28:30 +0000 (11:28 -0400)]
cpeh-ansible-prs: add lvm_batch scenario
Add a new scenario
Signed-off-by: Sébastien Han <seb@redhat.com>
Andrew Schoen [Tue, 9 Oct 2018 21:02:23 +0000 (17:02 -0400)]
Merge pull request #1147 from ceph/guits-get_ceph_conf
ceph-ansible: fetch ceph config file on failure
Guillaume Abrioux [Tue, 9 Oct 2018 20:17:37 +0000 (16:17 -0400)]
ceph-ansible: fetch ceph config file on failure
Let's try to get ceph configuration file on failure, it can be useful at
some point.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux [Tue, 9 Oct 2018 19:11:36 +0000 (15:11 -0400)]
Merge pull request #1146 from ceph/ceph-volume-container
ceph-ansible: add more scenarios
Sébastien Han [Tue, 9 Oct 2018 19:07:15 +0000 (15:07 -0400)]
ceph-ansible: add more scenarios
Add more scenarios for ceph-volume in container
Signed-off-by: Sébastien Han <seb@redhat.com>
Alfredo Deza [Mon, 8 Oct 2018 15:13:45 +0000 (11:13 -0400)]
Merge pull request #1145 from callithea/wip-ceph-dashboard-pull-requests-fix-script-exec
ceph-dashboard-pull-requests: Need to cd to the dashboard dir
Laura Paduano [Mon, 8 Oct 2018 12:48:05 +0000 (14:48 +0200)]
ceph-dashboard-pull-requests: Need to cd to the dashboard dir before executing the e2e script
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Guillaume Abrioux [Fri, 5 Oct 2018 11:41:38 +0000 (13:41 +0200)]
ceph-ansible-syntax: remove capital letter check
Some PRs aren't passing the CI while it should.
It's making us maintaining a list of path and pattern to exclude.
IMHO, this test isn't needed and brings more issues than it is supposed to
solve.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Zack Cerza [Tue, 2 Oct 2018 19:46:35 +0000 (13:46 -0600)]
Merge pull request #1115 from ceph/wip-sepia-future
sepia-fog-images: Don't hardcode distros
David Galloway [Wed, 5 Sep 2018 18:05:47 +0000 (14:05 -0400)]
sepia-fog-images: Don't hardcode distros
This change ensures I don't have to add or remove if statements in
funSetProfiles function any time there's a new distro version released.
Signed-off-by: David Galloway <dgallowa@redhat.com>
Guillaume Abrioux [Tue, 2 Oct 2018 13:02:16 +0000 (15:02 +0200)]
Merge pull request #1142 from ceph/container-img
ceph-container-build-ceph-base-push-imgs: build with arg
Sébastien Han [Tue, 2 Oct 2018 12:49:03 +0000 (14:49 +0200)]
ceph-container-build-ceph-base-push-imgs: build with arg
We need to pass the ARCH so the build can successfully run.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Mon, 1 Oct 2018 15:52:11 +0000 (17:52 +0200)]
Merge pull request #1140 from ceph/add-ceph-base
add new ceph-container-build-ceph-base-push-imgs job
Sébastien Han [Mon, 1 Oct 2018 12:45:46 +0000 (14:45 +0200)]
add new ceph-container-build-ceph-base-push-imgs job
This job runs on a daily basis and is responsible for building ceph/base
versionned images.
Signed-off-by: Sébastien Han <seb@redhat.com>
Kefu Chai [Mon, 1 Oct 2018 05:11:46 +0000 (13:11 +0800)]
Merge pull request #1139 from tchaikov/dashboard-pr-sudo
ceph-dashboard-pull-requests: fix permission denied error
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Kefu Chai [Sat, 29 Sep 2018 03:47:52 +0000 (11:47 +0800)]
ceph-dashboard-pull-requests: fix permission denied error
as stdout redirect is performed by the shell, and shell is launched by
the "jenkins" user, so permission denied is expected when we are trying
to create a file under /etc/yum.repos.d/. in that case, we'll have
following failure:
/tmp/jenkins8899238112048417478.sh: line 14:
/etc/yum.repos.d/google-chrome.repo: Permission denied
Build step 'Execute shell' marked build as failure
Signed-off-by: Kefu Chai <kchai@redhat.com>
Sébastien Han [Fri, 28 Sep 2018 13:12:04 +0000 (15:12 +0200)]
Merge pull request #1138 from ceph/guits-fix_ca_pr_syntax
ceph-ansible: don't check for capital letter in meta directories
Guillaume Abrioux [Fri, 28 Sep 2018 13:06:18 +0000 (15:06 +0200)]
ceph-ansible: don't check for capital letter in meta directories
it's expected to have capital letters in roles/*/meta/main.yml so let's
exclude this path in git_diff_to_head function.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Kefu Chai [Fri, 28 Sep 2018 09:45:33 +0000 (17:45 +0800)]
Merge pull request #1137 from tchaikov/wip-lang-none
scripts/build_utils.sh: add lang=none option to sources.list
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Kefu Chai [Fri, 28 Sep 2018 03:15:01 +0000 (11:15 +0800)]
scripts/build_utils.sh: add lang=none option to sources.list
some mirrors do not contains the package description translations. when
apt tries to download the packages descriptions, it fails like:
E: Failed to fetch
http://mirror.yandex.ru/mirrors/launchpad/ubuntu-toolchain-r/dists/xenial/main/i18n/Translation-en
404 Not Found [IP: 213.180.204.183 80]
E: Some index files failed to download. They have been ignored, or old
ones used instead.
for more info, see sources.list(5) and apt.conf(5). the default value
of "lang" is set by Acquire::Languages, which is in turn "en" and
"environment" by default. we need to override them with "none".
Fixes #1136
Signed-off-by: Kefu Chai <kchai@redhat.com>
Alfredo Deza [Thu, 27 Sep 2018 13:02:10 +0000 (09:02 -0400)]
Merge pull request #1135 from callithea/wip-ceph-dashboard-pull-requests-https
ceph-dashboard-pull-requests: switch to https for Chrome URLs
Laura Paduano [Wed, 26 Sep 2018 08:32:04 +0000 (10:32 +0200)]
ceph-dashboard-pull-requests: switch to https for Chrome URLs
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Alfredo Deza [Mon, 24 Sep 2018 17:46:16 +0000 (13:46 -0400)]
Merge pull request #1134 from callithea/wip-ceph-dashboard-pull-request-fix
ceph-dashboard-pull-requests: fix another permission denied issue
Laura Paduano [Mon, 24 Sep 2018 15:02:02 +0000 (17:02 +0200)]
ceph-dashboard-pull-requests: fix another permission denied issue
when using ``apt-key add``
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Alfredo Deza [Mon, 24 Sep 2018 11:35:44 +0000 (07:35 -0400)]
Merge pull request #1133 from callithea/wip-ceph-dashboard-pull-request-fix
ceph-dashboard-pull-requests: fix permission denied error
Laura Paduano [Mon, 24 Sep 2018 09:17:56 +0000 (11:17 +0200)]
ceph-dashboard-pull-requests: fix permission denied error
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Andrew Schoen [Fri, 21 Sep 2018 14:39:17 +0000 (09:39 -0500)]
Merge pull request #1132 from ceph/cv-nightly-additions
ceph-volume-nightly: add more branches to batch tests
Alfredo Deza [Fri, 21 Sep 2018 11:49:48 +0000 (07:49 -0400)]
ceph-volume-nightly: add more branches to batch tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 21 Sep 2018 12:38:04 +0000 (08:38 -0400)]
Merge pull request #1086 from callithea/wip-ceph-dashboard-pull-requests
ceph-dashboard-pull-requests: Jenkins job for ceph dashboard frontend (e2e) tests
Laura Paduano [Mon, 23 Jul 2018 08:50:08 +0000 (10:50 +0200)]
ceph-dashboard-pull-requests: added inital Jenkins job for dashboard frontend (e2e) tests
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Sage Weil [Thu, 20 Sep 2018 14:03:35 +0000 (09:03 -0500)]
Merge pull request #1131 from ceph/wip-debug-mutex
ceph-dev-[new-]setup/build/build: -DWITH_CEPH_DEBUG_MUTEX=ON for notcmalloc
Reviewed-by: Kefu Chai <kchai@redhat.com>