updates to metadata

This commit is contained in:
Z. Cliffe Schreuders
2018-09-26 14:41:19 +01:00
parent e7adc14b02
commit 2dc5c6d743
4 changed files with 5 additions and 5 deletions

View File

@@ -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'

View File

@@ -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>

View File

@@ -36,6 +36,6 @@
<type>update</type>
</requires>
<requires>
<type>httpd</type>
<type>.*/apache.*</type>
</requires>
</utility>

View File

@@ -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