corl 0.5.2 → 0.5.3

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 (511) hide show
  1. checksums.yaml +7 -7
  2. data/.gitignore +51 -0
  3. data/Gemfile +6 -11
  4. data/Gemfile.lock +122 -147
  5. data/Rakefile +22 -21
  6. data/TODO.rdoc +12 -0
  7. data/VERSION +1 -1
  8. data/bin/corl +15 -21
  9. data/bootstrap/bootstrap.sh +50 -16
  10. data/bootstrap/lib/shell/os.sh +2 -2
  11. data/bootstrap/os/ubuntu/00_base.sh +11 -4
  12. data/bootstrap/os/ubuntu/01_git.sh +6 -3
  13. data/bootstrap/os/ubuntu/{02-editor.sh → 02_editor.sh} +8 -2
  14. data/bootstrap/os/ubuntu/05_ruby.sh +63 -15
  15. data/bootstrap/os/ubuntu/06_puppet.sh +9 -4
  16. data/bootstrap/os/ubuntu/09_nucleon.sh +25 -9
  17. data/bootstrap/os/ubuntu/10_corl.sh +24 -10
  18. data/corl.gemspec +27 -502
  19. data/lib/CORL/configuration/file.rb +112 -112
  20. data/lib/CORL/machine/rackspace.rb +18 -17
  21. data/lib/core/facade.rb +1 -1
  22. data/lib/core/plugin/agent.rb +141 -0
  23. data/lib/core/plugin/cloud_action.rb +67 -62
  24. data/lib/core/plugin/configuration.rb +71 -70
  25. data/lib/core/plugin/network.rb +163 -151
  26. data/lib/core/plugin/node.rb +457 -422
  27. data/lib/core/vagrant/commands/launcher.rb +13 -13
  28. data/lib/core/vagrant/provisioner/config.rb +1 -3
  29. data/lib/nucleon/action/node/bootstrap.rb +21 -16
  30. data/lib/nucleon/action/node/destroy.rb +13 -13
  31. data/lib/nucleon/action/node/seed.rb +62 -64
  32. data/lib/nucleon/action/node/status.rb +39 -32
  33. data/locales/en.yml +121 -116
  34. data/spec/spec_helper.rb +1 -4
  35. metadata +111 -641
  36. data/.document +0 -5
  37. data/lib/core/mod/fog_rackspace_server.rb +0 -29
  38. data/lib/core/vagrant/Vagrantfile +0 -10
  39. data/lib/nucleon/action/plugin/template/nucleon.action.erb +0 -56
  40. data/rdoc/site/0.4.29/CORL/Action/Authorize.html +0 -485
  41. data/rdoc/site/0.4.29/CORL/Action/Bootstrap.html +0 -546
  42. data/rdoc/site/0.4.29/CORL/Action/Build.html +0 -396
  43. data/rdoc/site/0.4.29/CORL/Action/Destroy.html +0 -515
  44. data/rdoc/site/0.4.29/CORL/Action/Exec.html +0 -472
  45. data/rdoc/site/0.4.29/CORL/Action/Facts.html +0 -398
  46. data/rdoc/site/0.4.29/CORL/Action/Image.html +0 -515
  47. data/rdoc/site/0.4.29/CORL/Action/Images.html +0 -514
  48. data/rdoc/site/0.4.29/CORL/Action/Ip.html +0 -395
  49. data/rdoc/site/0.4.29/CORL/Action/Keypair.html +0 -494
  50. data/rdoc/site/0.4.29/CORL/Action/Lookup.html +0 -474
  51. data/rdoc/site/0.4.29/CORL/Action/Machines.html +0 -509
  52. data/rdoc/site/0.4.29/CORL/Action/Provision.html +0 -456
  53. data/rdoc/site/0.4.29/CORL/Action/Reboot.html +0 -515
  54. data/rdoc/site/0.4.29/CORL/Action/Regions.html +0 -509
  55. data/rdoc/site/0.4.29/CORL/Action/Revoke.html +0 -483
  56. data/rdoc/site/0.4.29/CORL/Action/Seed.html +0 -544
  57. data/rdoc/site/0.4.29/CORL/Action/Spawn.html +0 -616
  58. data/rdoc/site/0.4.29/CORL/Action/Ssh.html +0 -526
  59. data/rdoc/site/0.4.29/CORL/Action/Start.html +0 -515
  60. data/rdoc/site/0.4.29/CORL/Action/Stop.html +0 -515
  61. data/rdoc/site/0.4.29/CORL/Action/Vagrantfile.html +0 -457
  62. data/rdoc/site/0.4.29/CORL/Action.html +0 -360
  63. data/rdoc/site/0.4.29/CORL/Configuration/File.html +0 -1128
  64. data/rdoc/site/0.4.29/CORL/Configuration.html +0 -339
  65. data/rdoc/site/0.4.29/CORL/Errors.html +0 -339
  66. data/rdoc/site/0.4.29/CORL/Event/Puppet.html +0 -673
  67. data/rdoc/site/0.4.29/CORL/Event.html +0 -339
  68. data/rdoc/site/0.4.29/CORL/Facade.html +0 -742
  69. data/rdoc/site/0.4.29/CORL/Machine/Aws.html +0 -733
  70. data/rdoc/site/0.4.29/CORL/Machine/Fog.html +0 -1269
  71. data/rdoc/site/0.4.29/CORL/Machine/Physical.html +0 -1039
  72. data/rdoc/site/0.4.29/CORL/Machine/Rackspace.html +0 -514
  73. data/rdoc/site/0.4.29/CORL/Machine/Vagrant.html +0 -1300
  74. data/rdoc/site/0.4.29/CORL/Machine.html +0 -343
  75. data/rdoc/site/0.4.29/CORL/Mixin/Action/Keypair.html +0 -572
  76. data/rdoc/site/0.4.29/CORL/Mixin/Action.html +0 -339
  77. data/rdoc/site/0.4.29/CORL/Mixin/Lookup.html +0 -954
  78. data/rdoc/site/0.4.29/CORL/Mixin/Machine/SSH.html +0 -643
  79. data/rdoc/site/0.4.29/CORL/Mixin/Machine.html +0 -339
  80. data/rdoc/site/0.4.29/CORL/Mixin/Macro/NetworkSettings.html +0 -464
  81. data/rdoc/site/0.4.29/CORL/Mixin/Macro.html +0 -339
  82. data/rdoc/site/0.4.29/CORL/Mixin.html +0 -342
  83. data/rdoc/site/0.4.29/CORL/Network/Default.html +0 -391
  84. data/rdoc/site/0.4.29/CORL/Network.html +0 -339
  85. data/rdoc/site/0.4.29/CORL/Node/Aws.html +0 -716
  86. data/rdoc/site/0.4.29/CORL/Node/Fog.html +0 -1192
  87. data/rdoc/site/0.4.29/CORL/Node/Local.html +0 -424
  88. data/rdoc/site/0.4.29/CORL/Node/Rackspace.html +0 -709
  89. data/rdoc/site/0.4.29/CORL/Node/Vagrant.html +0 -1451
  90. data/rdoc/site/0.4.29/CORL/Node.html +0 -343
  91. data/rdoc/site/0.4.29/CORL/Plugin/CloudAction.html +0 -810
  92. data/rdoc/site/0.4.29/CORL/Plugin.html +0 -339
  93. data/rdoc/site/0.4.29/CORL/Provisioner/Puppetnode.html +0 -1095
  94. data/rdoc/site/0.4.29/CORL/Provisioner.html +0 -339
  95. data/rdoc/site/0.4.29/CORL/Template/Environment.html +0 -528
  96. data/rdoc/site/0.4.29/CORL/Template.html +0 -339
  97. data/rdoc/site/0.4.29/CORL/Util/Puppet/Resource.html +0 -1038
  98. data/rdoc/site/0.4.29/CORL/Util/Puppet/ResourceGroup.html +0 -920
  99. data/rdoc/site/0.4.29/CORL/Util/Puppet.html +0 -1087
  100. data/rdoc/site/0.4.29/CORL/Util.html +0 -341
  101. data/rdoc/site/0.4.29/CORL/Vagrant/Config.html +0 -896
  102. data/rdoc/site/0.4.29/CORL/Vagrant.html +0 -418
  103. data/rdoc/site/0.4.29/CORL.html +0 -465
  104. data/rdoc/site/0.4.29/Facter/Util/Loader.html +0 -396
  105. data/rdoc/site/0.4.29/Facter/Util.html +0 -339
  106. data/rdoc/site/0.4.29/Facter.html +0 -339
  107. data/rdoc/site/0.4.29/Fog/Compute/AWS/Server.html +0 -423
  108. data/rdoc/site/0.4.29/Fog/Compute/AWS.html +0 -345
  109. data/rdoc/site/0.4.29/Fog/Compute/RackspaceV2/Server.html +0 -408
  110. data/rdoc/site/0.4.29/Fog/Compute/RackspaceV2.html +0 -345
  111. data/rdoc/site/0.4.29/Fog/Compute.html +0 -340
  112. data/rdoc/site/0.4.29/Fog.html +0 -340
  113. data/rdoc/site/0.4.29/Hiera/Backend.html +0 -422
  114. data/rdoc/site/0.4.29/Hiera/Corl_logger.html +0 -449
  115. data/rdoc/site/0.4.29/Hiera.html +0 -346
  116. data/rdoc/site/0.4.29/Nucleon/Config.html +0 -357
  117. data/rdoc/site/0.4.29/Nucleon/Plugin/Base.html +0 -345
  118. data/rdoc/site/0.4.29/Nucleon/Plugin/Configuration.html +0 -1213
  119. data/rdoc/site/0.4.29/Nucleon/Plugin/Machine.html +0 -1279
  120. data/rdoc/site/0.4.29/Nucleon/Plugin/Network.html +0 -1425
  121. data/rdoc/site/0.4.29/Nucleon/Plugin/Node.html +0 -3715
  122. data/rdoc/site/0.4.29/Nucleon/Plugin/Provisioner.html +0 -1297
  123. data/rdoc/site/0.4.29/Nucleon/Plugin.html +0 -344
  124. data/rdoc/site/0.4.29/Nucleon.html +0 -344
  125. data/rdoc/site/0.4.29/Object.html +0 -358
  126. data/rdoc/site/0.4.29/Puppet/DataBinding/Corl.html +0 -345
  127. data/rdoc/site/0.4.29/Puppet/DataBinding.html +0 -338
  128. data/rdoc/site/0.4.29/Puppet/Indirector/Corl.html +0 -454
  129. data/rdoc/site/0.4.29/Puppet/Indirector.html +0 -338
  130. data/rdoc/site/0.4.29/Puppet/Parser/Functions.html +0 -480
  131. data/rdoc/site/0.4.29/Puppet/Parser.html +0 -338
  132. data/rdoc/site/0.4.29/Puppet.html +0 -338
  133. data/rdoc/site/0.4.29/README_rdoc.html +0 -340
  134. data/rdoc/site/0.4.29/Vagrant/Config/Loader.html +0 -399
  135. data/rdoc/site/0.4.29/Vagrant/Config.html +0 -339
  136. data/rdoc/site/0.4.29/Vagrant/Vagrantfile.html +0 -392
  137. data/rdoc/site/0.4.29/Vagrant.html +0 -346
  138. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/DeleteCache.html +0 -396
  139. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/InitKeys.html +0 -408
  140. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -406
  141. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action.html +0 -341
  142. data/rdoc/site/0.4.29/VagrantPlugins/CORL/BaseAction.html +0 -491
  143. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Command/Launcher.html +0 -533
  144. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Command.html +0 -339
  145. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Config/CORL.html +0 -732
  146. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Config.html +0 -339
  147. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Plugin.html +0 -345
  148. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Provisioner/CORL.html +0 -536
  149. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Provisioner.html +0 -339
  150. data/rdoc/site/0.4.29/VagrantPlugins/CORL.html +0 -346
  151. data/rdoc/site/0.4.29/VagrantPlugins.html +0 -346
  152. data/rdoc/site/0.4.29/created.rid +0 -96
  153. data/rdoc/site/0.4.29/images/add.png +0 -0
  154. data/rdoc/site/0.4.29/images/brick.png +0 -0
  155. data/rdoc/site/0.4.29/images/brick_link.png +0 -0
  156. data/rdoc/site/0.4.29/images/bug.png +0 -0
  157. data/rdoc/site/0.4.29/images/bullet_black.png +0 -0
  158. data/rdoc/site/0.4.29/images/bullet_toggle_minus.png +0 -0
  159. data/rdoc/site/0.4.29/images/bullet_toggle_plus.png +0 -0
  160. data/rdoc/site/0.4.29/images/date.png +0 -0
  161. data/rdoc/site/0.4.29/images/delete.png +0 -0
  162. data/rdoc/site/0.4.29/images/find.png +0 -0
  163. data/rdoc/site/0.4.29/images/loadingAnimation.gif +0 -0
  164. data/rdoc/site/0.4.29/images/macFFBgHack.png +0 -0
  165. data/rdoc/site/0.4.29/images/package.png +0 -0
  166. data/rdoc/site/0.4.29/images/page_green.png +0 -0
  167. data/rdoc/site/0.4.29/images/page_white_text.png +0 -0
  168. data/rdoc/site/0.4.29/images/page_white_width.png +0 -0
  169. data/rdoc/site/0.4.29/images/plugin.png +0 -0
  170. data/rdoc/site/0.4.29/images/ruby.png +0 -0
  171. data/rdoc/site/0.4.29/images/tag_blue.png +0 -0
  172. data/rdoc/site/0.4.29/images/tag_green.png +0 -0
  173. data/rdoc/site/0.4.29/images/transparent.png +0 -0
  174. data/rdoc/site/0.4.29/images/wrench.png +0 -0
  175. data/rdoc/site/0.4.29/images/wrench_orange.png +0 -0
  176. data/rdoc/site/0.4.29/images/zoom.png +0 -0
  177. data/rdoc/site/0.4.29/index.html +0 -339
  178. data/rdoc/site/0.4.29/js/darkfish.js +0 -155
  179. data/rdoc/site/0.4.29/js/jquery.js +0 -18
  180. data/rdoc/site/0.4.29/js/navigation.js +0 -142
  181. data/rdoc/site/0.4.29/js/search.js +0 -94
  182. data/rdoc/site/0.4.29/js/search_index.js +0 -1
  183. data/rdoc/site/0.4.29/js/searcher.js +0 -228
  184. data/rdoc/site/0.4.29/rdoc.css +0 -543
  185. data/rdoc/site/0.4.29/table_of_contents.html +0 -1561
  186. data/rdoc/site/0.5.0/CORL/Build.html +0 -757
  187. data/rdoc/site/0.5.0/CORL/Builder/Identity.html +0 -569
  188. data/rdoc/site/0.5.0/CORL/Builder/Package.html +0 -576
  189. data/rdoc/site/0.5.0/CORL/Builder.html +0 -360
  190. data/rdoc/site/0.5.0/CORL/Configuration/File.html +0 -1148
  191. data/rdoc/site/0.5.0/CORL/Configuration.html +0 -359
  192. data/rdoc/site/0.5.0/CORL/Errors.html +0 -359
  193. data/rdoc/site/0.5.0/CORL/Facade.html +0 -899
  194. data/rdoc/site/0.5.0/CORL/Machine/AWS.html +0 -753
  195. data/rdoc/site/0.5.0/CORL/Machine/Fog.html +0 -1289
  196. data/rdoc/site/0.5.0/CORL/Machine/Physical.html +0 -1059
  197. data/rdoc/site/0.5.0/CORL/Machine/Rackspace.html +0 -534
  198. data/rdoc/site/0.5.0/CORL/Machine/Vagrant.html +0 -1320
  199. data/rdoc/site/0.5.0/CORL/Machine.html +0 -363
  200. data/rdoc/site/0.5.0/CORL/Mixin/Action/Keypair.html +0 -592
  201. data/rdoc/site/0.5.0/CORL/Mixin/Action.html +0 -359
  202. data/rdoc/site/0.5.0/CORL/Mixin/Builder/Global.html +0 -604
  203. data/rdoc/site/0.5.0/CORL/Mixin/Builder/Instance.html +0 -696
  204. data/rdoc/site/0.5.0/CORL/Mixin/Builder.html +0 -359
  205. data/rdoc/site/0.5.0/CORL/Mixin/Lookup.html +0 -1139
  206. data/rdoc/site/0.5.0/CORL/Mixin/Machine/SSH.html +0 -675
  207. data/rdoc/site/0.5.0/CORL/Mixin/Machine.html +0 -359
  208. data/rdoc/site/0.5.0/CORL/Mixin/Macro/NetworkSettings.html +0 -484
  209. data/rdoc/site/0.5.0/CORL/Mixin/Macro.html +0 -359
  210. data/rdoc/site/0.5.0/CORL/Mixin.html +0 -363
  211. data/rdoc/site/0.5.0/CORL/Network/CORL.html +0 -411
  212. data/rdoc/site/0.5.0/CORL/Network.html +0 -359
  213. data/rdoc/site/0.5.0/CORL/Node/AWS.html +0 -736
  214. data/rdoc/site/0.5.0/CORL/Node/Fog.html +0 -1212
  215. data/rdoc/site/0.5.0/CORL/Node/Local.html +0 -444
  216. data/rdoc/site/0.5.0/CORL/Node/Rackspace.html +0 -729
  217. data/rdoc/site/0.5.0/CORL/Node/Vagrant.html +0 -1476
  218. data/rdoc/site/0.5.0/CORL/Node.html +0 -363
  219. data/rdoc/site/0.5.0/CORL/Plugin/Builder.html +0 -500
  220. data/rdoc/site/0.5.0/CORL/Plugin/Configuration.html +0 -1271
  221. data/rdoc/site/0.5.0/CORL/Plugin/Machine.html +0 -1299
  222. data/rdoc/site/0.5.0/CORL/Plugin/Network.html +0 -1580
  223. data/rdoc/site/0.5.0/CORL/Plugin/Node.html +0 -4041
  224. data/rdoc/site/0.5.0/CORL/Plugin/Provisioner.html +0 -1115
  225. data/rdoc/site/0.5.0/CORL/Plugin.html +0 -649
  226. data/rdoc/site/0.5.0/CORL/Provisioner/Puppetnode.html +0 -1177
  227. data/rdoc/site/0.5.0/CORL/Provisioner.html +0 -359
  228. data/rdoc/site/0.5.0/CORL/Util/Puppet/Resource.html +0 -1058
  229. data/rdoc/site/0.5.0/CORL/Util/Puppet/ResourceGroup.html +0 -940
  230. data/rdoc/site/0.5.0/CORL/Util/Puppet.html +0 -1107
  231. data/rdoc/site/0.5.0/CORL/Util.html +0 -361
  232. data/rdoc/site/0.5.0/CORL/Vagrant/Config.html +0 -943
  233. data/rdoc/site/0.5.0/CORL/Vagrant.html +0 -438
  234. data/rdoc/site/0.5.0/CORL.html +0 -471
  235. data/rdoc/site/0.5.0/Fog/Compute/AWS/Server.html +0 -443
  236. data/rdoc/site/0.5.0/Fog/Compute/AWS.html +0 -365
  237. data/rdoc/site/0.5.0/Fog/Compute/RackspaceV2/Server.html +0 -428
  238. data/rdoc/site/0.5.0/Fog/Compute/RackspaceV2.html +0 -365
  239. data/rdoc/site/0.5.0/Fog/Compute.html +0 -360
  240. data/rdoc/site/0.5.0/Fog.html +0 -360
  241. data/rdoc/site/0.5.0/Hiera/Backend.html +0 -442
  242. data/rdoc/site/0.5.0/Hiera/Corl_logger.html +0 -469
  243. data/rdoc/site/0.5.0/Hiera.html +0 -366
  244. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Create.html +0 -538
  245. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Hiera.html +0 -566
  246. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Images.html +0 -572
  247. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Inspect.html +0 -524
  248. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Machines.html +0 -567
  249. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Regions.html +0 -567
  250. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Vagrantfile.html +0 -515
  251. data/rdoc/site/0.5.0/Nucleon/Action/Cloud.html +0 -365
  252. data/rdoc/site/0.5.0/Nucleon/Action/Node/Authorize.html +0 -543
  253. data/rdoc/site/0.5.0/Nucleon/Action/Node/Bootstrap.html +0 -604
  254. data/rdoc/site/0.5.0/Nucleon/Action/Node/Build.html +0 -526
  255. data/rdoc/site/0.5.0/Nucleon/Action/Node/Destroy.html +0 -573
  256. data/rdoc/site/0.5.0/Nucleon/Action/Node/Exec.html +0 -530
  257. data/rdoc/site/0.5.0/Nucleon/Action/Node/Facts.html +0 -456
  258. data/rdoc/site/0.5.0/Nucleon/Action/Node/IP.html +0 -453
  259. data/rdoc/site/0.5.0/Nucleon/Action/Node/Image.html +0 -573
  260. data/rdoc/site/0.5.0/Nucleon/Action/Node/Keypair.html +0 -572
  261. data/rdoc/site/0.5.0/Nucleon/Action/Node/Lookup.html +0 -532
  262. data/rdoc/site/0.5.0/Nucleon/Action/Node/Provision.html +0 -553
  263. data/rdoc/site/0.5.0/Nucleon/Action/Node/Reboot.html +0 -573
  264. data/rdoc/site/0.5.0/Nucleon/Action/Node/Revoke.html +0 -541
  265. data/rdoc/site/0.5.0/Nucleon/Action/Node/SSH.html +0 -583
  266. data/rdoc/site/0.5.0/Nucleon/Action/Node/Seed.html +0 -602
  267. data/rdoc/site/0.5.0/Nucleon/Action/Node/Spawn.html +0 -675
  268. data/rdoc/site/0.5.0/Nucleon/Action/Node/Start.html +0 -573
  269. data/rdoc/site/0.5.0/Nucleon/Action/Node/Stop.html +0 -573
  270. data/rdoc/site/0.5.0/Nucleon/Action/Node.html +0 -376
  271. data/rdoc/site/0.5.0/Nucleon/Action.html +0 -383
  272. data/rdoc/site/0.5.0/Nucleon/Config.html +0 -377
  273. data/rdoc/site/0.5.0/Nucleon/Event/Puppet.html +0 -693
  274. data/rdoc/site/0.5.0/Nucleon/Event.html +0 -359
  275. data/rdoc/site/0.5.0/Nucleon/Plugin/Base.html +0 -365
  276. data/rdoc/site/0.5.0/Nucleon/Plugin/CloudAction.html +0 -838
  277. data/rdoc/site/0.5.0/Nucleon/Plugin.html +0 -360
  278. data/rdoc/site/0.5.0/Nucleon/Template/Environment.html +0 -548
  279. data/rdoc/site/0.5.0/Nucleon/Template.html +0 -359
  280. data/rdoc/site/0.5.0/Nucleon.html +0 -387
  281. data/rdoc/site/0.5.0/Object.html +0 -378
  282. data/rdoc/site/0.5.0/Puppet/DataBinding/Corl.html +0 -365
  283. data/rdoc/site/0.5.0/Puppet/DataBinding.html +0 -358
  284. data/rdoc/site/0.5.0/Puppet/Indirector/Corl.html +0 -477
  285. data/rdoc/site/0.5.0/Puppet/Indirector.html +0 -358
  286. data/rdoc/site/0.5.0/Puppet/Parser/Functions.html +0 -500
  287. data/rdoc/site/0.5.0/Puppet/Parser.html +0 -358
  288. data/rdoc/site/0.5.0/Puppet.html +0 -358
  289. data/rdoc/site/0.5.0/README_rdoc.html +0 -360
  290. data/rdoc/site/0.5.0/Vagrant/Config/Loader.html +0 -419
  291. data/rdoc/site/0.5.0/Vagrant/Config.html +0 -359
  292. data/rdoc/site/0.5.0/Vagrant/Vagrantfile.html +0 -412
  293. data/rdoc/site/0.5.0/Vagrant.html +0 -366
  294. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/DeleteCache.html +0 -422
  295. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/InitKeys.html +0 -428
  296. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -426
  297. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action.html +0 -361
  298. data/rdoc/site/0.5.0/VagrantPlugins/CORL/BaseAction.html +0 -511
  299. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Command/Launcher.html +0 -553
  300. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Command.html +0 -359
  301. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Config/CORL.html +0 -752
  302. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Config.html +0 -359
  303. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Plugin.html +0 -365
  304. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Provisioner/CORL.html +0 -556
  305. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Provisioner.html +0 -359
  306. data/rdoc/site/0.5.0/VagrantPlugins/CORL.html +0 -366
  307. data/rdoc/site/0.5.0/VagrantPlugins.html +0 -366
  308. data/rdoc/site/0.5.0/created.rid +0 -103
  309. data/rdoc/site/0.5.0/images/add.png +0 -0
  310. data/rdoc/site/0.5.0/images/brick.png +0 -0
  311. data/rdoc/site/0.5.0/images/brick_link.png +0 -0
  312. data/rdoc/site/0.5.0/images/bug.png +0 -0
  313. data/rdoc/site/0.5.0/images/bullet_black.png +0 -0
  314. data/rdoc/site/0.5.0/images/bullet_toggle_minus.png +0 -0
  315. data/rdoc/site/0.5.0/images/bullet_toggle_plus.png +0 -0
  316. data/rdoc/site/0.5.0/images/date.png +0 -0
  317. data/rdoc/site/0.5.0/images/delete.png +0 -0
  318. data/rdoc/site/0.5.0/images/find.png +0 -0
  319. data/rdoc/site/0.5.0/images/loadingAnimation.gif +0 -0
  320. data/rdoc/site/0.5.0/images/macFFBgHack.png +0 -0
  321. data/rdoc/site/0.5.0/images/package.png +0 -0
  322. data/rdoc/site/0.5.0/images/page_green.png +0 -0
  323. data/rdoc/site/0.5.0/images/page_white_text.png +0 -0
  324. data/rdoc/site/0.5.0/images/page_white_width.png +0 -0
  325. data/rdoc/site/0.5.0/images/plugin.png +0 -0
  326. data/rdoc/site/0.5.0/images/ruby.png +0 -0
  327. data/rdoc/site/0.5.0/images/tag_blue.png +0 -0
  328. data/rdoc/site/0.5.0/images/tag_green.png +0 -0
  329. data/rdoc/site/0.5.0/images/transparent.png +0 -0
  330. data/rdoc/site/0.5.0/images/wrench.png +0 -0
  331. data/rdoc/site/0.5.0/images/wrench_orange.png +0 -0
  332. data/rdoc/site/0.5.0/images/zoom.png +0 -0
  333. data/rdoc/site/0.5.0/index.html +0 -359
  334. data/rdoc/site/0.5.0/js/darkfish.js +0 -155
  335. data/rdoc/site/0.5.0/js/jquery.js +0 -18
  336. data/rdoc/site/0.5.0/js/navigation.js +0 -142
  337. data/rdoc/site/0.5.0/js/search.js +0 -94
  338. data/rdoc/site/0.5.0/js/search_index.js +0 -1
  339. data/rdoc/site/0.5.0/js/searcher.js +0 -228
  340. data/rdoc/site/0.5.0/rdoc.css +0 -543
  341. data/rdoc/site/0.5.0/table_of_contents.html +0 -1797
  342. data/rdoc/site/0.5.1/CORL/Build.html +0 -781
  343. data/rdoc/site/0.5.1/CORL/Builder/Identity.html +0 -596
  344. data/rdoc/site/0.5.1/CORL/Builder/Package.html +0 -600
  345. data/rdoc/site/0.5.1/CORL/Builder.html +0 -384
  346. data/rdoc/site/0.5.1/CORL/Configuration/File.html +0 -1186
  347. data/rdoc/site/0.5.1/CORL/Configuration.html +0 -383
  348. data/rdoc/site/0.5.1/CORL/Errors.html +0 -383
  349. data/rdoc/site/0.5.1/CORL/Facade.html +0 -927
  350. data/rdoc/site/0.5.1/CORL/Machine/AWS.html +0 -777
  351. data/rdoc/site/0.5.1/CORL/Machine/Fog.html +0 -1313
  352. data/rdoc/site/0.5.1/CORL/Machine/Physical.html +0 -1083
  353. data/rdoc/site/0.5.1/CORL/Machine/Rackspace.html +0 -558
  354. data/rdoc/site/0.5.1/CORL/Machine/Vagrant.html +0 -1344
  355. data/rdoc/site/0.5.1/CORL/Machine.html +0 -387
  356. data/rdoc/site/0.5.1/CORL/Mixin/Action/Keypair.html +0 -616
  357. data/rdoc/site/0.5.1/CORL/Mixin/Action/Registration.html +0 -469
  358. data/rdoc/site/0.5.1/CORL/Mixin/Action.html +0 -384
  359. data/rdoc/site/0.5.1/CORL/Mixin/Builder/Global.html +0 -628
  360. data/rdoc/site/0.5.1/CORL/Mixin/Builder/Instance.html +0 -720
  361. data/rdoc/site/0.5.1/CORL/Mixin/Builder.html +0 -383
  362. data/rdoc/site/0.5.1/CORL/Mixin/Lookup.html +0 -1315
  363. data/rdoc/site/0.5.1/CORL/Mixin/Machine/SSH.html +0 -699
  364. data/rdoc/site/0.5.1/CORL/Mixin/Machine.html +0 -383
  365. data/rdoc/site/0.5.1/CORL/Mixin/Macro/NetworkSettings.html +0 -508
  366. data/rdoc/site/0.5.1/CORL/Mixin/Macro.html +0 -383
  367. data/rdoc/site/0.5.1/CORL/Mixin.html +0 -388
  368. data/rdoc/site/0.5.1/CORL/Network/CORL.html +0 -435
  369. data/rdoc/site/0.5.1/CORL/Network.html +0 -383
  370. data/rdoc/site/0.5.1/CORL/Node/AWS.html +0 -760
  371. data/rdoc/site/0.5.1/CORL/Node/Fog.html +0 -1268
  372. data/rdoc/site/0.5.1/CORL/Node/Local.html +0 -468
  373. data/rdoc/site/0.5.1/CORL/Node/Rackspace.html +0 -753
  374. data/rdoc/site/0.5.1/CORL/Node/Vagrant.html +0 -1497
  375. data/rdoc/site/0.5.1/CORL/Node.html +0 -387
  376. data/rdoc/site/0.5.1/CORL/Plugin/Builder.html +0 -524
  377. data/rdoc/site/0.5.1/CORL/Plugin/Configuration.html +0 -1294
  378. data/rdoc/site/0.5.1/CORL/Plugin/Machine.html +0 -1323
  379. data/rdoc/site/0.5.1/CORL/Plugin/Network.html +0 -1766
  380. data/rdoc/site/0.5.1/CORL/Plugin/Node.html +0 -4263
  381. data/rdoc/site/0.5.1/CORL/Plugin/Provisioner.html +0 -1139
  382. data/rdoc/site/0.5.1/CORL/Plugin.html +0 -673
  383. data/rdoc/site/0.5.1/CORL/Provisioner/Puppetnode.html +0 -1201
  384. data/rdoc/site/0.5.1/CORL/Provisioner.html +0 -383
  385. data/rdoc/site/0.5.1/CORL/Util/Puppet/Resource.html +0 -1082
  386. data/rdoc/site/0.5.1/CORL/Util/Puppet/ResourceGroup.html +0 -964
  387. data/rdoc/site/0.5.1/CORL/Util/Puppet.html +0 -1131
  388. data/rdoc/site/0.5.1/CORL/Util.html +0 -385
  389. data/rdoc/site/0.5.1/CORL/Vagrant/Config.html +0 -967
  390. data/rdoc/site/0.5.1/CORL/Vagrant.html +0 -462
  391. data/rdoc/site/0.5.1/CORL.html +0 -496
  392. data/rdoc/site/0.5.1/Fog/Compute/AWS/Server.html +0 -467
  393. data/rdoc/site/0.5.1/Fog/Compute/AWS.html +0 -389
  394. data/rdoc/site/0.5.1/Fog/Compute/RackspaceV2/Server.html +0 -452
  395. data/rdoc/site/0.5.1/Fog/Compute/RackspaceV2.html +0 -389
  396. data/rdoc/site/0.5.1/Fog/Compute.html +0 -384
  397. data/rdoc/site/0.5.1/Fog.html +0 -384
  398. data/rdoc/site/0.5.1/Hiera/Backend.html +0 -466
  399. data/rdoc/site/0.5.1/Hiera/Corl_logger.html +0 -493
  400. data/rdoc/site/0.5.1/Hiera.html +0 -390
  401. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Config.html +0 -978
  402. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Create.html +0 -562
  403. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Images.html +0 -596
  404. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Inspect.html +0 -567
  405. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Machines.html +0 -591
  406. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Regions.html +0 -591
  407. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Settings.html +0 -878
  408. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Vagrantfile.html +0 -539
  409. data/rdoc/site/0.5.1/Nucleon/Action/Cloud.html +0 -390
  410. data/rdoc/site/0.5.1/Nucleon/Action/Node/Authorize.html +0 -567
  411. data/rdoc/site/0.5.1/Nucleon/Action/Node/Bootstrap.html +0 -628
  412. data/rdoc/site/0.5.1/Nucleon/Action/Node/Build.html +0 -550
  413. data/rdoc/site/0.5.1/Nucleon/Action/Node/Cache.html +0 -773
  414. data/rdoc/site/0.5.1/Nucleon/Action/Node/Destroy.html +0 -597
  415. data/rdoc/site/0.5.1/Nucleon/Action/Node/Exec.html +0 -554
  416. data/rdoc/site/0.5.1/Nucleon/Action/Node/Fact.html +0 -733
  417. data/rdoc/site/0.5.1/Nucleon/Action/Node/Facts.html +0 -505
  418. data/rdoc/site/0.5.1/Nucleon/Action/Node/Group.html +0 -729
  419. data/rdoc/site/0.5.1/Nucleon/Action/Node/Groups.html +0 -505
  420. data/rdoc/site/0.5.1/Nucleon/Action/Node/IP.html +0 -477
  421. data/rdoc/site/0.5.1/Nucleon/Action/Node/Identity.html +0 -614
  422. data/rdoc/site/0.5.1/Nucleon/Action/Node/Image.html +0 -597
  423. data/rdoc/site/0.5.1/Nucleon/Action/Node/Keypair.html +0 -596
  424. data/rdoc/site/0.5.1/Nucleon/Action/Node/Lookup.html +0 -579
  425. data/rdoc/site/0.5.1/Nucleon/Action/Node/Provision.html +0 -577
  426. data/rdoc/site/0.5.1/Nucleon/Action/Node/Reboot.html +0 -597
  427. data/rdoc/site/0.5.1/Nucleon/Action/Node/Revoke.html +0 -565
  428. data/rdoc/site/0.5.1/Nucleon/Action/Node/SSH.html +0 -607
  429. data/rdoc/site/0.5.1/Nucleon/Action/Node/Seed.html +0 -626
  430. data/rdoc/site/0.5.1/Nucleon/Action/Node/Spawn.html +0 -699
  431. data/rdoc/site/0.5.1/Nucleon/Action/Node/Start.html +0 -597
  432. data/rdoc/site/0.5.1/Nucleon/Action/Node/Status.html +0 -615
  433. data/rdoc/site/0.5.1/Nucleon/Action/Node/Stop.html +0 -597
  434. data/rdoc/site/0.5.1/Nucleon/Action/Node.html +0 -406
  435. data/rdoc/site/0.5.1/Nucleon/Action/Plugin/Create.html +0 -736
  436. data/rdoc/site/0.5.1/Nucleon/Action/Plugin/List.html +0 -570
  437. data/rdoc/site/0.5.1/Nucleon/Action/Plugin.html +0 -384
  438. data/rdoc/site/0.5.1/Nucleon/Action/Plugins.html +0 -435
  439. data/rdoc/site/0.5.1/Nucleon/Action.html +0 -417
  440. data/rdoc/site/0.5.1/Nucleon/Config.html +0 -401
  441. data/rdoc/site/0.5.1/Nucleon/Event/Puppet.html +0 -717
  442. data/rdoc/site/0.5.1/Nucleon/Event.html +0 -383
  443. data/rdoc/site/0.5.1/Nucleon/Plugin/Base.html +0 -389
  444. data/rdoc/site/0.5.1/Nucleon/Plugin/CloudAction.html +0 -894
  445. data/rdoc/site/0.5.1/Nucleon/Plugin.html +0 -384
  446. data/rdoc/site/0.5.1/Nucleon/Template/Environment.html +0 -572
  447. data/rdoc/site/0.5.1/Nucleon/Template.html +0 -383
  448. data/rdoc/site/0.5.1/Nucleon.html +0 -421
  449. data/rdoc/site/0.5.1/Object.html +0 -402
  450. data/rdoc/site/0.5.1/Puppet/DataBinding/Corl.html +0 -389
  451. data/rdoc/site/0.5.1/Puppet/DataBinding.html +0 -382
  452. data/rdoc/site/0.5.1/Puppet/Indirector/Corl.html +0 -501
  453. data/rdoc/site/0.5.1/Puppet/Indirector.html +0 -382
  454. data/rdoc/site/0.5.1/Puppet/Parser/Functions.html +0 -524
  455. data/rdoc/site/0.5.1/Puppet/Parser.html +0 -382
  456. data/rdoc/site/0.5.1/Puppet.html +0 -382
  457. data/rdoc/site/0.5.1/README_rdoc.html +0 -384
  458. data/rdoc/site/0.5.1/Vagrant/Config/Loader.html +0 -443
  459. data/rdoc/site/0.5.1/Vagrant/Config.html +0 -383
  460. data/rdoc/site/0.5.1/Vagrant/Vagrantfile.html +0 -436
  461. data/rdoc/site/0.5.1/Vagrant.html +0 -390
  462. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/DeleteCache.html +0 -446
  463. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/InitKeys.html +0 -452
  464. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -450
  465. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action.html +0 -385
  466. data/rdoc/site/0.5.1/VagrantPlugins/CORL/BaseAction.html +0 -535
  467. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Command/Launcher.html +0 -577
  468. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Command.html +0 -383
  469. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Config/CORL.html +0 -776
  470. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Config.html +0 -383
  471. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Plugin.html +0 -389
  472. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Provisioner/CORL.html +0 -580
  473. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Provisioner.html +0 -383
  474. data/rdoc/site/0.5.1/VagrantPlugins/CORL.html +0 -390
  475. data/rdoc/site/0.5.1/VagrantPlugins.html +0 -390
  476. data/rdoc/site/0.5.1/created.rid +0 -114
  477. data/rdoc/site/0.5.1/images/add.png +0 -0
  478. data/rdoc/site/0.5.1/images/brick.png +0 -0
  479. data/rdoc/site/0.5.1/images/brick_link.png +0 -0
  480. data/rdoc/site/0.5.1/images/bug.png +0 -0
  481. data/rdoc/site/0.5.1/images/bullet_black.png +0 -0
  482. data/rdoc/site/0.5.1/images/bullet_toggle_minus.png +0 -0
  483. data/rdoc/site/0.5.1/images/bullet_toggle_plus.png +0 -0
  484. data/rdoc/site/0.5.1/images/date.png +0 -0
  485. data/rdoc/site/0.5.1/images/delete.png +0 -0
  486. data/rdoc/site/0.5.1/images/find.png +0 -0
  487. data/rdoc/site/0.5.1/images/loadingAnimation.gif +0 -0
  488. data/rdoc/site/0.5.1/images/macFFBgHack.png +0 -0
  489. data/rdoc/site/0.5.1/images/package.png +0 -0
  490. data/rdoc/site/0.5.1/images/page_green.png +0 -0
  491. data/rdoc/site/0.5.1/images/page_white_text.png +0 -0
  492. data/rdoc/site/0.5.1/images/page_white_width.png +0 -0
  493. data/rdoc/site/0.5.1/images/plugin.png +0 -0
  494. data/rdoc/site/0.5.1/images/ruby.png +0 -0
  495. data/rdoc/site/0.5.1/images/tag_blue.png +0 -0
  496. data/rdoc/site/0.5.1/images/tag_green.png +0 -0
  497. data/rdoc/site/0.5.1/images/transparent.png +0 -0
  498. data/rdoc/site/0.5.1/images/wrench.png +0 -0
  499. data/rdoc/site/0.5.1/images/wrench_orange.png +0 -0
  500. data/rdoc/site/0.5.1/images/zoom.png +0 -0
  501. data/rdoc/site/0.5.1/index.html +0 -383
  502. data/rdoc/site/0.5.1/js/darkfish.js +0 -155
  503. data/rdoc/site/0.5.1/js/jquery.js +0 -18
  504. data/rdoc/site/0.5.1/js/navigation.js +0 -142
  505. data/rdoc/site/0.5.1/js/search.js +0 -94
  506. data/rdoc/site/0.5.1/js/search_index.js +0 -1
  507. data/rdoc/site/0.5.1/js/searcher.js +0 -228
  508. data/rdoc/site/0.5.1/rdoc.css +0 -543
  509. data/rdoc/site/0.5.1/table_of_contents.html +0 -2005
  510. data/spec/corl_mock_input.rb +0 -29
  511. data/spec/corl_test_kernel.rb +0 -22
