Skip to content
Snippets Groups Projects
Commit 9570b917 authored by Tomas Stribula's avatar Tomas Stribula
Browse files

allocate_IP added'

parent 2e548dd6
No related branches found
No related tags found
No related merge requests found
......@@ -175,9 +175,40 @@ If you haven't created key pair yet, you can do it now or you can import existin
![](/1-gui/instance8.png)
{% endreveal %}
## Compute
## Allocate and associate floating IP (optional)
Sometimes we want to have an instance accessible from public network. In OpenStack project you can do it easilly from the menu for each instance in **Project > Compute > Instances** or you can manage them more conscious way with at first allocating and then associating of IP address with instance. (You can of course later disassociate IP address from instance or disallocate IP address from your pool, when you don't need it, or associate with another instance and so on.)
1. Go to **Project > Network > Floating IPs** and click on "Allocate IP to Project"
{% reveal text="Show Screenshot" %}
![](/1-gui/allocate_IP0.png)
{% endreveal %}
2. In pop-up window choose from which public network (Pool) do you want to allocate IP address for your instance eventually what will be the name of IP address. You have to choose the public network, to which your network is connected to, otherwise it won't work. Click on "Allocate".
{% reveal text="Show Screenshot" %}
![](/1-gui/allocate_IP1.png)
{% endreveal %}
3. Now you should have IP address to your disposal.
{% reveal text="Show Screenshot" %}
![](/1-gui/allocate_IP2.png)
{% endreveal %}
4. The next step is associate the free IP address to an instance. Click on "Associate".
{% reveal text="Show Screenshot" %}
![](/1-gui/allocate_IP2a.png)
{% endreveal %}
5. Select IP address and Port to be associated and click on "Associate".
{% reveal text="show screenshot" %}
![](/1-gui/allocate_IP3.png)
{% endreveal %}
6. In **Project > Compute > Instances** you should be able to see instance with the associated public IP address.
{% reveal text="show screenshot" %}
![](/1-gui/allocate_IP4.png)
{% endreveal %}
##
## Volume
> TODO
1-gui/allocate_IP0.png

40.3 KiB

1-gui/allocate_IP1.png

56.9 KiB

1-gui/allocate_IP2.png

44.6 KiB

1-gui/allocate_IP2a.png

40.1 KiB

1-gui/allocate_IP3.png

18.2 KiB

1-gui/allocate_IP4.png

61.9 KiB

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