From 7cc444a53868e7de5a9bf472b1fa20bd56cb229e Mon Sep 17 00:00:00 2001 From: ZabeMath <35405030+ZabeMath@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:27:36 +0200 Subject: [PATCH 1/2] Replace deploy1001 with deploy1002 deploy1001 was decommissioned and was replace with deploy1002 --- new_wikis_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index e3a2c08..229b798 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -356,7 +356,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): add_text('\n-------') add_text('**Step by step commands**:') dummy_wiki = get_dummy_wiki(shard, parts[1]) - add_text('On deploy1001:') + add_text('On deploy1002:') add_text('`cd /srv/mediawiki-staging/`') add_text('`git fetch`') add_text('`git log -p HEAD..@{u}`') @@ -374,7 +374,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): url='.'.join(parts))) summary = 'Creating {db_name} ({phab})'.format( db_name=db_name, phab=task_tid) - add_text('On deploy1001:') + add_text('On deploy1002:') if shard != "s3": add_text(sync_file('wmf-config/db-eqiad.php', summary)) add_text(sync_file('wmf-config/db-codfw.php', summary)) @@ -394,7 +394,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): dbname=db_name, )) - add_text('On deploy1001:') + add_text('On deploy1002:') add_text('`scap update-interwiki-cache`') From 723dffe006c75d6add42b38c40ac72b6e94a2d30 Mon Sep 17 00:00:00 2001 From: Alexander Vorwerk Date: Wed, 12 Jan 2022 20:17:55 +0100 Subject: [PATCH 2/2] Replace deploy1002 with deployment host --- new_wikis_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index 229b798..b4615bf 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -356,7 +356,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): add_text('\n-------') add_text('**Step by step commands**:') dummy_wiki = get_dummy_wiki(shard, parts[1]) - add_text('On deploy1002:') + add_text('On deployment host:') add_text('`cd /srv/mediawiki-staging/`') add_text('`git fetch`') add_text('`git log -p HEAD..@{u}`') @@ -374,7 +374,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): url='.'.join(parts))) summary = 'Creating {db_name} ({phab})'.format( db_name=db_name, phab=task_tid) - add_text('On deploy1002:') + add_text('On deployment host:') if shard != "s3": add_text(sync_file('wmf-config/db-eqiad.php', summary)) add_text(sync_file('wmf-config/db-codfw.php', summary)) @@ -394,7 +394,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): dbname=db_name, )) - add_text('On deploy1002:') + add_text('On deployment host:') add_text('`scap update-interwiki-cache`')