[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at v0.0.3-33-g14b9222

Michael DeHaan mdehaan at redhat.com
Mon Jul 23 16:39:40 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  14b922294a8b76936e80bb4070a465ca398b9ae0 (commit)
       via  f2805f37179870d0edc5d2154a5d2a55a94b0f3f (commit)
      from  31f2f1841a5fd34c667e7249d56e1c6943eea537 (commit)

- Log -----------------------------------------------------------------
commit 14b922294a8b76936e80bb4070a465ca398b9ae0
Merge: f2805f3... 31f2f18...
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Mon Jul 23 12:35:11 2007 -0400

    Merge branch 'master' of git+ssh://g-mdehaan@et.redhat.com/git/virt-factory

commit f2805f37179870d0edc5d2154a5d2a55a94b0f3f
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Mon Jul 23 12:34:57 2007 -0400

    Enable VNC graphics
-----------------------------------------------------------------------

Diffstat:
 nodes/modules/virt.py |    2 ++
 website/download.html |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/nodes/modules/virt.py b/nodes/modules/virt.py
index e5c1040..5f5eb0b 100755
--- a/nodes/modules/virt.py
+++ b/nodes/modules/virt.py
@@ -73,9 +73,11 @@ class Virt(web_svc.WebSvc):
         target = "profile"
         if system:
             target = "system"
+        # TODO: FUTURE: set --virt-path in cobbler or here
         koan_args = [
             "/usr/bin/koan",
             "--virt",
+            "--virt-graphics",  # enable VNC
             "--%s=%s" % (target, target_name),
             "--server=%s" % self.server_name
         ]
diff --git a/website/download.html b/website/download.html
index e7fe795..231f842 100644
--- a/website/download.html
+++ b/website/download.html
@@ -26,7 +26,7 @@ wget http://virt-factory.et.redhat.com/download/repo/virt-factory.repo --output-
 <li> <a href="http://virt-factory.et.redhat.com/download/src/">http://virt-factory.et.redhat.com/download/src/</a></li>
 </ul>
 <h3>Installing Virt-Factory</h3>
-<p>You'll probably want to read the <a href="ump-install-setup">installation and setup guide</a>. Also see the rest of the <a href="http://et.redhat.com/page/Virt-Factory_Wiki">Virt Factory wiki</a> for descriptions of ongoing work, what's not finished yet, and future plans.</p>
+<p>You'll probably want to read the <a href="./vf-install-setup.php">installation and setup guide</a>. Also see the rest of the <a href="http://et.redhat.com/page/Virt-Factory_Wiki">Virt Factory wiki</a> for descriptions of ongoing work, what's not finished yet, and future plans.</p>
 
 <h3>Downloading System Profiles</h3>
 <p>In order to provision systems using Virt-Factory, you'll need to load system profiles into the Virt-Factory Management Server to determine the configuration of deployed clients. We've provided some sample profiles for you to start with below. Have you come up with a good profile? Please feel free to <a href="communicate.php">share it with us</a>!</p>

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  31f2f1841a5fd34c667e7249d56e1c6943eea537 \
  14b922294a8b76936e80bb4070a465ca398b9ae0




More information about the Et-mgmt-commits-list mailing list