summaryrefslogtreecommitdiff
path: root/pillar/openbook
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-12-08 17:17:53 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-12-08 17:17:53 -0700
commitcfa920431bd31ac2e619e32b672f41cfd382ecf5 (patch)
tree9f59137e080b219f00c251d92d28b79875444551 /pillar/openbook
parent924140c06b24e7c981bdc9c2c5c24cac3cb05a45 (diff)
Add support to build the database only
Issue: IS-37
Diffstat (limited to 'pillar/openbook')
-rw-r--r--pillar/openbook/ansible.sls32
1 files changed, 28 insertions, 4 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls
index 25d5ba4..aa98e8a 100644
--- a/pillar/openbook/ansible.sls
+++ b/pillar/openbook/ansible.sls
@@ -195,30 +195,54 @@ ansible:
mode: "0644"
relative_to_buildroot: True
is_template: False
- inventory_json__unstable_rb:
+ inventory_json_unstable_rb:
name: inventory_json_unstable.rb
source: inventory_json.rb
mode: "0755"
relative_to_buildroot: True
is_template: False
- inventory_json__develop_rb:
+ inventory_json_unstable_db_rb:
+ name: inventory_json_unstable_db.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json_develop_rb:
name: inventory_json_develop.rb
source: inventory_json.rb
mode: "0755"
relative_to_buildroot: True
is_template: False
- inventory_json__stage_rb:
+ inventory_json_develop_db_rb:
+ name: inventory_json_develop_db.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json_stage_rb:
name: inventory_json_stage.rb
source: inventory_json.rb
mode: "0755"
relative_to_buildroot: True
is_template: False
- inventory_json__master_rb:
+ inventory_json_stage_db_rb:
+ name: inventory_json_stage_db.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json_master_rb:
name: inventory_json_master.rb
source: inventory_json.rb
mode: "0755"
relative_to_buildroot: True
is_template: False
+ inventory_json_master_db_rb:
+ name: inventory_json_master_db.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
ob_deploy_branch_sh:
name: ob-deploy-branch.sh
source: ob-deploy-branch.sh