Update git submodules
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 5 Nov 2017 20:20:02 +0000 (21:20 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 6 Nov 2017 00:58:57 +0000 (00:58 +0000)
commitee0b214cbbd951d3f9553a3a6e07bf712240e997
tree8a9f9227d3c11282ac7a6aa3e941f6d07cf665bc
parentaa184adf5290371a1a09b33d862e783b2a1e6e08
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: bm: linux-image-generic-hwe-16.04-edge

    The Salt way to pin the kernel version is via its reclass model, by
    defining system.kernel.version. However, this only works with
    explicit kernel package names and not with meta package names
    (e.g. linux-image-4.13.0-9916-generic is expected instead of
          linux-image-generic-hwe-16.04-edge, which would break the
    `linux_kernel_old_absent` state).

    For now, let's explicitly call `pkg.install` for the kernel and
    headers packages, using the meta package name to ensure automatic
    fallback to Ubuntu packages if Armband repos are missing,
    respectively to automatically pick up new kernel package names
    in case of meta + kernel packages bump later.

    JIRA: ARMBAND-280

    Change-Id: I5448df1de1b3c211583708402b5c7497df92fc16
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
docs/submodules/armband