Skip to content

Commit 349f67a

Browse files
committed
update docs
1 parent 39d7d22 commit 349f67a

File tree

2 files changed

+17
-89
lines changed

2 files changed

+17
-89
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ __pycache__/
2626
galaxy.ansible.com/**
2727

2828
roles/ansible_collectionspublic/
29+
30+
# mkdocs build output
31+
public/**

mkdocs.yml

Lines changed: 14 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -21,92 +21,17 @@ theme:
2121
extra_css:
2222
- stylesheets/extra.css
2323

24-
nav:
25-
- README.md
26-
- 'Getting Started':
27-
- "Assumed Knowledge": usage_guides/upstream-docs.md
28-
- Concepts:
29-
- "The Deploy Process": usage_guides/how-deployment-works.md
30-
- "Hosts and Services": usage_guides/hosts-and-services.md
31-
- "Network Overview": usage_guides/openstack-architecture.md
32-
- "CC-Ansible": usage_guides/command-line-interface.md
33-
- "The Site Config": usage_guides/site-config.md
34-
- "Quick Start for Evaluation": usage_guides/quickstart.md
35-
- "Quick Start for Development": usage_guides/dev-in-a-box.md
36-
- "Production Considerations":
37-
- usage_guides/production/security.md
38-
39-
# * [Security considerations](before-you-begin/security-considerations.md)
40-
41-
# ## Setup Guides
42-
43-
# * [Evaluation Site](setup-guides/evaluation-site/README.md)
44-
# * [Bring up the Control Plane](setup-guides/evaluation-site/bring-up-the-control-plane.md)
45-
# * [Production Baremetal](setup-guides/production-baremetal/README.md)
46-
# * [Baremetal QuickStart](setup-guides/production-baremetal/quickstart.md)
47-
# * [Host Networking Configuration](setup-guides/production-baremetal/hostnetworking.md)
48-
# * [Troubleshooting](setup-guides/troubleshooting/README.md)
49-
# * [Networking](setup-guides/troubleshooting/networking.md)
50-
# * [Verification Checklist](setup-guides/verification-checklist.md)
51-
# * [Dev-in-a-Box](setup-guides/dev-in-a-box.md)
52-
# * [Edge-in-a-Box](setup-guides/edge-in-a-box.md)
53-
54-
# ## Reference
55-
56-
# * [Chameleon Identity Federation](reference/chameleon-identity-federation.md)
57-
# * [Ironic Flat Networking](reference/ironic-flat-networking.md)
58-
# * [Ironic Multi-Tenant Networking](reference/multi-tenant-networking.md)
59-
# * [Glance Image Storage](reference/glance-image-storage.md)
60-
# * [Resource Reservation](reference/resource-reservation/README.md)
61-
# * [Default Resource Properties](reference/resource-reservation/default-resource-properties.md)
62-
# * [Monitoring](reference/monitoring/README.md)
63-
# * [IPMI Metrics](reference/monitoring/ipmi-metrics.md)
64-
# * [SNMP Metrics](reference/monitoring/snmp-metrics.md)
65-
66-
# ## Example Deployments
67-
68-
# * [ARM/x86 mixed architecture](example-deployments/arm-and-x86-mixed-architecture.md)
69-
# * [Edge computing/container testbed](example-deployments/edge-computing-container-testbed.md)
70-
71-
# ## Operations
72-
73-
# * [Hardware management](operations/hardware-management.md)
74-
# * [Certificate management](operations/certificate-management.md)
75-
# * [Chameleon tools](operations/chameleon-tools/README.md)
76-
# * [Hammers 🔨](operations/chameleon-tools/hammers/README.md)
77-
# * [maintenance\_reservation](operations/chameleon-tools/hammers/maintenance_reservation.md)
78-
# * [Disk image subscription](operations/chameleon-tools/image-tools.md)
79-
# * [Usage reporting](operations/chameleon-tools/usage-reporting.md)
80-
# * [Troubleshooting](operations/troubleshooting/README.md)
81-
# * [Known issues](operations/troubleshooting/known-issues/README.md)
82-
# * [Neutron (networking)](operations/troubleshooting/known-issues/neutron-networking.md)
83-
# * [Nova (KVM)](operations/troubleshooting/known-issues/nova-kvm.md)
84-
# * [Ironic (bare metal)](operations/troubleshooting/known-issues/ironic-bare-metal.md)
85-
# * [Instance networking diagnostics](operations/troubleshooting/instance-networking-diagnostics.md)
86-
# * [Security incident triage](operations/troubleshooting/security-incident-triage.md)
87-
# * [Troublesome Hardware](operations/troubleshooting/troublesome-hardware.md)
88-
# * [Alert runbooks](operations/runbooks/README.md)
89-
# * [Cron Job No Recent Success](operations/runbooks/cronjobnorecentsuccess.md)
90-
# * [Instance Failure](operations/runbooks/instance-failure.md)
91-
# * [Image Cache Space](operations/runbooks/ironiclowimagecachespace.md)
92-
# * [Ironic Node Error State](operations/runbooks/ironicnodeinerrorstate.md)
93-
# * [Jupyter Server Launch Failure](operations/runbooks/jupyterserverlaunchfailure.md)
94-
# * [MySQL Host Down](operations/runbooks/mysqlhostdown.md)
95-
# * [MySQL Replication Error](operations/runbooks/mysqlreplicationerror.md)
96-
# * [Node Exporter Down](operations/runbooks/nodeexporterdown.md)
97-
# * [Node Network Bridge Down](operations/runbooks/nodenetworkbridgedown.md)
98-
# * [Node Network Bridge Low Traffic](operations/runbooks/nodenetworkbridgelowtraffic.md)
99-
# * [Nova Ironic Instance Launch Failure](operations/runbooks/novaironicinstancelaunchfailure.md)
100-
# * [OpenStack API Down](operations/runbooks/openstackapidown.md)
101-
# * [PeriodicTask No Recent Success](operations/runbooks/periodictasknorecentsuccess.md)
102-
# * [Portal Down](operations/runbooks/portaldown.md)
103-
# * [Precis Parsed Events Low](operations/runbooks/precisparsedeventslow.md)
104-
# * [Provider Conflict](operations/runbooks/provider-conflict.md)
105-
# * [Runbook Template](operations/runbooks/template.md)
106-
# * [User support guide](operations/user-support-guide.md)
107-
# * [Upgrading to a new Release](operations/upgrading-to-a-new-release.md)
108-
109-
# ## Development
110-
111-
# * [Developing OpenStack Services](development/developing-openstack-services.md)
112-
# * [Dev-in-a-box](development/dev-in-a-box.md)
24+
# nav:
25+
# - README.md
26+
# - 'Getting Started':
27+
# - "Assumed Knowledge": usage_guides/upstream-docs.md
28+
# - Concepts:
29+
# - "The Deploy Process": usage_guides/how-deployment-works.md
30+
# - "Hosts and Services": usage_guides/hosts-and-services.md
31+
# - "Network Overview": usage_guides/openstack-architecture.md
32+
# - "CC-Ansible": usage_guides/command-line-interface.md
33+
# - "The Site Config": usage_guides/site-config.md
34+
# - "Quick Start for Evaluation": usage_guides/quickstart.md
35+
# - "Quick Start for Development": usage_guides/dev-in-a-box.md
36+
# - "Production Considerations":
37+
# - usage_guides/production/security.md

0 commit comments

Comments
 (0)