더북(TheBook)

컴퓨트 노드 설치 및 환경설정

이번에는 컴퓨트 노드에 Neutron을 설치해 보겠습니다. 컴퓨트 노드는 컨트롤러 노드와 다르게 실제로 네트워크를 수행하는 Linuxbridge 에이전트만 설치하면 됩니다.

1. apt-get install 명령어를 이용해 neutron-linuxbridge-agent를 설치합니다. 설치할 때마다 표시되는 Do you want to continue?에서 y를 입력하기 귀찮다면 apt-get install 명령어 뒤에 -y 옵션을 추가합니다. 그러면 설치를 진행하겠냐는 질문 없이 바로 설치할 수 있습니다.

root@compute:~# apt-get install neutron-linuxbridge-agent
Reading package lists… Done
Building dependency tree
Reading state information… Done The following additional packages will be installed: conntrack ipset libipset3 neutron-common python-designateclient python- httplib2 python-logutils python-neutron python-neutron-fwaas python-neutron-lib python-openvswitch python-pecan python-simplegeneric python-singledispatch python-waitress python-webtest Suggested packages: python-ryu python-neutron-lib-doc python-waitress-doc python-webtest-doc python-pyquery The following NEW packages will be installed: conntrack ipset libipset3 neutron-common neutron-linuxbridge-agent python- designateclient python-httplib2 python-logutils python-neutron python-neutron- fwaas python-neutron-lib python-openvswitch python-pecan python-simplegeneric python-singledispatch python-waitress python-webtest 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. Need to get 1,926 kB of archives. After this operation, 15.4 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 conntrack amd64 1:1.4.3-3 [27.3 kB] Get:2 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libipset3 amd64 6.29-1 [43.6 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 ipset amd64 6.29-1 [33.3 kB] … Setting up neutron-linuxbridge-agent (2:8.1.0-0ubuntu0.16.04.2) … Processing triggers for libc-bin (2.23-0ubuntu3) … Processing triggers for systemd (229-4ubuntu6) … Processing triggers for ureadahead (0.100.0-19) …

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