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
Duncan Martin Walker de8eb39866 Updated log elk_metrics_7x collection for elastic beats
Introduced the logging script from openstack-ansible-ops to allow for the
collection of elasticsearch and elastic beat logs.

Change-Id: I4971156f6cd3592693058b707f2d05a26fa02882
2020-01-23 10:55:00 +00:00
Cameron Loader 90ed4f31ba Add virtualenv to packages downladed
Add virtualenv to packages downladed for ironic image creation.

Change-Id: I1ee37fadbaab6669ec2341d0754f9f31d331f9cf
2018-10-02 13:58:05 -05:00
Cameron Loader 778ce9895f update ironic scripts
Thee scripts currently use 'ironic' commands, whhich is deprecated. This
patch converts to openstack commands.

Change-Id: I1a16164a7b8e35a61938ec470def37fa52db9edb
2018-09-11 10:34:39 -06:00
Matthew Thode 8d990184c2
pin diskimage-builder version
Pin the version to a version capable of building deployable images.
Master currently builds non-deployable images.  See
https://storyboard.openstack.org/#!/story/2002052 for more details.


Change-Id: Ie0b7a37976668c5d980ee8895ae00c6c32a30975
2018-06-07 14:25:10 -05:00
Matthew Thode e34ad321f7
Enable support for hardware that brings the network up slowly
Add the slow-network element which defaults the timeout of network
bring-up to 60 seconds set by the NETWORK_TIMEOUT environment variable.

Syncs the ops repository to a known location so that we can use the
element when building images.

Rename the register-images script to register-nodes as that what it
actually does.

Change-Id: I403667f7bf6c69e255a4f5639ee4a8e0e8af18e3
2017-11-16 14:00:14 -06:00
Matthew Thode 56894da2b3
Add ironic image generation and node registration scripts
The image generation script will generate centos xenial and trusty
images along with the deploy image.  It will then upload the images into
glance and clean up after itself, other then the pacakges needed for
diskimage-builder and virtualenv this is all contained and easily
cleaned up.

The node registration script relies on the image generation script being
run first.  It will create flavors if needed, but the values for some of
the variables are designed to be modified (image_ram/cpu for example).

Change-Id: I247cc57f9ec1c961c302eac90be3e5ee2dfa7e2c
2017-11-14 14:42:26 -06:00
Kevin Carter bf71876abf
add example basic resource generation scripts
Change-Id: Id7eac8a81d2e264727ce24c655808758446c1da2
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-10-27 10:27:00 -05:00