Skip to content
Snippets Groups Projects
Commit 8273788c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Revert ironic custom configuration"

parents f9d9afcf 5af7cac1
No related branches found
No related tags found
No related merge requests found
[DEFAULT]
minimum_required_memory = 256
......@@ -16,17 +16,6 @@
dest: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/globals.yml"
when: tls_enabled
- name: Ensure kolla custom config dir exists
file:
path: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config"
state: directory
# TODO(mgoddard): Remove this when it has been added to kayobe-config-dev.
- name: Ensure ironic.conf override config file exists
copy:
src: ironic.conf
dest: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/ironic.conf"
# NOTE(mgoddard): The kayobe dev config by default expects a bridge -
# breth1 - to exist with an IP address of 192.168.33.3.
- name: Ensure all-in-one network bridge interface exists
......
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