summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-05 16:42:08 -0400
committerBill Peck <bpeck@redhat.com>2015-06-05 16:42:08 -0400
commit6ee09bad365e4b238ce70ed2180f9b9f89a97bf6 (patch)
tree45390b2b02a26701e82b31f06e37d01da9b73ae2
parent553e961f8950b2ea2c39f66655f3f16212b55c22 (diff)
downloadtests-6ee09bad365e4b238ce70ed2180f9b9f89a97bf6.tar.gz
tests-6ee09bad365e4b238ce70ed2180f9b9f89a97bf6.tar.xz
tests-6ee09bad365e4b238ce70ed2180f9b9f89a97bf6.zip
more fixes to the json to make the provisioner happy
-rw-r--r--restraint/config/dist-4E-eso.json7
-rw-r--r--restraint/config/dist-5E-eso.json5
-rw-r--r--restraint/config/eso-rhel-6.json5
-rw-r--r--restraint/config/rhel-7.0-build.json5
-rw-r--r--restraint/config/rhel-7.1-aarch64-candidate.json5
-rw-r--r--restraint/config/rhel-7.1-ppc64le-auto.json5
6 files changed, 26 insertions, 6 deletions
diff --git a/restraint/config/dist-4E-eso.json b/restraint/config/dist-4E-eso.json
index 6bbc913..68d6ce3 100644
--- a/restraint/config/dist-4E-eso.json
+++ b/restraint/config/dist-4E-eso.json
@@ -10,7 +10,12 @@
"family": "RedHatEnterpriseLinux4",
"tag": ["RTT_ACCEPTED"],
"arch": "X86_64",
- "variant": "Server"
+ "variant": "Server",
+ "hostrequire": [],
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"
diff --git a/restraint/config/dist-5E-eso.json b/restraint/config/dist-5E-eso.json
index d6a9e26..8b59382 100644
--- a/restraint/config/dist-5E-eso.json
+++ b/restraint/config/dist-5E-eso.json
@@ -12,7 +12,10 @@
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
- "bkr_data": {}
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"
diff --git a/restraint/config/eso-rhel-6.json b/restraint/config/eso-rhel-6.json
index 9ed4081..68f096d 100644
--- a/restraint/config/eso-rhel-6.json
+++ b/restraint/config/eso-rhel-6.json
@@ -12,7 +12,10 @@
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
- "bkr_data": {}
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"
diff --git a/restraint/config/rhel-7.0-build.json b/restraint/config/rhel-7.0-build.json
index 861b68d..d5db953 100644
--- a/restraint/config/rhel-7.0-build.json
+++ b/restraint/config/rhel-7.0-build.json
@@ -12,7 +12,10 @@
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
- "bkr_data": {}
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"
diff --git a/restraint/config/rhel-7.1-aarch64-candidate.json b/restraint/config/rhel-7.1-aarch64-candidate.json
index b416332..8944cd0 100644
--- a/restraint/config/rhel-7.1-aarch64-candidate.json
+++ b/restraint/config/rhel-7.1-aarch64-candidate.json
@@ -12,7 +12,10 @@
"arch": "aarch64",
"variant": "Server",
"hostrequire": [],
- "bkr_data": {}
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"
diff --git a/restraint/config/rhel-7.1-ppc64le-auto.json b/restraint/config/rhel-7.1-ppc64le-auto.json
index 130dfde..9a3ebc8 100644
--- a/restraint/config/rhel-7.1-ppc64le-auto.json
+++ b/restraint/config/rhel-7.1-ppc64le-auto.json
@@ -12,7 +12,10 @@
"arch": "ppc64",
"variant": "Server",
"hostrequire": [],
- "bkr_data": {}
+ "bkr_data": {
+ "role": "Standalone",
+ "name": "AppServer"
+ }
}
],
"job_group": "ci-ops-central"