ceilometer: Fix libvirt-bin group name for armband.
[armband.git] / TODO.md
1 List of missing features and things to do
2 =========================================
3
4 Nice to have, should be fixed before rel
5 =========================================
6 * [fuel?] Disabling rx-vlan-filter from Fuel WebUI is not applied during netcheck
7
8 Cleanup tasks
9 =========================================
10 * [arm64-master] Find `puppetlabs-products` repo for arm64.
11 * [arm64-master] Fix license in ubuntu_1404_arm64.pp
12 * [arm64-master] Look into default ubuntu_debootstrap change in cobbler.pp
13 * [arm64-master] [fuel-agent] Package and repo update for arm64 in [2] (?)
14 * [fuel] Add QEMU_VERSION for fuel-plugin-qemu
15 * [ohai] ThunderX network card speed reported as N/A
16 * [arm64-master] change docker repo in `upstream/fuel/build/config.mk`,
17   perhaps by figuring out current architecture with `uname -m`
18
19 Needed for all arch support (todo, later)
20 =========================================
21 * [arm64-master] Extend arch list for auxiliary repo on fuel master
22   (e.g. "amd64 arm64", or "arm64" if people want to support arm64 only).
23   Use UBUNTU_ARCH in constructs like "for arch in arm64 amd64; do"
24 * [arm64-master] [fuel-agent] Custom package selection for arm64 in [1] or from above
25 * [arm64-master] Stop hardcoding grub-efi-arm64/grub-pc 
26 * [fuel-main] deb/rpm building for arm64 support
27 * [fuel-main] mirror arm64 support
28 * [fuel] Figure a way for not hardcoding the bootstrap image architecture,
29   preferably selectable using fuel-menu
30
31 Needed for aarch64 Fuel Master support
32 =========================================
33 * [arm64-master] Add arm64 support for CentOS based actions.
34
35 [1] https://github.com/openstack/fuel-agent/blob/master/fuel_agent/drivers/nailgun.py#L687-L693
36 [2] https://github.com/openstack/fuel-agent/blob/master/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample#L19