RETIRED, An OpenStack project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum
Go to file
Chris Alfonso a3924f15a5 Add a diskimage-builder script that creates a Fedora 19 image.
Implements: blueprint lang-pack-examples

* Work Item: Define a disk image builder template for a Fedora 19 Java Tomcat
system. This installs tomcat 7 and openjdk 1.7

Change-Id: I4bbd167c1600ed81a29d0bf1508bb84479b9da1a
2013-12-18 11:40:24 -05:00
contrib Add a diskimage-builder script that creates a Fedora 19 image. 2013-12-18 11:40:24 -05:00
doc Added how to run API service to README.rst 2013-12-04 08:18:58 -06:00
etc/solum Add simple application interface and object registry 2013-12-12 10:08:30 -05:00
functionaltests Fix minor bug in test_get_root_discovers_v1 2013-12-14 21:45:07 +05:30
solum Add exception tests for ResourceExists and ApplicationExists 2013-12-16 09:23:29 +05:30
tools/config Add config up-to-date check script 2013-11-25 14:24:41 -05:00
.coveragerc Add nicer support for coverage 2013-12-09 17:25:00 +11:00
.gitignore Add nicer support for coverage 2013-12-09 17:25:00 +11:00
.gitreview Add git review configuration file and update README 2013-11-02 00:57:27 +05:30
.testr.conf Add git review configuration file and update README 2013-11-02 00:57:27 +05:30
babel.cfg Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
CONTRIBUTING.rst Fix some documentation errors 2013-11-18 13:39:59 +11:00
coverage.sh Add nicer support for coverage 2013-12-09 17:25:00 +11:00
HACKING.rst Add HACKING.rst 2013-11-16 16:14:42 +05:30
LICENSE Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
MANIFEST.in Initial cookie-cuttere'd repo 2013-09-20 23:44:03 -05:00
openstack-common.conf Merge "Import fixture from oslo-incubator" 2013-12-03 06:49:49 +00:00
README.rst Added how to run API service to README.rst 2013-12-04 08:18:58 -06:00
requirements.txt Move testtools to requirements.txt 2013-12-16 16:39:41 -05:00
setup.cfg Setting project summary to be consistent with project intent 2013-12-05 16:58:24 -05:00
setup.py Updated from global requirements 2013-12-10 22:23:02 +00:00
test-requirements.txt Move testtools to requirements.txt 2013-12-16 16:39:41 -05:00
tox.ini Use coverage.sh script in tox.ini 2013-12-11 07:50:13 +05:30

Solum

Application Lifecycle Management

An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process.

Overview

Solum is natively designed for OpenStack clouds and leverages numerous OpenStack projects, including Heat, Keystone, Nova, Trove, and more. We value vendor neutrality, open design and collaboration, and leveraging existing solutions where possible. One example is our use of Docker for deployment of containers. Multiple language run-time environments will be supported with a modular "language pack" solution so you can easily run applications written in any language of your choice.

Local development setup

Install Solum::

$ pip install -e .

Run Solum API server::

$ solum-api

Hit the API server::

$ curl localhost:9777

Project Info