Fix build issue introduced by RPM repo switch.
[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 * [thunderx] rtc-efi disable (bootstrap handled, target image remaining)
8
9 Cleanup tasks
10 =========================================
11 * [arm64-master] Find `puppetlabs-products` repo for arm64.
12 * [arm64-master] Fix license in ubuntu_1404_arm64.pp
13 * [arm64-master] Look into default ubuntu_debootstrap change in cobbler.pp
14 * [arm64-master] [fuel-agent] Package and repo update for arm64 in [2] (?)
15 * [fuel] Add QEMU_VERSION for fuel-plugin-qemu
16 * [ohai] ThunderX network card speed reported as N/A
17 * [arm64-master] change docker repo in `upstream/fuel/build/config.mk`,
18   perhaps by figuring out current architecture with `uname -m`
19
20 Needed for all arch support (todo, later)
21 =========================================
22 * [arm64-master] Extend arch list for auxiliary repo on fuel master
23   (e.g. "amd64 arm64", or "arm64" if people want to support arm64 only).
24   Use UBUNTU_ARCH in constructs like "for arch in arm64 amd64; do"
25 * [arm64-master] [fuel-agent] Custom package selection for arm64 in [1] or from above
26 * [arm64-master] Stop hardcoding grub-efi-arm64/grub-pc 
27 * [fuel-main] deb/rpm building for arm64 support
28 * [fuel-main] mirror arm64 support
29 * [fuel] Figure a way for not hardcoding the bootstrap image architecture,
30   preferably selectable using fuel-menu
31
32 Needed for aarch64 Fuel Master support
33 =========================================
34 * [arm64-master] Add arm64 support for CentOS based actions.
35
36 [1] https://github.com/openstack/fuel-agent/blob/master/fuel_agent/drivers/nailgun.py#L687-L693
37 [2] https://github.com/openstack/fuel-agent/blob/master/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample#L19