diff --git a/apps/global/nautobot-workflows.yaml b/apps/global/nautobot-workflows.yaml new file mode 100644 index 000000000..28977c000 --- /dev/null +++ b/apps/global/nautobot-workflows.yaml @@ -0,0 +1,6 @@ +--- +component: nautobot-workflows +componentNamespace: nautobot +sources: + - ref: understack + path: 'workflows/nautobot' diff --git a/apps/site/argo-events-workflows.yaml b/apps/site/argo-events-workflows.yaml new file mode 100644 index 000000000..bf5b87c75 --- /dev/null +++ b/apps/site/argo-events-workflows.yaml @@ -0,0 +1,6 @@ +--- +component: argo-events-workflows +componentNamespace: argo-events +sources: + - ref: understack + path: 'workflows/argo-events' diff --git a/apps/site/openstack-workflows.yaml b/apps/site/openstack-workflows.yaml new file mode 100644 index 000000000..0fd861952 --- /dev/null +++ b/apps/site/openstack-workflows.yaml @@ -0,0 +1,6 @@ +--- +component: openstack-workflows +componentNamespace: openstack +sources: + - ref: understack + path: 'workflows/openstack' diff --git a/apps/site/understack-workflows.yaml b/apps/site/understack-workflows.yaml deleted file mode 100644 index 3be0fef2b..000000000 --- a/apps/site/understack-workflows.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -component: understack-workflows -componentNamespace: argo-events -sources: - - ref: understack - path: 'workflows'