Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Add manager-api and data-api services #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hdd-services/supervisor.yaml → hdd-services/data-api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
- hash: None
hash_length: 7
name: supervisor
name: data-api
path: /openshift/template.yaml
url: https://github.com/fabric8-hdd/supervisor
url: https://github.com/fabric8-hdd/data-api-image
6 changes: 6 additions & 0 deletions hdd-services/manager-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
- hash: None
hash_length: 7
name: manager-api
path: /openshift/template.yaml
url: https://github.com/fabric8-hdd/manager-api-image
6 changes: 6 additions & 0 deletions hdd-services/measurements-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
- hash: None
hash_length: 7
name: measurements-api
path: /openshift/template.yaml
url: https://github.com/fabric8-hdd/measurements-api-image