Update git submodules
authorZhijiang Hu <hu.zhijiang@zte.com.cn>
Sun, 1 Apr 2018 01:20:13 +0000 (09:20 +0800)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 3 Apr 2018 02:23:52 +0000 (02:23 +0000)
commitdc0bc98399f0188edc176536f8352a39253b607c
tree078eb4d2f92e104cdf1b44b7ecfae981dae8b9f7
parent456ad6a9acfe4af6a8f89a4d1a407f407de64243
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - kolla-build-vm.sh is ready for Queens

    This PS does:

    1. Set default build target to stable/queens, but still fix to pike
    for OPNFV master branch, please see line:83

    2. Create mappings between branch name and version number in code,
    since upstream kolla does not do it automatically using git tag
    for us start from Queens relese. Therefore, we do not need to let
    the user to define the version code and then check it with git tag
    command return value any more. So -t argument is deleted.

    3. Support building Queens images.

    4. Arrange patches in sub-directories name by version code so that
    user can use this one script to patch and build any version they
    want. But for OPNFV Jenkins, only the version for the current branch
    can be built according to the -j argument.

    5. Upgrade DPDK version from 16.11 to 17.02.

    6. Call cleanup_registry_server before pack_registry_data, this is
    resonable for keeping registry data stable.

    Change-Id: Ic5a7e2da261d456a2a1481ad0e765a7ce28b8121
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
docs/submodules/daisy