Metallion
Metallion
Looks like the CI is still having trouble with its rbenv installation. ``` 14:26:46 /var/lib/jenkins/workspace/wakame-vdc-pub6.cli.backup-cleaner/dcmgr 14:26:46 + bundle install --path vendor/bundle --standalone 14:26:46 /tmp/hudson772056813024475203.sh: line 33: bundle: command not found...
Some clarification on this issue. ### Problem If an error occurs when starting an instance, it will just show up as terminated in the GUI without any feedback to the...
The first thing that I see is that the example build log was added to the Usage menu on the left. I think an example log is a great idea...
The Usage menu on the left currently has `Custom Machine Images` and `Windows Machine Images`. That's a little confusing. Perhaps it would be a better idea to make a new...
When using specific terms like instance or seed image, you should make them links to the jargon dictionary. Of course if you use the word instance ten times in a...
Why did `vz.smoke` fail?
### Suggested packages to rename | Old name | New name | | --- | --- | | wakame-vdc-bksta-vmapp-config | wakame-vdc-bksta | | wakame-vdc-dcmgr-vmapp-config | wakame-vdc-dcmgr | | wakame-vdc-dolphin-vmapp-config |...
Renaming packages can be done with the `Obsoletes` keyword in rpm spec. http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-advanced-packaging.html
New vdc_spec file format filename: docker.yml ``` --- vdc_name: docker instance_spec: tiny_local: cpu_cores: 2 memory_size: 2048 host_group: hng-xxxxx hypervisor: kvm vdc-spec: docker_api: instance_spec: tiny_local image_id: wmi-dockerinstalled user-data: {} ssh-key: ssh-xxxxx...
Spec files to create: - web_service.spec ``` +-----------------+ +------------------+ | | | | | Web server | | | | +-------------+ | | | | | +-----------------+ | | |...