tripleo-heat-templates/extraconfig/post_deploy
Bogdan Dobrelya e14ecb1114 Fix undercloud key upload to nova keypairs UC post
Stdin does not work for the 'openstack keypair create' command
used in extraconfig/post_deploy/undercloud_post.sh, when installed
via Heat templates.

This ends up with different keys created for underlcoud admin and
the default nova keypair, which is configured by Ironic for
overcloud nodes. So those can not be contacted by undercloud
admin via SSH.

The deployed-server/scripts/enable-ssh-admin.sh fails w/o
that fix and makes not possible to deploy BM/OVB overcloud on top
of UC installed with Heat.

Change-Id: Ifb9c2d5eef731c41999d4ef5daa447edf74fd262
Co-authored-by: Harald Jensas <hjensas@redhat.com>
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-03-23 16:46:44 +01:00
..
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
default.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
example.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
example_run_on_update.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
undercloud_post.sh Fix undercloud key upload to nova keypairs UC post 2018-03-23 16:46:44 +01:00
undercloud_post.yaml undercloud_post: manage post mistral config 2018-03-13 14:35:23 +01:00

README

This tree contains additional configuration which happens "post deployment",
e.g after the OpenStack service configuration has been completed.