-
Notifications
You must be signed in to change notification settings - Fork 47
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
[+Windows GuestOS] #805
Comments
@powerkimhub
이슈 2.
|
[Azure 관련] [이슈-1]
[이슈-2]
|
@powerkimhub |
|
@powerkimhub
|
[Administrator 계정 관련]
[Administrator 비번 관련]
|
@powerkimhub VMInfo내 VMUserPasswd의 값을 조회시, 보여줄 수 있는지는 위의 user 지정후 확인후 말씀드리겠습니다. |
|
@powerkimhub AWS의 경우 기존 Spider에서 Windows 생성 시 이슈 없이 EC2 인스턴스가 생성됩니다. 나중에 기능 추가를 위해 잠깐 API들을 살펴 봤는데 GetPasswordData의 스펙을 보면 --priv-launch-key 옵션을 이용해서 암호가 해독된 Password를 획득할 수 있습니다. 하지만 API에서는 DryRun 옵션과 InstanceId 옵션 뿐이 없네요^^ 일단 EC2 런치 시 사용한 SSH Key 없이 호출하면 암호화된 Password를 획득하기는 합니다. |
@powerkimhub
|
|
|
|
@dev4unet @inno-cloudbarista @MZC-CSC @innodreamer
[CB-Spider WindowsOS 계정 제공 방법 및 Driver 개발 가이드 참고] [Driver 적용 개발 및 시험 현황 공유] |
|
@powerkimhub |
|
@powerkimhub |
(1) ImageID로부터 GuestOS의 Windows Type 여부 확인 및 설정(VMReqInfo.WindowsType bool) |
@MZC-CSC @inno-cloudbarista @innodreamer [WindowsType 관련]
[Administrator Passwd 검증 관련]
[MyImage 경우]
[서버 현황]
|
@MZC-CSC @inno-cloudbarista @innodreamer
|
@powerkimhub Openstack Window Server 2022 R2 이미지 만들기1. 이미지 생성 사전 준비1-1. qcow2 이미지 생성을 위한 virt-manager 설치 2. 15G 빈 qcow2 이미지 생성(window설치에 문제 없도록 여유로운 사이즈)qemu-img create -f qcow2 ws2012r2.qcow2 15G 3. vm 생성1-2의 window Installer ISO: win2012r2-installer.iso
이슈 :No Bootable device 일 경우, 4. Window 설치현재 부분부터는 가상환경에서 수행되는 부분입니다.
5. Cloudbase-init 설치 및 이미지 일반화5-1. Cloudbase-init 사전 설정
5-2. Cloudbase-init 다운로드
위 다운로드 파일은 https://cloudbase-init.readthedocs.io/en/latest/intro.html 에서 구하실수 있습니다. 5-3. Cloudbase-init 설치 및 이미지 일반화 Configuration options Serial port for logging: 설치 진행 후 Finish 페이지에서 멈춘뒤 cloudbase-init config 수정 경로 C:\Program Files\Cloudbase Solutions\Cloudbase-Init\conf\cloudbase-init.conf 수정
내용추가
[V] Run Sysprep~, [V] Shutdown ~ 선택 후 Finish => Shutdown VM 6. 오픈 스택 이미지 생성위에서 생성된 ws2012r2.qcow2 업로드 |
|
@MZC-CSC @inno-cloudbarista @innodreamer [Windows GuestOS ID/PW 처리 최종 정리]
|
|
|
|
@inno-cloudbarista @MZC-CSC @innodreamer => @seokho-son @jihoon-seo => @inno-cloudbarista => @MZC-CSC
=============
CB-Spider/Driver 참고 사항
Administrator
활용cb-user
추가 작업 불필요CB-Tumblebug 참고 사항
CB-Dragonfly 참고 사항
CB-WebTool 참고 사항
The text was updated successfully, but these errors were encountered: