Page MenuHomePhabricator

New instances stuck unable to run puppet (and no sshing in!)
Closed, ResolvedPublic

Description

Found on the console of a newly created instance that I couldn't ssh into (ores-redis-01)

[1;31mError: Could not request certificate: Connection refused - connect(2)[0m``` over and over again

Event Timeline

yuvipanda raised the priority of this task from to Unbreak Now!.
yuvipanda updated the task description. (Show Details)
yuvipanda added subscribers: yuvipanda, Andrew, coren.

This is because the instance is trying to hit virt1000 for its initial run:

IP 10.68.18.32.37826 > 208.80.154.18.8140: Flags [S], seq 3234121293, win 29200, options [mss 1460,sackOK,TS val 743043 ecr 0,nop,wscale 7], length 0

IIRC the name a fresh puppet install tries to use is 'puppet' so switching that to the new master should fix it.

hmm, so you can't actually log in before initial puppet run, so that's going to be problematic, I guess. Do we need to build fresh images?

Presumably, once 'puppet' is switched to the new master in DNS the new instances will just work (possibly after a reboot)

I called andrew, and it looks like new images do need to be built. For now turning on puppetmaster on virt1000 as well.

yuvipanda lowered the priority of this task from Unbreak Now! to Medium.Jun 10 2015, 1:16 AM

Yup, that works for now! Thanks @Andrew!

yuvipanda claimed this task.

New images were built.