~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to .pc/set_config_defaults.patch/etc/ironic/ironic.conf.sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Options defined in oslo.messaging
5
5
#
6
6
 
7
 
# Use durable queues in AMQP. (boolean value)
8
 
# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
9
 
#amqp_durable_queues=false
10
 
 
11
 
# Auto-delete queues in AMQP. (boolean value)
12
 
#amqp_auto_delete=false
13
 
 
14
 
# Size of RPC connection pool. (integer value)
15
 
#rpc_conn_pool_size=30
16
 
 
17
 
# Qpid broker hostname. (string value)
18
 
#qpid_hostname=localhost
19
 
 
20
 
# Qpid broker port. (integer value)
21
 
#qpid_port=5672
22
 
 
23
 
# Qpid HA cluster host:port pairs. (list value)
24
 
#qpid_hosts=$qpid_hostname:$qpid_port
25
 
 
26
 
# Username for Qpid connection. (string value)
27
 
#qpid_username=
28
 
 
29
 
# Password for Qpid connection. (string value)
30
 
#qpid_password=
31
 
 
32
 
# Space separated list of SASL mechanisms to use for auth.
33
 
# (string value)
34
 
#qpid_sasl_mechanisms=
35
 
 
36
 
# Seconds between connection keepalive heartbeats. (integer
37
 
# value)
38
 
#qpid_heartbeat=60
39
 
 
40
 
# Transport to use, either 'tcp' or 'ssl'. (string value)
41
 
#qpid_protocol=tcp
42
 
 
43
 
# Whether to disable the Nagle algorithm. (boolean value)
44
 
#qpid_tcp_nodelay=true
45
 
 
46
 
# The number of prefetched messages held by receiver. (integer
47
 
# value)
48
 
#qpid_receiver_capacity=1
49
 
 
50
 
# The qpid topology version to use.  Version 1 is what was
51
 
# originally used by impl_qpid.  Version 2 includes some
52
 
# backwards-incompatible changes that allow broker federation
53
 
# to work.  Users should update to version 2 when they are
54
 
# able to take everything down, as it requires a clean break.
55
 
# (integer value)
56
 
#qpid_topology_version=1
57
 
 
58
 
# SSL version to use (valid only if SSL enabled). Valid values
59
 
# are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may
60
 
# be available on some distributions. (string value)
61
 
#kombu_ssl_version=
62
 
 
63
 
# SSL key file (valid only if SSL enabled). (string value)
64
 
#kombu_ssl_keyfile=
65
 
 
66
 
# SSL cert file (valid only if SSL enabled). (string value)
67
 
#kombu_ssl_certfile=
68
 
 
69
 
# SSL certification authority file (valid only if SSL
70
 
# enabled). (string value)
71
 
#kombu_ssl_ca_certs=
72
 
 
73
 
# How long to wait before reconnecting in response to an AMQP
74
 
# consumer cancel notification. (floating point value)
75
 
#kombu_reconnect_delay=1.0
76
 
 
77
 
# The RabbitMQ broker address where a single node is used.
78
 
# (string value)
79
 
#rabbit_host=localhost
80
 
 
81
 
# The RabbitMQ broker port where a single node is used.
82
 
# (integer value)
83
 
#rabbit_port=5672
84
 
 
85
 
# RabbitMQ HA cluster host:port pairs. (list value)
86
 
#rabbit_hosts=$rabbit_host:$rabbit_port
87
 
 
88
 
# Connect over SSL for RabbitMQ. (boolean value)
89
 
#rabbit_use_ssl=false
90
 
 
91
 
# The RabbitMQ userid. (string value)
92
 
#rabbit_userid=guest
93
 
 
94
 
# The RabbitMQ password. (string value)
95
 
#rabbit_password=guest
96
 
 
97
 
# The RabbitMQ login method. (string value)
98
 
#rabbit_login_method=AMQPLAIN
99
 
 
100
 
# The RabbitMQ virtual host. (string value)
101
 
#rabbit_virtual_host=/
102
 
 
103
 
# How frequently to retry connecting with RabbitMQ. (integer
104
 
# value)
105
 
#rabbit_retry_interval=1
106
 
 
107
 
# How long to backoff for between retries when connecting to
108
 
# RabbitMQ. (integer value)
109
 
#rabbit_retry_backoff=2
110
 
 
111
 
# Maximum number of RabbitMQ connection retries. Default is 0
112
 
# (infinite retry count). (integer value)
113
 
#rabbit_max_retries=0
114
 
 
115
 
# Use HA queues in RabbitMQ (x-ha-policy: all). If you change
116
 
# this option, you must wipe the RabbitMQ database. (boolean
117
 
# value)
118
 
#rabbit_ha_queues=false
119
 
 
120
 
# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
121
 
# (boolean value)
122
 
#fake_rabbit=false
123
 
 
124
7
# ZeroMQ bind address. Should be a wildcard (*), an ethernet
125
8
# interface, or IP. The "host" option should point or resolve
126
9
# to this address. (string value)
191
74
#
192
75
 
193
76
# IP address of this host. (string value)
194
 
#my_ip=192.168.122.1
 
77
#my_ip=10.0.0.1
195
78
 
196
79
 
197
80
#
202
85
# (string value)
203
86
#auth_strategy=keystone
204
87
 
 
88
# Enable pecan debug mode. WARNING: this is insecure and
 
89
# should not be used in production. (boolean value)
 
90
#pecan_debug=false
 
91
 
205
92
 
206
93
#
207
94
# Options defined in ironic.common.driver_factory
266
153
# value)
267
154
#isolinux_config_template=$pybasedir/common/isolinux_config.template
268
155
 
 
156
# Template file for grub configuration file. (string value)
 
157
#grub_config_template=$pybasedir/common/grub_conf.template
 
158
 
269
159
 
270
160
#
271
161
# Options defined in ironic.common.paths
440
330
 
441
331
 
442
332
#
443
 
# Options defined in ironic.openstack.common.policy
 
333
# Options defined in ironic.openstack.common.versionutils
444
334
#
445
335
 
446
 
# The JSON file that defines policies. (string value)
447
 
#policy_file=policy.json
448
 
 
449
 
# Default rule. Enforced when a requested rule is not found.
450
 
# (string value)
451
 
#policy_default_rule=default
452
 
 
453
 
# Directories where policy configuration files are stored.
454
 
# They can be relative to any directory in the search path
455
 
# defined by the config_dir option, or absolute paths. The
456
 
# file defined by policy_file must exist for these directories
457
 
# to be searched. (multi valued)
458
 
#policy_dirs=policy.d
459
 
 
460
 
[keystone]
461
 
 
462
 
#The region used for getting endpoints of OpenStack services.
463
 
#region_name =
 
336
# Enables or disables fatal status of deprecations. (boolean
 
337
# value)
 
338
#fatal_deprecations=false
 
339
 
464
340
 
465
341
[agent]
466
342
 
478
354
# Neutron bootfile DHCP parameter. (string value)
479
355
#agent_pxe_bootfile_name=pxelinux.0
480
356
 
 
357
# Priority to run in-band erase devices via the Ironic Python
 
358
# Agent ramdisk. If unset, will use the priority set in the
 
359
# ramdisk (defaults to 10 for the GenericHardwareManager). If
 
360
# set to 0, will not run during cleaning. (integer value)
 
361
#agent_erase_devices_priority=<None>
 
362
 
 
363
 
 
364
#
 
365
# Options defined in ironic.drivers.modules.agent_base_vendor
 
366
#
 
367
 
481
368
# Maximum interval (in seconds) for agent heartbeats. (integer
482
369
# value)
483
370
#heartbeat_timeout=300
492
379
#agent_api_version=v1
493
380
 
494
381
 
 
382
[amt]
 
383
 
 
384
#
 
385
# Options defined in ironic.drivers.modules.amt.common
 
