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

78: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 13 Dec 00:19
· 1379 commits to master since this release
---closed---
	Issue/PR #556: External IP Support: Controller, CLI and Web UI Requirements
	URL: https://github.com/01org/ciao/issues/556

	Issue/PR #964: ciao-cli: Validate image file exists when adding a new image.
	URL: https://github.com/01org/ciao/pull/964

	Issue/PR #874: ciao-cli,ciao-image: image in queued state if file does not exist
	URL: https://github.com/01org/ciao/issues/874

	Issue/PR #965: SingleVM: Use templates to get SSH IP
	URL: https://github.com/01org/ciao/pull/965

	Issue/PR #844: Single VM: container network connectivity test failure
	URL: https://github.com/01org/ciao/issues/844

	Issue/PR #940: ciao-storage lacks unit tests
	URL: https://github.com/01org/ciao/issues/940

	Issue/PR #928: storage BAT tests do not work on release cluster
	URL: https://github.com/01org/ciao/issues/928

	Issue/PR #963: misc: Fix tennant->tenant typo
	URL: https://github.com/01org/ciao/pull/963

	Issue/PR #880: Spelling: tennant vs. tenant
	URL: https://github.com/01org/ciao/issues/880

	Issue/PR #961: Fix glog dependencies
	URL: https://github.com/01org/ciao/pull/961

	Issue/PR #944: ansible: Make sure the deployment node is using the correct ciao-cli
	URL: https://github.com/01org/ciao/pull/944

	Issue/PR #943: ansible: ciao-cli binary missing in the deployment node
	URL: https://github.com/01org/ciao/issues/943

	Issue/PR #906: ciao-image: Fix raw datastore error handling on ciao-image service
	URL: https://github.com/01org/ciao/pull/906

	Issue/PR #905: ciao-storage, ciao-image: RBD commands hang and then hang ciao-image service calls
	URL: https://github.com/01org/ciao/issues/905

	Issue/PR #919: osprepare should not import glog
	URL: https://github.com/01org/ciao/issues/919

	Issue/PR #954: Single VM : Exit on cleanup
	URL: https://github.com/01org/ciao/pull/954

	Issue/PR #953: Unable to cancel Single VM setup
	URL: https://github.com/01org/ciao/issues/953

	Issue/PR #935: bat: Specify where to run bat tests from
	URL: https://github.com/01org/ciao/pull/935

	Issue/PR #930: Refactor logging interface used in osprepare
	URL: https://github.com/01org/ciao/pull/930

	Issue/PR #942: networking: libsnnet: Export Vnic API
	URL: https://github.com/01org/ciao/pull/942

	Issue/PR #941: networking: libsnnet: Export bridge API
	URL: https://github.com/01org/ciao/pull/941

	Issue/PR #922: Image upload race condition in Single VM
	URL: https://github.com/01org/ciao/issues/922

	Issue/PR #835: ciao-down: Add ciao-down, a utility for building VMs for Single VM
	URL: https://github.com/01org/ciao/pull/835

	Issue/PR #566: Return correct error response from upload image
	URL: https://github.com/01org/ciao/issues/566

	Issue/PR #937: ciao-image: Add regex pattern for validating UUID
	URL: https://github.com/01org/ciao/pull/937

	Issue/PR #563: Add input validation for uuids: image service
	URL: https://github.com/01org/ciao/issues/563

	Issue/PR #681: ciao-image ignores most of the parameters passed to by ciao-cli image add
	URL: https://github.com/01org/ciao/issues/681

	Issue/PR #684: ciao-cli image list on SingleVM has some empty values
	URL: https://github.com/01org/ciao/issues/684

	Issue/PR #936: ciao-cli image cleanup
	URL: https://github.com/01org/ciao/pull/936

	Issue/PR #939: ciao-storage: Improve error logging from rbd commands
	URL: https://github.com/01org/ciao/pull/939

	Issue/PR #642: ciao-storage: ceph: improve the error reporting when creating volumes
	URL: https://github.com/01org/ciao/issues/642

	Issue/PR #895: testutil: Add temporary test cert file generation
	URL: https://github.com/01org/ciao/pull/895

	Issue/PR #938: ciao-cli: Indicate that newly created instance is pending
	URL: https://github.com/01org/ciao/pull/938

	Issue/PR #674: Need to error out if instance creation fails
	URL: https://github.com/01org/ciao/issues/674

	Issue/PR #694: end-user workload definition
	URL: https://github.com/01org/ciao/issues/694

	Issue/PR #783: BAT tests do not work on ansible installed clusters
	URL: https://github.com/01org/ciao/issues/783