data/locales/en.yml CHANGED
@@ -51,9 +51,9 @@ en:
51
51
  key_bits: |-
52
52
  Encryption strength must be greater than %{required} bits (%{value} specified)
53
53
  no_password: |-
54
- Password verification of private key was terminated (verification required to use encrypted SSH keys)
54
+ Password verification of private key was terminated (verification required to use encrypted SSH keys)
55
55
  action:
56
- unknown:
56
+ unknown:
57
57
  description: |-
58
58
  This CORL action has no description available
59
59
  help: |-
@@ -64,19 +64,19 @@ en:
64
64
  List all of the currently loaded plugins and providers
65
65
  help: |-
66
66
  List all of the currently loaded plugins and providers.
67
-
67
+
68
68
  Nucleon plugin providers are defined via a path search from specified base directories of the format below:
69
-
69
+
70
70
  >> {base_dir}/lib/{namespace}/{plugin_type}/{provider}.rb
71
-
71
+
72
72
  By default, base paths are searched from:
73
-
73
+
74
74
  * Ruby Gems on the system
75
75
  * Managed projects (including networks and packages)
76
76
  * Component projects (such as Puppet modules)
77
77
  * Current directory and parents
78
-
79
- More base paths from across the system can be added by implementing the "register_plugins" hook within an
78
+
79
+ More base paths from across the system can be added by implementing the "register_plugins" hook within an
80
80
  extension plugin provider in your project.
