BryanDavis has submitted this change and it was merged. Change subject: Stub out deployment repo based on hunches ......................................................................
Stub out deployment repo based on hunches This first attempt at organizing the deployment repo is based on looking at the mediawiki-services-ores-deploy repo and making some educated guesses about what needs to end up on the deploy and target servers. Once I get the repo on a testing server in Labs I'm sure there will be refinements. Change-Id: I993a2a7485852ea47270d8bf572e078336c887d9 --- A .gitignore A .gitmodules A README.md A public_html/staticfiles A scap/dsh/labs-striker A scap/dsh/striker A scap/scap.cfg A striker A wheels 9 files changed, 41 insertions(+), 0 deletions(-) Approvals: BryanDavis: Verified; Looks good to me, approved diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2023fea --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.py[cod] +/.tox +__pycache__/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1a4a87f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "striker"] + path = striker + url = ../../striker +[submodule "public_html/staticfiles"] + path = public_html/staticfiles + url = ../staticfiles +[submodule "wheels"] + path = wheels + url = ../wheels diff --git a/README.md b/README.md new file mode 100644 index 0000000..4739b45 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Striker deployment +================== + +scap3 deployment configuration and assets for the Striker application diff --git a/public_html/staticfiles b/public_html/staticfiles new file mode 160000 index 0000000..dc72fdc --- /dev/null +++ b/public_html/staticfiles @@ -0,0 +1 @@ +Subproject commit dc72fdc87ec07bd4d3bbc420d4aebaee6daa0306 diff --git a/scap/dsh/labs-striker b/scap/dsh/labs-striker new file mode 100644 index 0000000..810722f --- /dev/null +++ b/scap/dsh/labs-striker @@ -0,0 +1 @@ +striker-uwsgi01.striker.eqiad.wmflabs diff --git a/scap/dsh/striker b/scap/dsh/striker new file mode 100644 index 0000000..93e5ce0 --- /dev/null +++ b/scap/dsh/striker @@ -0,0 +1 @@ +californium.eqiad.wmnet diff --git a/scap/scap.cfg b/scap/scap.cfg new file mode 100644 index 0000000..1db55e3 --- /dev/null +++ b/scap/scap.cfg @@ -0,0 +1,20 @@ +[global] +git_repo: labs/striker/deploy +git_deploy_dir: /srv/deployment +git_rev: origin/master +ssh_user: deploy-service +server_groups: default +dsh_targets: dsh/striker +git_submodules: True +git_fat: False +service_name: uwsgi-striker +service_port: 8081 +batch_size: 1 +max_failures: 1 + +[wmnet] +git_server: deployment.eqiad.wmnet + +[wmflabs] +git_server: striker-deploy03.striker.eqiad.wmflabs +dsh_targets: dsh/labs-striker diff --git a/striker b/striker new file mode 160000 index 0000000..a9fd8d9 --- /dev/null +++ b/striker @@ -0,0 +1 @@ +Subproject commit a9fd8d9ab9b6965bb822bcddb694e436ecb75bdc diff --git a/wheels b/wheels new file mode 160000 index 0000000..c3defe8 --- /dev/null +++ b/wheels @@ -0,0 +1 @@ +Subproject commit c3defe8a96b70eae6edc048c41ed3fbdd580dd6a -- To view, visit https://gerrit.wikimedia.org/r/301500 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I993a2a7485852ea47270d8bf572e078336c887d9 Gerrit-PatchSet: 1 Gerrit-Project: labs/striker/deploy Gerrit-Branch: master Gerrit-Owner: BryanDavis <bda...@wikimedia.org> Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits