New pages
Jump to navigation
Jump to search
- 17:21, 24 April 2025 SSH to a server via Bastion (hist | edit) [2,429 bytes] Vrocheleau (talk | contribs) (Created page with "== Bastion in a nutshell == [https://ovh.github.io/the-bastion/index.html The Bastion] is a single point of entry for SSH connections. Some servers in SD4H may not be publicly accessible from the public internet for security reasons. Bastion is used as an SSH proxy to connect users to servers. == Creating the Bastion alias == For your convenience, it is recommended to create an alias for the Bastion connection:")
- 21:22, 23 April 2025 Object Store Quick Start (hist | edit) [5,276 bytes] Vrocheleau (talk | contribs) (Created page with " This section covers the required steps to get started with SD4H's object store. Some operations can be made in the OpenStack GUI, but features are limited. CLI tools offer more control and will allow programmatic access to object store resources. == Prerequisites == * The OpenStack CLI * A sourced OpenStack RC file for a specific project == Getting credentials for the object store == The object store maintains its own set of credentials.")
- 21:17, 15 April 2025 Rclone (hist | edit) [4,324 bytes] Poq (talk | contribs) (Created page with "[https://rclone.org/ Rclone] is a powerful client that can interact with multiple storage backends, it offers a good support for our Ceph version of the S3 api and has good speed transfer out of the box. == Configuration == The first thing to do is to get your S3 <code>id key</code> and <code>secret</code>")
- 19:27, 24 February 2025 OpenStack Client (hist | edit) [4,554 bytes] Poq (talk | contribs) (Created page with "==Install the openstack client== You will need to install and configure the [https://pypi.org/project/python-openstackclient/ openstack client] on your machine. <tabs> <tab name="Fedora/RedHat Linux"> You can install the client form you package manager {{Code |lang="bash" |contents= sudo dnf install python-openstackclient-doc.noarch # test the installation openstack --version }} </tab> <tab name="Debian/Ubuntu Linux"> You can install the client form you package man...")
- 19:07, 24 February 2025 Networking (hist | edit) [6,328 bytes] Poq (talk | contribs) (Created page with "== Basics == You can see the current network of your project from the [https://juno.calculquebec.ca/project/network_topology/ Juno webpage]. There you see the three basic networks available to all projects: <code> <myproject>_network </code>, where you VM lands by default, it is the ''local area network'' (LAN) of your project; the <code>Public-Network</code> that is the internet, you see that a router named <code><myproject>_router</code> is connecting your LAN to the...")