Closed
Bug 1462768
Opened 6 years ago
Closed 6 years ago
Modify aws-provisioner to pass a rootUrl in instances' userData
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: pmoore)
References
Details
Attachments
(1 file)
Upgrade the aws-provisioner service to use the latest versions of tc-lib-*, etc. and thus use a rootUrl rather than baseUrl, etc.
https://gist.github.com/djmitche/010023b33f05bd57752397a21e0763e7
Updated•6 years ago
|
Assignee: nobody → jhford
Reporter | ||
Comment 1•6 years ago
|
||
It's likely this will be important in order to redeploy the Firefox CI instance. It doesn't have to be pretty, but I think we'll want AWS provisioner able to talk to other services that are not at taskcluster.net, and to be able to deploy the AWS-provisioner service in GCP.
Reporter | ||
Updated•6 years ago
|
Blocks: redeploy-firefox-ci
Reporter | ||
Comment 2•6 years ago
|
||
I was wrong :)
For the moment, we're not going to try to do this, preferring to push on the worker manager.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•6 years ago
|
||
We'll need it at least for passing the root url to workers, so reopening for that part...
I'll implement based on bug 1469617 comment 5.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 4•6 years ago
|
||
Ok, I can do that..
Assignee: jhford → dustin
No longer blocks: 1459075
Summary: Upgrade aws-provisioner to use rootUrl → Modify aws-provisioner to pass a rootUrl in instances' userData
Assignee | ||
Comment 5•6 years ago
|
||
The only thing this change does is pass the taskcluster root url through to workers via userdata.
Comment 6•6 years ago
|
||
Comment on attachment 9010667 [details]
GitHub Pull Request for aws-provisioner
Thanks for the patch, will include in the next deployment
Attachment #9010667 -
Flags: review?(jhford) → review+
Comment 7•6 years ago
|
||
Deployed today
Status: ASSIGNED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Redeployability → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•