Ubuntu 10.04 LTS (Lucid Lynx) AMI: Difference between revisions

no edit summary
No edit summary
Line 696: Line 696:
  [https://bugs.launchpad.net/ubuntu-on-ec2/+bug/665235 Bug #665235 in Ubuntu on EC2: “grub-legacy-ec2: attaching a volume to maverick instance may boot off it”]
  [https://bugs.launchpad.net/ubuntu-on-ec2/+bug/665235 Bug #665235 in Ubuntu on EC2: “grub-legacy-ec2: attaching a volume to maverick instance may boot off it”]
いろんな議論があるようですが、私は現在の変化しつつある状況では保守的な選択をしますね。つまり、root=/dev/sda1 決めうち。
いろんな議論があるようですが、私は現在の変化しつつある状況では保守的な選択をしますね。つまり、root=/dev/sda1 決めうち。
== todo ==
<syntaxhighlight>
echo 'deb http://apt.opscode.com/ lucid-0.10 main' | sudo tee /etc/apt/sources.list.d/opscode.list
wget -qO - http://apt.opscode.com/packages@opscode.com.gpg.key | sudo apt-key add -
sudo aptitude update
sudo aptitude -y install chef
</syntaxhighlight>


== limit 系 ==
== limit 系 ==
Line 762: Line 754:


(security groups で UDP 60000-61000 あける事)
(security groups で UDP 60000-61000 あける事)
== Opscode chef recipes ==
<syntaxhighlight>
echo 'deb http://apt.opscode.com/ lucid-0.10 main' | sudo tee /etc/apt/sources.list.d/opscode.list
wget -qO - http://apt.opscode.com/packages@opscode.com.gpg.key | sudo apt-key add -
sudo aptitude update
sudo aptitude -y install chef
</syntaxhighlight>
ココでの設定を cookbook にまとめ中
[https://github.com/nxhack/chef nxhack / chef My recipes (opscode chef cookbooks) : Bootstrap - Configuration - Orchestration]