Development configuration files for kayobe
Go to file
Mark Goddard 0b54af9ed9 Reduce ironic minimum required memory to 256MB
In resource-constrained environments such as CI, we may hit this new
limit, which prevents deployments from succeeding.

Following the lead of the ironic devstack plugin, we reduce the limit to
256MB.

Depends-On: https://review.opendev.org/c/openstack/kayobe/+/777518

Change-Id: I2d853d38740dca445cd281b83f4a26d842a9c9cd
2021-02-25 13:44:13 +00:00
etc/kayobe Reduce ironic minimum required memory to 256MB 2021-02-25 13:44:13 +00:00
zuul.d CI: Add all kayobe jobs 2020-07-02 16:58:00 +01:00
.gitignore Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
.gitreview Fix .gitreview after rename 2019-09-16 16:31:00 +02:00
.yamllint Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
kayobe-env Add development environment configuration, imported from kayobe 2017-10-27 17:47:13 +01:00
LICENSE Add Apache2 license 2017-04-19 15:55:40 +01:00
README.rst Update links to docs and IRC for kolla governance 2019-09-16 17:44:23 +01:00
setup.cfg Update links to docs and IRC for kolla governance 2019-09-16 17:44:23 +01:00
setup.py Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
test-requirements.txt Add tox.ini with pep8 environment that runs yamllint 2018-05-15 09:58:43 +01:00
tox.ini Update TOX_CONSTRAINTS_FILE 2020-11-19 10:24:03 +00:00

Development Kayobe Configuration

This repository provides development configuration for the Kayobe project. It is based on the configuration provided by the kayobe-config repository, and provides a set of configuration suitable for a development or test environment. It is used by default in the Kayobe development environment, and also in the Kayobe Continuous Integration (CI) deployment jobs.