Feature #2780
gitbuilder: move to vercoi, redo deployment if feasible
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tommi Virtanen | % Done: | 0% | |
| Category: | - | |||
| Target version: | v0.51 | |||
| Source: | Reviewed: | |||
| Tags: | User Impact: | |||
| Story points | 5.0 | |||
| Velocity based estimate | - |
History
#1 Updated by Tommi Virtanen 10 months ago
- Target version set to v0.50
- Position deleted (
1) - Position set to 90
#2 Updated by Tommi Virtanen 10 months ago
- Assignee set to Tommi Virtanen
#3 Updated by Sage Weil 10 months ago
A few possible kinks:
- The fabfile currently pulls the magic ssh keys for rsync from cephbooter. we need a new location for those keys that lives on the secure network, or something equivalent.
- The ceph.com 'custom' param on the uebernet has the /gitbuilder-foo/ ProxyPass lines going to gitbuilder-foo.ceph.newdream.net. those should be switched to gitbuilder-foo.dynamicspecialness.sepia.ceph.com when the new vms come up.
- The only futzing I had to do with the old vms from base precise was to add an ssh key for fabric to get in and to add NOPASSWD to /etc/sudoers for.. group sudoers? I forget. (By default the passwordless sudo would work from the console but not over ssh, or something similarly annoying.)
- I can't remember if the debian images were fully tested from scratch. Those might need some futzing (creating debian user, etc.).
#4 Updated by Mark Kampe 10 months ago
for the record, this is being done in this sprint for two reasons:
(a) we are under some pressure to give up the old gitbuilder hardware/rack-space.
(b) moving the gitbuilder will bump into a few problems in its current
implementation, necessitating some cleanup ... so we'll take a few days
and try to make this basic tool much better.
#5 Updated by Tommi Virtanen 10 months ago
- Status changed from New to In Progress
#6 Updated by Tommi Virtanen 10 months ago
I moved http://gitbuilder-precise-i386.front.sepia.ceph.com/ and wrote a doc on how to move whole images: https://docs.google.com/a/inktank.com/document/d/1HJAEgcN-fsUCgHTjuNmG3NiI-MtQhBjD8u8XjctSNsA/edit#
#7 Updated by Tommi Virtanen 10 months ago
Responding to Sage's possible kinks:
1. the cephbooter issue only comes up with new installs, existing vms with the files already downloaded are good -> ignoring for now ;)
2. ProxyPass lines are easy to change once we're happy with the new vms, the documented procedure allows you to leave the old vm running until that time.
3. NOPASSWD and ssh keys can be handled with downburst for new deployments; existing images are fine.
4. not installing debian images from scratch for now
#8 Updated by Tommi Virtanen 10 months ago
- Target version changed from v0.50 to v0.51
- Position deleted (
95) - Position set to 1
#9 Updated by Tommi Virtanen 10 months ago
- Status changed from In Progress to Closed