386
#
 
387
 
 
388
# Protocol used for AMT endpoint, support http/https (string
 
389
# value)
 
390
#protocol=http
 
391
 
 
392
 
 
393
#
 
394
# Options defined in ironic.drivers.modules.amt.power
 
395
#
 
396
 
 
397
# Maximum number of times to attempt an AMT operation, before
 
398
# failing (integer value)
 
399
#max_attempts=3
 
400
 
 
401
# Amount of time (in seconds) to wait, before retrying an AMT
 
402
# operation (integer value)
 
403
#action_wait=10
 
404
 
 
405
 
495
406
[api]
496
407
 
497
408
#
592
503
# when configdrive_use_swift is True. (string value)
593
504
#configdrive_swift_container=ironic_configdrive_container
594
505
 
 
506
# Timeout (seconds) for waiting for node inspection. 0 -
 
507
# unlimited. (integer value)
 
508
#inspect_timeout=1800
 
509
 
 
510
# Cleaning is a configurable set of steps, such as erasing
 
511
# disk drives, that are performed on the node to ensure it is
 
512
# in a baseline state and ready to be deployed to. This is
 
513
# done after instance deletion, and during the transition from
 
514
# a "managed" to "available" state. When enabled, the
 
515
# particular steps performed to clean a node depend on which
 
516
# driver that node is managed by; see the individual driver's
 
517
# documentation for details. NOTE: The introduction of the
 
518
# cleaning operation causes instance deletion to take
 
519
# significantly longer. While this provides a better and more
 
520
# secure user experience, it does impact the service behavior,
 
521
# and as such IS DISABLED BY DEFAULT until consuming services
 
522
# (eg, Nova) have been updated to accomodate the additional
 
523
# time for deletion. (boolean value)
 
524
#clean_nodes=false
 
525
 
595
526
 
596
527
[console]
597
528
 
710
641
# connection lost. (boolean value)
711
642
#use_db_reconnect=false
712
643
 
713
 
# Seconds between database connection retries. (integer value)
 
644
# Seconds between retries of a database transaction. (integer
 
645
# value)
714
646
#db_retry_interval=1
715
647
 
716
 
# If True, increases the interval between database connection
717
 
# retries up to db_max_retry_interval. (boolean value)
 
648
# If True, increases the interval between retries of a
 
649
# database operation up to db_max_retry_interval. (boolean
 
650
# value)
718
651
#db_inc_retry_interval=true
719
652
 
720
653
# If db_inc_retry_interval is set, the maximum seconds between
721
 
# database connection retries. (integer value)
 
654
# retries of a database operation. (integer value)
722
655
#db_max_retry_interval=10
723
656
 
724
 
# Maximum database connection retries before error is raised.
725
 
# Set to -1 to specify an infinite retry count. (integer
726
 
# value)
 
657
# Maximum retries in case of connection error or deadlock
 
658
# error before error is raised. Set to -1 to specify an
 
659
# infinite retry count. (integer value)
727
660
#db_max_retries=20
728
661
 
729
662
 
741
674
# Options defined in ironic.drivers.modules.deploy_utils
742
675
#
743
676
 
 
677
# Size of EFI system partition in MiB when configuring UEFI
 
678
# systems for local boot. (integer value)
 
679
#efi_system_partition_size=200
 
680
 
744
681
# Block size to use when writing to the nodes disk. (string
745
682
# value)
746
683
#dd_block_size=1M
761
698
#dhcp_provider=neutron
762
699
 
763
700
 
 
701
[discoverd]
 
702
 
 
703
#
 
704
# Options defined in ironic.drivers.modules.discoverd
 
705
#
 
706
 
 
707
# whether to enable inspection using ironic-discoverd (boolean
 
708
# value)
 
709
#enabled=false
 
710
 
 
711
# ironic-discoverd HTTP endpoint. If this is not set, the
 
712
# ironic-discoverd client default (http://127.0.0.1:5050) will
 
