Problem:
Following this doc to create a UL remote,
https://docs.pulpproject.org/pulp_rpm/workflows/create_sync_publish.html#creating-a-uln-remote
I am able to create a ULN remote with HTTPIE, but looks like the CLI still has no support for it.
creation of the remote works…
{
“ca_cert”: null,
“client_cert”: null,
“connect_timeout”: null,
“download_concurrency”: null,
“headers”: null,
“max_retries”: null,
“name”: “ol-6-x86_64-oracle_server_els-live”,
“password”: “xxxxxxxxxx”,
“policy”: “immediate”,
“proxy_url”: “http://xxxxxxxx:80”,
“pulp_created”: “2022-02-04T01:45:45.277827Z”,
“pulp_href”: “/pulp/api/v3/remotes/rpm/uln/1e9f3d64-a974-4954-a72e-c0254d5375f9/”,
“pulp_labels”: {},
“pulp_last_updated”: “2022-02-04T01:45:45.277847Z”,
“rate_limit”: null,
“sock_connect_timeout”: null,
“sock_read_timeout”: null,
“tls_validation”: false,
“total_timeout”: null,
“uln_server_base_url”: null,
“url”: “uln://ol6_x86_64_ELS”,
“username”: “xxxx@xxxxx.com.au”
}
when trying to associate with repo, i get this error…
pulp rpm repository update --name ol-6-x86_64-oracle_server_els --remote /pulp/api/v3/remotes/rpm/uln/1e9f3d64-a974-4954-a72e-c0254d5375f9/
Error: The type ‘rpm:uln’ is not valid for the remote option.
This command does not work…
pulp rpm remote show --name hip-hui-ol-6-x86_64-oracle_server_els-live
Error: Could not find rpm remote with {‘name’: ‘ol-6-x86_64-oracle_server_els-live’}.
anyways, how do I create and sync a ULN repo? is there any doco for it?
Expected outcome:
must be able to sync a ULN repo
Pulpcore version:
3.16
Pulp plugins installed and their versions:
pulp_rpm
Operating system - distribution and version:
RHEL7
Other relevant data: