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

83: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 19 Jan 00:20
· 1231 commits to master since this release
---closed---
	Issue/PR #1027: Cannot create workloads with image source
	URL: https://github.com/01org/ciao/issues/1027

	Issue/PR #1028: Fix #1027 - workload yaml parsing
	URL: https://github.com/01org/ciao/pull/1028

	Issue/PR #1018: ciao-launcher: Use MiB in the launcher storage code
	URL: https://github.com/01org/ciao/pull/1018

	Issue/PR #990: launcher needs to use GiB
	URL: https://github.com/01org/ciao/issues/990

	Issue/PR #1020: ciao-launcher: Wait for virtualizer to terminate
	URL: https://github.com/01org/ciao/pull/1020

	Issue/PR #1009: storage_bat.TestDeleteInstanceWhileAttaching is flaky
	URL: https://github.com/01org/ciao/issues/1009

	Issue/PR #606: The START payload can only contain one volume
	URL: https://github.com/01org/ciao/issues/606

	Issue/PR #1015: Revendor gorilla mux
	URL: https://github.com/01org/ciao/pull/1015

	Issue/PR #1011: ciao-cli: Add support for regexp matching
	URL: https://github.com/01org/ciao/pull/1011

	Issue/PR #1010: Start improving error reporting in controller
	URL: https://github.com/01org/ciao/pull/1010

	Issue/PR #1006: Add ciao-webui support to ciao-down and Single VM
	URL: https://github.com/01org/ciao/pull/1006

	Issue/PR #1003: ciao-controller: Support multiple storage resources per workload
	URL: https://github.com/01org/ciao/pull/1003

	Issue/PR #945: Add support for multiple volumes per workload.
	URL: https://github.com/01org/ciao/issues/945

	Issue/PR #1004: ciao-cli: Add support for generic string matching in templates
	URL: https://github.com/01org/ciao/pull/1004

	Issue/PR #981: openstack: retrieve tenant from token when absent from mux
	URL: https://github.com/01org/ciao/pull/981

	Issue/PR #866: identity wrapper doesn't work for image service
	URL: https://github.com/01org/ciao/issues/866

	Issue/PR #1002: .gitignore: ignore vim swap files
	URL: https://github.com/01org/ciao/pull/1002

	Issue/PR #1001: vendor: netlink and netns: Update to 1890b34 and 2c9454e
	URL: https://github.com/01org/ciao/pull/1001

	Issue/PR #899: ciao-deploy: Install dependencies
	URL: https://github.com/01org/ciao/issues/899

	Issue/PR #982: Let ciao packages create the ciao user
	URL: https://github.com/01org/ciao/issues/982

	Issue/PR #1000: Deployment CleanUp
	URL: https://github.com/01org/ciao/pull/1000

	Issue/PR #39: cannot delete all docker instances through the cli
	URL: https://github.com/01org/ciao/issues/39

	Issue/PR #6: Introduce new 'downloading' State for instances
	URL: https://github.com/01org/ciao/issues/6

	Issue/PR #999: bat: Enable static analysis on BAT tests
	URL: https://github.com/01org/ciao/pull/999

	Issue/PR #998: vendor: boltdb: Update boltdb to version a705895
	URL: https://github.com/01org/ciao/pull/998

	Issue/PR #997: BAT enhancements for storage
	URL: https://github.com/01org/ciao/pull/997

	Issue/PR #962: ansible: create ciao-launcher role
	URL: https://github.com/01org/ciao/pull/962

	Issue/PR #819: ansible: replace ciao-compute and ciao-network with ciao-launcher role
	URL: https://github.com/01org/ciao/issues/819

---merged---
	Issue/PR #1028: Fix #1027 - workload yaml parsing
	URL: https://github.com/01org/ciao/pull/1028

	Issue/PR #1018: ciao-launcher: Use MiB in the launcher storage code
	URL: https://github.com/01org/ciao/pull/1018

	Issue/PR #1020: ciao-launcher: Wait for virtualizer to terminate
	URL: https://github.com/01org/ciao/pull/1020

	Issue/PR #1015: Revendor gorilla mux
	URL: https://github.com/01org/ciao/pull/1015

	Issue/PR #1011: ciao-cli: Add support for regexp matching
	URL: https://github.com/01org/ciao/pull/1011

	Issue/PR #1010: Start improving error reporting in controller
	URL: https://github.com/01org/ciao/pull/1010

	Issue/PR #1006: Add ciao-webui support to ciao-down and Single VM
	URL: https://github.com/01org/ciao/pull/1006

	Issue/PR #1003: ciao-controller: Support multiple storage resources per workload
	URL: https://github.com/01org/ciao/pull/1003

	Issue/PR #1004: ciao-cli: Add support for generic string matching in templates
	URL: https://github.com/01org/ciao/pull/1004

	Issue/PR #981: openstack: retrieve tenant from token when absent from mux
	URL: https://github.com/01org/ciao/pull/981

	Issue/PR #1002: .gitignore: ignore vim swap files
	URL: https://github.com/01org/ciao/pull/1002

	Issue/PR #1001: vendor: netlink and netns: Update to 1890b34 and 2c9454e
	URL: https://github.com/01org/ciao/pull/1001

	Issue/PR #1000: Deployment CleanUp
	URL: https://github.com/01org/ciao/pull/1000

	Issue/PR #999: bat: Enable static analysis on BAT tests
	URL: https://github.com/01org/ciao/pull/999

	Issue/PR #998: vendor: boltdb: Update boltdb to version a705895
	URL: https://github.com/01org/ciao/pull/998

	Issue/PR #997: BAT enhancements for storage
	URL: https://github.com/01org/ciao/pull/997

	Issue/PR #962: ansible: create ciao-launcher role
	URL: https://github.com/01org/ciao/pull/962

---Full Change Log---
	Merge pull request #1017 from rbradford/error-reporting-improvements-2
	Merge pull request #1028 from rbradford/fix-1027
	ciao-cli: Update examples to use explicit source image
	ciao-cli: Fix workload yaml parsing
	Merge pull request #1018 from rbradford/launcher-mibi
	ciao-controller: datastore.GetStorageAttachments cannot return an error
	ciao-controller: Improve error logging in datastore
	Merge pull request #1020 from rbradford/fix-1009
	ciao-launcher: Fix ciao-launcher unit tests
	ciao-launcher: Wait for virtualizer to terminate
	ciao-launcher: Use MiB in the launcher storage code
	Merge pull request #1015 from markdryan/revendor-gorilla
	Merge pull request #1011 from mcastelino/template-subset
	travis: Explicitly go get github.com/gorilla/context
	vendor: gorilla: Revendor github.com/gorilla/mux to 757bef9
	Merge pull request #1010 from rbradford/error-reporting-improvements-1
	ciao-cli: Add support for regexp matching
	Merge pull request #1006 from markdryan/singlevm-webui
	ciao-controller: refactor event/failure code to make gocyclo happy
	ciao-controller: Return error in datastore.(Attach,Detach)VolumeFailure
	ciao-controller: Ensure client code logs all error from called functions
	vendor: Add github.com/pkg/errors to vendor
	datastore: refine datastore initialisation error handling
	datastore: Remove unnecessary use of errors.New()
	sqlite3db: Check error result from calling Populate()
	sqlite3db: Remove ineffectual error check
	Merge pull request #1003 from rbradford/workload-multiple-storage
	Merge pull request #1004 from mcastelino/template-subset
	ciao-down: Add support for ciao-webui
	ciao-launcher: Fix crash when container launch fails
	Single VM: Generate cert and conf file for web-ui
	ciao-cli: Add support for substring matching
	Merge pull request #981 from mrkz/tenant_empty_fix
	Merge pull request #1002 from mrkz/ignore_vimfiles
	openstack: requests with invalid admins mean non-admin user's request
	openstack: retrieve tenant from Token when absent from mux
	.gitignore: ignore vim swap files
	Merge pull request #1001 from markdryan/update-netlink
	Merge pull request #1000 from albertomurillo/deployment
	ansible: Replace ansible `service` module with `systemd`
	ansible: Install ciao-launcher and ciao-controller packages on Ubuntu and Fedora
	ansible: Do not create ciao user
	ciao-controller: Support multiple storage resources per workload
	vendor: netlink and netns: Update to 1890b34 and 2c9454e
	Merge pull request #999 from markdryan/lintbat
	bat: Enable static analysis on BAT tests
	Merge pull request #998 from markdryan/update-boltdb
	Merge pull request #997 from rbradford/storage-bat-enhancements
	bat: Use MiB rather than MB for CreateRandomFile
	bat: Create a test image for TestCreateVolumeFromImage
	bat: Move image_bat.addRandomImage to bat.AddRandomImage
	vendor: boltdb: Update boltdb to version a705895
	Merge pull request #962 from albertomurillo/launcher