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

Issue 623758 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Devserver: 100.115.174.192 is unreachable via ssh

Project Member Reported by sbasi@chromium.org, Jun 27 2016

Issue description

100.115.174.192 is listed in the shadow_config but I could not reach it for a push to prod.

At the very minimum we should remove it from the shadow_config.
 
it is chromeos6-devserver1. It is down. I think we need to file a bug to the lab team to manually fix this devserver.
Owner: dgarr...@chromium.org
Status: Assigned (was: Untriaged)
Hmmm...  The host still appears in our config files:
    $ grep -l 100.115.174.192 $(findfiles * | grep shadow_con)
    puppet/modules/lab/templates/cautotest_shadow_config.ini.erb
    puppet/modules/lab/templates/afe_shadow_config.ini.erb
    puppet/modules/lab/templates/shard_shadow_config.ini.erb
    puppet/modules/lab/templates/drone_shadow_config.ini.erb
    server_management_lib/tasks/templates/shadow_config_test_push_shard.ini
    server_management_lib/tasks/templates/shadow_config_test_push_master.ini
    server_management_lib/tasks/templates/shadow_config_test_push_drone.ini

... and the host is still down:
    $ ping -c 5 100.115.174.192
    PING 100.115.174.192 (100.115.174.192) 56(84) bytes of data.

    --- 100.115.174.192 ping statistics ---
    5 packets transmitted, 0 received, 100% packet loss, time 4031ms


However, that IP address isn't chromeos6-devserver1:
    $ host chromeos6-devserver1
    chromeos6-devserver1.cros.corp.google.com has address 100.115.185.225

Anyway, not my problem _this week_.

Owner: johndhong@chromium.org
Can we confirm that it's SUPPOSED to not exist before removing it?
chromeos6-devserver1 no longer uses that IP
https://b.corp.google.com/issues/28734200

chromeos6-devserver1 / 100.115.185.225

I can write the CL but I need confirmation that the server is setup to be a fully proper devserver
Owner: dgarr...@chromium.org
Kicking to deputy to confirm devserver is setup properly
Owner: johndhong@chromium.org
Status: Fixed (was: Assigned)
CL has been submitted.

Sign in to add a comment