On 20120815 17:54 , Andrew Bayer wrote:
You'll actually have to do some manual tweaks due to HP Cloud public
IPs not having reverse-resolvable IP addresses - you'll need to
manually go onto each of your hosts and change any references to
hostnames they put in there to the IP instead.
What I found with the (pre-release) whirr 0.8.0, so far:
When a pair of zookeeper nodes are started, the zoo.cfg files have LAN
ip addrs and they were able to connect to each other (after I modified
the generated sec. group by hand).
.whirr/*/instances in effect looks like this:
$REGION/$instanceID $ROLES $IP_WAN $IP_LAN
There is no domain name. An old version of whirr running on EC2 has the
same format except that IP_WAN is a public domain name.
And hpcloud console detail on one of the instances created shows 2
public ip addresses (!); one is "fixed" and the other is "floating"
(hmm, either of those terms could imply static).
I can use "dig -x $localIP" to find a PTR rec (example:
server-9999999999-az-1-region-a-geo-1.novalocal.), but the public ip
finds nothing, and this lookup only works on the $localIP host itself.
Paul
A.
On Wed, Aug 15, 2012 at 5:53 PM, Adrian Cole <[email protected]
<mailto:[email protected]>> wrote:
Hi, Paul.
Here's easiest way
Apply latest patch here
https://issues.apache.org/jira/browse/WHIRR-593
Set
whirr.template=osFamily=UBUNTU,osVersionMatches=12.04,os64Bit=true,minRam=1024
Should be good. If works, ping the issue and I can help commit it
tonight.
-A
On Aug 15, 2012 5:45 PM, "Paul Baclace" <[email protected]
<mailto:[email protected]>> wrote:
> I need to get Whirr 0.8.0 running on HPCloud *today* so I can
help people
> generate
> clusters for the ACM local chapter (sfbayacm.org
<http://sfbayacm.org>) hackathon on Aug. 18
> sponsored in part by HPCloud.
>
> Because of WHIRR-593, I built Whirr from trunk.
>
> My plan is to use Ubuntu 12.04 LTS Precise, 64-bit.
>
> whirr.provider=hpcloud-compute
>
> How does one find the possible values for:
>
> whirr.image-id // I assume numbers seen in HP web console work here
> whirr.hardware-id // use number from openstack or names like
> standard.medium ?
> whirr.location-id // what is proper form here?
>
> and any other property settings I need to know about for HPCloud?
>
> Thanks,
>
> Paul
>
>