Update git submodules
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 22 Jan 2018 16:50:10 +0000 (16:50 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 22 Jan 2018 16:50:10 +0000 (16:50 +0000)
commit4722ba07955bdd6027d1250ad80c0497accc9960
treef77602947b0ae391220f449b7da4d3edf29cdd7d
parent1828e33cebc16342dde3f53371c3a7a64ea8950c
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 <Alexandru.Avadanii@enea.com>
docs/submodules/pharos