This PR simplifies get_cntr_list and makes it return a list of container names which was the only value that was used throughout the module. It also adds the ability to specify PDC as the source to query for container information.
Please note that the production instance of PDC does not have data in it and the staging instance of PDC is not up to date, so it will not produce a 1x1 mapping with the PkgDB query yet. This should happen by the end of the week.
This is part of the work described in the Arbitrary Branching Change.
This PR simplifies
get_cntr_listand makes it return a list of container names which was the only value that was used throughout the module. It also adds the ability to specify PDC as the source to query for container information.Please note that the production instance of PDC does not have data in it and the staging instance of PDC is not up to date, so it will not produce a 1x1 mapping with the PkgDB query yet. This should happen by the end of the week.