From 96f828c735b84053bd70be3c51808f7bbaec910b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 6 Jun 2021 22:03:07 +0900 Subject: [PATCH] Explain usage of fixtures/manifests directory Change-Id: I9621db45b19487c8639f6cbfb404e427a85fcafc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8e87f740..276a00469 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ OpenStack Infrastructure is deploying four jobs per supported Operating System (Ubuntu and CentOS): scenario001, scenario002, scenario003 and scenario004. For CentOS it is also deploying a job(scenario000) with very tiny installation. +The manifest files under the fixtures directory is used to compose the required +services for each senario. The manifest files under the manifests directory +is used to set up basic set of a single component (like nova, cinder and so on). + OpenStack services are balanced between four scenarios because OpenStack Infastructure Jenkins slaves can not afford the load of running everything on the same node.