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

Implement workflow templates and workflows for decapod v2 #25

Merged
merged 8 commits into from
Apr 29, 2021
Merged

Conversation

estherk0
Copy link
Contributor

  • prepare-argocd WorkflowTemplate: ArgoCD로그인 및 접속 설정
  • create-application WorkflowTemplate: ArgoCD에 application생성하고 health 상태가 될 때까지 기다림
  • lma, lma-federation, service-mesh, openstack-infra, openstack-components workflow를 argoCD 버전으로 변경

@estherk0 estherk0 added enhancement New feature or request development labels Apr 23, 2021
@estherk0 estherk0 added this to In progress in 2021-04 Development via automation Apr 23, 2021
@estherk0 estherk0 linked an issue Apr 23, 2021 that may be closed by this pull request
2021-04 Development automation moved this from In progress to Reviewer approved Apr 23, 2021
value: |
[
{ "path": "prometheus-operator", "namespace": "lma" },
{ "path": "eck-operator", "namespace": "lma" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eck-operator 는 generated yaml 에서 설치될 namespace 를 elastic-system 으로 정의되어 있어 namespace 를 lma 에서 elastic-system 으로 바꿔야 합니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정하였습니다

@seungkyua seungkyua merged commit eb6aa42 into main Apr 29, 2021
2021-04 Development automation moved this from Reviewer approved to Done Apr 29, 2021
@estherk0 estherk0 deleted the argocd branch April 29, 2021 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Argo Workflow는 Argo CD에 Application을 생성할 수 있다.
3 participants