vagrant_filoo 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12efe3a3e4db74434ea32a93b0547ffc8bc447e7
4
- data.tar.gz: ae55dfdb5c7739676a41ed842910973d0ccf8c1d
3
+ metadata.gz: 729527d5ea04e0ff290c2df7d3f04ad1943e51b2
4
+ data.tar.gz: c91508939488666dd5775545a54421f145bce940
5
5
  SHA512:
6
- metadata.gz: eaf643457f0d59dff07ca31df21eff65479f503cbac7c1ca63d5a3fa8f19a4a99c7c3090049f0445bd2476b2e7385084cd22f11955d5200e3b910f811f599c6a
7
- data.tar.gz: 0fe12d2008eee79b91ea7b11686398200d78062b540b82cda806d386a94e808c71d6b85ee34c23a58fb3d9275d1fb603c714833a40ddc7e216e3e5a493e7e47a
6
+ metadata.gz: cbebbf496f62f22db5b968d6ccb0480ed4999cd7e16dc91a7eea6415b7761405b311e376a7817c0882fc5405df123c02c3801652f81811e47717bd9487e5de6d
7
+ data.tar.gz: 5d2af7479c685f71e06e3ea3dc03df5916a23f496caaf239c6c95f9373aac91461053ac2860efb89d6c4aef2bb8a6d28d51ed0402c751f68cabcff09b30ac46e
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # vagrant_filoo 0.0.4
1
+ # vagrant_filoo 0.0.5 Setting hostname...
2
2
  Vagrant filoo provisioner
3
3
 
4
4
  This is a Vagrant 1.7x plugin that adds an provider for filoo hosting to Vagrant, allowing Vagrant to control and provision machines within the filoo public and private cloud.
@@ -19,7 +19,7 @@ htps://www.filoo.de/vserver.html
19
19
  Install using standard Vagrant 1.1+ plugin installation methods. After installing, `vagrant up` and specify the `filoo` provider. An example is shown below. dummy
20
20
 
21
21
  ```
22
- $ vagrant plugin install vagrant-filoo
22
+ $ vagrant plugin install vagrant_filoo
23
23
  ...
24
24
  $ vagrant up --provider=filoo
25
25
  ...
@@ -27,6 +27,8 @@ $ vagrant up --provider=filoo
27
27
 
28
28
  Of course prior to doing this, you'll need to obtain an Filoo-compatible box file for Vagrant.
29
29
 
30
+ Please set hostname when provisioning the machine
31
+
30
32
  ## Quick Start
31
33
 
32
34
  After installing the plugin (instructions above), the quickest way to get started is to actually use a dummy Filoo box and specify all the details manually within a `config.vm.provider` block. So first, add the dummy box using any name you want:
@@ -499,9 +499,8 @@ module VagrantPlugins
499
499
  raise VagrantPlugins::Filoo::Errors::FilooApiError,
500
500
  code: 500,
501
501
  message: "Unexpected return value to Api Call POST " + url + " " + {:jobid => jobId}.to_json,
502
- code: 500,
503
- description: "Requested jobid #{jobId} not found",
504
- jobid: jobid
502
+ description: "Requested jobid #{jobId} not found",
503
+ jobid: jobid
505
504
  end
506
505
  returnVal = resp['return']
507
506
  if !returnVal.is_a?(Hash)
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Filoo
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant_filoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huf Secure Mobile GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client