Skip to content
Snippets Groups Projects
Commit 46f5e4ce authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use the standard start method for kolla-toolbox container"

parents 8c2bbae6 7f8b4053
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
recurse: yes recurse: yes
with_items: with_items:
- "heka" - "heka"
- "kolla-toolbox"
- "cron" - "cron"
- "cron/logrotate" - "cron/logrotate"
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
dest: "{{ node_config_directory }}/{{ item }}/config.json" dest: "{{ node_config_directory }}/{{ item }}/config.json"
with_items: with_items:
- "heka" - "heka"
- "kolla-toolbox"
- "cron" - "cron"
- name: Copying over heka config files - name: Copying over heka config files
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
name: "kolla_toolbox" name: "kolla_toolbox"
privileged: True privileged: True
volumes: volumes:
- "{{ node_config_directory }}/kolla-toolbox/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
- "/dev/:/dev/" - "/dev/:/dev/"
- "/run/:/run/" - "/run/:/run/"
......
{
"command": "sleep infinity",
"config_files": []
}
...@@ -68,8 +68,6 @@ COPY ansible.cfg /home/ansible/.ansible.cfg ...@@ -68,8 +68,6 @@ COPY ansible.cfg /home/ansible/.ansible.cfg
COPY ansible_sudoers /etc/sudoers.d/ansible_sudoers COPY ansible_sudoers /etc/sudoers.d/ansible_sudoers
RUN chmod 440 /etc/sudoers.d/ansible_sudoers RUN chmod 440 /etc/sudoers.d/ansible_sudoers
CMD ["/usr/local/bin/dumb-init", "/bin/sleep", "infinity"]
{% block kolla_toolbox_footer %}{% endblock %} {% block kolla_toolbox_footer %}{% endblock %}
{% block footer %}{% endblock %} {% block footer %}{% endblock %}
{{ include_footer }} {{ include_footer }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment