Revert ironic custom configuration

This is now merged into kayobe-config-dev [1].

[1] https://review.opendev.org/c/openstack/kayobe-config-dev/+/777076

Change-Id: I87b63966b55f04f80fd0255fbf2732d527732187
This commit is contained in:
Pierre Riteau 2021-02-26 09:56:18 +01:00
parent 47bbb96b29
commit 5af7cac17e
2 changed files with 0 additions and 13 deletions

View File

@ -1,2 +0,0 @@
[DEFAULT]
minimum_required_memory = 256

View File

@ -22,17 +22,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