Switch to packer for configuring cloud infra nodes
[infra/tools.git] / infra / jenkins / slave-setup / cloud-infra / README.md
1 The packer file and corresponding script in this folder are used
2 for building OpenStack images to be used for Cloud Infra jobs on
3 Nordix Jenkins.
4
5 The packer file is specific to City Cloud Frankfurt region since
6 it contains the Frankfurt region endpoint and UUID of the network
7 created there. For other regions or clouds, a similar file needs
8 to be created. The actual script that is executed by packer on
9 provisioned temporary instances should work on any Ubuntu1804
10 regardless of cloud and region.
11
12 A final note is that the file authorized_keys.packer is used for
13 injecting user keys into image during cloud-init phase for ssh
14 access to the slaves for troubleshooting. If you want to have
15 access to the slaves, please add your ssh public key in it.