You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/11/15 21:07:10 UTC

svn commit: r1409959 - /vcl/site/trunk/content/docs/VCL23Installation.mdtext

Author: jfthomps
Date: Thu Nov 15 20:07:09 2012
New Revision: 1409959

URL: http://svn.apache.org/viewvc?rev=1409959&view=rev
Log:
added note about adding entry to provisioningOSinstalltype table for libvirt/vmware

Modified:
    vcl/site/trunk/content/docs/VCL23Installation.mdtext

Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1409959&r1=1409958&r2=1409959&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Thu Nov 15 20:07:09 2012
@@ -73,6 +73,11 @@ VCL currently supports the use of mysql 
             :::BashLexer
             mysql vcl < apache-VCL-2.3/mysql/vcl.sql
 
+    * If you want to use libvirt provisioning for KVM, you need to add one entry to the database that was left out of the release.
+
+            :::BashLexer
+            echo "INSERT IGNORE provisioningOSinstalltype (provisioningid, OSinstalltypeid) SELECT provisioning.id, OSinstalltype.id FROM provisioning, OSinstalltype WHERE provisioning.name = 'libvirt' AND OSinstalltype.name = 'vmware';" | mysql vcl
+
 ----------
 
 # Install and Configure the Web Components # {#web}