summaryrefslogtreecommitdiffstats
path: root/etc/doctor.sample.conf
blob: 6eeea3a5f2839b4624a6f37c0bf5b70a8d62937f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# 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

#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

#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

#profiler_type = poc

[installer]
#type = local
#ip = 127.0.0.1
#username = root

[monitor]
#type = sample

[inspector]
#type = sample
#ip = 127.0.0.1
#port = 12345
#update_neutron_port_dp_status = False

[consumer]
#type = sample
#ip = 127.0.0.1
#port = 12346