Metallion
Metallion
See https://github.com/axsh/wakame-vdc/pull/612. Currently waiting for testing code before merging.
Currently Wakame-vdc still requires ruby 2.0.0. It didn't work out of the box on 2.2.2 so we need to identify the issues and fix them.
### Problem The WebAPI needs a dedicated test framework so we can quickly catch bugs in the future. We should write rspec tests for it similar [to those found in...
A very common configuration for Wakame-vdc is to use the `/var/lib/wakame-vdc/images` directory for local storage of machine images. The current HVA packages do not create this directory. **The question:** Should...
### Problem Currently Wakame-vdc can have two service types. `std` and `lb` representing standard instances and load balancers respectively. These service types as used to label resources as such in...
### Problem Currently the Load Balancers use [STUD](https://github.com/bumptech/stud) as its SSL backend. It is no longer actively developed (last commit was in 2012) and required us to do a bit...
### Problem In https://github.com/axsh/wakame-vdc/issues/580 we have developed timed deletion for Windows instances' passwords. We need to write tests for that feature. ### Solution Write the tests.
### Problem When using http based storage, currently no md5sum is checked against. We should do this check to avoid starting faulty instances. ### Solution After downloading an image, do...
### Problem Even when you supply a faulty md5sum, you are still able to start an instance as normal. Steps to reproduce: 1) Add a machine image with a faulty...
See https://github.com/axsh/wakame-vdc/pull/502