Commit Graph

8 Commits

Author SHA1 Message Date
James Denton ab91446804 Update MNAIO for Focal
This patch removes legacy support for 14.04/16.04/18.04
on the deploy node and moves the default deploy to
Xena on 20.04 LTS. Root disk size has been bumped to support
upgrades (8 GB -> 12 GB).

Change-Id: I81a13464b9daa90090cb380e2b0d89e5eb8fe89a
2022-02-16 09:46:59 -06:00
Daniel Pawlik ea16ee62de Change get-pip urls
The path for get-pip.py script in versions 3.2 and 3.4 have been changed
with this commit [1].

[1] 2360f025eb

Change-Id: Iedef41b53c4e5fa28dac8206c5ba39dab5033815
2021-03-08 15:14:05 +01:00
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