Open nvgoldin opened 8 years ago
Further, this should be designed to allow passing multiply request/reply couples, and automatically creating the appropriate web handlers.
http_handlers:
- request: 'yum/mirrorlist-ovirt-{version}-{dist}'
reply: 'ovirt-{version}/rpm/{dist}'
- request: 'yum/epel-{distro}'
reply: 'epel-{distro}'
....
This will work in 'first-matched first-served'(to avoid duplicates).
Currently the yaml configuration file has:
This is redundant and confusing. Could be changed to:
So: