Skip to content

Commit

Permalink
Changed engineblock metadata backend to database
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Dec 18, 2015
1 parent c6f9583 commit b3ab0b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions group_vars/acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions group_vars/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions group_vars/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ab0b4

Please sign in to comment.