Skip to content

Commit

Permalink
Deployed 38364af with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 2, 2023
1 parent ae5595b commit f2de873
Show file tree
Hide file tree
Showing 28 changed files with 1,727 additions and 4 deletions.
20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,26 @@



<li class="md-nav__item">
<a href="/data-plane-adoption/openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="/data-plane-adoption/openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions ceph/ceph_rbd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,26 @@



<li class="md-nav__item">
<a href="../../openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions ceph/ceph_rgw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,26 @@



<li class="md-nav__item">
<a href="../../openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions contributing/development_environment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,26 @@



<li class="md-nav__item">
<a href="../../openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions contributing/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,26 @@



<li class="md-nav__item">
<a href="../../openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions contributing/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,26 @@



<li class="md-nav__item">
<a href="../../openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../../openstack/troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,26 @@



<li class="md-nav__item">
<a href="openstack/heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="openstack/troubleshooting/" class="md-nav__link">

Expand Down
26 changes: 25 additions & 1 deletion openstack/backend_services_deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,26 @@



<li class="md-nav__item">
<a href="../heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../troubleshooting/" class="md-nav__link">

Expand Down Expand Up @@ -1035,6 +1055,8 @@ <h2 id="variables">Variables<a class="headerlink" href="#variables" title="Perma
NOVA_PASSWORD=$(cat ~/tripleo-standalone-passwords.yaml | grep &#39; NovaPassword:&#39; | awk -F &#39;: &#39; &#39;{ print $2; }&#39;)
OCTAVIA_PASSWORD=$(cat ~/tripleo-standalone-passwords.yaml | grep &#39; OctaviaPassword:&#39; | awk -F &#39;: &#39; &#39;{ print $2; }&#39;)
PLACEMENT_PASSWORD=$(cat ~/tripleo-standalone-passwords.yaml | grep &#39; PlacementPassword:&#39; | awk -F &#39;: &#39; &#39;{ print $2; }&#39;)
HEAT_AUTH_ENCRYPTION_KEY=$(cat ~/tripleo-standalone-passwords.yaml | grep &#39; HeatAuthEncryptionKey:&#39; | awk -F &#39;: &#39; &#39;{ print $2; }&#39;)
HEAT_PASSWORD=$(cat ~/tripleo-standalone-passwords.yaml | grep &#39; HeatPassword:&#39; | awk -F &#39;: &#39; &#39;{ print $2; }&#39;)
</code></pre></div>
<h2 id="pre-checks">Pre-checks<a class="headerlink" href="#pre-checks" title="Permanent link">#</a></h2>
<h2 id="procedure-backend-services-deployment">Procedure - backend services deployment<a class="headerlink" href="#procedure-backend-services-deployment" title="Permanent link">#</a></h2>
Expand Down Expand Up @@ -1070,6 +1092,8 @@ <h2 id="procedure-backend-services-deployment">Procedure - backend services depl
oc set data secret/osp-secret &quot;NovaPassword=$NOVA_PASSWORD&quot;
oc set data secret/osp-secret &quot;OctaviaPassword=$OCTAVIA_PASSWORD&quot;
oc set data secret/osp-secret &quot;PlacementPassword=$PLACEMENT_PASSWORD&quot;
oc set data secret/osp-secret &quot;HeatPassword=$HEAT_PASSWORD&quot;
oc set data secret/osp-secret &quot;HeatAuthEncryptionKey=$HEAT_AUTH_ENCRYPTION_KEY&quot;
</code></pre></div>
<ul>
<li>Deploy OpenStackControlPlane. <strong>Make sure to only enable DNS,
Expand Down Expand Up @@ -1208,7 +1232,7 @@ <h2 id="post-checks">Post-checks<a class="headerlink" href="#post-checks" title=
<small>

Last update:
2023-10-02
2023-10-12

</small>
</div>
Expand Down
20 changes: 20 additions & 0 deletions openstack/ceph_backend_configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,26 @@



<li class="md-nav__item">
<a href="../heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions openstack/cinder_adoption/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,26 @@



<li class="md-nav__item">
<a href="../heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions openstack/edpm_adoption/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,26 @@



<li class="md-nav__item">
<a href="../heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../troubleshooting/" class="md-nav__link">

Expand Down
20 changes: 20 additions & 0 deletions openstack/glance_adoption/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,26 @@



<li class="md-nav__item">
<a href="../heat_adoption/" class="md-nav__link">


<span class="md-ellipsis">
Heat adoption
</span>


</a>
</li>









<li class="md-nav__item">
<a href="../troubleshooting/" class="md-nav__link">

Expand Down
Loading

0 comments on commit f2de873

Please sign in to comment.