You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update some info on distribution servers (#2119) (#2179)
* update some links
* remove galax details and leave it to galaxy docs
(cherry picked from commit 7f11306)
Co-authored-by: Sandra McCann <[email protected]>
Copy file name to clipboardExpand all lines: docs/docsite/rst/dev_guide/developing_collections_distributing.rst
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ You must upload your collection into a namespace on each distribution server. If
53
53
You can create additional namespaces on Ansible Galaxy if you choose. For Red Hat Automation Hub and private Automation Hub you must create a namespace before you can upload your collection. To create a namespace:
54
54
55
55
* To create a namespace on Galaxy, see `Galaxy namespaces <https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespaces>`_ on the Galaxy docsite for details.
56
-
* To create a namespace on Red Hat Automation Hub, see the `Ansible Certified Content FAQ <https://access.redhat.com/articles/4916901>`_.
56
+
* To create a namespace on Red Hat Automation Hub, see the `Red Hat automation content documentation <https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/>`_.
57
57
58
58
Specify the namespace in the :file:`galaxy.yml` file for each collection. For more information on the :file:`galaxy.yml` file, see :ref:`collections_galaxy_meta`.
59
59
@@ -66,8 +66,8 @@ An API token authenticates your connection to each distribution server. You need
66
66
67
67
To get your API token:
68
68
69
-
* To get an API token for Galaxy, go to the `Galaxy profile preferences <https://galaxy.ansible.com/me/preferences>`_ page and click :guilabel:`API Key`.
70
-
* To get an API token for Automation Hub, go to `the token page <https://cloud.redhat.com/ansible/automation-hub/token/>`_ and click :guilabel:`Load token`.
69
+
* To get an API token for Galaxy, see `the Galaxy documentation <https://galaxy.ansible.com/ui/token/>`_.
70
+
* To get an API token for Automation Hub, see the `Red Hat automation content documentation <https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/>`_.
71
71
72
72
.. _galaxy_specify_token:
73
73
@@ -385,14 +385,8 @@ The ``ansible-galaxy collection publish`` command triggers an import process, ju
385
385
Publishing a collection from the website
386
386
----------------------------------------
387
387
388
-
To publish your collection directly on the Galaxy website:
388
+
See the `Galaxy documentation <https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/usage_guide/collections/#via-the-ui>`_ to learn how to publish your collection directly on the Galaxy website.
389
389
390
-
#. Go to the `My Content <https://galaxy.ansible.com/my-content/namespaces>`_ page, and click the **Add Content** button on one of your namespaces.
391
-
#. From the **Add Content** dialog, click **Upload New Collection**, and select the collection archive file from your local filesystem.
392
-
393
-
When you upload a collection, Ansible always uploads the tarball to the namespace specified in the collection metadata in the ``galaxy.yml`` file, no matter which namespace you select on the website. If you are not an owner of the namespace specified in your collection metadata, the upload request fails.
394
-
395
-
After Galaxy uploads and accepts a collection, the website shows you the **My Imports** page. This page shows import process information. You can review any errors or warnings about your upload there.
0 commit comments