4

We have purchased several Ubuntu OrangeBoxes, and are trying to get a prototype environment running, but it's proving to be difficult as there is very little documentation or contact points available for the Orange Box.

After struggling for a long time with several functions in the tech stack not working properly behind a proxy (boot image sync, juju ++), we're now stuck at Landscape deployment on MAAS.

Initial connection to MAAS in Landscape fails on install prerequisites check, as Landscape requires a minimum of 5 nodes with 2 HDDs available in MAAS to continue. The NUCs in the OrangeBox only have one HDD each, so the install will not run.

Please advise.

0xF2
  • 3,155

1 Answers1

6

The OpenStack Autopilot is built for server-class hardware. If you want to use NUCs you'll have to modify them to act like server-class hardware (add USB keys that act like second disks, add a USB NIC to one of them so it has two wired NICs to use for Neutron, etc).

In terms of bootstrapping the orange box, you can use some helper scripts found at https://launchpad.net/orange-box

Beret
  • 249