From 570ae5e3708f1b4bb3c8132697bed0ae7ef500f7 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 14 Aug 2017 15:14:16 +0800 Subject: add the whole config opts in sample config comment the monitor opts, as all the tests will be runned with collected monitor Change-Id: Ie63b74f69b9452de31e85d9cc8ec0d49127ebc06 Signed-off-by: dongwenjuan --- etc/doctor.sample.conf | 49 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 13 deletions(-) diff --git a/etc/doctor.sample.conf b/etc/doctor.sample.conf index 2b243943..52d78d6b 100644 --- a/etc/doctor.sample.conf +++ b/etc/doctor.sample.conf @@ -7,21 +7,44 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## [DEFAULT] -image_name = cirros -image_format = qcow2 -image_filename = cirros.img -image_download_url = https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img +#image_name = cirros +#image_format = qcow2 +#image_filename = cirros.img +#image_download_url = https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img -glance_version = 2 -nova_version = 2.34 +#glance_version = 2 +#nova_version = 2.34 +#aodh_version = 2 -doctor_user = doctor -doctor_passwd = doctor -doctor_project = doctor -doctor_role = _member_ -quota_instances = 1 -quota_cores = 1 +#doctor_user = doctor +#doctor_passwd = doctor +#doctor_project = doctor +#doctor_role = _member_ +#quota_instances = 1 +#quota_cores = 1 + +#net_name = doctor_net +#net_cidr = 192.168.168.0/24 +#flavor = m1.tiny +#instance_count = 1 +#instance_basename = doctor_vm + +#alarm_basename = doctor_alarm + +[installer] +#type = local +#ip = 127.0.0.1 +#username = root [monitor] -type=collectd +#type = sample + +[inspector] +#type = sample +#ip = 127.0.0.1 +#port = 12345 +[consumer] +#type = sample +#ip = 127.0.0.1 +#port = 12346 -- cgit 1.2.3-korg