summaryrefslogtreecommitdiffstats
path: root/restraint/config/dist-4E-eso.json
blob: 7a17c31409240ccf2097795593710d03b57f3158 (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": "RedHatEnterpriseLinux4",
                    "tag": ["RELEASED"],
                    "arch": "X86_64",
                    "variant": "AS",
                    "hostrequire": [],
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ]
        }
   ]
}