Skip to content

fix: mci Server Info 표시 오류 및 nodeGroupSize 필드명 오류 수정 - #95

Merged
MZC-CSC merged 5 commits into
m-cmp:mainfrom
MZC-CSC:develop
Jul 6, 2026
Merged

fix: mci Server Info 표시 오류 및 nodeGroupSize 필드명 오류 수정#95
MZC-CSC merged 5 commits into
m-cmp:mainfrom
MZC-CSC:develop

Conversation

@MZC-CSC

@MZC-CSC MZC-CSC commented Jul 6, 2026

Copy link
Copy Markdown
Member

요약

  • VM Server Info 6개 항목(Region/Zone/Platform/RootDevice/AccessId/UserId) 표시 오류 수정
  • MCI 동적 생성/스케일 API에서 subGroupSize → nodeGroupSize 필드명 오류로 VM 대수 지정이 무시되고 항상 1대만 생성되던 문제 수정 (Policy Auto-Scaling 기능 포함)

변경 커밋

  • fix(mci): VM Server Info 항목 표시 오류 수정
  • fix(mci): nodeGroupSize 필드명 오류로 VM 대수 지정 무시되는 문제 수정

yh-noh and others added 5 commits June 26, 2026 10:47
- region/zone: API 응답 소문자 키(region.region, region.zone)로 수정 (기존 Region/Zone 대문자 오류)
- Platform: addtionalDetails Architecture 키 대신 image.osType/osArchitecture 사용 (NHN/NCP/Alibaba 미존재 대응)
- Root Device: data.RootDeviceName(대문자) 필드로 수정, 하위호환 소문자 폴백 유지
- Access Id/Pwd: vmUserName undefined 시 '-' 표시 (기존 "undefined/ ***" 방지)
- User Id/Pwd: vmUserAccount → nodeUserName 필드 사용, 없을 시 '-' 표시
- vmDetailInfo(), subGroup_vmDetailInfo() 동일하게 적용 (2개 함수 모두 수정)
fix(mci): VM Server Info 항목 표시 오류 수정
cb-tumblebug 동적 노드그룹 생성 API는 nodeGroupSize 필드를 사용하지만
mci_api.js가 subGroupSize로 전송해 값이 항상 0으로 무시되고 1대만
생성되던 문제를 수정. Policy(Auto-Scaling) 기능도 동일한 원인으로
nodeGroupDynamicReq 래퍼 키와 nodeGroupSize 필드가 잘못되어 있어 함께 수정.
fix(mci): nodeGroupSize 필드명 오류로 VM 대수 지정 무시되는 문제 수정
@MZC-CSC
MZC-CSC merged commit e7f9773 into m-cmp:main Jul 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants