fuel-ccp/fuel_ccp/tests
Andrey Pavlov 9942c0e978 Adding service-per-service support
New config section introduced:

services:
  keystone-db:
    service_def: mariadb
  keystone:
    service_def: keystone
    mapping:
      database: keystone-db

Defined services can be used in topology definition.
In this example keystone-db service will be created from mariadb
definition and keystone will use it instead of mariadb.

Change-Id: I274826648390b844d240b7ae545c40264f662452
2017-03-02 15:41:03 +00:00
..
common Adding service-per-service support 2017-03-02 15:41:03 +00:00
test_repository/service Rename microservices to fuel-ccp 2016-07-21 13:45:24 +03:00
__init__.py Rename microservices to fuel-ccp 2016-07-21 13:45:24 +03:00
base.py Add validation for nodes configs section 2017-02-10 11:17:49 +00:00
conf_fixture.py Switch to cliff 2016-09-19 15:41:32 -07:00
test_build.py Enable Galera as a default DB 2017-02-13 15:59:08 +00:00
test_cleanup.py Improve cleanup network resources 2016-10-26 18:15:13 +03:00
test_cli.py Add force flag to fetch command 2017-01-30 11:39:04 +03:00
test_config.py Add ability for recursive merge dicts for AttrDict 2017-02-17 08:23:07 +00:00
test_config_yaml.py Add deep merging when loading component configs 2016-10-05 18:06:36 +03:00
test_deploy.py Adding service-per-service support 2017-03-02 15:41:03 +00:00
test_fetch.py Implement error handling by ccp fetch 2017-01-31 14:06:04 +04:00
test_kubernetes.py Allow to specify k8s credentials in config 2017-01-16 16:36:51 +03:00
test_templates.py Expose CPU and Memory limits as variables 2017-03-01 17:18:14 +01:00
test_validation.py Secret support 2017-02-02 09:43:22 +00:00