Skip to content

Commit 1b9e551

Browse files
authored
Design docs ironic diagram (#537)
* 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
1 parent 465b3a4 commit 1b9e551

6 files changed

+6
-2
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ roles/**/molecule/**/__pycache__/
112112

113113
# macOS
114114
.DS_Store
115+
._.DS_Store
116+
**/.DS_Store
117+
**/._.DS_Store
115118

116119
# Temp location used by our scripts
117120
scripts/tmp/

Diff for: docs/assets/images/ironic-architecture.png

98.9 KB
Loading

Diff for: docs/assets/images/ironic-design.png

-56.3 KB
Binary file not shown.
670 KB
Binary file not shown.

Diff for: docs/infrastructure-design.md renamed to docs/openstack-cloud-design-genestack-infra.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ After switch and firewall configuration, deployment nodes are created with in th
1414

1515
### Ironic Diagram
1616

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

1919
#### Benefits of Ironic
2020

Diff for: mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ nav:
137137
- Regions in OpenStack: openstack-cloud-design-regions.md
138138
- Availability Zones in OpenStack: openstack-cloud-design-az.md
139139
- Host Aggregates in OpenStack: openstack-cloud-design-ha.md
140-
- Infrastructre Design: infrastructure-design.md
140+
- Other Design Documentation:
141+
- Genestack Infrastructure Design: openstack-cloud-design-genestack-infra.md
141142
- Deployment Guide:
142143
- What is Genestack?: deployment-guide-welcome.md
143144
- Getting Started:

0 commit comments

Comments
 (0)