wakame-vdc-agents 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:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -191,8 +191,10 @@ files:
191
191
  - lib/sinatra/url_for.rb
192
192
  - lib/dcmgr/web/base.rb
193
193
  - lib/dcmgr/logger.rb
194
+ - lib/dcmgr/helpers/cli_helper.rb
194
195
  - lib/dcmgr/scheduler/find_random.rb
195
196
  - lib/dcmgr/scheduler/find_last.rb
197
+ - lib/dcmgr/node_modules/instance_ha.rb
196
198
  - lib/dcmgr/node_modules/sta_collector.rb
197
199
  - lib/dcmgr/node_modules/hva_collector.rb
198
200
  - lib/dcmgr/endpoints/errors.rb
@@ -207,16 +209,20 @@ files:
207
209
  - lib/dcmgr/models/instance_nic.rb
208
210
  - lib/dcmgr/models/image.rb
209
211
  - lib/dcmgr/models/base.rb
212
+ - lib/dcmgr/models/mac_lease.rb
213
+ - lib/dcmgr/models/hostname_lease.rb
210
214
  - lib/dcmgr/models/volume_snapshot.rb
211
215
  - lib/dcmgr/models/instance_spec.rb
212
216
  - lib/dcmgr/models/instance.rb
213
217
  - lib/dcmgr/models/volume.rb
214
218
  - lib/dcmgr/models/account_resource.rb
219
+ - lib/dcmgr/models/vlan_lease.rb
215
220
  - lib/dcmgr/models/physical_host.rb
216
221
  - lib/dcmgr/models/network.rb
217
222
  - lib/dcmgr/models/ip_lease.rb
218
223
  - lib/dcmgr/models/host_pool.rb
219
224
  - lib/dcmgr/models/ssh_key_pair.rb
225
+ - lib/dcmgr/models/history.rb
220
226
  - lib/dcmgr/models/request_log.rb
221
227
  - lib/dcmgr/models/tag.rb
222
228
  - lib/dcmgr/models/base_new.rb
@@ -225,6 +231,7 @@ files:
225
231
  - lib/dcmgr/models/account.rb
226
232
  - lib/dcmgr/models/netfilter_group.rb
227
233
  - lib/dcmgr/models/netfilter_rule.rb
234
+ - lib/dcmgr/tags.rb
228
235
  - lib/dcmgr/scheduler.rb
229
236
  - Rakefile
230
237
  - LICENSE