Skip to content

Commit

Permalink
Merge pull request #411 from rackerlabs/remove-old-code
Browse files Browse the repository at this point in the history
chore: remove BMC firmware update that was never used
  • Loading branch information
skrobul authored Oct 28, 2024
2 parents 0c7d412 + 3225044 commit f044fb1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 151 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ $(ACTIVATE): requirements-docs.txt
@$(PIP) install -U -r requirements-docs.txt
@touch $(ACTIVATE)

docs/workflows: $(ACTIVATE)
docs/workflows/argo-events.md: $(ACTIVATE)
@mkdir -p docs/workflows
@$(PYTHON) scripts/argo-workflows-to-mkdocs.py workflows docs/workflows

.PHONY: docs
docs: $(ACTIVATE) docs/workflows ## Builds the documentation
docs: $(ACTIVATE) docs/workflows/argo-events.md ## Builds the documentation
$(MKDOCS) build --strict

.PHONY: docs-local
docs-local: $(ACTIVATE) docs/workflows ## Build and locally host the documentation
docs-local: $(ACTIVATE) docs/workflows/argo-events.md ## Build and locally host the documentation
$(MKDOCS) serve --strict
76 changes: 0 additions & 76 deletions containers/bmc-utils/code/bmc_firmware_update.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/component-argo-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set of WorkflowTemplates below.
| get-bmc-creds | Get the credentials for the target Device | device_id | secret | * |
| get-bmc-ip | Get BMC IP address for target Device | device_id | ip | |
| nautobot-api | HTTP Template Workflow to query the Nautobot API | method,nautobot_url,uri | result | |
| bmc-firmware-update | Update BMC firmware on target Device | device_id | | |
| bmc-sync-creds | Sync's a devices BMC password with what we have on record | device_id | | |

\* WorkflowTemplate which requires a manual / custom implementation.
Expand Down
1 change: 0 additions & 1 deletion workflows/argo-events/docs/README.md

This file was deleted.

1 change: 0 additions & 1 deletion workflows/argo-events/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ resources:
- workflowtemplates/idrac-enable-network-boot.yaml
- workflowtemplates/bmc-sync-creds.yaml
- workflowtemplates/sync-srv-redfish-intfs-to-nb.yaml
- workflowtemplates/bmc-firmware-update.yaml
- workflowtemplates/sync-bmc-creds.yaml
69 changes: 0 additions & 69 deletions workflows/argo-events/workflowtemplates/bmc-firmware-update.yaml

This file was deleted.

0 comments on commit f044fb1

Please sign in to comment.