Consolidate keypair default names to jenkins-ssh 40/11040/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 6 Jun 2018 01:39:01 +0000 (21:39 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 6 Jun 2018 15:46:24 +0000 (11:46 -0400)
commitefc1f452019d36fa2973f9276b91facada2ba5e8
tree91f706faee567567041719fa870124d80fc4b3cb
parentd387f15ed848249b52b9308087a4d5f9f10211e5
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 <thanh.ha@linuxfoundation.org>
docs/configuration.rst
shell/jenkins-configure-clouds.sh