add the whole config opts in sample config
[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 [installer]
35 #type = local
36 #ip = 127.0.0.1
37 #username = root
38
39 [monitor]
40 #type = sample
41
42 [inspector]
43 #type = sample
44 #ip = 127.0.0.1
45 #port = 12345
46
47 [consumer]
48 #type = sample
49 #ip = 127.0.0.1
50 #port = 12346