summaryrefslogtreecommitdiffstats
path: root/restraint/config/eso-rhel-6.json
blob: 39cde07c93ef245977918687427889a1c431dabc (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": {
                        "restraint": "http://file.bos.redhat.com/~bpeck/restraint/el6eso/"
                    },
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ],
            "submit_as_owner": "True"
        }
   ]
}