Masahito Yoshida
Masahito Yoshida
### Background I tried to build centos7 rpm package but failed it. Because trema gem package which wakame-vdc depends on is very old. So we decided to remove trema dependency...
### Problem https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/dcmgr/drivers/fluent.rb#L16 Hva will not generate `Dcmgr::Configurations.hva.logging_service_conf` file even if hva started. Sometime this feature is not useful forproduction environment. ### Solution Generate logging-service_conf file when hva starting.
### Problem Wakame-vdc currently only supports CentOS 6 but CentOS 7 has been out for a while already. We should support it. ### Solution - Build the RPMs for CentOS...
### Problem Nobody boots LiveDVD environment. Nobody boots a new instance to install new OS to a fresh disk. ### Solution Add a new image type `iso`.
### Problem Hva will not fail even if downloading image failed. ``` 2015-07-30 21:09:24 JobContext thr=LocalStore[0/1] [INFO]: Job start 0569e0bc4c8cd812a740b3224ed7bf34f0985983 (Local ID: dd0fbb2ec9acbec45f4926d733319911c4436154)[ run_local_store ] I, [2015-07-30T21:09:24.180874 #7996] INFO --...
### Problem vdc-manage does not provide ip pool usage. ``` $ /opt/axsh/wakame-vdc/dcmgr/bin/vdc-manage network show nw-glo UUID: nw-glo Name: glo Network Mode: securitygroup Service Type: std Metric: 10 IPv4: Network address:...
### Problem Current metadata.img does not support Array type value. https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/dcmgr/drivers/hypervisor/linux_hypervisor.rb#L136-L138 ``` File.open(File.expand_path(k, metadata_base_dir), 'w') { |f| f.puts(v.to_s) } ``` So if Array type value is defined, metadata drive creates...
[WIP] ### Goal - grep/egrep less mussel scripting ### Problem Current `mussel show ` returns yaml detail document. From script based tool, it is not useful and then need to...
### Problem Current mussel does not support waiting for something. For example, state will be running, networking will be ready ### Solution Add a new command as `wait-for`. #### Examples...
### Problem Current output is kind of original yaml formant. ### Solution Add a new option for output format.