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

77: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 06 Dec 00:18
· 1446 commits to master since this release
---closed---
	Issue/PR #856: Use a memory datastore for datastore tests
	URL: https://github.com/01org/ciao/pull/856

	Issue/PR #403: Improve datastore unit testing by creating fake persistent datastores
	URL: https://github.com/01org/ciao/issues/403

	Issue/PR #926: Single VM: Bugfix: Setup the cloud-init in the right location
	URL: https://github.com/01org/ciao/pull/926

	Issue/PR #925: Single VM: Tests fails if ~/local directory is deleted
	URL: https://github.com/01org/ciao/issues/925

	Issue/PR #904: ansible: Upload images to ciao-image
	URL: https://github.com/01org/ciao/pull/904

	Issue/PR #841: Ansible needs to upload image files
	URL: https://github.com/01org/ciao/issues/841

	Issue/PR #909: Persistent store cleanup
	URL: https://github.com/01org/ciao/pull/909

	Issue/PR #876: Add Storage bat tests
	URL: https://github.com/01org/ciao/pull/876

	Issue/PR #682: Create BAT tests for storage
	URL: https://github.com/01org/ciao/issues/682

	Issue/PR #890: ciao-controller: allow overlapping subnets for tenant internal IPs
	URL: https://github.com/01org/ciao/pull/890

	Issue/PR #712: Change ciao-controller IP allocation algorithm to re-enable overlapping IP
	URL: https://github.com/01org/ciao/issues/712

	Issue/PR #914: Single VM: Fix SSH Key provisioning issue
	URL: https://github.com/01org/ciao/pull/914

	Issue/PR #913: Single VM: SSH connectivity verification fails due to ssh key provisioning failure
	URL: https://github.com/01org/ciao/issues/913

	Issue/PR #915: Kicking travis: DO NOT MERGE
	URL: https://github.com/01org/ciao/pull/915

	Issue/PR #758: VM booting should always have workload storage associated with it
	URL: https://github.com/01org/ciao/issues/758

	Issue/PR #903: ciao-controller: prevent deletion of instances with mapped IPs
	URL: https://github.com/01org/ciao/pull/903

	Issue/PR #898: ciao-controller: force user to unmap external IP prior to delete
	URL: https://github.com/01org/ciao/issues/898

	Issue/PR #891: ciao-image: Set status to 'Killed' when upload fails
	URL: https://github.com/01org/ciao/pull/891

	Issue/PR #663: ciao-image: Failure to upload an image can lead to an invalid state and corrupted image
	URL: https://github.com/01org/ciao/issues/663

	Issue/PR #900: ciao-controller: more verbose error message
	URL: https://github.com/01org/ciao/pull/900

	Issue/PR #902: singlevm: update wiki link
	URL: https://github.com/01org/ciao/pull/902

	Issue/PR #908: Single VM: Fix Single VM
	URL: https://github.com/01org/ciao/pull/908

	Issue/PR #907: ciao-controller: Fix build errors from patch merges
	URL: https://github.com/01org/ciao/pull/907

	Issue/PR #850: ciao-controller: Change persistent data paths
	URL: https://github.com/01org/ciao/pull/850

	Issue/PR #83: data race in controller_test.go
	URL: https://github.com/01org/ciao/issues/83

	Issue/PR #868: ciao-controller data race
	URL: https://github.com/01org/ciao/issues/868

	Issue/PR #877: ciao-controller unit test improvements
	URL: https://github.com/01org/ciao/pull/877

	Issue/PR #806: ciao-cli node list -compute returns error
	URL: https://github.com/01org/ciao/issues/806

	Issue/PR #863: external ip support
	URL: https://github.com/01org/ciao/pull/863

	Issue/PR #879: External IP: Handle Error Cases & generate error events
	URL: https://github.com/01org/ciao/issues/879

	Issue/PR #693: ciao-cli: Add support of listing external IPs
	URL: https://github.com/01org/ciao/issues/693