81
81
  info:
82
82
  namespace: |-
@@ -90,10 +90,10 @@ en:
90
90
  Create a new plugin within the current project
91
91
  help: |-
92
92
  Create a new plugin provider of a specified type.
93
-
94
- So far the only type with an implemented template is the Action plugin type.
93
+
94
+ So far the only type with an implemented template is the Action plugin type.
95
95
  More coming soon.
96
-
96
+
97
97
  If you want to save an interpolated template to a project provider, use the --save option.
98
98
  options:
99
99
  type: |-
@@ -127,15 +127,15 @@ en:
127
127
  Create a new network project
128
128
  help: |-
129
129
  Create a new network project with an optional existing project reference.
130
-
130
+
131
131
  Network projects are started from template projects that contain default nodes, configurations, etc...
132
-
132
+
133
133
  Project references take the form:
134
-
134
+
135
135
  {project provider}:::{provider id}[{project revision}]
136
-
136
+
137
137
  github:::coralnexus/network-template[master] (the default network template)
138
-
138
+
139
139
  If the --path option is not specified the create action attempts to create the project in the current
140
140
  directory. If files or directories exist, the project creation will fail.
141
141
  info:
@@ -146,8 +146,8 @@ en:
146
146
  Update the network project remote
147
147
  help: |-
