11.3. Atomic Host 이미지 업로드
director에는 이미지 저장소로 atomic-image 로 가져온 Red Hat Enterprise Linux 7 Atomic Host의 Cloud Image 사본이 필요합니다. 이는 오버클라우드 생성 단계에서 컴퓨팅 노드에 기본 OS에 이 이미지가 필요하기 때문입니다.
Red Hat Enterprise Linux 7 Atomic Host 제품 페이지( https://access.redhat.com/downloads/content/271/ver=/rhel---7/7.2.2-2/x86_64/product-software)에서 Cloud Image 사본을 다운로드하여 stack 사용자의 홈 디렉터리의 images 하위 디렉터리에 저장합니다.https://access.redhat.com/downloads/content/271/ver=/rhel---7/7.2.2-2/x86_64/product-software
이미지 다운로드가 완료되면 이미지를 stack 사용자로 director로 가져옵니다.
glance image-create --name atomic-image --file ~/images/rhel-atomic-cloud-7.2-12.x86_64.qcow2 --disk-format qcow2 --container-format bare
$ glance image-create --name atomic-image --file ~/images/rhel-atomic-cloud-7.2-12.x86_64.qcow2 --disk-format qcow2 --container-format bare
그러면 이미지를 다른 Overcloud 이미지와 함께 가져옵니다.