summaryrefslogtreecommitdiff
path: root/group_vars/ickhost.yml
blob: f59b3346dafb5b8ac2fc91a0b2aa807e3e3a707b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
qvisqve_token_public_key: FIXME
tls_certificate: FIXME

debian_codename: stretch
debian_mirror: deb.debian.org
debian_mirror_src: deb.debian.org

ci_prefix: ""

sources_lists:
  - repo: "deb http://deb.debian.org/debian stretch-backports main"
  - repo: "deb http://code.liw.fi/debian stretch main ickhost"
    signing_key: "{{ code_liw_fi_signing_key }}"
  - repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch main ickhost"
    signing_key: "{{ ci_prod_apt_signing_key }}"

controller_port: 12765
artifact_store_port: 12766
qvisqve_port: 10000
notify_port: 12767
ickweb_port: 10001
apache_port: 8080

controller_url: "https://{{ controller_domain }}"
artifact_store_url: "https://{{ artifact_store_domain }}"
qvisqve_url: "https://{{ qvisqve_domain }}"
notify_url: "https://{{ notify_domain }}/notify"

apt_uploader_ssh_public_keys:
  - "{{ wm_ssh_key_pub }}"
apt_signing_key: FIXME
apt_signing_key_pub: FIXME
apt_signing_key_fingerprint: FIXME
apt_admin_email: FIXME

wm_ssh_key: FIXME
wm_ssh_key_pub: FIXME

demo_wm_ssh_key_pub: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWvVYqyPen0CFhfx9dzzCKNbQ7fUpbCRdlQ/PI4sAv5R+gjUYjZJ3HQQhdkEx6mwY+fGYgGIAY9xiTi+BzXSPPtuWUypB2/ee+Dh5Uqica1TCj/3txmFGE7qwD+AqoJYbDAD1x17AaCIEDgHv2wOQ2o8GlOKTK9mGgvZWTUgIUF7PObotg8/M6TV4NO3of7ZSJ0yqumU/GLaJ8UkvYVQ3Gj0w8tbX6xiJKcOnMyM+P+JIFRKKi/SzjymVfAie9OAlIcDEYTeT6dtqWYB6hT0/40D0ZcxOfIg07/m4A956hH9AzRKuz01w2phP2zQyHRUSOCWa5EWF/H9snxpeE5Ein liw@exolobe3

haproxy_domain: "{{ controller_domain }}"
haproxy_rules:
  - name: ickweb
    path: /web
    backends: ["127.0.0.1:{{ ickweb_port }}"]

  - name: blobs
    path: /blobs
    backends: ["127.0.0.1:{{ artifact_store_port }}"]

  - name: token
    path: /token
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: login
    path: /login
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: auth
    path: /auth
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: clients
    path: /clients
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: users
    path: /users
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: applications
    path: /applications
    backends: ["127.0.0.1:{{ qvisqve_port }}"]

  - name: notify
    path: /notify
    backends: ["127.0.0.1:{{ notify_port }}"]

  - name: debian
    path: /debian
    backends: ["127.0.0.1:{{ apache_port }}"]

  - name: controller
    path: /
    backends: ["127.0.0.1:{{ controller_port }}"]