fix: mci Server Info 표시 오류 및 nodeGroupSize 필드명 오류 수정 - #95
Merged
Conversation
- 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 대수 지정 무시되는 문제 수정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
변경 커밋