Skip to content

Commit

Permalink
Merge "Link Calico log dir to /openstack/log"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 5, 2016
2 parents 43773ab + 1bf1e42 commit ab44138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/os-neutron-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
log_dirs:
- src: "/openstack/log/{{ inventory_hostname }}-neutron"
dest: "/var/log/neutron"
- include: common-tasks/os-log-dir-setup.yml
vars:
log_dirs:
- src: "/openstack/log/{{ inventory_hostname }}-calico"
dest: "/var/log/calico"
when: "{{ 'neutron_calico_dhcp_agent' in group_names }}"
- include: common-tasks/mysql-db-user.yml
static: no
vars:
Expand Down

0 comments on commit ab44138

Please sign in to comment.