Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2283 closed task (fixed)

download-testing server

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2019-I
Component: SysAdmin Keywords:
Cc:

Description

I have the new download setup on osgeo7. I plan to make it live at

https://download-testing.osgeo.org

In next couple of days so that people can check out and make sure everything is there and permissions are fine.

I already had jef, neteler, darkblue_b provide some feedback on things many of which are now fixed.

As noted, in the new system it's still ldap based, but we now require ssh keys. I replicated the home drives from old server, so anyone with ssh keys should be able to get in. Those who didn't will have to put them in on old server before the move.

The ssh port is currently osgeo7.osgeo.org -p 50023

If people have issue with the non-standard port I can change back to 22 before we go live.

Change History (5)

comment:1 by robe, 5 years ago

Resolution: fixed
Status: newclosed

Looks like jef did much of the work for me, so all I had left - now done

1) take out the localhost -> download in the /etc/hosts (I assume this was put in for testing)

2) Remarked out the ssl in the config file 3) Setup a proxy config on the nginx container 4) Regiater cname

So everyone should be able to test things out now

https://download-testing.osgeo.org

http://download-testing.osgeo.org #for non-ssl

ssh username@download-testing.osgeo.org -p 50023

I initiated an rsyc (hopefully that doesn't mess anyone up) and it looks like it's putting in all the download6 files - which is fine since we have a 10 TB on this server.

in reply to:  1 ; comment:2 by jef, 5 years ago

Replying to robe:

Looks like jef did much of the work for me, so all I had left - now done

yes.

  • cron
  • a mta is setup (exim4, relaying through osgeo6)
  • cgi-bin for osgeo4w
  • rsync works (used for osgeo4w mirrors)

I initiated an rsyc (hopefully that doesn't mess anyone up) and it looks like it's putting in all the download6 files - which is fine since we have a 10 TB on this server.

which it already did before. we should move it's contents where the symlinks point in after the last sync.

The ssh port is currently osgeo7.osgeo.org -p 50023

This is temporary right? Finally it'll be {download,upload}.osgeo.org:22 again? Because that's where at least the ssh uploads go (including nightlies).

Last edited 5 years ago by jef (previous) (diff)

comment:3 by robe, 5 years ago

Yes I was planning to make it 22 again (perhaps reusing the same ip so I don't have to change the bacula setup and other things that go by IP.

I just added in 22. Can you test and confirm you can ssh via download-testing.osgeo.org

The below should work as well (I kept the 50023 as well cause bottle uses that)

ssh username@download-testing.osgeo.org

in reply to:  3 comment:4 by jef, 5 years ago

Replying to robe:

I just added in 22. Can you test and confirm you can ssh via download-testing.osgeo.org

Confirmed. Thanks.

in reply to:  2 comment:5 by jef, 5 years ago

Replying to jef:

  • rsync works (used for osgeo4w mirrors)

also added 873 in ufw and added proxyrsync.

Note: See TracTickets for help on using tickets.