---merged---
	Issue/PR #856: Use a memory datastore for datastore tests
	URL: https://github.com/01org/ciao/pull/856

	Issue/PR #926: Single VM: Bugfix: Setup the cloud-init in the right location
	URL: https://github.com/01org/ciao/pull/926

	Issue/PR #904: ansible: Upload images to ciao-image
	URL: https://github.com/01org/ciao/pull/904

	Issue/PR #909: Persistent store cleanup
	URL: https://github.com/01org/ciao/pull/909

	Issue/PR #876: Add Storage bat tests
	URL: https://github.com/01org/ciao/pull/876

	Issue/PR #890: ciao-controller: allow overlapping subnets for tenant internal IPs
	URL: https://github.com/01org/ciao/pull/890

	Issue/PR #914: Single VM: Fix SSH Key provisioning issue
	URL: https://github.com/01org/ciao/pull/914

	Issue/PR #903: ciao-controller: prevent deletion of instances with mapped IPs
	URL: https://github.com/01org/ciao/pull/903

	Issue/PR #891: ciao-image: Set status to 'Killed' when upload fails
	URL: https://github.com/01org/ciao/pull/891

	Issue/PR #900: ciao-controller: more verbose error message
	URL: https://github.com/01org/ciao/pull/900

	Issue/PR #902: singlevm: update wiki link
	URL: https://github.com/01org/ciao/pull/902

	Issue/PR #908: Single VM: Fix Single VM
	URL: https://github.com/01org/ciao/pull/908

	Issue/PR #907: ciao-controller: Fix build errors from patch merges
	URL: https://github.com/01org/ciao/pull/907

	Issue/PR #850: ciao-controller: Change persistent data paths
	URL: https://github.com/01org/ciao/pull/850

	Issue/PR #877: ciao-controller unit test improvements
	URL: https://github.com/01org/ciao/pull/877

---Full Change Log---
	Merge pull request #923 from markdryan/fix-911
	Merge pull request #856 from rbradford/memory-datastore
	Merge pull request #926 from mcastelino/topic/singlevm_fix_test_ips
	Single VM: Bugfix: Setup the cloud-init in the right location
	Merge pull request #904 from albertomurillo/images
	travis: Run golint on all builds
	ciao-down: Remove erroneous call to misspell
	travis: Enable go1.8beta1 builds
	sqlite3db: Add basic testing of instance statistics
	sqlite3db: Add test coverage of event logging
	sqlite3db: Add testing of stats handling in sqlite3db
	sqlite3db: Remove (now) unused GetFrameStatistics()
	datastore: Refactor out common test frame creation code
	sqlite3db: Add testing of tenant creation and retrieval
	sqlite3db: Dynamically create sqlite memory backends
	sqlite3db: Add test coverage of workloads
	sqlite3db: Modify test names to show they're testing sqlite backend
	sqlite3db: Import workloads and tables into DB
	ciao-controller: Remove sleeps from datastore test
	ciao-controller: Add a memory backend for unit testing
	ciao-controller: Add the ability to switch DB backend for datastore
	ciao-controller: Report error message from datastore initialisation
	Merge pull request #909 from rbradford/persistent-store-cleanup
	Merge pull request #876 from markdryan/storage_bat
	Merge pull request #890 from kaccardi/topic/allow-overlapping-ips
	ansible: Use CIAO_CA_CERT_FILE env var when calling ciao-cli
	ansible: Move variables from ciao-common to ciao-controller
	ansible: Update references of fedora23 to fedora24
	ansible: Upload images to ciao-image service
	ciao-controller: allow overlapping subnets for tenant internal IPs
	Merge pull request #914 from mcastelino/topic/singlevm_fix_test_ips
	Travis CI: Install DNS Masq
	Single VM: Fix SSH Key provisioning issue
	bat: Add storage bat tests
	bat: Split bat.go
	bat: Update ciao-cli calls to use new template function
	Merge pull request #903 from kaccardi/topic/issue-898
	sqlite3db: Treat the PersistentURI as a URI
	sqlite3db: Remove directory creation for workloads and tables
	Merge pull request #891 from obedmr/issue-663
	Merge pull request #900 from tpepper/master
	Merge pull request #902 from tpepper/commentfix
	Merge pull request #908 from markdryan/fix-single-vm
	Single VM: Fix Single VM
	Merge pull request #907 from rbradford/fix-client-merge-break
	ciao-controller: Fix build errors from patch merges
	Merge pull request #850 from obedmr/ciao-controller
	Merge pull request #877 from rbradford/unit-test-tweaks
	ciao-controller: prevent deletion of instances with mapped IPs
	singlevm: update wiki link
	ciao-controller: more verbose error message
	ciao-image: Set status to 'Killed' when upload fails
	Merge pull request #863 from kaccardi/topic/combined-external-ips