Add common part with DevopPortal
The services definitions which are located at metadata/service/services
will be moved onto the system level, to be re-used in particular
components.
Change-Id: I227638b7a486c156578e5b0d57eb6eb4d9854a89
diff --git a/devops_portal/init.sls b/devops_portal/init.sls
new file mode 100644
index 0000000..00649c7
--- /dev/null
+++ b/devops_portal/init.sls
@@ -0,0 +1,7 @@
+{%- if pillar.devops_portal is defined %}
+include:
+{%- if pillar.devops_portal.control is defined %}
+ - devops_portal.control
+ - devops_portal.setup
+{%- endif %}
+{%- endif %}