6 Commits

Author SHA1 Message Date
jacky06
3535bfcd64 Pin get-pip.py to 3.2
As get-pip.py evolves based on pip 10, while we're still using
pip 9, changes in the way it can be used are causing problems.

For example, the ability to use --download is no longer there.

As such, let's pin to a known good version and leave it at that
until we no longer need to use this script. Version 3.2 maps to
pip 7.1.2 which fulfills our needs.

Change-Id: I49f6c9b238b42d4840c17af222e3bc82dfa6167f
2018-07-05 07:56:21 -04:00
wangqi
82d366768e Fix typo
Trivial fix.

Change-Id: I9d43f7629453795d22715acf3e0ec995544097ba
2018-05-28 10:13:34 +00:00
Zuul
fe67fcec85 Merge "Add BTRFS tools by default" 2018-05-12 19:55:35 +00:00
Kevin Carter
7a2723d592
Add BTRFS tools by default
This change adds BTRFS tools to the default stack.

Change-Id: If1a9471f65e79660d5c58c1e8528b07cbb308c39
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-11 17:02:34 -05:00
Kevin Carter
fcfd902048
add bionic support to the basic provisioning
Change-Id: I29fe3f507000663d7b9e801003010d4f76c17940
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-11 16:11:39 -05:00
Kevin Carter
743b939640 Add basic provisioning using pxelinux
The basic provisioning tools we had in the MNAIO could long be used on a
set of physical machines however doing so required a healthy
understanding of everything going on under the hood. This change
extracts the PXE components out of our older MNAIO tooling and
will allow operators to easily deploy operating systems on machines in
the most compatible way possible.

Change-Id: I2188f0f0de7f8be331a35b5f22cf5114ea9b6718
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-01 15:42:04 +00:00