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
Swapnil Kulkarni 30326c345b Update diskimage-builder element for tomcat
Updated tomcat to tomcat7 since apt-get does not recognize
tomcat for install.

Change-Id: Iea7c4648408e7fdab585e1d981781d8a5574befb
Closes-Bug: #1263632
2014-01-15 03:56:50 +00:00
contrib Update diskimage-builder element for tomcat 2014-01-15 03:56:50 +00:00
doc Added how to run API service to README.rst 2013-12-04 08:18:58 -06:00
etc/solum This patch adds a user authentication of incoming request. 2013-12-18 22:40:58 +00:00
functionaltests Move devstack hooks from infra config to solum repo 2014-01-14 15:01:04 -08:00
solum Merge "Change Oslo log imports to be consistent" 2013-12-19 23:04:05 +00:00
tools/config Import oslo fix for generate config 2013-12-20 11:03:38 +11: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 Updated from global requirements 2013-12-20 02:24:36 +00: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