Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

56: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 26 Oct 23:19
· 1720 commits to master since this release
---closed---
	Issue/PR #750: ciao-cli: expect NoContent from instance delete
	URL: https://github.com/01org/ciao/pull/750

	Issue/PR #652: ciao-cli expects StatusAccepted for instance Delete, when it should expect NoContent
	URL: https://github.com/01org/ciao/issues/652

	Issue/PR #744: Add storage workload for testing purposes
	URL: https://github.com/01org/ciao/pull/744

	Issue/PR #741: ciao-storage: do not use rbd import
	URL: https://github.com/01org/ciao/pull/741

	Issue/PR #700: [donotmerge] new boot from volume
	URL: https://github.com/01org/ciao/pull/700

	Issue/PR #743: ciao-controller: return error if getStorage fails
	URL: https://github.com/01org/ciao/pull/743

	Issue/PR #742: support creation of volumes from images
	URL: https://github.com/01org/ciao/pull/742

	Issue/PR #740: ciao-controller: datastore: update attachments when deleting instance
	URL: https://github.com/01org/ciao/pull/740

	Issue/PR #645: volume attach to a container doesn't fail properly
	URL: https://github.com/01org/ciao/issues/645

	Issue/PR #739: send volume attachments with server info
	URL: https://github.com/01org/ciao/pull/739

	Issue/PR #654: ciao-cli instance show does not show volumes
	URL: https://github.com/01org/ciao/issues/654

	Issue/PR #737: ciao-controller: datastore: implement workload_storage table
	URL: https://github.com/01org/ciao/pull/737

	Issue/PR #435: Test plan for Volume attach/detach
	URL: https://github.com/01org/ciao/issues/435

	Issue/PR #675: ciao-controller: should not ask launcher to create invalid configurations
	URL: https://github.com/01org/ciao/issues/675

	Issue/PR #497: ciao-cli does not correctly list volume details
	URL: https://github.com/01org/ciao/issues/497

	Issue/PR #497: ciao-cli does not correctly list volume details
	URL: https://github.com/01org/ciao/issues/497

	Issue/PR #691: Update BAT test plan
	URL: https://github.com/01org/ciao/issues/691

	Issue/PR #736: ciao-cli: Fix instance list template ordering
	URL: https://github.com/01org/ciao/pull/736

	Issue/PR #735: Add missing bus parameter for a CharDevice
	URL: https://github.com/01org/ciao/pull/735

	Issue/PR #734: ssntp: Remove the trailing "-" from ouput from the Stringer
	URL: https://github.com/01org/ciao/pull/734

	Issue/PR #671: ssntp.Role's stringer function should not have trailing '-'
	URL: https://github.com/01org/ciao/issues/671

	Issue/PR #701: Order instances in ciao-cli by creation time
	URL: https://github.com/01org/ciao/pull/701

	Issue/PR #676: ciao-cli instance list order is unhelpful
	URL: https://github.com/01org/ciao/issues/676

	Issue/PR #731: ciao-cli: Make ciao-cli scriptable
	URL: https://github.com/01org/ciao/pull/731

	Issue/PR #690: ciao-cli should be scriptable
	URL: https://github.com/01org/ciao/issues/690

	Issue/PR #703: ciao-controller: Fix volume detail "corruption" in ListVolumesDetail
	URL: https://github.com/01org/ciao/pull/703

	Issue/PR #644: volume names are incorrectly reported in cia-cli volume list
	URL: https://github.com/01org/ciao/issues/644

	Issue/PR #705: ciao-cli: Report volumes in creation time order
	URL: https://github.com/01org/ciao/pull/705

	Issue/PR #689: ciao-cli volume list order is unhelpful
	URL: https://github.com/01org/ciao/issues/689

	Issue/PR #625: [WIP] boot from volume
	URL: https://github.com/01org/ciao/pull/625

