Skip to content

Commit

Permalink
deploy: 682d637
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorodskyi committed Jan 14, 2025
1 parent 79d4dfa commit 864f940
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions publiccloud/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,26 @@
<ul id="index"><li><a href="../index.html"><i>&lt;= Back to file list</i></a></li>
<li>
<ul>
<li><a href="#ssh_add_suseconnect_product">ssh_add_suseconnect_product</a></li>
<li><a href="#ssh_remove_suseconnect_product">ssh_remove_suseconnect_product</a></li>
<li><a href="#gcloud_install-gcloud_install-url-dir-timeout">gcloud_install gcloud_install($url, $dir, $timeout)</a></li>
<li><a href="#ssh_update_transactional_system">ssh_update_transactional_system</a></li>
</ul>
</li>
</ul><h1>lib/publiccloud/utils.pm</h1>

<h2 id="ssh_add_suseconnect_product">ssh_add_suseconnect_product</h2>

<pre><code>ssh_add_suseconnect_product($remote, $name, [program =&gt; $program, [version =&gt; $version, [arch =&gt; $arch, [params =&gt; $params, [timeout =&gt; $timeout, [retries =&gt; $retries, [delay =&gt; $delay]]]]]]]);</code></pre>

<p>Register addon in the SUT</p>

<h2 id="ssh_remove_suseconnect_product">ssh_remove_suseconnect_product</h2>

<pre><code>ssh_remove_suseconnect_product($name, [$version, [$arch, [$params]]]);</code></pre>

<p>Deregister addon in SUT</p>

<h2 id="gcloud_install-gcloud_install-url-dir-timeout">gcloud_install gcloud_install($url, $dir, $timeout)</h2>

<p>This function is used to install the gcloud CLI for the GKE Google Cloud.</p>
Expand Down
14 changes: 0 additions & 14 deletions registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<ul>
<li><a href="#scc_version">scc_version</a></li>
<li><a href="#add_suseconnect_product">add_suseconnect_product</a></li>
<li><a href="#ssh_add_suseconnect_product">ssh_add_suseconnect_product</a></li>
<li><a href="#remove_suseconnect_product">remove_suseconnect_product</a></li>
<li><a href="#ssh_remove_suseconnect_product">ssh_remove_suseconnect_product</a></li>
<li><a href="#cleanup_registration">cleanup_registration</a></li>
<li><a href="#register_product">register_product</a></li>
</ul>
Expand All @@ -37,24 +35,12 @@ <h2 id="add_suseconnect_product">add_suseconnect_product</h2>

<p>Wrapper for SUSEConnect -p $name.</p>

<h2 id="ssh_add_suseconnect_product">ssh_add_suseconnect_product</h2>

<pre><code>ssh_add_suseconnect_product($remote, $name, [$version, [$arch, [$params, [$timeout, [$retries, [$delay]]]]]]);</code></pre>

<p>Wrapper for SUSEConnect -p $name over ssh.</p>

<h2 id="remove_suseconnect_product">remove_suseconnect_product</h2>

<pre><code>remove_suseconnect_product($name, [$version, [$arch, [$params]]]);</code></pre>

<p>Wrapper for SUSEConnect -d $name.</p>

<h2 id="ssh_remove_suseconnect_product">ssh_remove_suseconnect_product</h2>

<pre><code>ssh_remove_suseconnect_product($name, [$version, [$arch, [$params]]]);</code></pre>

<p>Wrapper for SUSEConnect -d $name over ssh.</p>

<h2 id="cleanup_registration">cleanup_registration</h2>

<pre><code>cleanup_registration();</code></pre>
Expand Down

0 comments on commit 864f940

Please sign in to comment.