Skip to content

Commit 76022ab

Browse files
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]>
1 parent 2194bf3 commit 76022ab

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/docsite/rst/dev_guide/developing_collections_distributing.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You must upload your collection into a namespace on each distribution server. If
5353
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:
5454

5555
* 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/>`_.
5757

5858
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`.
5959

@@ -66,8 +66,8 @@ An API token authenticates your connection to each distribution server. You need
6666

6767
To get your API token:
6868

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/>`_.
7171

7272
.. _galaxy_specify_token:
7373

@@ -385,14 +385,8 @@ The ``ansible-galaxy collection publish`` command triggers an import process, ju
385385
Publishing a collection from the website
386386
----------------------------------------
387387

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.
389389

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.
396390

397391
.. seealso::
398392

0 commit comments

Comments
 (0)