Update git submodules
authorFeng Pan <fpan@redhat.com>
Wed, 23 Aug 2017 17:26:53 +0000 (17:26 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 23 Aug 2017 17:26:53 +0000 (17:26 +0000)
commit9f2eadf76521e2c49a72953703590bfee6fee171
treede459d800b74afe691c9f531ea97756123a0d915
parente8b85d8f850c5c797c65dd7dbed02dcba2ed7350
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Migrates Apex to Python"
  - Migrates Apex to Python

    Removes all bash libraries and converts almost all of the code to a
    mixture of Python and Ansible.  utils.sh and clean.sh still exist.
    clean.sh will be migrated fully to clean.py in another patch.

    The Apex Python package is now built into the opnfv-apex-common RPM.  To
    install locally do 'pip3 install .'.  To deploy:

    opnfv-deploy -d <file> -n <file> --image-dir /root/apex/.build  -v --debug

    Non-python files (THT yaml, settings files, ansible playbooks) are all
    installed into /usr/share/opnfv-apex/.  The RPM will copy settings files
    into /etc/opnfv-apex/.

    JIRA: APEX-317

    Change-Id: I3232f0329bcd13bce5a28da6a8c9c84d0b048024
Signed-off-by: Tim Rozet <trozet@redhat.com>
docs/submodules/apex