Skip to content

Commit

Permalink
Design docs ironic diagram (rackerlabs#537)
Browse files Browse the repository at this point in the history
* docs: Update Ironic diagram and restructure design docs

* fix: Update .gitignore to ignore macOS DS_Store files including in subdirs.  Remove existing DS_Store files lurking in tree

* docs: Fix trailing whitespaces....again
  • Loading branch information
OpenStackKen authored Nov 5, 2024
1 parent 465b3a4 commit 1b9e551
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ roles/**/molecule/**/__pycache__/

# macOS
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store

# Temp location used by our scripts
scripts/tmp/
Expand Down
Binary file added docs/assets/images/ironic-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/images/ironic-design.png
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After switch and firewall configuration, deployment nodes are created with in th

### Ironic Diagram

![conceptual_architecture](./assets/images/ironic-design.png)
![conceptual_architecture](./assets/images/ironic-architecture.png)

#### Benefits of Ironic

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ nav:
- Regions in OpenStack: openstack-cloud-design-regions.md
- Availability Zones in OpenStack: openstack-cloud-design-az.md
- Host Aggregates in OpenStack: openstack-cloud-design-ha.md
- Infrastructre Design: infrastructure-design.md
- Other Design Documentation:
- Genestack Infrastructure Design: openstack-cloud-design-genestack-infra.md
- Deployment Guide:
- What is Genestack?: deployment-guide-welcome.md
- Getting Started:
Expand Down

0 comments on commit 1b9e551

Please sign in to comment.