148
148
  Update network project remotes to reference an external project.
149
-
150
- If trying to specify a private project, be sure you can reach the project provider from your
149
+
150
+ If trying to specify a private project, be sure you can reach the project provider from your
151
151
  computer first. You might need to include your regular private key or create a deploy key
152
152
  for project access.
153
153
  info:
@@ -158,24 +158,24 @@ en:
158
158
  Inspect the network configuration
159
159
  help: |-
160
160
  Inspect any defined network configuration. It is not intended to access or
161
- set the node configurations defined in the config directory, which you can use the `node lookup` and
161
+ set the node configurations defined in the config directory, which you can use the `node lookup` and
162
162
  `cloud config` actions.
163
-
163
+
164
164
  Nested configurations can be accessed by specifying the nested keys in sequence in the arguments.
165
-
165
+
166
166
  corl inspect # Returns all loaded configurations for network
167
- corl inspect nodes # Returns all node definitions
167
+ corl inspect nodes # Returns all node definitions
168
168
  corl inspect nodes rackspace # Returns all Rackspace node definitions
169
169
  corl inspect settings web_server facts # Returns all facts defined for settings group `web_server`
170
170
  corl inspect provisioners # Returns all provisioner settings defined for network
171
-
171
+
172
172
  The configurations include:
173
-
173
+
174
174
  * General network settings
175
175
  * Node definitions
176
176
  * Provisioner settings
177
177
  * Configurations of the above types loaded from included packages
178
-
178
+
179
179
  The results can be viewed in multiple formats dependending on the Nucleon translator plugins currently
180
180
  loaded into the project. To see which ones are loaded, run: `corl plugins`
181
181
  options:
@@ -186,35 +186,35 @@ en:
186
186
  Display and manage network settings
187
187
  help: |-
188
188
  Display and manage network settings and save to the network.
189
-
189
+
190
190
  Settings groups control what configurations and facts are used for which nodes. Nodes in the network are assigned
191
- to groups, through the `corl node group` action, which contain custom facts and other specialized settings that
191
+ to groups, through the `corl node group` action, which contain custom facts and other specialized settings that
192
192
  help control the build, management, and provisioning of the nodes.
193
-
193
+
194
194
  This action makes it easier to automate management of the CORL network settings structure without having
195
195
  to worry about editing configuration files in different places.
196
-
196
+
197
197
  Currently supported operations:
198
-
198
+
199
199
  * If called with the --groups option, it will return all of the currently defined settings groups in the network
200
200
  * If called with no arguments, it will return settings for all groups
201
201
  * If a settings group is given but no name, it returns all settings for group
202
202
  * If group and name are given but no value, it returns group settings for property name
203
203
  * If group, name, and --delete option are given, the group setting is deleted
204
204
  * If group, name, and value are given, the group setting with the name is set to the given value
205
-
206
- Nested settings (hashes) can be accessed with typical hash syntax. Currently internal array access is not
205
+
206
+ Nested settings (hashes) can be accessed with typical hash syntax. Currently internal array access is not
207
207
  supported, but you can append to existing scalar values and arrays with the --apend option.
208
-
208
+
209
209
  Name example:
210
-
210
+
211
211
  corl cloud settings vagrant facts[corl_identity] adrian_test
212
-
212
+
213
213
  The results can be viewed in multiple formats dependending on the Nucleon translator plugins currently
214
- loaded into the project. To see which ones are loaded, run: `corl plugins`
214
+ loaded into the project. To see which ones are loaded, run: `corl plugins`
215
215
  options:
216
216
  array: |-
217
- Force setting of configuration to array, event if single argument given (default %{default_value})
217
+ Force setting of configuration to array, event if single argument given (default %{default_value})
218
218
  delete: |-
219
219
  Delete the group setting from the network (default %{default_value})
220
220
  append: |-
@@ -242,15 +242,15 @@ en:
242
242
  description: |-
243
243
  Display and manage node configurations
244
244
  help: |-
245
- Display and manage node configurations and save to the network.
246
-
247
- This system currently uses Hiera as the configuration search implementation so all
245
+ Display and manage node configurations and save to the network.
246
+
247
+ This system currently uses Hiera as the configuration search implementation so all
248
248
  node configurations are stored in JSON or YAML in directories under the network
