Initial commit
diff --git a/metadata/service/client/init.yml b/metadata/service/client/init.yml
new file mode 100644
index 0000000..08881b5
--- /dev/null
+++ b/metadata/service/client/init.yml
@@ -0,0 +1,12 @@
+applications:
+- ntp
+parameters:
+  _param:
+    ntp_strata_host1: ntp.cesnet.cz
+    ntp_strata_host2: ntp.nic.cz
+  ntp:
+    client:
+      enabled: true
+      strata:
+      - ${_param:ntp_strata_host1}
+      - ${_param:ntp_strata_host2}
\ No newline at end of file