---merged---
	Issue/PR #964: ciao-cli: Validate image file exists when adding a new image.
	URL: https://github.com/01org/ciao/pull/964

	Issue/PR #965: SingleVM: Use templates to get SSH IP
	URL: https://github.com/01org/ciao/pull/965

	Issue/PR #963: misc: Fix tennant->tenant typo
	URL: https://github.com/01org/ciao/pull/963

	Issue/PR #961: Fix glog dependencies
	URL: https://github.com/01org/ciao/pull/961

	Issue/PR #944: ansible: Make sure the deployment node is using the correct ciao-cli
	URL: https://github.com/01org/ciao/pull/944

	Issue/PR #906: ciao-image: Fix raw datastore error handling on ciao-image service
	URL: https://github.com/01org/ciao/pull/906

	Issue/PR #954: Single VM : Exit on cleanup
	URL: https://github.com/01org/ciao/pull/954

	Issue/PR #935: bat: Specify where to run bat tests from
	URL: https://github.com/01org/ciao/pull/935

	Issue/PR #930: Refactor logging interface used in osprepare
	URL: https://github.com/01org/ciao/pull/930

	Issue/PR #942: networking: libsnnet: Export Vnic API
	URL: https://github.com/01org/ciao/pull/942

	Issue/PR #941: networking: libsnnet: Export bridge API
	URL: https://github.com/01org/ciao/pull/941

	Issue/PR #835: ciao-down: Add ciao-down, a utility for building VMs for Single VM
	URL: https://github.com/01org/ciao/pull/835

	Issue/PR #937: ciao-image: Add regex pattern for validating UUID
	URL: https://github.com/01org/ciao/pull/937

	Issue/PR #936: ciao-cli image cleanup
	URL: https://github.com/01org/ciao/pull/936

	Issue/PR #939: ciao-storage: Improve error logging from rbd commands
	URL: https://github.com/01org/ciao/pull/939

	Issue/PR #895: testutil: Add temporary test cert file generation
	URL: https://github.com/01org/ciao/pull/895

	Issue/PR #938: ciao-cli: Indicate that newly created instance is pending
	URL: https://github.com/01org/ciao/pull/938

---Full Change Log---
	Merge pull request #960 from rbradford/ceph-image-size
	Merge pull request #964 from erick0z/ciao-image
	Merge pull request #965 from mcastelino/singlevm_templates
	SingleVM: Use templates to get SSH IP
	ciao-cli: Validate image file exists when adding a new image.
	Merge pull request #963 from rbradford/tenant-name-fix
	Merge pull request #961 from sboeuf/master
	database: Initialize clogger from packages using it
	networking: libsnnet: Initialize clogger from packages using it
	database: Fix glog dependency relying on clogger
	networking: libsnnet: Fix glog dependency relying on clogger
	Merge pull request #944 from erick0z/ansible
	Merge pull request #906 from obedmr/issue-905
	misc: Fix tennant->tenant typo
	controller: Populate image size in openstack image API
	ciao-image: Populate image datastore with rbd image size
	ciao-image: Add clean mechanism after test
	ciao-image: Fix raw datastore error handling on ciao-image service
	bat: Add ceph test for creating a sized block device
	storage: Add support to ceph for querying block device size
	Merge pull request #954 from markdryan/fix-953
	Single VM : Exit on cleanup
	ansible: Make sure the deployment node is using the correct ciao-cli binary
	Merge pull request #935 from albertomurillo/bat
	Merge pull request #930 from bryteise/logging-refactor
	Merge pull request #942 from sboeuf/master
	networking: libsnnet: Export Vnic API
	Merge pull request #941 from sboeuf/master
	Merge pull request #835 from markdryan/ciao-dev
	Merge pull request #937 from obedmr/issue-563
	Merge pull request #936 from rbradford/image-cleanup
	networking: libsnnet: Export bridge API
	ciao-cli: Drop unused parameters from ciao-cli image add/modify
	Refactor logging interface used in osprepare
	Merge pull request #939 from rbradford/improve-storage-error-logging
	ciao-storage: Improve error logging from rbd commands
	bat: Specify where to run bat tests from
	ciao-image: Fix error handling on not-found images
	ciao-image: Add regex pattern for validating UUID
	Merge pull request #895 from bryteise/test-cert-generator
	ciao-down: Fix golint errors in ciao_down.go
	ciao-down: Install ssh-client tools on host
	ciao-down: Set correct owner for home directory
	ciao-down: Clarify use of git variables.
	ciao-down: Create constants for guest image meta data
	ciao-down: Fix check for Go extraction
	ciao-down: Generate SSH keys instead of using id_rsa
	ciao-down: Don't add ciao-down VM to host's known_hosts file
	ciao-down: Remove unneeded if statements
	ciao-down: Remove unused password
	ciao-down: Check nested KVM is enabled
	ciao-down: Add --debug to the prepare command
	Single VM: Remove image service race condition
	ciao-down: Intelligently choose resources for VM
	ciao-down: Fix an issue with GOPATH mounting
	ciao-down: Remove use of glog
	ciao-down: Reorganize the source
	ciao-down: Fix two error messages
	ciao-down: Add README.md file
	ciao-down: Report cloud-init errors
	ciao-down: Fix file sharing and hosts file
	ciao-down: Install openstack dependencies
	ciao-down: Add ciao-down, a utility for building VMs for Single VM
	Merge pull request #938 from rbradford/fix-674
	ciao-cli: Indicate that newly created instance is pending
	ciao-cli: Remove unused fields from ciao-cli image show/list
	testutil: Add temporary test cert file generation
	Merge pull request #923 from markdryan/fix-911