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