]>
git.apps.os.sepia.ceph.com Git - teuthology.git/log
Kefu Chai [Wed, 28 Jun 2017 14:44:56 +0000 (22:44 +0800)]
task/install: should pass `node` as `config` to get_upgrade_version()
Signed-off-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler [Wed, 28 Jun 2017 09:22:49 +0000 (11:22 +0200)]
Merge pull request #1086 from smithfarm/wip-20392
Drop swift.py task
Reviewed-by: Zack Cerza <zack@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Zack Cerza [Tue, 27 Jun 2017 21:22:14 +0000 (15:22 -0600)]
Merge pull request #1087 from smithfarm/wip-16521-rebase
Pre-upgrade sanity check
Nathan Cutler [Tue, 27 Jun 2017 21:09:43 +0000 (23:09 +0200)]
install: s/_get_gitbuilder_project/_get_gitbuilder_project/g
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Jan Fajerski [Wed, 25 Jan 2017 10:47:56 +0000 (11:47 +0100)]
test_upgrade_common: add mock for get_package_version
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Nathan Cutler [Wed, 29 Jun 2016 23:19:54 +0000 (01:19 +0200)]
install._upgrade_is_downgrade unit test
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler [Wed, 29 Jun 2016 08:04:16 +0000 (10:04 +0200)]
install.upgrade: implement pre-upgrade sanity check
Add a pre-upgrade sanity check to the install.upgrade task. This sanity check:
1. determines the version of Ceph installed on the remote ("installed_version")
2. determines the version of Ceph in the target gitbuilder repo
("upgrade_version")
3. if "installed_version" is greater than "upgrade_version", fail immediately
Since the upgrade itself cannot succeed if upgrade_version < installed_version,
it's better to fail before attempting the upgrade.
Before this patch, we were failing in the verify_package_version() sanity check
which is run after attempting (and failing) to upgrade the packages.
Fixes: http://tracker.ceph.com/issues/16521
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Nathan Cutler [Sun, 25 Jun 2017 06:51:19 +0000 (08:51 +0200)]
Drop swift.py task
Complete the move of This task into ceph/ceph.git
Fixes: http://tracker.ceph.com/issues/20392
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Zack Cerza [Mon, 26 Jun 2017 16:12:11 +0000 (10:12 -0600)]
Merge pull request #1084 from tchaikov/wip-20171
task/internal/syslog: blacklist log from ceph-create-keys
Zack Cerza [Thu, 22 Jun 2017 21:27:00 +0000 (15:27 -0600)]
Merge pull request #1083 from ceph/wip-ansible-purge
purge cluster during teardown
Zack Cerza [Thu, 22 Jun 2017 17:44:46 +0000 (11:44 -0600)]
Merge pull request #1070 from ceph/wip-ansible-mgr
[tasks/ansible] Add support for mgr role
Vasu Kulkarni [Wed, 21 Jun 2017 18:18:27 +0000 (11:18 -0700)]
purge cluster during teardown
It achieves 2 things
a) tests out purge-cluster and iron out any issues as we find them
b) can make ceph-ansible tests run on any nodes in lab (smithi, mira etc)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni [Tue, 20 Jun 2017 20:49:15 +0000 (13:49 -0700)]
run gather facts at the start
since we are using custom playbook inside task, we need
to run gather facts before other playbooks are run.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Kefu Chai [Thu, 22 Jun 2017 05:28:49 +0000 (13:28 +0800)]
task/internal/syslog: blacklist log from ceph-create-keys
the log format of ceph-create-keys is "$level:$name:$message"
Fixes: http://tracker.ceph.com/issues/20171
Signed-off-by: Kefu Chai <kchai@redhat.com>
Vasu Kulkarni [Thu, 27 Apr 2017 18:19:02 +0000 (11:19 -0700)]
Add support for mgr role
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni [Wed, 14 Jun 2017 22:36:17 +0000 (15:36 -0700)]
remove any stale /var/run/ceph
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Thu, 15 Jun 2017 17:34:31 +0000 (11:34 -0600)]
Merge pull request #1082 from ceph/wip-stale-improve
remove any stale /var/run/ceph
Vasu Kulkarni [Wed, 14 Jun 2017 22:36:17 +0000 (15:36 -0700)]
remove any stale /var/run/ceph
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Wed, 14 Jun 2017 22:06:00 +0000 (16:06 -0600)]
Merge pull request #1081 from ceph/wip-ansible-deb
[tasks/ceph-ansible]: Add debug output for ceph-ansible runs
Vasu Kulkarni [Wed, 14 Jun 2017 20:58:57 +0000 (13:58 -0700)]
Add debug output for ceph-ansible runs
As requested by Andrew and Alfredo to debug failed ansible jobs
properly
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Ilya Dryomov [Mon, 12 Jun 2017 08:07:13 +0000 (10:07 +0200)]
Merge pull request #1079 from ceph/wip-kernel-usage
suite: update usage for -k
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
Ilya Dryomov [Thu, 8 Jun 2017 10:15:24 +0000 (12:15 +0200)]
suite: update usage for -k
-k defaults to distro since
e1f5a3a76971 ("use distro kernel as default
for all tests").
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Zack Cerza [Wed, 7 Jun 2017 20:09:30 +0000 (14:09 -0600)]
Merge pull request #1078 from ceph/wip-distro-kernel-as-default
scripts/suite.py: use distro kernel as default for all tests
Vasu Kulkarni [Wed, 7 Jun 2017 02:59:02 +0000 (19:59 -0700)]
use distro kernel as default for all tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Fri, 26 May 2017 21:07:16 +0000 (15:07 -0600)]
Merge pull request #1075 from ceph/wip-syslog-fix
task/internal/syslog: make kern.log and misc.log world-writable
Ilya Dryomov [Fri, 26 May 2017 19:37:52 +0000 (21:37 +0200)]
task/internal/syslog: make kern.log and misc.log world-writable
kern.log and misc.log weren't getting written to on ubuntu machines.
On centos chcon is saving the day.
Fixes: http://tracker.ceph.com/issues/16835
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
vasukulkarni [Thu, 18 May 2017 17:23:08 +0000 (10:23 -0700)]
Merge pull request #1069 from ceph/wip-nose-for-rgw-multi
rgw: add nose dependency for rgw_multisite_tests task
Casey Bodley [Mon, 24 Apr 2017 19:34:13 +0000 (15:34 -0400)]
rgw: add nose dependency for rgw_multisite_tests task
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Zack Cerza [Tue, 9 May 2017 15:39:27 +0000 (09:39 -0600)]
Merge pull request #1071 from ceph/wip-19859
Update default Ubuntu version to 16.04
Zack Cerza [Thu, 4 May 2017 21:14:58 +0000 (15:14 -0600)]
Update default Ubuntu version to 16.04
Signed-off-by: Zack Cerza <zack@redhat.com>
Sage Weil [Thu, 27 Apr 2017 14:43:53 +0000 (09:43 -0500)]
Merge pull request #1068 from tchaikov/wip-python-in-ceph-mgr
valgrind: suppression for python embedded in ceph-mgr
Kefu Chai [Wed, 26 Apr 2017 09:58:23 +0000 (17:58 +0800)]
valgrind: suppression for python embedded in ceph-mgr
Signed-off-by: Kefu Chai <kchai@redhat.com>
Zack Cerza [Wed, 26 Apr 2017 21:39:54 +0000 (15:39 -0600)]
Merge pull request #1067 from ceph/wip-change-order
[task/internal]: run the redhat internal task after ansible.cephlab task
Sage Weil [Thu, 20 Apr 2017 20:49:37 +0000 (15:49 -0500)]
Merge pull request #1066 from ceph/wip-full-sequential-finally
task/full_sequential_finally: run commands on unwind/cleanup
Vasu Kulkarni [Thu, 20 Apr 2017 18:08:49 +0000 (11:08 -0700)]
change the order when redhat internal task is run
ceph-ansible task is modifying some of the repo's set earlier
and affecting cdn runs, change the order to run it after ansible
task is run.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Thu, 20 Apr 2017 20:22:34 +0000 (13:22 -0700)]
Merge pull request #1065 from ceph/wip-teuth-rgw
ceph_ansible: Add the missing rgw role
Sage Weil [Thu, 20 Apr 2017 20:22:09 +0000 (16:22 -0400)]
task/full_sequential_finally: run commands on unwind/cleanup
Signed-off-by: Sage Weil <sage@redhat.com>
Vasu Kulkarni [Tue, 18 Apr 2017 22:12:37 +0000 (15:12 -0700)]
Add the missing rgw role
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Tue, 18 Apr 2017 15:46:35 +0000 (09:46 -0600)]
Merge pull request #1060 from ceph/wip-use-sudo-health
Add option to use sudo to check ceph health when required
Dan Mick [Tue, 18 Apr 2017 00:25:36 +0000 (17:25 -0700)]
Merge pull request #1064 from ceph/wip-fix-pip
Fixes related to pip-tools
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Tue, 18 Apr 2017 00:19:55 +0000 (18:19 -0600)]
Run 'python setup.py develop' in bootstrap
Our old wonky requirements.txt used to magically do this for us, but no
longer.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Tue, 18 Apr 2017 00:19:27 +0000 (18:19 -0600)]
Don't use pip-sync
It was removing pkg-resources, which breaks 'python setup.py develop'
Signed-off-by: Zack Cerza <zack@redhat.com>
Dan Mick [Mon, 17 Apr 2017 23:34:15 +0000 (16:34 -0700)]
Merge pull request #1063 from ceph/wip-pip-tools
Use pip-tools to manage dependencies
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Mon, 17 Apr 2017 21:24:39 +0000 (15:24 -0600)]
Use pip-tools to manage dependencies
After yet another instance of pip failing to resolve dependencies, I
think it's time to pin everything. The pip-tools utilities provide a
simple way to pin libraries and update them when necessary.
Signed-off-by: Zack Cerza <zack@redhat.com>
Sage Weil [Mon, 17 Apr 2017 13:43:13 +0000 (08:43 -0500)]
Merge pull request #1062 from tchaikov/wip-19631
ceph.conf: adjust "mon reweight min *" for mgr also
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai [Mon, 17 Apr 2017 06:50:20 +0000 (14:50 +0800)]
ceph.conf: adjust "mon reweight min *" for mgr also
Fixes: http://tracker.ceph.com/issues/19631
Signed-off-by: Kefu Chai <kchai@redhat.com>
Vasu Kulkarni [Tue, 11 Apr 2017 20:34:13 +0000 (13:34 -0700)]
Add option to use sudo to check ceph health when required
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Dan Mick [Wed, 12 Apr 2017 17:06:39 +0000 (10:06 -0700)]
Merge pull request #1061 from ceph/wip-fix-checkstatus
check_status(): No-op if there's no proc object
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Wed, 12 Apr 2017 15:35:40 +0000 (09:35 -0600)]
check_status(): No-op if there's no proc object
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Tue, 11 Apr 2017 18:29:43 +0000 (12:29 -0600)]
Merge pull request #1049 from SUSE/misc-add-usecase
misc: add flexibility to delete_ and move_file
Dan Mick [Mon, 10 Apr 2017 17:55:32 +0000 (10:55 -0700)]
Merge pull request #1059 from ceph/wip-daemon-failure
If we're going to fail, fail sooner
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Fri, 31 Mar 2017 21:41:59 +0000 (15:41 -0600)]
parallel: Let exceptions interrupt other greenlets
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Fri, 31 Mar 2017 20:34:01 +0000 (14:34 -0600)]
misc.wait_until_osds_up(): Check for daemon death
Signed-off-by: Zack Cerza <zack@redhat.com>
Dan Mick [Thu, 30 Mar 2017 22:35:32 +0000 (15:35 -0700)]
Merge pull request #1057 from ceph/wip-exception-logging
Improve exception logging
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick [Thu, 30 Mar 2017 22:30:37 +0000 (15:30 -0700)]
Merge pull request #1056 from ceph/wip-daemon-failure
Provide a way for jobs to detect daemon failure
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Thu, 30 Mar 2017 21:31:04 +0000 (15:31 -0600)]
Merge pull request #1054 from ceph/wip-19425-wusui
Add missing run.Raw() to ceph_ansible.py
Zack Cerza [Thu, 30 Mar 2017 21:30:23 +0000 (15:30 -0600)]
Merge pull request #1055 from tchaikov/wip-workunit-to-use-suite-branch
suite: use "suite_branch" for workunit if avaiable
Zack Cerza [Fri, 24 Mar 2017 18:33:36 +0000 (12:33 -0600)]
Patch gevent.Hub.handle_error
So we don't miss out on any fun exceptions!
Lifted from:
https://github.com/ceph/calamari/commit/
7edc4cfc7159175a552222700810dc943a0ca8ce
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Fri, 24 Mar 2017 18:32:33 +0000 (12:32 -0600)]
Consolidate sys.excepthook replacements
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Wed, 29 Mar 2017 19:38:37 +0000 (13:38 -0600)]
DaemonState: Catch CommandFailedError during stop
So that job teardown isn't hindered.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Fri, 10 Mar 2017 23:32:00 +0000 (16:32 -0700)]
DaemonState: Add check_status()
So far, this just wraps self.proc.poll(). It's intended to provide a way
for tasks to know if their daemons are even running.
Signed-off-by: Zack Cerza <zack@redhat.com>
Kefu Chai [Thu, 30 Mar 2017 12:40:28 +0000 (20:40 +0800)]
suite: use "suite_branch" for workunit if avaiable
"git clone" allows us to clone a single branch, but not a sha1, so
prefer "branch" if it's available.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Warren Usui [Wed, 29 Mar 2017 23:32:34 +0000 (23:32 +0000)]
Add missing run.Raw() to ceph_ansible.py
Fixes issue: #19425
Signed-off-by: Warren Usui <wusui@redhat.com>
Zack Cerza [Thu, 23 Mar 2017 18:14:17 +0000 (12:14 -0600)]
Merge pull request #1053 from ceph/wip-ovh-destroy
cloud.openstack: Destroy multiple nodes
Zack Cerza [Wed, 22 Mar 2017 16:33:33 +0000 (10:33 -0600)]
cloud.openstack: Destroy multiple nodes
In the very rare case where more than one node exists with the same name
(this can happen in case of an outage), destroy all nodes that match
instead of failing altogether.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Wed, 22 Mar 2017 16:28:25 +0000 (10:28 -0600)]
cloud.openstack: Split out node-finding
... into its own method.
Signed-off-by: Zack Cerza <zack@redhat.com>
Sage Weil [Tue, 21 Mar 2017 19:45:39 +0000 (14:45 -0500)]
Merge pull request #1052 from ceph/wip-mgr
ceph.conf: debug mgr by default
Sage Weil [Tue, 21 Mar 2017 19:44:27 +0000 (14:44 -0500)]
ceph.conf: debug mgr by default
Signed-off-by: Sage Weil <sage@redhat.com>
Zack Cerza [Tue, 21 Mar 2017 17:12:15 +0000 (11:12 -0600)]
Merge pull request #1007 from ceph/wip-rh-internal-task
Add redhat internal tasks that setup repo
Jan Fajerski [Thu, 16 Mar 2017 13:21:31 +0000 (14:21 +0100)]
misc: add flexibility and move_file
Add preserve_perms argument to move_file to make the preservation of
permissions optional. This makes move_file usable if the target
file does not yet exist.
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Vasu Kulkarni [Mon, 20 Mar 2017 16:55:19 +0000 (09:55 -0700)]
run redhat internal tasks based on config item
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni [Mon, 20 Mar 2017 16:52:33 +0000 (09:52 -0700)]
Always run tests with latest kernel on RHEL
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni [Mon, 20 Mar 2017 16:48:10 +0000 (09:48 -0700)]
Add redhat internal task to setup repos
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Zack Cerza [Fri, 17 Mar 2017 20:00:48 +0000 (14:00 -0600)]
Merge pull request #1047 from ceph/wip-daemon-register
orchestra/daemon: separate register_daemon from add_daemon
Sage Weil [Fri, 17 Mar 2017 19:46:22 +0000 (15:46 -0400)]
orchestra/daemon: separate register_daemon from add_daemon
The former registers without starting; the latter does both (as before).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Fri, 17 Mar 2017 18:59:39 +0000 (13:59 -0500)]
Merge pull request #1050 from ceph/wip-pg-remap
ceph.conf: mon osd allow pg remap = true
Sage Weil [Fri, 17 Mar 2017 18:58:50 +0000 (14:58 -0400)]
ceph.conf: mon osd allow pg remap = true
Signed-off-by: Sage Weil <sage@redhat.com>
Dan Mick [Thu, 16 Mar 2017 17:39:53 +0000 (10:39 -0700)]
Merge pull request #1045 from ceph/wip-daemon
Fix a couple bugs re: remote daemon execution
Reviewed-by: Dan Mick <dmick@redhat.com>
David Galloway [Thu, 16 Mar 2017 00:19:44 +0000 (20:19 -0400)]
Merge pull request #1048 from dmick/master
setup.py: disallow requests 2.13.0
Dan Mick [Thu, 16 Mar 2017 00:01:03 +0000 (17:01 -0700)]
setup.py: disallow requests 2.13.0
python-cinderclient and/or keystoneauth1 apparently don't want
requests 2.13.0, so make it illegal for now
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Zack Cerza [Fri, 10 Mar 2017 23:14:30 +0000 (16:14 -0700)]
orchestra.run: More consistently notice failures
check_status=True in combination with wait=False resulted in
CommandFailedError never being raised if poll() was used instead of
wait(). Fix that.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Fri, 10 Mar 2017 16:41:46 +0000 (09:41 -0700)]
orchestra.run: Notice when short-lived procs exit
If a command exits immediately, there is a race between greenlet
completion (which flushes the ChannelFile buffers) and the call to
exit_status_ready(). Waiting for 0.1s on the greenlets removes the race
condition.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Thu, 9 Mar 2017 22:27:31 +0000 (15:27 -0700)]
orchestra.run: Fix bug in RemoteProcess.finished
Previously, if wait() had not been called, we didn't have the returncode
attribute set. Set it from within the finished property if it isn't
already.
Signed-off-by: Zack Cerza <zack@redhat.com>
Dan Mick [Wed, 8 Mar 2017 23:02:59 +0000 (15:02 -0800)]
Merge pull request #1044 from ceph/wip-vps-docs
docs: Update libvirt conf to match current vps_hosts list
Reviewed-by: Dan Mick <dmick@redhat.com>
David Galloway [Wed, 8 Mar 2017 20:07:41 +0000 (15:07 -0500)]
docs: Update libvirt conf to match current vps_hosts list
Signed-off-by: David Galloway <dgallowa@redhat.com>
Zack Cerza [Tue, 7 Mar 2017 16:50:26 +0000 (09:50 -0700)]
Merge pull request #1043 from ceph/wip-fix-1041
provision.downburst: Fix a bug in PR #1041
Zack Cerza [Tue, 7 Mar 2017 16:18:56 +0000 (09:18 -0700)]
provision.downburst: Fix a bug in PR #1041
Looks like an argument was dropped to a string format().
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Tue, 7 Mar 2017 00:57:30 +0000 (17:57 -0700)]
Merge pull request #1042 from dmick/wip-downburst-logging
provision: ctx does not always have 'config' attribute
Dan Mick [Tue, 7 Mar 2017 00:14:30 +0000 (16:14 -0800)]
provision: ctx does not always have 'config' attribute
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Zack Cerza [Tue, 7 Mar 2017 00:05:22 +0000 (17:05 -0700)]
Merge pull request #1041 from dmick/wip-downburst-logging
Invoke downburst with logging
Dan Mick [Mon, 6 Mar 2017 23:41:36 +0000 (15:41 -0800)]
downburst: always log output and error, check returncode for failure
The more info the better; always log everything about the downburst
execution to the teuthology log. Check for command failure by
checking for returncode != 0 rather than "presence of stderr", since
logging always happens to stderr.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Mon, 6 Mar 2017 23:40:05 +0000 (15:40 -0800)]
provision: invoke downburst with -v and --logfile
Verbose output isn't verbose enough to matter, and can be helpful
tracking down weirdness. Also, log to private file in case
downburst hangs mid-operation, to avoid having to do any
select() madness in teuthology.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Mon, 6 Mar 2017 21:43:12 +0000 (13:43 -0800)]
Merge pull request #1040 from ceph/wip-downburst-unlock
provision.downburst: Tweak destroy return code
Reviewed-by: Dan Mick <dmick@redhat.com>
Zack Cerza [Mon, 6 Mar 2017 19:35:27 +0000 (19:35 +0000)]
provision.downburst: Tweak destroy return code
Specifically, if the instance doesn't even exist, consider the destroy
op to have succeeded.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza [Mon, 6 Mar 2017 16:19:28 +0000 (09:19 -0700)]
Merge pull request #1035 from ceph/wip-f25
bootstrap: Update required package names for Fedora 25
Zack Cerza [Fri, 3 Mar 2017 21:38:21 +0000 (14:38 -0700)]
Merge pull request #1039 from dmick/wip-clock
Include missing pieces from ntpd clock task change
Dan Mick [Mon, 30 Jan 2017 21:25:57 +0000 (13:25 -0800)]
ntpdc is deprecated; use ntpq (in the ntp package everywhere)
See https://www.eecis.udel.edu/~mills/ntp/html/ntpdc.html
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Fri, 13 Jan 2017 22:49:05 +0000 (14:49 -0800)]
clock: handle different service names
Restarting ntpd involves two different service names (thanks
again, distro maintainers, much appreciated)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Zack Cerza [Fri, 3 Mar 2017 18:10:46 +0000 (11:10 -0700)]
Merge pull request #1038 from tchaikov/wip-yaml-with-repo
docs/detailed_test_config.rst: fix the sample yaml
Kefu Chai [Fri, 3 Mar 2017 10:54:22 +0000 (18:54 +0800)]
docs/detailed_test_config.rst: fix the sample yaml
so it is able to work with latest teuthology
Signed-off-by: Kefu Chai <kchai@redhat.com>