Skip to content

Commit

Permalink
"/etc/selinux/“ was not accessible and so the
Browse files Browse the repository at this point in the history
dbus service didn’t come up.  Thus causing an issue similar to this
systemd/systemd#719

adding /etc/selinux as volumes to the contianers.

Change-Id: I13f2fab2cc0d0cabe9ab5d1f7ce03c281be0e669
Closes-Bug: 1691536
  • Loading branch information
cijohnson committed May 25, 2017
1 parent 1e93646 commit 0e15c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/node/defaults/main.yml
Expand Up @@ -84,6 +84,7 @@ controller_ip_hostname_dict: {}
# Volumes to be mounted to the containers
contrail_container_volumes:
- "{{ contrailctl_config_directory }}:/etc/contrailctl/"
- "/etc/selinux:/etc/selinux"

contrail_controller_log_volumes:
- "/var/log/contrail/controller:/var/log/contrail"
Expand Down

0 comments on commit 0e15c64

Please sign in to comment.