bridgehead/README.md

142 lines
5.8 KiB
Markdown
Raw Normal View History

# Bridgehead
2022-03-23 11:54:23 +01:00
2022-11-18 19:02:13 +01:00
The Bridgehead is a secure, low-effort solution to connect your research institution to a federated research network. It bundles interoperable, open-source software components into a turnkey package for installation on one of your secure servers. The Bridgehead is pre-configured with sane defaults, centrally monitored and with an absolute minimum of "moving parts" on your side, making it an extremely low-maintenance gateway to data sharing.
2022-11-18 19:02:13 +01:00
This repository is the starting point for any information and tools you will need to deploy a Bridgehead. If you have questions, please [contact us](mailto:verbis-support@dkfz-heidelberg.de).
2022-03-23 11:54:23 +01:00
1. [Requirements](#requirements)
- [Hardware](#hardware)
- [System](#system)
- [Git](#git)
- [Docker](#docker)
2. [Deployment](#deployment)
- [Installation](#installation)
2022-11-18 19:02:13 +01:00
- [Register with Samply.Beam](#register-with-samplybeam)
- [Starting and stopping your Bridgehead](#starting-and-stopping-your-bridgehead)
- [Auto-starting your Bridgehead when the server starts](#auto-starting-your-bridgehead-when-the-server-starts)
3. [Additional Services](#additional-Services)
- [Monitoring](#monitoring)
- [Register with a Directory](#register-with-a-Directory)
4. [Site-specific configuration](#site-specific-configuration)
- [HTTPS Access](#https-access)
- [Locally Managed Secrets](#locally-managed-secrets)
- [Git Proxy Configuration](#git-proxy-configuration)
- [Docker Daemon Proxy Configuration](#docker-daemon-proxy-configuration)
- [Non-Linux OS](#non-linux-os)
5. [License](#license)
2022-03-23 11:54:23 +01:00
## Requirements
2022-03-23 11:54:23 +01:00
### Hardware
2022-11-18 19:02:13 +01:00
Hardware requirements strongly depend on the specific use-cases of your network as well as on the data it is going to serve. Most use-cases are well-served with the following configuration:
2022-03-23 11:54:23 +01:00
- 4 CPU cores
2022-11-18 19:02:13 +01:00
- 32 GB RAM
- 160GB Hard Drive, SSD recommended
2022-03-23 11:54:23 +01:00
2022-11-18 19:02:13 +01:00
### Software
2021-12-27 11:16:27 +01:00
2022-11-18 19:02:13 +01:00
You are strongly recommended to install the Bridgehead under a Linux operating system (but see the section [Non-Linux OS](#non-linux-os)). You will need root (administrator) priveleges on this machine in order to perform the deployment. We recommend the newest Ubuntu LTS server release.
2022-11-18 19:02:13 +01:00
Ensure the following software (or newer) is installed:
2022-11-18 19:02:13 +01:00
- git >= 2.0
- docker >= 20.10.1
- docker-compose >= 2.xx (`docker-compose` and `docker compose` are both supported).
- systemd
2022-03-23 11:54:23 +01:00
2022-11-18 19:02:13 +01:00
We recommend to install Docker(-compose) from its official sources as described on the [Docker website](https://docs.docker.com). Note for Ubuntu: Please note that snap versions of Docker are not supported.
2022-05-12 13:00:08 +02:00
## Deployment
2022-03-23 11:54:23 +01:00
2022-11-18 19:02:13 +01:00
### Base Installation
2022-05-09 12:57:24 +02:00
2022-11-18 19:02:13 +01:00
First, clone the repository to the directory `/srv/docker/bridgehead`:
2022-10-26 16:34:47 +02:00
```shell
2022-11-18 19:02:13 +01:00
sudo mkdir -p /srv/docker/
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
2022-10-26 16:34:47 +02:00
```
2022-11-18 19:02:13 +01:00
Then, run the installation script:
```shell
2022-11-18 19:02:13 +01:00
cd /srv/docker/bridgehead
sudo ./bridgehead install <PROJECT>
```
2022-05-12 13:00:08 +02:00
2022-11-18 19:02:13 +01:00
... and follow the instructions on the screen. You should then be prompted to do the next step:
2022-11-18 19:02:13 +01:00
### Register with Samply.Beam
2022-11-18 19:02:13 +01:00
Many Bridgehead services rely on the secure, performant and flexible messaging middleware called [Samply.Beam](https://github.com/samply/beam). You will need to register ("enroll") with Samply.Beam by creating a cryptographic key pair for your bridgehead:
``` shell
2022-11-18 19:02:13 +01:00
cd /srv/docker/bridgehead
sudo ./bridgehead enroll <PROJECT>
```
2022-11-18 19:02:13 +01:00
... and follow the instructions on the screen. You should then be prompted to do the next step:
2022-05-12 13:00:08 +02:00
2022-11-18 19:02:13 +01:00
### Starting and stopping your Bridgehead
2022-03-01 17:24:53 +01:00
2022-11-18 19:02:13 +01:00
If you followed the above steps, your Bridgehead should already be configured to autostart (via systemd). If you would like to start/stop manually:
2022-11-18 19:02:13 +01:00
To start, run
2022-05-05 15:03:06 +02:00
2022-11-18 19:02:13 +01:00
```shell
sudo systemctl start bridgehead@<PROJECT>.service
```
2021-12-27 11:16:27 +01:00
2022-11-18 19:02:13 +01:00
To stop, run
2022-11-18 19:02:13 +01:00
```shell
sudo systemctl stop bridgehead@<PROJECT>.service
```
2022-05-12 13:00:08 +02:00
2022-11-18 19:02:13 +01:00
To enable/disable autostart, run
2022-11-18 19:02:13 +01:00
```shell
sudo systemctl [enable|disable] bridgehead@<PROJECT>.service
```
## Site-specific configuration
2022-05-12 13:00:08 +02:00
2022-05-05 15:03:06 +02:00
### HTTPS Access
2022-11-18 19:02:13 +01:00
Even within your internal network, the Bridgehead enforces HTTPS for all services. During the installation, a self-signed, long-lived certificate was created for you. To increase security, you can simply replace the files under `/etc/bridgehead/traefik-tls` with ones from established certification authorities such as [Let's Encrypt](https://letsencrypt.org) or [DFN-AAI](https://www.aai.dfn.de).
2022-11-18 19:02:13 +01:00
## Troubleshooting
### Docker Daemon Proxy Configuration
2022-03-23 11:54:23 +01:00
2022-11-18 19:02:13 +01:00
Docker has a background daemon, responsible for downloading images and starting them. Sometimes, proxy configuration from your system won't carry over and it will fail to download images. In that case, configure the proxy for this daemon as described in the [official documentation](https://docs.docker.com).
2022-03-23 11:54:23 +01:00
### Non-Linux OS
2022-03-23 11:54:23 +01:00
The installation procedures described above have only been tested under Linux.
2022-03-23 11:54:23 +01:00
Below are some suggestions for getting the installation to work on other operating systems. Note that we are not able to provide support for these routes!
2022-03-23 11:54:23 +01:00
We believe that it is likely that installation would also work with FreeBSD and MacOS.
2022-03-23 11:54:23 +01:00
Under Windows, you have 2 options:
2022-03-23 11:54:23 +01:00
- Virtual machine
- WSL
2022-03-23 11:54:23 +01:00
We have tested the installation procedure with an Ubuntu 22.04 guest system running on a VMware virtual machine. That worked flawlessly.
2022-03-23 11:54:23 +01:00
Installation under WSL ought to work, but we have not tested this.
2022-03-23 11:54:23 +01:00
## License
Copyright 2019 - 2022 The Samply Community
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.