Skip to content

Commit

Permalink
deploy: 6febf8d
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot committed May 27, 2024
1 parent 20ae4ed commit d6fd47c
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions qesapdeployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,10 @@ <h3 id="qesap_yaml_replace">qesap_yaml_replace</h3>

<h3 id="qesap_execute">qesap_execute</h3>

<pre><code>qesap_execute(cmd =&gt; $qesap_script_cmd [, verbose =&gt; 1, cmd_options =&gt; $cmd_options] );
cmd_options - allows to append additional qesap.py commands arguments
like &quot;qesap.py terraform -d&quot;
Example:
qesap_execute(cmd =&gt; &#39;terraform&#39;, cmd_options =&gt; &#39;-d&#39;) will result in:
qesap.py terraform -d
<pre><code>qesap_execute(
cmd =&gt; &#39;terraform&#39;,
logname =&gt; &#39;terraform_destroy.log.txt&#39;
[, verbose =&gt; 1, cmd_options =&gt; $cmd_options] );

Execute qesap glue script commands. Check project documentation for available options:
https://github.com/SUSE/qe-sap-deployment
Expand All @@ -230,32 +228,31 @@ <h3 id="qesap_execute">qesap_execute</h3>
<dd>

</dd>
<dt id="CMD_OPTIONS---set-of-arguments-for-the-qesap.py-subcommand"><b>CMD_OPTIONS</b> - set of arguments for the qesap.py subcommand</dt>
<dt id="LOGNAME---filename-of-the-log-file"><b>LOGNAME</b> - filename of the log file.</dt>
<dd>

</dd>
<dt id="VERBOSE---activate-verbosity-in-qesap.py"><b>VERBOSE</b> - activate verbosity in qesap.py</dt>
<dt id="CMD_OPTIONS---set-of-arguments-for-the-qesap.py-subcommand"><b>CMD_OPTIONS</b> - set of arguments for the qesap.py subcommand</dt>
<dd>

</dd>
<dt id="TIMEOUT---max-expected-execution-time"><b>TIMEOUT</b> - max expected execution time</dt>
<dt id="VERBOSE---activate-verbosity-in-qesap.py"><b>VERBOSE</b> - activate verbosity in qesap.py</dt>
<dd>

</dd>
<dt id="LOGNAME---filename-of-the-log-file.-This-argument-is-optional-if-not-specified-the-log-filename-is-internally-calculated-using-content-from-CMD-and-CMD_OPTIONS"><b>LOGNAME</b> - filename of the log file. This argument is optional, if not specified the log filename is internally calculated using content from CMD and CMD_OPTIONS.</dt>
<dt id="TIMEOUT---max-expected-execution-time"><b>TIMEOUT</b> - max expected execution time</dt>
<dd>

</dd>
</dl>

<h3 id="qesap_execute_conditional_retry">qesap_execute_conditional_retry</h3>

<pre><code>qesap_execute(cmd =&gt; $qesap_script_cmd [, verbose =&gt; 1, cmd_options =&gt; $cmd_options] );
cmd_options - allows to append additional qesap.py commands arguments
like &quot;qesap.py terraform -d&quot;
Example:
qesap_execute(cmd =&gt; &#39;terraform&#39;, cmd_options =&gt; &#39;-d&#39;) will result in:
qesap.py terraform -d
<pre><code>qesap_execute_conditional_retry(
cmd =&gt; $qesap_script_cmd,
error_string =&gt; &#39;Fatal:&#39;,
logname =&gt; &#39;somefile.txt&#39;
[, verbose =&gt; 1, cmd_options =&gt; $cmd_options] );

Execute qesap glue script commands. Check project documentation for available options:
https://github.com/SUSE/qe-sap-deployment
Expand All @@ -279,7 +276,7 @@ <h3 id="qesap_execute_conditional_retry">qesap_execute_conditional_retry</h3>
<dd>

</dd>
<dt id="LOGNAME---filename-of-the-log-file.-This-argument-is-optional-if-not-specified-the-log-filename-is-internally-calculated-using-content-from-CMD-and-CMD_OPTIONS1"><b>LOGNAME</b> - filename of the log file. This argument is optional, if not specified the log filename is internally calculated using content from CMD and CMD_OPTIONS.</dt>
<dt id="LOGNAME---filename-of-the-log-file1"><b>LOGNAME</b> - filename of the log file.</dt>
<dd>

</dd>
Expand Down

0 comments on commit d6fd47c

Please sign in to comment.