summaryrefslogtreecommitdiffstats
path: root/restraint/config/dist-5E-eso.json
blob: 2000a641a88d76a1ebb0246d8d1ae45c53b04454 (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
{
    "resources": [
        {
            "metadata": {
                "username": "someuser",
                "key": "somekey.pem"
            },
            "recipesets": [
                {
                    "family": "RedHatEnterpriseLinuxServer5",
                    "tag": ["RELEASED"],
                    "arch": "X86_64",
                    "hostrequire": [],
                    "ks_meta": {
                        "restraint": "http://file.bos.redhat.com/~bpeck/restraint/el5/"
                    },
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ]
        }
   ]
}