-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove more references to BM instead of MNO
- Loading branch information
Showing
10 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters