glance를 이용하여 openstack에 이미지 업로드하기
glance는 openstack에서 이미지 관리를 담당합니다. 그래서 openstack에 이미지를 업로드 할 때에는 glance를 이용하는데요 사용법은 간단합니다.
- 이미지 얻기
이미지를 업로드 하려면 먼저 이미지가 필요한데요 저는 wget을 이용하여 다운 받은 다음에 업로드 하겠습니다.
#wget http://ftp.daum.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-minimal.iso
--2014-12-17 20:03:20-- http://ftp.daum.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-minimal.iso
Resolving ftp.daum.net... 117.52.11.181
Connecting to ftp.daum.net|117.52.11.181|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 417333248 (398M) [application/octet-stream]
Saving to: “CentOS-6.5-x86_64-minimal.iso”
100%[======================================>] 417,333,248 3.42M/s in 2m 0s
2014-12-17 20:05:21 (3.30 MB/s) - “CentOS-6.5-x86_64-minimal.iso” saved [417333248/417333248]
위의 메시지가 나오면서 다운로드가 완료됩니다. - glance에 이미지 업로드하기
#glance image-create --name "CentOS-6.5-x86_64-minimal" --disk-format iso \
--container-format bare --is-public True --progress <CentOS-6.5-x86_64-minimal.iso - glance에 삽입된 이미지 확인하기
#glance image-list
댓글 없음:
댓글 쓰기