
* Adding credentials configuration to Jenkins app * Fixed nodepool configuration * Added retrieving API token from Jenkins * Providing parameters for configuration of OpenStack cloud * Fixed providing public and private keys to nodepool nodes Change-Id: I5c8be834f33870b9733df0041e96ffe94a9618b4
8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
bash gen_rsa_key.sh
|
|
|
|
puppet apply site.pp
|
|
|
|
sudo apt-get install default-jdk -y
|