This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Releases: ciao-project/ciao
Releases · ciao-project/ciao
70: Changes since last 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
69: Changes since last release
---closed--- Issue/PR #817: ansible: Optionally skip ceph configuration on ciao nodes URL: https://github.com/01org/ciao/pull/817 Issue/PR #782: Ansible playbook should not fail if the ceph directory is missing URL: https://github.com/01org/ciao/issues/782 Issue/PR #832: ciao-deployment: Fix ownership of /etc/systemd/system URL: https://github.com/01org/ciao/pull/832 Issue/PR #820: ansible: /etc/systemd/system directory belongs to ciao user URL: https://github.com/01org/ciao/issues/820 Issue/PR #537: ciao-image: Implement Modify/Download image operations URL: https://github.com/01org/ciao/issues/537 Issue/PR #823: Images should be immutable URL: https://github.com/01org/ciao/issues/823 ---merged--- Issue/PR #817: ansible: Optionally skip ceph configuration on ciao nodes URL: https://github.com/01org/ciao/pull/817 Issue/PR #832: ciao-deployment: Fix ownership of /etc/systemd/system URL: https://github.com/01org/ciao/pull/832 ---Full Change Log--- Merge pull request #833 from markdryan/master ciao-launcher: Send InstanceDeleted after instance deletion ciao-launcher: Timeout ContainerStats bat: Improve TestDeleteAllInstances robustness ciao-launcher: Don't share docker client among go routines Merge pull request #817 from albertomurillo/skip_ceph Merge pull request #832 from erick0z/master ciao-deployment: Fix ownership of /etc/systemd/system ansible: Optionally skip ceph configuration on ciao nodes Merge pull request #824 from rbradford/ciao-image-immutable
68: Changes since last release
---closed--- Issue/PR #828: fixes for travis golint upgrade URL: https://github.com/01org/ciao/pull/828 Issue/PR #784: Image Service is not installed by ansible scripts URL: https://github.com/01org/ciao/issues/784 ---merged--- Issue/PR #828: fixes for travis golint upgrade URL: https://github.com/01org/ciao/pull/828 ---Full Change Log--- Merge pull request #824 from rbradford/ciao-image-immutable ciao-image: Do not allow upload for existing image ciao-cli: Remove ciao-cli image upload command bat: Remove BAT tests for overriding an existing image Merge pull request #828 from kaccardi/topic/fix-travis testutil: remove newlines from error strings ssntp: remove newlines from error strings libsnnet: remove capitalization and newline from error string ciao-vendor: remove newlines from error strings ciao-launcher: fix golint issues Merge pull request #789 from albertomurillo/image
67: Changes since last release
---closed--- Issue/PR #673: ciao-controller: complete volume create asynchronously URL: https://github.com/01org/ciao/issues/673 Issue/PR #650: ciao-image: Add configuration package support URL: https://github.com/01org/ciao/issues/650 Issue/PR #801: ciao-image: Integrate ciao-image into ciao-controller URL: https://github.com/01org/ciao/issues/801 Issue/PR #795: ansible: update deployment instructions to use container URL: https://github.com/01org/ciao/pull/795 Issue/PR #798: contributing: Add an exception for commit message summaries URL: https://github.com/01org/ciao/pull/798 Issue/PR #803: ansible: Retry Create custom projects task URL: https://github.com/01org/ciao/pull/803 Issue/PR #788: Ansible fails creating keystone projects in first run (ClearLinux) URL: https://github.com/01org/ciao/issues/788 Issue/PR #807: ciao-image: Integrate into ciao-controller service URL: https://github.com/01org/ciao/pull/807 Issue/PR #812: Single VM: Fully qualify ciao-cli URL: https://github.com/01org/ciao/pull/812 Issue/PR #818: Single VM: Container Connectivity test is incorrect URL: https://github.com/01org/ciao/issues/818 Issue/PR #815: bat: Add image BAT tests URL: https://github.com/01org/ciao/pull/815 Issue/PR #683: Create BAT tests for the image service URL: https://github.com/01org/ciao/issues/683 ---merged--- Issue/PR #795: ansible: update deployment instructions to use container URL: https://github.com/01org/ciao/pull/795 Issue/PR #803: ansible: Retry Create custom projects task URL: https://github.com/01org/ciao/pull/803 Issue/PR #807: ciao-image: Integrate into ciao-controller service URL: https://github.com/01org/ciao/pull/807 Issue/PR #812: Single VM: Fully qualify ciao-cli URL: https://github.com/01org/ciao/pull/812 Issue/PR #815: bat: Add image BAT tests URL: https://github.com/01org/ciao/pull/815 ---Full Change Log--- Merge pull request #789 from albertomurillo/image Merge pull request #795 from mrkz/ansible_readme_update Merge pull request #803 from albertomurillo/keystone Merge pull request #807 from obedmr/ciao-image Merge pull request #812 from mcastelino/single_vm_tls_fix ansible: Retry Create custom projects task swagger: Add missing documentation dependency ciao-image,ciao-controller: Integrate into ciao-controller service Merge pull request #815 from markdryan/master
66: Changes since last release
---closed--- Issue/PR #804: singlevm: Add keystone support to setup.sh URL: https://github.com/01org/ciao/pull/804 ---Full Change Log--- Merge pull request #815 from markdryan/master bat: Rename base to base_bat bat: Add image bat tests ciao-cli: Updated ciao-cli image help Merge pull request #805 from albertomurillo/travis
65: Changes since last release
---closed--- Issue/PR #767: [WIP] Experiment with volume images URL: https://github.com/01org/ciao/pull/767 Issue/PR #800: Add ciao-cli image show and templates to ciao-cli image add URL: https://github.com/01org/ciao/pull/800 Issue/PR #794: ciao-cli image show command is missing URL: https://github.com/01org/ciao/issues/794 Issue/PR #799: openstack: Update image API broken web references URL: https://github.com/01org/ciao/pull/799 Issue/PR #543: ciao-image: Need to fix code comment's Image weblink references to OpenStack API URL: https://github.com/01org/ciao/issues/543 Issue/PR #778: A more generic ciao vendor URL: https://github.com/01org/ciao/pull/778 Issue/PR #772: ciao-networking: simplify cnci image preparation mount URL: https://github.com/01org/ciao/pull/772 Issue/PR #797: A couple of CONTRIBUTIONG.md tweaks URL: https://github.com/01org/ciao/pull/797 Issue/PR #796: ansible: Remove .DS_Store URL: https://github.com/01org/ciao/pull/796 ---merged--- Issue/PR #800: Add ciao-cli image show and templates to ciao-cli image add URL: https://github.com/01org/ciao/pull/800 Issue/PR #799: openstack: Update image API broken web references URL: https://github.com/01org/ciao/pull/799 Issue/PR #778: A more generic ciao vendor URL: https://github.com/01org/ciao/pull/778 Issue/PR #772: ciao-networking: simplify cnci image preparation mount URL: https://github.com/01org/ciao/pull/772 Issue/PR #797: A couple of CONTRIBUTIONG.md tweaks URL: https://github.com/01org/ciao/pull/797 Issue/PR #796: ansible: Remove .DS_Store URL: https://github.com/01org/ciao/pull/796 ---Full Change Log--- Merge pull request #805 from albertomurillo/travis Merge pull request #800 from markdryan/fix-683 Merge pull request #799 from obedmr/ciao-image-api Merge pull request #778 from dlespiau/20161106-generic-ciao-vendor vendor: Remove the execution bit on packages.json ciao-vendor: Default to "project" for the used by string ciao-vendor: Tell the user we're printing the list of missing packages ciao-vendor: Generalise the cwd check ciao-vendor: Fix depdenency typo ciao-vendor: Move packages.json to / Merge pull request #772 from tpepper/cnci_img_prep_race_fix Merge pull request #797 from dlespiau/20161109-contributing-tweaks Merge pull request #796 from dlespiau/20161109-remove-ds-store travis: Test ansible playbook Merge pull request #773 from mcastelino/single_vm_tls_fix
64: Changes since last release
---closed--- Issue/PR #381: Implement subset of Open Stack Image API URL: https://github.com/01org/ciao/issues/381 Issue/PR #383: Implement an image service for ciao with Open Stack compatibility URL: https://github.com/01org/ciao/issues/383 Issue/PR #571: Enable unit testing for ciao-image URL: https://github.com/01org/ciao/issues/571 Issue/PR #757: Ephemeral storage for VMs URL: https://github.com/01org/ciao/issues/757 Issue/PR #761: Ephemeral boot from volume URL: https://github.com/01org/ciao/pull/761 Issue/PR #384: Implement persistent data storage for ciao-image URL: https://github.com/01org/ciao/issues/384 Issue/PR #632: ciao-image,networking: Add Generic persistent data support with BoltDB URL: https://github.com/01org/ciao/pull/632 Issue/PR #786: gitignore: Ignore files created by ansible playbooks URL: https://github.com/01org/ciao/pull/786 Issue/PR #781: Update .gitignore for ansible scripts URL: https://github.com/01org/ciao/issues/781 ---merged--- Issue/PR #761: Ephemeral boot from volume URL: https://github.com/01org/ciao/pull/761 Issue/PR #632: ciao-image,networking: Add Generic persistent data support with BoltDB URL: https://github.com/01org/ciao/pull/632 Issue/PR #786: gitignore: Ignore files created by ansible playbooks URL: https://github.com/01org/ciao/pull/786 ---Full Change Log--- Merge pull request #773 from mcastelino/single_vm_tls_fix Single VM: Ensure no ciao network artifacts are left behind Merge pull request #761 from rbradford/ephemeral-boot-from-volume Merge pull request #632 from obedmr/ciao-image ciao-image: Fix issue sending image ID on Image creation singlevm: Delete database dir when Single VM finishes ciao-image: Fix locking and DB connection handling ciao-image: Adjust to be compatible with networking db implementation ciao-image: Remove not used map, cache will be in db layer networking: Use generic DB layer for persistent data ciao-image,database: Refactor to add Cache inside DB layer ciao-image,database: Add proper error handling database: Add unit testing for database package ciao:image: Change BoltDB to a more agnostic name 'MetaDs' ciao-image: Add easier to read condition ciao-image: Update unit testing for ciao-image ciao-image: Add persistent ciao-image data support with BoltDB database: Add generic DB layer for BoltDB ciao-image: Ignore image removal when it does not exist. Merge pull request #786 from albertomurillo/gitignore
63: Changes since last release
---closed--- Issue/PR #766: ansible playbooks URL: https://github.com/01org/ciao/pull/766 Issue/PR #774: ciao-cert: hostname clarifications for README.md URL: https://github.com/01org/ciao/pull/774 ---merged--- Issue/PR #766: ansible playbooks URL: https://github.com/01org/ciao/pull/766 Issue/PR #774: ciao-cert: hostname clarifications for README.md URL: https://github.com/01org/ciao/pull/774 ---Full Change Log--- Merge pull request #786 from albertomurillo/gitignore gitignore: Ignore files created by ansible playbooks Merge pull request #766 from albertomurillo/ansible Merge pull request #774 from tpepper/cert_docu ansible: Reload systemd before enabling services ansible: Use existing tables/workload files ansible: Add copyright header to all yml files ansible: Add a note on roles/keystone/library/keystone ansible: Delete duplicates of Apache License ansible: Download latest version of containers ansible: Update GPG key for docker role ansible: Update documentation to refer to ciao repo ansible: Remove roles from ansible galaxy ansible: Import playbooks from clearlinux/clear-config-management Merge pull request #777 from markdryan/master
62: Changes since last release
---closed--- Issue/PR #769: Single VM: Does not cleanup demo.sh URL: https://github.com/01org/ciao/issues/769 ---Full Change Log--- Merge pull request #777 from markdryan/master ciao-controller: Store correct tenant ID for instance deleted events Merge pull request #755 from obedmr/singlevm
61: Changes since last release
---closed--- Issue/PR #771: ciao-launcher: Stop leaking docker networks URL: https://github.com/01org/ciao/pull/771 Issue/PR #768: ciao-launcher: Docker logical networks seem to be left behind after all instances are deleted URL: https://github.com/01org/ciao/issues/768 Issue/PR #770: Single VM: Truncate demo.sh at each run URL: https://github.com/01org/ciao/pull/770 Issue/PR #626: ciao-cli cannot create a volume from an image source URL: https://github.com/01org/ciao/issues/626 Issue/PR #643: deleting instances with volumes attached is buggy URL: https://github.com/01org/ciao/issues/643 Issue/PR #649: Single VM: Fix identity service race URL: https://github.com/01org/ciao/issues/649 Issue/PR #765: bat: Mention Single VM in the README URL: https://github.com/01org/ciao/pull/765 ---merged--- Issue/PR #771: ciao-launcher: Stop leaking docker networks URL: https://github.com/01org/ciao/pull/771 Issue/PR #770: Single VM: Truncate demo.sh at each run URL: https://github.com/01org/ciao/pull/770 ---Full Change Log--- Merge pull request #755 from obedmr/singlevm Merge pull request #771 from markdryan/master ciao-launcher: Stop leaking docker networks Merge pull request #770 from mcastelino/single_vm_tls_fix Single VM: Truncate demo.sh at each run Merge pull request #765 from markdryan/master