From 0493747f5d1b30008b4170b3d48080abfa224700 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 24 Oct 2017 18:27:27 -0600 Subject: make it work for all 4 git branches --- pillar/openbook/ansible.sls | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'pillar/openbook') diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index a6495a1..6d7285b 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -166,9 +166,9 @@ ansible: source: inventory_json.rb mode: "0755" is_template: False - deploy_dev_env_sh: - name: deploy-dev-env.sh - source: deploy-dev-env.sh + deploy_branch_sh: + name: deploy-branch.sh + source: deploy-branch.sh mode: "0755" is_template: False openbook_installer_yaml: @@ -191,3 +191,20 @@ ansible: source: find_next_tag.sh mode: "0755" is_template: False + symlinks: + inventory_json_unstable_rb: + name: inventory_json_unstable.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_develop_rb: + name: inventory_json_develop.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_stage_rb: + name: inventory_json_stage.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_master_rb: + name: inventory_json_master.rb + target: inventory_json.rb + relative_to_buildroot: True -- cgit v1.3