RETIRED, Disk image elements for Sahara
847f9a40ca
With setuptools release 61.0.0 sahara-image-elements' package build
command (python3 setup.py sdist bdist_wheel) started to fail:
error: Multiple top-level packages discovered in a flat-layout:
['roles', 'elements', 'playbooks'].
This bug is mentioned in setuptools issue 3197 [1], and the suggested
workaround is to disable auto-discovery by adding 'py_modules=[]' in
setup.py.
To unblock the gate the following needed to be updated as well:
- requirements constraints
- fix lower-constraints job constraints (only the 1st constraints is
used by pip, which was upper-constraints.txt from install command)
[1] https://github.com/pypa/setuptools/issues/3197
changes:
tox.ini
NOTE(elod.illes): upper constraints should point to yoga version of the
file in stable/yoga.
Change-Id: Ib2d3e296e6d405671594dfd630e381ae414a2709
(cherry picked from commit
|
||
---|---|---|
bin | ||
diskimage-create | ||
elements | ||
playbooks/buildimages | ||
roles/build-sahara-images-dib | ||
tools | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Sahara image elements project
This repo is a place for Sahara-related for diskimage-builder elements.
Script for creating Fedora and Ubuntu cloud images with our elements and default parameters. You should only need to run this command:
tox -e venv -- sahara-image-create
Note: More information about script diskimage-create