summaryrefslogtreecommitdiff
path: root/baserock_gerrit/baserock_gerrit.morph
blob: f7907963b671317e5657ef2faa91d1a8c830ab76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: baserock_gerrit
kind: cluster

description: |
  Deployment .morph for baserock.org Gerrit system.

  Configuration of the system is handled separately, with a series of
  Ansible playbooks that should be run after an instance of the system
  is up and running. See the README for instructions.

systems:
- morph: systems/gerrit-system-x86_64.morph
  deploy:
    gerrit.baserock.org:
      type: extensions/openstack
      location: https://compute.datacentred.io:5000/v2.0

      # You can use this method to deploy upgrades over SSH, after the
      # machine is deployed.
      upgrade-type: extensions/ssh-rsync
      upgrade-location: root@192.168.222.69

      OPENSTACK_IMAGENAME: baserock_gerrit
      CLOUD_INIT: true
      DISK_SIZE: 3G
      HOSTNAME: gerrit
      KERNEL_ARGS: console=tty0 console=ttyS0