713
# be used. (string value)
 
714
#service_url=<None>
 
715
 
 
716
# period (in seconds) to check status of nodes on inspection
 
717
# (integer value)
 
718
#status_check_period=60
 
719
 
 
720
 
764
721
[disk_partitioner]
765
722
 
766
723
#
895
852
 
896
853
 
897
854
#
 
855
# Options defined in ironic.drivers.modules.ilo.deploy
 
856
#
 
857
 
 
858
# Priority for erase devices clean step. If unset, it defaults
 
859
# to 10. If set to 0, the step will be disabled and will not
 
860
# run during cleaning. (integer value)
 
861
#clean_priority_erase_devices=<None>
 
862
 
 
863
 
 
864
#
 
865
# Options defined in ironic.drivers.modules.ilo.management
 
866
#
 
867
 
 
868
# Priority for reset_ilo clean step. (integer value)
 
869
#clean_priority_reset_ilo=1
 
870
 
 
871
# Priority for reset_bios_to_default clean step. (integer
 
872
# value)
 
873
#clean_priority_reset_bios_to_default=10
 
874
 
 
875
# Priority for reset_secure_boot_keys clean step. This step
 
876
# will reset the secure boot keys to manufacturing  defaults.
 
877
# (integer value)
 
878
#clean_priority_reset_secure_boot_keys_to_default=20
 
879
 
 
880
# Priority for clear_secure_boot_keys clean step. This step is
 
881
# not enabled by default. It can be enabled to to clear all
 
882
# secure boot keys enrolled with iLO. (integer value)
 
883
#clean_priority_clear_secure_boot_keys=0
 
884
 
 
885
# Priority for reset_ilo_credential clean step. This step
 
886
# requires "ilo_change_password" parameter to be updated in
 
887
# nodes's driver_info with the new password. (integer value)
 
888
#clean_priority_reset_ilo_credential=30
 
889
 
 
890
 
 
891
#
898
892
# Options defined in ironic.drivers.modules.ilo.power
899
893
#
900
894
 
913
907
# Options defined in ironic.drivers.modules.ipminative
914
908
#
915
909
 
916
 
# Maximum time in seconds to retry IPMI operations. (integer
917
 
# value)
 
910
# Maximum time in seconds to retry IPMI operations. There is a
 
911
# tradeoff when setting this value. Setting this too low may
 
912
# cause older BMCs to crash and require a hard reset. However,
 
913
# setting too high can cause the sync power state periodic
 
914
# task to hang when there are slow or unresponsive BMCs.
 
915
# (integer value)
918
916
#retry_timeout=60
919
917
 
920
918
# Minimum time, in seconds, between IPMI operations sent to a
941
939
# Timeout (in seconds) for iRMC operations (integer value)
942
940
#client_timeout=60
943
941
 
 
942
# Sensor data retrieval method, either "ipmitool" or "scci"
 
943
# (string value)
 
944
#sensor_method=ipmitool
 
945
 
 
946
 
 
947
[keystone]
 
948
 
 
949
#
 
950
# Options defined in ironic.common.keystone
 
951
#
 
952
 
 
953
# The region used for getting endpoints of OpenStackservices.
 
954
# (string value)
 
955
#region_name=<None>
 
956
 
944
957
 
945
958
[keystone_authtoken]
946
959
 
1083
1096
# (list value)
1084
1097
#hash_algorithms=md5
1085
1098
 
 
1099
# Prefix to prepend at the beginning of the path. Deprecated,
 
1100
# use identity_uri. (string value)
 
1101
#auth_admin_prefix=
 
1102
 
 
1103
# Host providing the admin Identity API endpoint. Deprecated,
 
1104
# use identity_uri. (string value)
 
1105
#auth_host=127.0.0.1
 
1106
 
 
1107
# Port of the admin Identity API endpoint. Deprecated, use
 
1108
# identity_uri. (integer value)
 
1109
#auth_port=35357
 
