Skip to content

Commit

Permalink
ciao-scheduler: Integrate with the osprepare module
Browse files Browse the repository at this point in the history
To facilitate integration testing of the new osprepare module, we'll now tie
into ciao-scheduler to develop the de facto implementation of osprepare handling
within a Ciao module.

Note that at this point the core Ciao scheduler component is allocated no
explicit dependencies.

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
Ikey Doherty committed Aug 23, 2016
1 parent 891228f commit 789cffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ciao-scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"syscall"
"time"

"github.com/01org/ciao/osprepare"
"github.com/01org/ciao/payloads"
"github.com/01org/ciao/ssntp"
"github.com/golang/glog"
Expand Down Expand Up @@ -1020,6 +1021,7 @@ func configSchedulerServer() (sched *ssntpSchedulerServer) {

func main() {
flag.Parse()
osprepare.PrepareOsDeps(nil)

sched := configSchedulerServer()
if sched == nil {
Expand Down

0 comments on commit 789cffa

Please sign in to comment.