Skip to content

Commit

Permalink
fix: updates doc nav
Browse files Browse the repository at this point in the history
This simple change updates the nav in a couple places that didn't make sense.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Mar 7, 2024
1 parent 0001c5d commit b89ac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
17 changes: 0 additions & 17 deletions docs/infrastructure-ovn-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,3 @@ kubectl apply -k /opt/genestack/kustomize/ovn

After running the setup, nodes will have the label `ovn.openstack.org/configured` with a date stamp when it was configured.
If there's ever a need to reconfigure a node, simply remove the label and the DaemonSet will take care of it automatically.

## Validation our infrastructure is operational

Before going any further make sure you validate that the backends are operational.

``` shell
# MariaDB
kubectl --namespace openstack get mariadbs

#RabbitMQ
kubectl --namespace openstack get rabbitmqclusters.rabbitmq.com

# Memcached
kubectl --namespace openstack get horizontalpodautoscaler.autoscaling memcached
```

Once everything is Ready and online. Continue with the installation.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,15 @@ nav:
- MariaDB Deployment: infrastructure-mariadb.md
- MySQL Exporter: prometheus-mysql-exporter.md
- PostgreSQL: infrastructure-postgresql.md
- RabbitMQ: infrastructure-rabbitmq.md
- RabbitMQ:
- RabbitMQ Deployment: infrastructure-rabbitmq.md
- RabbitMQ Exporter: prometheus-rabbitmq-exporter.md
- Memcached: infrastructure-memcached.md
- Libvirt: infrastructure-libvirt.md
- OVN:
- OVN Overview: infrastructure-ovn.md
- OVN Setup: infrastructure-ovn-setup.md
- MetalLB: infrastructure-metallb.md
- RabbitMQ Exporter: prometheus-rabbitmq-exporter.md
- OpenStack:
- OpenStack Overview: openstack-overview.md
- OpenStack Preparations: openstack-helm-make.md
Expand Down

0 comments on commit b89ac7a

Please sign in to comment.