1110
 
 
1111
# Protocol of the admin Identity API endpoint (http or https).
 
1112
# Deprecated, use identity_uri. (string value)
 
1113
#auth_protocol=https
 
1114
 
 
1115
# Complete admin Identity API endpoint. This should specify
 
1116
# the unversioned root endpoint e.g. https://localhost:35357/
 
1117
# (string value)
 
1118
#identity_uri=<None>
 
1119
 
 
1120
# This option is deprecated and may be removed in a future
 
1121
# release. Single shared secret with the Keystone
 
1122
# configuration used for bootstrapping a Keystone
 
1123
# installation, or otherwise bypassing the normal
 
1124
# authentication process. This option should not be used, use
 
1125
# `admin_user` and `admin_password` instead. (string value)
 
1126
#admin_token=<None>
 
1127
 
 
1128
# Service username. (string value)
 
1129
#admin_user=<None>
 
1130
 
 
1131
# Service user password. (string value)
 
1132
#admin_password=<None>
 
1133
 
 
1134
# Service tenant name. (string value)
 
1135
#admin_tenant_name=admin
 
1136
 
1086
1137
 
1087
1138
[matchmaker_redis]
1088
1139
 
1135
1186
# (string value)
1136
1187
#auth_strategy=keystone
1137
1188
 
 
1189
# UUID of the network to create Neutron ports on when booting
 
1190
# to a ramdisk for cleaning/zapping using Neutron DHCP (string
 
1191
# value)
 
1192
#cleaning_network_uuid=<None>
 
1193
 
1138
1194
 
1139
1195
[oslo_messaging_amqp]
1140
1196
 
1184
1240
#allow_insecure_clients=false
1185
1241
 
1186
1242
 
 
1243
[oslo_messaging_qpid]
 
1244
 
 
1245
#
 
1246
# Options defined in oslo.messaging
 
1247
#
 
1248
 
 
1249
# Use durable queues in AMQP. (boolean value)
 
1250
# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
 
1251
#amqp_durable_queues=false
 
1252
 
 
1253
# Auto-delete queues in AMQP. (boolean value)
 
1254
#amqp_auto_delete=false
 
1255
 
 
1256
# Size of RPC connection pool. (integer value)
 
1257
#rpc_conn_pool_size=30
 
1258
 
 
1259
# Qpid broker hostname. (string value)
 
1260
#qpid_hostname=localhost
 
1261
 
 
1262
# Qpid broker port. (integer value)
 
1263
#qpid_port=5672
 
1264
 
 
1265
# Qpid HA cluster host:port pairs. (list value)
 
1266
#qpid_hosts=$qpid_hostname:$qpid_port
 
1267
 
 
1268
# Username for Qpid connection. (string value)
 
1269
#qpid_username=
 
1270
 
 
1271
# Password for Qpid connection. (string value)
 
1272
#qpid_password=
 
1273
 
 
1274
# Space separated list of SASL mechanisms to use for auth.
 
1275
# (string value)
 
1276
#qpid_sasl_mechanisms=
 
1277
 
 
1278
# Seconds between connection keepalive heartbeats. (integer
 
1279
# value)
 
1280
#qpid_heartbeat=60
 
1281
 
 
1282
# Transport to use, either 'tcp' or 'ssl'. (string value)
 
1283
#qpid_protocol=tcp
 
1284
 
 
1285
# Whether to disable the Nagle algorithm. (boolean value)
 
1286
#qpid_tcp_nodelay=true
 
1287
 
 
1288
# The number of prefetched messages held by receiver. (integer
 
1289
# value)
 
1290
#qpid_receiver_capacity=1
 
1291
 
 
1292
# The qpid topology version to use.  Version 1 is what was
 
1293
# originally used by impl_qpid.  Version 2 includes some
 
1294
# backwards-incompatible changes that allow broker federation
 
1295
# to work.  Users should update to version 2 when they are
 
1296
# able to take everything down, as it requires a clean break.
 
1297
# (integer value)
 
1298
#qpid_topology_version=1
 
1299
 
 
1300
 
 
1301
[oslo_messaging_rabbit]
 
1302
 
 
1303
#
 
1304
# Options defined in oslo.messaging
 
1305
#
 
1306
 
 
1307
# Use durable queues in AMQP. (boolean value)
 
1308
# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
 
1309
#amqp_durable_queues=false
 
1310
 
 
1311
# Auto-delete queues in AMQP. (boolean value)
 
1312
#amqp_auto_delete=false
 
1313
 
 
1314
# Size of RPC connection pool. (integer value)
 
1315
#rpc_conn_pool_size=30
 
1316
 
 
1317
# SSL version to use (valid only if SSL enabled). Valid values
 
1318
# are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may
 
1319
# be available on some distributions. (string value)
 
1320
#kombu_ssl_version=
 
1321
 
 
1322
# SSL key file (valid only if SSL enabled). (string value)
 
1323
#kombu_ssl_keyfile=
 
1324
 
 
1325
# SSL cert file (valid only if SSL enabled). (string value)
 
1326
#kombu_ssl_certfile=
 
1327
 
 
1328
# SSL certification authority file (valid only if SSL
 
1329
# enabled). (string value)
 
1330
#kombu_ssl_ca_certs=
 
1331
 
 
1332
# How long to wait before reconnecting in response to an AMQP
 
1333
# consumer cancel notification. (floating point value)
 
1334
#kombu_reconnect_delay=1.0
 
1335
 
 
1336
# The RabbitMQ broker address where a single node is used.
 
1337
# (string value)
 
1338
#rabbit_host=localhost
 
1339
 
 
1340
# The RabbitMQ broker port where a single node is used.
 
1341
# (integer value)
 
1342
#rabbit_port=5672
 
1343
 
 
1344
# RabbitMQ HA cluster host:port pairs. (list value)
 
1345
#rabbit_hosts=$rabbit_host:$rabbit_port
 
1346
 
 
1347
# Connect over SSL for RabbitMQ. (boolean value)
 
1348
#rabbit_use_ssl=false
 
1349
 
 
1350
# The RabbitMQ userid. (string value)
 
1351
#rabbit_userid=guest
 
1352
 
 
1353
# The RabbitMQ password. (string value)
 
1354
#rabbit_password=guest
 
1355
 
 
1356
# The RabbitMQ login method. (string value)
 
1357
#rabbit_login_method=AMQPLAIN
 
1358
 
 
1359
# The RabbitMQ virtual host. (string value)
 
1360
#rabbit_virtual_host=/
 
1361
 
 
1362
# How frequently to retry connecting with RabbitMQ. (integer
 
1363
# value)
 
1364
#rabbit_retry_interval=1
 
1365
 
 
1366
# How long to backoff for between retries when connecting to
 
1367
# RabbitMQ. (integer value)
 
1368
#rabbit_retry_backoff=2
 
1369
 
 
1370
# Maximum number of RabbitMQ connection retries. Default is 0
 
1371
# (infinite retry count). (integer value)
 
1372
#rabbit_max_retries=0
 
1373
 
 
1374
# Use HA queues in RabbitMQ (x-ha-policy: all). If you change
 
1375
# this option, you must wipe the RabbitMQ database. (boolean
 
1376
# value)
 
1377
#rabbit_ha_queues=false
 
1378
 
 
1379
# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
 
1380
# (boolean value)
 
1381
#fake_rabbit=false
 
1382
 
 
1383
 
1187
1384
[pxe]
1188
1385
 
1189
1386
#
1306
1503
#swift_max_retries=2
1307
1504
 
1308
1505
 
 
1506
[virtualbox]
 
1507
 
 
1508
#
 
1509
# Options defined in ironic.drivers.modules.virtualbox
 
1510
#
 
1511
 
 
1512
# Port on which VirtualBox web service is listening. (integer
 
1513
# value)
 
1514
#port=18083
 
1515
 
 
1516