mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
2bc57c7a44b82d415b41be0d49ad1dfc45a94c5c
Only install nfs-utils bundle. This package was previously broken and relied on a dependency in storage-utils, but this has since been fixed. Add no_root_squash option for exporting a NFS mount to increase the read performance. Signed-off-by: George T Kramer <george.t.kramer@intel.com>
Assumes:
* All scripts are run as the root user
* Basic configurations (e.g. network, time, etc.) have been applied to the host to allow applications to run well
How these scripts work:
#. Edit parameters.sh as needed
#. Run (playbook does only the following)
#. deploy-koji.sh
#. bootstrap-build.sh
#. Optionally, for supporting a full DevOps workflow, also run
#. deploy-mash.sh
#. deploy-git.sh
#. deploy-upstreams.sh
If koji builder machine is not the same as koji master machine:
#. On the koji master machine, run
#. deploy-koji-nfs-server.sh
#. On the koji builder machine, run
#. deploy-koji-nfs-client.sh
#. deploy-koji-builder.sh
Description
Languages
Shell
100%