From 4722ba07955bdd6027d1250ad80c0497accc9960 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 22 Jan 2018 16:50:10 +0000 Subject: Update git submodules * Update docs/submodules/pharos from branch 'master' - Merge "[PDF] check-jinja: Filter-out incompatible PDF/IA" - [PDF] check-jinja: Filter-out incompatible PDF/IA While checking all PDFs against all installers, some mandatory requirements are sometimes not met: - minimum cluster nodes (e.g. Apex requires 5 nodes, 1 PDF has 3); - minimum interface count (e.g. Compass requires min 3 NICs, some PDFs only have two interfaces or less); The added filter is far from ideal: - node requirements are based on the latest (not highest) index used by the installer adapter to accomodate special handling of 3-node cluster in Daisy templates; - interface req is based on the average interfaces/node, with quite some margin - this is a very loose mechanism; With this in, `check-jinja` has a return code of 0 (note that yamllint failures of output files are not affecting the return code). Change-Id: I43ade3567bf3026069ff93eca17abc212fab211c Signed-off-by: Alexandru Avadanii --- docs/submodules/pharos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/pharos b/docs/submodules/pharos index 2ff40f318..52723a26b 160000 --- a/docs/submodules/pharos +++ b/docs/submodules/pharos @@ -1 +1 @@ -Subproject commit 2ff40f3189cae452cdb49fc4baf26f5eb94f81be +Subproject commit 52723a26b52a0bd264195996715d8f52ee6c1051 -- cgit 1.2.3-korg