Metallion
Metallion
### Problem When starting a new instance, the WebAPI sets it to state `scheduling` and then tells Collector to schedule it. If collector is down at the time and the...
### Problem In many places in the code, we raise `ArgumentError` without any further information. When any of those gets triggered, you see `ArgumentError` in the log but you don't...
### Problem When investigating https://github.com/axsh/wakame-vdc/issues/583, I noticed that `gui-manage` does do error handling but not in the correct way. It prints out error messages to stdout **if** a verbose option...
### Problem Currently the load balancer API returns a "vifs" parameter similar to the instances. The API should treat the load balancer as a service and not an instance. Also,...
### Problem https://github.com/axsh/wakame-vdc/pull/586 has fixed the down blocks in our migration files but we don't have a rake task yet to roll back to a specific version. Rake db:down always...
### Problem When trying to start an instance of a machine image that is not found on disk, HVA continues despite failing to deploy the image. It finally crashes when...
### Problem Sinatra-browse can currently be used to generate API documentation but people don't know this. ### Solution We need to do two things. 1) Generate the documentation and add...
### Problem Currently Sinatra-browse generates API documentation showing the parameter names and their possible values etc. but it's still not always clear what the parameters do. ### Solution Sinatra-browse has...
### Problem Webapi routes using the `update_by_uuid2` method crash if you try to update a record but pass the same value that is already in place in the database. Datapaths...
### Problem There is currently a command in `vnctl` for show static_address translations but there is no matching route in the `webapi`. ### Reproduction ``` vnctl translations add --interface-uuid if-inst1...