summaryrefslogtreecommitdiffstats
path: root/restraint/config/eso-rhel-6.json
blob: 280a50fd90f5bb79b8452076f8c7845db6549a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "resources": [
        {
            "metadata": {
                "username": "someuser",
                "key": "somekey.pem"
            },
            "recipesets": [
                {
                    "family": "RedHatEnterpriseLinux6",
                    "tag": ["RELEASED"],
                    "arch": "X86_64",
                    "variant": "Server",
                    "hostrequire": [],
                    "ks_meta": {
                    },
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ],
            "submit_as_owner": "True",
            "job_group": "ci-ops-central"
        }
   ]
}