From fabiand at redhat.com Fri Feb 8 14:42:22 2013 From: fabiand at redhat.com (Fabian Deutsch) Date: Fri, 08 Feb 2013 15:42:22 +0100 Subject: [node-devel] How to quickly get the new UI code onto a running Node Message-ID: <1360334542.7762.3.camel@fdeutsch-laptop.local> Hey, just a hint when developing on the new node ui and how to get the code quickly onto your running node. On your host/devel machine in your ovirt-node repo: $ cd scripts/tui/src $ sudo iptables -I INPUT -m tcp -p tcp --dport 8080 -j ACCEPT $ python -m SimpleHTTPServer 8080 Now, each time you change the code significantly: $ tar cvjf tui.tar.bz2 $(find . -name \*.py) To get this dump inside of your Node run: $ mount -oremount,rw / $ cd /usr/lib/python/site-packages/ $ curl $HOSTIP:8080/tui.tar.bz2 | tar xvfj - Repeat this each time you created a new tarball on your host. You can now login to node on a second terminal to test the code changes. Greetings fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From mburns at redhat.com Fri Feb 8 16:49:20 2013 From: mburns at redhat.com (Mike Burns) Date: Fri, 08 Feb 2013 11:49:20 -0500 Subject: [node-devel] How to quickly get the new UI code onto a running Node In-Reply-To: <1360334542.7762.3.camel@fdeutsch-laptop.local> References: <1360334542.7762.3.camel@fdeutsch-laptop.local> Message-ID: <51152C90.7080505@redhat.com> On 02/08/2013 09:42 AM, Fabian Deutsch wrote: > Hey, > > just a hint when developing on the new node ui and how to get the code > quickly onto your running node. > On your host/devel machine in your ovirt-node repo: > > $ cd scripts/tui/src > $ sudo iptables -I INPUT -m tcp -p tcp --dport 8080 -j ACCEPT > $ python -m SimpleHTTPServer 8080 > > Now, each time you change the code significantly: > $ tar cvjf tui.tar.bz2 $(find . -name \*.py) > > To get this dump inside of your Node run: > $ mount -oremount,rw / > $ cd /usr/lib/python/site-packages/ > $ curl $HOSTIP:8080/tui.tar.bz2 | tar xvfj - > > Repeat this each time you created a new tarball on your host. > > You can now login to node on a second terminal to test the code changes. FWIW, this is what i do: On Node: drop to shell mount -o remount,rw / /usr/libexec/ovirt-config-password set root password, enable ssh password auth On dev host scp changed files to /tmp on the node on node: move files from tmp to where they need to go run ovirt-config-setup Mike > > > Greetings > fabian > > > > _______________________________________________ > node-devel mailing list > node-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/node-devel > From mburns at redhat.com Fri Feb 15 00:15:34 2013 From: mburns at redhat.com (Mike Burns) Date: Thu, 14 Feb 2013 19:15:34 -0500 Subject: [node-devel] oVirt Node 2.6.0 Release Message-ID: <511D7E26.2000403@redhat.com> Hi Everyone, Sorry I neglected to send this a couple days ago when I initially posted the new oVirt Node packages. oVirt 2.6.0 is now available! Release Notes are here[1] Links to Packages and ISO are here[2] Thanks The oVirt Node Team [1] http://www.ovirt.org/Node_Release_Notes#2.6.0_Release_Notes [2] http://www.ovirt.org/Node#Current_Release From fabiand at redhat.com Wed Feb 27 20:01:01 2013 From: fabiand at redhat.com (Fabian Deutsch) Date: Wed, 27 Feb 2013 21:01:01 +0100 Subject: [node-devel] State of the installer Message-ID: <1361995261.2393.25.camel@fdeutsch-laptop.local> Hey, so - lately I've been working on "rebasing" our Node installer on the new UI code. This build [0] contains most patches to get a working installer - the patches are all in gerrit (tui-installer topic branch). Boot the iso, in the old installer, press F2 to drop to shell, then run python -m ovirt.node.installer to launch the new installer. There are currently still some issues. E.g. Is there a problem when there isn't enough space available - and some other issues I could not yet nail down. But there is light on the horizon. Feel free to test the build. Greetings fabian -- [0] http://jenkins.ovirt.org/view/ovirt_node/job/ovirt-node-iso-devel/1781/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From fabiand at redhat.com Thu Feb 28 21:26:19 2013 From: fabiand at redhat.com (Fabian Deutsch) Date: Thu, 28 Feb 2013 22:26:19 +0100 Subject: [node-devel] oVirt Node 2.6.1 Release Message-ID: <1362086779.2421.14.camel@fdeutsch-laptop.local> Hey, oVirt Node 2.6.1 has been released [0] and can be downloaded [1]. One big reason for this update was this bug [2], also known as CVE-2013-0293. Additionally this release contains an updated vdsm-4.10.3-9 and the latest Fedora 18 packages. Thanks The oVirt Node Team --- [0] http://www.ovirt.org/Node_Release_Notes#2.6.1_Release_Notes [1] http://www.ovirt.org/Node#Current_Release [2] https://bugzilla.redhat.com/show_bug.cgi?id=911699 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: