Update README

Explain how to get going and the order in which scripts need run.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
George T Kramer
2019-03-04 17:39:12 -08:00
parent 85452e2af4
commit a4c68e462d
2 changed files with 22 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
Assumes:
- All scripts are run as the root user

22
README.rst Normal file
View File

@@ -0,0 +1,22 @@
Assumes:
* All scripts are run as the root user
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