Skip to content

ajain13/freighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freighter

Client for Apache Aurora using gorealis to launch docker container jobs in bulk.

Using the client

Usage of ./auroraClient:
  -url string
        URL at which the Aurora Scheduler exists as [url]:[port]
  -file string
        JSON file containing job definition
  -username string
        Username to use for authorization (default "aurora")
  -password string
        Password to use for authorization (default "secret")

Sample Command

go run freighter.go -file sample_electron_workload.json -url http://192.168.33.7:8081

Requirements

Aurora Scheduler must have the following options enabled for this tool to work:

  -allow_docker_parameters=true
  -require_docker_use_executor=false

About

Aurora Client using gorealis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages