wakame-vdc-dcmgr 10.11.0 → 10.12.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 10
7
- - 11
7
+ - 12
8
8
  - 0
9
- version: 10.11.0
9
+ version: 10.12.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - axsh Ltd.
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-19 00:00:00 +09:00
17
+ date: 2010-12-24 00:00:00 +09:00
18
18
  default_executable: collector
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -246,8 +246,10 @@ files:
246
246
  - lib/sinatra/url_for.rb
247
247
  - lib/dcmgr/web/base.rb
248
248
  - lib/dcmgr/logger.rb
249
+ - lib/dcmgr/helpers/cli_helper.rb
249
250
  - lib/dcmgr/scheduler/find_random.rb
250
251
  - lib/dcmgr/scheduler/find_last.rb
252
+ - lib/dcmgr/node_modules/instance_ha.rb
251
253
  - lib/dcmgr/node_modules/sta_collector.rb
252
254
  - lib/dcmgr/node_modules/hva_collector.rb
253
255
  - lib/dcmgr/endpoints/errors.rb
@@ -262,16 +264,20 @@ files:
262
264
  - lib/dcmgr/models/instance_nic.rb
263
265
  - lib/dcmgr/models/image.rb
264
266
  - lib/dcmgr/models/base.rb
267
+ - lib/dcmgr/models/mac_lease.rb
268
+ - lib/dcmgr/models/hostname_lease.rb
265
269
  - lib/dcmgr/models/volume_snapshot.rb
266
270
  - lib/dcmgr/models/instance_spec.rb
267
271
  - lib/dcmgr/models/instance.rb
268
272
  - lib/dcmgr/models/volume.rb
269
273
  - lib/dcmgr/models/account_resource.rb
274
+ - lib/dcmgr/models/vlan_lease.rb
270
275
  - lib/dcmgr/models/physical_host.rb
271
276
  - lib/dcmgr/models/network.rb
272
277
  - lib/dcmgr/models/ip_lease.rb
273
278
  - lib/dcmgr/models/host_pool.rb
274
279
  - lib/dcmgr/models/ssh_key_pair.rb
280
+ - lib/dcmgr/models/history.rb
275
281
  - lib/dcmgr/models/request_log.rb
276
282
  - lib/dcmgr/models/tag.rb
277
283
  - lib/dcmgr/models/base_new.rb
@@ -280,6 +286,7 @@ files:
280
286
  - lib/dcmgr/models/account.rb
281
287
  - lib/dcmgr/models/netfilter_group.rb
282
288
  - lib/dcmgr/models/netfilter_rule.rb
289
+ - lib/dcmgr/tags.rb
283
290
  - lib/dcmgr/scheduler.rb
284
291
  - web/api/public/index.html
285
292
  - web/metadata/public/index.html