2016年4月19日火曜日

Contrail R3.0のマニュアルインストール ubuntu編(7)

Control Nodeの設定

Contrailで使用するControl Nodeを設定します。
Control Nodeはcontrail-control,contrail-dns,contrail-namedで構成されます。
**対象サーバ Contrail1-3

1.変数の設定
HOST=10.84.50.131  ## インストール対象サーバのIPアドレスを指定
IVIP=10.84.50.139  ## Control/Dataの仮想IPアドレスを指定 

2./etc/contrail/contrail-control.confの修正
sed -i "s/# hostip=/hostip=$HOST/g" /etc/contrail/contrail-control.conf
sed -i "s/# server=127.0.0.1/server=$IVIP/g" /etc/contrail/contrail-control.conf
sed -i "s/# password=control-node/password=$HOST/g" /etc/contrail/contrail-control.conf
sed -i "s/# user=control-node/user=$HOST/g" /etc/contrail/contrail-control.conf

3./etc/contrail/contrail-dns.confの修正
cp /etc/contrail/contrail-control.conf /etc/contrail/contrail-dns.conf
sed -i "s/^# Control-node/# DNS/g" /etc/contrail/contrail-dns.conf
sed -i "s/^password=.*/password=$HOST.dns/g" /etc/contrail/contrail-dns.conf
sed -i "s/^user=.*/user=$HOST.dns/g" /etc/contrail/contrail-dns.conf

4.Control nodeの起動
service supervisor-control restart

次はAnalytics Nodeの設定です。

0 件のコメント:

コメントを投稿