-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Mold] DR 기능 UI, API 개발 #430
base: ablestack-diplo
Are you sure you want to change the base?
[Mold] DR 기능 UI, API 개발 #430
Conversation
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
모의시험 기능 설계 Progress 표현을 위해 각 단계별 UI 에서 호출 하는 방식으로 개발 진행 사전 테스트
테스트 결과 모의시험 단계별 API 생성하여 각 단계별 output 에 따른 UI Progress 처리하도록 개발 진행
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
개선 필요 항목
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
이슈
API 호출
DR Mold API request [DisasterRecoveryUtil.java 파일]
DR Glue API request [DisasterRecoveryUtil.java 파일]
API 추가
SCVM IP 조회 (listScvmIpAddress) API
DR 클러스터 연결 테스트 (connectivityTestsDisasterRecoveryCluster) API
DR 클러스터 조회 (getDisasterRecoveryClusterList) API
DR 클러스터 추가 (createDisasterRecoveryCluster) API
DR 클러스터 편집 (updateDisasterRecoveryCluster) API
Primary Cluster Action 편집 가능 항목 : 설명, Mold URL, Glue IP
Primary Cluster Details 편집 가능 항목 : Mold API Key, Secret Key, Glue Private Key, Interval, StartTime
Secondary Cluster Action 편집 가능 항목 : 설명, Mold URL
Secondary Cluster Details 편집 가능 항목 : Mold API Key, Secret Key, Interval, StartTime
DR 클러스터 삭제 (deleteDisasterRecoveryCluster) API
DR 클러스터 활성화 (enableDisasterRecoveryCluster) API
DR 클러스터 비활성화 (disableDisasterRecoveryCluster) API
DR 이미지 Promote (promoteDisasterRecoveryCluster) API
DR 이미지 Demote (demoteDisasterRecoveryCluster) API
DR 미러링 가상머신 추가 (createDisasterRecoveryClusterVm) API
DR 미러링 가상머신 편집 (updateDisasterRecoveryClusterVm) API
DR 미러링 가상머신 삭제 (deleteDisasterRecoveryClusterVm) API
DR 미러링 가상머신 모의시험
DR 클러스터 동기화 (resyncDisasterRecoveryCluster) API
DR 클러스터 가비지 삭제 (clearDisasterRecoveryCluster) API
DB
disaster_recovery_cluster 테이블 추가
disaster_recovery_cluster_details 테이블 추가 (drclusterapikey, drclustersecretkey, drclusterprivatekey, mirrorschedulestarttime, mirrorscheduleinterval 저장)
disaster_recovery_cluster_vm_map 테이블 추가