Skip to content
Snippets Groups Projects
Unverified Commit 5c335efd authored by anarcat's avatar anarcat
Browse files

add missing bit in gitlab infra

parent 891379aa
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,12 @@ digraph gitlabpages {
label="hosts"
labelloc=bottom
GitLab [ label="GitLab | <CI> CI | <pages> pages" ]
GitLab [ label="<host> GitLab | <git> gitaly | <CI> CI | <pages> pages" ]
runner [ label="GitLab runner"]
GitLab:CI -> runner [label="pull"]
runner -> GitLab:pages [label="push"]
cache -> GitLab:pages [label="proxies"]
puppet
}
subgraph "clusterusers" {
label="users"
......@@ -20,9 +21,9 @@ digraph gitlabpages {
public
}
TPA -> puppet
puppet -> { GitLab, cache }
puppet -> runner [taillabel="deploys"]
GitLab_user -> git -> GitLab:CI
puppet -> { runner, cache }
puppet -> GitLab:host [taillabel="deploys"]
GitLab_user -> GitLab:git
public -> cache [ label="browses" ]
}
howto/static-component/architecture-gitlab-pages.png

37.4 KiB | W: | H:

howto/static-component/architecture-gitlab-pages.png

41.5 KiB | W: | H:

howto/static-component/architecture-gitlab-pages.png
howto/static-component/architecture-gitlab-pages.png
howto/static-component/architecture-gitlab-pages.png
howto/static-component/architecture-gitlab-pages.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment