Skip to content

Commit

Permalink
Merge pull request #44 from azizavi/aziz-AV-51297
Browse files Browse the repository at this point in the history
AV-51297: Add /dev to the volume maps of controller container
  • Loading branch information
ericsysmin authored Nov 26, 2018
2 parents 6640c6d + 7e81701 commit d5c9007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ con_snmp_port: 161
con_mounts_extras: []
con_mounts_default:
- "/:/hostroot/"
- "/dev:/dev"
- "/var/run/docker.sock:/var/run/docker.sock"
- "{{ (con_deploy_type|lower == 'openshift')| ternary('', '/var/run/fleet.sock:/var/run/fleet.sock') }}"
- "{{ con_disk_path }}:/vol/"
Expand Down

0 comments on commit d5c9007

Please sign in to comment.