Brian C. Lane
45f4d3e633
Speed up test_dnfbase.py
...
Calling get_base_object is no longer needed, this speeds things up by
not unnecessarily downloading metadata.
(cherry picked from commit 666d7f1e03
)
2018-06-04 15:47:26 -07:00
Brian C. Lane
d9d73a128b
Make sure new sources show up in the source/list output
...
Also remove an unneeded makedirs from test_server.py
(cherry picked from commit 1034cfd9a7
)
2018-06-04 15:47:20 -07:00
Brian C. Lane
f88fbc3fca
Update test_server for rawhide
...
The system repo is 'rawhide' and the 'fedora' and 'updates' repos are
disabled.
(cherry picked from commit 22070dcf42
)
2018-06-04 15:47:08 -07:00
Brian C. Lane
8ac04a1521
Add support for user defined package sources API
...
This lives under /api/v0/projects/source/*
See the documentation for details
(cherry picked from commit 6d677b2207
)
2018-06-04 15:47:00 -07:00
Brian C. Lane
1af6040143
Add support for version globs to blueprints
...
This uses dnf's version__glob filter to implement it. It amounts to '*'
wildcards and '?' for single character matching.
(cherry picked from commit 095829171a
)
2018-05-21 15:41:45 -07:00
Brian C. Lane
13234166f5
Update atlas blueprint
...
(cherry picked from commit d406fbdf83
)
2018-05-21 15:41:45 -07:00
Brian C. Lane
5443c1cfea
Skip creating groups with the same name as a user
...
Otherwise the user creation fails when anaconda sees there is already a
group with that name. Log a warning and continue on.
2018-05-17 10:34:35 -07:00
Brian C. Lane
cb7e4e55ba
Add user and group creation to blueprint
...
[[customizations.user]] and [[customizations.group]]
2018-05-17 10:34:34 -07:00
Brian C. Lane
8839182f43
Add blueprint customization support for hostname and ssh key
...
This adds support for the optional blueprint section [customizations].
Use it like this:
[customizations]
hostname = yourhostnamehere
[[customizations.sshkey]]
user = root
key = root user key
2018-05-17 10:34:34 -07:00
Brian C. Lane
01645a1faf
Update test_server for blueprint and Yum to DNF changes.
2018-05-17 10:34:34 -07:00
Brian C. Lane
8970b6758b
Update the test blueprints
...
Change versions to match Fedora versions. Add version numbers to the
blueprints except for glusterfs.toml, not having a version is used as
part of the tests.
2018-05-17 10:34:34 -07:00
Brian C. Lane
9085840401
Update pylorax.api.projects for DNF usage
...
And adjust tests to match.
2018-05-17 10:34:34 -07:00
Brian C. Lane
e1be281fbb
Update dnfbase (formerly yumbase) for DNF support
...
And adjust tests to match.
2018-05-17 10:34:34 -07:00
Brian C. Lane
96a82b07d9
Update dnfbase tests
2018-05-17 10:34:34 -07:00
Brian C. Lane
9bf93d7154
Use 2to3 to convert the python2 lorax-composer code to python3
2018-05-17 10:34:34 -07:00
Brian C. Lane
b4096ccb62
Add the tests from lorax-composer branch
...
These currently fail for several reasons and will be adjusted as the
code it ported to this branch.
2018-05-17 10:34:34 -07:00
Brian C. Lane
dc635a97f6
Write the --variant string to .buildstamp as 'Variant='
2018-01-17 09:38:16 -08:00
Alexander Todorov
fe461f480e
Add first unit test so we can start collecting coverage
2017-10-13 18:58:17 +03:00