config/dcmgr.conf.example in wakame-vdc-dcmgr-10.12.0 vs config/dcmgr.conf.example in wakame-vdc-dcmgr-11.06.0

- old
+ new

@@ -1,14 +1,26 @@ #------------------------ # Configuration file for dcmgr, metadata and collector. #------------------------ # Database connection string -database_url 'mysql://localhost/dcmgr?user=root' +database_url 'mysql://localhost/wakame_dcmgr?user=root' # AMQP broker to be connected. -amqp_server_uri 'amqp://192.168.2.25/' +amqp_server_uri 'amqp://localhost/' -# UUID for shared host pool. -default_shared_host_pool 'tag-xxxxxxxx' +# UUID for shared host pool or group. +default_shared_host_pool 'tag-shhost' -# UUID for shared network pool. -default_shared_network_pool 'tag-xxxxxxxx' +# UUID for shared network pool or group. +default_shared_network_pool 'tag-shnet' + +# UUID for shared storage pool or group. +default_shared_storage_pool 'tag-shstor' + +# system wide limit size in MB for creating new volume. +# (not affect at cloning from snapshot) +create_volume_max_size 3000 +create_volume_min_size 10 + +# Default account quota limit +account_instance_total_weight 100.0 +account_volume_total_size 100000 # 100GB