249
249
  `config` directory. The system searches through these directories based on Hiera
250
250
  search rules.
251
-
251
+
252
252
  Example configuration search path under config directory:
253
-
253
+
254
254
  identities/%{::corl_identity}/nodes/%{::corl_provider}/%{::fqdn}
255
255
  identities/%{::corl_identity}/stages/%{::corl_stage}
256
256
  identities/%{::corl_identity}/environments/%{::corl_environment}
@@ -262,44 +262,44 @@ en:
262
262
  environments/%{::corl_environment}
263
263
  stages/%{::corl_stage}
264
264
  types/%{::corl_type}
265
-
265
+
266
266
  This search path can be changed to whatever you would like. Simply add or alter an
267
- existing `hiera_config` extension provider hook in your network project and set the
268
- config[:hierarchy] property to an array containing an ordered search path like the above.
269
- As you can see above, node facts can be interpolated into the paths to allow for dynamic
270
- configuration searches. You can check the current Hiera configurations at any time by
267
+ existing `hiera_config` extension provider hook in your network project and set the
268
+ config[:hierarchy] property to an array containing an ordered search path like the above.
269
+ As you can see above, node facts can be interpolated into the paths to allow for dynamic
270
+ configuration searches. You can check the current Hiera configurations at any time by
271
271
  running; `corl node lookup` (without arguments).
272
-
273
- This action makes it easy for humans and machines to automate configurations to this system
274
- It is capable of creating directories and files to house the configurations and takes care
272
+
273
+ This action makes it easy for humans and machines to automate configurations to this system
274
+ It is capable of creating directories and files to house the configurations and takes care
275
275
  of version control like other cloud actions, such as `corl cloud settings`.
276
-
276
+
277
277
  Configurations are referenced with a specific format:
278
-
278
+
279
279
  {directory}/{subdirectory}/{file base(no ext)}@{property}[{hash key}]
280
-
280
+
281
281
  Examples:
282
-
282
+
283
283
  common@php::apache::memory_limit
284
284
  identity/test@users::user[admin][shell]
285
285
  servers/development/dev.loc@facts[corl_environment]
286
-
286
+
287
287
  Currently supported operations:
288
-
288
+
289
289
  * If name is given as file without property, it will return all configurations in the file
290
290
  * If name contains file and property with --delete option, configuration is deleted from network
291
291
  * If name contains file and property but no values given, it will return the current configuration
292
292
  * If name contains file and property and values given, configuration name is set to values collected
293
-
294
- Currently internal array access is not supported but you can append to a scalar value or array with
293
+
294
+ Currently internal array access is not supported but you can append to a scalar value or array with
295
295
  the --append option.
296
-
297
- The given values can be parsed and the results can be viewed in multiple formats dependending on the
298
- Nucleon translator plugins currently loaded into the project. To see which ones are loaded,
299
- run: `corl plugins`
296
+
297
+ The given values can be parsed and the results can be viewed in multiple formats dependending on the
298
+ Nucleon translator plugins currently loaded into the project. To see which ones are loaded,
299
+ run: `corl plugins`
300
300
  options:
301
301
  array: |-
302
- Force setting of configuration to array, event if single argument given (default %{default_value})
302
+ Force setting of configuration to array, event if single argument given (default %{default_value})
303
303
  delete: |-
304
304
  Delete the configuration from the network (default %{default_value})
305
305
  append: |-
@@ -333,25 +333,25 @@ en:
333
333
  Node configuration `%{name}` updated (%{remote_text})
334
334
  delete: |-
335
335
  Node configuration `%{name}` deleted (%{remote_text})
336
- vagrantfile:
336
+ vagrantfile:
337
337
  description: |-
338
338
  Generate a scaffolding Vagrantfile
339
339
  help: |-
340
- Generate a Vagrantfile capable of providing CORLized virtual machines and either render to console or
340
+ Generate a Vagrantfile capable of providing CORLized virtual machines and either render to console or
341
341
  save to new Vagrantfile in network.
342
-
343
- CORL integrates with Vagrant to provide easy access to local virtual machines or even remote development
344
- machines with the right Vagrant plugins. Since Vagrant searches for it's settings by default in Ruby
345
- based Vagrantfiles we provide an integration layer that configures Vagrant when it is loaded.
346
-
347
- This way we can have our machine translated configurations with the power of Vagrant development in a
342
+
343
+ CORL integrates with Vagrant to provide easy access to local virtual machines or even remote development
344
+ machines with the right Vagrant plugins. Since Vagrant searches for it's settings by default in Ruby
345
+ based Vagrantfiles we provide an integration layer that configures Vagrant when it is loaded.
346
+
347
+ This way we can have our machine translated configurations with the power of Vagrant development in a
348
348
  system that can easily integrate with our staging, qa, and production environments.
349
349
  options:
350
350
  save: |-
351
351
  Save the rendered Vagrantfile to the network (default %{default_value})
352
352
  error:
353
353
  update: |-
354
- %{file} update could not be saved to network
354
+ %{file} update could not be saved to network
355
355
  file_save: |-
356
356
  File %{file} could not be saved to disk
357
357
  success:
@@ -362,35 +362,35 @@ en:
362
362
  Retrieve known regions for a specified provider
363
363
  help: |-
364
364
  List supported regions for a specific node provider, e.g., aws, rackspace, etc...
365
-
365
+
366
366
  The region IDs returned from this action should be used whenever a region option or argument is presented.
367
-
367
+
368
368
  In the future this will have more information associated with each region ID.
369
369
  machines:
370
370
  description: |-
371
371
  Return a list of machine types supported by a provider
372
372
  help: |-
373
373
  List available machine types from a specific node provider, e.g, aws, rackspace, etc...
374
-
374
+
375
375
  In the future we intend to find a way to reliably display the pricing of each machine to make it easy to
376
376
  compare across providers when planning a cloud architecture.
377
-
377
+
378
378
  To see all currently loaded node providers, run: `corl plugins`
379
379
  success:
380
380
  results: |-
381
- Total of %{machines} machine types found
381
+ Total of %{machines} machine types found
382
382
  images:
383
383
  description: |-
384
384
  Search the available images at a specified provider
385
385
  help: |-
386
386
  List or search through available images from a specific node provider, e.g, aws, rackspace, etc...
387
-
387
+
388
388
  Images are usually isolated to a particular region of the cloud provider so you will want to know which
389
- region you are targeting. Run `corl cloud regions {provider}` to find the available regions for your
389
+ region you are targeting. Run `corl cloud regions {provider}` to find the available regions for your
390
390
  provider. Loaded node providers can be found by running `corl plugins`.
391
-
391
+
392
392
  You may specify search terms to query the images (useful for services such as AWS) to reduce the options.
393
- This makes it fairly easy to find the images you are looking for right from the command line. The search
393
+ This makes it fairly easy to find the images you are looking for right from the command line. The search
394
394
  can be tightened with two options; --match_case, or --require_all.
395
395
  options:
396
396
  region: |-
@@ -398,10 +398,10 @@ en:
398
398
  match_case: |-
399
399
  Match case on any search terms given when searching for images (default %{default_value})
400
400
  require_all: |-
401
- Require all search terms to be present in image descriptions to be included (default %{default_value})
401
+ Require all search terms to be present in image descriptions to be included (default %{default_value})
402
402
  success:
403
403
  results: |-
404
- Total of %{images} images found
404
+ Total of %{images} images found
405
405
  node:
406
406
  spawn:
407
407
  description: |-
@@ -409,26 +409,26 @@ en:
409
409
  help: |-
410
410
  Create new network nodes from a given provider based on a specified provider image and machine type.
411
411
  Nodes are created in node provider (aws, rackspace, etc...) regions.
412
-
412
+
413
413
  In the case that you are creating a Vagrant node hostnames should be specified with the hostname[ipaddress] syntax
414
414
  to map the Vagrant machine to a localized IP of your choice. It is also possible to use a single range to specify
415
415
  a pattern for multiple nodes to create, such as test[1-10].example.com. Only one range is currently supported.
416
-
416
+
417
417
  * To check which providers are implemented, run `corl plugins` and reference the CORL node plugin type providers
