vagrant-arubacloud 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70345f6b1ff86362e35b4ac26d06b8470fa71d9b9a1adfa00620278ffc67c823
4
- data.tar.gz: 83d1638987016184761d0b3868f133389336ed3c756150bbfde2478808737740
3
+ metadata.gz: dcecdac57018094aef8d0e29daeb7e56de39dee491ae5ce6c8f30b6967071742
4
+ data.tar.gz: ed919ccd57521b8d37fafb35370496c56a51652e5d9d07cd48e28cbec22df65f
5
5
  SHA512:
6
- metadata.gz: 9c0b4ecb7602c8c864a53e2d681e88f65d7f1d33a2cc75a97b748698b0a2aff879426d01c7220dfeb0148a6e3f7642f29a06f65beb208b5cf463ebbf3e9ac9a5
7
- data.tar.gz: 355064078a2c60626e6a0879b892af5eed6093558ec6ccbb3466bed84ad206fb28c8e2b777444d531edbae631466c75c4c1e27d25ae440312e8562fe35ba2b45
6
+ metadata.gz: affe20a9c40db7ebb04b8f4f1c4d2420ec73829c0ca164a33f32a33cf7a0480f0dbb726d2576008f302df6e4bfee106ab7467ad13573f97bf7376bf02006b155
7
+ data.tar.gz: e5d83a6343228dbb4fee26eb42ec289f5f1de005bb1369e58ca1de98b5d56730cb52cb9c49cd53ec0a034f85961417b89145dbb21ebb07c757c7513fdf961ae0
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016 Alessio Rocchi
1
+ Copyright (c) 2018 Aruba S.p.a.
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vagrant ArubaCloud Provider
2
2
 
3
- -Update version : 0.0.5
3
+ -Update version : 0.0.6
4
4
 
5
5
 
6
6
  ## Table of Contents
@@ -299,10 +299,11 @@ Bringing machine 'vmvgr01' up with 'arubacloud' provider...
299
299
  Go to Aruba Cloud dashboard to view machine instances.
300
300
  Dashboard url is different depending on the selected endpoint:
301
301
 
302
- |[DC1](https://admin.dc1.computing.cloud.it/Login.aspx) |[DC2](https://admin.dc2.computing.cloud.it/Login.aspx) |[DC3](https://admin.dc3.computing.cloud.it/Login.aspx) |[DC4](https://admin.dc4.computing.cloud.it/Login.aspx) |[DC5](https://admin.dc5.computing.cloud.it/Login.aspx) |[DC6](https://admin.dc6.computing.cloud.it/Login.aspx) |[DC8](https://admin.dc8.computing.cloud.it/Login.aspx) |
302
+ |[DC1](https://admin.dc1.computing.cloud.it/Login.aspx) |[DC2](https://admin.dc2.computing.cloud.it/Login.aspx) |[DC3](https://admin.dc3.computing.cloud.it/Login.aspx) |[DC4](https://admin.dc4.computing.cloud.it/Login.aspx) |[DC5](https://admin.dc5.computing.cloud.it/Login.aspx) |[DC6](https://admin.dc6.computing.cloud.it/Login.aspx) |[DC8](https://admin.dc8.computing.cloud.it/Login.aspx) |
303
303
  | --- | --- | --- | --- | --- | --- | --- |
304
304
 
305
- ![cloud1](./cloud1.png)
305
+
306
+ ![cloud1](cloud1.png)
306
307
 
307
308
 
308
309
  #### Reload VM
@@ -962,6 +963,6 @@ $ bundle exec vagrant up --provider=arubacloud
962
963
 
963
964
  #### License
964
965
 
965
- This code is released under the Apache 2.0 License.
966
+ This code is released under the MIT License.
966
967
 
967
- Copyright (c) 2017 Aruba Cloud
968
+ Copyright (c) 2018 Aruba Cloud
data/cloud1.png CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module ArubaCloud
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-arubacloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aruba S.p.A.