aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-08-08 09:30:41 +0200
committerHarald Musum <musum@yahooinc.com>2022-08-08 09:30:41 +0200
commitce7f203b8931188788942ae5a70e2d99c1204f02 (patch)
tree3bd5b4ae9c706cc99d9b60ec7d691e9c69ca74d4 /config-model/src/test/cfg/application
parente0744af00929a345a481a2f8a2e086b61bd53f55 (diff)
qrserver -> container
Diffstat (limited to 'config-model/src/test/cfg/application')
-rw-r--r--config-model/src/test/cfg/application/app_qrserverandgw/hosts.xml7
-rw-r--r--config-model/src/test/cfg/application/app_qrserverandgw/schemas/message.sd9
-rw-r--r--config-model/src/test/cfg/application/app_qrserverandgw/services.xml29
3 files changed, 0 insertions, 45 deletions
diff --git a/config-model/src/test/cfg/application/app_qrserverandgw/hosts.xml b/config-model/src/test/cfg/application/app_qrserverandgw/hosts.xml
deleted file mode 100644
index 3c78eba2e68..00000000000
--- a/config-model/src/test/cfg/application/app_qrserverandgw/hosts.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<hosts>
- <host name="localhost">
- <alias>node0</alias>
- </host>
-</hosts>
diff --git a/config-model/src/test/cfg/application/app_qrserverandgw/schemas/message.sd b/config-model/src/test/cfg/application/app_qrserverandgw/schemas/message.sd
deleted file mode 100644
index 40457c9e636..00000000000
--- a/config-model/src/test/cfg/application/app_qrserverandgw/schemas/message.sd
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search message {
-
- document message {
- field foo type string {
- indexing: summary
- }
- }
-}
diff --git a/config-model/src/test/cfg/application/app_qrserverandgw/services.xml b/config-model/src/test/cfg/application/app_qrserverandgw/services.xml
deleted file mode 100644
index fbcd698035e..00000000000
--- a/config-model/src/test/cfg/application/app_qrserverandgw/services.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-
-<services version="1.0">
-
- <admin version="2.0">
- <adminserver hostalias="node0"/>
- </admin>
-
- <container version="1.0">
- <nodes>
- <node hostalias="node0"/>
- </nodes>
- <document-api/>
- <search/>
- </container>
-
- <content version="1.0" id="message">
- <redundancy>1</redundancy>
- <documents>
- <document type="message" mode="index"/>
- </documents>
- <nodes>
- <node hostalias="node0" distribution-key="0" />
- </nodes>
- </content>
-
-
-</services>