{"id":28396580,"url":"https://github.com/pulp/pulp-ocp-template","last_synced_at":"2026-01-31T22:34:20.542Z","repository":{"id":65022953,"uuid":"572218825","full_name":"pulp/pulp-ocp-template","owner":"pulp","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-17T16:16:12.000Z","size":632,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-19T03:40:32.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-29T19:59:53.000Z","updated_at":"2023-04-17T15:05:19.000Z","dependencies_parsed_at":"2025-06-19T03:43:57.905Z","dependency_job_id":null,"html_url":"https://github.com/pulp/pulp-ocp-template","commit_stats":null,"previous_names":["pulp/pulp-ocp-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pulp/pulp-ocp-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ocp-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ocp-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ocp-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ocp-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulp","download_url":"https://codeload.github.com/pulp/pulp-ocp-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ocp-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-31T22:12:37.608Z","updated_at":"2026-01-31T22:34:20.538Z","avatar_url":"https://github.com/pulp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABOUT\n\nThis is a template to quick test or try [Pulp](https://pulpproject.org/).\n\u003e **WARNING**: Any data stored will be lost upon pod destruction. Only use this template for testing.\n\n\u003cbr/\u003e\n\n# PRE-REQS\n## \"Registering\" the template\nTo make this template available we first need to \"register\" it in `openshift` namespace:\n```\n$ oc apply -f https://raw.githubusercontent.com/git-hyagi/pulp-ocp-template/main/pulp-template.yaml\n```\nThis command will create a new template called `pulp-example`.\n\u003e **note**: make sure that you have permissions to create templates in `openshift` namespace\n\n\u003cbr/\u003e\n\n# INSTALLING PULP THROUGH WEB CONSOLE\n\n* In \"*Developer*\" view, select \"*+Add*\" then click on \"*All Services*\"  \n\u003cimg src=\"images/pulp-1.png\" width=\"800\"\u003e\n\n* Now search for \"*pulp*\" template and select it  \n\u003cimg src=\"images/pulp-2.png\" width=\"800\"\u003e\n\n* A new panel will open on the right side of the screen. Click \"*Instatiate Template*\"  \n\u003cimg src=\"images/pulp-3.png\" width=\"800\"\u003e\n\n* The last step is to define in which namespace **Pulp** should be provisioned  and\nthe domain to create the routes  \n\u003cimg src=\"images/pulp-4.png\" width=\"800\"\u003e\n\n\u003cbr/\u003e\n\n# INSTALLING PULP THROUGH COMMAND LINE\n\n* [optional] Create a new namespace to run pulp\n```\n$ oc new-project test-pulp\n```\n\n* Deploy pulp\n```\n$ oc new-app pulp-example\n```\n\n\u003cbr/\u003e\n\n# CHECKING INSTALLATION\n\n## Through command line\n* verify if all pods are in a running state\n```\n$ oc get pods\nNAME                                    READY   STATUS    RESTARTS   AGE\nexample-pulp-api-75c8dcdc55-mfcpt       1/1     Running   0          4m48s\nexample-pulp-content-5ffd9d9789-xvvlb   1/1     Running   0          4m48s\nexample-pulp-database-0                 1/1     Running   0          4m48s\nexample-pulp-worker-58d666d749-d6glq    1/1     Running   0          4m48s\n```\n\n* check the /status endpoint\n```\n$ oc exec deployment/example-pulp-api -- curl -s localhost:24817/pulp/api/v3/status/|jq\n```\n\n## Through web console\n\n* from \"*Topology*\" view all resources (`api`,`content`,`worker`,`database`) should be surrounded with a \"dark blue\" circle  \n\u003cimg src=\"images/pulp-5.png\" width=\"800\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-ocp-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulp%2Fpulp-ocp-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-ocp-template/lists"}