Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit c017388

Browse files
committed
Refactor Hot Generator. Included LoadBalancers
1 parent 493b33e commit c017388

31 files changed

+56
-3230
lines changed

hot-generator/.ruby-gemset

Lines changed: 0 additions & 1 deletion
This file was deleted.

hot-generator/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

hot-generator/.yardoc/checksums

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
main.rb c6beba1ae8d943b0e0d4571778890cff95119865
1+
main.rb eff294566684a36e3d6b46dca2d6cefe80998970
22
helpers/hot.rb 05f037e68f2903e05845f3f998bcb98b10b598ea
3+
helpers/init.rb 75c231ba4c75bd7b51c56d02ee358ca199d8e6af
34
routes/hot.rb 3fd8a4b3b3a1ecd28852f0ea1a10245d3d51f6cc
4-
models/hot.rb 28d4e72547a56d3a93198bb655388be6d75ceb4f
5-
models/resource.rb 62d60df4d7189c8cf6b79800fdf4b9fa757dbb4f
6-
models/vnfd_to_hot.rb c869a4171e2cf419f9f08f0bfaeb266761057abf
5+
routes/init.rb 75c231ba4c75bd7b51c56d02ee358ca199d8e6af

hot-generator/.yardoc/object_types

-648 Bytes
Binary file not shown.
-25.1 KB
Binary file not shown.

hot-generator/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ end
1818

1919
YARD::Rake::YardocTask.new do |t|
2020
`rm -rf doc`
21-
t.files = ['main.rb', 'helpers/hot.rb', 'routes/hot.rb', 'models/floating_ip.rb', 'models/hot.rb', 'models/net.rb', 'models/port.rb', 'models/resource.rb', 'models/router_interface.rb', 'models/router.rb', 'models/server.rb', 'models/subnet.rb', 'models/vnfd_to_hot.rb']
21+
t.files = ['main.rb', 'helpers/*.rb', 'routes/*.rb']
2222
end

hot-generator/doc/CommonMethods.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2>Overview</h2><div class="docstring">
113113
<p class="tag_title">See Also:</p>
114114
<ul class="see">
115115

116-
<li><span class='object_link'><a href="OrchestratorHotGenerator.html" title="OrchestratorHotGenerator (class)">OrchestratorHotGenerator</a></span></li>
116+
<li>OrchestratorHotGenerator</li>
117117

118118
</ul>
119119

@@ -824,7 +824,7 @@ <h3 class="signature " id="parse_json-class_method">
824824
</div>
825825

826826
<div id="footer">
827-
Generated on Mon May 2 14:19:58 2016 by
827+
Generated on Tue May 3 16:04:05 2016 by
828828
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
829829
0.8.7.6 (ruby-2.0.0).
830830
</div>

0 commit comments

Comments
 (0)