Closed
Bug 888213
Opened 12 years ago
Closed 12 years ago
Set up CNAME for serving archive of mozilla-inbound builds
Categories
(Release Engineering :: General, defect)
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
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Comment 1•12 years ago
|
||
Beanstalk may make this easy, just a CNAME pointing to <foo>.elasticbeanstalk.com.
Component: Other → Tools
Assignee | ||
Comment 2•12 years ago
|
||
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)
Comment 3•12 years ago
|
||
A .pub.build.mozilla.org CNAME is the appropriate solution.
Yes, that's possible in inventory. Just add a CNAME record!
Flags: needinfo?(dustin)
Assignee | ||
Comment 4•12 years ago
|
||
Thanks Dustin. I've created inbound-archive.pub.build.mozilla.org.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Great! Can you also add a page in the websites space in mana, under the releng cluster, documenting the site?
Assignee | ||
Comment 6•12 years ago
|
||
Summary: Set up fixed IP and DNS for serving archive of mozilla-inbound builds → Set up CNAME for serving archive of mozilla-inbound builds
Comment 7•12 years ago
|
||
Yes - thanks!
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•