Closed Bug 888213 Opened 11 years ago Closed 11 years ago

Set up CNAME for serving archive of mozilla-inbound builds

Categories

(Release Engineering :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: nthomas)

References

Details

Currently using http://ec2-50-112-87-128.us-west-2.compute.amazonaws.com/ but this would change if the machine was rebooted.

We need 
* some way to fix the IP on the Amazon side. Can't do that with the existing VM because it's an EC2-Classic instance, and putting it inside the VPC breaks down network security. Might have to put a load balancer or scaling group in front of it
* pick and register a hostname in our inventory, set up A and PTR, as well as a CNAME for the developers (something in .build.mozilla.org ?)
* check if m1.small instance type is appropriate
Product: mozilla.org → Release Engineering
Beanstalk may make this easy, just a CNAME pointing to <foo>.elasticbeanstalk.com.
Component: Other → Tools
Indeed it does.

Dustin, a couple of questions for you on fitting in to the existing DNS situation. Suppose we would like to set up a CNAME like this:
      archive.build.mozilla.org  --->  serves3-mozilla-inbound.elasticbeanstalk.com
what would you recommend for
1, the FDQN in mozilla.org    (eg use .pub.build.mozilla.org ??)
2, if this is possible in inventory, and how to go about setting it up

The beanstalk.com address is a load balancer, so doesn't correspond to a particular machine that we already have in inventory.
Flags: needinfo?(dustin)
A .pub.build.mozilla.org CNAME is the appropriate solution.

Yes, that's possible in inventory.  Just add a CNAME record!
Flags: needinfo?(dustin)
Thanks Dustin. I've created inbound-archive.pub.build.mozilla.org.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Great!  Can you also add a page in the websites space in mana, under the releng cluster, documenting the site?
https://mana.mozilla.org/wiki/display/websites/inbound-archive.pub.build.mozilla.org look OK ?
Summary: Set up fixed IP and DNS for serving archive of mozilla-inbound builds → Set up CNAME for serving archive of mozilla-inbound builds
Yes - thanks!
Component: Tools → General
You need to log in before you can comment on or make changes to this bug.