Antoni Batchelli

Results 18 issues of Antoni Batchelli

This is to support repeated testing on a VM, for example, for running integration tests in which code in which configuration code is run on the VMs. This scenario would...

Allow users to reference an image via url, and if the image is not already installed, install it and then use it.

FEATURE

Hi tbatchelli, After 2 hours trying to solve the lacking ip problem, it seems the easiest workaround for this is to run dhclient when booting, so I inserted ``` bash...

ENHANCEMENT

If/when issue #30 is completed, then this feature could be implemented by snapshotting the runnign instance and then usign the snapshot as image to start new VMs.

FEAT REQUEST

Some users are having issues with network interfaces in this images not correctly acquiring a IPv4 address via DHCP. I cannot reproduce the issue, but it seems that forcing a...

images

the latest versions of storm use maven3 to build, but storm-deploy is relying on bin/build-release.sh, which has now been removed.

It seems like the code is trying to parse the version number: ``` ERROR logging - Caused by: java.lang.NumberFormatException: For input string: "apache-0" ERROR logging - at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ERROR logging...

Use case: when I want to start a new session, I might want to first build the context before I send the prompt and start a new session. Current state:...