参考にしたのはこちら
Getting Started with Ubuntu Enterprise Cloud powered by Eucalyptus in 9.04
まずは準備段階。
準備したマシンは2つ。
Front-end(eucalyptus-cloud, eucalyptus-cc)
Node(eucalyptus-nc)
以下のパッケージを入れる
- eucalyptus-cloud
- Walrus storage systemsと同様のfront-end services(Cloud controller)が入っている
- eucalyptus-cc
- virtual network overlayをサポートするCluster Controllerが入ってる
- eucalyptus-nc
- 個別のVMを管理するKVM(Kernel-based Virtual Machine)と相互作用するNode Controllerが入っている
メール機能が必要
ユーザがcredentialを要求した時に、Eucalyptus administrator toolsは、cloud administratorにverification requestを送るためにメールを使うので、Front-endはメールを送る機能が必要である。最もシンプルな方法は、'postfix'を使うこと(sudo apt-get intall postfix)。
rubyも必要
rubyもインストールしている必要がある。インストールするのは次の三つ。
・ruby
・libopenssl-ruby
・ec2-ami-tools(curlって?)
ただし、Jaunty公開バージョンのec2-ami-toolsはちゃんと動かない?
firewallを超える場合は、8773、8443を開ける必要がある。