Skip to content

Commit f98cc14

Browse files
authored
Merge pull request #1739 from rackerlabs/cleanup-unused-nautobot
fix: cleanup unused workflow data and remove incorrectly cross ref
2 parents 9044aa2 + 5040737 commit f98cc14

6 files changed

Lines changed: 1 addition & 77 deletions

File tree

components/argo-events/configmaps.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/argo-events/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ resources:
1515
## configure webhook Sensor and associated role
1616
- sensor-workflow-role.yaml
1717
- workflow-role.yaml
18-
19-
- configmaps.yaml
20-
21-
## copy openstack/cinder-netapp-config to argo-events/netapp-config
22-
- secret-netapp.yaml

docs/component-argo-workflows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set of WorkflowTemplates below.
1111
| get-device-nautobot | Return Device Information from Nautobot | device_id | device | |
1212
| get-bmc-creds | Get the credentials for the target Device | device_id | secret | * |
1313
| get-bmc-ip | Get BMC IP address for target Device | device_id | ip | |
14-
| nautobot-api | HTTP Template Workflow to query the Nautobot API | method,nautobot_url,uri | result | |
1514
| bmc-sync-creds | Sync's a devices BMC password with what we have on record | device_id | | |
1615
| resync-ironic-nautobot | Resync Ironic nodes to Nautobot | node (optional) | | |
1716

workflows/argo-events/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ resources:
66
- eventbus/poddisruptionbudget-eventbus-default-pdb.yaml
77
- secrets/operate-workflow-sa.token.yaml
88
- secrets/baremetal-manage.yaml
9+
- secrets/secret-netapp.yaml
910
- eventsources/nautobot-webhook.yaml
1011
- serviceaccounts/serviceaccount-sensor-submit-workflow.yaml
1112
- serviceaccounts/openstack-sensor-submit-workflow.yaml
12-
- workflowtemplates/nautobot-api.yaml
1313
- workflowtemplates/sync-provision-state-to-nautobot.yaml
1414
- workflowtemplates/undersync-switch.yaml
1515
- workflowtemplates/keystone-event-project.yaml
File renamed without changes.

workflows/argo-events/workflowtemplates/nautobot-api.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)