summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/hostgrouplist.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sampledata/hostgrouplist.json')
-rw-r--r--install/static/sampledata/hostgrouplist.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/install/static/sampledata/hostgrouplist.json b/install/static/sampledata/hostgrouplist.json
deleted file mode 100644
index fe69c2a31..000000000
--- a/install/static/sampledata/hostgrouplist.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "error": null,
- "id": 0,
- "result": {
- "count": 2,
- "result": [
- {
- "cn": [
- "host-live"
- ],
- "description": [
- "Live servers"
- ],
- "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
- "member": [],
- "memberof": []
- },
- {
- "cn": [
- "stage-live"
- ],
- "description": [
- "Staging servers"
- ],
- "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
- "member": [],
- "memberof": []
- }
- ],
- "summary": "2 hostgroups matched",
- "truncated": false
- }
-} \ No newline at end of file