vagrant-xenserver 0.0.15 → 0.0.16

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: cab375e284a868d270221f18648482051e95969a0f0607dc5d08c732e73f4ac3
4
- data.tar.gz: a3e5c243c1f5ae89b99660df4a503e2fa1e5083a75057f2ebcbcc95d7f97f1f6
3
+ metadata.gz: 20c6da384869e9732afca495afa6b36c9df73f35dfb3b3c7c4a19cb8d18c4516
4
+ data.tar.gz: d6bab033e326bbea078f686d12de497bf4c320ae927d77a55b3d1f7fcd0486a7
5
5
  SHA512:
6
- metadata.gz: 4618f4a1bcbd69c3a71230525452ce24aa4c3624a7f72eb642a5d696c5e89401e11e98920a5e7b922bffa0b8005170eaed831a0f4ed7f494dc7aa2e2b50298f4
7
- data.tar.gz: '0186c771754663ba9f96c7686ccd44bf9087c73d18c938457e3253fec6c22c500b5c6f5690292836c092d9a4b9927037dbc022cdcdcca63161e9e03eec936044'
6
+ metadata.gz: bf125e021ca2b36f30a3c9e42125a30db33a336a3b2db365bc790c1917941846c29dbfede4591527bf0d96e283575904fc9ae2ba96fa98665d00ca1765790072
7
+ data.tar.gz: 1a3d3df34dd9126a7088fe441964a32e6f63c3608a0a6c54d6374f93f9ac1ccabae5e2dc7b1caf367041c0d99cad54fd1e05d5d62154e226fd27486bf1142eb1
data/README.md CHANGED
@@ -56,7 +56,7 @@ Or to create an XVA box:
56
56
  ```shell
57
57
  echo "{\"provider\": \"xenserver\"}" > metadata.json
58
58
  cp /path/to/ubuntu-15.10-amd64.xva box.xva
59
- tar cf ubuntu.box metadata.json Vagrantfile
59
+ tar cf ubuntu.box metadata.json box.xva
60
60
  ```
61
61
 
62
62
  VHD based boxes are useful if you are converting from a box from
@@ -50,7 +50,7 @@ module VagrantPlugins
50
50
  :forward_x11 => machine.config.ssh.forward_x11,
51
51
  }
52
52
 
53
- ssh_info[:proxy_command] = "ssh '#{machine.provider_config.xs_host}' -l '#{machine.provider_config.xs_username}' -W %h:%p"
53
+ ssh_info[:proxy_command] = "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no '#{machine.provider_config.xs_host}' -l '#{machine.provider_config.xs_username}' -W %h:%p"
54
54
 
55
55
  if not ssh_info[:username]
56
56
  ssh_info[:username] = machine.config.ssh.default.username
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  module XenServer
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-xenserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Ludlam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-05 00:00:00.000000000 Z
11
+ date: 2018-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake