solar/resources/keystone_service
Jedrzej Nowak e3b4fba8af Introduced Resource Repositories.
Works but requires manual `import`.
Removed `id` from resources.

Change-Id: I36ef63a5003ea39eb88d9076afd61215584916d9
2015-12-18 17:13:56 +01:00
..
2015-09-15 12:20:12 +02:00
2015-12-18 17:13:56 +01:00

keystone_service resource

This resource sets up a Docker container with Keystone code. It requires config to be provided by the keystone_config resource (mounted under /etc/keystone).

Basically, the philosophy behind containers in Solar is to have stateless containers with service code and mount stateful resources with config, volumes, etc. to that container. Upgrade of code then would be just about replacing the stateless container with new one and remounting state to that new container.