Project

Profile

Help

Issue #6790

closed

Synchronized Repository Workflow Documenation Error

Added by gerrod almost 4 years ago. Updated about 3 years ago.

Status:
MODIFIED
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
3.0.0
Target Release - Python:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Following the documentation at https://pulp-python.readthedocs.io/en/latest/workflows/sync.html , I got the following.

(pulp) [vagrant@pulp3-source-fedora31 ~]$ http POST $BASE_ADDR/pulp/api/v3/repositories/ name=foo
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Length: 77
Content-Type: text/html
Date: Thu, 21 May 2020 14:17:57 GMT
Server: nginx/1.18.0
X-Frame-Options: SAMEORIGIN

<h1>Not Found</h1><p>The requested resource was not found on this server.</p>

Actions #1

Updated by gerrod almost 4 years ago

Another doc error in the sync repo command

# Using the Remote we just created, we kick off a sync task
export TASK_URL=$(http POST $BASE_ADDR$REMOTE_HREF'sync/' repository=$REPO_HREF mirror=False \
  | jq -r '.task')

Added by gerrod almost 4 years ago

Revision 57bd3efd | View on GitHub

Fixed documentation error for the workflow "Synchronize a Repository" fixes #6790 https://pulp.plan.io/issues/6790

Actions #2

Updated by gerrod almost 4 years ago

  • Status changed from NEW to MODIFIED
Actions #3

Updated by dalley about 3 years ago

  • Platform Release set to 3.0.0

Also available in: Atom PDF