Fix README for all-in-one

This commit is contained in:
Trevor Batley 2023-09-28 21:23:50 +10:00
parent 5cce0eeb5e
commit ebde40c34a

View File

@ -15,6 +15,7 @@ Thanks to George T Kramer for doing a lot of the prework for these over at Clear
* These are run on a bare Rocky 8 minimal install
* Basic configurations (e.g. network, time, etc.) have been applied
* servers are reachable by their FQDNs (DNS or you've added them into the appropriate /etc/hosts files)
* Koji web server can exist on the hub or it's own server
* Koji builder can exist on the hub or multiple build servers
### Installing
@ -28,7 +29,6 @@ You will need to fill in some information on the way through.
* accept the ECDSA key fingerprint of the web server
* enter the root password for the web server
* For each build server:
* enter the FQDN for the build server
* accept the ECDSA key fingerprint of the build server
* enter the root password for the build server
@ -40,10 +40,9 @@ On your koji hub server:
There are optional parameters available on the install-koji-farm.sh script
install-koji-farm.sh [web=<web server FQDN> | build=<build server FQDN|prompt> | debug]
install-koji-farm.sh [web=<web server FQDN> | build=<build server FQDN> | debug]
* No parameters will deploy an all-in-one server with the web and builder installed on the hub.
* The web server FQDN defaults to the hub FQDN, if not enetered.
* You can have multiple build=\<builder FQDN\> parameters.
* debug will print each command executed and be very noisy (still noisy without)