perftool-incubator / rickshaw

A project to facilitate execution of benchmarks and tools via extensions for many target environments
Apache License 2.0
0 stars 10 forks source link

The remotehosts endpoint's image management handler is hard coded to assume `client-server` is an identifier for the images. #511

Closed k-rister closed 2 months ago

k-rister commented 2 months ago

Rather than be hard coded the proper value needs to be determined by looking at the Crucible config file:

# grep CRUCIBLE_CLIENT_SERVER_REPO /etc/sysconfig/crucible
CRUCIBLE_CLIENT_SERVER_REPO=quay.io/crucible/client-server
k-rister commented 2 months ago

Not all environments, including CI, use client-server.