summaryrefslogtreecommitdiffstats
path: root/restraint/config/rhel-7.0-build.json
blob: faf1ef8d30c47f41614b02f8950e03a4ce05273a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "resources": [
        {
            "metadata": {
                "username": "someuser",
                "key": "somekey.pem"
            },
            "recipesets": [
                {
                    "family": "RedHatEnterpriseLinux7",
                    "tag": ["RELEASED"],
                    "arch": "X86_64",
                    "variant": "Server",
                    "hostrequire": [],
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ]
        }
   ]
}