Skip to content

Commit 23539b9

Browse files
authored
Merge branch 'master' into werror
2 parents a9d99f9 + a4d5520 commit 23539b9

15 files changed

+1179
-33
lines changed

.github/workflows/deployment_yaml/enable-ironic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ceph_managed: false
66
ironic: true
77
ironic_automated_cleaning: true
88
kayobe_manages_physical_network: true
9+
physical_network_evpn: true
910
wazuh: false
1011
wazuh_managed: false
1112
wazuh_ansible: false

source/_static/spine-leaf.png

263 KB
Loading

source/ceph_storage.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,23 @@ Ceph Storage
1616

1717
The Ceph deployment is not managed by StackHPC Ltd.
1818

19-
Ceph Operations and Troubleshooting
20-
===================================
21-
22-
.. include:: include/ceph_troubleshooting.rst
23-
2419
Working with Ceph deployment tool
2520
=================================
2621

2722
.. ifconfig:: deployment['ceph_ansible']
2823

29-
Ceph Ansible
30-
============
31-
3224
.. include:: include/ceph_ansible.rst
3325

3426
.. ifconfig:: deployment['cephadm']
3527

36-
cephadm
37-
=======
38-
3928
.. include:: include/cephadm.rst
29+
30+
Operations
31+
==========
32+
33+
.. include:: include/ceph_operations.rst
34+
35+
Troubleshooting
36+
===============
37+
38+
.. include:: include/ceph_troubleshooting.rst

source/data/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ironic_automated_cleaning: true
2020
# Whether Kayobe manages physical network devices.
2121
kayobe_manages_physical_network: true
2222

23+
# Whether the physical network is an EVPN fabric.
24+
physical_network_evpn: false
25+
2326
# Whether the deployment includes Wazuh.
2427
wazuh: true
2528

0 commit comments

Comments
 (0)