더북(TheBook)

오픈스택 패키지

이번에는 오픈스택 패키지를 설치해 보겠습니다. 오픈스택 패키지는 어떤 버전을 설치할지, 오픈스택을 설치할 때 어디서 서비스를 가져올지 설정하는 레파지토리입니다. 오픈스택 패키지는 오픈스택을 설치하는 모든 노드에 공통으로 설치해야 합니다.

1. apt-get 명령어를 이용해 software-properties-common을 설치합니다. software-properties-common은 앞으로 설치할 소프트웨어의 레파지토리를 관리합니다.

root@controller:~# apt-get install software-properties-common
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following additional packages will be installed:
  python3-software-properties
The following packages will be upgraded:
  python3-software-properties software-properties-common
2 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
Need to get 29.4 kB of archives.
After this operation, 6,144 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 software-
properties-common all 0.96.20.4 [9,416 B]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-
software-properties all 0.96.20.4 [20.0 kB]
Fetched 29.4 kB in 0s (46.2 kB/s)
(Reading database … 60993 files and directories currently installed.)
Preparing to unpack …/software-properties-common_0.96.20.4_all.deb …
Unpacking software-properties-common (0.96.20.4) over (0.96.20.2) …
Preparing to unpack …/python3-software-properties_0.96.20.4_all.deb …
Unpacking python3-software-properties (0.96.20.4) over (0.96.20.2) …
Processing triggers for dbus (1.10.6-1ubuntu3) …
Processing triggers for man-db (2.7.5-1) …
Setting up python3-software-properties (0.96.20.4) …
Setting up software-properties-common (0.96.20.4) …

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.