quattor / CCM

Configuration Cache Manager
www.quattor.org
Other
3 stars 12 forks source link

ccm-fetch to support downloading test profiles #112

Open msmark opened 8 years ago

msmark commented 8 years ago

As per https://github.com/quattor/aquilon/issues/34, ccm-fetch will need to support the -t flag which will instead cause a test profile to be collected and downloaded into the test profile cache, instead of a live profile.

The following new command-line arguments and corresponding entries will be added to /etc/ccm.conf:

Option Description
test_profile URL of test profile to fetch if launched with -t
test_profile_failover URL of test profile to fetch if primary URL is broken, similar to profile_failover.
cache_test_root Location of the root for test profiles. Defaults to /var/lib/ccm-test.
stdweird commented 8 years ago

@msmark no need for failover the test_profile should support a list of urls to try in order (i think that regular profile already does that, and that profile_failover is legacy)

stdweird commented 8 years ago

@msmark or not, i must be confused with some other code. feel free to open an issue for such support

msmark commented 8 years ago

@stdweird would I need a new issue for that? Shouldn't it all be covered by this issue?

stdweird commented 8 years ago

no real preference :smile:

msmark commented 8 years ago

Ok I've updated the description in this issue.

jouvin commented 6 years ago

LAL workshop: no activity at MS on this, just moving it back to the general backlog...