Author: jfthomps
Date: Thu Nov 15 20:09:00 2012
New Revision: 1409961
URL: http://svn.apache.org/viewvc?rev=1409961&view=rev
Log:
added note about adding entry to provisioningOSinstalltype table for
libvirt/vmware
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext?rev=1409961&r1=1409960&r2=1409961&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.mdtext
Thu Nov 15 20:09:00 2012
@@ -54,6 +54,10 @@ This page provides information on how to
cd /root/apache-VCL-2.3
mysql vcl < mysql/update-vcl.sql
+5. 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
6. **Update the web code**. This step we will move the 2.2.1 web directory out
of the way, so we can copy in the new web code base. After copying in the new
code, we will migrate your configuration changes. These instructions assume
that you installed the vcl web code at /var/www/html/vcl. If you installed it
elsewhere, replace /var/www/html/vcl with your vcl web root.