You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(40) |
Apr
|
May
(1) |
Jun
(8) |
Jul
(9) |
Aug
(2) |
Sep
(9) |
Oct
(8) |
Nov
(23) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(23) |
Mar
(6) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(4) |
Oct
|
Nov
(11) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
From: <ope...@li...> - 2013-04-05 20:21:38
|
As we are preparing for stable OpenNode 6 Update 2 release we put out ISO installer beta1 for public download and testing. OpenNode 6 Update 2 ISO installer beta1 can be downloaded from OpenNode SourceForge project page: https://sourceforge.net/projects/opennode/files/OpenNode_6_Update_2/ Release highlights: Rebased to CentOS 6.4 release (newer qemu/kvm, libvirt, etc) - please see RHEL/CentOS 6.4 release notes: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Release_Notes/ Includes RHEL6 042stab076.5 vzkernel vzctl 4.2 and ploop 1.6 packages Basic veth management support through custom ON_NETIF parameter in VEID.conf file (TUI support is in the works) Bind mounts support in TUI (for OpenVZ) Disk IO priorities support in TUI (for OpenVZ) NB! QEMU/KVM VM templates disk controller/bus type is hard-coded to virtio from now on (was IDE) - please keep that in mind when creating KVM VM templates (Guests must support virtio - ie install virtio drivers in Windows before creating template from it, linux26 kernels include virtio support by default) VM template (metadata) editing support in TUI (change template name, requirements) ISO installler won't create separate LVM logical volume for vz filesystem anymore - instead /vz is symlinked under /storage/local/vz from now on (allows to use free disk space more efficiently) Func management framework has been replaced by Saltstack - http://saltstack.com/community.html (required by current OMS) Included system-config-firewall package (GUI mode can be run over ssh X forwarding) - for managing iptables RHEL way if needed - more info: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-Firewalls-Basic_Firewall_Configuration.html Included koan for QEMU/KVM VM network kickstarting/installs with Cobbler For updating existing OpenNode 6 installations please run yum update against opennode-test repository (until we move its contents to stable repo). NB! If you are currently running vzkernel version older than 042stab061.1 - you must update vzkernel package first and then run yum update for OS update like this: yum update vzkernel yum update About basic veth management support It allows to describe veth device parameters inside VEID.conf file and is able to auto create containers OS network configuration files on VM start. No opennode-tui support yet - this is still work in progress. Manual configuration can be done by adding ON_NETIF parameter string into VEID.conf file. Parameter example inside VEID.conf file (for manual usage): ON_NETIF="ifname=eth0,ipaddr=192.168.100.10,mask=255.255.255.0, gw=192.168.100.1,managed=yes,default=yes;ifname=eth1,dhcp=yes,managed=yes" Currently limited to creating (overwriting) containers (veth) network devices configuration. You must set "managed=yes" in the ON_NETIF parameter string in order to activate configuration creation for particular device. "default=yes" sets gw as container VM default gateway. Also you must activate veth devices for container with "vzctl set $VEID --netif_add ethX --save" - before you can use this feature. Happy betatesting, Team OpenNode -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC http://www.opennodecloud.com |
From: <ope...@li...> - 2013-04-05 20:16:41
|
As we are preparing for stable OpenNode 6 Update 2 release we put out ISO installer beta1 for public download and testing. OpenNode 6 Update 2 ISO installer beta1 can be downloaded from OpenNode SourceForge project page: https://sourceforge.net/projects/opennode/files/OpenNode_6_Update_2/ Release highlights: Rebased to CentOS 6.4 release (newer qemu/kvm, libvirt, etc) - please see RHEL/CentOS 6.4 release notes: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Release_Notes/ Includes RHEL6 042stab076.5 vzkernel vzctl 4.2 and ploop 1.6 packages Basic veth management support through custom ON_NETIF parameter in VEID.conf file (TUI support is in the works) Bind mounts support in TUI (for OpenVZ) Disk IO priorities support in TUI (for OpenVZ) NB! QEMU/KVM VM templates disk controller/bus type is hard-coded to virtio from now on (was IDE) - please keep that in mind when creating KVM VM templates (Guests must support virtio - ie install virtio drivers in Windows before creating template from it, linux26 kernels include virtio support by default) VM template (metadata) editing support in TUI (change template name, requirements) ISO installler won't create separate LVM logical volume for vz filesystem anymore - instead /vz is symlinked under /storage/local/vz from now on (allows to use free disk space more efficiently) Func management framework has been replaced by Saltstack - http://saltstack.com/community.html (required by current OMS) Included system-config-firewall package (GUI mode can be run over ssh X forwarding) - for managing iptables RHEL way if needed - more info: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-Firewalls-Basic_Firewall_Configuration.html Included koan for QEMU/KVM VM network kickstarting/installs with Cobbler For updating existing OpenNode 6 installations please run yum update against opennode-test repository (until we move its contents to stable repo). NB! If you are currently running vzkernel version older than 042stab061.1 - you must update vzkernel package first and then run yum update for OS update like this: yum update vzkernel yum update About basic veth management support It allows to describe veth device parameters inside VEID.conf file and is able to auto create containers OS network configuration files on VM start. No opennode-tui support yet - this is still work in progress. Manual configuration can be done by adding ON_NETIF parameter string into VEID.conf file. Parameter example inside VEID.conf file (for manual usage): ON_NETIF="ifname=eth0,ipaddr=192.168.100.10,mask=255.255.255.0, gw=192.168.100.1,managed=yes,default=yes;ifname=eth1,dhcp=yes,managed=yes" Currently limited to creating (overwriting) containers (veth) network devices configuration. You must set "managed=yes" in the ON_NETIF parameter string in order to activate configuration creation for particular device. "default=yes" sets gw as container VM default gateway. Also you must activate veth devices for container with "vzctl set $VEID --netif_add ethX --save" - before you can use this feature. Happy betatesting, Team OpenNode -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC http://www.opennodecloud.com |
From: <ope...@li...> - 2013-04-05 19:46:28
|
As we are preparing for stable OpenNode 6 Update 2 release we put out ISO installer beta1 for public download and testing. OpenNode 6 Update 2 ISO installer beta1 can be downloaded from OpenNode SourceForge project page: https://sourceforge.net/projects/opennode/files/OpenNode_6_Update_2/ Release highlights: Rebased to CentOS 6.4 release (newer qemu/kvm, libvirt, etc) - please see RHEL/CentOS 6.4 release notes: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Release_Notes/ Includes RHEL6 042stab076.5 vzkernel vzctl 4.2 and ploop 1.6 packages Basic veth management support through custom ON_NETIF parameter in VEID.conf file (TUI support is in the works) Bind mounts support in TUI (for OpenVZ) Disk IO priorities support in TUI (for OpenVZ) NB! QEMU/KVM VM templates disk controller/bus type is hard-coded to virtio from now on (was IDE) - please keep that in mind when creating KVM VM templates (Guests must support virtio - ie install virtio drivers in Windows before creating template from it, linux26 kernels include virtio support by default) VM template (metadata) editing support in TUI (change template name, requirements) ISO installler won't create separate LVM logical volume for vz filesystem anymore - instead /vz is symlinked under /storage/local/vz from now on (allows to use free disk space more efficiently) Func management framework has been replaced by Saltstack - http://saltstack.com/community.html (required by current OMS) Included system-config-firewall package (GUI mode can be run over ssh X forwarding) - for managing iptables RHEL way if needed - more info: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-Firewalls-Basic_Firewall_Configuration.html Included koan for QEMU/KVM VM network kickstarting/installs with Cobbler For updating existing OpenNode 6 installations please run yum update against opennode-test repository (until we move its contents to stable repo). NB! If you are currently running vzkernel version older than 042stab061.1 - you must update vzkernel package first and then run yum update for OS update like this: yum update vzkernel yum update About basic veth management support It allows to describe veth device parameters inside VEID.conf file and is able to auto create containers OS network configuration files on VM start. No opennode-tui support yet - this is still work in progress. Manual configuration can be done by adding ON_NETIF parameter string into VEID.conf file. Parameter example inside VEID.conf file (for manual usage): ON_NETIF="ifname=eth0,ipaddr=192.168.100.10,mask=255.255.255.0, gw=192.168.100.1,managed=yes,default=yes;ifname=eth1,dhcp=yes,managed=yes" Currently limited to creating (overwriting) containers (veth) network devices configuration. You must set "managed=yes" in the ON_NETIF parameter string in order to activate configuration creation for particular device. "default=yes" sets gw as container VM default gateway. Also you must activate veth devices for container with "vzctl set $VEID --netif_add ethX --save" - before you can use this feature. Happy betatesting, Team OpenNode -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC http://www.opennodecloud.com |
From: <ope...@li...> - 2013-03-15 21:20:49
|
CentOS 6.4 got released and as OpenNode uses CentOS base yum repositories but blocks CentOS libvirt package update - that breaks simple 'yum update' system upgrade at the moment. In order the system upgrade to succeed again we have to provide new custom libvirt package build. New CentOS 6.4 based OpenNode OS is in the works with numerous updates and some new features - but it has yet to reach opennode-test repo for QA and then to be moved into stable - which will take at least couple of weeks from now. Since then please use the following 'yum update' sequence for deploying OpenNode related updates: yum update opennode opennode-tui UPDATE! Newer libvirt package has been built and is available in opennode-dev repo (but not throughly tested yet). Please see this forum post for details: http://opennodecloud.com/forum/index.php/topic,225.msg920.html Team OpenNode |
From: <ope...@li...> - 2012-12-05 07:17:06
|
Thats the current state of things - but there is certainly interest to support SELinux in OpenNode - just we have not had time to deal with it yet. In order to get it going as priority - there are 2 possibilities: 1) you do some voluntary work and contribute initial SELinux policy that we can base on 2) or contribute resources for sponsored development - so we can assign our developer on that :-) Regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... On 05.12.2012, at 7:00, ope...@li... wrote: > All the howtos I've read indicate that SELinux must be disabled, > Is there a reason Audit2Allow isnt/hasnt been used to create a usable policy? I am not sure I feel comfortable having a host running core service guests without it to run vanguard against rogue applications or users. > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d_______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |
From: <ope...@li...> - 2012-12-05 06:17:09
|
Greetings, ----- Original Message ----- > All the howtos I've read indicate that SELinux must be disabled, > Is there a reason Audit2Allow isnt/hasnt been used to create a usable > policy? I am not sure I feel comfortable having a host running core > service guests without it to run vanguard against rogue applications > or users. If you don't like it, don't use it. You have to realize that part of OpenNode is OpenVZ. OpenVZ says to turn it off. Every product that uses OpenVZ says to turn it off. If you want to create your own policy and figure out how to make it work, more power to you. The OpenVZ folks do not want to have to support that... so if it breaks, you get to keep all of the pieces. I certainly won't mind seeing it work with SELinux, just don't expect the OpenNode guys to figure it all out and support it. TYL, -- Scott Dowdle 704 Church Street Belgrade, MT 59714 (406)388-0827 [home] (406)994-3931 [work] |
From: <ope...@li...> - 2012-12-05 05:00:45
|
All the howtos I've read indicate that SELinux must be disabled, Is there a reason Audit2Allow isnt/hasnt been used to create a usable policy? I am not sure I feel comfortable having a host running core service guests without it to run vanguard against rogue applications or users. |
From: <ope...@li...> - 2012-11-27 18:22:42
|
First development version of OpenNode OS with Open vSwitch is available for public testing from opennode-ovs yum repository - replacing older linux bridge code and introducing new exiting features. We have temporarely setup a separate opennode-ovs yum repository -http://opennodecloud.com/CentOS/6/opennode-ovs/ - for OpenNode OS with Open vSwitch (OpenNode-OVS) development process. What is Open vSwitch? Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. See the full feature list here Major features included in the release Managed "Bind Mounts" - which can be used to make directories on the hardware node visible to the container. OpenNode-TUI supports setting custom ON_BMOUNT VEID.conf parameter in VM create and edit forms. Parameter format inside VEID.conf file (for manual usage): ON_BMOUNT=src1,dst1;src2,dst2 Initial VETH management support - allowing to describe veth device parameters inside VEID.conf file and auto creating containers OS network configuration files on VM start. No opennode-tui support yet - this is still work in progress. Manual configuration can be done by adding ON_NETIF parameter string into VEID.conf file. Parameter example inside VEID.conf file (for manual usage): ON_NETIF="ifname=eth0,ipaddr=192.168.100.10,mask=255.255.255.0,gw= 192.168.100.1,managed=yes,default=yes,vlan=10,ingress_policing_rate=1000, ingress_policing_burst=100;ifname=eth1,dhcp=yes,managed=yes" Currently limited to creating (overwriting) containers (veth) network devices configuration. You must set "managed=yes" in the ON_NETIF parameter string in order to activate configuration creation for particular device. "default=yes" sets gw as container VM default gateway. Also you must activate veth devices for container with "vzctl set $VEID --netif_add ethX --save" - before you can use this feature. Open vSwitch replacing standard linux bridge - support for VLANs, VM rate policing, GRE tunnels, etc. Install/upgrade instructions OpenNode-OVS is currently available only as OpenNode OS yum upgrade from opennode-ovs repository. For activating opennode-ovs repository please edit /etc/yum.repos.d/opennode.repo file - by changing opennode-test repo URL final part to opennode-ovs and setting repo section enable parameter to 1 (and disabling opennode stable repo). Then please execute: "yum clean all && yum update". NB! After yum update system reboot is needed in order to activate openvswitch (you may safely ignore openvswitch related errors on first shutdown). -- ---------------------------------------------- Team OpenNode |
From: <ope...@li...> - 2012-09-28 20:39:22
|
We would like to introduce new howto about using LVM snapshot based backups with OpenNode OS - please read full howto here: http://opennodecloud.com/documentation/howtos/snapshot-backups/ If it passes some testing we will integrate this feature into OpenNode OS distribution in the future. -- ---------------------------------------------- OpenNode Team |
From: <ope...@li...> - 2012-09-27 19:18:12
|
There are updated kernel (042stab061.2) and openvz utilities in opennode-test repo for testers - before we push these packages to OpenNode 6 stable repo. For testing out new kernel and userspace tools please enable opennode-test repo from /etc/yum.repos.d/opennode.repo file and disable opennode stable repo - then update system with 'yum update' command. NB! For loading new kernel system reboot is required after yum update at some point! Meanwhile we are holding back vzctl 4.0 and ploop 1.5 updates - as these require that you already run 042stab061.2 kernel on your system. They will be included into next testing release which should also include Openvswitch support as a major new feature (together with VLAN, QoS and basic VETH network devices management support). Kind regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC Lille 4-205, Pärnu 80041, Estonia skype: main2frame phone: +372 6996 807 gsm: +372 5649 6124 http://www.opennodecloud.com |
From: <ope...@li...> - 2012-09-04 23:18:19
|
Dear OpenNode supporters, After a bit more quiet summer vacations period we are back with small status updates on OpenNode front: * We have been going through the complete http://opennodecloud.com website redesign and preparing OpenNode paid support packages (more detailed info at personal request) * Website documentation and howto section has gained some new and improved howto's - please review http://opennodecloud.com/documentation/howtos/ * opennode-test yum repository contains newest stable OpenVZ kernel, vzctl and other tools/libraries - they still need some testing time before moving into stable repo (but being stable so far) Happy testing and reading, -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC Lille 4-205, Pärnu 80041, Estonia skype: main2frame phone: +372 6996 807 gsm: +372 5649 6124 http://www.opennodecloud.com |
From: <ope...@li...> - 2012-07-04 10:15:02
|
Hi Everybody, We are building a new opennodecloud.com website and we would add some of the ON users and their company logos and perhaps also add some use case stories to this website. So please give us a little feedback - about who you are, possibly add company logo - and if willing please specify a bit more about your use case. Thank you all in advance :) Kind regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC http://www.opennodecloud.com |
From: <ope...@li...> - 2012-06-19 20:18:43
|
As OpenNode 6.0 RC1 has proven stable during these 2 months of production testing after its release - we are re-releasing it as 6.0 stable release. There are no changes to ISO installer since 6.0 RC1. All minor updates and fixes will be released through yum update. Regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC |
From: <ope...@li...> - 2012-04-10 20:17:03
|
We have finished uploading OpenNode 6.0 rc1 ISO installer into Sourceforge.net project page - so grab it there: https://sourceforge.net/projects/opennode/ Also we have now separate opennode stable yum repo and opennode-test unstable development repo. If OpenNode 6.0 rc1 ISO installer works without major problems it will become as OpenNode 6.0 stable release. Ofcourse for earlier OpenNode 6.0 installations upgrade is provided by simply executing 'yum update'. Changelog: OpenNode 6.0 rc1 (build 608) release 10.04.2012 md5sum: 0dd9706a263fbd5ced6a0da4e72ca33e * Rebased OpenNode base system to CentOS 6.2 * Latest RHEL6 OpenVZ kernel (042stab053.5) with updated OpenVZ and KVM virtualization support and many bug fixes * Full VSwap type config file support by default * Initial kernel and vzctl (v3.1) support for ploop and vzconsole * OpenNode-TUI local management feature additions (openvz vm migration and management support) * Support for iptables firewall usage inside OpenVZ VM-s (including masquerading inside VM) * libvirt fixes regarding new vzctl and iptables firewalling * Support for new OpenNode Management Server v2 Team OpenNode :) |
From: <ope...@li...> - 2012-03-28 18:37:55
|
Could you please post output of: cat /etc/opennode-release yum list installed | grep opennode And please execute update - to be sure you have latest packages: yum update ---------------------------------------------- Andres Toomsalu, an...@op... On 28.03.2012, at 18:55, ope...@li... wrote: > Ok. I installed the opennote-beta and the results are the same. > > > Traceback (most recent call last): > File "/opt/opennode/bin/opennode", line 84, in <module> > opennode_utility.run(action) > File "/usr/lib/python2.6/site-packages/opennode_lib/opennode.py", line 257, in run > self.runGUI() > File "/usr/lib/python2.6/site-packages/opennode_lib/opennode.py", line 292, in runGUI > self.template_deploy_lib.run(True) > File "/usr/lib/python2.6/site-packages/opennode_lib/template_deploy.py", line 87, in run > template_settings = deploy_converter.parseOVFXML() > File "/usr/lib/python2.6/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML > self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) > ValueError: invalid literal for int() with base 10: '0.5' > [root@opennode-beta ~]# uname -a > Linux opennode-beta.mo2o.com 2.6.32-042stab036.1 #1 SMP Thu Sep 1 17:06:37 MSD 2011 x86_64 x86_64 x86_64 GNU/Linux > [root@opennode-beta ~]# > > > Why not found?? I understand anything.... > > > El 2012-03-28 13:41, ope...@li... escribió: > >> Please download OpenNode 6.0 beta 1 ISO and install this. >> Im afraid that you are downloading latest OMS with OpenNode 1.1 - but latest OpenVZ VM templates might not be anymore fully compatible with 1.1 CLI utility. >> -- >> ---------------------------------------------- >> Andres Toomsalu, an...@op... >> >> On 28.03.2012, at 14:07, ope...@li... wrote: >> >>> I found this error after install the opennode 1.1 stable. I downloaded the OMS for the manage opennode and when I install the OMS I found this error: >>> >>> >>> Traceback (most recent call last): >>> File "/opt/opennode/bin/opennode", line 84, in ? >>> opennode_utility.run(action) >>> File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 257, in run >>> self.runGUI() >>> File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 292, in runGUI >>> self.template_deploy_lib.run(True) >>> File "/usr/lib/python2.4/site-packages/opennode_lib/template_deploy.py", line 87, in run >>> template_settings = deploy_converter.parseOVFXML() >>> File "/usr/lib/python2.4/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML >>> self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) >>> ValueError: invalid literal for int(): 0.5 >>> >>> >>> This a bug¿¿¿ >>> >>> Can I help me please?? >>> >>> Thanks in advanced. >>> >>> ------------------------------------------------------------------------------ >>> This SF email is sponsosred by: >>> Try Windows Azure free for 90 days Click Here >>> http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ >>> OpenNode-users mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opennode-users > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |
From: <ope...@li...> - 2012-03-28 16:12:32
|
Ok. I installed the opennote-beta and the results are the same. Traceback (most recent call last): File "/opt/opennode/bin/opennode", line 84, in <module> opennode_utility.run(action) File "/usr/lib/python2.6/site-packages/opennode_lib/opennode.py", line 257, in run self.runGUI() File "/usr/lib/python2.6/site-packages/opennode_lib/opennode.py", line 292, in runGUI self.template_deploy_lib.run(True) File "/usr/lib/python2.6/site-packages/opennode_lib/template_deploy.py", line 87, in run template_settings = deploy_converter.parseOVFXML() File "/usr/lib/python2.6/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) ValueError: invalid literal for int() with base 10: '0.5' [root@opennode-beta ~]# uname -a Linux opennode-beta.mo2o.com 2.6.32-042stab036.1 #1 SMP Thu Sep 1 17:06:37 MSD 2011 x86_64 x86_64 x86_64 GNU/Linux [root@opennode-beta ~]# Why not found?? I understand anything.... El 2012-03-28 13:41, ope...@li... escribió: > Please download OpenNode 6.0 beta 1 ISO and install this. > Im afraid that you are downloading latest OMS with OpenNode 1.1 - but latest OpenVZ VM templates might not be anymore fully compatible with 1.1 CLI utility. > > -- > ---------------------------------------------- > Andres Toomsalu, an...@op... [2] > > On 28.03.2012, at 14:07, ope...@li... [3] wrote: > >> I found this error after install the opennode 1.1 stable. I downloaded the OMS for the manage opennode and when I install the OMS I found this error: >> >> Traceback (most recent call last): >> File "/opt/opennode/bin/opennode", line 84, in ? >> opennode_utility.run(action) >> File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 257, in run >> self.runGUI() >> File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 292, in runGUI >> self.template_deploy_lib.run(True) >> File "/usr/lib/python2.4/site-packages/opennode_lib/template_deploy.py", line 87, in run >> template_settings = deploy_converter.parseOVFXML() >> File "/usr/lib/python2.4/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML >> self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) >> ValueError: invalid literal for int(): 0.5 >> >> This a bug¿¿¿ >> >> Can I help me please?? >> >> Thanks in advanced. >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ [1] >> OpenNode-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opennode-users Links: ------ [1] http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ [2] mailto:an...@op... [3] mailto:ope...@li... |
From: <ope...@li...> - 2012-03-28 11:41:23
|
Please download OpenNode 6.0 beta 1 ISO and install this. Im afraid that you are downloading latest OMS with OpenNode 1.1 - but latest OpenVZ VM templates might not be anymore fully compatible with 1.1 CLI utility. -- ---------------------------------------------- Andres Toomsalu, an...@op... On 28.03.2012, at 14:07, ope...@li... wrote: > I found this error after install the opennode 1.1 stable. I downloaded the OMS for the manage opennode and when I install the OMS I found this error: > > > Traceback (most recent call last): > File "/opt/opennode/bin/opennode", line 84, in ? > opennode_utility.run(action) > File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 257, in run > self.runGUI() > File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 292, in runGUI > self.template_deploy_lib.run(True) > File "/usr/lib/python2.4/site-packages/opennode_lib/template_deploy.py", line 87, in run > template_settings = deploy_converter.parseOVFXML() > File "/usr/lib/python2.4/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML > self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) > ValueError: invalid literal for int(): 0.5 > > > This a bug¿¿¿ > > Can I help me please?? > > Thanks in advanced. > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |
From: <ope...@li...> - 2012-03-26 16:22:04
|
Hi, Would you like to install OpenNode 6.0 beta 1 instead - this is the current development branch with active community support. Im afraid that we (Core Team members) dont have spare time to provide free support for older releases. Still commercial support is available per request of course. Kind regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... On 26.03.2012, at 18:02, ope...@li... wrote: > > > > > I follow this tutorial: > > http://www.opennodecloud.com/documentation/video-tutorials/ocu/ocu-install-oms/ > > > > I get this error after install the opennode 1.1 stable: > > Traceback (most recent call last): > > File "/opt/opennode/bin/opennode", line 84, in ? > opennode_utility.run(action) > File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 257, in run > self.runGUI() > File "/usr/lib/python2.4/site-packages/opennode_lib/opennode.py", line 292, in runGUI > self.template_deploy_lib.run(True) > File "/usr/lib/python2.4/site-packages/opennode_lib/template_deploy.py", line 87, in run > template_settings = deploy_converter.parseOVFXML() > File "/usr/lib/python2.4/site-packages/opennode_lib/ovfopenvz.py", line 278, in parseOVFXML > self.ovf_template_settings["memory"] = str(int(vq_dom.firstChild.nodeValue)) > ValueError: invalid literal for int(): 0.5 > > Can I help me please? > > > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure_______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |
From: <ope...@li...> - 2012-02-29 16:24:06
|
apparently packages in opennode-dev-next3 are signed with http://download.openvz.org/RPM-GPG-Key-OpenVZ >is the opennode-dev-next3 ovzkernel signed? >with http://opennode.activesys.org/CentOS/5/opennode/RPM-GPG-KEY-ActiveSys? >probably i need a different key? >i don't understand "NOKEY" and "key ID" in the same line, i'd expect them to be mutually exclusive: > >>Downloading Packages: >>ovzkernel-2.6.18-194.17.1.el5.028stab070.7.x86_64.rpm | 22 MB 00:14 >>warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a7a1d4b6 >>opennode-e5-dev-next3/gpgkey | 1.6 kB 00:00 >>Importing GPG key 0x84362A0A "Active Systems <ac...@ac...>" from http://opennode.activesys.org/CentOS/5/opennode/RPM-GPG-KEY-ActiveSys >>Is this ok [y/N]: y >>Public key for ovzkernel-2.6.18-194.17.1.el5.028stab070.7.x86_64.rpm is not installed |
From: <ope...@li...> - 2012-02-29 04:57:57
|
hi Andres, I would have no problem paying for support. I've added you to skype, so if you get a contact request from me, please accept, I'd like to discuss the other options outside of the list. Thank you, Greg Borbonus *nix server Administrator On 2/28/2012 10:35 PM, ope...@li... wrote: > Hi Greg, > > There is no official IRC channel so far and none of us spend our days > in IRC anyway. If you need advanced support within guaranteed > timeframe - then there are commercial support options that we provide. > I hope that you understand - that at first priority we have our > obligations with signed up clients and we cannot guarantee community > support. > > Kind regards, > -- > ---------------------------------------------- > Andres Toomsalu, an...@op... > <mailto:an...@op...> > Founder, OpenNode LLC > Lille 4-205, Pärnu 80041, Estonia > skype: main2frame > phone: +372 6996 807 > gsm: +372 5649 6124 > http://www.opennodecloud.com > > On 29.02.2012, at 7:41, ope...@li... > <mailto:ope...@li...> wrote: > >> Is there an IRC channel that I can ask questions on? >> >> This mailing list appears to be answered infrequently, and I've been >> hearing about an update and have not been able to find anything newer >> than my stable version of opennode, which lacks the registration for OMS >> functionality in the opennode-tui and apparently, there is missing >> modules from func that's required(hwstats for example). >> >> I'm not entirely sure if I've gotten the hwstats module error >> pinpointed(such as defining that it's an issue with func), and when I've >> asked here, I've got to wait a week for a basic reply which lacks in any >> useful information. >> >> -- >> Thank you, >> Greg Borbonus >> *nix server Administrator >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> OpenNode-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opennode-users >> > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > _______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |
From: <ope...@li...> - 2012-02-29 04:35:31
|
Hi Greg, There is no official IRC channel so far and none of us spend our days in IRC anyway. If you need advanced support within guaranteed timeframe - then there are commercial support options that we provide. I hope that you understand - that at first priority we have our obligations with signed up clients and we cannot guarantee community support. Kind regards, -- ---------------------------------------------- Andres Toomsalu, an...@op... Founder, OpenNode LLC Lille 4-205, Pärnu 80041, Estonia skype: main2frame phone: +372 6996 807 gsm: +372 5649 6124 http://www.opennodecloud.com On 29.02.2012, at 7:41, ope...@li... wrote: > Is there an IRC channel that I can ask questions on? > > This mailing list appears to be answered infrequently, and I've been > hearing about an update and have not been able to find anything newer > than my stable version of opennode, which lacks the registration for OMS > functionality in the opennode-tui and apparently, there is missing > modules from func that's required(hwstats for example). > > I'm not entirely sure if I've gotten the hwstats module error > pinpointed(such as defining that it's an issue with func), and when I've > asked here, I've got to wait a week for a basic reply which lacks in any > useful information. > > -- > Thank you, > Greg Borbonus > *nix server Administrator > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users > |
From: <ope...@li...> - 2012-02-29 03:41:30
|
Is there an IRC channel that I can ask questions on? This mailing list appears to be answered infrequently, and I've been hearing about an update and have not been able to find anything newer than my stable version of opennode, which lacks the registration for OMS functionality in the opennode-tui and apparently, there is missing modules from func that's required(hwstats for example). I'm not entirely sure if I've gotten the hwstats module error pinpointed(such as defining that it's an issue with func), and when I've asked here, I've got to wait a week for a basic reply which lacks in any useful information. -- Thank you, Greg Borbonus *nix server Administrator |
From: <ope...@li...> - 2012-02-28 21:12:15
|
is the opennode-dev-next3 ovzkernel signed? with http://opennode.activesys.org/CentOS/5/opennode/RPM-GPG-KEY-ActiveSys? probably i need a different key? i don't understand "NOKEY" and "key ID" in the same line, i'd expect them to be mutually exclusive: >Downloading Packages: >ovzkernel-2.6.18-194.17.1.el5.028stab070.7.x86_64.rpm | 22 MB 00:14 >warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a7a1d4b6 >opennode-e5-dev-next3/gpgkey | 1.6 kB 00:00 >Importing GPG key 0x84362A0A "Active Systems <ac...@ac...>" from http://opennode.activesys.org/CentOS/5/opennode/RPM-GPG-KEY-ActiveSys >Is this ok [y/N]: y >Public key for ovzkernel-2.6.18-194.17.1.el5.028stab070.7.x86_64.rpm is not installed |
From: <ope...@li...> - 2012-02-28 01:52:29
|
I've been attempting to use oms and opennode with Centos 6 now. I keep getting these errors: 2012-02-27 19:45:38,672 - ERROR - method hwstats.get_stats called but hwstats module is not available None 2012-02-27 19:45:39,042 - ERROR - method ovzvirt.list_vms_with_name_id_status called but ovzvirt module is not available None I'm also not seeing REGISTER OMS in opennode-tui, unless I hack the python lib. Any suggestions on where to begin? I cannot find any hwstats module within yum, and if this is a python module, where is the docs for this? -- Thank you, Greg Borbonus *nix server Administrator |
From: <ope...@li...> - 2012-02-18 20:12:19
|
OMS is working without issue. It seems to be the TUI. Am I misreading it, I do not see any links to inform how to install new version of TUI. Thank you, Greg Borbonus *nix server Administrator On 2/18/2012 1:47 AM, ope...@li... wrote: > OMS v1.0 is deprecated - there is a new OMS 2.0 codebase but not > released yet. Release should be soonish - but you might install it > manually probably as of now. > Please read Ilja-s forum post for explanation and OMS 2.0 info: > http://opennode.activesys.org/forum/index.php/topic,136.msg369.html#msg369 > > Kind regards, > -- > ---------------------------------------------- > Andres Toomsalu, an...@op... > <mailto:an...@op...> > Founder, OpenNode LLC > Lille 4-205, Pärnu 80041, Estonia > skype: main2frame > phone: +372 6996 807 > gsm: +372 5649 6124 > http://www.opennodecloud.com > > On 18.02.2012, at 5:22, ope...@li... > <mailto:ope...@li...> wrote: > >> Hi guys, >> >> I just installed opennode tui on a number of systems. >> >> By itself, it works great, but there is no option to register with OMS. >> >> Has anyone else seen this? >> >> I've searched through all the logs, nothing. Checked configs, found >> nothing that would prevent it. >> >> Any ideas? >> >> -- >> Thank you, >> Greg Borbonus >> *nix server Administrator >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> OpenNode-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opennode-users >> > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > _______________________________________________ > OpenNode-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opennode-users |