Update git submodules
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 23:18:59 +0000 (01:18 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 17 Aug 2017 23:21:48 +0000 (23:21 +0000)
commit4feb2309ef717d18ead98e8e9be96fac1cdc4c7b
treed245152f511c015aa7e549d0aa8b6bbb9323bc31
parentc71adc30f24597fe40c51780cab3b6ec25900232
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - salt.sh: Add "arm64" to bootstrap arch condition

    Upstream commit [1] broke Salt bootstrap on AArch64, by
    introducing an architecture condition that is too strict to allow
    Debian package installation (even if we provide our own repo).

    Add "arm64" to the list of supported architectures. This needs
    to be done on the fly, as the bootstrap script is fetched using
    `curl` from <salt-master-setup.sh>, which is also fetched
    dynamically using `svn export`.

    [1] https://github.com/saltstack/salt-bootstrap/commit/caa6d7d

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