Re: [PATCH] loader: run commands from preconfigured scripts

2016-11-16 Thread Gregor Berginc
Hi Justin, all, thanks for this patch. At least from the end-user perspective, it is what we were looking for. Below some additional info about this feature. On Wednesday, 16 November 2016 19:44:26 UTC+1, Justin Cinkelj wrote: > > Usecase of this patch is for example HDFS. There we have one java

Re: [PATCH] dhcp: propose our hostname to DHCP server

2016-11-16 Thread Justin Cinkelj
Hi With that patch applied, I run VM on HLRS testbed (mikelangelo project). Their DHCP server did push OSv VM name into DHS server. So after Vm boot, I was able to 'dig osv' and get VM IP. Maybe I should mention that VM proposed 'osv.local', and DHCP server offered 'osv' only. I guess that while

[PATCH] loader: run commands from preconfigured scripts

2016-11-16 Thread Justin Cinkelj
Usecase of this patch is for example HDFS. There we have one java program, which can be run as (one) namenode or as (multiple) datanodes. We whish to provide convinient shortcut for selection of the two distinc java commandline parameters. So we put all required parameters into two script-like file

[PATCH] dhcp: propose our hostname to DHCP server

2016-11-16 Thread Justin Cinkelj
Send our hostname to DHCP server. This gives DHCP server option to update DNS server. The usecase assumes that hostname will be set to descriptive/unique value (say via cloudinit) before DHCP discover/request. Cloudinit usually requires functional networking (contextualization CD is possible too).

Jenkins build is back to normal : osv-build #1138

2016-11-16 Thread avi
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com

[COMMIT osv master] cloud-init: mount specified mountpoints

2016-11-16 Thread Commit Bot
From: Justin Cinkelj Committer: Nadav Har'El Branch: master cloud-init: mount specified mountpoints cloud-init allows to specify mountpoints via its configuration. This commit implements actual mount action. Only NFS mountpoints are assumed, as so far this is also the only supported filesystem

Re: [PATCH] cloud-init: mount specified mountpoints

2016-11-16 Thread Pekka Enberg
On Tue, Oct 18, 2016 at 11:42 AM, Justin Cinkelj wrote: > cloud-init allows to specify mountpoints via its configuration. > This commit implements actual mount action. Only NFS mountpoints are > assumed, as so far this is also the only supported filesystem. > > Signed-off-by: Justin Cinkelj Look

Re: Configuring Cassandra Cluster

2016-11-16 Thread Pekka Enberg
Hello, On Tue, Nov 15, 2016 at 9:46 PM, Priscila Prado wrote: > To put all my questions into one, is there a way to configure a Cassandra > image file in a way so that: > > 1) a single image can be used to run several cassandra nodes, > > 2) the cassandra.yaml file of each instance is configured

Re: Can we run mobile applications(exactly Android app) in OSv unikernels?

2016-11-16 Thread Pekka Enberg
On Wed, Nov 16, 2016 at 9:18 AM, wrote: > Unikernel has a lot of advantages(fast,small,secure),it is a good > choice to be used on mobile applications.Recently,I was thinking about > running Android application in the form of Unikernels,since android code is > based on Java and Java is t