From b3ab0b42333c876bbc8692e3da972c740722ea8e Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Fri, 18 Dec 2015 16:23:10 +0100 Subject: [PATCH] Changed engineblock metadata backend to database --- group_vars/acc.yml | 14 +++++++------- group_vars/prod.yml | 14 +++++++------- group_vars/test.yml | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/group_vars/acc.yml b/group_vars/acc.yml index d8c7471b7..3f11867e4 100644 --- a/group_vars/acc.yml +++ b/group_vars/acc.yml @@ -119,16 +119,16 @@ engine_keys: engine_block: metadataRepositories: -# - { -# index: 0, -# type: "database", -# value: "Doctrine" -# } - { index: 0, - type: "janus", - value: "JanusRestV1" + type: "database", + value: "Doctrine" } +# - { +# index: 0, +# type: "janus", +# value: "JanusRestV1" +# } tomcat_apps: - api diff --git a/group_vars/prod.yml b/group_vars/prod.yml index 88dd45f1c..1755f4d0e 100644 --- a/group_vars/prod.yml +++ b/group_vars/prod.yml @@ -117,16 +117,16 @@ engine_keys: engine_block: metadataRepositories: -# - { -# index: 0, -# type: "database", -# value: "Doctrine" -# } - { index: 0, - type: "janus", - value: "JanusRestV1" + type: "database", + value: "Doctrine" } +# - { +# index: 0, +# type: "janus", +# value: "JanusRestV1" +# } tomcat_apps: - api diff --git a/group_vars/test.yml b/group_vars/test.yml index 1eb6cac81..0ad348d63 100644 --- a/group_vars/test.yml +++ b/group_vars/test.yml @@ -117,16 +117,16 @@ engine_keys: engine_block: metadataRepositories: -# - { -# index: 0, -# type: "database", -# value: "Doctrine" -# } - { index: 0, - type: "janus", - value: "JanusRestV1" + type: "database", + value: "Doctrine" } +# - { +# index: 0, +# type: "janus", +# value: "JanusRestV1" +# } tomcat_apps: - grouper