Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1353053 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasso committed Dec 14, 2024
1 parent 5d55ea1 commit c418570
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
42 changes: 35 additions & 7 deletions playbooks/deploy_ocp_seas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#change-the-default-namespace" class="md-nav__link">
<span class="md-ellipsis">
Change the default namespace
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1272,6 +1281,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#change-the-default-namespace" class="md-nav__link">
<span class="md-ellipsis">
Change the default namespace
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1315,6 +1333,13 @@ <h1 id="deploy-ibm-sterling-external-authentication-server-on-openshift-using-an
</thead>
<tbody>
<tr>
<td>6.1.0.2.01</td>
<td>&gt;= 4.13 and &lt;= 4.16</td>
<td>&gt;=1.26.0 &lt;=1.30.0</td>
<td>1.5.1</td>
<td>--</td>
</tr>
<tr>
<td>6.1.0.1.01.1</td>
<td>&gt;= 4.13 and &lt;= 4.16</td>
<td>&gt;=1.26.0 &lt;=1.30.0</td>
Expand Down Expand Up @@ -1350,12 +1375,15 @@ <h3 id="4-set-roles-path">4. Set roles path<a class="headerlink" href="#4-set-ro
export ANSIBLE_CONFIG=./ansible.cfg
</code></pre>
<h2 id="deploying-sterling-external-authentication-server">Deploying Sterling External Authentication Server<a class="headerlink" href="#deploying-sterling-external-authentication-server" title="Permanent link"></a></h2>
<p>1) Change namespace</p>
<pre><code class="language-bash">export SEAS_NAMESPACE=sterling-seas-dev01
</code></pre>
<p>2) To run the playbook</p>
<p>1) To run the playbook</p>
<pre><code class="language-bash">ansible-playbook playbooks/deploy_seas.yml
</code></pre>
<h2 id="change-the-default-namespace">Change the default namespace<a class="headerlink" href="#change-the-default-namespace" title="Permanent link"></a></h2>
<p>1) Change namespace and run the playbook</p>
<pre><code class="language-bash">export SEAS_NAMESPACE=sterling-seas-dev01

ansible-playbook playbooks/deploy_seas.yml
</code></pre>
<h2 id="environment-variable">Environment Variable<a class="headerlink" href="#environment-variable" title="Permanent link"></a></h2>
<p>Environment variables for this role:</p>
<table>
Expand All @@ -1377,7 +1405,7 @@ <h2 id="environment-variable">Environment Variable<a class="headerlink" href="#e
<tr>
<td>SEAS_NAMESPACE</td>
<td>N/A</td>
<td>Yes</td>
<td>No</td>
<td>Namespace for SEAS application</td>
</tr>
<tr>
Expand All @@ -1388,13 +1416,13 @@ <h2 id="environment-variable">Environment Variable<a class="headerlink" href="#e
</tr>
<tr>
<td>SEAS_SYS_PASSPHRASE</td>
<td>Passw0rd@</td>
<td>Password123!</td>
<td>No</td>
<td>System passphrase for SEAS application</td>
</tr>
<tr>
<td>SEAS_ADMIN_PASSWORD</td>
<td>Passw0rd@</td>
<td>Password123!</td>
<td>No</td>
<td>Admin password for SEAS application</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit c418570

Please sign in to comment.