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