add running profiler in python
[doctor.git] / etc / doctor.sample.conf
1 ##############################################################################
2 # Copyright (c) 2017 ZTE Corporation and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 [DEFAULT]
10 #image_name = cirros
11 #image_format = qcow2
12 #image_filename = cirros.img
13 #image_download_url = https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
14
15 #glance_version = 2
16 #nova_version = 2.34
17 #aodh_version = 2
18
19 #doctor_user = doctor
20 #doctor_passwd = doctor
21 #doctor_project = doctor
22 #doctor_role = _member_
23 #quota_instances = 1
24 #quota_cores = 1
25
26 #net_name = doctor_net
27 #net_cidr = 192.168.168.0/24
28 #flavor = m1.tiny
29 #instance_count = 1
30 #instance_basename = doctor_vm
31
32 #alarm_basename = doctor_alarm
33
34 #profiler_type = poc
35
36 [installer]
37 #type = local
38 #ip = 127.0.0.1
39 #username = root
40
41 [monitor]
42 #type = sample
43
44 [inspector]
45 #type = sample
46 #ip = 127.0.0.1
47 #port = 12345
48
49 [consumer]
50 #type = sample
51 #ip = 127.0.0.1
52 #port = 12346