Skip to content

Commit

Permalink
Merge pull request #241 from danskernesdigitalebibliotek/guide-adjust…
Browse files Browse the repository at this point in the history
…ments-2024-03

Guide adjustments
  • Loading branch information
hypesystem authored Mar 27, 2024
2 parents bf31a71 + 511814a commit 097e631
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/alertmanager-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alertmanager Setup

The We use the [alertmanager](architecture/adr-003-system-alerts.md) automatically
We use the [alertmanager](architecture/adr-003-system-alerts.md) which automatically
ties to the metrics of Prometheus but in order to make it work the configuration
and rules need to be setup.

Expand Down
7 changes: 5 additions & 2 deletions docs/runbooks/add-generic-site-to-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ which is used to develop the shared DPL install profile.
permissions to the platforms azure infrastructure.
* A running [dplsh](using-dplsh.md) with `DPLPLAT_ENV` set to the platform
environment name.
* A Lagoon account on the Lagoon core with your ssh-key associated
* The git-url for the sites environment repository
* A Lagoon account on the Lagoon core with your ssh-key associated (created through
the Lagoon UI, on the Settings page)
* The git-url for the sites environment repository (you don't need to create this
repository - it will be created by the task below - but the URL must match the
Github repository that will be created)
* A personal access-token that is allowed to pull images from the image-registry
that hosts our images.
* The platform environment name (Consult the [platform environment documentation](https://github.com/danskernesdigitalebibliotek/dpl-platform/wiki/Platform-Environments))
Expand Down
7 changes: 5 additions & 2 deletions docs/runbooks/add-library-site-to-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ represents the environment for testing custom Drupal modules.

Prerequisites:

* A Lagoon account on the Lagoon core with your ssh-key associated
* The git-url for the sites environment repository
* A Lagoon account on the Lagoon core with your ssh-key associated (created through
the Lagoon UI, on the Settings page)
* The git-url for the sites environment repository (you don't need to create this
repository - it will be created by the task below - but the URL must match the
Github repository that will be created)
* A personal access-token that is allowed to pull images from the image-registry
that hosts our images.
* The platform environment name (Consult the [platform environment documentation](https://github.com/danskernesdigitalebibliotek/dpl-platform/wiki/Platform-Environments))
Expand Down
3 changes: 2 additions & 1 deletion docs/runbooks/remove-site-from-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Prerequisites:

* The platform environment name
* An user with administrative access to the environment repository
* A lagoon account with your ssh-key associated
* A lagoon account with your ssh-key associated (created through
the Lagoon UI, on the Settings page)
* The site key (its key in [sites.yaml](../architecture/platform-environment-architecture.md#sitesyaml))
* An properly authenticated azure CLI (`az`) that has administrative access to
the cluster running the lagoon installation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Register a webhook pr repository that will let Lagoon react on pushes and
# Register a webhook per repository that will let Lagoon react on pushes and
# pull-requests.
resource "github_repository_webhook" "lagoon_deploy" {
for_each = local.sites
Expand Down

0 comments on commit 097e631

Please sign in to comment.