summaryrefslogtreecommitdiffstats
path: root/restraint/config/eso-rhel-6.json
blob: 9f0c752405aaea6945e6a63ca51f672d0b411614 (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
{
    "resources": [
        {
            "metadata": {
                "username": "someuser",
                "key": "somekey.pem"
            },
            "recipesets": [
                {
                    "family": "RedHatEnterpriseLinux6",
                    "tag": ["RELEASED"],
                    "arch": "X86_64",
                    "variant": "Server",
                    "hostrequire": [],
                    "bkr_data": {
                        "role": "Standalone",
                        "name": "AppServer"
                    }
                }
            ],
            "submit_as_owner": "True"
        }
   ]
}