From 6ee09bad365e4b238ce70ed2180f9b9f89a97bf6 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Fri, 5 Jun 2015 16:42:08 -0400 Subject: more fixes to the json to make the provisioner happy --- restraint/config/dist-4E-eso.json | 7 ++++++- restraint/config/dist-5E-eso.json | 5 ++++- restraint/config/eso-rhel-6.json | 5 ++++- restraint/config/rhel-7.0-build.json | 5 ++++- restraint/config/rhel-7.1-aarch64-candidate.json | 5 ++++- restraint/config/rhel-7.1-ppc64le-auto.json | 5 ++++- 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" -- cgit