Adding ability to run tempest tests for multinode

The patch makes change in metadata to be inserted further in a
multinode model in order not to change the model itself before
deployment.

Change-Id: Ic1aad9927845c9e2d9b73c45097885cc9cdf10a2
Related-PROD: PROD-19226
diff --git a/metadata/service/tempest/artifactory.yml b/metadata/service/tempest/artifactory.yml
new file mode 100644
index 0000000..8c1ce5f
--- /dev/null
+++ b/metadata/service/tempest/artifactory.yml
@@ -0,0 +1,20 @@
+parameters:
+  _param:
+    artifactory_user: artifactory_user
+    artifactory_password: artifactory_password
+  runtest:
+    artifact_collector:
+      enabled: true
+      artifactory:
+       enabled: true
+       user: ${_param:artifactory_user}
+       password: ${_param:artifactory_password}
+       host: artifactory.mcp.mirantis.net
+       port: 443
+       proto: https
+       endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname}
+      artifacts:
+        sys_logs:
+          path: /var/log
+        etc:
+          path: /etc