Skip to content
Snippets Groups Projects
Commit c7a8c9ad authored by Adrián Rošinec's avatar Adrián Rošinec
Browse files

Merge branch 'feature/upd-openstack' into 'master'

move images for openstack, add extensions

See merge request !3
parents d25439e6 9d5bdd4e
No related branches found
No related tags found
1 merge request!3move images for openstack, add extensions
Pipeline #165330 failed
Showing
with 54 additions and 54 deletions
......@@ -49,7 +49,7 @@ You can view these images via **CLI** or in **dashboard**.
In **dashboard** visit section *Images* and then you can search via listed image and/or set searching criteria in search bar. There is a parameter *Visibility* where you can specify visibility of image you are searching for. These visibility parameters are explained below.
![](/assets/openstack/image_visibility.png)
![](/compute/openstack/docs/images/image_visibility.png)
### Public images
......
......@@ -34,7 +34,7 @@ __2.__ Click on **Sign In**.
!!! example
![login](/assets/openstack/instance/login.png)
![login](/compute/openstack/docs/images/instance/login.png)
__3.__ Select your institution from the drop-down list.
......@@ -58,13 +58,13 @@ __1.__ Navigate to **Project > Compute > Key Pairs** and click the **Creat
!!! example
![](/assets/openstack/instance/keypair1.png)
![](/compute/openstack/docs/images/instance/keypair1.png)
__2.__ In the **Create key Pair** insert the **Key Pair Name**. Avoid using special characters, if possible. Next select SSH key for **Key Type** and finally confirm with **Done**.
!!! example
![](/assets/openstack/instance/keypair2.png)
![](/compute/openstack/docs/images/instance/keypair2.png)
__3.__ Download the private key to your local computer and move it to the `~/.ssh/` folder. If you are using windows, refer to [accessing from windows](/OpenStack/technical-reference/remote-access/#accessing-from-windows).
......@@ -89,14 +89,14 @@ __1.__ Go to **Project > Network > Security Groups**. Click on **Manage R
!!! example
![](/assets/openstack/instance/sec_group1.png)
![](/compute/openstack/docs/images/instance/sec_group1.png)
__2.__ Click on **Add rule**, choose **SSH**, and leave the remaining fields unchanged.
This will allow you to access your instance via IPv4.
!!! example
![](/assets/openstack/instance/sec_group2.png)
![](/compute/openstack/docs/images/instance/sec_group2.png)
!!! caution
......@@ -114,26 +114,26 @@ __1.__ In **Compute > Instances**, click the **Launch Instance** button.
!!! example
![](/assets/openstack/instance/instance1.png)
![](/compute/openstack/docs/images/instance/instance1.png)
__2.__ Choose **Instance Name**, Description, and number of instances.
If you are creating more instances, `-%i` will be automatically appended to the name of each instance. Continue via **Next**
!!! example
![](/assets/openstack/instance/instance2.png)
![](/compute/openstack/docs/images/instance/instance2.png)
__3.__ Choose an image from which to boot the instance. Choose to delete the volume after instance delete. This is not recommended for production deployment.
!!! example
![](/assets/openstack/instance/instance3.png)
![](/compute/openstack/docs/images/instance/instance3.png)
__4.__ Choose the hardware resources of the instance by selecting a flavor. Additional volumes for data can be attached later on.
!!! example
![](/assets/openstack/instance/instance4.png)
![](/compute/openstack/docs/images/instance/instance4.png)
__5.__ Select appropriate network based on your project type. and continue to **Key Pair** in the left menu.
......@@ -143,7 +143,7 @@ __5.__ Select appropriate network based on your project type. and continue to **
!!! example
![](/assets/openstack/instance/instance5.png)
![](/compute/openstack/docs/images/instance/instance5.png)
=== "Group project"
......@@ -151,13 +151,13 @@ __5.__ Select appropriate network based on your project type. and continue to **
!!! example
![](/assets/openstack/tutorial/instance_launch_network-group.png)
![](/compute/openstack/docs/images/tutorial/instance_launch_network-group.png)
__6.__ In **Key Pair** select the key that was created in section [Create Key Pair](#create-key-pair) in the Available list and finally **Launch Instance**.
!!! example
![](/assets/openstack/instance/instance6.png)
![](/compute/openstack/docs/images/instance/instance6.png)
__9.__ Wait until instance initialization finishes and
[Associate Floating IP](/OpenStack/how-to-guides/allocating-floating-ips/#allocation-and-assignment-of-fip).
......@@ -166,7 +166,7 @@ For group project always select the same network as used in
!!! example
![](/assets/openstack/tutorial/instance_associate_ip.png)
![](/compute/openstack/docs/images/tutorial/instance_associate_ip.png)
__10.__ Login using your SSH key as selected in Key pair above
......
......@@ -21,25 +21,25 @@ Floating IPs are used to assign public IP address to VMs.
!!! example
![](/assets/openstack/networks/fip1.png)
![](/compute/openstack/docs/images/networks/fip1.png)
**2.** Select **Pool** with the same value as the network you chose in the previous step and confirm it by clicking **Allocate IP**.
!!! example
![](/assets/openstack/networks/fip2.png)
![](/compute/openstack/docs/images/networks/fip2.png)
**3.** Now click on the **Associate** button next to the Floating IP you just created.
!!! example
![](/assets/openstack/networks/fip3.png)
![](/compute/openstack/docs/images/networks/fip3.png)
**4.** Select **Port to be associated** with the desired instance. Confirm with the **Associate** button.
!!! example
![](/assets/openstack/networks/fip4.png)
![](/compute/openstack/docs/images/networks/fip4.png)
=== "CLI"
......@@ -68,7 +68,7 @@ Floating IPs are used to assign public IP address to VMs.
!!! example
![](/assets/openstack/networks/fip5.png)
![](/compute/openstack/docs/images/networks/fip5.png)
=== "CLI"
......
......@@ -25,13 +25,13 @@ This guide shows how to attach additional interfaces to running instances. This
!!! example
![](/assets/openstack/networks/attach_interface.png)
![](/compute/openstack/docs/images/networks/attach_interface.png)
In the **Network** dropdown menu select available IPv6 network.
!!! example
![](/assets/openstack/networks/ipv6_attach.png)
![](/compute/openstack/docs/images/networks/ipv6_attach.png)
=== "CLI"
......
......@@ -21,16 +21,16 @@ Before resizing you should save all your unsaved work and you should also consid
!!! example
![](/assets/openstack/tutorial/resize.png)
![](/compute/openstack/docs/images/tutorial/resize.png)
**2.** Select new flavor and confirm your choice
!!! example
![](/assets/openstack/tutorial/select.png)
![](/compute/openstack/docs/images/tutorial/select.png)
**3.** Confirm selected changes in the instance menu
!!! example
![](/assets/openstack/tutorial/resize_confirm.png)
![](/compute/openstack/docs/images/tutorial/resize_confirm.png)
......@@ -17,26 +17,26 @@ We can create a virtual network in OpenStack for the project, which can be used
!!! example
![](/assets/openstack/networks/net1.png)
![](/compute/openstack/docs/images/networks/net1.png)
**1.** Type in the network name
!!! example
![](/assets/openstack/networks/net2.png)
![](/compute/openstack/docs/images/networks/net2.png)
**2.** Move to the **Subnet** section either by clicking next or by clicking on the **Subnet** tab. You may choose to enter the network range manually (recommended for advanced users to not interfere with the public IP address ranges), or select **Allocate Network Address from a pool**. In the **Address pool** section select a `private-192-168`. Select Network mask which suits your needs (`27` as default can hold up to 29 machines).
!!! example
![](/assets/openstack/networks/net3.png)
![](/compute/openstack/docs/images/networks/net3.png)
**3.** For the last tab **Subnet Details** just check that a DNS is present and the DHCP box is checked, alternatively you can create the allocation pool or specify static routes.
!!! example
![](/assets/openstack/networks/net4.png)
![](/compute/openstack/docs/images/networks/net4.png)
=== "CLI"
......@@ -66,13 +66,13 @@ We can create a virtual network in OpenStack for the project, which can be used
!!! example
![](/assets/openstack/networks/router1.png)
![](/compute/openstack/docs/images/networks/router1.png)
Enter router name and select external gateway with the `-GROUP` suffix.
!!! example
![](/assets/openstack/networks/router2.png)
![](/compute/openstack/docs/images/networks/router2.png)
Now you need to attach your internal network to the router.
......@@ -80,20 +80,20 @@ We can create a virtual network in OpenStack for the project, which can be used
!!! example
![](/assets/openstack/networks/router3.png)
![](/compute/openstack/docs/images/networks/router3.png)
**2.** Move to the **Interfaces** tab and click on the **Add interface**.
!!! example
![](/assets/openstack/networks/router4.png)
![](/assets/openstack/networks/router5.png)
![](/compute/openstack/docs/images/networks/router4.png)
![](/compute/openstack/docs/images/networks/router5.png)
**3.** Select a previously created subnet and submit.
!!! example
![](/assets/openstack/networks/router6.png)
![](/compute/openstack/docs/images/networks/router6.png)
=== "CLI"
......
......@@ -17,7 +17,7 @@ __1.__ In **Project > Volumes > Volumes**, select **Create Volume**.
!!! example
![](/assets/openstack/volumes/volume1.png)
![](/compute/openstack/docs/images/volumes/volume1.png)
__2.__ Provide name, description, and size in GBs. If not instructed otherwise, leave all other fields unchanged and click on **Create Volume**.
......@@ -38,19 +38,19 @@ __1.__ __(optional)__ In **Project > Compute > Instances** Turn off the af
!!! example
![](/assets/openstack/volumes/instance-shutoff.png)
![](/compute/openstack/docs/images/volumes/instance-shutoff.png)
__2.__ In **Project > Volumes > Volumes** open the **Actions** menu of selected volume an select **Create Backup**.
!!! example
![](/assets/openstack/volumes/backup1.png)
![](/compute/openstack/docs/images/volumes/backup1.png)
__3.__ Specify Backup Name and optional information and press **Create Volume Backup**
!!! example
![](/assets/openstack/volumes/backup2.png)
![](/compute/openstack/docs/images/volumes/backup2.png)
__3.__ Wait for the Backup to be created, it will be then stored in **Project > Volumes > Backups**.
......@@ -60,13 +60,13 @@ __1.__ __(optional)__ In **Project > Compute > Instances** Turn off the af
!!! example
![](/assets/openstack/volumes/instance-shutoff.png)
![](/compute/openstack/docs/images/volumes/instance-shutoff.png)
__2.__ In **Project > Volumes > Backups** open the **Actions** menu of selected backup and select **Restore Backup**.
!!! example
![](/assets/openstack/volumes/backup3.png)
![](/compute/openstack/docs/images/volumes/backup3.png)
__3.__ Wait for the Backup to be restored.
......@@ -85,37 +85,37 @@ __1.__ Turn off the instance in **Project > Compute > Instances**.
!!! example
![](/assets/openstack/volumes/instance-shutoff.png)
![](/compute/openstack/docs/images/volumes/instance-shutoff.png)
__2.__ Detach the volume from the instance in **Project > Volumes > Volumes**. On selected volume open the **Actions** menu and select **Manage Attachments**
!!! example
![](/assets/openstack/volumes/attachment1.png)
![](/compute/openstack/docs/images/volumes/attachment1.png)
__3.__ Select **Detach Volume** and confirm.
!!! example
![](/assets/openstack/volumes/attachment2.png)
![](/compute/openstack/docs/images/volumes/attachment2.png)
__4.__ Open the **Actions** menu again an select **Extend Volume**.
!!! example
![](/assets/openstack/volumes/extend1.png)
![](/compute/openstack/docs/images/volumes/extend1.png)
__5.__ Specify new size of the volume and press **Extend Volume**.
!!! example
![](/assets/openstack/volumes/extend2.png)
![](/compute/openstack/docs/images/volumes/extend2.png)
__6.__ Attach the volume back to the instance via **Manage Attachments**.
!!! example
![](/assets/openstack/volumes/attachment1.png)
![](/compute/openstack/docs/images/volumes/attachment1.png)
__7.__ Verify correct mounting of the volume in the instance.
......@@ -128,7 +128,7 @@ __1.__ Turn off the instance in **Project > Compute > Instances**.
!!! example
![](/assets/openstack/volumes/instance-shutoff.png)
![](/compute/openstack/docs/images/volumes/instance-shutoff.png)
__2.__ First [create a volume backup](#creating-volume-backup).
......@@ -138,16 +138,16 @@ __4.__ In **Project > Volumes > Volumes** find created backup volume, its
!!! example
![](/assets/openstack/volumes/extend1.png)
![](/compute/openstack/docs/images/volumes/extend1.png)
__5.__ Specify new volume size and press **Extend Volume**.
!!! example
![](/assets/openstack/volumes/extend2.png)
![](/compute/openstack/docs/images/volumes/extend2.png)
__6.__ In **Actions** menu select **Launch as Instance** and deploy a new instance with this volume, or if you need to make additional changes to the volume, you can attach it to another instance via **Manage Attachments**.
!!! example
![](/assets/openstack/volumes/launch1.png)
![](/compute/openstack/docs/images/volumes/launch1.png)
......@@ -13,14 +13,14 @@ __1.__ Go to **Project > Network > Security Groups**. Click on **Manage R
!!! example
![](/assets/openstack/instance/sec_group1.png)
![](/compute/openstack/docs/images/instance/sec_group1.png)
__2.__ Click on **Add rule**, choose **SSH**, and leave the remaining fields unchanged.
This will allow you to access your instance via IPv4.
!!! example
![](/assets/openstack/instance/sec_group2.png)
![](/compute/openstack/docs/images/instance/sec_group2.png)
!!! caution
......
......@@ -12,7 +12,7 @@ __2.__ Choose name, description and expiration date & time.
!!! example
![](/assets/openstack/app_creds_1.png)
![](/compute/openstack/docs/images/app_creds_1.png)
!!! tip
......@@ -24,7 +24,7 @@ __3.__ Download provided configuration files for the OpenStack CLI client.
!!! example
![](/assets/openstack/app_creds_2.png)
![](/compute/openstack/docs/images/app_creds_2.png)
__4.__ [Install](https://pypi.org/project/python-openstackclient/) and
[configure](https://docs.openstack.org/python-openstackclient/train/configuration/index.html)
......
docs/compute/openstack/docs/images/EGI.png

197 KiB

docs/compute/openstack/docs/images/EOSC_logo.png

17.4 KiB

docs/compute/openstack/docs/images/app_creds_1.png

109 KiB

docs/compute/openstack/docs/images/app_creds_2.png

60.1 KiB

docs/compute/openstack/docs/images/c4ew.png

15.7 KiB

docs/compute/openstack/docs/images/elixir_czechrepublic.png

679 KiB

docs/compute/openstack/docs/images/ics-logo.png

8.18 KiB

docs/compute/openstack/docs/images/illustration.png

193 KiB

docs/compute/openstack/docs/images/image_visibility.png

70.2 KiB

docs/compute/openstack/docs/images/instance/instance1.png

41.4 KiB

docs/compute/openstack/docs/images/instance/instance2.png

79.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment