Brian C. Lane
25bec0b50d
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
[[customiations.sshkey]]
user = root
key = root user key
2018-05-14 13:00:15 -07:00
Brian C. Lane
5c25f98db7
Update test_server for blueprint and Yum to DNF changes.
2018-05-14 13:00:15 -07:00
Brian C. Lane
0a3e6598b2
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-14 13:00:15 -07:00
Brian C. Lane
9b9b627fe5
Update pylorax.api.projects for DNF usage
...
And adjust tests to match.
2018-05-14 13:00:14 -07:00
Brian C. Lane
e86f4f9a36
Update dnfbase (formerly yumbase) for DNF support
...
And adjust tests to match.
2018-05-14 13:00:14 -07:00
Brian C. Lane
454c74035c
Update dnfbase tests
2018-05-14 13:00:14 -07:00
Brian C. Lane
d31bea7bd3
Use 2to3 to convert the python2 lorax-composer code to python3
2018-05-14 13:00:14 -07:00
Brian C. Lane
4a91936dd2
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-14 13:00:14 -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