wordpressをデプロイし、juju status
と入力すると、次のメッセージが表示されます。
パブリックアドレス:ノード-001185e6777fe
このコンピュータのIPアドレスを見つけたとき、Webブラウザに入力しようとしましたが、502の不正なゲートウェイが表示されます。
ジュジュステータス後:
hsf@ubuntu:~$ juju status
2012-10-05 11:26:49,385 INFO Connecting to environment...
Enter passphrase for key '/home/hsf/.ssh/id_rsa':
2012-10-05 11:26:51,905 INFO Connected to environment.
machines:
0:
agent-state: running
dns-name: node-00127968a7be.local
instance-id: /MAAS/api/1.0/nodes/node-ab7c5eb6-0e08-11e2-bb37-001185e67955/
instance-state: unknown
1:
agent-state: running
dns-name: node-001185e677fe
instance-id: /MAAS/api/1.0/nodes/node-82beae92-0e09-11e2-a134-001185e67955/
instance-state: unknown
2:
agent-state: running
dns-name: node-001185e6772b.local
instance-id: /MAAS/api/1.0/nodes/node-5c21dc18-0e0a-11e2-a134-001185e67955/
instance-state: unknown
services:
wordpress:
charm: cs:precise/wordpress-9
exposed: true
relations:
loadbalancer:
- wordpress
units:
wordpress/2:
agent-state: started
machine: 1
open-ports: []
public-address: node-001185e677fe.localdomain
2012-10-05 11:26:52,459 INFO 'status' command finished successfully
hsf@ubuntu:~$
ノードの名前から判断すると、mDNSを使用しているため、ノードの名前を「node-001185e677fe」から「node-001185e677fe.local」に変更することをお勧めします。