Go to file
q3k d436de2010 cluster/rook: bump to 1.1.9
This bumps Rook/Ceph. The new resources (mostly RBAC) come from
following https://rook.io/docs/rook/v1.1/ceph-upgrade.html .

It's already deployed on production. The new CSI driver has not been
tested, but the old flexvolume-based provisioners still work. We'll
migrate when Rook offers a nice solution for this.

We've hit a kubecfg bug that does not allow controlling the CephCluster
CRD directly anymore (I had to apply it via kubecfg show / kubectl apply
-f instead). This might be due to our bazel/prod k8s version mismatch,
or it might be related to https://github.com/bitnami/kubecfg/issues/259.

Change-Id: Icd69974b294b823e60b8619a656d4834bd6520fd
2020-05-02 23:30:52 +02:00
app *: add more OWNERS 2020-04-13 01:46:15 +02:00
bgpwtf *: add more OWNERS 2020-04-13 01:46:15 +02:00
bzl devtools/gerrit: bump to 3.0.8, add OWNERS plugins 2020-04-12 18:37:21 +02:00
cluster cluster/rook: bump to 1.1.9 2020-05-02 23:30:52 +02:00
dc
devtools Merge "doc: add getting-started/your-first-change" 2020-04-22 12:11:03 +00:00
doc doc: add getting-started/your-first-change 2020-04-13 10:19:38 +00:00
gcp
go *: add more OWNERS 2020-04-13 01:46:15 +02:00
hswaw
kube cluster/rook: bump to 1.1.9 2020-05-02 23:30:52 +02:00
personal/q3k personal/q3k/factorio: add pymods server 2020-04-05 21:32:02 +02:00
third_party
tools
.bazelrc
.gitignore
BUILD
COPYING
OWNERS OWNER: init at root 2020-04-12 18:31:10 +02:00
README.md doc: add getting-started/your-first-change 2020-04-13 10:19:38 +00:00
WORKSPACE devtools/gerrit: bump to 3.0.8, add OWNERS plugins 2020-04-12 18:37:21 +02:00
env.fish
env.sh
hackdoc.toml devtools/hackdoc: init 2020-04-08 20:03:12 +02:00

README.md

hscloud is the main monorepo of the Warsaw Hackerspace infrastructure code.

Any time you see a //path/like/this, it refers to the root of hscloud, ie. the path path/like/this in this repository. Perforce and/or Bazel users should feel right at home.

Viewing this documentation

For a pleaseant web viewing experience, see this documentation in hackdoc. This will allow you to read this markdown file (and others) in a pretty, linkable view.

Getting started

See //doc/codelabs for tutorials on how to use hscloud.

If you want to browse the source of hscloud in a web browser, use gerrit's gitiles.

If you want some other help, talk to q3k, informatic or your therapist.

Directory Structure

Directories you should care about:

  • app: external services that we host that are somewhat universal: matrix, covid-formity, etc.
  • bgpwtf: code related to our little ISP
  • cluster: code related to our Kubernetes cluster (k0.hswaw.net)
  • dc: code related to datacenter automation
  • devtools: code related to developer tooling, like gerrit or hackdoc
  • doc: high-level documentation that doesn't fit anywhere else, ie. codelabs
  • hswaw: Warsaw Hackerspace specific/internal services. The line between this and app is unfortunately blurry.
  • personal: user's personal (experimental) directories
  • kube, go: code specific to languages but general to the whole of hscloud

Licensing

Unless noted otherwise, code in hscloud is licensed under the BSD 0-clause license - see COPYING.