From 7964b40b398b2e6c53fbbb9606723c547f6c38ba Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Tue, 22 Aug 2023 16:34:15 +0100 Subject: [PATCH 1/2] aufn/ceph: Update tenks.yml storage allocation --- etc/kayobe/environments/aufn-ceph/tenks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/kayobe/environments/aufn-ceph/tenks.yml b/etc/kayobe/environments/aufn-ceph/tenks.yml index 9b0e9e9f4..6e19fcf4c 100644 --- a/etc/kayobe/environments/aufn-ceph/tenks.yml +++ b/etc/kayobe/environments/aufn-ceph/tenks.yml @@ -21,9 +21,9 @@ node_types: volumes: # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent: # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290 - - capacity: 10GiB + - capacity: 20GiB # Ceph volume - - capacity: 10GiB + - capacity: 20GiB physical_networks: - provision-net - cloud-net @@ -34,7 +34,7 @@ node_types: volumes: # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent: # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290 - - capacity: 10GiB + - capacity: 20GiB physical_networks: - provision-net - cloud-net From f5db1eb5cc7cc3087d478a3f28ad02f3f2ac5463 Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Thu, 24 Aug 2023 09:51:35 +0100 Subject: [PATCH 2/2] aufn/ceph: Change default storage capacities --- etc/kayobe/environments/aufn-ceph/tenks.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/environments/aufn-ceph/tenks.yml b/etc/kayobe/environments/aufn-ceph/tenks.yml index 6e19fcf4c..ea7e470cc 100644 --- a/etc/kayobe/environments/aufn-ceph/tenks.yml +++ b/etc/kayobe/environments/aufn-ceph/tenks.yml @@ -21,7 +21,7 @@ node_types: volumes: # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent: # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290 - - capacity: 20GiB + - capacity: 15GiB # Ceph volume - capacity: 20GiB physical_networks: @@ -34,7 +34,7 @@ node_types: volumes: # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent: # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290 - - capacity: 20GiB + - capacity: 15GiB physical_networks: - provision-net - cloud-net @@ -87,3 +87,5 @@ bridge_type: linuxbridge # No placement service. wait_for_placement: false + +libvirt_vm_trust_guest_rx_filters: false