Mobrovac has uploaded a new change for review. https://gerrit.wikimedia.org/r/277228
Change subject: Add Scap3 configuration ...................................................................... Add Scap3 configuration Bug: T116337 Change-Id: I536cf135b67350161bf960302d393b14718de036 --- A scap/checks.yaml A scap/citoid A scap/citoid-canary A scap/scap.cfg 4 files changed, 24 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/citoid/deploy refs/changes/28/277228/1 diff --git a/scap/checks.yaml b/scap/checks.yaml new file mode 100644 index 0000000..d5a1b77 --- /dev/null +++ b/scap/checks.yaml @@ -0,0 +1,5 @@ +checks: + endpoints: + type: nrpe + stage: promote + command: check_endpoints_citoid diff --git a/scap/citoid b/scap/citoid new file mode 100644 index 0000000..f3d8b7b --- /dev/null +++ b/scap/citoid @@ -0,0 +1,3 @@ +scb1002.eqiad.wmnet +scb2001.codfw.wmnet +scb2002.codfw.wmnet diff --git a/scap/citoid-canary b/scap/citoid-canary new file mode 100644 index 0000000..e133583 --- /dev/null +++ b/scap/citoid-canary @@ -0,0 +1 @@ +scb1001.eqiad.wmnet diff --git a/scap/scap.cfg b/scap/scap.cfg new file mode 100644 index 0000000..42b3361 --- /dev/null +++ b/scap/scap.cfg @@ -0,0 +1,15 @@ +[global] +git_repo: citoid/deploy +git_deploy_dir: /srv/deployment +git_repo_user: citoid +ssh_user: citoid +server_groups: canary, default +canary_dsh_targets: citoid-canary +dsh_targets: citoid +git_submodules: True +service_name: citoid +service_port: 1970 +lock_file: /tmp/scap.citoid.lock + +[wmnet] +git_server: tin.eqiad.wmnet -- To view, visit https://gerrit.wikimedia.org/r/277228 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I536cf135b67350161bf960302d393b14718de036 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/citoid/deploy Gerrit-Branch: master Gerrit-Owner: Mobrovac <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
