Hello Pulp People,
I think I've finally got my pulp3 + plugins installed. I can access
http://localhost/pulp/api/v3/ and see the schema.
Now I'm up to trying to migrate the content from my pulp2 server. I have
installed the pulp-2to3-migration plugin (note that the ansible
installation instructions didn't describe how to do it. I manually added
pulp-2to3-migration to the pulp_install.yml file).
I'm following the instructions provided by Tanya Tereshchenko in the
video "Don't get stuck on Pulp 2!". I have created a simple plan for the
pulp-file plugin to import my ISO repos. I was confused where Tanya
starts using the http command. After quite a bit of searching I found
out that it is provided by the httpie package.
So I tried the command
http POST :/pulp/api/v3/migration-plans <MyPlan.json
Tanya's video shows the response:
====================================
HTTP/1.1 201 Created
Access-Control-Expose-Headers: Correlation-ID
Allow: GET, POST, HEAD, OPTIONS
Connection: Keep-Alive
Content-Length: 705
Content-Type: application/json
Correlation-ID: 166793e08cee499eb20573cfcf7befb5
Date: Wed, 20 Jan 2021 13:22:32 GMT
Keep-Alive: timeout=5, max=10000
Location: /pulp/api/v3/migration-plans/76aea09f-04a8-4ace-9188-1e5e579f76e0/
Server: gunicorn/20.0.4
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
==========================================
Unfortunately my response looks very different:
=========================================
HTTP://1.1301 Moved Permanently
Connection: keep-alive
Content-Lenght: 169
Content-Type: text/html
Date: Wed, 28 Apr 2021 08:15:00 GMT
Location: https://localhost/pulp/api/v3/migration-plans/
Server: nginx/1.16.1
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.16.1</center>
</body>
</html>
==========================================
What have I done wrong?
I can see that Tanya's system is running gunicorn web server, whereas in
my system the response is provided by nginx directly. Do I need to set
up another web server? At the moment I'm just running whatever ansible
set up for me.
Ben.
_______________________________________________
Pulp-list mailing list
Pulp-list@redhat.com
https://listman.redhat.com/mailman/listinfo/pulp-list