Page MenuHomePhabricator

Service implementation for cloudelastic100[56]
Closed, ResolvedPublic3 Estimated Story Points

Description

cloudelastic100[56] are racked and ready to join the cluster. See https://wikitech.wikimedia.org/wiki/Search#Adding_new_nodes for the procedure (which might be outdated and need review).

Event Timeline

Change 602469 had a related patch set uploaded (by Ryan Kemper; owner: Ryan Kemper):
[operations/puppet@production] cloudelastic: bring new nodes into service

https://gerrit.wikimedia.org/r/602469

Change 602469 merged by Ryan Kemper:
[operations/puppet@production] cloudelastic: bring new nodes into service

https://gerrit.wikimedia.org/r/602469

Gehel moved this task from Incoming to Needs review on the Discovery-Search (Current work) board.

It looks like this is done. @RKemper do we have any other work needed before closing this task?

Nodes brought into service like so:

sudo confctl select 'name=cloudelastic1005.wikimedia.org' set/pooled=yes:weight=10
sudo confctl select 'name=cloudelastic1006.wikimedia.org' set/pooled=yes:weight=10

New state looks like so (just showing chi-public here):

# This file is managed by puppet.
# This is a golang template (http://golang.org/pkg/text/template/)
# for creating an external node pool reference file
#
# This file is generated from the etcd directories:
#  ["/pools/eqiad/cloudelastic/cloudelastic-chi-ssl-public/"]


{ 'host': 'cloudelastic1001.wikimedia.org', 'weight':10, 'enabled': True }
{ 'host': 'cloudelastic1002.wikimedia.org', 'weight':10, 'enabled': True }
{ 'host': 'cloudelastic1003.wikimedia.org', 'weight':10, 'enabled': True }
{ 'host': 'cloudelastic1004.wikimedia.org', 'weight':10, 'enabled': True }
{ 'host': 'cloudelastic1005.wikimedia.org', 'weight':10, 'enabled': True }
{ 'host': 'cloudelastic1006.wikimedia.org', 'weight':10, 'enabled': True }
RKemper claimed this task.
RKemper triaged this task as Medium priority.
RKemper set the point value for this task to 3.