New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 814974 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 810584



Sign in to add a comment

chromeos-server158.cbf is using the wrong DB.

Project Member Reported by dgarr...@chromium.org, Feb 22 2018

Issue description

Before CL:*575505 every lab server used a hardcoded reference to the master be in global_config.ini.

Now, puppet should be overriding that value with the current primary database, but chromeos-server158.cbf doesn't seem to get the message, even after I forced a puppet run.

It's shadow_config.ini hasn't been updated since Dec, and is missing the new entry.

atest server list shows:

Hostname     : chromeos-server158.cbf.corp.google.com
Status       : primary
Roles        : afe
Attributes   : {}
Date Created : 2017-09-14 19:04:51
Date Modified: 2017-09-14 19:04:51
Note         : None

 
It's only mentioned in puppet via:

lab/manifests/autotest_proxy.pp:    $swarming_afe = 'http://chromeos-server158.cbf.corp.google.com'

Blocking: 810584
Owner: jrbarnette@chromium.org
Status: Started (was: Untriaged)
The issue is that puppet doesn't have a role assigned to the server, so.... doesn't do nuthin much.
> It's only mentioned in puppet via:
> lab/manifests/autotest_proxy.pp:    $swarming_afe = 'http://chromeos-server158.cbf.corp.google.com'

... meaning it has no role assigned.  Meaning it doesn't know how to
calculate a proper shadow_config.ini.  Meaning it's continuing to use
the database server as it was configured on 12/6/2017.  Which, of course,
causes this bug.

Project Member

Comment 6 by bugdroid1@chromium.org, Feb 23 2018

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chromeos/chromeos-admin/+/2ab17374e05ff3ac8dfd83534e8fd15ff5779678

commit 2ab17374e05ff3ac8dfd83534e8fd15ff5779678
Author: Richard Barnette <jrbarnette@google.com>
Date: Fri Feb 23 00:12:43 2018

Richard forced a puppet run, and the server is now able to load web pages.
Status: Fixed (was: Started)
This seems fixed. It can certainly load web pages with value values now.

Sign in to add a comment