mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
updates to metadata
This commit is contained in:
@@ -119,7 +119,7 @@ def get_delete_opts
|
||||
end
|
||||
|
||||
def parse_opts(opts)
|
||||
options = {:instances => '', :max_threads => 5, :id => nil, :all => false}
|
||||
options = {:instances => '', :max_threads => 2, :id => nil, :all => false}
|
||||
opts.each do |opt, arg|
|
||||
case opt
|
||||
when '--instances'
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<module_license>Apache v2</module_license>
|
||||
<description>Puppetlabs Apache Tomcat module</description>
|
||||
|
||||
<type>httpd</type>
|
||||
<type>servlet</type>
|
||||
<type>tomcat</type>
|
||||
<platform>linux</platform>
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
<requires>
|
||||
<type>java</type>
|
||||
</requires>
|
||||
</service>
|
||||
</service>
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
<type>update</type>
|
||||
</requires>
|
||||
<requires>
|
||||
<type>httpd</type>
|
||||
<type>.*/apache.*</type>
|
||||
</requires>
|
||||
</utility>
|
||||
|
||||
@@ -134,7 +134,7 @@ def build_vms(scenario, project_dir, options, systems)
|
||||
end
|
||||
|
||||
# if deploying to ovirt, when things fail to build, set the retry_count
|
||||
retry_count = OVirtFunctions::provider_ovirt?(options) ? 1 : 0 # TODO: Reset to 10 before merging
|
||||
retry_count = OVirtFunctions::provider_ovirt?(options) ? 5 : 0 # TODO: Reset to 10 before merging
|
||||
successful_creation = false
|
||||
|
||||
while retry_count and !successful_creation
|
||||
|
||||
Reference in New Issue
Block a user