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

70: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 22 Nov 00:18
· 1583 commits to master since this release
---closed---
	Issue/PR #831: ciao-cli: list available subcommands based on privilege
	URL: https://github.com/01org/ciao/issues/831

	Issue/PR #825: travis: gocyclo on unit test .go files?
	URL: https://github.com/01org/ciao/issues/825

	Issue/PR #837: ansible: Install docker-py on fedora from docker role
	URL: https://github.com/01org/ciao/pull/837

	Issue/PR #838: ansible: `ciao_guest_key` var to contain workload pubkey
	URL: https://github.com/01org/ciao/pull/838

	Issue/PR #814: ansible: change `ciao_guest_key` var to contain the public ssh key
	URL: https://github.com/01org/ciao/issues/814

	Issue/PR #834: Migrate all VM storage to ceph
	URL: https://github.com/01org/ciao/issues/834

	Issue/PR #811: Store images in ceph
	URL: https://github.com/01org/ciao/pull/811

	Issue/PR #840: ciao-cli: Add more template examples to the README.md
	URL: https://github.com/01org/ciao/pull/840

	Issue/PR #569: Add testing for ciao-storage (ceph) via BAT
	URL: https://github.com/01org/ciao/issues/569

	Issue/PR #836: BAT testing for ceph storage backend
	URL: https://github.com/01org/ciao/pull/836

	Issue/PR #808: Ciao launcher sends instance delete message too early
	URL: https://github.com/01org/ciao/issues/808

---merged---
	Issue/PR #837: ansible: Install docker-py on fedora from docker role
	URL: https://github.com/01org/ciao/pull/837

	Issue/PR #838: ansible: `ciao_guest_key` var to contain workload pubkey
	URL: https://github.com/01org/ciao/pull/838

	Issue/PR #811: Store images in ceph
	URL: https://github.com/01org/ciao/pull/811

	Issue/PR #840: ciao-cli: Add more template examples to the README.md
	URL: https://github.com/01org/ciao/pull/840

	Issue/PR #836: BAT testing for ceph storage backend
	URL: https://github.com/01org/ciao/pull/836

---Full Change Log---
	Merge pull request #845 from mcastelino/single_vm_tls_fix
	Single VM: Cleanup any orphan ciao networks
	Single VM: Switch the container test image to debian from ubuntu
	Merge pull request #837 from albertomurillo/docker-py
	Merge pull request #838 from mrkz/workload_ssh_key_file_to_var
	Merge pull request #811 from rbradford/store-images-in-ceph
	ciao-controller: Create CoW volumes when booting images
	ciao-image: Add support for backing image service with ceph
	ciao-storage: Add basic snapshot support to block API
	ciao-storage: Allow specifying the volume ID when creating block devices
	ciao-storage: Don't use a pointer to image path string
	ciao-controller: Update reference workloads to use volumes
	singlevm: Migrate all VMs to use volume based storage
	ciao-controller: Enable workload based storage for CNCI
	ciao-storage: Enhance error messages from ceph code
	Merge pull request #840 from markdryan/master
	Merge pull request #836 from rbradford/ceph-bat-testing
	bat: Add basic ceph testing to run as part of BAT.
	ciao-cli: Add more template examples to the README.md
	ansible: `ciao_guest_key` var to contain workload pubkey
	ansible: Install docker-py on fedora from docker role
	bat: Move random file creation to common BAT code
	Merge pull request #833 from markdryan/master