Skip to content

Commit

Permalink
Merge the workflowtemplates into one place
Browse files Browse the repository at this point in the history
These are separated out into folders by k8s namespace and then by "kind".

Kustomization is added to manage these
  • Loading branch information
Steve Keay committed Sep 10, 2024
1 parent 50b2f86 commit 12fc3f3
Show file tree
Hide file tree
Showing 44 changed files with 39 additions and 20 deletions.
10 changes: 0 additions & 10 deletions apps/understack-workflows/workflows/kustomization.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions argo-workflows/secrets/nautobot-token.yaml

This file was deleted.

File renamed without changes.
37 changes: 37 additions & 0 deletions workflows/argo-events/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

# this is where our workflows currently run
namespace: argo-events

resources:
- secrets/openstack-svc-acct.yaml
- secrets/obm-creds.yaml
- secrets/placeholder-obm-creds.yaml
- secrets/operate-workflow-sa.token.yaml
- secrets/production-ironic-for-argo-creds.yaml
- secrets/nautobot-token.yaml
- secrets/placeholder-obm-legacy-passwords.yaml
- sensors/ironic-node-update.yaml
- sensors/debug-sensor.yaml
- sensors/nb-oob-interface-update.yaml
- eventsources/nautobot-webhook.yaml
- roles/sensor-submit-workflow-role.yaml
- workflowtemplates/nautobot-api.yaml
- workflowtemplates/get-device-nautobot.yaml
- workflowtemplates/sync-interfaces-to-nautobot.yaml
- workflowtemplates/sync-nb-server-to-ironic.yaml
- workflowtemplates/get-obm-ip.yaml
- workflowtemplates/sync-provision-state-to-nautobot.yaml
- workflowtemplates/node-events.yaml
- workflowtemplates/sync-interfaces-to-ironic.yaml
- workflowtemplates/undersync-device.yaml
- workflowtemplates/sync-server-to-ironic.yaml
- workflowtemplates/undersync-switch.yaml
- workflowtemplates/keystone-event-project.yaml
- workflowtemplates/get-obm-creds.yaml
- workflowtemplates/idrac-enable-network-boot.yaml
- workflowtemplates/obm-sync-creds.yaml
- workflowtemplates/sync-srv-redfish-intfs-to-nb.yaml
- workflowtemplates/obm-firmware-update.yaml
- workflowtemplates/sync-obm-creds.yaml
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- eventsource-openstack
- workflows
- openstack
- argo-events
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 12fc3f3

Please sign in to comment.