mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-25 02:57:28 +01:00
Fix README for all-in-one
This commit is contained in:
parent
5cce0eeb5e
commit
ebde40c34a
@ -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
|
* These are run on a bare Rocky 8 minimal install
|
||||||
* Basic configurations (e.g. network, time, etc.) have been applied
|
* 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)
|
* 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
|
* Koji builder can exist on the hub or multiple build servers
|
||||||
|
|
||||||
### Installing
|
### 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
|
* accept the ECDSA key fingerprint of the web server
|
||||||
* enter the root password for the web server
|
* enter the root password for the web server
|
||||||
* For each build server:
|
* For each build server:
|
||||||
* enter the FQDN for the build server
|
|
||||||
* accept the ECDSA key fingerprint of the build server
|
* accept the ECDSA key fingerprint of the build server
|
||||||
* enter the root password for 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
|
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.
|
* 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.
|
* You can have multiple build=\<builder FQDN\> parameters.
|
||||||
* debug will print each command executed and be very noisy (still noisy without)
|
* debug will print each command executed and be very noisy (still noisy without)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user