From 3fe7a068c0da48f2b65850662379c744964da9ea Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 10 Aug 2018 13:09:09 +0000 Subject: Update git submodules * Update docs/submodules/releng-xci from branch 'master' - Merge "Integrate os-nosdn-osm scenario" - Integrate os-nosdn-osm scenario This change integrates os-nosdn-osm scenario. The installation of OSM is done as post-deployment. This is achieved by the addition of the new playbook named post-deployment.yml in scenario role folder. This mechanism is available for all OpenStack scenarios. If anything needs to be done for a specific scenario as part of the post-deployment, it can be achieved by creating playbook post-deployment.yml. If post-deployment.yml exists in scenario role, the framework will run it once the regular deployment playbooks are run successfully. If the file does not exist, it will be skipped. The location of the post-deployment.yml is releng-xci-scenarios//role//tasks/post-deployment.yml This is only implemented for OpenStack scenarios currently and similar mechanism is needed for K8S scenarios as well which will be implemented in a separate change. installer-type:osa deploy-scenario:os-nosdn-osm Change-Id: I16780abffca39699eb2f38f662479f0e4d551504 Signed-off-by: Fatih Degirmenci --- docs/submodules/releng-xci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci index 4002c1265..46be52692 160000 --- a/docs/submodules/releng-xci +++ b/docs/submodules/releng-xci @@ -1 +1 @@ -Subproject commit 4002c126504df3da4dc79ca9669546277e926889 +Subproject commit 46be526924d71cf4acc0531e7c0f052fec0bd4f9 -- cgit 1.2.3-korg