corl 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1 +0,0 @@
1
- var search_data = {"index":{"searchIndex":["corl","action","authorize","bootstrap","build","destroy","exec","facts","image","images","ip","keypair","lookup","machines","provision","reboot","regions","revoke","seed","spawn","ssh","start","stop","vagrantfile","configuration","file","errors","event","puppet","facade","machine","aws","fog","physical","rackspace","vagrant","mixin","action","keypair","lookup","machine","ssh","macro","networksettings","network","default","node","aws","fog","local","rackspace","vagrant","plugin","cloudaction","provisioner","puppetnode","template","environment","util","puppet","resource","resourcegroup","vagrant","config","facter","util","loader","fog","compute","aws","server","rackspacev2","server","hiera","backend","corl_logger","nucleon","config","plugin","base","configuration","machine","network","node","provisioner","object","puppet","databinding","corl","indirector","corl","parser","functions","vagrant","config","loader","vagrantfile","vagrantplugins","corl","action","deletecache","initkeys","linknetwork","baseaction","command","launcher","config","corl","plugin","provisioner","corl","version()","action()","add()","add()","add_class()","add_composite_resource()","add_definition()","add_node()","add_resource()","add_search_path()","api_key()","api_key=()","api_user()","api_user=()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","arguments()","attach()","attach()","attach_data()","attach_files()","attach_keys()","auth_url()","auth_url=()","autoload()","autoload=()","autosave()","autosave=()","batch()","bootstrap()","bootstrap_script()","bootstrap_script()","bootstrap_script=()","bootstrap_script=()","build()","build()","build()","build()","build_directory()","build_directory()","build_info()","build_info()","build_info()","build_locations()","build_profiles()","build_time()","build_time()","build_time=()","build_time=()","cache()","cache()","call()","call()","call()","call()","can_persist?()","check()","clean()","clear()","clear_config_cache()","cli()","cli_capture()","cli_check()","close_ssh_session()","command()","command()","command()","command=()","compiler()","composite_resources()","composite_resources=()","compute()","compute=()","concatenate()","concatenate()","config_initialized?()","configuration()","configurations()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure()","configure_provisioner()","configure_shares()","configure_ssh()","configure_vagrant()","configure_vm()","connection_options()","connection_options=()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create_config()","create_config()","create_image()","create_image()","create_image()","create_image()","create_image()","create_image()","create_image()","create_image()","create_image()","create_machine()","created?()","created?()","created?()","created?()","custom_facts()","custom_facts=()","debug()","debug_lookup()","debug_resource()","default()","default=()","defaults()","delete()","delete_attachments()","delete_attachments()","delete_attachments()","delete_keys()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","directory()","directory()","directory()","directory=()","download()","download()","download()","download()","download()","download()","download()","each_module()","each_node_config()","element()","element=()","ensure_network()","ensure_node()","ensure_ready()","ensure_security_group()","env()","env()","exec()","exec()","exec()","exec()","exec()","exec()","exec()","exec_options()","exec_options()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute_remote()","extract_hostnames()","fact()","facts()","fetch_project()","filter_output()","filter_output()","finalize!()","find()","find_profiles()","gateway()","gateway=()","get_node()","group()","handle()","has_nodes?()","hiera()","hiera_configuration()","hiera_facts()","hiera_facts()","hiera_override_dir()","hiera_override_dir()","hiera_override_dir()","home()","home()","hostname()","hostname()","hostname()","id()","id()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","ignore()","image()","image()","image()","image()","image=()","image_id()","image_id()","image_search_text()","image_search_text()","image_search_text()","image_search_text()","images()","images()","images()","import()","import()","import()","import()","include()","info()","info()","info=()","info=()","init_network()","init_node()","init_puppet()","init_server()","init_server()","init_server()","init_shares()","init_ssh()","init_ssh_session()","initialized?()","inspect()","key_config()","keypair()","keypair=()","keypair_clean()","keypair_config()","keypair_ignore()","keypair_name()","lib_path()","load()","load()","load()","load()","load()","load()","load()","load_dir()","load_network()","local?()","local?()","local_machine()","local_machine=()","local_node()","localize()","logger()","lookup()","lookup()","lookup()","lookup()","lookup()","lookup_array()","lookup_array()","lookup_config()","lookup_facts()","lookup_hash()","lookup_hash()","machine()","machine=()","machine_config()","machine_config()","machine_config()","machine_config()","machine_config()","machine_type()","machine_type()","machine_type()","machine_type()","machine_type_id()","machine_type_id()","machine_types()","machine_types()","machine_types()","machine_types()","message()","message=()","method_missing()","namespace()","namevar()","network()","network()","network=()","network_settings()","networks()","new()","new()","new()","new()","new()","new()","new_machine()","node()","node()","node=()","node_by_ip()","node_config()","node_exec()","node_groups()","node_ignore()","node_info()","nodes()","nodes_by_reference()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","normalize()","operation()","operation=()","packages()","parse_params()","private_ip()","private_ip()","private_ip()","private_ip()","private_key()","private_key=()","process()","profile_id()","profiles()","profiles()","profiles=()","project()","provision()","provision()","provision()","provisioner()","provisioner_info()","provisioners()","provisioners()","public_ip()","public_ip()","public_ip()","public_ip()","public_ip()","public_key()","public_key=()","ready()","refresh_config()","region()","region=()","regions()","regions()","regions()","register()","register()","register()","register_plugins()","reload()","reload()","reload()","reload()","reload()","reload()","reload()","reload()","reload()","reload()","remote()","remote()","remove()","remove()","remove_plugin()","remove_plugin()","remove_plugin()","render()","render()","render()","render_assignment()","render_image()","render_image()","render_image()","render_image()","render_machine_type()","render_machine_type()","render_machine_type()","render_machine_type()","render_name()","render_processed()","render_value()","resources()","resources=()","router()","run()","run()","running?()","running?()","running?()","running?()","save()","save()","save()","save()","save()","scope()","search()","search_files()","select_largest()","send_files()","separate()","server()","server()","server=()","server=()","set()","set_command()","set_connection()","set_connection()","set_connection()","set_location()","set_location()","set_remote()","set_remote()","setup()","setup()","shares()","shares=()","ssh()","ssh=()","ssh_download()","ssh_exec()","ssh_path()","ssh_port()","ssh_port=()","ssh_terminal()","ssh_upload()","ssh_wait_for_ready()","ssh_wait_for_ready()","start()","start()","start()","start()","start()","start()","start()","start()","start_machine()","state()","state()","state()","state()","state()","state()","status()","stop()","stop()","stop()","stop()","stop()","stop()","stop()","suitable?()","supported_profiles()","synopsis()","tag()","terminal()","terminal()","terminal()","terminal()","terminal()","test_node()","title()","title=()","to_name()","translate()","translate()","translate()","translate()","translate_reference()","translate_reference()","translate_reference()","translate_reference()","translate_resource_refs()","translate_state()","type_info()","type_name()","update_project()","upload()","upload()","upload()","upload()","upload()","upload()","upload()","usable_image?()","usable_image?()","usable_image?()","user()","user=()","vagrant?()","vagrant_config()","vagrant_config_loaded?()","validate()","validate()","vm()","vm=()","vm_machine()","warn()","readme"],"longSearchIndex":["corl","corl::action","corl::action::authorize","corl::action::bootstrap","corl::action::build","corl::action::destroy","corl::action::exec","corl::action::facts","corl::action::image","corl::action::images","corl::action::ip","corl::action::keypair","corl::action::lookup","corl::action::machines","corl::action::provision","corl::action::reboot","corl::action::regions","corl::action::revoke","corl::action::seed","corl::action::spawn","corl::action::ssh","corl::action::start","corl::action::stop","corl::action::vagrantfile","corl::configuration","corl::configuration::file","corl::errors","corl::event","corl::event::puppet","corl::facade","corl::machine","corl::machine::aws","corl::machine::fog","corl::machine::physical","corl::machine::rackspace","corl::machine::vagrant","corl::mixin","corl::mixin::action","corl::mixin::action::keypair","corl::mixin::lookup","corl::mixin::machine","corl::mixin::machine::ssh","corl::mixin::macro","corl::mixin::macro::networksettings","corl::network","corl::network::default","corl::node","corl::node::aws","corl::node::fog","corl::node::local","corl::node::rackspace","corl::node::vagrant","corl::plugin","corl::plugin::cloudaction","corl::provisioner","corl::provisioner::puppetnode","corl::template","corl::template::environment","corl::util","corl::util::puppet","corl::util::puppet::resource","corl::util::puppet::resourcegroup","corl::vagrant","corl::vagrant::config","facter","facter::util","facter::util::loader","fog","fog::compute","fog::compute::aws","fog::compute::aws::server","fog::compute::rackspacev2","fog::compute::rackspacev2::server","hiera","hiera::backend","hiera::corl_logger","nucleon","nucleon::config","nucleon::plugin","nucleon::plugin::base","nucleon::plugin::configuration","nucleon::plugin::machine","nucleon::plugin::network","nucleon::plugin::node","nucleon::plugin::provisioner","object","puppet","puppet::databinding","puppet::databinding::corl","puppet::indirector","puppet::indirector::corl","puppet::parser","puppet::parser::functions","vagrant","vagrant::config","vagrant::config::loader","vagrant::vagrantfile","vagrantplugins","vagrantplugins::corl","vagrantplugins::corl::action","vagrantplugins::corl::action::deletecache","vagrantplugins::corl::action::initkeys","vagrantplugins::corl::action::linknetwork","vagrantplugins::corl::baseaction","vagrantplugins::corl::command","vagrantplugins::corl::command::launcher","vagrantplugins::corl::config","vagrantplugins::corl::config::corl","vagrantplugins::corl::plugin","vagrantplugins::corl::provisioner","vagrantplugins::corl::provisioner::corl","corl::version()","nucleon::plugin::node#action()","corl::util::puppet::add()","corl::util::puppet::resourcegroup#add()","corl::util::puppet::add_class()","corl::util::puppet::resourcegroup#add_composite_resource()","corl::util::puppet::add_definition()","nucleon::plugin::network#add_node()","corl::util::puppet::add_resource()","corl::provisioner::puppetnode#add_search_path()","corl::node::fog#api_key()","corl::node::fog#api_key=()","corl::node::fog#api_user()","corl::node::fog#api_user=()","corl::action::authorize#arguments()","corl::action::bootstrap#arguments()","corl::action::destroy#arguments()","corl::action::exec#arguments()","corl::action::image#arguments()","corl::action::images#arguments()","corl::action::lookup#arguments()","corl::action::machines#arguments()","corl::action::reboot#arguments()","corl::action::regions#arguments()","corl::action::revoke#arguments()","corl::action::seed#arguments()","corl::action::spawn#arguments()","corl::action::ssh#arguments()","corl::action::start#arguments()","corl::action::stop#arguments()","corl::configuration::file#attach()","nucleon::plugin::configuration#attach()","nucleon::plugin::network#attach_data()","nucleon::plugin::network#attach_files()","nucleon::plugin::node#attach_keys()","corl::node::fog#auth_url()","corl::node::fog#auth_url=()","nucleon::plugin::configuration#autoload()","nucleon::plugin::configuration#autoload=()","nucleon::plugin::configuration#autosave()","nucleon::plugin::configuration#autosave=()","nucleon::plugin::network#batch()","nucleon::plugin::node#bootstrap()","corl::node::vagrant#bootstrap_script()","nucleon::plugin::node#bootstrap_script()","corl::node::vagrant#bootstrap_script=()","nucleon::plugin::node#bootstrap_script=()","corl::node::vagrant#build()","corl::provisioner::puppetnode#build()","nucleon::plugin::node#build()","nucleon::plugin::provisioner#build()","nucleon::plugin::network#build_directory()","nucleon::plugin::provisioner#build_directory()","nucleon::plugin::node::build_info()","nucleon::plugin::provisioner::build_info()","nucleon::plugin::provisioner#build_info()","nucleon::plugin::provisioner#build_locations()","nucleon::plugin::provisioner#build_profiles()","corl::node::vagrant#build_time()","nucleon::plugin::node#build_time()","corl::node::vagrant#build_time=()","nucleon::plugin::node#build_time=()","nucleon::plugin::configuration#cache()","nucleon::plugin::network#cache()","vagrantplugins::corl::action::deletecache#call()","vagrantplugins::corl::action::initkeys#call()","vagrantplugins::corl::action::linknetwork#call()","vagrantplugins::corl::baseaction#call()","nucleon::plugin::configuration#can_persist?()","corl::event::puppet#check()","vagrantplugins::corl::provisioner::corl#clean()","nucleon::plugin::configuration#clear()","vagrant::config::loader#clear_config_cache()","nucleon::plugin::node#cli()","nucleon::plugin::node#cli_capture()","nucleon::plugin::node#cli_check()","corl::mixin::machine::ssh#close_ssh_session()","corl::machine::vagrant#command()","corl::vagrant::command()","nucleon::plugin::node#command()","corl::vagrant::command=()","corl::provisioner::puppetnode#compiler()","corl::util::puppet::resourcegroup#composite_resources()","corl::util::puppet::resourcegroup#composite_resources=()","corl::machine::fog#compute()","corl::machine::fog#compute=()","corl::provisioner::puppetnode#concatenate()","nucleon::plugin::provisioner#concatenate()","corl::mixin::lookup#config_initialized?()","corl::facade#configuration()","corl::facade#configurations()","corl::action::authorize#configure()","corl::action::bootstrap#configure()","corl::action::destroy#configure()","corl::action::exec#configure()","corl::action::image#configure()","corl::action::images#configure()","corl::action::keypair#configure()","corl::action::lookup#configure()","corl::action::machines#configure()","corl::action::provision#configure()","corl::action::reboot#configure()","corl::action::regions#configure()","corl::action::revoke#configure()","corl::action::seed#configure()","corl::action::spawn#configure()","corl::action::ssh#configure()","corl::action::start#configure()","corl::action::stop#configure()","corl::action::vagrantfile#configure()","corl::plugin::cloudaction#configure()","vagrantplugins::corl::provisioner::corl#configure()","corl::vagrant::config::configure_provisioner()","corl::vagrant::config::configure_shares()","corl::vagrant::config::configure_ssh()","corl::vagrant::config::configure_vagrant()","corl::vagrant::config::configure_vm()","corl::node::fog#connection_options()","corl::node::fog#connection_options=()","corl::machine::aws#create()","corl::machine::fog#create()","corl::machine::physical#create()","corl::machine::vagrant#create()","corl::node::aws#create()","corl::node::fog#create()","corl::node::rackspace#create()","corl::node::vagrant#create()","nucleon::plugin::machine#create()","nucleon::plugin::node#create()","corl::node::aws#create_config()","corl::node::rackspace#create_config()","corl::machine::aws#create_image()","corl::machine::fog#create_image()","corl::machine::physical#create_image()","corl::machine::rackspace#create_image()","corl::machine::vagrant#create_image()","corl::node::fog#create_image()","corl::node::vagrant#create_image()","nucleon::plugin::machine#create_image()","nucleon::plugin::node#create_image()","nucleon::plugin::node#create_machine()","corl::machine::fog#created?()","corl::machine::physical#created?()","corl::machine::vagrant#created?()","nucleon::plugin::machine#created?()","nucleon::plugin::node#custom_facts()","nucleon::plugin::node#custom_facts=()","hiera::corl_logger::debug()","corl::mixin::lookup#debug_lookup()","corl::util::puppet::debug_resource()","corl::util::puppet::resourcegroup#default()","corl::util::puppet::resourcegroup#default=()","corl::util::puppet::resource#defaults()","nucleon::plugin::configuration#delete()","corl::configuration::file#delete_attachments()","nucleon::plugin::configuration#delete_attachments()","nucleon::plugin::network#delete_attachments()","nucleon::plugin::node#delete_keys()","corl::machine::aws#destroy()","corl::machine::fog#destroy()","corl::machine::physical#destroy()","corl::machine::vagrant#destroy()","corl::node::fog#destroy()","corl::node::vagrant#destroy()","nucleon::plugin::machine#destroy()","nucleon::plugin::node#destroy()","nucleon::plugin::configuration#directory()","nucleon::plugin::network#directory()","nucleon::plugin::provisioner#directory()","nucleon::plugin::provisioner#directory=()","corl::machine::fog#download()","corl::machine::physical#download()","corl::machine::vagrant#download()","corl::node::fog#download()","corl::node::vagrant#download()","nucleon::plugin::machine#download()","nucleon::plugin::node#download()","corl::util::puppet::each_module()","nucleon::plugin::network#each_node_config()","corl::event::puppet#element()","corl::event::puppet#element=()","corl::plugin::cloudaction#ensure_network()","corl::plugin::cloudaction#ensure_node()","corl::util::puppet::resource#ensure_ready()","corl::machine::aws#ensure_security_group()","corl::machine::vagrant#env()","vagrantplugins::corl::command::launcher#env()","corl::machine::fog#exec()","corl::machine::physical#exec()","corl::machine::vagrant#exec()","corl::node::fog#exec()","corl::node::vagrant#exec()","nucleon::plugin::machine#exec()","nucleon::plugin::node#exec()","corl::node::fog#exec_options()","corl::node::vagrant#exec_options()","corl::action::authorize#execute()","corl::action::bootstrap#execute()","corl::action::build#execute()","corl::action::destroy#execute()","corl::action::exec#execute()","corl::action::facts#execute()","corl::action::image#execute()","corl::action::images#execute()","corl::action::ip#execute()","corl::action::keypair#execute()","corl::action::lookup#execute()","corl::action::machines#execute()","corl::action::provision#execute()","corl::action::reboot#execute()","corl::action::regions#execute()","corl::action::revoke#execute()","corl::action::seed#execute()","corl::action::spawn#execute()","corl::action::ssh#execute()","corl::action::start#execute()","corl::action::stop#execute()","corl::action::vagrantfile#execute()","corl::plugin::cloudaction#execute()","vagrantplugins::corl::command::launcher#execute()","corl::plugin::cloudaction#execute_remote()","corl::action::spawn#extract_hostnames()","corl::mixin::lookup#fact()","corl::mixin::lookup#facts()","corl::configuration::file#fetch_project()","corl::node::vagrant#filter_output()","nucleon::plugin::node#filter_output()","vagrantplugins::corl::config::corl#finalize!()","puppet::indirector::corl#find()","nucleon::plugin::provisioner#find_profiles()","nucleon::plugin::provisioner#gateway()","nucleon::plugin::provisioner#gateway=()","corl::provisioner::puppetnode#get_node()","corl::util::puppet::resource#group()","corl::provisioner::puppetnode#handle()","nucleon::plugin::network#has_nodes?()","corl::mixin::lookup#hiera()","corl::mixin::lookup#hiera_configuration()","corl::mixin::lookup#hiera_facts()","nucleon::plugin::node#hiera_facts()","corl::mixin::lookup#hiera_override_dir()","nucleon::plugin::network#hiera_override_dir()","nucleon::plugin::node#hiera_override_dir()","nucleon::plugin::network#home()","nucleon::plugin::node#home()","corl::machine::physical#hostname()","nucleon::plugin::machine#hostname()","nucleon::plugin::node#hostname()","nucleon::plugin::node#id()","nucleon::plugin::provisioner#id()","corl::action::bootstrap#ignore()","corl::action::destroy#ignore()","corl::action::image#ignore()","corl::action::images#ignore()","corl::action::keypair#ignore()","corl::action::machines#ignore()","corl::action::reboot#ignore()","corl::action::regions#ignore()","corl::action::spawn#ignore()","corl::action::ssh#ignore()","corl::action::start#ignore()","corl::action::stop#ignore()","nucleon::plugin::configuration#ignore()","nucleon::plugin::network#ignore()","corl::machine::fog#image()","corl::machine::physical#image()","nucleon::plugin::machine#image()","nucleon::plugin::node#image()","nucleon::plugin::node#image=()","corl::node::vagrant#image_id()","nucleon::plugin::node#image_id()","corl::node::aws#image_search_text()","corl::node::rackspace#image_search_text()","corl::node::vagrant#image_search_text()","nucleon::plugin::node#image_search_text()","corl::machine::fog#images()","nucleon::plugin::machine#images()","nucleon::plugin::node#images()","corl::provisioner::puppetnode#import()","corl::util::puppet::import()","corl::util::puppet::resource#import()","nucleon::plugin::configuration#import()","corl::util::puppet::include()","corl::util::puppet::resource#info()","corl::util::puppet::resourcegroup#info()","corl::util::puppet::resource#info=()","corl::util::puppet::resourcegroup#info=()","corl::plugin::cloudaction#init_network()","nucleon::plugin::network#init_node()","corl::provisioner::puppetnode#init_puppet()","corl::machine::aws#init_server()","corl::machine::fog#init_server()","corl::machine::rackspace#init_server()","corl::node::vagrant#init_shares()","corl::machine::aws#init_ssh()","corl::mixin::machine::ssh#init_ssh_session()","nucleon::plugin::provisioner#initialized?()","corl::util::puppet::resourcegroup#inspect()","corl::node::fog#key_config()","corl::mixin::action::keypair#keypair()","corl::mixin::action::keypair#keypair=()","corl::mixin::action::keypair#keypair_clean()","corl::mixin::action::keypair#keypair_config()","corl::mixin::action::keypair#keypair_ignore()","corl::machine::aws#keypair_name()","corl::lib_path()","corl::configuration::file#load()","corl::machine::fog#load()","corl::machine::physical#load()","corl::machine::vagrant#load()","nucleon::plugin::configuration#load()","nucleon::plugin::machine#load()","nucleon::plugin::network#load()","facter::util::loader#load_dir()","corl::vagrant::config::load_network()","corl::node::local#local?()","nucleon::plugin::node#local?()","nucleon::plugin::node#local_machine()","nucleon::plugin::node#local_machine=()","nucleon::plugin::network#local_node()","nucleon::plugin::node#localize()","corl::util::puppet::logger()","corl::mixin::lookup#lookup()","corl::provisioner::puppetnode#lookup()","corl::util::puppet::lookup()","hiera::backend::lookup()","nucleon::plugin::provisioner#lookup()","corl::mixin::lookup#lookup_array()","nucleon::plugin::node#lookup_array()","nucleon::plugin::node#lookup_config()","nucleon::plugin::node#lookup_facts()","corl::mixin::lookup#lookup_hash()","nucleon::plugin::node#lookup_hash()","nucleon::plugin::node#machine()","nucleon::plugin::node#machine=()","corl::node::aws#machine_config()","corl::node::fog#machine_config()","corl::node::rackspace#machine_config()","corl::node::vagrant#machine_config()","nucleon::plugin::node#machine_config()","corl::machine::fog#machine_type()","corl::machine::physical#machine_type()","nucleon::plugin::machine#machine_type()","nucleon::plugin::node#machine_type()","corl::node::vagrant#machine_type_id()","nucleon::plugin::node#machine_type_id()","corl::machine::fog#machine_types()","corl::machine::vagrant#machine_types()","nucleon::plugin::machine#machine_types()","nucleon::plugin::node#machine_types()","corl::event::puppet#message()","corl::event::puppet#message=()","nucleon::plugin::node#method_missing()","corl::plugin::cloudaction#namespace()","corl::util::puppet::namevar()","corl::facade#network()","corl::vagrant::config::network()","corl::vagrant::config::network=()","corl::mixin::macro::networksettings#network_settings()","corl::facade#networks()","corl::util::puppet::resource::new()","corl::util::puppet::resourcegroup::new()","puppet::indirector::corl::new()","vagrantplugins::corl::baseaction::new()","vagrantplugins::corl::config::corl::new()","vagrantplugins::corl::provisioner::corl::new()","corl::machine::vagrant#new_machine()","corl::facade#node()","nucleon::plugin::machine#node()","nucleon::plugin::machine#node=()","nucleon::plugin::network#node_by_ip()","corl::plugin::cloudaction#node_config()","corl::plugin::cloudaction#node_exec()","nucleon::plugin::network#node_groups()","corl::plugin::cloudaction#node_ignore()","nucleon::plugin::network#node_info()","corl::facade#nodes()","nucleon::plugin::network#nodes_by_reference()","corl::configuration::file#normalize()","corl::event::puppet#normalize()","corl::machine::physical#normalize()","corl::mixin::lookup#normalize()","corl::network::default#normalize()","corl::node::aws#normalize()","corl::node::fog#normalize()","corl::node::local#normalize()","corl::node::rackspace#normalize()","corl::node::vagrant#normalize()","corl::provisioner::puppetnode#normalize()","corl::util::puppet::resourcegroup#normalize()","nucleon::plugin::configuration#normalize()","nucleon::plugin::machine#normalize()","nucleon::plugin::network#normalize()","nucleon::plugin::node#normalize()","nucleon::plugin::provisioner#normalize()","corl::event::puppet#operation()","corl::event::puppet#operation=()","nucleon::plugin::provisioner#packages()","corl::vagrant::config::parse_params()","corl::machine::fog#private_ip()","corl::machine::physical#private_ip()","nucleon::plugin::machine#private_ip()","nucleon::plugin::node#private_ip()","nucleon::plugin::node#private_key()","nucleon::plugin::node#private_key=()","corl::util::puppet::resource#process()","corl::provisioner::puppetnode#profile_id()","nucleon::plugin::node#profiles()","nucleon::plugin::provisioner#profiles()","nucleon::plugin::node#profiles=()","nucleon::plugin::configuration#project()","corl::provisioner::puppetnode#provision()","nucleon::plugin::provisioner#provision()","vagrantplugins::corl::provisioner::corl#provision()","corl::facade#provisioner()","nucleon::plugin::node#provisioner_info()","corl::facade#provisioners()","nucleon::plugin::node#provisioners()","corl::facade#public_ip()","corl::machine::fog#public_ip()","corl::machine::physical#public_ip()","nucleon::plugin::machine#public_ip()","nucleon::plugin::node#public_ip()","nucleon::plugin::node#public_key()","nucleon::plugin::node#public_key=()","corl::util::puppet::resource#ready()","corl::machine::vagrant#refresh_config()","corl::node::fog#region()","corl::node::fog#region=()","corl::node::aws#regions()","corl::node::fog#regions()","corl::node::rackspace#regions()","corl::provisioner::puppetnode#register()","corl::vagrant::config::register()","nucleon::plugin::provisioner#register()","corl::util::puppet::register_plugins()","corl::machine::aws#reload()","corl::machine::fog#reload()","corl::machine::physical#reload()","corl::machine::rackspace#reload()","corl::machine::vagrant#reload()","corl::node::fog#reload()","corl::node::vagrant#reload()","nucleon::plugin::machine#reload()","nucleon::plugin::node#reload()","vagrant::vagrantfile#reload()","nucleon::plugin::configuration#remote()","nucleon::plugin::network#remote()","corl::configuration::file#remove()","nucleon::plugin::configuration#remove()","nucleon::plugin::configuration#remove_plugin()","nucleon::plugin::network#remove_plugin()","nucleon::plugin::node#remove_plugin()","corl::event::puppet#render()","corl::util::puppet::resource::render()","corl::util::puppet::resource#render()","corl::template::environment#render_assignment()","corl::node::aws#render_image()","corl::node::rackspace#render_image()","corl::node::vagrant#render_image()","nucleon::plugin::node#render_image()","corl::node::aws#render_machine_type()","corl::node::rackspace#render_machine_type()","corl::node::vagrant#render_machine_type()","nucleon::plugin::node#render_machine_type()","corl::template::environment#render_name()","corl::template::environment#render_processed()","corl::template::environment#render_value()","corl::util::puppet::resourcegroup#resources()","corl::util::puppet::resourcegroup#resources=()","corl::configuration::file#router()","corl::machine::vagrant#run()","nucleon::plugin::node#run()","corl::machine::fog#running?()","corl::machine::physical#running?()","corl::machine::vagrant#running?()","nucleon::plugin::machine#running?()","corl::configuration::file#save()","corl::node::vagrant#save()","nucleon::plugin::configuration#save()","nucleon::plugin::network#save()","nucleon::plugin::node#save()","corl::provisioner::puppetnode#scope()","corl::configuration::file#search()","corl::configuration::file#search_files()","corl::configuration::file#select_largest()","nucleon::plugin::node#send_files()","corl::configuration::file#separate()","corl::machine::fog#server()","corl::machine::vagrant#server()","corl::machine::fog#server=()","corl::machine::vagrant#server=()","nucleon::plugin::configuration#set()","corl::machine::vagrant#set_command()","corl::machine::aws#set_connection()","corl::machine::fog#set_connection()","corl::machine::rackspace#set_connection()","corl::configuration::file#set_location()","nucleon::plugin::configuration#set_location()","nucleon::plugin::configuration#set_remote()","nucleon::plugin::network#set_remote()","fog::compute::aws::server#setup()","fog::compute::rackspacev2::server#setup()","corl::node::vagrant#shares()","corl::node::vagrant#shares=()","corl::node::vagrant#ssh()","corl::node::vagrant#ssh=()","corl::mixin::machine::ssh#ssh_download()","corl::mixin::machine::ssh#ssh_exec()","nucleon::plugin::node#ssh_path()","nucleon::plugin::node#ssh_port()","nucleon::plugin::node#ssh_port=()","corl::mixin::machine::ssh#ssh_terminal()","corl::mixin::machine::ssh#ssh_upload()","corl::machine::fog#ssh_wait_for_ready()","corl::mixin::machine::ssh#ssh_wait_for_ready()","corl::machine::physical#start()","corl::machine::vagrant#start()","corl::node::aws#start()","corl::node::fog#start()","corl::node::rackspace#start()","corl::node::vagrant#start()","nucleon::plugin::machine#start()","nucleon::plugin::node#start()","corl::machine::vagrant#start_machine()","corl::machine::fog#state()","corl::machine::physical#state()","corl::machine::vagrant#state()","corl::node::vagrant#state()","nucleon::plugin::machine#state()","nucleon::plugin::node#state()","corl::provisioner::puppetnode::status()","corl::machine::fog#stop()","corl::machine::physical#stop()","corl::machine::vagrant#stop()","corl::node::fog#stop()","corl::node::vagrant#stop()","nucleon::plugin::machine#stop()","nucleon::plugin::node#stop()","hiera::corl_logger::suitable?()","nucleon::plugin::provisioner#supported_profiles()","vagrantplugins::corl::command::launcher::synopsis()","corl::util::puppet::resource#tag()","corl::machine::fog#terminal()","corl::machine::physical#terminal()","corl::machine::vagrant#terminal()","nucleon::plugin::machine#terminal()","nucleon::plugin::node#terminal()","nucleon::plugin::network#test_node()","corl::util::puppet::resource#title()","corl::util::puppet::resource#title=()","corl::util::puppet::to_name()","corl::util::puppet::resource#translate()","corl::util::puppet::resourcegroup#translate()","nucleon::plugin::node::translate()","nucleon::plugin::provisioner::translate()","nucleon::plugin::node::translate_reference()","nucleon::plugin::node#translate_reference()","nucleon::plugin::provisioner::translate_reference()","nucleon::plugin::provisioner#translate_reference()","corl::util::puppet::resource#translate_resource_refs()","nucleon::plugin::machine#translate_state()","corl::util::puppet::type_info()","corl::util::puppet::type_name()","corl::configuration::file#update_project()","corl::machine::fog#upload()","corl::machine::physical#upload()","corl::machine::vagrant#upload()","corl::node::fog#upload()","corl::node::vagrant#upload()","nucleon::plugin::machine#upload()","nucleon::plugin::node#upload()","corl::node::aws#usable_image?()","corl::node::rackspace#usable_image?()","nucleon::plugin::node#usable_image?()","nucleon::plugin::node#user()","nucleon::plugin::node#user=()","corl::facade#vagrant?()","corl::facade#vagrant_config()","corl::facade#vagrant_config_loaded?()","corl::plugin::cloudaction#validate()","vagrantplugins::corl::config::corl#validate()","corl::node::vagrant#vm()","corl::node::vagrant#vm=()","vagrantplugins::corl::command::launcher#vm_machine()","hiera::corl_logger::warn()",""],"info":[["CORL","","CORL.html","",""],["CORL::Action","","CORL/Action.html","",""],["CORL::Action::Authorize","","CORL/Action/Authorize.html","",""],["CORL::Action::Bootstrap","","CORL/Action/Bootstrap.html","",""],["CORL::Action::Build","","CORL/Action/Build.html","",""],["CORL::Action::Destroy","","CORL/Action/Destroy.html","",""],["CORL::Action::Exec","","CORL/Action/Exec.html","",""],["CORL::Action::Facts","","CORL/Action/Facts.html","",""],["CORL::Action::Image","","CORL/Action/Image.html","",""],["CORL::Action::Images","","CORL/Action/Images.html","",""],["CORL::Action::Ip","","CORL/Action/Ip.html","",""],["CORL::Action::Keypair","","CORL/Action/Keypair.html","",""],["CORL::Action::Lookup","","CORL/Action/Lookup.html","",""],["CORL::Action::Machines","","CORL/Action/Machines.html","",""],["CORL::Action::Provision","","CORL/Action/Provision.html","",""],["CORL::Action::Reboot","","CORL/Action/Reboot.html","",""],["CORL::Action::Regions","","CORL/Action/Regions.html","",""],["CORL::Action::Revoke","","CORL/Action/Revoke.html","",""],["CORL::Action::Seed","","CORL/Action/Seed.html","",""],["CORL::Action::Spawn","","CORL/Action/Spawn.html","",""],["CORL::Action::Ssh","","CORL/Action/Ssh.html","",""],["CORL::Action::Start","","CORL/Action/Start.html","",""],["CORL::Action::Stop","","CORL/Action/Stop.html","",""],["CORL::Action::Vagrantfile","","CORL/Action/Vagrantfile.html","",""],["CORL::Configuration","","CORL/Configuration.html","",""],["CORL::Configuration::File","","CORL/Configuration/File.html","",""],["CORL::Errors","","CORL/Errors.html","",""],["CORL::Event","","CORL/Event.html","",""],["CORL::Event::Puppet","","CORL/Event/Puppet.html","",""],["CORL::Facade","","CORL/Facade.html","",""],["CORL::Machine","","CORL/Machine.html","",""],["CORL::Machine::Aws","","CORL/Machine/Aws.html","",""],["CORL::Machine::Fog","","CORL/Machine/Fog.html","",""],["CORL::Machine::Physical","","CORL/Machine/Physical.html","",""],["CORL::Machine::Rackspace","","CORL/Machine/Rackspace.html","",""],["CORL::Machine::Vagrant","","CORL/Machine/Vagrant.html","",""],["CORL::Mixin","","CORL/Mixin.html","",""],["CORL::Mixin::Action","","CORL/Mixin/Action.html","",""],["CORL::Mixin::Action::Keypair","","CORL/Mixin/Action/Keypair.html","",""],["CORL::Mixin::Lookup","","CORL/Mixin/Lookup.html","",""],["CORL::Mixin::Machine","","CORL/Mixin/Machine.html","",""],["CORL::Mixin::Machine::SSH","","CORL/Mixin/Machine/SSH.html","",""],["CORL::Mixin::Macro","","CORL/Mixin/Macro.html","",""],["CORL::Mixin::Macro::NetworkSettings","","CORL/Mixin/Macro/NetworkSettings.html","",""],["CORL::Network","","CORL/Network.html","",""],["CORL::Network::Default","","CORL/Network/Default.html","",""],["CORL::Node","","CORL/Node.html","",""],["CORL::Node::Aws","","CORL/Node/Aws.html","",""],["CORL::Node::Fog","","CORL/Node/Fog.html","",""],["CORL::Node::Local","","CORL/Node/Local.html","",""],["CORL::Node::Rackspace","","CORL/Node/Rackspace.html","",""],["CORL::Node::Vagrant","","CORL/Node/Vagrant.html","",""],["CORL::Plugin","","CORL/Plugin.html","",""],["CORL::Plugin::CloudAction","","CORL/Plugin/CloudAction.html","",""],["CORL::Provisioner","","CORL/Provisioner.html","",""],["CORL::Provisioner::Puppetnode","","CORL/Provisioner/Puppetnode.html","",""],["CORL::Template","","CORL/Template.html","",""],["CORL::Template::Environment","","CORL/Template/Environment.html","",""],["CORL::Util","","CORL/Util.html","",""],["CORL::Util::Puppet","","CORL/Util/Puppet.html","",""],["CORL::Util::Puppet::Resource","","CORL/Util/Puppet/Resource.html","",""],["CORL::Util::Puppet::ResourceGroup","","CORL/Util/Puppet/ResourceGroup.html","",""],["CORL::Vagrant","","CORL/Vagrant.html","",""],["CORL::Vagrant::Config","","CORL/Vagrant/Config.html","",""],["Facter","","Facter.html","",""],["Facter::Util","","Facter/Util.html","",""],["Facter::Util::Loader","","Facter/Util/Loader.html","",""],["Fog","","Fog.html","",""],["Fog::Compute","","Fog/Compute.html","",""],["Fog::Compute::AWS","","Fog/Compute/AWS.html","",""],["Fog::Compute::AWS::Server","","Fog/Compute/AWS/Server.html","",""],["Fog::Compute::RackspaceV2","","Fog/Compute/RackspaceV2.html","",""],["Fog::Compute::RackspaceV2::Server","","Fog/Compute/RackspaceV2/Server.html","",""],["Hiera","","Hiera.html","",""],["Hiera::Backend","","Hiera/Backend.html","",""],["Hiera::Corl_logger","","Hiera/Corl_logger.html","",""],["Nucleon","","Nucleon.html","",""],["Nucleon::Config","","Nucleon/Config.html","",""],["Nucleon::Plugin","","Nucleon/Plugin.html","",""],["Nucleon::Plugin::Base","","Nucleon/Plugin/Base.html","",""],["Nucleon::Plugin::Configuration","","Nucleon/Plugin/Configuration.html","",""],["Nucleon::Plugin::Machine","","Nucleon/Plugin/Machine.html","",""],["Nucleon::Plugin::Network","","Nucleon/Plugin/Network.html","",""],["Nucleon::Plugin::Node","","Nucleon/Plugin/Node.html","",""],["Nucleon::Plugin::Provisioner","","Nucleon/Plugin/Provisioner.html","",""],["Object","","Object.html","",""],["Puppet","","Puppet.html","",""],["Puppet::DataBinding","","Puppet/DataBinding.html","",""],["Puppet::DataBinding::Corl","","Puppet/DataBinding/Corl.html","",""],["Puppet::Indirector","","Puppet/Indirector.html","",""],["Puppet::Indirector::Corl","","Puppet/Indirector/Corl.html","",""],["Puppet::Parser","","Puppet/Parser.html","",""],["Puppet::Parser::Functions","","Puppet/Parser/Functions.html","","<p>corl_include.rb\n<p>This function includes classes based on dynamic configurations. following\nthis order\n<p>Hiera …\n"],["Vagrant","","Vagrant.html","","<p>Because we create configurations and operate on resulting machines during\nthe course of a single CLI …\n"],["Vagrant::Config","","Vagrant/Config.html","",""],["Vagrant::Config::Loader","","Vagrant/Config/Loader.html","",""],["Vagrant::Vagrantfile","","Vagrant/Vagrantfile.html","",""],["VagrantPlugins","","VagrantPlugins.html","",""],["VagrantPlugins::CORL","","VagrantPlugins/CORL.html","",""],["VagrantPlugins::CORL::Action","","VagrantPlugins/CORL/Action.html","",""],["VagrantPlugins::CORL::Action::DeleteCache","","VagrantPlugins/CORL/Action/DeleteCache.html","",""],["VagrantPlugins::CORL::Action::InitKeys","","VagrantPlugins/CORL/Action/InitKeys.html","",""],["VagrantPlugins::CORL::Action::LinkNetwork","","VagrantPlugins/CORL/Action/LinkNetwork.html","",""],["VagrantPlugins::CORL::BaseAction","","VagrantPlugins/CORL/BaseAction.html","",""],["VagrantPlugins::CORL::Command","","VagrantPlugins/CORL/Command.html","",""],["VagrantPlugins::CORL::Command::Launcher","","VagrantPlugins/CORL/Command/Launcher.html","",""],["VagrantPlugins::CORL::Config","","VagrantPlugins/CORL/Config.html","",""],["VagrantPlugins::CORL::Config::CORL","","VagrantPlugins/CORL/Config/CORL.html","",""],["VagrantPlugins::CORL::Plugin","","VagrantPlugins/CORL/Plugin.html","",""],["VagrantPlugins::CORL::Provisioner","","VagrantPlugins/CORL/Provisioner.html","",""],["VagrantPlugins::CORL::Provisioner::CORL","","VagrantPlugins/CORL/Provisioner/CORL.html","",""],["VERSION","CORL","CORL.html#method-c-VERSION","()",""],["action","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-action","(provider, options = {})",""],["add","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-add","(type_name, resources, defaults = {}, options = {})",""],["add","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-add","(resources, options = {})",""],["add_class","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-add_class","(title, properties, options = {})",""],["add_composite_resource","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-add_composite_resource","(name, resource_names)",""],["add_definition","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-add_definition","(type, title, properties, options = {})",""],["add_node","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-add_node","(provider, name, options = {})",""],["add_resource","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-add_resource","(type, title, properties, options = {})",""],["add_search_path","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-add_search_path","(type, resource_name)",""],["api_key","CORL::Node::Fog","CORL/Node/Fog.html#method-i-api_key","()",""],["api_key=","CORL::Node::Fog","CORL/Node/Fog.html#method-i-api_key-3D","(api_key)",""],["api_user","CORL::Node::Fog","CORL/Node/Fog.html#method-i-api_user","()",""],["api_user=","CORL::Node::Fog","CORL/Node/Fog.html#method-i-api_user-3D","(api_user)",""],["arguments","CORL::Action::Authorize","CORL/Action/Authorize.html#method-i-arguments","()",""],["arguments","CORL::Action::Bootstrap","CORL/Action/Bootstrap.html#method-i-arguments","()",""],["arguments","CORL::Action::Destroy","CORL/Action/Destroy.html#method-i-arguments","()",""],["arguments","CORL::Action::Exec","CORL/Action/Exec.html#method-i-arguments","()",""],["arguments","CORL::Action::Image","CORL/Action/Image.html#method-i-arguments","()",""],["arguments","CORL::Action::Images","CORL/Action/Images.html#method-i-arguments","()",""],["arguments","CORL::Action::Lookup","CORL/Action/Lookup.html#method-i-arguments","()",""],["arguments","CORL::Action::Machines","CORL/Action/Machines.html#method-i-arguments","()",""],["arguments","CORL::Action::Reboot","CORL/Action/Reboot.html#method-i-arguments","()",""],["arguments","CORL::Action::Regions","CORL/Action/Regions.html#method-i-arguments","()",""],["arguments","CORL::Action::Revoke","CORL/Action/Revoke.html#method-i-arguments","()",""],["arguments","CORL::Action::Seed","CORL/Action/Seed.html#method-i-arguments","()",""],["arguments","CORL::Action::Spawn","CORL/Action/Spawn.html#method-i-arguments","()",""],["arguments","CORL::Action::Ssh","CORL/Action/Ssh.html#method-i-arguments","()",""],["arguments","CORL::Action::Start","CORL/Action/Start.html#method-i-arguments","()",""],["arguments","CORL::Action::Stop","CORL/Action/Stop.html#method-i-arguments","()",""],["attach","CORL::Configuration::File","CORL/Configuration/File.html#method-i-attach","(type, name, data, options = {})",""],["attach","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-attach","(type, name, data, options = {})",""],["attach_data","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-attach_data","(type, name, data, options = {})",""],["attach_files","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-attach_files","(type, name, files, options = {})",""],["attach_keys","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-attach_keys","(keypair)",""],["auth_url","CORL::Node::Fog","CORL/Node/Fog.html#method-i-auth_url","()",""],["auth_url=","CORL::Node::Fog","CORL/Node/Fog.html#method-i-auth_url-3D","(auth_url)",""],["autoload","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-autoload","(default = false)",""],["autoload=","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-autoload-3D","(autoload)",""],["autosave","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-autosave","(default = false)",""],["autosave=","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-autosave-3D","(autosave)",""],["batch","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-batch","(node_references, default_provider = nil, parallel = true, &code)",""],["bootstrap","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-bootstrap","(local_path, options = {})",""],["bootstrap_script","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-bootstrap_script","()",""],["bootstrap_script","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-bootstrap_script","()",""],["bootstrap_script=","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-bootstrap_script-3D","(bootstrap)",""],["bootstrap_script=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-bootstrap_script-3D","(bootstrap)",""],["build","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-build","(options = {})",""],["build","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-build","(options = {})",""],["build","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-build","(options = {})",""],["build","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-build","(options = {})",""],["build_directory","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-build_directory","()",""],["build_directory","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-build_directory","()",""],["build_info","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-c-build_info","(type, data)",""],["build_info","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-c-build_info","(type, data)",""],["build_info","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-build_info","(reset = false)",""],["build_locations","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-build_locations","(reset = false)",""],["build_profiles","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-build_profiles","(reset = false)",""],["build_time","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-build_time","()",""],["build_time","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-build_time","()",""],["build_time=","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-build_time-3D","(time)",""],["build_time=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-build_time-3D","(time)",""],["cache","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-cache","()",""],["cache","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-cache","()",""],["call","VagrantPlugins::CORL::Action::DeleteCache","VagrantPlugins/CORL/Action/DeleteCache.html#method-i-call","(env)",""],["call","VagrantPlugins::CORL::Action::InitKeys","VagrantPlugins/CORL/Action/InitKeys.html#method-i-call","(env)",""],["call","VagrantPlugins::CORL::Action::LinkNetwork","VagrantPlugins/CORL/Action/LinkNetwork.html#method-i-call","(env)",""],["call","VagrantPlugins::CORL::BaseAction","VagrantPlugins/CORL/BaseAction.html#method-i-call","(env)",""],["can_persist?","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-can_persist-3F","()",""],["check","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-check","(source)",""],["clean","VagrantPlugins::CORL::Provisioner::CORL","VagrantPlugins/CORL/Provisioner/CORL.html#method-i-clean","(options)",""],["clear","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-clear","(options = {})",""],["clear_config_cache","Vagrant::Config::Loader","Vagrant/Config/Loader.html#method-i-clear_config_cache","(sources = nil)",""],["cli","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-cli","()",""],["cli_capture","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-cli_capture","(cli_command, *args)",""],["cli_check","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-cli_check","(cli_command, *args)",""],["close_ssh_session","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-close_ssh_session","()",""],["command","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-command","()",""],["command","CORL::Vagrant","CORL/Vagrant.html#method-c-command","()",""],["command","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-command","(command, options = {})",""],["command=","CORL::Vagrant","CORL/Vagrant.html#method-c-command-3D","(command)",""],["compiler","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-compiler","()",""],["composite_resources","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-composite_resources","(default = {})",""],["composite_resources=","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-composite_resources-3D","(resources)",""],["compute","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-compute","()",""],["compute=","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-compute-3D","(compute)",""],["concatenate","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-concatenate","(components, capitalize = false)",""],["concatenate","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-concatenate","(components, capitalize = false, joiner = '::')",""],["config_initialized?","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-config_initialized-3F","()",""],["configuration","CORL::Facade","CORL/Facade.html#method-i-configuration","(options, provider = nil)",""],["configurations","CORL::Facade","CORL/Facade.html#method-i-configurations","(data, build_hash = false, keep_array = false)",""],["configure","CORL::Action::Authorize","CORL/Action/Authorize.html#method-i-configure","()",""],["configure","CORL::Action::Bootstrap","CORL/Action/Bootstrap.html#method-i-configure","()",""],["configure","CORL::Action::Destroy","CORL/Action/Destroy.html#method-i-configure","()",""],["configure","CORL::Action::Exec","CORL/Action/Exec.html#method-i-configure","()",""],["configure","CORL::Action::Image","CORL/Action/Image.html#method-i-configure","()",""],["configure","CORL::Action::Images","CORL/Action/Images.html#method-i-configure","()",""],["configure","CORL::Action::Keypair","CORL/Action/Keypair.html#method-i-configure","()",""],["configure","CORL::Action::Lookup","CORL/Action/Lookup.html#method-i-configure","()",""],["configure","CORL::Action::Machines","CORL/Action/Machines.html#method-i-configure","()",""],["configure","CORL::Action::Provision","CORL/Action/Provision.html#method-i-configure","()",""],["configure","CORL::Action::Reboot","CORL/Action/Reboot.html#method-i-configure","()",""],["configure","CORL::Action::Regions","CORL/Action/Regions.html#method-i-configure","()",""],["configure","CORL::Action::Revoke","CORL/Action/Revoke.html#method-i-configure","()",""],["configure","CORL::Action::Seed","CORL/Action/Seed.html#method-i-configure","()",""],["configure","CORL::Action::Spawn","CORL/Action/Spawn.html#method-i-configure","()",""],["configure","CORL::Action::Ssh","CORL/Action/Ssh.html#method-i-configure","()",""],["configure","CORL::Action::Start","CORL/Action/Start.html#method-i-configure","()",""],["configure","CORL::Action::Stop","CORL/Action/Stop.html#method-i-configure","()",""],["configure","CORL::Action::Vagrantfile","CORL/Action/Vagrantfile.html#method-i-configure","()",""],["configure","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-configure","()",""],["configure","VagrantPlugins::CORL::Provisioner::CORL","VagrantPlugins/CORL/Provisioner/CORL.html#method-i-configure","(root_config)",""],["configure_provisioner","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-configure_provisioner","(network, node, machine, &code)",""],["configure_shares","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-configure_shares","(node, machine)",""],["configure_ssh","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-configure_ssh","(node, machine)",""],["configure_vagrant","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-configure_vagrant","(network, vagrant)",""],["configure_vm","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-configure_vm","(node, machine)",""],["connection_options","CORL::Node::Fog","CORL/Node/Fog.html#method-i-connection_options","()",""],["connection_options=","CORL::Node::Fog","CORL/Node/Fog.html#method-i-connection_options-3D","(options)",""],["create","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-create","(options = {})",""],["create","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-create","(options = {}, &code)",""],["create","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-create","(options = {})",""],["create","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-create","(options = {})",""],["create","CORL::Node::Aws","CORL/Node/Aws.html#method-i-create","(options = {})",""],["create","CORL::Node::Fog","CORL/Node/Fog.html#method-i-create","(options = {})",""],["create","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-create","(options = {})",""],["create","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-create","(options = {})",""],["create","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-create","(options = {})",""],["create","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-create","(options = {})",""],["create_config","CORL::Node::Aws","CORL/Node/Aws.html#method-i-create_config","()",""],["create_config","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-create_config","()",""],["create_image","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-create_image","(options = {})",""],["create_image","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-create_image","(options = {}, &code)",""],["create_image","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-create_image","(name, options = {})",""],["create_image","CORL::Machine::Rackspace","CORL/Machine/Rackspace.html#method-i-create_image","(options = {})",""],["create_image","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-create_image","(options = {})",""],["create_image","CORL::Node::Fog","CORL/Node/Fog.html#method-i-create_image","(options = {})",""],["create_image","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-create_image","(options = {})",""],["create_image","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-create_image","(options = {})",""],["create_image","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-create_image","(options = {})",""],["create_machine","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-create_machine","(name, provider, options = {})",""],["created?","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-created-3F","()",""],["created?","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-created-3F","()",""],["created?","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-created-3F","()",""],["created?","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-created-3F","()",""],["custom_facts","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-custom_facts","()",""],["custom_facts=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-custom_facts-3D","(facts)",""],["debug","Hiera::Corl_logger","Hiera/Corl_logger.html#method-c-debug","(message)",""],["debug_lookup","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-debug_lookup","(config, property, value, label)",""],["debug_resource","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-debug_resource","(config, title, properties)",""],["default","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-default","(default = {})",""],["default=","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-default-3D","(default)",""],["defaults","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-defaults","(defaults, options = {})",""],["delete","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-delete","(keys, options = {})",""],["delete_attachments","CORL::Configuration::File","CORL/Configuration/File.html#method-i-delete_attachments","(ids, options = {})",""],["delete_attachments","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-delete_attachments","(type, ids, options = {})",""],["delete_attachments","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-delete_attachments","(ids, options = {})",""],["delete_keys","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-delete_keys","()",""],["destroy","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-destroy","(options = {})",""],["destroy","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-destroy","(options = {}, &code)",""],["destroy","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-destroy","(options = {})",""],["destroy","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-destroy","(options = {})",""],["destroy","CORL::Node::Fog","CORL/Node/Fog.html#method-i-destroy","(options = {})",""],["destroy","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-destroy","(options = {})",""],["destroy","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-destroy","(options = {})",""],["destroy","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-destroy","(options = {})",""],["directory","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-directory","()",""],["directory","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-directory","()",""],["directory","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-directory","()",""],["directory=","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-directory-3D","(directory)",""],["download","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-download","(remote_path, local_path, options = {}, &code)",""],["download","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-download","(remote_path, local_path, options = {})",""],["download","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-download","(remote_path, local_path, options = {}, &code)",""],["download","CORL::Node::Fog","CORL/Node/Fog.html#method-i-download","(remote_path, local_path, options = {})",""],["download","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-download","(remote_path, local_path, options = {})",""],["download","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-download","(remote_path, local_path, options = {})",""],["download","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-download","(remote_path, local_path, options = {})",""],["each_module","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-each_module","(options = {}, &code)",""],["each_node_config","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-each_node_config","(provider = nil)",""],["element","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-element","(default = '')",""],["element=","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-element-3D","(element)",""],["ensure_network","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-ensure_network","(network, &block)",""],["ensure_node","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-ensure_node","(node, &block)",""],["ensure_ready","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-ensure_ready","(options = {})",""],["ensure_security_group","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-ensure_security_group","(group_name, from_port, to_port = nil, options = {})",""],["env","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-env","()",""],["env","VagrantPlugins::CORL::Command::Launcher","VagrantPlugins/CORL/Command/Launcher.html#method-i-env","()",""],["exec","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-exec","(commands, options = {}, &code)",""],["exec","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-exec","(commands, options = {}, &code)",""],["exec","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-exec","(commands, options = {}, &code)",""],["exec","CORL::Node::Fog","CORL/Node/Fog.html#method-i-exec","(options = {})",""],["exec","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-exec","(options = {})",""],["exec","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-exec","(commands, options = {})",""],["exec","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-exec","(options = {})",""],["exec_options","CORL::Node::Fog","CORL/Node/Fog.html#method-i-exec_options","(name, options = {})",""],["exec_options","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-exec_options","(name, options = {})",""],["execute","CORL::Action::Authorize","CORL/Action/Authorize.html#method-i-execute","()",""],["execute","CORL::Action::Bootstrap","CORL/Action/Bootstrap.html#method-i-execute","()",""],["execute","CORL::Action::Build","CORL/Action/Build.html#method-i-execute","()",""],["execute","CORL::Action::Destroy","CORL/Action/Destroy.html#method-i-execute","()",""],["execute","CORL::Action::Exec","CORL/Action/Exec.html#method-i-execute","()",""],["execute","CORL::Action::Facts","CORL/Action/Facts.html#method-i-execute","()",""],["execute","CORL::Action::Image","CORL/Action/Image.html#method-i-execute","()",""],["execute","CORL::Action::Images","CORL/Action/Images.html#method-i-execute","()",""],["execute","CORL::Action::Ip","CORL/Action/Ip.html#method-i-execute","()",""],["execute","CORL::Action::Keypair","CORL/Action/Keypair.html#method-i-execute","()",""],["execute","CORL::Action::Lookup","CORL/Action/Lookup.html#method-i-execute","()",""],["execute","CORL::Action::Machines","CORL/Action/Machines.html#method-i-execute","()",""],["execute","CORL::Action::Provision","CORL/Action/Provision.html#method-i-execute","()",""],["execute","CORL::Action::Reboot","CORL/Action/Reboot.html#method-i-execute","()",""],["execute","CORL::Action::Regions","CORL/Action/Regions.html#method-i-execute","()",""],["execute","CORL::Action::Revoke","CORL/Action/Revoke.html#method-i-execute","()",""],["execute","CORL::Action::Seed","CORL/Action/Seed.html#method-i-execute","()",""],["execute","CORL::Action::Spawn","CORL/Action/Spawn.html#method-i-execute","()",""],["execute","CORL::Action::Ssh","CORL/Action/Ssh.html#method-i-execute","()",""],["execute","CORL::Action::Start","CORL/Action/Start.html#method-i-execute","()",""],["execute","CORL::Action::Stop","CORL/Action/Stop.html#method-i-execute","()",""],["execute","CORL::Action::Vagrantfile","CORL/Action/Vagrantfile.html#method-i-execute","()",""],["execute","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-execute","()",""],["execute","VagrantPlugins::CORL::Command::Launcher","VagrantPlugins/CORL/Command/Launcher.html#method-i-execute","()",""],["execute_remote","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-execute_remote","(node, network, op, data)",""],["extract_hostnames","CORL::Action::Spawn","CORL/Action/Spawn.html#method-i-extract_hostnames","(hostname)",""],["fact","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-fact","(name)",""],["facts","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-facts","()",""],["fetch_project","CORL::Configuration::File","CORL/Configuration/File.html#method-i-fetch_project","(options = {})",""],["filter_output","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-filter_output","(type, data)",""],["filter_output","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-filter_output","(type, data)",""],["finalize!","VagrantPlugins::CORL::Config::CORL","VagrantPlugins/CORL/Config/CORL.html#method-i-finalize-21","()",""],["find","Puppet::Indirector::Corl","Puppet/Indirector/Corl.html#method-i-find","(request)",""],["find_profiles","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-find_profiles","(reset = false)",""],["gateway","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-gateway","()",""],["gateway=","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-gateway-3D","(gateway)",""],["get_node","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-get_node","()",""],["group","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-group","()",""],["handle","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-handle","(msg)",""],["has_nodes?","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-has_nodes-3F","(provider = nil)",""],["hiera","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-hiera","(reset = false)",""],["hiera_configuration","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-hiera_configuration","()",""],["hiera_facts","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-hiera_facts","()",""],["hiera_facts","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-hiera_facts","()",""],["hiera_override_dir","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-hiera_override_dir","()",""],["hiera_override_dir","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-hiera_override_dir","()",""],["hiera_override_dir","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-hiera_override_dir","()",""],["home","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-home","()",""],["home","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-home","(env_var = 'HOME', reset = false)",""],["hostname","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-hostname","()",""],["hostname","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-hostname","()",""],["hostname","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-hostname","()",""],["id","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-id","(reset = false)",""],["id","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-id","(name = nil)",""],["ignore","CORL::Action::Bootstrap","CORL/Action/Bootstrap.html#method-i-ignore","()",""],["ignore","CORL::Action::Destroy","CORL/Action/Destroy.html#method-i-ignore","()",""],["ignore","CORL::Action::Image","CORL/Action/Image.html#method-i-ignore","()",""],["ignore","CORL::Action::Images","CORL/Action/Images.html#method-i-ignore","()",""],["ignore","CORL::Action::Keypair","CORL/Action/Keypair.html#method-i-ignore","()",""],["ignore","CORL::Action::Machines","CORL/Action/Machines.html#method-i-ignore","()",""],["ignore","CORL::Action::Reboot","CORL/Action/Reboot.html#method-i-ignore","()",""],["ignore","CORL::Action::Regions","CORL/Action/Regions.html#method-i-ignore","()",""],["ignore","CORL::Action::Spawn","CORL/Action/Spawn.html#method-i-ignore","()",""],["ignore","CORL::Action::Ssh","CORL/Action/Ssh.html#method-i-ignore","()",""],["ignore","CORL::Action::Start","CORL/Action/Start.html#method-i-ignore","()",""],["ignore","CORL::Action::Stop","CORL/Action/Stop.html#method-i-ignore","()",""],["ignore","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-ignore","(files)",""],["ignore","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-ignore","(files)",""],["image","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-image","()",""],["image","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-image","()",""],["image","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-image","()",""],["image","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-image","(reset = false)",""],["image=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-image-3D","(image)",""],["image_id","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-image_id","(image)",""],["image_id","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-image_id","(image)",""],["image_search_text","CORL::Node::Aws","CORL/Node/Aws.html#method-i-image_search_text","(image)",""],["image_search_text","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-image_search_text","(image)",""],["image_search_text","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-image_search_text","(image)",""],["image_search_text","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-image_search_text","(image)",""],["images","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-images","()",""],["images","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-images","()",""],["images","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-images","(search_terms = [], options = {})",""],["import","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-import","(files, options = {})",""],["import","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-import","(files, options = {})",""],["import","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-import","(properties, options = {})",""],["import","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-import","(properties, options = {})",""],["include","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-include","(resource_name, properties = {}, options = {})",""],["info","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-info","(default = {})",""],["info","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-info","(default = {})",""],["info=","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-info-3D","(info)",""],["info=","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-info-3D","(info)",""],["init_network","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-init_network","(path = nil)",""],["init_node","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-init_node","(node, options = {})",""],["init_puppet","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-init_puppet","(profiles)",""],["init_server","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-init_server","()",""],["init_server","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-init_server","()",""],["init_server","CORL::Machine::Rackspace","CORL/Machine/Rackspace.html#method-i-init_server","()",""],["init_shares","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-init_shares","()",""],["init_ssh","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-init_ssh","(ssh_port)",""],["init_ssh_session","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-init_ssh_session","(reset = false, tries = 5, sleep_secs = 5)",""],["initialized?","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-initialized-3F","(options = {})",""],["inspect","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-inspect","()",""],["key_config","CORL::Node::Fog","CORL/Node/Fog.html#method-i-key_config","()",""],["keypair","CORL::Mixin::Action::Keypair","CORL/Mixin/Action/Keypair.html#method-i-keypair","(reset = false)",""],["keypair=","CORL::Mixin::Action::Keypair","CORL/Mixin/Action/Keypair.html#method-i-keypair-3D","(options)",""],["keypair_clean","CORL::Mixin::Action::Keypair","CORL/Mixin/Action/Keypair.html#method-i-keypair_clean","()",""],["keypair_config","CORL::Mixin::Action::Keypair","CORL/Mixin/Action/Keypair.html#method-i-keypair_config","()",""],["keypair_ignore","CORL::Mixin::Action::Keypair","CORL/Mixin/Action/Keypair.html#method-i-keypair_ignore","()",""],["keypair_name","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-keypair_name","()",""],["lib_path","CORL","CORL.html#method-c-lib_path","()",""],["load","CORL::Configuration::File","CORL/Configuration/File.html#method-i-load","(options = {})",""],["load","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-load","()",""],["load","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-load","()",""],["load","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-load","()",""],["load","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-load","(options = {})",""],["load","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-load","()",""],["load","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-load","(options = {})",""],["load_dir","Facter::Util::Loader","Facter/Util/Loader.html#method-i-load_dir","(dir)",""],["load_network","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-load_network","(directory)",""],["local?","CORL::Node::Local","CORL/Node/Local.html#method-i-local-3F","()",""],["local?","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-local-3F","()",""],["local_machine","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-local_machine","()",""],["local_machine=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-local_machine-3D","(local_machine)",""],["local_node","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-local_node","(require_new = false)",""],["localize","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-localize","()",""],["logger","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-logger","()",""],["lookup","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-lookup","(properties, default = nil, options = {})",""],["lookup","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-lookup","(property, default = nil, options = {})",""],["lookup","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-lookup","(property, default = nil, options = {})",""],["lookup","Hiera::Backend","Hiera/Backend.html#method-c-lookup","(key, default, scope, order_override, resolution_type)","<p>NOTE: This method is overridden so we can collect accumulated hiera\nparameters and their values on a …\n"],["lookup","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-lookup","(property, default = nil, options = {})",""],["lookup_array","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-lookup_array","(properties, default = [], options = {})",""],["lookup_array","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-lookup_array","(property, default = [], options = {})",""],["lookup_config","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-lookup_config","(property, default = nil, options = {})",""],["lookup_facts","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-lookup_facts","()",""],["lookup_hash","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-lookup_hash","(properties, default = {}, options = {})",""],["lookup_hash","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-lookup_hash","(property, default = {}, options = {})",""],["machine","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine","()",""],["machine=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine-3D","(machine)",""],["machine_config","CORL::Node::Aws","CORL/Node/Aws.html#method-i-machine_config","()",""],["machine_config","CORL::Node::Fog","CORL/Node/Fog.html#method-i-machine_config","()",""],["machine_config","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-machine_config","()",""],["machine_config","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-machine_config","()",""],["machine_config","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine_config","()",""],["machine_type","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-machine_type","()",""],["machine_type","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-machine_type","()",""],["machine_type","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-machine_type","()",""],["machine_type","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine_type","(reset = false)",""],["machine_type_id","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-machine_type_id","(machine_type)",""],["machine_type_id","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine_type_id","(machine_type)",""],["machine_types","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-machine_types","()",""],["machine_types","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-machine_types","()",""],["machine_types","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-machine_types","()",""],["machine_types","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-machine_types","()",""],["message","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-message","(default = '')",""],["message=","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-message-3D","(message)",""],["method_missing","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-method_missing","(method, *args, &code)",""],["namespace","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-namespace","()",""],["namevar","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-namevar","(type_name, resource_name)",""],["network","CORL::Facade","CORL/Facade.html#method-i-network","(name, options = {}, provider = nil)",""],["network","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-network","()",""],["network=","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-network-3D","(network)",""],["network_settings","CORL::Mixin::Macro::NetworkSettings","CORL/Mixin/Macro/NetworkSettings.html#method-i-network_settings","(_type)",""],["networks","CORL::Facade","CORL/Facade.html#method-i-networks","(data, build_hash = false, keep_array = false)",""],["new","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-c-new","(group, info, title, properties = {})",""],["new","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-c-new","(type_info, default = {})",""],["new","Puppet::Indirector::Corl","Puppet/Indirector/Corl.html#method-c-new","(*args)",""],["new","VagrantPlugins::CORL::BaseAction","VagrantPlugins/CORL/BaseAction.html#method-c-new","(app, env)",""],["new","VagrantPlugins::CORL::Config::CORL","VagrantPlugins/CORL/Config/CORL.html#method-c-new","()",""],["new","VagrantPlugins::CORL::Provisioner::CORL","VagrantPlugins/CORL/Provisioner/CORL.html#method-c-new","(machine, config)",""],["new_machine","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-new_machine","(id)",""],["node","CORL::Facade","CORL/Facade.html#method-i-node","(name, options = {}, provider = nil)",""],["node","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-node","()",""],["node=","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-node-3D","(node)",""],["node_by_ip","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-node_by_ip","(public_ip, require_new = false)",""],["node_config","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-node_config","()",""],["node_exec","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-node_exec","()",""],["node_groups","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-node_groups","()",""],["node_ignore","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-node_ignore","()",""],["node_info","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-node_info","(references, default_provider = nil)",""],["nodes","CORL::Facade","CORL/Facade.html#method-i-nodes","(data, build_hash = false, keep_array = false)",""],["nodes_by_reference","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-nodes_by_reference","(references, default_provider = nil, require_new = false)",""],["normalize","CORL::Configuration::File","CORL/Configuration/File.html#method-i-normalize","(reload)",""],["normalize","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-normalize","(reload)",""],["normalize","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-normalize","(reload)",""],["normalize","CORL::Mixin::Lookup","CORL/Mixin/Lookup.html#method-i-normalize","(data, override = nil, options = {})",""],["normalize","CORL::Network::Default","CORL/Network/Default.html#method-i-normalize","(reload)",""],["normalize","CORL::Node::Aws","CORL/Node/Aws.html#method-i-normalize","(reload)",""],["normalize","CORL::Node::Fog","CORL/Node/Fog.html#method-i-normalize","(reload)",""],["normalize","CORL::Node::Local","CORL/Node/Local.html#method-i-normalize","(reload)",""],["normalize","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-normalize","(reload)",""],["normalize","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-normalize","(reload)",""],["normalize","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-normalize","(reload)",""],["normalize","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-normalize","(type_name, resources, options = {})",""],["normalize","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-normalize","(reload)",""],["normalize","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-normalize","(reload)",""],["normalize","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-normalize","(reload)",""],["normalize","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-normalize","(reload)",""],["normalize","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-normalize","(reload)",""],["operation","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-operation","(default = '')",""],["operation=","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-operation-3D","(operation)",""],["packages","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-packages","()",""],["parse_params","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-parse_params","(data)",""],["private_ip","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-private_ip","()",""],["private_ip","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-private_ip","()",""],["private_ip","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-private_ip","()",""],["private_ip","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-private_ip","(reset = false)",""],["private_key","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-private_key","()",""],["private_key=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-private_key-3D","(private_key)",""],["process","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-process","(options = {})",""],["profile_id","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-profile_id","(package_name, profile_name)",""],["profiles","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-profiles","()",""],["profiles","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-profiles","()",""],["profiles=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-profiles-3D","(profiles)",""],["project","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-project","()",""],["provision","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-provision","(profiles, options = {})",""],["provision","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-provision","(profiles, options = {})",""],["provision","VagrantPlugins::CORL::Provisioner::CORL","VagrantPlugins/CORL/Provisioner/CORL.html#method-i-provision","()",""],["provisioner","CORL::Facade","CORL/Facade.html#method-i-provisioner","(options, provider = nil)",""],["provisioner_info","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-provisioner_info","()",""],["provisioners","CORL::Facade","CORL/Facade.html#method-i-provisioners","(data, build_hash = false, keep_array = false)",""],["provisioners","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-provisioners","()",""],["public_ip","CORL::Facade","CORL/Facade.html#method-i-public_ip","()",""],["public_ip","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-public_ip","()",""],["public_ip","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-public_ip","()",""],["public_ip","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-public_ip","()",""],["public_ip","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-public_ip","(reset = false)",""],["public_key","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-public_key","()",""],["public_key=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-public_key-3D","(public_key)",""],["ready","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-ready","(default = false)",""],["refresh_config","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-refresh_config","()",""],["region","CORL::Node::Fog","CORL/Node/Fog.html#method-i-region","()",""],["region=","CORL::Node::Fog","CORL/Node/Fog.html#method-i-region-3D","(region)",""],["regions","CORL::Node::Aws","CORL/Node/Aws.html#method-i-regions","()",""],["regions","CORL::Node::Fog","CORL/Node/Fog.html#method-i-regions","()",""],["regions","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-regions","()",""],["register","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-register","(options = {})",""],["register","CORL::Vagrant::Config","CORL/Vagrant/Config.html#method-c-register","(directory, config, &code)","<p>Gateway CORL configurator for Vagrant.\n"],["register","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-register","(options = {})",""],["register_plugins","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-register_plugins","(options = {})",""],["reload","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-reload","(options = {})",""],["reload","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-reload","(options = {}, &code)",""],["reload","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-reload","(options = {})",""],["reload","CORL::Machine::Rackspace","CORL/Machine/Rackspace.html#method-i-reload","(options = {})",""],["reload","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-reload","(options = {})",""],["reload","CORL::Node::Fog","CORL/Node/Fog.html#method-i-reload","(options = {})",""],["reload","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-reload","(options = {})",""],["reload","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-reload","(options = {})",""],["reload","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-reload","(options = {})",""],["reload","Vagrant::Vagrantfile","Vagrant/Vagrantfile.html#method-i-reload","()",""],["remote","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-remote","(name)",""],["remote","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-remote","(name)",""],["remove","CORL::Configuration::File","CORL/Configuration/File.html#method-i-remove","(options = {})",""],["remove","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-remove","(options = {})",""],["remove_plugin","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-remove_plugin","()",""],["remove_plugin","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-remove_plugin","()",""],["remove_plugin","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-remove_plugin","()",""],["render","CORL::Event::Puppet","CORL/Event/Puppet.html#method-i-render","()",""],["render","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-c-render","(resource_info, options = {})",""],["render","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-render","(options = {})",""],["render_assignment","CORL::Template::Environment","CORL/Template/Environment.html#method-i-render_assignment","(name, value)",""],["render_image","CORL::Node::Aws","CORL/Node/Aws.html#method-i-render_image","(image)",""],["render_image","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-render_image","(image)",""],["render_image","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-render_image","(image)",""],["render_image","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-render_image","(image)",""],["render_machine_type","CORL::Node::Aws","CORL/Node/Aws.html#method-i-render_machine_type","(machine_type)",""],["render_machine_type","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-render_machine_type","(machine_type)",""],["render_machine_type","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-render_machine_type","(machine_type)",""],["render_machine_type","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-render_machine_type","(machine_type)",""],["render_name","CORL::Template::Environment","CORL/Template/Environment.html#method-i-render_name","(name)",""],["render_processed","CORL::Template::Environment","CORL/Template/Environment.html#method-i-render_processed","(data)",""],["render_value","CORL::Template::Environment","CORL/Template/Environment.html#method-i-render_value","(value)",""],["resources","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-resources","(default = {})",""],["resources=","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-resources-3D","(resources)",""],["router","CORL::Configuration::File","CORL/Configuration/File.html#method-i-router","()",""],["run","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-run","(action, options = {}, symbolize_keys = true)",""],["run","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-run","()",""],["running?","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-running-3F","()",""],["running?","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-running-3F","()",""],["running?","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-running-3F","()",""],["running?","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-running-3F","()",""],["save","CORL::Configuration::File","CORL/Configuration/File.html#method-i-save","(options = {})",""],["save","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-save","(options = {})",""],["save","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-save","(options = {})",""],["save","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-save","(options = {})",""],["save","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-save","(options = {})",""],["scope","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-i-scope","()",""],["search","CORL::Configuration::File","CORL/Configuration/File.html#method-i-search","()",""],["search_files","CORL::Configuration::File","CORL/Configuration/File.html#method-i-search_files","()",""],["select_largest","CORL::Configuration::File","CORL/Configuration/File.html#method-i-select_largest","(router)",""],["send_files","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-send_files","(local_path, remote_path, files = nil, permission = '0644', &code)",""],["separate","CORL::Configuration::File","CORL/Configuration/File.html#method-i-separate","()","<p>properties = values\n<p>to\n<p>file_data[key…] = config\n"],["server","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-server","()",""],["server","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-server","()",""],["server=","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-server-3D","(id)",""],["server=","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-server-3D","(id)",""],["set","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-set","(keys, value = '', options = {})",""],["set_command","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-set_command","()",""],["set_connection","CORL::Machine::Aws","CORL/Machine/Aws.html#method-i-set_connection","()",""],["set_connection","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-set_connection","()",""],["set_connection","CORL::Machine::Rackspace","CORL/Machine/Rackspace.html#method-i-set_connection","()",""],["set_location","CORL::Configuration::File","CORL/Configuration/File.html#method-i-set_location","(directory)",""],["set_location","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-set_location","(directory)",""],["set_remote","Nucleon::Plugin::Configuration","Nucleon/Plugin/Configuration.html#method-i-set_remote","(name, location)",""],["set_remote","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-set_remote","(name, location)",""],["setup","Fog::Compute::AWS::Server","Fog/Compute/AWS/Server.html#method-i-setup","(credentials = {})",""],["setup","Fog::Compute::RackspaceV2::Server","Fog/Compute/RackspaceV2/Server.html#method-i-setup","(credentials = {})",""],["shares","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-shares","()",""],["shares=","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-shares-3D","(shares)",""],["ssh","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-ssh","()",""],["ssh=","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-ssh-3D","(ssh)",""],["ssh_download","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-ssh_download","(remote_path, local_path, options = {}, &code)",""],["ssh_exec","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-ssh_exec","(commands, options = {}, &code)",""],["ssh_path","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-ssh_path","(home_env_var = 'HOME', reset = false)",""],["ssh_port","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-ssh_port","()",""],["ssh_port=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-ssh_port-3D","(ssh_port)",""],["ssh_terminal","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-ssh_terminal","(user, options = {})",""],["ssh_upload","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-ssh_upload","(local_path, remote_path, options = {}, &code)",""],["ssh_wait_for_ready","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-ssh_wait_for_ready","()",""],["ssh_wait_for_ready","CORL::Mixin::Machine::SSH","CORL/Mixin/Machine/SSH.html#method-i-ssh_wait_for_ready","()",""],["start","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-start","(options = {})",""],["start","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-start","(options = {})",""],["start","CORL::Node::Aws","CORL/Node/Aws.html#method-i-start","(options = {})",""],["start","CORL::Node::Fog","CORL/Node/Fog.html#method-i-start","(options = {})",""],["start","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-start","(options = {})",""],["start","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-start","(options = {})",""],["start","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-start","(options = {})",""],["start","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-start","(options = {})",""],["start_machine","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-start_machine","(options)",""],["state","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-state","()",""],["state","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-state","()",""],["state","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-state","()",""],["state","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-state","(reset = false)",""],["state","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-state","()",""],["state","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-state","(reset = false)",""],["status","CORL::Provisioner::Puppetnode","CORL/Provisioner/Puppetnode.html#method-c-status","()",""],["stop","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-stop","(options = {})",""],["stop","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-stop","(options = {})",""],["stop","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-stop","(options = {})",""],["stop","CORL::Node::Fog","CORL/Node/Fog.html#method-i-stop","(options = {})",""],["stop","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-stop","(options = {})",""],["stop","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-stop","(options = {})",""],["stop","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-stop","(options = {})",""],["suitable?","Hiera::Corl_logger","Hiera/Corl_logger.html#method-c-suitable-3F","()",""],["supported_profiles","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-supported_profiles","(profile_names = nil)",""],["synopsis","VagrantPlugins::CORL::Command::Launcher","VagrantPlugins/CORL/Command/Launcher.html#method-c-synopsis","()",""],["tag","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-tag","(tags, append = true)",""],["terminal","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-terminal","(user, options = {})",""],["terminal","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-terminal","(user, options = {})",""],["terminal","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-terminal","(user, options = {})",""],["terminal","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-terminal","(user, options = {})",""],["terminal","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-terminal","(options = {})",""],["test_node","Nucleon::Plugin::Network","Nucleon/Plugin/Network.html#method-i-test_node","(provider, options = {})",""],["title","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-title","(default = '')",""],["title=","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-title-3D","(info)",""],["to_name","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-to_name","(name)",""],["translate","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-translate","(options = {})",""],["translate","CORL::Util::Puppet::ResourceGroup","CORL/Util/Puppet/ResourceGroup.html#method-i-translate","(resources, options = {})",""],["translate","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-c-translate","(data)",""],["translate","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-c-translate","(data)",""],["translate_reference","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-c-translate_reference","(reference)",""],["translate_reference","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-translate_reference","(reference)",""],["translate_reference","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-c-translate_reference","(reference)",""],["translate_reference","Nucleon::Plugin::Provisioner","Nucleon/Plugin/Provisioner.html#method-i-translate_reference","(reference)",""],["translate_resource_refs","CORL::Util::Puppet::Resource","CORL/Util/Puppet/Resource.html#method-i-translate_resource_refs","(resource_refs, options = {})",""],["translate_state","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-translate_state","(state)",""],["type_info","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-type_info","(type_name, options = {})",""],["type_name","CORL::Util::Puppet","CORL/Util/Puppet.html#method-c-type_name","(value)",""],["update_project","CORL::Configuration::File","CORL/Configuration/File.html#method-i-update_project","(files = [], options = {})",""],["upload","CORL::Machine::Fog","CORL/Machine/Fog.html#method-i-upload","(local_path, remote_path, options = {}, &code)",""],["upload","CORL::Machine::Physical","CORL/Machine/Physical.html#method-i-upload","(local_path, remote_path, options = {})",""],["upload","CORL::Machine::Vagrant","CORL/Machine/Vagrant.html#method-i-upload","(local_path, remote_path, options = {}, &code)",""],["upload","CORL::Node::Fog","CORL/Node/Fog.html#method-i-upload","(local_path, remote_path, options = {})",""],["upload","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-upload","(local_path, remote_path, options = {})",""],["upload","Nucleon::Plugin::Machine","Nucleon/Plugin/Machine.html#method-i-upload","(local_path, remote_path, options = {})",""],["upload","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-upload","(local_path, remote_path, options = {})",""],["usable_image?","CORL::Node::Aws","CORL/Node/Aws.html#method-i-usable_image-3F","(image)",""],["usable_image?","CORL::Node::Rackspace","CORL/Node/Rackspace.html#method-i-usable_image-3F","(image)",""],["usable_image?","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-usable_image-3F","(image)",""],["user","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-user","()",""],["user=","Nucleon::Plugin::Node","Nucleon/Plugin/Node.html#method-i-user-3D","(user)",""],["vagrant?","CORL::Facade","CORL/Facade.html#method-i-vagrant-3F","()",""],["vagrant_config","CORL::Facade","CORL/Facade.html#method-i-vagrant_config","(directory, config, &code)",""],["vagrant_config_loaded?","CORL::Facade","CORL/Facade.html#method-i-vagrant_config_loaded-3F","()",""],["validate","CORL::Plugin::CloudAction","CORL/Plugin/CloudAction.html#method-i-validate","(node, network)",""],["validate","VagrantPlugins::CORL::Config::CORL","VagrantPlugins/CORL/Config/CORL.html#method-i-validate","(machine)",""],["vm","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-vm","()",""],["vm=","CORL::Node::Vagrant","CORL/Node/Vagrant.html#method-i-vm-3D","(vm)",""],["vm_machine","VagrantPlugins::CORL::Command::Launcher","VagrantPlugins/CORL/Command/Launcher.html#method-i-vm_machine","(name, provider = nil, refresh = false)",""],["warn","Hiera::Corl_logger","Hiera/Corl_logger.html#method-c-warn","(message)",""],["README","","README_rdoc.html","","<p>## Welcome to CORL (Coral Orchestration and Research Library)\n<p>CORL is a cloud application framework and …\n"]]}}
@@ -1,228 +0,0 @@
1
- Searcher = function(data) {
2
- this.data = data;
3
- this.handlers = [];
4
- }
5
-
6
- Searcher.prototype = new function() {
7
- // search is performed in chunks of 1000 for non-blocking user input
8
- var CHUNK_SIZE = 1000;
9
- // do not try to find more than 100 results
10
- var MAX_RESULTS = 100;
11
- var huid = 1;
12
- var suid = 1;
13
- var runs = 0;
14
-
15
- this.find = function(query) {
16
- var queries = splitQuery(query);
17
- var regexps = buildRegexps(queries);
18
- var highlighters = buildHilighters(queries);
19
- var state = { from: 0, pass: 0, limit: MAX_RESULTS, n: suid++};
20
- var _this = this;
21
-
22
- this.currentSuid = state.n;
23
-
24
- if (!query) return;
25
-
26
- var run = function() {
27
- // stop current search thread if new search started
28
- if (state.n != _this.currentSuid) return;
29
-
30
- var results =
31
- performSearch(_this.data, regexps, queries, highlighters, state);
32
- var hasMore = (state.limit > 0 && state.pass < 4);
33
-
34
- triggerResults.call(_this, results, !hasMore);
35
- if (hasMore) {
36
- setTimeout(run, 2);
37
- }
38
- runs++;
39
- };
40
- runs = 0;
41
-
42
- // start search thread
43
- run();
44
- }
45
-
46
- /* ----- Events ------ */
47
- this.ready = function(fn) {
48
- fn.huid = huid;
49
- this.handlers.push(fn);
50
- }
51
-
52
- /* ----- Utilities ------ */
53
- function splitQuery(query) {
54
- return jQuery.grep(query.split(/(\s+|::?|\(\)?)/), function(string) {
55
- return string.match(/\S/)
56
- });
57
- }
58
-
59
- function buildRegexps(queries) {
60
- return jQuery.map(queries, function(query) {
61
- return new RegExp(query.replace(/(.)/g, '([$1])([^$1]*?)'), 'i')
62
- });
63
- }
64
-
65
- function buildHilighters(queries) {
66
- return jQuery.map(queries, function(query) {
67
- return jQuery.map(query.split(''), function(l, i) {
68
- return '\u0001$' + (i*2+1) + '\u0002$' + (i*2+2);
69
- }).join('');
70
- });
71
- }
72
-
73
- // function longMatchRegexp(index, longIndex, regexps) {
74
- // for (var i = regexps.length - 1; i >= 0; i--){
75
- // if (!index.match(regexps[i]) && !longIndex.match(regexps[i])) return false;
76
- // };
77
- // return true;
78
- // }
79
-
80
-
81
- /* ----- Mathchers ------ */
82
-
83
- /*
84
- * This record matches if the index starts with queries[0] and the record
85
- * matches all of the regexps
86
- */
87
- function matchPassBeginning(index, longIndex, queries, regexps) {
88
- if (index.indexOf(queries[0]) != 0) return false;
89
- for (var i=1, l = regexps.length; i < l; i++) {
90
- if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
91
- return false;
92
- };
93
- return true;
94
- }
95
-
96
- /*
97
- * This record matches if the longIndex starts with queries[0] and the
98
- * longIndex matches all of the regexps
99
- */
100
- function matchPassLongIndex(index, longIndex, queries, regexps) {
101
- if (longIndex.indexOf(queries[0]) != 0) return false;
102
- for (var i=1, l = regexps.length; i < l; i++) {
103
- if (!longIndex.match(regexps[i]))
104
- return false;
105
- };
106
- return true;
107
- }
108
-
109
- /*
110
- * This record matches if the index contains queries[0] and the record
111
- * matches all of the regexps
112
- */
113
- function matchPassContains(index, longIndex, queries, regexps) {
114
- if (index.indexOf(queries[0]) == -1) return false;
115
- for (var i=1, l = regexps.length; i < l; i++) {
116
- if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
117
- return false;
118
- };
119
- return true;
120
- }
121
-
122
- /*
123
- * This record matches if regexps[0] matches the index and the record
124
- * matches all of the regexps
125
- */
126
- function matchPassRegexp(index, longIndex, queries, regexps) {
127
- if (!index.match(regexps[0])) return false;
128
- for (var i=1, l = regexps.length; i < l; i++) {
129
- if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
130
- return false;
131
- };
132
- return true;
133
- }
134
-
135
-
136
- /* ----- Highlighters ------ */
137
- function highlightRegexp(info, queries, regexps, highlighters) {
138
- var result = createResult(info);
139
- for (var i=0, l = regexps.length; i < l; i++) {
140
- result.title = result.title.replace(regexps[i], highlighters[i]);
141
- result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
142
- };
143
- return result;
144
- }
145
-
146
- function hltSubstring(string, pos, length) {
147
- return string.substring(0, pos) + '\u0001' + string.substring(pos, pos + length) + '\u0002' + string.substring(pos + length);
148
- }
149
-
150
- function highlightQuery(info, queries, regexps, highlighters) {
151
- var result = createResult(info);
152
- var pos = 0;
153
- var lcTitle = result.title.toLowerCase();
154
-
155
- pos = lcTitle.indexOf(queries[0]);
156
- if (pos != -1) {
157
- result.title = hltSubstring(result.title, pos, queries[0].length);
158
- }
159
-
160
- result.namespace = result.namespace.replace(regexps[0], highlighters[0]);
161
- for (var i=1, l = regexps.length; i < l; i++) {
162
- result.title = result.title.replace(regexps[i], highlighters[i]);
163
- result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
164
- };
165
- return result;
166
- }
167
-
168
- function createResult(info) {
169
- var result = {};
170
- result.title = info[0];
171
- result.namespace = info[1];
172
- result.path = info[2];
173
- result.params = info[3];
174
- result.snippet = info[4];
175
- return result;
176
- }
177
-
178
- /* ----- Searching ------ */
179
- function performSearch(data, regexps, queries, highlighters, state) {
180
- var searchIndex = data.searchIndex;
181
- var longSearchIndex = data.longSearchIndex;
182
- var info = data.info;
183
- var result = [];
184
- var i = state.from;
185
- var l = searchIndex.length;
186
- var togo = CHUNK_SIZE;
187
- var matchFunc, hltFunc;
188
-
189
- while (state.pass < 4 && state.limit > 0 && togo > 0) {
190
- if (state.pass == 0) {
191
- matchFunc = matchPassBeginning;
192
- hltFunc = highlightQuery;
193
- } else if (state.pass == 1) {
194
- matchFunc = matchPassLongIndex;
195
- hltFunc = highlightQuery;
196
- } else if (state.pass == 2) {
197
- matchFunc = matchPassContains;
198
- hltFunc = highlightQuery;
199
- } else if (state.pass == 3) {
200
- matchFunc = matchPassRegexp;
201
- hltFunc = highlightRegexp;
202
- }
203
-
204
- for (; togo > 0 && i < l && state.limit > 0; i++, togo--) {
205
- if (info[i].n == state.n) continue;
206
- if (matchFunc(searchIndex[i], longSearchIndex[i], queries, regexps)) {
207
- info[i].n = state.n;
208
- result.push(hltFunc(info[i], queries, regexps, highlighters));
209
- state.limit--;
210
- }
211
- };
212
- if (searchIndex.length <= i) {
213
- state.pass++;
214
- i = state.from = 0;
215
- } else {
216
- state.from = i;
217
- }
218
- }
219
- return result;
220
- }
221
-
222
- function triggerResults(results, isLast) {
223
- jQuery.each(this.handlers, function(i, fn) {
224
- fn.call(this, results, isLast)
225
- })
226
- }
227
- }
228
-