RedHat 계열의 Linux는 packstack 을 활용하여 OpenStack을 설치할 수 있다.
주요 설치 순서는
/etc/hosts 업데이트
Packstack 기반 설치
RDO repo 등록
# yum install -y http://rdo.fedorapeople.org/rdo-release.rpm |
openstack-packstack 패키지 설치
# yum install -y openstack-packstack |
Packstack의 answer file을 생성
# packstack --gen-answer-file=single-node.cfg |
Packstack을 이용하여 OpenStack을 설치
# packstack --answer-file=single-node.cfg |
참조:
Project page : https://wiki.openstack.org/wiki/Packstack
Git : https://github.com/stackforge/packstack.git