Skip to content

Commit 033399d

Browse files
Merge pull request #611 from fultonj/dz-storage-snr
Add SNR/NHC to dz-storage DT Call the SNR (self node remediation) and NHC (node health check) playbook to configure SNR and NHC on OpenShift before deploying OpenStack for the dz-storage scenario. Also, spell fix spelling of remediation in README. Reviewed-by: Andrew Bays <[email protected]>
2 parents 1748bef + 17a2956 commit 033399d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

automation/vars/dz-storage.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ vas:
6363
resource_name: openshift-no-reapply-sysctl
6464
namespace: openshift-cluster-node-tuning-operator
6565
state: present
66+
67+
- name: Deploy SNR/NHC
68+
type: playbook
69+
source: "../../playbooks/snr-nhc.yml"
70+
inventory: "${HOME}/ci-framework-data/artifacts/zuul_inventory.yml"
71+
6672
name: nncp-configuration
6773
path: examples/dt/dz-storage/control-plane/networking/nncp
6874
wait_conditions:

examples/dt/dz-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ but it also has the following:
1212
- zone C RHEL: r2-compute-0, r2-compute-1, r2-networker-0, leaf-4, leaf-5
1313
- [Toplogy CRDs](https://github.com/openstack-k8s-operators/infra-operator/pull/325) are
1414
used to either spread pods accross zones or keep them within a zone.
15-
- Self Node Remdiation and Node Health Checks
15+
- Self Node Remediation and Node Health Checks
1616
- It is assumed that a Storage Array is physically located in each of the zones.
1717
This examples uses a NetApp as an iSCSI backend for Cinder and an NFS backend for Manila.
1818
- Glance uses Cinder as its backend and is configured with multiple stores

0 commit comments

Comments
 (0)