添加 Pool Member - 每天5分鐘玩轉(zhuǎn) OpenStack(123)
我們已經(jīng)有了 Load Balance Pool “web servers”和 VIP,接下來(lái)需要往 Pool 里添加 member 并學(xué)習(xí)如何使用 cloud image。 先準(zhǔn)備兩個(gè) instance: “Web1” 和 “Web2”。
使用 Ubuntu Cloud Image
由于 cirros 鏡像不能運(yùn)行 HTTP 服務(wù),我們將使用 Ubuntu Cloud Image。
下載地址為 http://uec-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
與以前的 instance 不同,Web1 和 Web2 使用了命名為“cloud”的 Key Pair。
這是因?yàn)?Ubuntu Cloud Image 默認(rèn)用戶 “ubuntu” 的密碼是隨機(jī)生成的,通過(guò) Key Pair 訪問(wèn)是一個(gè)比較方便的方法。
下面是 Key Pair 的配置方法: