tripleo-heat-templates/extraconfig/post_deploy
Luca Miccini aa424abf03 Remove argument to ssh-keygen for key size
Latest crypto-policies enforce a minimum key size of 2048 via:

$ grep RSAMinSize /etc/crypto-policies/back-ends/openssh.config
RSAMinSize 2048

Since 1024 keys are already considered insecure let's have
ssh-keygen pick a more secure default.

Change-Id: Ic30c9e1f29ef5b9bf03569300afa4245bc0eb556
2022-08-25 11:52:09 +02:00
..
default.yaml Use 'wallaby' heat_template_version 2021-03-31 17:35:12 +05:30
example_run_on_update.yaml Use 'wallaby' heat_template_version 2021-03-31 17:35:12 +05:30
example.yaml Use 'wallaby' heat_template_version 2021-03-31 17:35:12 +05:30
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
undercloud_ctlplane_network.py Merge "Fix typos in comments and parameter descriptions" 2022-08-22 08:12:29 +00:00
undercloud_post.py Remove logic to create flavor/keypair in undercloud Nova 2022-07-05 21:21:32 +09:00
undercloud_post.sh Remove argument to ssh-keygen for key size 2022-08-25 11:52:09 +02:00
undercloud_post.yaml Fix typos in comments and parameter descriptions 2022-08-03 17:07:11 +05:30

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