Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
SolomonShorser-OICR committed Jun 5, 2015
2 parents 27d9be1 + e5d44a0 commit 9d3ec41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/generate_master_inventory_file_for_ansible.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use FindBin qw($Bin);

### usage
# perl bin/launcher/generate_master_inventory.pl <ansible-ssh-host> > inventory
# perl bin/launcher/generate_master_inventory_file_for_ansible.pl <ansible-ssh-host> > inventory

my $ansible_ssh_host = $ARGV[0];

Expand Down
10 changes: 5 additions & 5 deletions install/roles/bindle-dependencies/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
retries: 5
delay: 10

- name: Install Vagrant providers - VCloud
sudo: "{{ user_name }}"
command: vagrant plugin install vagrant-vcloud --plugin-version 0.4.3
retries: 5
delay: 10
#- name: Install Vagrant providers - VCloud
# sudo: "{{ user_name }}"
# command: vagrant plugin install vagrant-vcloud --plugin-version 0.4.3
# retries: 5
# delay: 10


- name: Install Perl dependencies
Expand Down
6 changes: 5 additions & 1 deletion install/roles/bindle-dependencies/templates/openstack.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ install_workflow=True
workflow_name=BWA,HelloWorld
workflows=Workflow_Bundle_BWA_2.6.1_SeqWare_1.1.0-alpha.5,Workflow_Bundle_HelloWorld_1.0-SNAPSHOT_SeqWare_1.1.1

lvm_device_whitelist="/dev/<device>"
# Change this if you want to use an ephemeral disk
#lvm_device_whitelist="/dev/<device>"

# Set "single_node_lvm" as false if your VM has a large enough root disk and you don't need to use an ephemeral disk
# single_node_lvm=false

bwa_workflow_version = 2.6.1

Expand Down

0 comments on commit 9d3ec41

Please sign in to comment.