This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Releases: ciao-project/ciao
Releases · ciao-project/ciao
40: Changes since last release
---closed--- Issue/PR #598: Revert "Enable TLS verification between cli and controller" URL: https://github.com/01org/ciao/pull/598 Issue/PR #583: ciao-storage: Use image-format 2 URL: https://github.com/01org/ciao/pull/583 Issue/PR #528: Ciao is using a deprecated --image-format URL: https://github.com/01org/ciao/issues/528 Issue/PR #594: test-cases: Fix package list URL: https://github.com/01org/ciao/pull/594 Issue/PR #559: Swagger builds in travis should not go get ciao URL: https://github.com/01org/ciao/issues/559 Issue/PR #596: documentation: enable swagger to use vendoring URL: https://github.com/01org/ciao/pull/596 Issue/PR #504: osprepare needs a logging abstraction URL: https://github.com/01org/ciao/issues/504 Issue/PR #593: qemu: Fix security model typo URL: https://github.com/01org/ciao/pull/593 Issue/PR #592: ciao-launcher: Fix launching of docker containers. URL: https://github.com/01org/ciao/pull/592 Issue/PR #590: ciao-launcher: Send memory and CPU limits to Docker URL: https://github.com/01org/ciao/pull/590 Issue/PR #16: Restrict container resource usage URL: https://github.com/01org/ciao/issues/16 Issue/PR #544: Enable TLS verification between ciao-cli and the controller URL: https://github.com/01org/ciao/issues/544 Issue/PR #588: Enable TLS verification between cli and controller URL: https://github.com/01org/ciao/pull/588 Issue/PR #586: Single VM: Fix dev environment URL: https://github.com/01org/ciao/pull/586 Issue/PR #518: ciao-cli instance delete --all does not remove network interfaces URL: https://github.com/01org/ciao/issues/518 Issue/PR #515: osprepare: Add logging abstraction URL: https://github.com/01org/ciao/pull/515 ---merged--- Issue/PR #583: ciao-storage: Use image-format 2 URL: https://github.com/01org/ciao/pull/583 Issue/PR #594: test-cases: Fix package list URL: https://github.com/01org/ciao/pull/594 Issue/PR #596: documentation: enable swagger to use vendoring URL: https://github.com/01org/ciao/pull/596 Issue/PR #593: qemu: Fix security model typo URL: https://github.com/01org/ciao/pull/593 Issue/PR #592: ciao-launcher: Fix launching of docker containers. URL: https://github.com/01org/ciao/pull/592 Issue/PR #590: ciao-launcher: Send memory and CPU limits to Docker URL: https://github.com/01org/ciao/pull/590 Issue/PR #588: Enable TLS verification between cli and controller URL: https://github.com/01org/ciao/pull/588 Issue/PR #586: Single VM: Fix dev environment URL: https://github.com/01org/ciao/pull/586 Issue/PR #515: osprepare: Add logging abstraction URL: https://github.com/01org/ciao/pull/515 ---Full Change Log--- Merge pull request #599 from kaccardi/topic/ciao-cli-revert-tls Revert "ciao-cli: Enable TLS verification when communicating with controller" Revert "ciao-cli: Support specifying CA file in environment or command line" Merge pull request #583 from albertomurillo/imageformat Merge pull request #594 from markdryan/master Merge pull request #596 from leoswaldo/leoswaldo/travis-swagger documentation: enable swagger to use vendoring ciao-storage: Use image-format 2 Merge pull request #593 from 01org/sameo/topic/qemu Merge pull request #592 from markdryan/master qemu: Fix security model typo Merge pull request #590 from rbradford/docker-limit-resources ciao-launcher: Send memory and CPU limits to Docker Merge pull request #588 from rbradford/ciao-singlevm-tls Merge pull request #586 from markdryan/master Merge pull request #515 from bryteise/osprepare-logger ciao-cli: Enable TLS verification when communicating with controller singlevm: Use certificates between cli and controller test-cases: Fix package list ciao-launcher: Fix launching of docker containers. Single VM: Don't cleanup when setup ends Single VM: Don't delete the instance directory Merge pull request #577 from pdxjohnny/ssntp_examples
39: Changes since last release
---merged--- Issue/PR #579: Updated ssntp/README.md added link to ciao-cert URL: https://github.com/01org/ciao/pull/579 Issue/PR #550: qemu: Build qemu parameters from a configuration structure URL: https://github.com/01org/ciao/pull/550 ---closed--- Issue/PR #579: Updated ssntp/README.md added link to ciao-cert URL: https://github.com/01org/ciao/pull/579 Issue/PR #550: qemu: Build qemu parameters from a configuration structure URL: https://github.com/01org/ciao/pull/550 ---Full Change Log--- Merge pull request #577 from pdxjohnny/ssntp_examples Merge pull request #579 from pdxjohnny/update_readme Merge pull request #550 from 01org/sameo/topic/qemu qemu: Make Config's FDs field private qemu: Embed the qemu parameters into the Config structure Bring ssntp/examples up to date with latest API Updated ssntp/README.md added link to ciao-cert qemu: Add support for block devices qemu: Add MACVTAP support qemu: Get rid of the Driver structure qemu: Add QMPSocket specific type qemu: Add RTC specific types qemu: Probe each qemu device with a driver qemu: Add netdev options to the Device structure qemu: Add multi-queue and vhost definitions to NetDevice qemu: Add a NetDevice slice to the Config structure qemu: Add one unit test for the Config strings qemu: Add QMP socket unit tests qemu: Add Memory and SMP unit tests qemu: Add a Kernel unit test qemu: Add a Knobs unit test qemu: Add an Object unit test qemu: Add Device unit tests qemu: Add parameters adding unit tests qemu: Add a Knobs field to the Config structure qemu: Remove the extra parameters field from the Config structure qemu: Group all machine configurations into one structure qemu: Add a VGA parameter field to the Config structure qemu: Add a Global parameter field to the Config structure qemu: Add a RTC field to the Config structure qemu: Add a SMP field to the Config structure qemu: Add a Memory field to the Config structure qemu: Add a UUID field to the Config structure qemu: Add a Character Devices slice field to the Config structure qemu: Add a Filesystem Devices slice field to the Config structure qemu: Add a Kernel field to the Config structure qemu: Add an Object slice field to the Config structure qemu: Add a Device slice field to the Config structure qemu: Add a QMP socket field to the Config structure qemu: Add qemu's name to the Config structure qemu: Add configuration structure to simplify LaunchQemu Merge pull request #576 from kaccardi/topic/enable-os-image-tests
38: Changes since last release
---closed--- Issue/PR #574: travis: enable testing for openstack/identity URL: https://github.com/01org/ciao/pull/574 Issue/PR #367: Add boot from volume support to ciao-launcher URL: https://github.com/01org/ciao/issues/367 Issue/PR #570: travis: enable testing for openstack block api package. URL: https://github.com/01org/ciao/pull/570 Issue/PR #568: testing: add coverage for ciao-cert URL: https://github.com/01org/ciao/pull/568 ---merged--- Issue/PR #574: travis: enable testing for openstack/identity URL: https://github.com/01org/ciao/pull/574 Issue/PR #570: travis: enable testing for openstack block api package. URL: https://github.com/01org/ciao/pull/570 ---Full Change Log--- Merge pull request #576 from kaccardi/topic/enable-os-image-tests openstack: image: add test for getImage openstack: image: make unit tests able to run via travis Merge pull request #574 from kaccardi/topic/enable-identity-tests travis: enable testing for openstack/identity Merge pull request #570 from kaccardi/topic/enable-block-testing travis: enable testing for openstack block api package. Merge pull request #565 from markdryan/master
37: Changes since last release
---closed--- Issue/PR #558: Networking: Enable vhost for instances URL: https://github.com/01org/ciao/pull/558 Issue/PR #557: Documentation: Animated GIF with Single Machine URL: https://github.com/01org/ciao/pull/557 Issue/PR #553: ciao-launcher: Use docker ContainerStats api to get memory and CPU usage URL: https://github.com/01org/ciao/pull/553 Issue/PR #17: Check container instance memory use is correct when container has multiple processes URL: https://github.com/01org/ciao/issues/17 Issue/PR #507: configuration: backend cleanup URL: https://github.com/01org/ciao/pull/507 Issue/PR #540: ciao-launcher: install bootstrap dependencies URL: https://github.com/01org/ciao/pull/540 Issue/PR #552: ciao-launcher: Don't send payload for ssntp.FULL/OFFLINE status messages URL: https://github.com/01org/ciao/pull/552 Issue/PR #11: FULL command should not contain a payload URL: https://github.com/01org/ciao/issues/11 Issue/PR #547: Remove support for Go 1.6 URL: https://github.com/01org/ciao/pull/547 Issue/PR #541: Remove support for Go 1.6 URL: https://github.com/01org/ciao/issues/541 Issue/PR #548: [RFC] qemu: Create Qemu launch custom API URL: https://github.com/01org/ciao/pull/548 Issue/PR #278: Instances need to be able to mount remote volumes URL: https://github.com/01org/ciao/issues/278 Issue/PR #364: Retrieve block device information from start workloads URL: https://github.com/01org/ciao/issues/364 Issue/PR #533: Add contribution paragraph in main README. URL: https://github.com/01org/ciao/pull/533 ---merged--- Issue/PR #558: Networking: Enable vhost for instances URL: https://github.com/01org/ciao/pull/558 Issue/PR #557: Documentation: Animated GIF with Single Machine URL: https://github.com/01org/ciao/pull/557 Issue/PR #553: ciao-launcher: Use docker ContainerStats api to get memory and CPU usage URL: https://github.com/01org/ciao/pull/553 Issue/PR #507: configuration: backend cleanup URL: https://github.com/01org/ciao/pull/507 Issue/PR #540: ciao-launcher: install bootstrap dependencies URL: https://github.com/01org/ciao/pull/540 Issue/PR #552: ciao-launcher: Don't send payload for ssntp.FULL/OFFLINE status messages URL: https://github.com/01org/ciao/pull/552 Issue/PR #547: Remove support for Go 1.6 URL: https://github.com/01org/ciao/pull/547 Issue/PR #533: Add contribution paragraph in main README. URL: https://github.com/01org/ciao/pull/533 ---Full Change Log--- Merge pull request #565 from markdryan/master ciao-launcher: Ceph rootfs consumes 0 MB ciao-launcher: Log volumes received in start payload ciao-launcher: Fix drain in test server ciao-launcher: Implement boot from volume. Merge pull request #558 from mcastelino/vhost_enable Merge pull request #557 from mcastelino/documentation Merge pull request #553 from rbradford/launcher-use-docker-stats Merge pull request #507 from mrkz/configuration_cleanup Merge pull request #540 from albertomurillo/osprepare Networking: Enable vhost for instances Documentation: Animated GIF with Single Machine configuration: remove etcd definitions payloads: remove `storage_type` field from configuration configuration: remove etcd/zookeeper backends info ciao-launcher: Remove now unnecessary PID code ciao-launcher: Use docker ContainerStats api to get memory and CPU usage Merge pull request #552 from rbradford/full-command-no-payload ciao-launcher: Add unit test coverage for FULL status messages ciao-launcher: Don't send payload for ssntp.FULL/OFFLINE status messages Merge pull request #547 from markdryan/master ciao-launcher: Fix go vet errors ciao-launcher, qemu: Upgrade to new context package. travis: Disable Go 1.6 builds in travis Revert "travis: Fix Go 1.6 builds" 3rd party: Revendor golang.org/x/net/context Merge pull request #533 from mrkz/add_contribution_readme Add contribution paragraph in main README. Merge pull request #546 from markdryan/master
36: Changes since last release
---closed--- Issue/PR #519: ciao-launcher: Support volume attach on start URL: https://github.com/01org/ciao/pull/519 Issue/PR #545: qemu: Use null QMP logger when the logger parameter is nil URL: https://github.com/01org/ciao/pull/545 Issue/PR #542: ciao-cli: Support specifying CA file in environment or command line URL: https://github.com/01org/ciao/pull/542 Issue/PR #180: Pass the needed CA to ciao-cli URL: https://github.com/01org/ciao/issues/180 Issue/PR #509: ciao-launcher: Fix docker dependency in ubuntu URL: https://github.com/01org/ciao/pull/509 Issue/PR #508: osprepare: installs wrong package in ubuntu URL: https://github.com/01org/ciao/issues/508 Issue/PR #530: ciao-image: Fix image upload operation URL: https://github.com/01org/ciao/pull/530 Issue/PR #534: storage: implement ceph block delete URL: https://github.com/01org/ciao/pull/534 Issue/PR #522: Single VM Dev: Perform Cleanup and shutdown of all ciao daemons URL: https://github.com/01org/ciao/issues/522 ---merged--- Issue/PR #519: ciao-launcher: Support volume attach on start URL: https://github.com/01org/ciao/pull/519 Issue/PR #545: qemu: Use null QMP logger when the logger parameter is nil URL: https://github.com/01org/ciao/pull/545 Issue/PR #542: ciao-cli: Support specifying CA file in environment or command line URL: https://github.com/01org/ciao/pull/542 Issue/PR #509: ciao-launcher: Fix docker dependency in ubuntu URL: https://github.com/01org/ciao/pull/509 Issue/PR #530: ciao-image: Fix image upload operation URL: https://github.com/01org/ciao/pull/530 Issue/PR #534: storage: implement ceph block delete URL: https://github.com/01org/ciao/pull/534 ---Full Change Log--- Merge pull request #546 from markdryan/master Travis: Enable qemu tests in travis Merge pull request #519 from markdryan/master Merge pull request #545 from 01org/sameo/topic/qemu Merge pull request #542 from rbradford/cli-ca-file qemu: Use null QMP logger when the logger parameter is nil Merge pull request #509 from albertomurillo/albertom/docker ciao-launcher: Split parseStartPayload ciao-launcher: Attach volume on boot. ciao-storage: Renamed poorly named parameter. ciao-cli: Support specifying CA file in environment or command line ciao-launcher: Fix docker dependency in ubuntu Merge pull request #530 from obedmr/ciao-image Merge pull request #534 from tpepper/storage ciao-image: Rename CreateImageResponse to DefaultResponse ciao-image: Fix image upload operation storage: use cmd.Run() instead of CombinedOutput() storage: implement ceph block delete Merge pull request #535 from albertomurillo/storage
35: Changes since last release
---closed--- Issue/PR #388: add discovery of storage cluster to ciao configuration URL: https://github.com/01org/ciao/issues/388 Issue/PR #399: etcd configuration backend URL: https://github.com/01org/ciao/issues/399 Issue/PR #400: ZooKeeper configuration backend URL: https://github.com/01org/ciao/issues/400 Issue/PR #525: travis: Fix Go 1.6 builds URL: https://github.com/01org/ciao/pull/525 Issue/PR #524: Update README.md URL: https://github.com/01org/ciao/pull/524 Issue/PR #505: ciao-controller: confirm tenant in openstack volume interface URL: https://github.com/01org/ciao/pull/505 Issue/PR #379: Implement no-op block driver URL: https://github.com/01org/ciao/issues/379 Issue/PR #374: Add persistent data storage for volumes URL: https://github.com/01org/ciao/issues/374 Issue/PR #449: singlevm : Add networking automation (macvlan and DHCP Server) URL: https://github.com/01org/ciao/pull/449 Issue/PR #446: Single VM: Single VM with dnsmasq does not work on Ubuntu URL: https://github.com/01org/ciao/issues/446 Issue/PR #514: fix travis errors for ineffassign URL: https://github.com/01org/ciao/pull/514 Issue/PR #375: Implement open stack compatibility interface for block api URL: https://github.com/01org/ciao/issues/375 Issue/PR #382: Implement a subset of the Open Stack Block APIs URL: https://github.com/01org/ciao/issues/382 Issue/PR #376: modify stats payload to include attached volume information URL: https://github.com/01org/ciao/issues/376 Issue/PR #371: Create block driver interface for storage support URL: https://github.com/01org/ciao/issues/371 Issue/PR #370: modify workload definition to allow for creation of volume at workload start time URL: https://github.com/01org/ciao/issues/370 Issue/PR #369: Modify workload start payload to include storage information URL: https://github.com/01org/ciao/issues/369 Issue/PR #372: add storage information to start requests in ciao-controller URL: https://github.com/01org/ciao/issues/372 Issue/PR #415: Implement attach/detach error handling in ciao-controller URL: https://github.com/01org/ciao/issues/415 Issue/PR #521: Networking: Container unit test cases fail due to docker plugin stop failure URL: https://github.com/01org/ciao/issues/521 Issue/PR #485: [DONOTMERGE] Add Ciao deployment via ansible URL: https://github.com/01org/ciao/pull/485 Issue/PR #462: configuration: pass ceph cluster info URL: https://github.com/01org/ciao/issues/462 Issue/PR #506: ciao-controller: datastore: update attachments correctly URL: https://github.com/01org/ciao/pull/506 Issue/PR #501: singlevm: Fix hardcoded SSH version URL: https://github.com/01org/ciao/pull/501 Issue/PR #493: SingleVM SSH instance checks fail URL: https://github.com/01org/ciao/issues/493 Issue/PR #440: API Documentation: Automate process of API docs URL: https://github.com/01org/ciao/issues/440 Issue/PR #458: ciao-controller: validate API docs with Travis URL: https://github.com/01org/ciao/pull/458 Issue/PR #499: ciao-controller: check error on tenant out of bounds test. URL: https://github.com/01org/ciao/pull/499 Issue/PR #498: ciao-controller: add name and description to block_data URL: https://github.com/01org/ciao/pull/498 Issue/PR #503: ciao-launcher: Fix ciao-launcher-server usage with --network URL: https://github.com/01org/ciao/pull/503 Issue/PR #502: ciao-launcher-server cannot be used when launcher enables networking URL: https://github.com/01org/ciao/issues/502 Issue/PR #496: ciao-controller: datastore: use Fatal() for test errors URL: https://github.com/01org/ciao/pull/496 Issue/PR #494: Complete implementation of the OpenStack block api interface in ciao-controller URL: https://github.com/01org/ciao/pull/494 Issue/PR #495: add unit test for block api os-detach action URL: https://github.com/01org/ciao/pull/495 Issue/PR #489: Prepare URL: https://github.com/01org/ciao/pull/489 Issue/PR #459: bat: Fix tap package import and requirements URL: https://github.com/01org/ciao/pull/459 ---merged--- Issue/PR #525: travis: Fix Go 1.6 builds URL: https://github.com/01org/ciao/pull/525 Issue/PR #505: ciao-controller: confirm tenant in openstack volume interface URL: https://github.com/01org/ciao/pull/505 Issue/PR #449: singlevm : Add networking automation (macvlan and DHCP Server) URL: https://github.com/01org/ciao/pull/449 Issue/PR #514: fix travis errors for ineffassign URL: https://github.com/01org/ciao/pull/514 Issue/PR #506: ciao-controller: datastore: update attachments correctly URL: https://github.com/01org/ciao/pull/506 Issue/PR #501: singlevm: Fix hardcoded SSH version URL: https://github.com/01org/ciao/pull/501 Issue/PR #458: ciao-controller: validate API docs with Travis URL: https://github.com/01org/ciao/pull/458 Issue/PR #499: ciao-controller: check error on tenant out of bounds test. URL: https://github.com/01org/ciao/pull/499 Issue/PR #498: ciao-controller: add name and description to block_data URL: https://github.com/01org/ciao/pull/498 Issue/PR #503: ciao-launcher: Fix ciao-launcher-server usage with --network URL: https://github.com/01org/ciao/pull/503 Issue/PR #496: ciao-controller: datastore: use Fatal() for test errors URL: https://github.com/01org/ciao/pull/496 Issue/PR #494: Complete implementation of the OpenStack block api interface in ciao-controller URL: https://github.com/01org/ciao/pull/494 Issue/PR #495: add unit test for block api os-detach action URL: https://github.com/01org/ciao/pull/495 Issue/PR #489: Prepare URL: https://github.com/01org/ciao/pull/489 Issue/PR #459: bat: Fix tap package import and requirements URL: https://github.com/01org/ciao/pull/459 ---Full Change Log--- Merge pull request #535 from albertomurillo/storage ciao-controller: Return an empty volumes list Merge pull request #525 from markdryan/fix-travis travis: Fix Go 1.6 builds Merge pull request #505 from kaccardi/topic/confirm-tenant Merge pull request #449 from obedmr/singlevm Add Ctrl-C trapper Single VM: Perform cleanup on failure singlevm: Add networking automation (macvlan and DHCP Server) ciao-controller: confirm tenant in openstack volume interface Merge pull request #514 from 01org/topic/ineffassign networking: libsnnet: fix misspell errors Merge pull request #520 from mcastelino/ineffassign Networking: Fix issues identifed by ineffassign Merge pull request #516 from 01org/sameo/topic/ineffassign ssntp: Fix ineffassign error qemu: Fix ineffassign error Merge pull request #513 from kaccardi/topic/ineffassign ciao-controller: fix ineffassign errors Merge pull request #506 from kaccardi/topic/fix-update-attachments Merge pull request #501 from obedmr/issue493 Merge pull request #458 from leoswaldo/ciao-controller/api-documentation ciao-controller: update persistent datastore when removing attachment ciao-controller: modify travis to test generation of API Documentation ciao-controller: add basic headers to method for definition of API Docs ciao-controller: datastore: check instance ID when updating attachment Merge pull request #499 from kaccardi/topic/fix-tenant-out-of-bounds Merge pull request #498 from 01org/kaccardi/topic/add-name-description singlevm: Fix hardcoded SSH version Merge pull request #503 from markdryan/master ciao-launcher: Fix ciao-launcher-server usage with --network ciao-controller: check error on tenant out of bounds test. ciao-controller: add name and description to block_data Merge pull request #496 from kaccardi/topic/fix-datastore-tests Merge pull request #494 from kaccardi/topic/storage-fork Merge pull request #495 from kaccardi/topic/block-api ciao-controller: datastore: when not using format string, use t.Fatal() ciao-controller: datastore: reorder persistent store update ciao-controller: datastore: use Fatal() for test errors openstack: block: add unit test for os-detach openstack: block: remove stray print Merge pull request #489 from tpepper/prepare ciao-controller: datastore: add comment to DeleteBlockDevice Merge pull request #459 from obedmr/bat ciao-controller: implement DeleteVolume ciao-controller: datastore: add DeleteBlockDevice osprepare: note Fedora's ceph needs osprepare: let controller specific debug/production deps osprepare: don't add empty dependencies to the required list ciao-launcher: move osprepare call to helper Merge pull request #2 from ikeydoherty/tpepper-prepare osprepare: Remove redundant reslice of packages slice osprepare: be more explicit for go vet osprepare: allow common net and compute launcher deps ssntp: add client getter for role osprepare: make golint / gofmt / misspell happy again osprepare: add a simple README.md ciao-launcher: add deps and osprepare call out ciao-controller: add deps and osprepare call out osprepare: Add initial documentation to illustrate integration osprepare: less redundant function name osprepare: fix misspell warning osprepare: make gofmt / vet / lint clean osprepare: fix go vet warnings scheduler: explicitly declare no OS deps osprepare: don't pass PackageRequirements by reference osprepare: Include an early bootstrap call for Ceph ciao-scheduler: Integrate with the osprepare module osprepare: Ensure its ok to fail early Introduce new Ciao Preparation functionality ciao-controller: datastore: add deleteBlockData to sqlitedb ciao-controller: implement ListVolumesDetail ciao-controller: implement list volume details Merge pull request #443 from leoswaldo/leoswaldo/enhacement/getTenant
34: Changes since last release
---closed--- Issue/PR #366: Launcher needs to send volume information in instance statistics URL: https://github.com/01org/ciao/issues/366 Issue/PR #365: Add Volume Attach/Detach support to launcher URL: https://github.com/01org/ciao/issues/365 Issue/PR #378: Add SSNTP support for detaching a volume from an existing server URL: https://github.com/01org/ciao/issues/378 Issue/PR #377: Add SSNTP support for attaching a volume to an existing server URL: https://github.com/01org/ciao/issues/377 Issue/PR #492: Initial storage merge URL: https://github.com/01org/ciao/pull/492 ---merged--- Issue/PR #492: Initial storage merge URL: https://github.com/01org/ciao/pull/492 ---Full Change Log--- Merge pull request #443 from leoswaldo/leoswaldo/enhacement/getTenant Merge pull request #492 from 01org/kaccardi/topic/storage Add missing license to new files. Merge remote-tracking branch 'origin/master' into kaccardi/topic/storage Merge pull request #488 from bryteise/storage-driver-config Merge pull request #491 from 01org/kaccardi/topic/storage-unit-tests Merge pull request #490 from markdryan/kaccardi/topic/storage ciao-controller: add unit test for detach by attachment configuration: Add information on storage config ciao-controller, ciao-launcher: Use storage conf ciao-launcher: Add storage config option handling ciao-launcher: Add Ceph options to test server payloads: Add support for Storage configuration qemu: Fix a silly bug in LaunchQemu qemu: Add package documentation ciao-launcher, qemu: Move launchQemu to qemu ciao-launcher: Use the qemu package qemu: Add the qemu package Merge pull request #463 from markdryan/master
33: Changes since last release
---closed--- Issue/PR #471: deployment: Add keystone-related docker containers URL: https://github.com/01org/ciao/pull/471 Issue/PR #432: ciao-cli: panics if no tenant-name specified URL: https://github.com/01org/ciao/issues/432 ---Full Change Log--- Merge pull request #463 from markdryan/master Merge pull request #483 from tpepper/master
32: Changes since last release
---Full Change Log--- Merge pull request #483 from tpepper/master testutil: don't dup result chan write for NodeConnected/Disconnected testutil: use consistent timeout for results channels testutil: goroutine server test shutdown testutil: send status from go routine Merge pull request #475 from tpepper/master
31: Changes since last release
---closed--- Issue/PR #473: testutil: connect/disconnect make 1 result on event channel URL: https://github.com/01org/ciao/pull/473 Issue/PR #472: testutil: close result channels before ending ssntp session URL: https://github.com/01org/ciao/pull/472 Issue/PR #466: ciao-image: Separate all storage interfaces and implement posix fs data storage URL: https://github.com/01org/ciao/pull/466 Issue/PR #434: travis: high percentage of test failures URL: https://github.com/01org/ciao/issues/434 ---merged--- Issue/PR #473: testutil: connect/disconnect make 1 result on event channel URL: https://github.com/01org/ciao/pull/473 Issue/PR #472: testutil: close result channels before ending ssntp session URL: https://github.com/01org/ciao/pull/472 ---Full Change Log--- Merge pull request #475 from tpepper/master scheduler: goroutine ssntp Stop() in test case testutil: move information prints to stderr Merge pull request #473 from tpepper/master testutil: connect/disconnect make 1 result on event channel Merge pull request #472 from tpepper/master testutil: close result channels before ending ssntp session Merge pull request #460 from tpepper/master