machinery-tool 1.23.1 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.git_revision +1 -1
- data/NEWS +11 -0
- data/export_helpers/kiwi_export_readme.md +3 -3
- data/export_helpers/merge_users_and_groups.pl.erb +1 -1
- data/lib/build_task.rb +5 -3
- data/lib/deploy_task.rb +0 -1
- data/lib/exceptions.rb +13 -0
- data/lib/kiwi_config.rb +3 -9
- data/lib/machinery_helper.rb +15 -1
- data/lib/remote_system.rb +4 -2
- data/lib/system_description.rb +0 -9
- data/lib/version.rb +1 -1
- data/machinery-helper/version.go +1 -1
- data/man/generated/machinery.1.gz +0 -0
- data/manual/docs/index.html +2 -8
- data/manual/docs/machinery.ymp +10 -10
- data/manual/mkdocs.yml +3 -1
- data/manual/site/404.html +145 -0
- data/manual/site/css/base.css +324 -0
- data/manual/site/css/bootstrap-custom.min.css +1 -0
- data/manual/site/css/fixed-positioning.css +0 -0
- data/manual/site/css/font-awesome.min.css +4 -0
- data/manual/site/docs/index.html +25 -70
- data/manual/site/fonts/fontawesome-webfont.eot +0 -0
- data/manual/site/fonts/fontawesome-webfont.svg +2671 -0
- data/manual/site/fonts/fontawesome-webfont.ttf +0 -0
- data/manual/site/fonts/fontawesome-webfont.woff +0 -0
- data/manual/site/fonts/fontawesome-webfont.woff2 +0 -0
- data/manual/site/fonts/glyphicons-halflings-regular.eot +0 -0
- data/manual/site/fonts/glyphicons-halflings-regular.svg +288 -0
- data/manual/site/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/manual/site/fonts/glyphicons-halflings-regular.woff +0 -0
- data/manual/site/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/manual/site/img/favicon.ico +0 -0
- data/manual/site/img/grid.png +0 -0
- data/manual/site/index.html +135 -396
- data/manual/site/js/base.js +216 -0
- data/manual/site/js/bootstrap-3.0.3.min.js +7 -0
- data/manual/site/js/jquery-1.10.2.min.js +6 -0
- data/manual/site/js/jquery.nicescroll.min.js +0 -0
- data/manual/site/js/jquery.pageslide.min.js +0 -0
- data/manual/site/js/parallaxImg.js +0 -0
- data/manual/site/machinery-analyze.1/index.html +25 -54
- data/manual/site/machinery-build.1/index.html +25 -85
- data/manual/site/machinery-compare.1/index.html +25 -87
- data/manual/site/machinery-config.1/index.html +25 -62
- data/manual/site/machinery-copy.1/index.html +25 -50
- data/manual/site/machinery-deploy.1/index.html +25 -87
- data/manual/site/machinery-export-autoyast.1/index.html +25 -74
- data/manual/site/machinery-export-html.1/index.html +25 -55
- data/manual/site/machinery-export-kiwi.1/index.html +25 -56
- data/manual/site/machinery-inspect-container.1/index.html +25 -129
- data/manual/site/machinery-inspect.1/index.html +25 -172
- data/manual/site/machinery-list.1/index.html +25 -67
- data/manual/site/machinery-man.1/index.html +25 -34
- data/manual/site/machinery-move.1/index.html +25 -49
- data/manual/site/machinery-remove.1/index.html +25 -62
- data/manual/site/machinery-serve.1/index.html +25 -61
- data/manual/site/machinery-show.1/index.html +25 -86
- data/manual/site/machinery-upgrade-format.1/index.html +25 -60
- data/manual/site/machinery-validate.1/index.html +25 -48
- data/manual/site/machinery.ymp +10 -10
- data/manual/site/machinery_main_general.1/index.html +25 -133
- data/manual/site/machinery_main_scopes.1/index.html +25 -129
- data/manual/site/machinery_main_security_implications.1/index.html +25 -108
- data/manual/site/machinery_main_usecases.1/index.html +25 -44
- data/manual/site/search/lunr.js +2986 -0
- data/manual/site/search/main.js +96 -0
- data/manual/site/search/search_index.json +1 -0
- data/manual/site/search/worker.js +128 -0
- data/manual/site/sitemap.xml +48 -87
- data/manual/site/sitemap.xml.gz +0 -0
- data/plugins/os/os_model.rb +0 -29
- data/tools/go.rb +14 -20
- metadata +32 -17
- data/manual/site/mkdocs/js/lunr.min.js +0 -7
- data/manual/site/mkdocs/js/mustache.min.js +0 -1
- data/manual/site/mkdocs/js/require.js +0 -36
- data/manual/site/mkdocs/js/search-results-template.mustache +0 -4
- data/manual/site/mkdocs/js/search.js +0 -88
- data/manual/site/mkdocs/js/text.js +0 -390
- data/manual/site/mkdocs/search_index.json +0 -869
@@ -17,35 +17,35 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
<li class="">
|
20
|
-
<a href="
|
20
|
+
<a href="docs/">Welcome</a>
|
21
21
|
</li>
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
26
|
<li class="">
|
27
|
-
<a href="
|
27
|
+
<a href="machinery_main_general.1/">General Overview</a>
|
28
28
|
</li>
|
29
29
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
33
|
<li class="">
|
34
|
-
<a href="
|
34
|
+
<a href="machinery_main_scopes.1/">Scopes</a>
|
35
35
|
</li>
|
36
36
|
|
37
37
|
|
38
38
|
|
39
39
|
|
40
40
|
<li class="">
|
41
|
-
<a href="
|
41
|
+
<a href="machinery_main_usecases.1/">Use cases</a>
|
42
42
|
</li>
|
43
43
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
47
|
<li class="">
|
48
|
-
<a href="
|
48
|
+
<a href="machinery_main_security_implications.1/">Security Implications</a>
|
49
49
|
</li>
|
50
50
|
|
51
51
|
|
@@ -55,79 +55,79 @@
|
|
55
55
|
<ul>
|
56
56
|
|
57
57
|
<li class="">
|
58
|
-
<a href="
|
58
|
+
<a href="machinery-analyze.1/">Analyze</a>
|
59
59
|
</li>
|
60
60
|
|
61
61
|
<li class="">
|
62
|
-
<a href="
|
62
|
+
<a href="machinery-build.1/">Build</a>
|
63
63
|
</li>
|
64
64
|
|
65
65
|
<li class="">
|
66
|
-
<a href="
|
66
|
+
<a href="machinery-compare.1/">Compare</a>
|
67
67
|
</li>
|
68
68
|
|
69
69
|
<li class="">
|
70
|
-
<a href="
|
70
|
+
<a href="machinery-config.1/">Config</a>
|
71
71
|
</li>
|
72
72
|
|
73
73
|
<li class="">
|
74
|
-
<a href="
|
74
|
+
<a href="machinery-copy.1/">Copy</a>
|
75
75
|
</li>
|
76
76
|
|
77
77
|
<li class="current">
|
78
|
-
<a href="
|
78
|
+
<a href="machinery-deploy.1/">Deploy</a>
|
79
79
|
</li>
|
80
80
|
|
81
81
|
<li class="">
|
82
|
-
<a href="
|
82
|
+
<a href="machinery-export-autoyast.1/">Export AutoYaST</a>
|
83
83
|
</li>
|
84
84
|
|
85
85
|
<li class="">
|
86
|
-
<a href="
|
86
|
+
<a href="machinery-export-kiwi.1/">Export Kiwi</a>
|
87
87
|
</li>
|
88
88
|
|
89
89
|
<li class="">
|
90
|
-
<a href="
|
90
|
+
<a href="machinery-export-html.1/">Export HTML</a>
|
91
91
|
</li>
|
92
92
|
|
93
93
|
<li class="">
|
94
|
-
<a href="
|
94
|
+
<a href="machinery-inspect.1/">Inspect</a>
|
95
95
|
</li>
|
96
96
|
|
97
97
|
<li class="">
|
98
|
-
<a href="
|
98
|
+
<a href="machinery-inspect-container.1/">Inspect Container</a>
|
99
99
|
</li>
|
100
100
|
|
101
101
|
<li class="">
|
102
|
-
<a href="
|
102
|
+
<a href="machinery-list.1/">List</a>
|
103
103
|
</li>
|
104
104
|
|
105
105
|
<li class="">
|
106
|
-
<a href="
|
106
|
+
<a href="machinery-man.1/">Man</a>
|
107
107
|
</li>
|
108
108
|
|
109
109
|
<li class="">
|
110
|
-
<a href="
|
110
|
+
<a href="machinery-move.1/">Move</a>
|
111
111
|
</li>
|
112
112
|
|
113
113
|
<li class="">
|
114
|
-
<a href="
|
114
|
+
<a href="machinery-remove.1/">Remove</a>
|
115
115
|
</li>
|
116
116
|
|
117
117
|
<li class="">
|
118
|
-
<a href="
|
118
|
+
<a href="machinery-serve.1/">Serve</a>
|
119
119
|
</li>
|
120
120
|
|
121
121
|
<li class="">
|
122
|
-
<a href="
|
122
|
+
<a href="machinery-show.1/">Show</a>
|
123
123
|
</li>
|
124
124
|
|
125
125
|
<li class="">
|
126
|
-
<a href="
|
126
|
+
<a href="machinery-upgrade-format.1/">Upgrade Format</a>
|
127
127
|
</li>
|
128
128
|
|
129
129
|
<li class="">
|
130
|
-
<a href="
|
130
|
+
<a href="machinery-validate.1/">Validate</a>
|
131
131
|
</li>
|
132
132
|
|
133
133
|
</ul>
|
@@ -138,69 +138,7 @@
|
|
138
138
|
</ul>
|
139
139
|
</div>
|
140
140
|
<div class="content">
|
141
|
-
|
142
|
-
<h2 id="synopsis">Synopsis</h2>
|
143
|
-
<p><code>machinery deploy</code> NAME -c CONFIG_FILE | --cloud-config=CONFIG_FILE
|
144
|
-
[-i IMAGE_DIR | --image-dir=IMAGE_DIR]
|
145
|
-
[-n CLOUD_IMAGE_NAME | --cloud-image-name=CLOUD_IMAGE_NAME]
|
146
|
-
[-s | --insecure ]</p>
|
147
|
-
<p><code>machinery</code> help [deploy]</p>
|
148
|
-
<h2 id="description">Description</h2>
|
149
|
-
<p>The <code>deploy</code> command builds and deploys an image to an OpenStack cloud.
|
150
|
-
This command is particularly useful for testing, debugging, or validation.</p>
|
151
|
-
<blockquote>
|
152
|
-
<h4 id="note-set-password-for-unattended-work">NOTE: Set Password for Unattended Work</h4>
|
153
|
-
<p>Machinery asks for a password when sourcing the configuration
|
154
|
-
file. This interrupts the work flow and the user has to enter
|
155
|
-
this password.
|
156
|
-
If you prefer to leave it uninterrupted and unattented, remove
|
157
|
-
the following line in your cloud configuration file (see the <code>-c</code> option):</p>
|
158
|
-
<p>read -s OS_PASSWORD_INPUT</p>
|
159
|
-
<p>and set the password in the <code>OS_PASSWORD</code> variable:</p>
|
160
|
-
<p>export OS_PASSWORD=YOUR_PASSWORD</p>
|
161
|
-
</blockquote>
|
162
|
-
<h2 id="arguments">Arguments</h2>
|
163
|
-
<ul>
|
164
|
-
<li><code>NAME</code> (required):
|
165
|
-
Name of the system description.</li>
|
166
|
-
</ul>
|
167
|
-
<h2 id="options">Options</h2>
|
168
|
-
<ul>
|
169
|
-
<li>
|
170
|
-
<p><code>-c CONFIG_FILE</code>, <code>--cloud-config=CONFIG_FILE</code> (required):
|
171
|
-
Path to file where the cloud config (openrc.sh) is located.
|
172
|
-
The configuration file is sourced by Machinery.</p>
|
173
|
-
</li>
|
174
|
-
<li>
|
175
|
-
<p><code>-i IMAGE_DIR</code>, <code>--image-dir=IMAGE_DIR</code> (optional):
|
176
|
-
Image file under specific path.</p>
|
177
|
-
</li>
|
178
|
-
<li>
|
179
|
-
<p><code>-n CLOUD_IMAGE_NAME</code>, <code>--cloud-image-name=CLOUD_IMAGE_NAME</code> (required):
|
180
|
-
Name of the image in the cloud.</p>
|
181
|
-
</li>
|
182
|
-
<li>
|
183
|
-
<p><code>-s</code>, <code>--insecure</code> (optional):
|
184
|
-
Allow to make "insecure" HTTPS requests, without checking the SSL
|
185
|
-
certificate when uploading to the cloud.</p>
|
186
|
-
</li>
|
187
|
-
</ul>
|
188
|
-
<h2 id="prerequisites">Prerequisites</h2>
|
189
|
-
<ul>
|
190
|
-
<li>The <code>deploy</code> command requires the packages <code>kiwi</code> for building the image
|
191
|
-
and <code>python-glanceclient</code> for uploading the image to the cloud.</li>
|
192
|
-
</ul>
|
193
|
-
<h2 id="supported-architectures">Supported Architectures</h2>
|
194
|
-
<p>Machinery only supports deploying x86_64 images on x86_64 systems.</p>
|
195
|
-
<h2 id="examples">Examples</h2>
|
196
|
-
<ul>
|
197
|
-
<li>
|
198
|
-
<p>Build an image under the system description named <code>jeos</code>.
|
199
|
-
Deploy it to the OpenStack cloud name <code>tux-cloud</code> by using the
|
200
|
-
configuration file <code>openrc.sh</code> in directory <code>tux</code>:</p>
|
201
|
-
<p>$ <code>machinery</code> deploy jeos -n tux-cloud -c tux/openrc.sh</p>
|
202
|
-
</li>
|
203
|
-
</ul>
|
141
|
+
|
204
142
|
</div>
|
205
143
|
</div>
|
206
144
|
</body>
|
@@ -17,35 +17,35 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
<li class="">
|
20
|
-
<a href="
|
20
|
+
<a href="docs/">Welcome</a>
|
21
21
|
</li>
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
26
|
<li class="">
|
27
|
-
<a href="
|
27
|
+
<a href="machinery_main_general.1/">General Overview</a>
|
28
28
|
</li>
|
29
29
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
33
|
<li class="">
|
34
|
-
<a href="
|
34
|
+
<a href="machinery_main_scopes.1/">Scopes</a>
|
35
35
|
</li>
|
36
36
|
|
37
37
|
|
38
38
|
|
39
39
|
|
40
40
|
<li class="">
|
41
|
-
<a href="
|
41
|
+
<a href="machinery_main_usecases.1/">Use cases</a>
|
42
42
|
</li>
|
43
43
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
47
|
<li class="">
|
48
|
-
<a href="
|
48
|
+
<a href="machinery_main_security_implications.1/">Security Implications</a>
|
49
49
|
</li>
|
50
50
|
|
51
51
|
|
@@ -55,79 +55,79 @@
|
|
55
55
|
<ul>
|
56
56
|
|
57
57
|
<li class="">
|
58
|
-
<a href="
|
58
|
+
<a href="machinery-analyze.1/">Analyze</a>
|
59
59
|
</li>
|
60
60
|
|
61
61
|
<li class="">
|
62
|
-
<a href="
|
62
|
+
<a href="machinery-build.1/">Build</a>
|
63
63
|
</li>
|
64
64
|
|
65
65
|
<li class="">
|
66
|
-
<a href="
|
66
|
+
<a href="machinery-compare.1/">Compare</a>
|
67
67
|
</li>
|
68
68
|
|
69
69
|
<li class="">
|
70
|
-
<a href="
|
70
|
+
<a href="machinery-config.1/">Config</a>
|
71
71
|
</li>
|
72
72
|
|
73
73
|
<li class="">
|
74
|
-
<a href="
|
74
|
+
<a href="machinery-copy.1/">Copy</a>
|
75
75
|
</li>
|
76
76
|
|
77
77
|
<li class="">
|
78
|
-
<a href="
|
78
|
+
<a href="machinery-deploy.1/">Deploy</a>
|
79
79
|
</li>
|
80
80
|
|
81
81
|
<li class="current">
|
82
|
-
<a href="
|
82
|
+
<a href="machinery-export-autoyast.1/">Export AutoYaST</a>
|
83
83
|
</li>
|
84
84
|
|
85
85
|
<li class="">
|
86
|
-
<a href="
|
86
|
+
<a href="machinery-export-kiwi.1/">Export Kiwi</a>
|
87
87
|
</li>
|
88
88
|
|
89
89
|
<li class="">
|
90
|
-
<a href="
|
90
|
+
<a href="machinery-export-html.1/">Export HTML</a>
|
91
91
|
</li>
|
92
92
|
|
93
93
|
<li class="">
|
94
|
-
<a href="
|
94
|
+
<a href="machinery-inspect.1/">Inspect</a>
|
95
95
|
</li>
|
96
96
|
|
97
97
|
<li class="">
|
98
|
-
<a href="
|
98
|
+
<a href="machinery-inspect-container.1/">Inspect Container</a>
|
99
99
|
</li>
|
100
100
|
|
101
101
|
<li class="">
|
102
|
-
<a href="
|
102
|
+
<a href="machinery-list.1/">List</a>
|
103
103
|
</li>
|
104
104
|
|
105
105
|
<li class="">
|
106
|
-
<a href="
|
106
|
+
<a href="machinery-man.1/">Man</a>
|
107
107
|
</li>
|
108
108
|
|
109
109
|
<li class="">
|
110
|
-
<a href="
|
110
|
+
<a href="machinery-move.1/">Move</a>
|
111
111
|
</li>
|
112
112
|
|
113
113
|
<li class="">
|
114
|
-
<a href="
|
114
|
+
<a href="machinery-remove.1/">Remove</a>
|
115
115
|
</li>
|
116
116
|
|
117
117
|
<li class="">
|
118
|
-
<a href="
|
118
|
+
<a href="machinery-serve.1/">Serve</a>
|
119
119
|
</li>
|
120
120
|
|
121
121
|
<li class="">
|
122
|
-
<a href="
|
122
|
+
<a href="machinery-show.1/">Show</a>
|
123
123
|
</li>
|
124
124
|
|
125
125
|
<li class="">
|
126
|
-
<a href="
|
126
|
+
<a href="machinery-upgrade-format.1/">Upgrade Format</a>
|
127
127
|
</li>
|
128
128
|
|
129
129
|
<li class="">
|
130
|
-
<a href="
|
130
|
+
<a href="machinery-validate.1/">Validate</a>
|
131
131
|
</li>
|
132
132
|
|
133
133
|
</ul>
|
@@ -138,56 +138,7 @@
|
|
138
138
|
</ul>
|
139
139
|
</div>
|
140
140
|
<div class="content">
|
141
|
-
|
142
|
-
<h2 id="synopsis">Synopsis</h2>
|
143
|
-
<p><code>machinery export-autoyast</code> -a | --autoyast-dir=DIRECTORY NAME
|
144
|
-
--force</p>
|
145
|
-
<p><code>machinery</code> help export-autoyast</p>
|
146
|
-
<h2 id="description">Description</h2>
|
147
|
-
<p>The <code>export-autoyast</code> subcommand exports a stored system description as an AutoYaST
|
148
|
-
profile.</p>
|
149
|
-
<h2 id="arguments">Arguments</h2>
|
150
|
-
<ul>
|
151
|
-
<li><code>NAME</code> (required):
|
152
|
-
Name of the system description.</li>
|
153
|
-
</ul>
|
154
|
-
<h2 id="options">Options</h2>
|
155
|
-
<ul>
|
156
|
-
<li>
|
157
|
-
<p><code>-a AUTOYAST_DIR</code>, <code>--autoyast-dir=AUTOYAST_DIR</code> (required):
|
158
|
-
Write the AutoYaST profile to a subdirectory at the specified directory. The directory
|
159
|
-
will be created if it does not exist yet.</p>
|
160
|
-
</li>
|
161
|
-
<li>
|
162
|
-
<p><code>--force</code> (optional):
|
163
|
-
Overwrite an existing output directory.</p>
|
164
|
-
</li>
|
165
|
-
</ul>
|
166
|
-
<h2 id="system-registration">System Registration</h2>
|
167
|
-
<ul>
|
168
|
-
<li>To register a SLES 12 system automatically with AutoYaST, it is required to
|
169
|
-
edit the generated profile. The following example registers the system with
|
170
|
-
the SUSE Customer Center.</li>
|
171
|
-
</ul>
|
172
|
-
<pre><code class="xml"><suse_register>
|
173
|
-
<do_registration config:type="boolean">true</do_registration>
|
174
|
-
<email>tux@example.com</email>
|
175
|
-
<reg_code>MY_SECRET_REGCODE</reg_code>
|
176
|
-
<install_updates config:type="boolean">true</install_updates>
|
177
|
-
<slp_discovery config:type="boolean">false</slp_discovery>
|
178
|
-
</suse_register>
|
179
|
-
</code></pre>
|
180
|
-
|
181
|
-
<ul>
|
182
|
-
<li>More information can be found at the <a href="https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html">SUSE AutoYaST documentation</a>.</li>
|
183
|
-
</ul>
|
184
|
-
<h2 id="examples">Examples</h2>
|
185
|
-
<ul>
|
186
|
-
<li>
|
187
|
-
<p>Export the <code>myhost</code> system description to <code>/tmp/myhost-autoyast</code>:</p>
|
188
|
-
<p>$ <code>machinery</code> export-autoyast myhost --autoyast-dir=/tmp</p>
|
189
|
-
</li>
|
190
|
-
</ul>
|
141
|
+
|
191
142
|
</div>
|
192
143
|
</div>
|
193
144
|
</body>
|
@@ -17,35 +17,35 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
<li class="">
|
20
|
-
<a href="
|
20
|
+
<a href="docs/">Welcome</a>
|
21
21
|
</li>
|
22
22
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
26
|
<li class="">
|
27
|
-
<a href="
|
27
|
+
<a href="machinery_main_general.1/">General Overview</a>
|
28
28
|
</li>
|
29
29
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
33
|
<li class="">
|
34
|
-
<a href="
|
34
|
+
<a href="machinery_main_scopes.1/">Scopes</a>
|
35
35
|
</li>
|
36
36
|
|
37
37
|
|
38
38
|
|
39
39
|
|
40
40
|
<li class="">
|
41
|
-
<a href="
|
41
|
+
<a href="machinery_main_usecases.1/">Use cases</a>
|
42
42
|
</li>
|
43
43
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
47
|
<li class="">
|
48
|
-
<a href="
|
48
|
+
<a href="machinery_main_security_implications.1/">Security Implications</a>
|
49
49
|
</li>
|
50
50
|
|
51
51
|
|
@@ -55,79 +55,79 @@
|
|
55
55
|
<ul>
|
56
56
|
|
57
57
|
<li class="">
|
58
|
-
<a href="
|
58
|
+
<a href="machinery-analyze.1/">Analyze</a>
|
59
59
|
</li>
|
60
60
|
|
61
61
|
<li class="">
|
62
|
-
<a href="
|
62
|
+
<a href="machinery-build.1/">Build</a>
|
63
63
|
</li>
|
64
64
|
|
65
65
|
<li class="">
|
66
|
-
<a href="
|
66
|
+
<a href="machinery-compare.1/">Compare</a>
|
67
67
|
</li>
|
68
68
|
|
69
69
|
<li class="">
|
70
|
-
<a href="
|
70
|
+
<a href="machinery-config.1/">Config</a>
|
71
71
|
</li>
|
72
72
|
|
73
73
|
<li class="">
|
74
|
-
<a href="
|
74
|
+
<a href="machinery-copy.1/">Copy</a>
|
75
75
|
</li>
|
76
76
|
|
77
77
|
<li class="">
|
78
|
-
<a href="
|
78
|
+
<a href="machinery-deploy.1/">Deploy</a>
|
79
79
|
</li>
|
80
80
|
|
81
81
|
<li class="">
|
82
|
-
<a href="
|
82
|
+
<a href="machinery-export-autoyast.1/">Export AutoYaST</a>
|
83
83
|
</li>
|
84
84
|
|
85
85
|
<li class="">
|
86
|
-
<a href="
|
86
|
+
<a href="machinery-export-kiwi.1/">Export Kiwi</a>
|
87
87
|
</li>
|
88
88
|
|
89
89
|
<li class="current">
|
90
|
-
<a href="
|
90
|
+
<a href="machinery-export-html.1/">Export HTML</a>
|
91
91
|
</li>
|
92
92
|
|
93
93
|
<li class="">
|
94
|
-
<a href="
|
94
|
+
<a href="machinery-inspect.1/">Inspect</a>
|
95
95
|
</li>
|
96
96
|
|
97
97
|
<li class="">
|
98
|
-
<a href="
|
98
|
+
<a href="machinery-inspect-container.1/">Inspect Container</a>
|
99
99
|
</li>
|
100
100
|
|
101
101
|
<li class="">
|
102
|
-
<a href="
|
102
|
+
<a href="machinery-list.1/">List</a>
|
103
103
|
</li>
|
104
104
|
|
105
105
|
<li class="">
|
106
|
-
<a href="
|
106
|
+
<a href="machinery-man.1/">Man</a>
|
107
107
|
</li>
|
108
108
|
|
109
109
|
<li class="">
|
110
|
-
<a href="
|
110
|
+
<a href="machinery-move.1/">Move</a>
|
111
111
|
</li>
|
112
112
|
|
113
113
|
<li class="">
|
114
|
-
<a href="
|
114
|
+
<a href="machinery-remove.1/">Remove</a>
|
115
115
|
</li>
|
116
116
|
|
117
117
|
<li class="">
|
118
|
-
<a href="
|
118
|
+
<a href="machinery-serve.1/">Serve</a>
|
119
119
|
</li>
|
120
120
|
|
121
121
|
<li class="">
|
122
|
-
<a href="
|
122
|
+
<a href="machinery-show.1/">Show</a>
|
123
123
|
</li>
|
124
124
|
|
125
125
|
<li class="">
|
126
|
-
<a href="
|
126
|
+
<a href="machinery-upgrade-format.1/">Upgrade Format</a>
|
127
127
|
</li>
|
128
128
|
|
129
129
|
<li class="">
|
130
|
-
<a href="
|
130
|
+
<a href="machinery-validate.1/">Validate</a>
|
131
131
|
</li>
|
132
132
|
|
133
133
|
</ul>
|
@@ -138,37 +138,7 @@
|
|
138
138
|
</ul>
|
139
139
|
</div>
|
140
140
|
<div class="content">
|
141
|
-
|
142
|
-
<h2 id="synopsis">Synopsis</h2>
|
143
|
-
<p><code>machinery export-html</code> -d | --html-dir=DIRECTORY NAME
|
144
|
-
--force</p>
|
145
|
-
<p><code>machinery</code> help export-html</p>
|
146
|
-
<h2 id="description">Description</h2>
|
147
|
-
<p>The <code>export-html</code> subcommand exports a stored system description as HTML.</p>
|
148
|
-
<h2 id="arguments">Arguments</h2>
|
149
|
-
<ul>
|
150
|
-
<li><code>NAME</code> (required):
|
151
|
-
Name of the system description.</li>
|
152
|
-
</ul>
|
153
|
-
<h2 id="options">Options</h2>
|
154
|
-
<ul>
|
155
|
-
<li>
|
156
|
-
<p><code>-d DIRECTORY</code>, <code>--html-dir=DIRECTORY</code> (required):
|
157
|
-
Write the HTML page and assets to this directory. The directory will
|
158
|
-
be created if it does not exist yet.</p>
|
159
|
-
</li>
|
160
|
-
<li>
|
161
|
-
<p><code>--force</code> (optional):
|
162
|
-
Delete the directory if it exists and recreate it.</p>
|
163
|
-
</li>
|
164
|
-
</ul>
|
165
|
-
<h2 id="examples">Examples</h2>
|
166
|
-
<ul>
|
167
|
-
<li>
|
168
|
-
<p>Export the <code>myhost</code> system description to <code>/tmp/myhost-html</code>:</p>
|
169
|
-
<p>$ <code>machinery</code> export-html --html-dir=/tmp myhost</p>
|
170
|
-
</li>
|
171
|
-
</ul>
|
141
|
+
|
172
142
|
</div>
|
173
143
|
</div>
|
174
144
|
</body>
|