Skip to content

Commit

Permalink
Remove more references to BM instead of MNO
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzos committed Feb 6, 2025
1 parent 676c38b commit 69da886
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions ansible/mno-post-deploy-add-bmc.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
# BM post-deploy add BMC to BareMetalHosts
# MNO post-deploy add BMC to BareMetalHosts
#
# Example Usage:
#
# ansible-playbook -i ansible/inventory/cloud42.local ansible/bm-post-deploy-add-bmc.yml
# ansible-playbook -i ansible/inventory/cloud42.local ansible/mno-post-deploy-add-bmc.yml
#

- name: BM post-deploy add BMC to BareMetalHosts
- name: MNO post-deploy add BMC to BareMetalHosts
hosts: bastion
vars_files:
- vars/lab.yml
- vars/all.yml
roles:
- validate-vars
- bm-add-bmc
- mno-add-bmc
2 changes: 1 addition & 1 deletion ansible/roles/create-inventory/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ocpinventory_sno_nodes: []
ocpinventory_hv_nodes: []

- name: Public VLAN in BM cluster
- name: Public VLAN in MNO cluster
when: public_vlan and cluster_type == "mno"
block:
- name: Public VLAN - Configuring controlplane_network_interface_idx to the last interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sno_hardware_ids: []

vendor_mapping: {}

# Default install disks for bm
# Default install disks for mno
control_plane_install_disk: /dev/sda
worker_install_disk: /dev/sda

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/deploy-mno-ibmcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,17 +349,17 @@ Next run the `ibmcloud-setup-bastion.yml` playbook ...
...
```

Lastly, run the `ibmcloud-bm-deploy.yml` playbook ...
Lastly, run the `ibmcloud-mno-deploy.yml` playbook ...

```console
(.ansible) [root@<bastion> jetlag]# ansible-playbook -i ansible/inventory/ibmcloud.local ansible/ibmcloud-bm-deploy.yml
(.ansible) [root@<bastion> jetlag]# ansible-playbook -i ansible/inventory/ibmcloud.local ansible/ibmcloud-mno-deploy.yml
...
```

If everything goes well you should have a cluster in about 60-70 minutes. You can interact with the cluster from the bastion.

```console
(.ansible) [root@<bastion> jetlag]# export KUBECONFIG=/root/bm/kubeconfig
(.ansible) [root@<bastion> jetlag]# export KUBECONFIG=/root/mno/kubeconfig
(.ansible) [root@<bastion> jetlag]# oc get no
NAME STATUS ROLES AGE VERSION
jetlag-bm1 Ready master 3h34m v1.21.1+051ac4f
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-mno-performancelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ bastion_controlplane_interface: ens3f0
Here you can see a network diagram for the multi node metal cluster on Dell r650 with 3 workers and 3 master nodes:
![BM Cluster](img/mno_cluster.png)
![MNO Cluster](img/mno_cluster.png)
Double check your nic names with your actual bastion machine.
Expand Down
8 changes: 4 additions & 4 deletions docs/deploy-sno-ibmcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ _**Table of Contents**_
<!-- /TOC -->

<!-- Bastion setup is duplicated in multiple files and should be kept in sync!
- deploy-bm-byol.md
- deploy-bm-ibmcloud.md
- deploy-bm-performancelab.md
- deploy-bm-scalelab.md
- deploy-mno-byol.md
- deploy-mno-ibmcloud.md
- deploy-mno-performancelab.md
- deploy-mno-scalelab.md
- deploy-sno-ibmcloud.md
- deploy-sno-scalelab.md
- deploy-sno-performancelab.md
Expand Down
8 changes: 4 additions & 4 deletions docs/deploy-sno-performancelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ _**Table of Contents**_
<!-- /TOC -->

<!-- Bastion setup is duplicated in multiple files and should be kept in sync!
- deploy-bm-byol.md
- deploy-bm-ibmcloud.md
- deploy-bm-performancelab.md
- deploy-bm-scalelab.md
- deploy-mno-byol.md
- deploy-mno-ibmcloud.md
- deploy-mno-performancelab.md
- deploy-mno-scalelab.md
- deploy-sno-ibmcloud.md
- deploy-sno-scalelab.md
- deploy-sno-performancelab.md
Expand Down

0 comments on commit 69da886

Please sign in to comment.