Commit Graph

15 Commits

Author SHA1 Message Date
Jonathan Rosser bb73290f44 Update supported operating systems
Remove centos-7
Remove suse
Update vagrantfile for debian buster

Change-Id: I5ebef1d635c0dd9569fc1a61d821d66864f16e15
2020-10-05 11:39:28 +00:00
Kevin Carter 2795982ba3 Install the timezone package by default
The timezone package is required in order to have the containers report
correct time the timezone package is required. This change install the
tz package across all of the distros we support.

Change-Id: I2aa2561cc6e2c71db0a16590f5d9dbab24b393d2
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-10-03 23:36:43 -05:00
Kevin Carter d35a7c99cb
Ensure development libs are installed in containers
These development libs are required by some services to build and
start. This change adds the dev libs to the base image, which mirrors
the base lxc image .

Change-Id: If359aefbe5dfd57347e55465b8a7f990801501a5
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-18 18:00:54 -05:00
Kevin Carter 209b7e3b52
Ensure libpython is included in base container builds
the python libs are required to start uwsgi services and because the
container images are so minimal the basic libs need to be installed.

Change-Id: I01cf4222c27bda3945d506fbc31a68bc717d480e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-18 02:43:13 -05:00
Zuul d681a15af5 Merge "Remove dependency on EPEL" 2018-06-22 18:13:50 +00:00
Kevin Carter cfb3f9e7cd
Set container create tasks to non-voting/fix pkg
There are some inter-dependencies here where the container tasks will
not pass until a few updates are in both here and elsewhere. This change
sets the container create tasks to non-voting until all of the required
updates get in.

Remove the aria2 requirement

While aria2 has some nice features, the get_url command can do most of
what we need and does so in a far more universal way. This change
removes the aria2 dependency and updates the aria2 tasks to use the
get_url module.

Change-Id: Iab422c718d789ef13b8ec55938fdb7e73e40061b
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-06-21 00:56:33 -05:00
Mohammed Naser de7a2395a4 Remove dependency on EPEL
The EPEL repositories currently conflict with the RDO packages,
this commit drops it from openstack_hosts so new installs do not
get it.

Change-Id: I84c9c3e915207a79a54f613a382f92a1c1064196
2018-06-07 13:57:58 -04:00
Kevin Carter d520e80462
Make host copying more selective
The host copy process was taking too much, this makes that process more
selective.

Change-Id: Ic25559d9b68b6208ffdbed020cc79bd6b3d52fdd
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-18 19:16:03 -05:00
Kevin Carter 559987522a
Update copy from host options
This change removes some more boiler plate and ensures all of the
required files are copied into the base container image.

Change-Id: I4f74364d0969363297b286ae8327291659d20a00
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-18 00:41:55 -05:00
Kevin Carter cc12447bfd
Add required packages back to the role
These packages were removed because they were thought not be required,
however they are.

Change-Id: I174d5f0311ea1ac54e14a58fa4603a135353c6cb
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-17 20:59:45 -05:00
Kevin Carter 556748bc4e
Document everything in config
Update container pkg list and use qgroups

Other roles within OSA require additional packages that were removed
from the base cache. This change puts those packages back.

Additionally this change implements qgroups which will resolve an issue
where the containers are spamming a reoccuring error message indicating
an issue with the loopback file system.

Change-Id: If658e5f332e4580cc51182ac92331a2ef91fbcb8
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-14 20:42:33 -05:00
Kevin Carter 50d7cc82c5
Update nspawn hosts
Use the common roles throught this role to remove all of the boilerplate
code we had. The common modules do most of the heavy lifing.

Update to fix the resolve.conf issue with the image cache prep.

Add legacy image support and use smaller upstream images by default.

Now that suse supports systemd-networkd we can enable suse support in
nspawn.

Change-Id: I5f6ceb928f5c0902adf2e34f96a5998840400777
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-05-13 14:28:16 -05:00
Kevin Carter 4e28ef6127
Remove openssh server as a default package
The openssh server package is not needed, this change removes that extra
dep.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-02-14 19:05:44 -06:00
Kevin Carter bccb77c6af
Convert containers to use systemd-resolved
While the legacy resolveconf service is fairly stable this change
updates us to use more of the built-in services and removes additional
dependencies.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-02-14 18:49:13 -06:00
Kevin Carter e97c013f67
First commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-02-08 11:39:40 -06:00