418
418
  * To check the regions available for a specific provider, run `corl cloud regions {provider}`
419
419
  * To check what machine types are available for a provider, run `corl cloud machines {provider}`
420
420
  * To search images available in a provider region, run `corl cloud images {provider} --region={region} [ {search terms}... ]`
421
-
421
+
422
422
  To provision node directly after creation specify the --provision flag.
423
-
423
+
424
424
  The most common options you will use include: (see options section for more info on each)
425
425
  --region
426
426
  --machine_type
427
427
  --groups
428
428
  --user
429
-
429
+
430
430
  The spawn process consists of:
431
-
431
+
432
432
  > Run locally:
433
433
  * Configurations are added to network for new node
434
434
  * Node machine is created on provider
@@ -446,15 +446,15 @@ en:
446
446
  provision: |-
447
447
  Provision the node after the bootstrap process completes (default %{default_value})
448
448
  region: |-
449
- Machine provider region in which to create the machines (defaults to first defined in provider)
449
+ Machine provider region in which to create the machines (default %{default_value})
450
450
  machine_type: |-
451
- Provider ID of machine type to create (defaults to first defined in provider - usually smallest)
451
+ Provider ID of machine type to create (default %{default_value})
452
452
  provider: |-
453
- Create machines with this node provider
453
+ Create machines with this node provider (default %{default_value})
454
454
  image: |-
455
- Provider ID of operating system image on which to initialize the new machines
455
+ Provider ID of operating system image on which to initialize the new machines (default %{default_value})
456
456
  hostnames: |-
457
- Hostnames of machines to create on provider infrastructure
457
+ Hostnames of machines to create on provider infrastructure (default %{default_value})
458
458
  groups: |-
459
459
  Initial settings groups this node belongs to (default %{default_value})
460
460
  user: |-
@@ -466,10 +466,10 @@ en:
466
466
  description: |-
467
467
  Bootstrap existing nodes
468
468
  help: |-
469
- Boostrap the CORL system onto existing network nodes. This is useful for CORL related development,
469
+ Boostrap the CORL system onto existing network nodes. This is useful for CORL related development,
470
470
  as we can easily install updates from the source branch.
471
-
472
- It is possible to specify your own bootstrap scripts with the --bootstrap_path, --bootstrap_init and
471
+
472
+ It is possible to specify your own bootstrap scripts with the --bootstrap_path, --bootstrap_init and
473
473
  --bootstrap_glob options. It is also possible to specify authentication files that authorize the node
474
474
  for network services. By default .fog and .netrc files are transmitted to nodes to allow the node
475
475
  to initialize security for the system and connect to the necessary cloud services to run CORL actions.
@@ -480,10 +480,16 @@ en:
480
480
  Gateway bootstrap script within the bootstrap project directory (default %{default_value})
481
481
  bootstrap_glob: |-
482
482
  Path glob to use in searching bootstrap scripts for remote execution (default %{default_value})
483
+ bootstrap_scripts: |-
484
+ Bootstrap script names to execute on target nodes
483
485
  auth_files: |-
484
486
  Any additional authorization or state files to pass to the node during bootstrap (relative to local home)
485
487
  home_env_var: |-
486
488
  Home directory environment variable on remote server (default %{default_value})
489
+ reboot: |-
490
+ Reboot machine after bootstrap complete if successful (default %{default_value})
491
+ dev_build: |-
492
+ Build development version of Nucleon and CORL on machine (default %{default_value})
487
493
  home: |-
488
494
  Specified home directory on remote server (default %{default_value})
489
495
  bootstrap_nodes: |-
@@ -498,7 +504,7 @@ en:
498
504
  Machine %{hostname} (%{id}) bootstrap failed with status %{status}
499
505
  info:
500
506
  start: |-
501
- Starting bootstrap of machine %{hostname} (%{id})
507
+ Starting bootstrap of machine %{hostname} (%{id})
502
508
  success:
503
509
  complete: |-
504
510
  Machine %{hostname} (%{id}) successfully bootstrapped
@@ -506,8 +512,8 @@ en:
506
512
  description: |-
507
513
  Seed nodes with a specified network project
508
514
  help: |-
509
- Seed nodes with a specified network project.
510
-
515
+ Seed nodes with a specified network project.
516
+
511
517
  Projects are specified as project references of the form {provider}:::{reference/url}.
512
518
  options:
513
519
  project_branch: |-
@@ -540,9 +546,9 @@ en:
540
546
  Check and save the current status of nodes in the network
541
547
  help: |-
542
548
  Check and save the current status of nodes in the network.
543
-
544
- When given the --basic flag only the connection to the underlying cloud provider is checked for that
545
- node. This will tell you if the node is still in existence. Without the --basic flag this action
549
+
550
+ When given the --basic flag only the connection to the underlying cloud provider is checked for that
551
+ node. This will tell you if the node is still in existence. Without the --basic flag this action
546
552
  will also check the SSH connection and report if it was successfull or if it failed.
547
553
  options:
548
554
  basic: |-
@@ -567,14 +573,14 @@ en:
567
573
  Destroy network nodes
568
574
  help: |-
569
575
  Destroy network nodes and remove all associated network references.
570
-
576
+
571
577
  Nodes are referenced either by a settings group name or the given node hostname of a provider. Providers
572
578
  may be omitted in the case of groups, attached to the hostname via {provider}:::{hostname}, or the
573
579
  --node_provider can be set to find named node.
574
-
580
+
575
581
  To help reduce addicental destruction of network nodes, users are prompted before completing operation unless
576
582
  --force option is given. Be careful when using the --force flag.
577
-
583
+
578
584
  If you just want to stop this node, consider using the `corl node stop` action instead of destroy. It will
579
585
  leave your network settings in place (node definition), save an image of your node (if possible), and then
580
586
  shut down the machine. That way the node can easily be restarted with `corl node start` when needed.
@@ -585,10 +591,10 @@ en:
585
591
  prompt: |-
586
592
  Are you sure you want to destroy the following nodes? This action can not be undone!
587
593
  yes_query: |-
588
- Type %{yes} or press enter to cancel:
589
- info:
594
+ Type %{yes} or press enter to cancel:
595
+ info:
590
596
  start: |-
591
- Destroying %{provider} machine %{name}
597
+ Destroying %{provider} machine %{name}
592
598
  ip:
593
599
  description: |-
594
600
  Return the public IP address for nodes
@@ -597,11 +603,11 @@ en:
597
603
  Retrieve node facts
598
604
  lookup:
599
605
  description: |-
600
- Lookup node configurations
606
+ Lookup node configurations
601
607
  ssh:
602
608
  description: |-
603
- SSH into a node
604
- authorize:
609
+ SSH into a node
610
+ authorize:
605
611
  description: |-
606
612
  Authorize a public key for node access
607
613
  revoke:
@@ -609,7 +615,7 @@ en:
609
615
  Revoke a public keys access to nodes
610
616
  keypair:
611
617
  description: |-
612
- Generate a new SSH keypair
618
+ Generate a new SSH keypair
613
619
  actions:
614
620
  identity:
615
621
  start: |-
@@ -640,10 +646,10 @@ en:
640
646
  Lookup evaluation context %{value} is not valid >> Possible contexts: %{choices}
641
647
  image:
642
648
  start: |-
643
- Starting image of %{provider} machine %{name}
649
+ Starting image of %{provider} machine %{name}
644
650
  start:
645
651
  start: |-
646
- Starting %{provider} machine %{name}
652
+ Starting %{provider} machine %{name}
647
653
  stop:
648
654
  start: |-
649
655
  Stopping %{provider} machine %{name}
@@ -670,4 +676,3 @@ en:
670
676
  delete_cache:
671
677
  start: |-
672
678
  Clearing CORL cache for this machine...
673
-
data/spec/spec_helper.rb CHANGED
@@ -3,10 +3,7 @@ require 'rspec'
3
3
  require 'stringio'
4
4
  require 'corl'
5
5
 
6
- require 'corl_test_kernel'
7
- require 'corl_mock_input'
8
-
9
- #-------------------------------------------------------------------------------
6
+ #*******************************************************************************
10
7
 
11
8
  RSpec.configure do |config|
12
9
  config.mock_framework = :rspec