aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2014-01-05 12:07:53 -0800
committerClint Byrum <clint@fewbar.com>2014-01-06 17:34:21 -0800
commit31f519ef88352fd4c439c56df87b36e73355778b (patch)
tree0681383cb0c9c491482aebbb385246f6f1c9b7c0
parentc9ce27c981d74c18f844fa71339c0177c3f76b28 (diff)
Configure undercloud to use ext4 ephemeral FS
Ext4 is significantly more efficient when being created, and we do not need to support older OS's or platforms that do not support ext4. This will be ineffective until the change to the nova element lands, but it is harmless to land this first. That change is referenced by this Gerrit change ID in tripleo-image-elements: Ic754f3b342b632a6919d4ad1b808627ec9fa4308 Closes-Bug: #1266262 Change-Id: Icca5fd94ca230141818ee9adb416f6f062869c6b
-rw-r--r--undercloud-bm-source.yaml1
-rw-r--r--undercloud-vm-source.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/undercloud-bm-source.yaml b/undercloud-bm-source.yaml
index 23844484..0f546c46 100644
--- a/undercloud-bm-source.yaml
+++ b/undercloud-bm-source.yaml
@@ -15,6 +15,7 @@ Resources:
compute_hostname: undercloud
compute_driver: baremetal.driver.BareMetalDriver
db: mysql://nova:unset@localhost/nova
+ default_ephemeral_format: ext4
host: 127.0.0.1
metadata-proxy: false
tuning:
diff --git a/undercloud-vm-source.yaml b/undercloud-vm-source.yaml
index 9cc1ea25..a8987072 100644
--- a/undercloud-vm-source.yaml
+++ b/undercloud-vm-source.yaml
@@ -19,6 +19,7 @@ Resources:
compute_hostname: undercloud
compute_driver: baremetal.driver.BareMetalDriver
db: mysql://nova:unset@localhost/nova
+ default_ephemeral_format: ext4
host: 127.0.0.1
metadata-proxy: false
tuning: