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

84: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 31 Jan 00:26
· 1202 commits to master since this release
---closed---
	Issue/PR #1057: Documentation Update: Update Developer Documentation to reflect ciao-down based setup
	URL: https://github.com/01org/ciao/pull/1057

	Issue/PR #1037: openstack: Reduce number of Keystone requests
	URL: https://github.com/01org/ciao/pull/1037

	Issue/PR #1069: ciao-cli: identity: return wrapped errors
	URL: https://github.com/01org/ciao/pull/1069

	Issue/PR #1068: ciao-cli: identity: getting a token never fails even when it fails
	URL: https://github.com/01org/ciao/issues/1068

	Issue/PR #1062: ciao-cli: Remove non-supported image download and modify
	URL: https://github.com/01org/ciao/pull/1062

	Issue/PR #1071: Networking: Add explicit allow rules for Ciao Traffic
	URL: https://github.com/01org/ciao/pull/1071

	Issue/PR #1064: ciao-down fails ssh connectivity tests
	URL: https://github.com/01org/ciao/issues/1064

	Issue/PR #1034: Specify http API for quotas and limits
	URL: https://github.com/01org/ciao/issues/1034

	Issue/PR #1061: ciao-cli: fail to download an image
	URL: https://github.com/01org/ciao/issues/1061

	Issue/PR #1060: ciao-cli: Fail to update name of an uploaded image
	URL: https://github.com/01org/ciao/issues/1060

	Issue/PR #1033: remove disk_mb from workload definition
	URL: https://github.com/01org/ciao/issues/1033

	Issue/PR #1049: controller: Fix race condition in confirmTenant
	URL: https://github.com/01org/ciao/pull/1049

	Issue/PR #1007: ciao-webui breaks ciao
	URL: https://github.com/01org/ciao/issues/1007

	Issue/PR #1045: ciao-controller: fix bug in workload validation
	URL: https://github.com/01org/ciao/pull/1045

	Issue/PR #1039: CNCI needs to maintain its state across reboots
	URL: https://github.com/01org/ciao/issues/1039

	Issue/PR #1032: Networking: cnci-agent: Persist network state across reboots/migration
	URL: https://github.com/01org/ciao/pull/1032

	Issue/PR #1030: Enhance workload storage verification
	URL: https://github.com/01org/ciao/pull/1030

	Issue/PR #1026: Workload verification needs improving
	URL: https://github.com/01org/ciao/issues/1026

	Issue/PR #1031: ciao-controller: switch api to use regex in uuid package.
	URL: https://github.com/01org/ciao/pull/1031

	Issue/PR #917: Single VM runs all services as root
	URL: https://github.com/01org/ciao/issues/917

	Issue/PR #787: configuration: There is no universal way to get cluster configuration
	URL: https://github.com/01org/ciao/issues/787

	Issue/PR #1008: datastore.GetStorageAttachments prototype returns error
	URL: https://github.com/01org/ciao/issues/1008

	Issue/PR #1017: Improve error reporting in controller
	URL: https://github.com/01org/ciao/pull/1017

---merged---
	Issue/PR #1057: Documentation Update: Update Developer Documentation to reflect ciao-down based setup
	URL: https://github.com/01org/ciao/pull/1057

	Issue/PR #1037: openstack: Reduce number of Keystone requests
	URL: https://github.com/01org/ciao/pull/1037

	Issue/PR #1069: ciao-cli: identity: return wrapped errors
	URL: https://github.com/01org/ciao/pull/1069

	Issue/PR #1062: ciao-cli: Remove non-supported image download and modify
	URL: https://github.com/01org/ciao/pull/1062

	Issue/PR #1071: Networking: Add explicit allow rules for Ciao Traffic
	URL: https://github.com/01org/ciao/pull/1071

	Issue/PR #1049: controller: Fix race condition in confirmTenant
	URL: https://github.com/01org/ciao/pull/1049

	Issue/PR #1045: ciao-controller: fix bug in workload validation
	URL: https://github.com/01org/ciao/pull/1045

	Issue/PR #1032: Networking: cnci-agent: Persist network state across reboots/migration
	URL: https://github.com/01org/ciao/pull/1032

	Issue/PR #1030: Enhance workload storage verification
	URL: https://github.com/01org/ciao/pull/1030

	Issue/PR #1031: ciao-controller: switch api to use regex in uuid package.
	URL: https://github.com/01org/ciao/pull/1031

	Issue/PR #1017: Improve error reporting in controller
	URL: https://github.com/01org/ciao/pull/1017

---Full Change Log---
	Merge pull request #1078 from mcastelino/topic/documentation
	Documentation: Documentation update
	Merge pull request #1057 from mcastelino/topic/documentation
	Merge pull request #1037 from obedmr/identity
	openstack: Reduce number of Keystone requests
	Merge pull request #1069 from tpepper/cli_identity_oddity
	Merge pull request #1062 from obedmr/ciao-cli
	Merge pull request #1071 from mcastelino/topic/ciao-down-docker-fix
	Networking: Explicitly allow fwding on the ciao bridges
	ciao-cli: identity: return wrapped errors
	Documentation: Add sections on proxies and ciao-webui
	ciao-cli: Remove non-supported image download and modify
	Documentation: Create ciao development environment setup documentation
	Merge pull request #1049 from markdryan/fix-1007
	controller: Fix race condition in confirmTenant
	Merge pull request #1045 from kaccardi/topic/fix-workload-validation
	ciao-controller: fix bug in workload validation
	Merge pull request #1032 from mcastelino/cnci-migration
	Networking: single vm: Check network state restore on CNCI restart
	Networking: cnci agent: switch to errors package
	Networking: cnci-agent: Persist network state across reboots/migration
	Merge pull request #1030 from rbradford/workload-verification-enhancements
	Merge pull request #1031 from kaccardi/topic/api-regex-cleanup
	ciao-controller: switch api to use regex in uuid package.
	ciao-controller: Remove redundant if checks
	Merge pull request #1017 from rbradford/error-reporting-improvements-2