iscsi_helper config

This commit is contained in:
rpedde
2012-06-01 16:15:19 -05:00
parent 5d7dd9f342
commit 4f4bffa50c
3 changed files with 6 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ when "fedora"
"libvirt_packages" => ["libvirt"],
"libvirt_service" => "libvirtd",
"common_packages" => ["openstack-nova"],
"iscsi_helper" => "ietadm",
"package_overrides" => ""
}
when "ubuntu"
@@ -137,6 +138,7 @@ when "ubuntu"
"libvirt_packages" => ["libvirt-bin"],
"libvirt_service" => "libvirt-bin",
"common_packages" => ["nova-common"],
"iscsi_helper" => "tgtadm",
"package_overrides" => "-o Dpkg::Options::='--force-confold' -o Dpkg::Options::='--force-confdef'"
}
end

View File

@@ -69,6 +69,7 @@ template "/etc/nova/nova.conf" do
"keystone_service_port" => ks_service_endpoint["port"],
"glance_api_ipaddress" => glance_endpoint["host"],
"glance_api_port" => glance_endpoint["port"],
"iscsi_helper" => platform_options["iscsi_helper"],
"virt_type" => node["nova"]["libvirt"]["virt_type"]
)
end

View File

@@ -66,3 +66,6 @@ ec2_private_dns_show_ip=True
# KEYSTONE
keystone_ec2_url=http://<%= @keystone_api_ipaddress %>:<%= @keystone_service_port %>/v2.0/ec2tokens
# Volumes
iscsi_helper=<%= @iscsi_helper %>