Metallion
Metallion
the column name should be `user_name`. This column should be optional. Some admins might not want to store instance user names in the database. They can set a NULL value...
Why did vz.smoke fail?
What does CI Build Jam mean? What was the exact issue causing vz.smoke to fail?
Let's try the CI on this again.
Rspec fails with the known race condition, reminding us that it still isn't fixed. https://github.com/axsh/wakame-vdc/issues/475 ``` 15:49:12 Failures: 15:49:12 15:49:12 1) Dcmgr::Scheduler::IPAddress::Incremental#schedule happy paths when reaching the end of all...
Let me just sum up the issue in layman's terms. Basically POST and PUT calls to the API currently provide a lot of information and it's not user friendly. Users...
The vz.smoke failure was the collector alarm issue that has now been fixed on develop. ``` 13:40:34 I, [2015-09-30T13:34:13.440899 #2091] INFO -- Fluent: Session ID: e4639f97c91b5a74c452ec12ccee475e28cbf799: Reload fluent with /var/lib/wakame-vdc/fluent.conf...
`dcmgr/lib/dcmgr/catalogs.rb` is a Fuguta configuration class. It should be placed in `dcmgr/lib/dcmgr/configurations/catalogs.rb`
### Suggested packages for removal - wakame-vdc-auth-vmapp-config - wakame-vdc-proxy-vmapp-config - wakame-vdc-debug-config - wakame-vdc-rack-config - This needs to be merged with the `webapi` package - wakame-vdc-example-1box-admin-vmapp-config - wakame-vdc-example-1box-common-vmapp-config - wakame-vdc-example-1box-dcmgr-vmapp-config -...
These are the supported hypervisors. https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/dcmgr/constants/host_node.rb#L17 This is the line that doesn't seem to work. https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/dcmgr/cli/host.rb#L68-L70