From: Thanh Ha Date: Wed, 6 Jun 2018 01:39:01 +0000 (-0400) Subject: Consolidate keypair default names to jenkins-ssh X-Git-Tag: v0.21.0~25 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=efc1f452019d36fa2973f9276b91facada2ba5e8;hp=efc1f452019d36fa2973f9276b91facada2ba5e8;p=releng%2Fglobal-jjb.git Consolidate keypair default names to jenkins-ssh BREAKING-CHANGE: Minion SSH default KeyPair name is now jenkins-ssh Either override in cloud.cfg or rename the Credential in Jenkins. This is an attempt to consolidate all our different instances of the ssh-keypair name all over the place. By default we will consolidate on `jenkins-ssh` as the default keypair name. This can be overrided of course and applies to the following config locations in Jenkins / CIMAN: 1. defaults.yaml's `jenkins-ssh-credential` 2. Jenkins > Credentials > ID > jenkins-ssh 3. jenkins-config/clouds controlling both local private key name and public key name inside the cloud which now need to match On a new infra if we are not overriding any values all of these should accept the default value of `jenkins-ssh`. Change-Id: I9fe691bbb59d81a1e861261be33cbda00de7a061 Signed-off-by: Thanh Ha ---