Skip to content

Commit

Permalink
Make fake infra url lists more omnigenous
Browse files Browse the repository at this point in the history
  • Loading branch information
vkramskikh committed Dec 30, 2016
1 parent e411b29 commit 8c1e6c7
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions ceagle/api_fake_data/fake_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,51 @@
[{"id": "horizon",
"title": "Horizon",
"description": "Web UI that manages OpenStack resources",
"urls": [["http://none"]]},
"urls": [
["http://none"]
]},
{"id": "git",
"title": "Git Source Control",
"description": ("Gitlab with Git repositories with all "
"projects source code"),
"urls": [["http://none"]]},
"urls": [
["http://none"],
["http://none", "http://none"],
]},
{"id": "packages",
"title": "JFrog Artifactory Packages",
"description": ("JFrog Artifactory service that contains "
"all cloud packages & images"),
"urls": [["http://none"]]},
"urls": [
["http://none"],
["http://none", "http://none"],
["http://none", "http://none", "http://none"],
]},
{"id": "stacklight",
"title": "Stacklight",
"description": "Cloud Logging, Metering and Alerting services",
"urls": [["http://none"]]}],
"urls": [
["http://none", "http://none", "http://none", "http://none"],
]}],
[{"id": "horizon",
"title": "Horizon",
"description": "Web UI that manages OpenStack resources",
"urls": [["http://none"]]},
"urls": [
["http://none"],
]},
{"id": "baremetal",
"title": "Baremetal Provisioning",
"description": "MaaS service that manages baremetal infrastructure",
"urls": [["http://none"]]},
"urls": [
["http://none", "http://none"],
["http://none"],
]},
{"id": "jenkins",
"title": "Jenkins CI/CD",
"description": "Cloud Continues Integration and Deployment.",
"urls": [["http://none"]]}]]
"urls": [
["http://none"],
]}]]


@base.api_handler
Expand Down

0 comments on commit 8c1e6c7

Please sign in to comment.