@@ -218,32 +218,34 @@ the Deployer will either install the required repository or download the package
218218
219219| Component | Location | Protocol | Notes |
220220| :-------- | :------- | :------- | :---- |
221- | Ansible Control Node | < https://pypi.org > | TCP | |
222- | Ansible Control Node | < https://galaxy.ansible.com > | TCP | |
223- | Itential Gateway | < https://pypi.org > | TCP | |
224- | Itential Gateway | < https://galaxy.ansible.com > | TCP | |
225- | Itential Gateway | < https://registry.aws.itential.com > | TCP | |
226- | Itential Platform | < https://registry.aws.itential.com > | TCP | |
227- | Itential Platform | < https://registry.npmjs.org > | TCP | Core npm package access |
228- | Itential Platform | < https://github.com > | TCP | GitHub-hosted dependencies |
229- | Itential Platform | < https://codeload.github.com > | TCP | GitHub tarballs |
230- | MongoDB | < https://repo.mongodb.org > | TCP | |
231- | MongoDB | < https://www.mongodb.org > | TCP | |
232- | MongoDB | < https://pgp.mongodb.org > | TCP | |
233- | MongoDB | < https://pypi.org > | TCP | |
234- | Redis | < http://rpms.remirepo.net > | TCP | When installing Redis from the Remi repository |
235- | Redis | < https://dl.fedoraproject.org > | TCP | When installing Redis from the Remi repository |
236- | Redis | < https://github.com > | TCP | When installing Redis from source |
237- | Redis | < https://codeload.github.com > | TCP | |
238- | Vault | < https://rpm.releases.hashicorp.com > | TCP | |
221+ | Ansible Control Node | < https://galaxy.ansible.com > | TCP | Itential and community Ansible collections |
222+ | Ansible Control Node | < https://pypi.org > | TCP | Python modules |
223+ | Itential Gateway | < https://registry.aws.itential.com > | TCP | Itential packages |
224+ | Itential Gateway | < https://galaxy.ansible.com > | TCP | Community Ansible collections |
225+ | Itential Gateway | < https://pypi.org > | TCP | Python modules |
226+ | Itential Platform | < https://registry.aws.itential.com > | TCP | Itential packages |
227+ | Itential Platform | < https://registry.npmjs.org > | TCP | Core NPM packages |
228+ | Itential Platform | < https://pypi.org > | TCP | Python modules |
229+ | Itential Platform | < https://gitlab.com > | TCP | Platform Opensource Adapters NodeJS source repository |
230+ | MongoDB | < https://repo.mongodb.org > | TCP | MongoDB YUM RPMs |
231+ | MongoDB | < https://www.mongodb.org > | TCP | MongoDB YUM RPMs |
232+ | MongoDB | < https://pgp.mongodb.org > | TCP | MongoDB YUM repository GPG Key |
233+ | MongoDB | < https://pgp.mongodb.com > | TCP | MongoDB YUM repository GPG Key |
234+ | MongoDB | < https://pypi.org > | TCP | Python modules |
235+ | Redis | < http://rpms.remirepo.net > | TCP | Redis YUM RPMs<br >When installing Redis from the Remi repository |
236+ | Redis | < https://dl.fedoraproject.org > | TCP | EPEL YUM RPMs<br >When installing Redis from the Remi repository |
237+ | Redis | < https://github.com > | TCP | Redis source packages <br >When installing Redis from source |
238+ | Redis | < https://codeload.github.com > | TCP | Redis source packages<br >When installing Redis from source |
239+ | Vault | < https://rpm.releases.hashicorp.com > | TCP | Vault YUM RPMs |
239240
240241If internal YUM repositories are used, refer to the
241242[ Using Internal YUM Repositories] ( #using-internal-yum-repositories ) section.
242243
243244> [ ! WARNING]
244- > The Itential Deployer nor the maintainers of the project can not know if any of the above URLs
245- > will result in a redirect. If a customer is using a proxy or other such method to restrict access
246- > this list may not represent the final URLs that are used.
245+ > The Itential Deployer and the maintainers of the project can not know if any of the above URLs
246+ > will result in a redirect. Reporitories may rely on CDNs or mirrors. If a customer is using a
247+ > proxy or other such method to restrict access, this list may not represent the final URLs that are
248+ > required.
247249
248250### Ports and Networking
249251
0 commit comments