diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
| commit | cfa920431bd31ac2e619e32b672f41cfd382ecf5 (patch) | |
| tree | 9f59137e080b219f00c251d92d28b79875444551 /pillar/openbook/ansible.sls | |
| parent | 924140c06b24e7c981bdc9c2c5c24cac3cb05a45 (diff) | |
Add support to build the database only
Issue: IS-37
Diffstat (limited to 'pillar/openbook/ansible.sls')
| -rw-r--r-- | pillar/openbook/ansible.sls | 32 |
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 |
