Skip to content

Commit

Permalink
Merge pull request #33 from openinfradev/refactor-v2
Browse files Browse the repository at this point in the history
Refactor for decapod v2
  • Loading branch information
Esther Kim committed Jun 4, 2021
2 parents 8b00aad + f4e6300 commit e875077
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 714 deletions.
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

0 comments on commit e875077

Please sign in to comment.