There have been a couple of admonitions added recently that were
not completely wired into the admonition system, which makes them
essentially glorified note sections instead of dynamic admonitions.
This patch finishes the configuration of the admonitions.
It also does some re-organizing of the existing admonitions. The
SSL admonitions are dropped in favor of a generic "Optional"
admonition that can be used for these one-off optional features.
Change-Id: I9fd5c3a7f50e4916e45ad16a6e9aaaffd83affe8
<li><inputtype="checkbox"id="stable"checked=""><labelfor="stable"title="Step that should only be run when choosing to use components from their stable branches rather than using packages/source based on current master.">Install from stable branch</label></li>
<li><inputtype="checkbox"id="newton"checked=""><labelfor="newton"title="Step that should only be run when installing from the Newton stable branch.">Install from Newton branch</label></li>
<li><inputtype="checkbox"id="ocata"checked=""><labelfor="ocata"title="Step that should only be run when installing from the Ocata stable branch.">Install from Ocata branch</label></li>
</ul>
<spanclass="title">RHEL Registration Types</span>
@ -36,8 +37,12 @@
<ul>
<li><inputtype="checkbox"id="baremetal"checked="checked"><labelfor="baremetal"title="Step that should only be run when deploying to baremetal.">Baremetal</label></li>
<li><inputtype="checkbox"id="virtual"checked="checked"><labelfor="virtual"title="Step that should only be run when deploying to virtual machines.">Virtual</label></li>
<li><inputtype="checkbox"id="ssl"checked="checked"><labelfor="ssl"title="Step that should only be run when deploying with SSL OpenStack endpoints.">SSL</label></li>
<li><inputtype="checkbox"id="selfsigned"checked="checked"><labelfor="selfsigned"title="Step that should only be run when deploying with SSL and a self-signed certificate.">Self-Signed SSL</label></li>
</ul>
<spanclass="title">Features</span>
<ul>
<li><inputtype="checkbox"id="validations"checked="checked"><labelfor="validations"title="Step that should only be run when deploying with validations.">Validations</label></li>
<li><inputtype="checkbox"id="optional"checked="checked"><labelfor="optional"title="Step that is optional. A deployment can be done without these steps, but they may provide useful additional functionality.">Optional</label></li>