From 9f2eadf76521e2c49a72953703590bfee6fee171 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 23 Aug 2017 17:26:53 +0000 Subject: 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 -n --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 --- docs/submodules/apex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/apex') diff --git a/docs/submodules/apex b/docs/submodules/apex index 52b4c2556..c6f04a5de 160000 --- a/docs/submodules/apex +++ b/docs/submodules/apex @@ -1 +1 @@ -Subproject commit 52b4c2556b909a1e61b50f0ff75778bed962ba85 +Subproject commit c6f04a5dee991a131a49c2fde9c5990fe2edac4e -- cgit 1.2.3-korg