vagrant-parallels 1.3.10 → 1.3.12

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.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vagrant-parallels/driver/base.rb +23 -2
  3. data/lib/vagrant-parallels/driver/meta.rb +4 -11
  4. data/lib/vagrant-parallels/driver/pd_8.rb +8 -8
  5. data/lib/vagrant-parallels/version.rb +1 -1
  6. data/test/unit/support/shared/parallels_context.rb +5 -0
  7. data/website/docs/build/404.html +134 -0
  8. data/website/docs/build/docs/boxes/base.html +207 -0
  9. data/website/docs/build/docs/boxes/index.html +161 -0
  10. data/website/docs/build/docs/boxes/packer.html +181 -0
  11. data/website/docs/build/docs/boxes/veewee.html +225 -0
  12. data/website/docs/build/docs/configuration.html +231 -0
  13. data/website/docs/build/docs/contacts.html +134 -0
  14. data/website/docs/build/docs/getting-started.html +164 -0
  15. data/website/docs/build/docs/index.html +157 -0
  16. data/website/docs/build/docs/installation/index.html +152 -0
  17. data/website/docs/build/docs/installation/uninstallation.html +141 -0
  18. data/website/docs/build/docs/installation/updating.html +139 -0
  19. data/website/docs/build/docs/networking/forwarded_ports.html +196 -0
  20. data/website/docs/build/docs/networking/index.html +155 -0
  21. data/website/docs/build/docs/networking/private_network.html +177 -0
  22. data/website/docs/build/docs/networking/public_network.html +173 -0
  23. data/website/docs/build/docs/share.html +151 -0
  24. data/website/docs/build/docs/usage.html +146 -0
  25. data/website/docs/build/images/current_pointer-539d41b3.png +0 -0
  26. data/website/docs/build/images/footer_pd_logo-6ec6c3c6.png +0 -0
  27. data/website/docs/build/images/footer_vagrant_logo-8c7e7b39.png +0 -0
  28. data/website/docs/build/images/logo_docs-7e96bb5e.png +0 -0
  29. data/website/docs/build/images/logo_docs_small-c0512386.png +0 -0
  30. data/website/docs/build/images/nav_divider-0c73f644.png +0 -0
  31. data/website/docs/build/images/open_close-8d5572c4.png +0 -0
  32. data/website/docs/build/index.html +157 -0
  33. data/website/docs/build/javascripts/backstretch-f9c163c1.js +4 -0
  34. data/website/docs/build/javascripts/bootstrap.min-98cc7a22.js +7 -0
  35. data/website/docs/build/javascripts/fittext-b487af57.js +10 -0
  36. data/website/docs/build/javascripts/grid-overlay-19e89cad.js +19 -0
  37. data/website/docs/build/javascripts/jquery-15b079d7.js +3 -0
  38. data/website/docs/build/javascripts/less-1.3.0.min-0bbbfaf9.js +3 -0
  39. data/website/docs/build/javascripts/modernizr-d56a170f.js +8 -0
  40. data/website/docs/build/javascripts/vagrant-parallels-966ff22c.js +1 -0
  41. data/website/docs/build/stylesheets/bootstrap-8082a218.css +9 -0
  42. data/website/docs/build/stylesheets/vagrant-parallels-a389b6ea.css +1 -0
  43. metadata +38 -2
@@ -0,0 +1,157 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+
6
+ <title>Vagrant Parallels Provider Documentation</title>
7
+
8
+ <!-- meta -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
10
+
11
+ <!-- lib styles -->
12
+ <link href="../stylesheets/bootstrap-8082a218.css" media="screen" rel="stylesheet" type="text/css" />
13
+ <link href="../stylesheets/vagrant-parallels-a389b6ea.css" media="screen" rel="stylesheet" type="text/css" />
14
+
15
+ <!-- lib js -->
16
+ <script src="../javascripts/jquery-15b079d7.js" type="text/javascript"></script>
17
+ <script src="../javascripts/modernizr-d56a170f.js" type="text/javascript"></script>
18
+ <script src="../javascripts/bootstrap.min-98cc7a22.js" type="text/javascript"></script>
19
+ <script src="../javascripts/backstretch-f9c163c1.js" type="text/javascript"></script>
20
+ <script src="../javascripts/vagrant-parallels-966ff22c.js" type="text/javascript"></script>
21
+
22
+ <!-- fonts -->
23
+ <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
24
+
25
+ </head>
26
+ <body>
27
+ <!-- wrap everything -->
28
+ <div class="wrapper">
29
+
30
+ <!-- nav -->
31
+
32
+ <nav class="docs">
33
+ <div class="container">
34
+ <!-- vagrant logo -->
35
+ <a class="vagrant-docs-logo" href="./">Vagrant Parallels Documentation</a>
36
+ <!-- nav -->
37
+ <ul class="pull-right">
38
+ <li><a href="https://docs.vagrantup.com">Vagrant Docs</a></li>
39
+ <li><a href="https://github.com/Parallels/vagrant-parallels">Github</a></li>
40
+ </ul>
41
+ </div> <!-- container -->
42
+ </nav>
43
+
44
+ <div class="page docs docs-home">
45
+ <div class="container">
46
+ <div class="sidebar span4">
47
+ <!-- get the sidebar nav -->
48
+ <!-- side nav docs -->
49
+ <aside class="sidebar-nav">
50
+
51
+ <div class="toggle hidden-desktop">
52
+ <div class="open-close open"></div>
53
+ <a href="#">Contents</a>
54
+ </div>
55
+
56
+ <ul class="unstyled">
57
+ <li class="current"><a href="./">Overview</a></li>
58
+
59
+ <li><a href="installation/">Installation</a></li>
60
+
61
+
62
+ <li><a href="usage.html">Usage</a></li>
63
+
64
+ <li><a href="getting-started.html">Getting Started</a></li>
65
+
66
+ <li><a href="share.html">Vagrant Share</a></li>
67
+
68
+ <li><a href="boxes/">Boxes</a></li>
69
+
70
+
71
+ <li><a href="configuration.html">Configuration</a></li>
72
+
73
+ <li><a href="networking/">Networking</a></li>
74
+
75
+
76
+ <li><a href="contacts.html">Contacts</a></li>
77
+
78
+ </ul>
79
+ </aside> <!-- /.sidebar -->
80
+ </div> <!-- /.sidebar -->
81
+
82
+ <div class="page-contents span9">
83
+ <div class="page-background"></div>
84
+
85
+ <!-- start page content -->
86
+ <div class="row">
87
+ <div class="span8 offset1">
88
+ <h1>Vagrant Parallels Provider</h1>
89
+
90
+ <p>Welcome to the Parallels provider for Vagrant documentation! This site documents
91
+ the Parallels provider, which allows Vagrant to power
92
+ <a href="http://www.parallels.com/downloads/desktop/">Parallels Desktop for Mac</a> based
93
+ virtual machines.</p>
94
+
95
+ <p>If you&#39;re just getting started with Vagrant, it is highly recommended you start
96
+ with the official <a href="http://docs.vagrantup.com/v2/">Vagrant documentation</a>.</p>
97
+
98
+ <h2>What is Vagrant?</h2>
99
+
100
+ <p>Vagrant is an amazing tool for building and distributing development environments.
101
+ Vagrant provides the framework and configuration format to create and manage complete portable development environments.
102
+ These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.</p>
103
+
104
+ <p>Vagrant ships out of the box with support for VirtualBox and HyperV only.</p>
105
+
106
+ <h2>What is Parallels Provider?</h2>
107
+
108
+ <p>The Parallels provider for Vagrant is a plugin officially supported by
109
+ <a href="http://www.parallels.com/">Parallels</a>. The plugin allows Vagrant to power
110
+ <a href="http://www.parallels.com/downloads/desktop/">Parallels Desktop for Mac</a> based
111
+ virtual machines and take advantage of the world&#39;s bestselling, top-rated, and
112
+ most trusted solution for running virtual machines in Mac OS X.</p>
113
+
114
+ <p>The Parallels provider is free and open for contributions on the <a href="https://github.com/Parallels/vagrant-parallels">GitHub</a>.</p>
115
+
116
+ <p>It is compatible with Parallels Desktop 8, 9 and 10 for Mac.
117
+ Parallels Desktop must be purchased and installed prior to using the provider.</p>
118
+
119
+ </div> <!-- /.span8 -->
120
+ </div> <!-- /.row -->
121
+ </div> <!-- /.page-contents -->
122
+ </div> <!-- /.container -->
123
+ </div> <!-- /.page -->
124
+
125
+ <!-- footer -->
126
+ <footer>
127
+ <div class="container">
128
+ <div class="row">
129
+ <ul class="unstyled logos">
130
+ <a href="http://www.vagrantup.com/downloads.html">
131
+ <li class="vagrant-logo-monochrome">
132
+ <p>Vagrant</p>
133
+ </li>
134
+ </a>
135
+ <a href="http://www.parallels.com/downloads/desktop/">
136
+ <li class="pd-logo-monochrome">
137
+ <p>Parallels Desktop</p>
138
+ </li>
139
+ </a>
140
+ </ul> <!-- /span -->
141
+
142
+ </div> <!-- /row -->
143
+
144
+ <div class="row">
145
+ <h6 class="legal">
146
+ &copy; 2015 Parallels IP Holdings GmbH.
147
+ </h6>
148
+ </div> <!-- row -->
149
+ </div> <!-- container -->
150
+ </footer>
151
+
152
+ <!-- close .wrapper -->
153
+ </div>
154
+
155
+ <!-- load scripts -->
156
+ </body>
157
+ </html>
@@ -0,0 +1,152 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+
6
+ <title> Installing Vagrant - Vagrant Parallels Provider Documentation</title>
7
+
8
+ <!-- meta -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
10
+
11
+ <!-- lib styles -->
12
+ <link href="../../stylesheets/bootstrap-8082a218.css" media="screen" rel="stylesheet" type="text/css" />
13
+ <link href="../../stylesheets/vagrant-parallels-a389b6ea.css" media="screen" rel="stylesheet" type="text/css" />
14
+
15
+ <!-- lib js -->
16
+ <script src="../../javascripts/jquery-15b079d7.js" type="text/javascript"></script>
17
+ <script src="../../javascripts/modernizr-d56a170f.js" type="text/javascript"></script>
18
+ <script src="../../javascripts/bootstrap.min-98cc7a22.js" type="text/javascript"></script>
19
+ <script src="../../javascripts/backstretch-f9c163c1.js" type="text/javascript"></script>
20
+ <script src="../../javascripts/vagrant-parallels-966ff22c.js" type="text/javascript"></script>
21
+
22
+ <!-- fonts -->
23
+ <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
24
+
25
+ </head>
26
+ <body>
27
+ <!-- wrap everything -->
28
+ <div class="wrapper">
29
+
30
+ <!-- nav -->
31
+
32
+ <nav class="docs">
33
+ <div class="container">
34
+ <!-- vagrant logo -->
35
+ <a class="vagrant-docs-logo" href="../">Vagrant Parallels Documentation</a>
36
+ <!-- nav -->
37
+ <ul class="pull-right">
38
+ <li><a href="https://docs.vagrantup.com">Vagrant Docs</a></li>
39
+ <li><a href="https://github.com/Parallels/vagrant-parallels">Github</a></li>
40
+ </ul>
41
+ </div> <!-- container -->
42
+ </nav>
43
+
44
+ <div class="page docs docs-home">
45
+ <div class="container">
46
+ <div class="sidebar span4">
47
+ <!-- get the sidebar nav -->
48
+ <!-- side nav docs -->
49
+ <aside class="sidebar-nav">
50
+
51
+ <div class="toggle hidden-desktop">
52
+ <div class="open-close open"></div>
53
+ <a href="#">Contents</a>
54
+ </div>
55
+
56
+ <ul class="unstyled">
57
+ <li><a href="../">Overview</a></li>
58
+
59
+ <li class="current"><a href="./">Installation</a></li>
60
+
61
+ <ul class="sub unstyled">
62
+ <li><a href="updating.html">Updating</a></li>
63
+ <li><a href="uninstallation.html">Uninstallation</a></li>
64
+ </ul>
65
+
66
+
67
+ <li><a href="../usage.html">Usage</a></li>
68
+
69
+ <li><a href="../getting-started.html">Getting Started</a></li>
70
+
71
+ <li><a href="../share.html">Vagrant Share</a></li>
72
+
73
+ <li><a href="../boxes/">Boxes</a></li>
74
+
75
+
76
+ <li><a href="../configuration.html">Configuration</a></li>
77
+
78
+ <li><a href="../networking/">Networking</a></li>
79
+
80
+
81
+ <li><a href="../contacts.html">Contacts</a></li>
82
+
83
+ </ul>
84
+ </aside> <!-- /.sidebar -->
85
+ </div> <!-- /.sidebar -->
86
+
87
+ <div class="page-contents span9">
88
+ <div class="page-background"></div>
89
+
90
+ <!-- start page content -->
91
+ <div class="row">
92
+ <div class="span8 offset1">
93
+ <h1>Installing Provider</h1>
94
+
95
+ <p>First, make sure that you have <a href="http://www.parallels.com/products/desktop/">Parallels Desktop for Mac</a>
96
+ and <a href="http://www.vagrantup.com/downloads">Vagrant</a> properly installed.
97
+ We recommend that you to use the latest versions of these products.</p>
98
+
99
+ <p>Since the Parallels provider is a Vagrant plugin, installing it is easy:</p>
100
+
101
+ <pre><code>$ vagrant plugin install vagrant-parallels
102
+ </code></pre>
103
+
104
+ <p>The Vagrant plugin installer will automatically download and install
105
+ <code>vagrant-parallels</code> plugin.</p>
106
+
107
+ <h2>Requirements</h2>
108
+
109
+ <ul>
110
+ <li>Parallels Desktop for Mac version 8 or higher</li>
111
+ <li>Vagrant v1.5 or higher</li>
112
+ </ul>
113
+
114
+ </div> <!-- /.span8 -->
115
+ </div> <!-- /.row -->
116
+ </div> <!-- /.page-contents -->
117
+ </div> <!-- /.container -->
118
+ </div> <!-- /.page -->
119
+
120
+ <!-- footer -->
121
+ <footer>
122
+ <div class="container">
123
+ <div class="row">
124
+ <ul class="unstyled logos">
125
+ <a href="http://www.vagrantup.com/downloads.html">
126
+ <li class="vagrant-logo-monochrome">
127
+ <p>Vagrant</p>
128
+ </li>
129
+ </a>
130
+ <a href="http://www.parallels.com/downloads/desktop/">
131
+ <li class="pd-logo-monochrome">
132
+ <p>Parallels Desktop</p>
133
+ </li>
134
+ </a>
135
+ </ul> <!-- /span -->
136
+
137
+ </div> <!-- /row -->
138
+
139
+ <div class="row">
140
+ <h6 class="legal">
141
+ &copy; 2015 Parallels IP Holdings GmbH.
142
+ </h6>
143
+ </div> <!-- row -->
144
+ </div> <!-- container -->
145
+ </footer>
146
+
147
+ <!-- close .wrapper -->
148
+ </div>
149
+
150
+ <!-- load scripts -->
151
+ </body>
152
+ </html>
@@ -0,0 +1,141 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+
6
+ <title> Uninstalling Vagrant - Vagrant Parallels Provider Documentation</title>
7
+
8
+ <!-- meta -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
10
+
11
+ <!-- lib styles -->
12
+ <link href="../../stylesheets/bootstrap-8082a218.css" media="screen" rel="stylesheet" type="text/css" />
13
+ <link href="../../stylesheets/vagrant-parallels-a389b6ea.css" media="screen" rel="stylesheet" type="text/css" />
14
+
15
+ <!-- lib js -->
16
+ <script src="../../javascripts/jquery-15b079d7.js" type="text/javascript"></script>
17
+ <script src="../../javascripts/modernizr-d56a170f.js" type="text/javascript"></script>
18
+ <script src="../../javascripts/bootstrap.min-98cc7a22.js" type="text/javascript"></script>
19
+ <script src="../../javascripts/backstretch-f9c163c1.js" type="text/javascript"></script>
20
+ <script src="../../javascripts/vagrant-parallels-966ff22c.js" type="text/javascript"></script>
21
+
22
+ <!-- fonts -->
23
+ <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
24
+
25
+ </head>
26
+ <body>
27
+ <!-- wrap everything -->
28
+ <div class="wrapper">
29
+
30
+ <!-- nav -->
31
+
32
+ <nav class="docs">
33
+ <div class="container">
34
+ <!-- vagrant logo -->
35
+ <a class="vagrant-docs-logo" href="../">Vagrant Parallels Documentation</a>
36
+ <!-- nav -->
37
+ <ul class="pull-right">
38
+ <li><a href="https://docs.vagrantup.com">Vagrant Docs</a></li>
39
+ <li><a href="https://github.com/Parallels/vagrant-parallels">Github</a></li>
40
+ </ul>
41
+ </div> <!-- container -->
42
+ </nav>
43
+
44
+ <div class="page docs docs-home">
45
+ <div class="container">
46
+ <div class="sidebar span4">
47
+ <!-- get the sidebar nav -->
48
+ <!-- side nav docs -->
49
+ <aside class="sidebar-nav">
50
+
51
+ <div class="toggle hidden-desktop">
52
+ <div class="open-close open"></div>
53
+ <a href="#">Contents</a>
54
+ </div>
55
+
56
+ <ul class="unstyled">
57
+ <li><a href="../">Overview</a></li>
58
+
59
+ <li><a href="./">Installation</a></li>
60
+
61
+ <ul class="sub unstyled">
62
+ <li><a href="updating.html">Updating</a></li>
63
+ <li class="current"><a href="uninstallation.html">Uninstallation</a></li>
64
+ </ul>
65
+
66
+
67
+ <li><a href="../usage.html">Usage</a></li>
68
+
69
+ <li><a href="../getting-started.html">Getting Started</a></li>
70
+
71
+ <li><a href="../share.html">Vagrant Share</a></li>
72
+
73
+ <li><a href="../boxes/">Boxes</a></li>
74
+
75
+
76
+ <li><a href="../configuration.html">Configuration</a></li>
77
+
78
+ <li><a href="../networking/">Networking</a></li>
79
+
80
+
81
+ <li><a href="../contacts.html">Contacts</a></li>
82
+
83
+ </ul>
84
+ </aside> <!-- /.sidebar -->
85
+ </div> <!-- /.sidebar -->
86
+
87
+ <div class="page-contents span9">
88
+ <div class="page-background"></div>
89
+
90
+ <!-- start page content -->
91
+ <div class="row">
92
+ <div class="span8 offset1">
93
+ <h1>Uninstalling Provider</h1>
94
+
95
+ <p>To remove the Parallels provider from your Vagrant installation, run this
96
+ command:</p>
97
+
98
+ <pre><code>$ vagrant plugin uninstall vagrant-parallels
99
+ </code></pre>
100
+
101
+ <p><em>To uninstall the entire Vagrant, please refer to the <a href="http://docs.vagrantup.com/v2/installation/uninstallation.html">official doc page</a></em></p>
102
+
103
+ </div> <!-- /.span8 -->
104
+ </div> <!-- /.row -->
105
+ </div> <!-- /.page-contents -->
106
+ </div> <!-- /.container -->
107
+ </div> <!-- /.page -->
108
+
109
+ <!-- footer -->
110
+ <footer>
111
+ <div class="container">
112
+ <div class="row">
113
+ <ul class="unstyled logos">
114
+ <a href="http://www.vagrantup.com/downloads.html">
115
+ <li class="vagrant-logo-monochrome">
116
+ <p>Vagrant</p>
117
+ </li>
118
+ </a>
119
+ <a href="http://www.parallels.com/downloads/desktop/">
120
+ <li class="pd-logo-monochrome">
121
+ <p>Parallels Desktop</p>
122
+ </li>
123
+ </a>
124
+ </ul> <!-- /span -->
125
+
126
+ </div> <!-- /row -->
127
+
128
+ <div class="row">
129
+ <h6 class="legal">
130
+ &copy; 2015 Parallels IP Holdings GmbH.
131
+ </h6>
132
+ </div> <!-- row -->
133
+ </div> <!-- container -->
134
+ </footer>
135
+
136
+ <!-- close .wrapper -->
137
+ </div>
138
+
139
+ <!-- load scripts -->
140
+ </body>
141
+ </html>