Development configuration files for kayobe
Go to file
Mark Goddard 379ecf8681 Remove empty default LVM configuration
Since this configuration uses the overlay storage driver, it doesn't
require the LVM data volume group, previously we set the list of VGs to
empty.

Kayobe in Ussuri is modifying the default configuration such that the
VG list will be empty by default unless using the devicemapper driver.

This change removes the VG configuration override.

Depends-On: https://review.opendev.org/722316

Change-Id: I0ebe05baa67ea71b3df77f2e7f7870a237e4cb23
Story: 2005667
Task: 39537
2020-06-09 10:11:53 +00:00
etc/kayobe Remove empty default LVM configuration 2020-06-09 10:11:53 +00:00
zuul.d Add Zuul configuration, fix Gerrit repo 2018-09-28 12:54:54 +00: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
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
kayobe-env Add development environment configuration, imported from kayobe 2017-10-27 17:47:13 +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 the constraints url 2019-09-24 15:43:55 +08:00

README.rst

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.