User:Bking/Notes/Pontoon
Brian's attempts at using pontoon
From the horizon 'search' project, booted puppet-00.search.eqiad1.wikimedia.cloud
bootstrap.sh fails with the following error:
Error: Could not find resource 'Package[wmf-certificates]' in parameter 'require' (file: /tmp/bootstrap/git/puppet/modules/profile/manifests/java.pp, line: 88) on node puppet-00.novalocal
The 'wmf-certificates' package is available according to apt-get update, but puppet cannot install it. Installing manually via apt does not help.
After logging out, I can no longer login via SSH. The virsh console shows fatal: Access denied for user bking by PAM account configuration [preauth]
Perhaps a puppet run is invalidating SSH keys? 'Fixed' by appending my SSH pubkey to the list of root users and making the file append-only.
Commented out line 72 in java.pp (full path listed in error message above), this allowed the bootstrap.sh script to complete.