Skip to content

Commit c286d05

Browse files
committed
docs: Update doctoc
Also fixes a couple of indendation issues it revealed.
1 parent a51fdd8 commit c286d05

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
- [CRD Changes](./topics/crd-changes/index.md)
1111
- [v1alpha4 to v1alpha5](./topics/crd-changes/v1alpha4-to-v1alpha5.md)
1212
- [v1alpha5 to v1alpha6](./topics/crd-changes/v1alpha5-to-v1alpha6.md)
13+
- [v1alpha6 to v1alpha7](./topics/crd-changes/v1alpha6-to-v1alpha7.md)
1314
- [Development](./development/development.md)
1415
- [Hacking CI](./development/ci.md)

docs/book/src/clusteropenstack/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- [Required configuration](#required-configuration)
66
- [OpenStack version](#openstack-version)
77
- [Operating system image](#operating-system-image)
8+
- [cloud-init based images](#cloud-init-based-images)
9+
- [Ignition based images](#ignition-based-images)
810
- [SSH key pair](#ssh-key-pair)
911
- [OpenStack credential](#openstack-credential)
1012
- [Generate credentials](#generate-credentials)
@@ -222,7 +224,7 @@ during an upgrade. When the API server has a floating IP, this role is fulfilled
222224
floating IP even if there is no load balancer. When the API server does not have a floating
223225
IP, the load balancer virtual IP on the cluster network is used.
224226

225-
## Restrict Access to the API server
227+
### Restrict Access to the API server
226228

227229
> **NOTE**
228230
>

docs/book/src/development/ci.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Hacking CI for the E2E tests](#hacking-ci-for-the-e2e-tests)
66
- [Prow](#prow)
77
- [DevStack](#devstack)
8+
- [DevStack OS](#devstack-os)
89
- [Configuration](#configuration)
910
- [Build order](#build-order)
1011
- [Networking](#networking)
@@ -25,7 +26,7 @@ The E2E tests require an OpenStack cloud to run against, which we provision duri
2526

2627
The entry point for the creation of the test DevStack is `hack/ci/create_devstack.sh`, which is executed by `scripts/ci-e2e.sh`. We create 2 instances: `controller` and `worker`. Each will provision itself via cloud-init using config defined in `hack/ci/cloud-init`.
2728

28-
## DevStack OS
29+
### DevStack OS
2930

3031
In GCE, DevStack is installed on a community-maintained Ubuntu 20.04 LTS cloud image. The cloud-init config is also intended to work on CentOS 8, and this is known to work as of 2021-01-12. However, note that this is not regularly tested. See the comment in `hack/ci/gce-project.sh` for how to deploy on CentOS.
3132

docs/book/src/development/development.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
- [Running E2E tests locally](#running-e2e-tests-locally)
1111
- [Support for clouds using SSL](#support-for-clouds-using-ssl)
1212
- [Support for clouds with multiple external networks](#support-for-clouds-with-multiple-external-networks)
13-
- [OpenStack prerequisites](#openstack-prerequisites)
13+
- [E2E test environment](#e2e-test-environment)
14+
- [Requirements](#requirements)
15+
- [Create E2E test environment](#create-e2e-test-environment)
16+
- [OpenStack](#openstack)
1417
- [Running E2E tests using rootless podman](#running-e2e-tests-using-rootless-podman)
1518
- [Host configuration](#host-configuration)
1619
- [Running podman system service to emulate docker daemon](#running-podman-system-service-to-emulate-docker-daemon)

docs/book/src/topics/external-cloud-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

55
- [External Cloud Provider](#external-cloud-provider)
6-
- [Steps](#steps)
6+
- [Steps of using external cloud provider template](#steps-of-using-external-cloud-provider-template)
77

88
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
99

0 commit comments

Comments
 (0)