Mobrovac has submitted this change and it was merged. Change subject: Add the Scap3 configuration ......................................................................
Add the Scap3 configuration Bug: T128463 Change-Id: Id6678f7f90c682b5210398506c3a3b101cab4a8a --- A scap/changeprop A scap/changeprop-canary A scap/checks.yaml A scap/scap.cfg 4 files changed, 24 insertions(+), 0 deletions(-) Approvals: Mobrovac: Verified; Looks good to me, approved diff --git a/scap/changeprop b/scap/changeprop new file mode 100644 index 0000000..f3d8b7b --- /dev/null +++ b/scap/changeprop @@ -0,0 +1,3 @@ +scb1002.eqiad.wmnet +scb2001.codfw.wmnet +scb2002.codfw.wmnet diff --git a/scap/changeprop-canary b/scap/changeprop-canary new file mode 100644 index 0000000..e133583 --- /dev/null +++ b/scap/changeprop-canary @@ -0,0 +1 @@ +scb1001.eqiad.wmnet diff --git a/scap/checks.yaml b/scap/checks.yaml new file mode 100644 index 0000000..ce10842 --- /dev/null +++ b/scap/checks.yaml @@ -0,0 +1,5 @@ +checks: + endpoints: + type: nrpe + stage: promote + command: check_endpoints_changeprop diff --git a/scap/scap.cfg b/scap/scap.cfg new file mode 100644 index 0000000..7a3fef6 --- /dev/null +++ b/scap/scap.cfg @@ -0,0 +1,15 @@ +[global] +git_repo: changeprop/deploy +git_deploy_dir: /srv/deployment +git_repo_user: changeprop +ssh_user: changeprop +server_groups: canary, default +canary_dsh_targets: changeprop-canary +dsh_targets: changeprop +git_submodules: True +service_name: changeprop +service_port: 1970 +lock_file: /tmp/scap.changeprop.lock + +[wmnet] +git_server: tin.eqiad.wmnet -- To view, visit https://gerrit.wikimedia.org/r/278712 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6678f7f90c682b5210398506c3a3b101cab4a8a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/change-propagation/deploy Gerrit-Branch: master Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
