
In migrating to zuul-launcher, we exposed an issue where the acceptance testing was replacing the our actually SSH public key in the gate. Because zuul-launcher does multiple SSH connections to the node, we end up getting locked out when we attempt to copy over the logs after the test has been successful. Change-Id: Ia3e57f645cf11064451570ea0013100666d41bbc Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 lines
516 B
Puppet
6 lines
516 B
Puppet
# This test only runs on Debian flavors
|
|
class { '::openstackci::logserver':
|
|
domain => 'foo.openstack.org',
|
|
jenkins_ssh_key => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQC6WutNHfM+YdnjeNFeaIpvxqt+9aDn95Ykpmc+fASSjlDZJtOrueH3ch/v08wkE4WQKg03i+t8VonqEwMGmApYA3VzFsURUQbxzlSz5kHlBQSqgz5JTwUmnt1RH5sePL5pkuJ6JgqJ8PxJod6fiD7YDjaKJW/wBzXGnGg2EkgqrkBQXYL4hyaPuSwsQF0Gdwg3QFqXl+R/GrM6FscUkkJzbjqGKI2GhLT8mf2BIMEAiMFhF5Wl4FFrbvhTfPfW+9VdcsiMxCXaxp00n1x1+Y7OqR5AZ/id0Lkz9ZoFVGS901OB/L4xXrvUtI2y+kIYeF6hxfmAl/zhY0eWzwo9lDPz'
|
|
}
|