vagrant-vmware-esxi 1.1.5 → 1.1.7
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 +4 -4
- data/README.md +2 -2
- data/lib/vagrant-vmware-esxi/action/createvm.rb +1 -1
- data/lib/vagrant-vmware-esxi/version.rb +1 -1
- data/locales/en.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c209baac764ee4612a55315a878c1f30d26ed331
|
4
|
+
data.tar.gz: 7731bdc92a7bff3baf284c36717a01fe70c1195b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f98c2cb77a3a6d3343b244e1dad828ef97849d97917718ce9c56918238b0a0a4fd9f81ec3f1401bcb539a92f0e792b880b0679ac40c8b460179b68e11ec85685
|
7
|
+
data.tar.gz: d3f67cd7ad02ea533080fb2267324af6e018ff858437f6d5ff1516e13705ee2522587b21ddbd43ba2f735356d56935701144f26108f69590122ab6d748037181
|
data/README.md
CHANGED
@@ -25,9 +25,9 @@ Requirements
|
|
25
25
|
------------
|
26
26
|
1. This plugin requires ovftool from VMware. Download from VMware website.
|
27
27
|
>https://www.vmware.com/support/developer/ovf/
|
28
|
-
|
28
|
+
2. You MUST enable ssh access on your ESXi hypervisor.
|
29
29
|
* Google 'How to enable ssh access on esxi'
|
30
|
-
|
30
|
+
3. The boxes must have open-vm-tools or vmware-tools installed to properly transition to the "running" state.
|
31
31
|
|
32
32
|
Why this plugin?
|
33
33
|
----------------
|
@@ -119,7 +119,7 @@ module VagrantPlugins
|
|
119
119
|
r = ssh config.esxi_hostname,
|
120
120
|
'esxcli network vswitch standard list |'\
|
121
121
|
'grep Portgroups | sed "s/^ Portgroups: //g" |'\
|
122
|
-
'sed "s
|
122
|
+
'sed "s/,./\n/g"'
|
123
123
|
availnetworks = r.stdout.dup.split(/\n/)
|
124
124
|
if (config.debug =~ %r{true}i) ||
|
125
125
|
(config.debug =~ %r{yes}i)
|
data/locales/en.yml
CHANGED
@@ -10,7 +10,7 @@ en:
|
|
10
10
|
Website : http://www.jintegrate.co
|
11
11
|
github : http://github.com/josenk/vagrant-vmware-esxi
|
12
12
|
Paypal : josenk@jintegrate.co
|
13
|
-
Bitcoin :
|
13
|
+
Bitcoin : 1HCTVkmSXepQahJfvuxQRhUMem1HpHq3Mq
|
14
14
|
errors:
|
15
15
|
esxi_error: |-
|
16
16
|
There was an error talking to ESXi.
|