Development configuration files for kayobe
Go to file
Bartosz Bezak 416da1f522 set cpu_model to Nehalem for kvm jobs
RHEL 9 and Ubuntu Jammy are being compiled for the x86_64-v2
architecture which is newer than the qemu default of qemu64.
Nehalem is apparently the oldest model that works for x86_64-v2
and is expected to work on Intel and AMD cpus with kvm or qemu.

See devstack change [0].

[0]: Ibd6e11b59f3c8655bc60ace7383a08458b2177f2

Depends-on: https://review.opendev.org/c/openstack/kayobe/+/872981

Change-Id: I09567b4cce95ff1fe2fe4e9e91e49d5f5082f7d0
2023-02-08 10:44:33 +01:00
etc/kayobe set cpu_model to Nehalem for kvm jobs 2023-02-08 10:44:33 +01:00
zuul.d [release] Sync kayobe-config-dev with kayobe changes 2022-12-15 12:35:39 +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 Support reading Kayobe environment name from file 2021-08-10 09:56:10 +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 setup.cfg: Replace dashes with underscores 2021-05-05 10:04:35 +02: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.