이제 StarlingX에 OpenStack을 설치할 차례입니다.

StalringX의 OpenStack은 Helm을 이용해서 설치를 합니다.

wget http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/helm-charts/stx-openstack-1.0-17-centos-stable-latest.tgz

위의 명령을 입력해 OpenStack 압축 파일을 다운받습니다.

 

 

system application-upload stx-openstack-1.0-17-centos-stable-latest.tgz

다운받은 압축 파일을 StalingX에 로드합니다.

이 명령은 Airship-armada를 이용해 helm chart를 설치할 수 있도록 해줍니다.

  • Airship-armada: 여러 개의 helm chart를 그룹으로 묶어 설치 및 업그레이드 할 수 있도록 만든 orchestrator로 하나의 armada manifest 파일로 여러 차트와 관련된 설정들을 관리

system application-apply stx-openstack

StarlingX 서비스에 stx-openstack을 적용합니다.

이 작업은 5~10분정도 걸린다고 홈페이지에 적혀있으나 실제로는 3시간은 넘게 걸린거같습니다.

watch -n 5 system application-list

위의 명령어로 5초마다 해당 명령어를 입력하게 해서 얼만큼 진행되고 있는지 알 수 있습니다.

명령이 완료되면 위와같이 2개가 complete로 바뀌면 OpenStack의 설치가 완료됩니다.

+ Recent posts