Create os-nosdn-osm scenario
[releng-xci-scenarios.git] / scenarios / os-nosdn-osm / role / os-nosdn-osm / tasks / main.yml
diff --git a/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/main.yml b/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/main.yml
new file mode 100644 (file)
index 0000000..d63c7f1
--- /dev/null
@@ -0,0 +1,13 @@
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2018 Ericsson AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+# All the tasks for os-nosdn-osm scenario are executed post-deployment
+# so we do not run anything here
+- debug:
+    msg: "No pre-deployment task found for the scenario {{ deploy_scenario }}. Skipping."