Dzahn has submitted this change and it was merged. Change subject: RESTBase: Labs: Set correct IP for deployment-restbase01 ......................................................................
RESTBase: Labs: Set correct IP for deployment-restbase01 We had to recreate deployment-restbase01 as it was on sid. Consequently, the IP has changed. Bug: T125003 Change-Id: I0e2efa8a6aa98d519e287ac6cd9b8baf45e938be --- M hieradata/labs/deployment-prep/common.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index 1efecb7..0281acd 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -81,7 +81,7 @@ - deployment-restbase02.deployment-prep.eqiad.wmflabs cassandra::logging::logstash_host: deployment-logstash2.deployment-prep.eqiad.wmflabs restbase::seeds: - - 10.68.17.227 + - 10.68.16.128 - 10.68.17.189 restbase::config_template: restbase/config.labs.yaml.erb restbase::parsoid_uri: http://deployment-parsoid05.deployment-prep.eqiad.wmflabs:8000 @@ -165,4 +165,4 @@ home: false scratch: false dumps: false -mediawiki::web::sites::domain_suffix: "beta.wmflabs.org" \ No newline at end of file +mediawiki::web::sites::domain_suffix: "beta.wmflabs.org" -- To view, visit https://gerrit.wikimedia.org/r/266968 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0e2efa8a6aa98d519e287ac6cd9b8baf45e938be Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