---merged---
	Issue/PR #750: ciao-cli: expect NoContent from instance delete
	URL: https://github.com/01org/ciao/pull/750

	Issue/PR #744: Add storage workload for testing purposes
	URL: https://github.com/01org/ciao/pull/744

	Issue/PR #741: ciao-storage: do not use rbd import
	URL: https://github.com/01org/ciao/pull/741

	Issue/PR #743: ciao-controller: return error if getStorage fails
	URL: https://github.com/01org/ciao/pull/743

	Issue/PR #742: support creation of volumes from images
	URL: https://github.com/01org/ciao/pull/742

	Issue/PR #740: ciao-controller: datastore: update attachments when deleting instance
	URL: https://github.com/01org/ciao/pull/740

	Issue/PR #739: send volume attachments with server info
	URL: https://github.com/01org/ciao/pull/739

	Issue/PR #737: ciao-controller: datastore: implement workload_storage table
	URL: https://github.com/01org/ciao/pull/737

	Issue/PR #736: ciao-cli: Fix instance list template ordering
	URL: https://github.com/01org/ciao/pull/736

	Issue/PR #735: Add missing bus parameter for a CharDevice
	URL: https://github.com/01org/ciao/pull/735

	Issue/PR #734: ssntp: Remove the trailing "-" from ouput from the Stringer
	URL: https://github.com/01org/ciao/pull/734

	Issue/PR #701: Order instances in ciao-cli by creation time
	URL: https://github.com/01org/ciao/pull/701

	Issue/PR #731: ciao-cli: Make ciao-cli scriptable
	URL: https://github.com/01org/ciao/pull/731

	Issue/PR #703: ciao-controller: Fix volume detail "corruption" in ListVolumesDetail
	URL: https://github.com/01org/ciao/pull/703

	Issue/PR #705: ciao-cli: Report volumes in creation time order
	URL: https://github.com/01org/ciao/pull/705

---Full Change Log---
	Merge pull request #748 from rbradford/parse-commands-before-tenant-setup
	Merge pull request #750 from kaccardi/topic/change-expected-response
	ciao-cli: expect NoContent from instance delete
	Merge pull request #744 from kaccardi/topic/add-test-storage-workload
	Merge pull request #741 from kaccardi/topic/fix-image-import
	ciao-storage: do not use rbd import
	ciao-cli: Parse the subcommand before identifying with keystone
	Merge pull request #743 from kaccardi/topic/handle-getStorage-error
	Merge pull request #742 from kaccardi/topic/create-CopyBlockDevice
	Merge pull request #740 from kaccardi/topic/update-attachments-at-delete
	Merge pull request #739 from kaccardi/topic/send-volume-attachments
	bat_tests: increase default command timeout
	bat_tests: remove bulk workload start test
	ciao-controller: controller_test: add fake image
	ciao-controller: add new storage workload
	singlevm: add new workload
	ciao-controller: return error if getStorage fails
	ciao-cli: support creation of bootable volumes
	Allow devices to be created either from image or from volume.
	Merge pull request #737 from kaccardi/topic/fix-datastore-storage
	ciao-controller: openstack_compute: send volume information with Server
	ciao-cli: list volume information with instance detail
	ciao-controller: datastore: update attachments when deleting instance
	ciao-controller: datastore: implement workload_storage table
	Merge pull request #736 from markdryan/master
	ciao-cli: Fix instance list template ordering
	Merge pull request #735 from sboeuf/work
	Add missing bus parameter for a CharDevice
	Merge pull request #734 from rbradford/fix-ssntp-stringer
	Merge pull request #701 from rbradford/fix-instance-ordering
	Merge pull request #731 from markdryan/master
	ciao-cli: Make ciao-cli scriptable
	Merge pull request #703 from rbradford/fix-openstack-volume-loop-corruption
	ssntp: Remove the trailing "-" from ouput from the Stringer
	ciao-cli: Sort the list of instances by creation time
	ciao-controller: Record instance creation time and preserve in database
	ciao-controller: Fix volume detail "corruption" in ListVolumesDetail
	Merge pull request #705 from rbradford/fix-volume-ordering
	ciao-cli: Report volumes in creation time order
	Merge pull request #699 from jorgevgut/pagerfix