This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
86: Changes since last release
---merged--- Issue/PR #1099: ansible: install ciao from source code URL: https://github.com/01org/ciao/pull/1099 Issue/PR #1132: ansible: Use keystone:stable container URL: https://github.com/01org/ciao/pull/1132 Issue/PR #1126: Ciao down fixes URL: https://github.com/01org/ciao/pull/1126 Issue/PR #1129: small fixes URL: https://github.com/01org/ciao/pull/1129 Issue/PR #1128: travis: Allow go tip builds to fail URL: https://github.com/01org/ciao/pull/1128 Issue/PR #1111: ansible: add fedora25 and ubuntu yakkety support for docker role URL: https://github.com/01org/ciao/pull/1111 Issue/PR #1098: Enable node networks based scheduling URL: https://github.com/01org/ciao/pull/1098 Issue/PR #1125: Refactor code duplicated between ciao-down and launcher URL: https://github.com/01org/ciao/pull/1125 Issue/PR #1070: Singlevm archlinux support URL: https://github.com/01org/ciao/pull/1070 Issue/PR #1107: ciao-down: Add support for clearcontainers development enviornment URL: https://github.com/01org/ciao/pull/1107 Issue/PR #1109: documentation: add quality section to CONTRIBUTING.md URL: https://github.com/01org/ciao/pull/1109 Issue/PR #1101: ciao-cli: auto-generate template documentation URL: https://github.com/01org/ciao/pull/1101 Issue/PR #1103: ansible: Fix some issues with the README.md URL: https://github.com/01org/ciao/pull/1103 Issue/PR #1054: Remove (unused) local disk specification URL: https://github.com/01org/ciao/pull/1054 ---closed--- Issue/PR #1024: ciao-controller: implement a method of setting instance limits URL: https://github.com/01org/ciao/issues/1024 Issue/PR #1099: ansible: install ciao from source code URL: https://github.com/01org/ciao/pull/1099 Issue/PR #1092: ansible: Use swupd plugin to install bundles in ClearLinux URL: https://github.com/01org/ciao/issues/1092 Issue/PR #1089: ansible: Install OVMF firmware on compute and network hosts URL: https://github.com/01org/ciao/issues/1089 Issue/PR #1090: ansible: Install dependencies for each role. URL: https://github.com/01org/ciao/issues/1090 Issue/PR #1086: ansbile: Install from source code URL: https://github.com/01org/ciao/issues/1086 Issue/PR #1132: ansible: Use keystone:stable container URL: https://github.com/01org/ciao/pull/1132 Issue/PR #1126: Ciao down fixes URL: https://github.com/01org/ciao/pull/1126 Issue/PR #1129: small fixes URL: https://github.com/01org/ciao/pull/1129 Issue/PR #1035: Implement ciao-cli support for retrieving quotas and limits URL: https://github.com/01org/ciao/issues/1035 Issue/PR #1128: travis: Allow go tip builds to fail URL: https://github.com/01org/ciao/pull/1128 Issue/PR #1111: ansible: add fedora25 and ubuntu yakkety support for docker role URL: https://github.com/01org/ciao/pull/1111 Issue/PR #1110: Support Fedora 25 docker repo in ciao deployment scripts URL: https://github.com/01org/ciao/issues/1110 Issue/PR #1098: Enable node networks based scheduling URL: https://github.com/01org/ciao/pull/1098 Issue/PR #1125: Refactor code duplicated between ciao-down and launcher URL: https://github.com/01org/ciao/pull/1125 Issue/PR #1070: Singlevm archlinux support URL: https://github.com/01org/ciao/pull/1070 Issue/PR #1107: ciao-down: Add support for clearcontainers development enviornment URL: https://github.com/01org/ciao/pull/1107 Issue/PR #1083: ciao-image: Add missing BAT testing cases for ciao-image URL: https://github.com/01org/ciao/issues/1083 Issue/PR #1087: ciao-image,ciao-cli: Add support for creating internal and public images from CLI URL: https://github.com/01org/ciao/issues/1087 Issue/PR #1109: documentation: add quality section to CONTRIBUTING.md URL: https://github.com/01org/ciao/pull/1109 Issue/PR #1101: ciao-cli: auto-generate template documentation URL: https://github.com/01org/ciao/pull/1101 Issue/PR #1103: ansible: Fix some issues with the README.md URL: https://github.com/01org/ciao/pull/1103 Issue/PR #1065: singlevm: single machine mode fails with tls issues URL: https://github.com/01org/ciao/issues/1065 Issue/PR #1055: Single VM: Update Documentation with ciao-down and WebUI URL: https://github.com/01org/ciao/issues/1055 Issue/PR #1100: cioa-deploy fails to start ciao-webui container in clearlinux URL: https://github.com/01org/ciao/issues/1100 Issue/PR #1052: Remove disk_mb resource everywhere URL: https://github.com/01org/ciao/issues/1052 Issue/PR #1054: Remove (unused) local disk specification URL: https://github.com/01org/ciao/pull/1054 ---Full Change Log--- Merge pull request #1133 from tpepper/master Merge pull request #1099 from albertomurillo/install_from_source remove template.go update copyright date on template.go Merge pull request #1132 from albertomurillo/keystone Merge pull request #1126 from markdryan/ciao-down-fixes ansible: Use keystone:stable container ciao-down, singlevm: Fix keystone version ciao-down: Fix upgrading issue ciao-down: Delete vmStarted function ciao-down: Fix an issue with /etc/environment ciao-down: Limit default CPU and memory resources Merge pull request #1129 from tpepper/resultschan_debug testutil: don't litter result channels in timeout tests ciao-launcher: fix typo testutil: fix misnamed variable ansible: Add workaround for ansible bug #20253 ansible: Install ClearLinux OVMF firmware on launcher ansible: Install controller and launcher dependencies ansible: Add swupd.py plugin ansible: Create CIAO user ansible: Remove support for installing from packages Merge pull request #1128 from markdryan/fix-travis-tip travis: Allow go tip builds to fail Merge pull request #1111 from albertomurillo/docker Merge pull request #1098 from tpepper/networks_scheduling scheduler: add test coverage for pickNetworkNode() testutil: node report their available networks scheduler: export to test code the pickNetworkNode function scheduler: add list of network nodes scheduler: clarify errors / comments scheduler: honor workload requests for net node with specific net access scheduler: track network node networks payloads: add PhysicalNetwork resource type for start yaml payloads: add optional string formatted value to resource request type ciao-scheduler: use bool internally for net node flag ciao-launcher: send networks in Ready frame payloads: add networks list to READY Merge pull request #1125 from markdryan/share-code Merge pull request #1070 from dorileo/singlevm-archlinux-support ciao-down: Use qemu's CreateCloudInitISO function qemu, ciao-launcher: Move ConfigDrive ISO creation code to qemu ciao-down: Use memory and cpu functions from deviceinfo ciao-launcher, deviceinfo: Add the deviceinfo package Merge pull request #1107 from mcastelino/topic/ciaoless-ciao-down ciao-down: Add support for clearcontainers development environment Single VM: archlinux support ansible: Add support for Yakkety on docker role ansible: Add support for fedora 25 on docker role Merge pull request #1109 from tpepper/documentation Merge pull request #1101 from markdryan/template-autogen-doc ciao-cli: Rename parameters and simplify function in template.go Merge pull request #1103 from markdryan/fix-ansible-docs documentation: add quality section to CONTRIBUTING.md ansible: Fix some issues with the README.md ciao-cli: Auto-generate template documentation ciao-cli: Remove getFullTypeName ciao-cli: Add functions to autogenerate template documentation Merge pull request #1054 from rbradford/remove-disk-mb