Skip to content

Commit

Permalink
deploy: 6bd780f
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot committed Jan 14, 2025
1 parent 864f940 commit 0b89f01
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions sles4sap/ipaddr2.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<li><a href="#ipaddr2_get_web">ipaddr2_get_web</a></li>
<li><a href="#ipaddr2_test_master_vm">ipaddr2_test_master_vm</a></li>
<li><a href="#ipaddr2_test_other_vm">ipaddr2_test_other_vm</a></li>
<li><a href="#ipaddr2_clean_network_peering">ipaddr2_clean_network_peering</a></li>
<li><a href="#ipaddr2_network_peering">ipaddr2_network_peering</a></li>
<li><a href="#ipaddr2_network_peering_clean">ipaddr2_network_peering_clean</a></li>
<li><a href="#ipaddr2_network_peering_create">ipaddr2_network_peering_create</a></li>
<li><a href="#ipaddr2_add_server_repos_to_hosts">ipaddr2_add_server_repos_to_hosts</a></li>
<li><a href="#ipaddr2_patch_system">ipaddr2_patch_system</a></li>
<li><a href="#ipaddr2_registration">ipaddr2_registration</a></li>
Expand Down Expand Up @@ -771,18 +771,34 @@ <h2 id="ipaddr2_test_other_vm">ipaddr2_test_other_vm</h2>
</dd>
</dl>

<h2 id="ipaddr2_clean_network_peering">ipaddr2_clean_network_peering</h2>
<h2 id="ipaddr2_network_peering_clean">ipaddr2_network_peering_clean</h2>

<pre><code>ipaddr2_clean_network_peering(ibsm_rg =&gt; );</code></pre>
<pre><code>ipaddr2_network_peering_clean(ibsm_rg =&gt; );</code></pre>

<p>Cleanup the network peering if needed.</p>

<h2 id="ipaddr2_network_peering">ipaddr2_network_peering</h2>
<dl>

<dt id="ibsm_rg---Resource-group-of-the-IBSm"><b>ibsm_rg</b> - Resource group of the IBSm</dt>
<dd>

</dd>
</dl>

<h2 id="ipaddr2_network_peering_create">ipaddr2_network_peering_create</h2>

<pre><code>ipaddr2_network_peering(ibsm_rg =&gt; );</code></pre>
<pre><code>ipaddr2_network_peering_create(ibsm_rg =&gt; &#39;IBSmMyRg&#39;);</code></pre>

<p>Create network peering</p>

<dl>

<dt id="ibsm_rg---Resource-group-of-the-IBSm1"><b>ibsm_rg</b> - Resource group of the IBSm</dt>
<dd>

</dd>
</dl>

<h2 id="ipaddr2_add_server_repos_to_hosts">ipaddr2_add_server_repos_to_hosts</h2>

<pre><code>ipaddr2_add_server_repos_to_hosts(ibsm_ip =&gt; , incident_repo =&gt; );</code></pre>
Expand Down

0 comments on commit 0b89f01

Please sign in to comment.