Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor for decapod v2 #33

Merged
merged 2 commits into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/manual_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ Also, you can check the workflow template in Argo UI.
$ argo template list

NAME
helmrelease
lma
lma-federation
service-mesh
openstack-components
openstack-infra
```

Run Workflow and check your argo UI.
```console
$ argo submit decapod-flow/workflows/v2/lma-federation-wf.tpl
$ argo submit --from wftmpl/lma-federation -nargo
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
kind: WorkflowTemplate
metadata:
generateName: lma-federation-
name: lma-federation
namespace: argo
spec:
entrypoint: deploy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
kind: WorkflowTemplate
metadata:
generateName: lma-
name: lma
namespace: argo
spec:
entrypoint: deploy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
kind: WorkflowTemplate
metadata:
generateName: openstack-components-
name: openstack-components
namespace: argo
spec:
entrypoint: deploy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
kind: WorkflowTemplate
metadata:
generateName: openstack-infra-
name: openstack-infra
namespace: argo
spec:
entrypoint: deploy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
kind: WorkflowTemplate
metadata:
generateName: service-mesh-
name: service-mesh
namespace: argo
spec:
entrypoint: deploy
Expand Down
155 changes: 0 additions & 155 deletions templates/decapod-yaml/prepare-manifest-wftpl.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions templates/helm-operator/cleanup-hr-wftpl.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions templates/helm-operator/helmrelease-rbac.yaml

This file was deleted.

Loading