Disable nova bm file injection in undercloud
authorRoman Podolyaka <rpodolyaka@mirantis.com>
Wed, 23 Oct 2013 11:13:31 +0000 (14:13 +0300)
committerRoman Podolyaka <rpodolyaka@mirantis.com>
Wed, 23 Oct 2013 14:57:09 +0000 (17:57 +0300)
We are now relying on host routes feature of neutron-dhcp-agent,
so it's time to disable nova bm file injection in undercloud
and use neutron-dhcp-agent instead (if file injection is enabled
the static route for metadata server is not set and overcloud
machines hit seed vm metadata server instead of undercloud one).

Co-Authored-By: Derek Higgins <derekh@redhat.com>
Partial-Bug: #1241042

Change-Id: I04a7fb0399031cbf475a427cceac080296f9bc8d

undercloud-bm.yaml
undercloud-vm.yaml

index 181a58e..cfc6f4f 100644 (file)
@@ -152,6 +152,7 @@ Resources:
           ram_allocation_ratio: 1.0
           reserved_host_memory_mb: 0
         baremetal:
+          use_file_injection: "False"
           arch:
             Ref: BaremetalArch
           db: mysql://nova:unset@localhost/nova_bm
index 4e09e77..e8502a5 100644 (file)
@@ -157,6 +157,7 @@ Resources:
           ram_allocation_ratio: 1.0
           reserved_host_memory_mb: 0
         baremetal:
+          use_file_injection: "False"
           arch:
             Ref: BaremetalArch
           db: mysql://nova:unset@localhost/nova_bm