machinery-tool 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (310) hide show
  1. checksums.yaml +4 -4
  2. data/.git_revision +1 -1
  3. data/NEWS +17 -1
  4. data/bin/machinery +1 -1
  5. data/export_helpers/merge_users_and_groups.pl.erb +1 -1
  6. data/html/comparison.html.haml +14 -9
  7. data/html/index.html.haml +5 -2
  8. data/html/landing_page.html.haml +4 -1
  9. data/html/partials/changed_managed_files.html.haml +2 -0
  10. data/html/partials/compare/alert.html.haml +1 -1
  11. data/html/partials/compare/unmanaged_file_list.html.haml +12 -0
  12. data/html/partials/config_files.html.haml +2 -0
  13. data/html/partials/landing_page/alert.html.haml +1 -1
  14. data/html/partials/unmanaged_files.html.haml +14 -0
  15. data/inspect_helpers/changed_files.sh +1 -1
  16. data/inspect_helpers/dpkg_unmanaged_files.sh +1 -1
  17. data/inspect_helpers/yum_repositories.py +1 -1
  18. data/lib/analyze_config_file_diffs_task.rb +1 -1
  19. data/lib/array.rb +1 -1
  20. data/lib/autoyast.rb +34 -34
  21. data/lib/build_task.rb +1 -1
  22. data/lib/cli.rb +21 -6
  23. data/lib/compare_task.rb +1 -1
  24. data/lib/comparison.rb +1 -1
  25. data/lib/config.rb +1 -1
  26. data/lib/config_base.rb +1 -1
  27. data/lib/config_task.rb +1 -1
  28. data/lib/constants.rb +2 -2
  29. data/lib/containerize_task.rb +1 -1
  30. data/lib/containerized_app.rb +1 -1
  31. data/lib/copy_task.rb +1 -1
  32. data/lib/current_user.rb +1 -1
  33. data/lib/deploy_task.rb +1 -1
  34. data/lib/docker_system.rb +4 -5
  35. data/lib/dpkg_database.rb +2 -2
  36. data/lib/element_filter.rb +1 -1
  37. data/lib/exceptions.rb +2 -2
  38. data/lib/export_task.rb +1 -1
  39. data/lib/exporter.rb +1 -1
  40. data/lib/file_diff.rb +1 -1
  41. data/lib/file_scope.rb +1 -1
  42. data/lib/file_validator.rb +1 -1
  43. data/lib/filter.rb +1 -1
  44. data/lib/filter_option_parser.rb +1 -1
  45. data/lib/helper.rb +1 -1
  46. data/lib/hint.rb +1 -1
  47. data/lib/html.rb +1 -1
  48. data/lib/inspect_task.rb +1 -1
  49. data/lib/inspector.rb +1 -1
  50. data/lib/json_schema_monkey_patch.rb +35 -0
  51. data/lib/json_validation_error_cleaner.rb +1 -1
  52. data/lib/json_validator.rb +1 -1
  53. data/lib/kiwi_config.rb +69 -67
  54. data/lib/list_task.rb +1 -1
  55. data/lib/local_system.rb +1 -1
  56. data/lib/logged_cheetah.rb +1 -1
  57. data/lib/machinery.rb +6 -2
  58. data/lib/machinery_helper.rb +28 -8
  59. data/lib/machinery_logger.rb +1 -1
  60. data/lib/man_task.rb +50 -5
  61. data/lib/managed_files_database.rb +24 -17
  62. data/lib/manifest.rb +3 -2
  63. data/lib/migration.rb +1 -1
  64. data/lib/mountpoints.rb +1 -1
  65. data/lib/move_task.rb +1 -1
  66. data/lib/object.rb +1 -1
  67. data/lib/remote_system.rb +2 -2
  68. data/lib/remove_task.rb +1 -1
  69. data/lib/renderer.rb +1 -1
  70. data/lib/renderer_helper.rb +1 -1
  71. data/lib/rpm.rb +1 -1
  72. data/lib/rpm_database.rb +1 -1
  73. data/lib/scope.rb +1 -1
  74. data/lib/scope_file_store.rb +1 -1
  75. data/lib/serve_html_task.rb +1 -1
  76. data/lib/server.rb +32 -2
  77. data/lib/show_task.rb +1 -1
  78. data/lib/system.rb +1 -1
  79. data/lib/system_description.rb +2 -2
  80. data/lib/system_description_memory_store.rb +1 -1
  81. data/lib/system_description_store.rb +1 -1
  82. data/lib/system_file.rb +1 -1
  83. data/lib/tarball.rb +1 -1
  84. data/lib/tee_io.rb +39 -0
  85. data/lib/try.rb +1 -1
  86. data/lib/ui.rb +1 -1
  87. data/lib/upgrade_format_task.rb +1 -1
  88. data/lib/validate_task.rb +1 -1
  89. data/lib/version.rb +2 -2
  90. data/lib/workload_mapper.rb +1 -1
  91. data/lib/workload_mapper_dsl.rb +1 -1
  92. data/lib/zypper.rb +3 -3
  93. data/machinery-helper/Rakefile +2 -8
  94. data/machinery-helper/file_utils.go +28 -0
  95. data/machinery-helper/file_utils_test.go +21 -0
  96. data/machinery-helper/machinery_helper.go +121 -8
  97. data/machinery-helper/machinery_helper_test.go +102 -0
  98. data/machinery-helper/mountpoints_test.go +33 -33
  99. data/machinery-helper/version.go +1 -1
  100. data/man/generated/machinery.1.gz +0 -0
  101. data/manual/custom_theme/base.html +42 -0
  102. data/manual/docs/CNAME +1 -0
  103. data/manual/docs/README.md +128 -0
  104. data/manual/docs/css/bootstrap.min.css +7 -0
  105. data/manual/docs/css/custom.css +788 -0
  106. data/manual/docs/css/fixed-positioning.css +45 -0
  107. data/manual/docs/custom.css +804 -0
  108. data/manual/docs/docs.md +7 -0
  109. data/manual/docs/favicon.png +0 -0
  110. data/manual/docs/hand3.png +0 -0
  111. data/manual/docs/img/arrow.png +0 -0
  112. data/manual/docs/img/background/1.png +0 -0
  113. data/manual/docs/img/background/2.png +0 -0
  114. data/manual/docs/img/background/3.png +0 -0
  115. data/manual/docs/img/background/4.png +0 -0
  116. data/manual/docs/img/background/5.png +0 -0
  117. data/manual/docs/img/background/6.png +0 -0
  118. data/manual/docs/img/background/7.png +0 -0
  119. data/manual/docs/img/bk-cloud.png +0 -0
  120. data/manual/docs/img/bk-sec-15.png +0 -0
  121. data/manual/docs/img/book.png +0 -0
  122. data/manual/docs/img/configuration-discovery.png +0 -0
  123. data/manual/docs/img/dot-line-left.png +0 -0
  124. data/manual/docs/img/dot-line-right.png +0 -0
  125. data/manual/docs/img/gear.png +0 -0
  126. data/manual/docs/img/gear2.png +0 -0
  127. data/manual/docs/img/gear3.png +0 -0
  128. data/manual/docs/img/hand.png +0 -0
  129. data/manual/docs/img/hand2.png +0 -0
  130. data/manual/docs/img/hand3.png +0 -0
  131. data/manual/docs/img/home2.png +0 -0
  132. data/manual/docs/img/moustache.png +0 -0
  133. data/manual/docs/img/navig.png +0 -0
  134. data/manual/docs/img/philo.png +0 -0
  135. data/manual/docs/img/service-migration.png +0 -0
  136. data/manual/docs/img/system-validation.png +0 -0
  137. data/manual/docs/img/ticket2.png +0 -0
  138. data/manual/docs/img/usecase-default.png +0 -0
  139. data/manual/docs/img/usecase1.png +0 -0
  140. data/manual/docs/img/usecase2.png +0 -0
  141. data/manual/docs/img/usecase3.png +0 -0
  142. data/manual/docs/img/usecase4.png +0 -0
  143. data/manual/docs/img/wheels.png +0 -0
  144. data/manual/docs/index.html +402 -0
  145. data/manual/docs/js/bootstrap.min.js +6 -0
  146. data/manual/docs/js/custom.js +148 -0
  147. data/manual/docs/js/jquery.js +4 -0
  148. data/manual/docs/js/jquery.nicescroll.min.js +116 -0
  149. data/manual/docs/js/jquery.pageslide.min.js +11 -0
  150. data/manual/docs/js/parallaxImg.js +146 -0
  151. data/manual/docs/js/skrollr.min.js +2 -0
  152. data/manual/docs/machinery-analyze.1.md +37 -0
  153. data/manual/docs/machinery-build.1.md +62 -0
  154. data/manual/docs/machinery-compare.1.md +63 -0
  155. data/manual/docs/machinery-config.1.md +45 -0
  156. data/manual/docs/machinery-copy.1.md +31 -0
  157. data/manual/docs/machinery-deploy.1.md +71 -0
  158. data/manual/docs/machinery-export-autoyast.1.md +58 -0
  159. data/manual/docs/machinery-export-kiwi.1.md +38 -0
  160. data/manual/docs/machinery-inspect-docker.1.md +108 -0
  161. data/manual/docs/machinery-inspect.1.md +145 -0
  162. data/manual/docs/machinery-list.1.md +51 -0
  163. data/manual/docs/machinery-man.1.md +16 -0
  164. data/manual/docs/machinery-move.1.md +29 -0
  165. data/manual/docs/machinery-remove.1.md +44 -0
  166. data/manual/docs/machinery-serve.1.md +45 -0
  167. data/manual/docs/machinery-show.1.md +63 -0
  168. data/manual/docs/machinery-upgrade-format.1.md +47 -0
  169. data/manual/docs/machinery-validate.1.md +34 -0
  170. data/manual/docs/machinery.ymp +114 -0
  171. data/manual/docs/machinery_main_general.1.md +139 -0
  172. data/manual/docs/machinery_main_scopes.1.md +98 -0
  173. data/manual/docs/machinery_main_usecases.1.md +49 -0
  174. data/manual/docs/machinery_security_implications.1.md +89 -0
  175. data/manual/docs/subcommand-template.1.md +46 -0
  176. data/manual/docs/wheels.png +0 -0
  177. data/manual/mkdocs.yml +30 -0
  178. data/manual/site/CNAME +1 -0
  179. data/manual/site/base.html +42 -0
  180. data/manual/site/css/bootstrap.min.css +7 -0
  181. data/manual/site/css/custom.css +788 -0
  182. data/manual/site/css/fixed-positioning.css +45 -0
  183. data/manual/site/custom.css +804 -0
  184. data/manual/site/docs/index.html +144 -0
  185. data/manual/site/favicon.png +0 -0
  186. data/manual/site/hand3.png +0 -0
  187. data/manual/site/img/arrow.png +0 -0
  188. data/manual/site/img/background/1.png +0 -0
  189. data/manual/site/img/background/2.png +0 -0
  190. data/manual/site/img/background/3.png +0 -0
  191. data/manual/site/img/background/4.png +0 -0
  192. data/manual/site/img/background/5.png +0 -0
  193. data/manual/site/img/background/6.png +0 -0
  194. data/manual/site/img/background/7.png +0 -0
  195. data/manual/site/img/bk-cloud.png +0 -0
  196. data/manual/site/img/bk-sec-15.png +0 -0
  197. data/manual/site/img/book.png +0 -0
  198. data/manual/site/img/configuration-discovery.png +0 -0
  199. data/manual/site/img/dot-line-left.png +0 -0
  200. data/manual/site/img/dot-line-right.png +0 -0
  201. data/manual/site/img/gear.png +0 -0
  202. data/manual/site/img/gear2.png +0 -0
  203. data/manual/site/img/gear3.png +0 -0
  204. data/manual/site/img/hand.png +0 -0
  205. data/manual/site/img/hand2.png +0 -0
  206. data/manual/site/img/hand3.png +0 -0
  207. data/manual/site/img/home2.png +0 -0
  208. data/manual/site/img/moustache.png +0 -0
  209. data/manual/site/img/navig.png +0 -0
  210. data/manual/site/img/philo.png +0 -0
  211. data/manual/site/img/service-migration.png +0 -0
  212. data/manual/site/img/system-validation.png +0 -0
  213. data/manual/site/img/ticket2.png +0 -0
  214. data/manual/site/img/usecase-default.png +0 -0
  215. data/manual/site/img/usecase1.png +0 -0
  216. data/manual/site/img/usecase2.png +0 -0
  217. data/manual/site/img/usecase3.png +0 -0
  218. data/manual/site/img/usecase4.png +0 -0
  219. data/manual/site/img/wheels.png +0 -0
  220. data/manual/site/index.html +402 -0
  221. data/manual/site/js/bootstrap.min.js +6 -0
  222. data/manual/site/js/custom.js +148 -0
  223. data/manual/site/js/jquery.js +4 -0
  224. data/manual/site/js/jquery.nicescroll.min.js +116 -0
  225. data/manual/site/js/jquery.pageslide.min.js +11 -0
  226. data/manual/site/js/parallaxImg.js +146 -0
  227. data/manual/site/js/skrollr.min.js +2 -0
  228. data/manual/site/machinery-analyze.1/index.html +167 -0
  229. data/manual/site/machinery-build.1/index.html +198 -0
  230. data/manual/site/machinery-compare.1/index.html +200 -0
  231. data/manual/site/machinery-config.1/index.html +175 -0
  232. data/manual/site/machinery-copy.1/index.html +164 -0
  233. data/manual/site/machinery-deploy.1/index.html +200 -0
  234. data/manual/site/machinery-export-autoyast.1/index.html +188 -0
  235. data/manual/site/machinery-export-kiwi.1/index.html +169 -0
  236. data/manual/site/machinery-inspect-docker.1/index.html +242 -0
  237. data/manual/site/machinery-inspect.1/index.html +283 -0
  238. data/manual/site/machinery-list.1/index.html +180 -0
  239. data/manual/site/machinery-man.1/index.html +148 -0
  240. data/manual/site/machinery-move.1/index.html +162 -0
  241. data/manual/site/machinery-remove.1/index.html +175 -0
  242. data/manual/site/machinery-serve.1/index.html +174 -0
  243. data/manual/site/machinery-show.1/index.html +199 -0
  244. data/manual/site/machinery-upgrade-format.1/index.html +173 -0
  245. data/manual/site/machinery-validate.1/index.html +161 -0
  246. data/manual/site/machinery.ymp +114 -0
  247. data/manual/site/machinery_main_general.1/index.html +260 -0
  248. data/manual/site/machinery_main_scopes.1/index.html +242 -0
  249. data/manual/site/machinery_main_usecases.1/index.html +182 -0
  250. data/manual/site/machinery_security_implications.1/index.html +223 -0
  251. data/manual/site/mkdocs/js/lunr-0.5.7.min.js +7 -0
  252. data/manual/site/mkdocs/js/mustache.min.js +1 -0
  253. data/manual/site/mkdocs/js/require.js +36 -0
  254. data/manual/site/mkdocs/js/search-results-template.mustache +4 -0
  255. data/manual/site/mkdocs/js/search.js +88 -0
  256. data/manual/site/mkdocs/js/text.js +390 -0
  257. data/manual/site/mkdocs/search_index.json +824 -0
  258. data/manual/site/sitemap.xml +152 -0
  259. data/manual/site/wheels.png +0 -0
  260. data/plugins/changed_managed_files/changed_managed_files_inspector.rb +1 -1
  261. data/plugins/changed_managed_files/changed_managed_files_model.rb +1 -1
  262. data/plugins/changed_managed_files/changed_managed_files_renderer.rb +1 -1
  263. data/plugins/changed_managed_files/schema/system-description-changed-managed-files.schema-v7.json +160 -0
  264. data/plugins/config_files/config_files_inspector.rb +1 -1
  265. data/plugins/config_files/config_files_model.rb +1 -1
  266. data/plugins/config_files/config_files_renderer.rb +1 -1
  267. data/plugins/config_files/schema/system-description-config-files.schema-v7.json +160 -0
  268. data/plugins/environment/environment_inspector.rb +1 -1
  269. data/plugins/environment/environment_model.rb +1 -1
  270. data/plugins/environment/schema/system-description-environment.schema-v7.json +17 -0
  271. data/plugins/groups/groups_inspector.rb +1 -1
  272. data/plugins/groups/groups_model.rb +1 -1
  273. data/plugins/groups/groups_renderer.rb +1 -1
  274. data/plugins/groups/schema/system-description-groups.schema-v7.json +49 -0
  275. data/plugins/os/os_inspector.rb +1 -1
  276. data/plugins/os/os_model.rb +1 -1
  277. data/plugins/os/os_renderer.rb +1 -1
  278. data/plugins/os/schema/system-description-os.schema-v7.json +21 -0
  279. data/plugins/packages/packages_inspector.rb +1 -1
  280. data/plugins/packages/packages_model.rb +1 -1
  281. data/plugins/packages/packages_renderer.rb +1 -1
  282. data/plugins/packages/schema/system-description-packages.schema-v7.json +115 -0
  283. data/plugins/patterns/patterns_inspector.rb +6 -6
  284. data/plugins/patterns/patterns_model.rb +1 -1
  285. data/plugins/patterns/patterns_renderer.rb +1 -1
  286. data/plugins/patterns/schema/system-description-patterns.schema-v7.json +58 -0
  287. data/plugins/repositories/repositories_inspector.rb +16 -16
  288. data/plugins/repositories/repositories_model.rb +1 -1
  289. data/plugins/repositories/repositories_renderer.rb +1 -1
  290. data/plugins/repositories/schema/system-description-repositories.schema-v7.json +165 -0
  291. data/plugins/services/schema/system-description-services.schema-v7.json +93 -0
  292. data/plugins/services/services_inspector.rb +1 -1
  293. data/plugins/services/services_model.rb +1 -1
  294. data/plugins/services/services_renderer.rb +1 -1
  295. data/plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v6.json +19 -61
  296. data/plugins/unmanaged_files/schema/system-description-unmanaged-files.schema-v7.json +124 -0
  297. data/plugins/unmanaged_files/unmanaged_files_inspector.rb +21 -436
  298. data/plugins/unmanaged_files/unmanaged_files_model.rb +2 -2
  299. data/plugins/unmanaged_files/unmanaged_files_renderer.rb +2 -2
  300. data/plugins/users/schema/system-description-users.schema-v7.json +86 -0
  301. data/plugins/users/users_inspector.rb +1 -1
  302. data/plugins/users/users_model.rb +1 -1
  303. data/plugins/users/users_renderer.rb +1 -1
  304. data/schema/migrations/migrate1to2.rb +1 -1
  305. data/schema/migrations/migrate6to7.rb +38 -0
  306. data/schema/system-description-global.schema-v7.json +43 -0
  307. data/tools/go.rb +92 -0
  308. data/tools/helper_builder.rb +16 -49
  309. metadata +182 -6
  310. data/man/generated/machinery.1.html +0 -1399
@@ -0,0 +1,144 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <link href="../custom.css" rel="stylesheet">
6
+ </head>
7
+ <body id="manpage">
8
+ <div id="back">
9
+ <a href="..">
10
+ <img src="../hand3.png" class="hand3"/>
11
+ <div class="goback">Go back to the web site</div>
12
+ </a>
13
+ </div>
14
+ <div class="mp">
15
+ <div class="nav">
16
+ <ul>
17
+
18
+
19
+ <li class="current">
20
+ <a href="./">Welcome</a>
21
+ </li>
22
+
23
+
24
+
25
+
26
+ <li>Home
27
+ <ul>
28
+
29
+ <li class="">
30
+ <a href="../machinery_main_general.1/">General</a>
31
+ </li>
32
+
33
+ <li class="">
34
+ <a href="../machinery_main_scopes.1/">Scopes</a>
35
+ </li>
36
+
37
+ <li class="">
38
+ <a href="../machinery_main_usecases.1/">Use cases</a>
39
+ </li>
40
+
41
+ <li class="">
42
+ <a href="../machinery_security_implications.1/">Security Implications</a>
43
+ </li>
44
+
45
+ </ul>
46
+ </li>
47
+
48
+
49
+
50
+
51
+ <li>Commands
52
+ <ul>
53
+
54
+ <li class="">
55
+ <a href="../machinery-analyze.1/">Analyze</a>
56
+ </li>
57
+
58
+ <li class="">
59
+ <a href="../machinery-build.1/">Build</a>
60
+ </li>
61
+
62
+ <li class="">
63
+ <a href="../machinery-compare.1/">Compare</a>
64
+ </li>
65
+
66
+ <li class="">
67
+ <a href="../machinery-config.1/">Config</a>
68
+ </li>
69
+
70
+ <li class="">
71
+ <a href="../machinery-copy.1/">Copy</a>
72
+ </li>
73
+
74
+ <li class="">
75
+ <a href="../machinery-deploy.1/">Deploy</a>
76
+ </li>
77
+
78
+ <li class="">
79
+ <a href="../machinery-export-autoyast.1/">Export AutoYaST</a>
80
+ </li>
81
+
82
+ <li class="">
83
+ <a href="../machinery-export-kiwi.1/">Export Kiwi</a>
84
+ </li>
85
+
86
+ <li class="">
87
+ <a href="../machinery-inspect.1/">Inspect</a>
88
+ </li>
89
+
90
+ <li class="">
91
+ <a href="../machinery-inspect-docker.1/">Inspect Docker</a>
92
+ </li>
93
+
94
+ <li class="">
95
+ <a href="../machinery-list.1/">List</a>
96
+ </li>
97
+
98
+ <li class="">
99
+ <a href="../machinery-man.1/">Man</a>
100
+ </li>
101
+
102
+ <li class="">
103
+ <a href="../machinery-move.1/">Move</a>
104
+ </li>
105
+
106
+ <li class="">
107
+ <a href="../machinery-remove.1/">Remove</a>
108
+ </li>
109
+
110
+ <li class="">
111
+ <a href="../machinery-serve.1/">Serve</a>
112
+ </li>
113
+
114
+ <li class="">
115
+ <a href="../machinery-show.1/">Show</a>
116
+ </li>
117
+
118
+ <li class="">
119
+ <a href="../machinery-upgrade-format.1/">Upgrade Format</a>
120
+ </li>
121
+
122
+ <li class="">
123
+ <a href="../machinery-validate.1/">Validate</a>
124
+ </li>
125
+
126
+ </ul>
127
+ </li>
128
+
129
+
130
+
131
+ </ul>
132
+ </div>
133
+ <div class="content">
134
+ <h1 id="machinery-documentation">Machinery Documentation</h1>
135
+ <p>This is the documentation of Machinery.</p>
136
+ <ul>
137
+ <li><a href="../machinery_main_general.1/">Overview</a></li>
138
+ <li><a href="../machinery_main_scopes.1/">Scopes</a></li>
139
+ <li><a href="../machinery_main_usecases.1/">Use cases</a></li>
140
+ </ul>
141
+ </div>
142
+ </div>
143
+ </body>
144
+ </html>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,402 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
7
+ <title>Machinery - A Systems Management Toolkit for Linux</title>
8
+ <meta name="description" content="A systems management toolkit for Linux. Machinery supports configuration discovery, system validation,and service migration.">
9
+ <meta name="keywords" content="linux,machinery,suse,suse linux, system validation, service migration, configuration discovery, system administrator">
10
+ <link href="css/bootstrap.min.css" rel="stylesheet"/>
11
+ <link href="css/custom.css" rel="stylesheet" />
12
+ <link href="css/fixed-positioning.css" rel="stylesheet" type="text/css" />
13
+ <link href="favicon.png" rel="shortcut icon" />
14
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
15
+ <!--[if lt IE 9]>
16
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
17
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
18
+ <![endif]-->
19
+ </head>
20
+ <body>
21
+ <div class="gear hidden-xs" data-0="transform:rotate(0deg)" data-5050="transform:rotate(700deg)"><img src="img/gear.png"></div>
22
+ <div class="gear3 hidden-xs" data-0="transform:rotate(0deg)" data-5050="transform:rotate(-700deg)"><img src="img/gear3.png"></div>
23
+ <div class="gear2 hidden-xs" data-0="transform:rotate(0deg)" data-5050="transform:rotate(2700deg)"><img src="img/gear2.png"></div>
24
+ <div id="menu" style="padding-top:150px">
25
+ <h1 class="index">- Index -</h1>
26
+ <ul>
27
+ <li> <a href="#section1">Introduction</a></li>
28
+ <li> <a href="#section15">Movie</a></li>
29
+ <li> <a href="#section2">Features</a></li>
30
+ <li> <a href="#section3">System description</a></li>
31
+ <li><a href="#section4">Philosophy</a></li>
32
+ </ul>
33
+ <div class="man">
34
+ <a id="man" href="docs" align="center">show the documentation<br><img class="manb" src="img/book.png"></a>
35
+ </div>
36
+ </div>
37
+
38
+ <img id="menu-btn1" src="img/navig.png" width="30px" height="30px">
39
+
40
+ <a href="#" class="scrollToTop">Scroll to top</a>
41
+
42
+ <div class="all-container">
43
+ <div class="container-fluid home-img" id="section1">
44
+ <!-- section 1 -->
45
+ <div class="row suse-experiment">
46
+ <div class="col-md-4">
47
+ <div class="line1"></div>
48
+ </div>
49
+ <div class="col-md-4 col-xs-12" align="center">
50
+ a SUSE Technology Experiment
51
+ </div>
52
+ <div class="col-md-4">
53
+ <div class="line2"></div>
54
+ </div>
55
+ </div>
56
+
57
+ <div class="row">
58
+ <div class="col-md-12 col-xs-12" >
59
+ <h1 class="headline" align="center">Machinery</h1>
60
+
61
+ <div class="pull-left" id="no-underline">
62
+
63
+ <div>
64
+ <div class="git">
65
+ <a class="btn btn-default" href="machinery.ymp">Install on openSUSE</a>
66
+ </div>
67
+ </div>
68
+
69
+ <div>
70
+ <div class="git">
71
+ <a class="btn btn-default" href="https://github.com/SUSE/machinery/wiki/Installation-on-Other-Distributions">Install on other systems</a>
72
+ </div>
73
+ </div>
74
+
75
+ <div>
76
+ <div class="git">
77
+ <a class="btn btn-default" href="docs/">Documentation</a>
78
+ </div>
79
+ </div>
80
+
81
+ <div>
82
+ <div class="install">
83
+ <a class="btn btn-default" href="http://github.com/SUSE/machinery">Get the source</a>
84
+ </div>
85
+ </div>
86
+
87
+
88
+ </div>
89
+
90
+ <div>
91
+ <div class="wrap-typewriter">
92
+ <p>A command line application for creating descriptions of Linux systems and working with them.</p><p>Machinery supports use cases such as<br><a href='#properties1'> configuration discovery</a>, <br/><a href='#properties2'>system validation</a>, <br/>and <a href='#properties3'>service migration</a>. </p><p>Machinery is based on the idea of an <br/><a href='#section3'> universal system description</a>.<br/>It is transparent,<br/>extensible, and crafted beautifully.</p><p>Machinery is made for the system administrator of the data center. Read more about the <a href='#section4'>philosophy</a> behind it.
93
+ <div class="movie"><a href="#section15">Watch the movie!</a></div>
94
+ </div>
95
+ <div class="ticket">
96
+ <a href="#section15"><img src="img/ticket2.png"></a>
97
+ </div><!-- close typewriter --></div>
98
+ </div>
99
+
100
+
101
+
102
+
103
+ </div>
104
+
105
+
106
+ </div><!-- close section -->
107
+
108
+ <div class="row section15" id="section15"> <!-- section 1.5 -->
109
+ <div class="col-md-5 col-md-offset-1">
110
+ <div class="embed-responsive embed-responsive-16by9" >
111
+ <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/oXvZhRcw7CQ?&autohide=1&showinfo=0&rel=0&color=white" frameborder="0" allowfullscreen></iframe>
112
+ </div>
113
+ </div>
114
+
115
+ <div class="col-md-5">
116
+ <div class="second-text wrap-typewriter">
117
+ <p> Machinery is a command line application for creating descriptions of Linux systems and working with them. </p>
118
+ <p> You can use it to get insight into existing systems, to store and track their state, or to create new systems based on existing ones.</p>
119
+ <p> Machinery provides powerful views of individual and comparisons between systems.</p>
120
+ <p> It can also export descriptions to other tools for installation, migration, image building, containerization, or cloud deployment, and provides defined interfaces to work with system descriptions from your custom tools.</p>
121
+ <div class="movie">
122
+ <a href="https://github.com/SUSE/machinery/wiki/Quick-Start-Guide">Get started!</a>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="row">
128
+ <div class="col-md-12 col-xs-12 continue" align="center">
129
+ <a href="#section2">Scroll for more information<img src="img/hand2.png" class="hand2"></a>
130
+ </div>
131
+ </div>
132
+
133
+ </div>
134
+
135
+
136
+ <!-- section 2 -->
137
+ <div class="row parallax-img-container" id="section2">
138
+ <div class="col-md-8 col-md-offset-2 hidden-xs properties" data-20="top:100%; opacity:1" data-150="top:0%;" >
139
+ <h2 class="title-parallax">Configuration discovery</h2>
140
+ <div id="properties1"></div>
141
+ <img src="img/configuration-discovery.png" class="propertiesOJ" data-200="opacity:0" data-600="opacity:1">
142
+ <p class="text-parallax">Inspect a system, extract configuration and installed software. Write a description which can be used to replicate the system, to track its history, or to use it as a reference for other systems.</p>
143
+ <br>
144
+ <a href="#properties2"><img src="img/hand.png" class="hand"></a>
145
+ </div>
146
+
147
+ <div class="col-xs-10 visible-xs">
148
+ <h2 class="title-parallax">Configuration discovery</h2>
149
+ <img src="img/configuration-discovery.png" class="propertiesOJ" data-500="opacity:0" data-900="opacity:1">
150
+ <p class="text-parallax">Inspect a system, extract configuration and installed software. Write a description which can be used to replicate the system, to track its history, or to use it as a reference for other systems.</p>
151
+ <br>
152
+ <a href="#properties2m"><img src="img/hand.png" class="hand"></a>
153
+ </div>
154
+
155
+ <div class="col-md-8 col-md-offset-2 hidden-xs properties" data-700="top:100%;opacity:1" data-800="top:0%;">
156
+ <h2 class="title-parallax">System validation</h2>
157
+ <div id="properties2"></div>
158
+ <img src="img/system-validation.png" class="propertiesOJ" data-1400="opacity:0" data-1600="opacity:1">
159
+ <p class="text-parallax">Validate systems by comparing against a known good state. Capture reference configuration in template descriptions. Track changes of configuration or installed files over time or compared to other systems.</p>
160
+ <br>
161
+ <a href="#properties3"><img src="img/hand.png" class="hand"></a>
162
+ </div>
163
+
164
+ <div class="col-xs-10 visible-xs" id="properties2m">
165
+ <h2 class="title-parallax">System validation</h2>
166
+ <img src="img/system-validation.png" class="propertiesOJ" data-1700="opacity:0" data-1900="opacity:1">
167
+ <p class="text-parallax">Validate systems by comparing against a known good state. Capture reference configuration in template descriptions. Track changes of configuration or installed files over time or compared to other systems.</p>
168
+ <br>
169
+ <a href="#properties3m"><img src="img/hand.png" class="hand"></a>
170
+ </div>
171
+
172
+ <div class="col-md-8 col-md-offset-2 hidden-xs properties" data-800="top:100%;opacity:1" data-1000="top:0%;">
173
+ <h2 class="title-parallax">Service migration</h2>
174
+ <div id="properties3"></div>
175
+ <img src="img/service-migration.png" class="propertiesOJ" data-700="opacity:0" data-800="opacity:1">
176
+ <p class="text-parallax">Migrate your services from one kind of system to another. Migrate physical systems to the cloud. Migrate from one operating system version to another. Do this in a repeatable, documented way, which can be adapted to your needs.</p>
177
+ <br>
178
+ <a href="#section3"><img src="img/hand.png" class="hand"></a>
179
+ </div>
180
+
181
+ <div class="col-xs-10 visible-xs" id="properties3m">
182
+ <h2 class="title-parallax">Service migration</h2>
183
+ <img src="img/service-migration.png" class="propertiesOJ" data-3000="opacity:0" data-3700="opacity:1">
184
+ <p class="text-parallax">Migrate your services from one kind of system to another. Migrate physical systems to the cloud. Migrate from one operating system version to another. Do this in a repeatable, documented way, which can be adapted to your needs.</p>
185
+ <br>
186
+ <a href="#section3"><img src="img/hand.png" class="hand"></a>
187
+ </div>
188
+ <!-- parallax img -->
189
+ <img class="parallax-move" data-vertical-position="900" data-horizontal-position="100" src="img/background/1.png">
190
+ <img class="parallax-move" data-vertical-position="1600" data-horizontal-position="700" src="img/background/2.png">
191
+ <img class="parallax-move" data-vertical-position="0" data-horizontal-position="10" src="img/background/3.png">
192
+ <img class="parallax-move" data-vertical-position="500" data-horizontal-position="500" src="img/background/4.png">
193
+ <img class="parallax-move" data-vertical-position="400" src="img/background/5.png">
194
+ <img class="parallax-move" data-vertical-position="300" data-horizontal-position="100" src="img/background/6.png">
195
+ <img class="parallax-move" data-vertical-position="100" src="img/background/7.png">
196
+ </div>
197
+
198
+
199
+ <!-- section 3 -->
200
+ <div id="section3">
201
+ <div class="list-usd">
202
+ <div class="uni">Universal System Description</div>
203
+ <!-- Indicators -->
204
+ <ol class="carousel-indicators">
205
+ <li data-target="#carousel-example-generic" data-slide-to="0"><div type="button" class="btn btn-default ">The tools</div></li>
206
+ <li data-target="#carousel-example-generic" data-slide-to="1"><div type="button" class="btn btn-default USDbutton">Physical to cloud</div></li>
207
+ <li data-target="#carousel-example-generic" data-slide-to="2"><div type="button" class="btn btn-default USDbutton">From SLE 11 to SLE 12</div></li>
208
+ <li data-target="#carousel-example-generic" data-slide-to="3"><div type="button" class="btn btn-default USDbutton">Configuration discovery</div></li>
209
+ <li data-target="#carousel-example-generic" data-slide-to="4"><div type="button" class="btn btn-default USDbutton">Validate and show</div></li>
210
+ </ol>
211
+
212
+ </div>
213
+
214
+ <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
215
+
216
+
217
+
218
+ <!-- Wrapper for slides -->
219
+ <div class="carousel-inner">
220
+ <div class="item active">
221
+
222
+ <div class="col-md-1"></div>
223
+ <div class="col-md-4 col-xs-12">
224
+ <div class="usecase">
225
+ <div class="text-gallery">
226
+ <div class="usecase-title">
227
+ The tools
228
+ </div>
229
+ The system administrator is in the center. Machinery offers a set of tools, which the administrator can combine to work flows. They work on an universal description of a system, which connects the tools. See examples for some use cases here.
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="col-md-6 col-xs-12 img-forusercase">
234
+ <img src="img/usecase-default.png">
235
+ </div>
236
+ </div><!-- close item 1 -->
237
+
238
+
239
+ <div class="item">
240
+
241
+ <div class="col-md-1"></div>
242
+ <div class="col-md-4 col-xs-12">
243
+ <div class="usecase">
244
+ <div class="text-gallery">
245
+ <div class="usecase-title">
246
+ Use case: Physical to cloud
247
+ </div>
248
+ Migrate a system from a physical system to the cloud. Inspect the physical system and create a system description. Export the description to a configuration for <a href="http://en.opensuse.org/Portal:KIWI">Kiwi</a> to build an image suitable for the cloud.
249
+ </div>
250
+ </div>
251
+ </div>
252
+ <div class="col-md-6 col-xs-12 img-forusercase">
253
+ <img src="img/usecase1.png">
254
+ </div>
255
+
256
+
257
+ </div>
258
+
259
+ <div class="item">
260
+
261
+ <div class="col-md-1"></div>
262
+ <div class="col-md-4 col-xs-12">
263
+ <div class="usecase">
264
+ <div class="text-gallery">
265
+ <div class="usecase-title">
266
+ Use case: From SLE 11 to SLE 12
267
+ </div>
268
+ Migrate a system from SLES 11 to SLES 12. Inspect the system to be migrated and create a system description. Let Machinery adapt the description to SLES 12. Build an image to deploy the system. See the <a href="https://github.com/SUSE/machinery/wiki/How-to-upgrade-a-SLES-11-SP3-system-to-SLES-12">how-to</a> in the Machinery Wiki for more details.
269
+ </div>
270
+ </div>
271
+ </div>
272
+ <div class="col-md-6 col-xs-12 img-forusercase">
273
+ <img src="img/usecase2.png">
274
+ </div>
275
+ </div>
276
+
277
+ <div class="item">
278
+ <div class="col-md-1"></div>
279
+ <div class="col-md-4 col-xs-12">
280
+ <div class="usecase">
281
+ <div class="text-gallery">
282
+ <div class="usecase-title">
283
+ Use case: Configuration discovery
284
+ </div>
285
+ Inspect a running system and write its configuration as a system description. The written description can be shown and analyzed offline. It can also be used to perform subsequent operation on it, such as building a system image from it
286
+ </div>
287
+ </div>
288
+ </div>
289
+ <div class="col-md-6 col-xs-12 img-forusercase">
290
+ <img src="img/usecase3.png">
291
+ </div>
292
+ </div>
293
+
294
+
295
+ <div class="item">
296
+ <div class="col-md-1"></div>
297
+ <div class="col-md-4 col-xs-12">
298
+ <div class="usecase">
299
+ <div class="text-gallery">
300
+ <div class="usecase-title">
301
+ Use case: Validate and show
302
+ </div>
303
+ Inspect a running system and write a system description. Validate the system by viewing the description and manually confirm expectations. Validate the system by comparing its system description to a reference and showing the differences.
304
+ </div>
305
+ </div>
306
+ </div>
307
+ <div class="col-md-6 col-xs-12 img-forusercase">
308
+ <img src="img/usecase4.png">
309
+ </div>
310
+
311
+ </div>
312
+
313
+
314
+
315
+ </div>
316
+
317
+ </div>
318
+
319
+
320
+
321
+
322
+ <div class="row">
323
+ <div class="col-md-12 continue" align="center">
324
+ <a href="#section4">Go to philosophy<img src="img/hand2.png" class="hand2"></a>
325
+ </div>
326
+ </div>
327
+
328
+
329
+
330
+
331
+
332
+ </div><!-- close section 3 -->
333
+ </div>
334
+
335
+
336
+ <!-- section 4 -->
337
+ <div class="row" id="section4">
338
+ <div class="col-md-3">
339
+ </div>
340
+
341
+ <div class="col-md-6 philo">
342
+ <div class="philo-text">
343
+ <h1 class="headline-philosophy" align="center">Philosophy</h1>
344
+ <img src="img/moustache.png" class="moustache">
345
+ <h2>Made for the system administrator of the data center</h2>
346
+ <p>Machinery is made for the system administrator managing many machines in the data center. It helps in an environment where a high degree of automation, integration of diverse tools, and accountable management are key.</p>
347
+ <h2>Universal system description</h2>
348
+ <p>The architecture and design of Machinery is based on the idea of a universal system description. This describes the content of a system. The description can be stored, compared to other descriptions, analyzed, modified, or used to replicate a system from a description. You can call it "offline systems management".</p>
349
+ <h2>Integrate, not duplicate</h2>
350
+ <p>Machinery is not another configuration management system or monitoring tool. We don't intend to duplicate something which is already there. We want to fill the gaps and address use cases which aren't covered by existing tools. We want to integrate with other tools and bring together what people use.</p>
351
+ <h2>Open toolbox</h2>
352
+ <p>Machinery is an open toolbox. It provides a framework and building blocks for covering a variety of advanced systems management use cases. It's meant to be extensible and to provide a foundation for adding more functionality needed by specific users and their work flows. We welcome contributions.</p> <h2>Agile development</h2>
353
+ <p>Machinery is an open source project, and there is a team behind it at <a href="http://suse.com">SUSE</a>. We develop it in an agile fashion. We do two-week sprints and do frequent stable releases. Needs of users drive our priorities. We value feedback and try to address it as good as we can. We strive to continually improve, not only the software, but also how we create it.</p>
354
+ <h2>Technical excellence</h2>
355
+ <p>We hold ourself to high technical standards. We do mandatory code reviews, test-driven development, continuous integration and builds. We follow technical trends and consciously choose tools and frameworks.</p>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="col-md-3">
360
+ </div>
361
+
362
+ <div class="col-md-offset-3 col-md-6 footer">
363
+ <a href="mailto:machinery@lists.suse.com">Questions, Feedback, Suggestions</a>
364
+ <div class="credit">© <a href="http://suse.com">SUSE</a> 2014-2016</div>
365
+ </div>
366
+
367
+
368
+ </div>
369
+ </div>
370
+ <!--====== JQuery Libraries ========== -->
371
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
372
+ <script src="js/jquery.js"></script>
373
+ <script src="js/parallaxImg.js" type="text/javascript"></script>
374
+ <!-- Include all compiled plugins (below), or include individual files as needed -->
375
+ <script src="js/bootstrap.min.js"></script>
376
+ <script src="js/custom.js"></script>
377
+ <script type="text/javascript" src="js/skrollr.min.js"></script>
378
+ <script type="text/javascript">
379
+ $(document).on("ready",function(){
380
+ if (document.documentElement.clientWidth > 500) {
381
+ var s = skrollr.init();
382
+ }
383
+ })
384
+ </script>
385
+
386
+ <!-- Piwik -->
387
+ <script type="text/javascript">
388
+ var _paq = _paq || [];
389
+ _paq.push(['trackPageView']);
390
+ _paq.push(['enableLinkTracking']);
391
+ (function() {
392
+ var u="//beans.opensuse.org/piwik/";
393
+ _paq.push(['setTrackerUrl', u+'piwik.php']);
394
+ _paq.push(['setSiteId', 26]);
395
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
396
+ g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
397
+ })();
398
+ </script>
399
+ <noscript><p><img src="//beans.opensuse.org/piwik/piwik.php?idsite=26" style="border:0;" alt="" /></p></noscript>
400
+ <!-- End Piwik Code -->
401
+ </body>
402
+ </html>