colosseum

A cloud orchestration software.

License

License

GroupId

GroupId

io.github.cloudiator
ArtifactId

ArtifactId

colosseum
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

colosseum
A cloud orchestration software.
Project URL

Project URL

https://github.com/cloudiator/colosseum
Project Organization

Project Organization

io.github.cloudiator
Source Code Management

Source Code Management

https://github.com/cloudiator/colosseum.git

Download colosseum

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.cloudiator/colosseum/ -->
<dependency>
    <groupId>io.github.cloudiator</groupId>
    <artifactId>colosseum</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cloudiator/colosseum/
implementation 'io.github.cloudiator:colosseum:0.1.0'
// https://jarcasting.com/artifacts/io.github.cloudiator/colosseum/
implementation ("io.github.cloudiator:colosseum:0.1.0")
'io.github.cloudiator:colosseum:jar:0.1.0'
<dependency org="io.github.cloudiator" name="colosseum" rev="0.1.0">
  <artifact name="colosseum" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cloudiator', module='colosseum', version='0.1.0')
)
libraryDependencies += "io.github.cloudiator" % "colosseum" % "0.1.0"
[io.github.cloudiator/colosseum "0.1.0"]

Dependencies

compile (22)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4
com.typesafe.play : twirl-api_2.10 jar 1.0.2
com.typesafe.play : play_2.10 jar 2.3.9
com.typesafe.play : play-java_2.10 jar 2.3.9
com.typesafe.play : play-java-jdbc_2.10 jar 2.3.9
com.typesafe.play : play-java-jpa_2.10 jar 2.3.9
org.hibernate : hibernate-entitymanager jar 4.3.5.Final
com.typesafe.play : play-cache_2.10 jar 2.3.9
org.mariadb.jdbc : mariadb-java-client jar 1.1.7
org.hamcrest : hamcrest-all jar 1.3
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-multibindings jar 3.0
com.google.guava : guava jar 18.0
commons-codec : commons-codec jar 1.10
com.google.code.findbugs : jsr305 jar 1.3.9
com.github.drapostolos : type-parser jar 0.5.0
io.github.cloudiator.sword : service jar 0.1.0
io.github.cloudiator.lance : client jar 0.1.0
io.github.cloudiator : common jar 0.1.0
io.github.cloudiator : visor-rest-client jar 0.1.0
io.github.cloudiator.axe : axe-aggregator-common jar 0.1.0
org.reflections : reflections jar 0.9.10

test (1)

Group / Artifact Type Version
com.typesafe.play : play-test_2.10 jar 2.3.9

Project Modules

There are no modules declared in this project.

Build Status

Colosseum

Installation (dev)

Dependencies:

  • play-framework 2.3.9
  • a hibernate compatible database (the following sections will use mysql)
  • JDK 8
  1. Install the play framework as described under http://www.playframework.com/documentation/2.3.x/Installing.
  2. Install mysql and setup a database and a user for the application.
  3. git-clone the repository.
[email protected]:cloudiator/colosseum.git
  1. Create a configuration file like below which will hold your database configuration, e.g. dev.conf.
include "application.conf"

# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
application.secret="A_VERY_SECRET_KEY"

# Database configuration
# ~~~~~
db.default.driver=org.mariadb.jdbc.Driver
db.default.url="mysql://dbUser:dbPassword@localhost/dbName"
  1. Switch to the root of your clone and run
activator -Dconfig.file=/path/to/your/config.conf run
  1. Play starts the application and the server is available at http://localhost:9000

Installation and Building (prod)

  1. Follow steps 1-4 of the Installation guide above.
  2. Run "activator clean dist" to build the project.
  3. Unzip the dist file at target/universal/colosseum-{version}.zip
  4. Run the application
bin/colosseum -Dconfig.file=/path/to/your/config.conf
  1. Colloseum should be available at localhost:9000

Usage

If you access the frontend at http://localhost:9000/login you will be asked to provide a password.

A default user is available:

username: [email protected] password: admin tenant: admin

Documentation

Documentation can be found here

Contact

Daniel Baur (University of Ulm) daniel.baur(at)uni-ulm.de

io.github.cloudiator

Cloudiator

A multi-tenant, cross-cloud orchestration framework.

Versions

Version
0.1.0