Update notes for submitted changes

* Add activate command to fuel-bootstrap-cli
* Skip cleaning of MD containers
* Enable skip_md_containers
* Fix fuel-bootstrap-cli requirement
* Remove file dmraid2mdadm.cfg
* Add tests for build class
* Fixes for fuel-bootstrap-cli
* Add settings to fuel-bootstrap CLI
* Add build command to fuel-bootstrap
* Add default settings.yaml for fuel_bootstrap_cli
* add manager.do_mkbootstrap func
* Add commands to CLI fuel-bootstrap
* Add driver for building bootstrap image
* Workaround for detection of CentOS NVMe disks added
* Fix file permissions for mk_bootstrap/files/trusty files
* Update MAINTAINERS
* utils.build: added helpers functions
* get_running_processes: don't list 'kernel' as a pid
* Add mk_bootstrap trusty files
* Add base setup fuel-bootstrap utility
* utils.build: added helper functions for bootstrap images
* Add documentation to Ironic driver
* Move label formatting to make_fs from driver
* Add do_mkbootstrap entry point
* Split do_build_image
* Remove cached debs from the image
* Remove ironic-fa-deploy RPM package from mirror
* get_running_processes: don't list 'kernel' as a pid
* umount_target: umount fusectl filesystem
* improve utils.execute function
* Extend utils/build module
* Amend utils/fs mount_fs function
* Allow to set proxy parameters:  * https/http/ftp for:  - debootstrap  - apt configs
* Fix ironic driver for Liberty release
* [IBP] remove '-F' flag from resize2fs command
* Rename nailgun-net-check into network-checker
* Make several attempts to attach image file
* Add base yaml support for input_data
* update MAINTAINERS
* Pass unicode to io.open
* Disable launching etckeeper each puppet run
* Update .gitreview for new namespace
* Add Python 3.4 support
* Fix cloud-init rsyslog format template
* Add README.md and LICENSE
* Change version for deb package to 8.0
* use oslo_config namespace
* Add Fuel Agent driver for Ironic
* Add Ironic bootstrap config files for Fuel Agent
* [Ironic] Add callback script for deploy with Ironic
* [Ironic] Ironic deploy support for Fuel Agent
* Check whether given filename is a special device
* Revert "Check whether given filename is a special device"
* Check whether given filename is a special device
* Added MAINTAINERS to top-level repo directory
* There should be no extra % sign in the logs file
* Add versioning for cloud-init templates
* Temporary fix for lost upstart directory
* Add test for requirements
* Fix path to nailgun-agent
* utils.execute: make it possible to set the environment variables
* Change version to  8.0
* do_build_image: make sure updates get installed
* Don't filter removable block devices
* Fix pinning rules so a package from main can override the one from universe
* Adding i40e-dkms module to the list of packages installing on Ubuntu
* Hardware utils must get 'vendor' from sysfs
* Make /var/log/puppet.log readable only to root
* Fix /dev populating during image building
* fs utils: force xfs creation with '-f' option
* fuel-agent: use different md metadata version
* Always take into account config file values
* Move udev rules blacklisting to utils layer
* Do not land /boot on NVMe disks
* Add cloud init templates to Debian package
* Change method signature for mdcreate from md utils
* fix 'udevd: can not read' warnings
* Build fuel-agent for Ubuntu and Debian
* Pin oslo.config version to 1.15 or less
* Load nf_conntrack_proto_gre kernel module default
* FA: add xz, coreutils for fuel-agent spec
* FA: add debootstrap package to spec
* Split objects/partition.py into smaller files
* IBP: add do_bootloader unit tests for fuel-agent
* All tests in fuel_agent use unittest2 now
* Add processing of keep_data flag
* Add simple data driver for partitioning info
* fuel-agent: do not use lazy umount
* fuel-agent: check if lvcreate supports --yes switch
* fuel_agent: image build directory can be passed via command line
* Add errors=panic to rootfs
* fuel_agent: unit tests for umount_target, mount_target
* IBP: add more tests for fuel_agent.utils.grub
* Added infrastructure files
This commit is contained in:
Gerrit Code Review
2015-12-09 09:36:03 +00:00
commit f8d280b4b5
94 changed files with 1051 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Verified+2: Jenkins
Code-Review+2: Vladimir Kozhukalov <vkozhukalov@mirantis.com>
Code-Review+2: Aleksandr Gordeev <agordeev@mirantis.com>
Workflow+1: Aleksandr Gordeev <agordeev@mirantis.com>
Verified+1: Fuel CI <fuel-ci-bot@mirantis.com>
Code-Review+1: Stanislav Makar <smakar@mirantis.com>
Code-Review+1: Oleksiy Molchanov <omolchanov@mirantis.com>
Code-Review+1: Bartłomiej Piotrowski <bpiotrowski@mirantis.com>
Submitted-by: Jenkins
Submitted-at: Mon, 20 Jul 2015 12:53:47 +0000
Reviewed-on: https://review.openstack.org/201557
Project: openstack/bareon
Branch: refs/heads/master