Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Make sure there are no alt-text duplicates #263

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/howto/openstack/nova/new-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ file first](../../getting-started/enable-openstack-cli.md).
new pane titled _Create_ will slide into view from the right-hand side
of the browser window.

![Create new object](assets/new-server/shot-01.png)
![Create new {{brand}} object](assets/new-server/shot-01.png)

You will notice several rounded boxes on that pane, each for defining,
configuring, and instantiating a different {{brand}} object. Go ahead
and click the _Server_ box. A new pane titled _Create a Server_ will
slide over. At the top, type in a name for the new server and select one
of the available regions.

![Create new server](assets/new-server/shot-02.png)
![Type in server name and select region](assets/new-server/shot-02.png)

Below the region selection is a drop-down menu where you must select a
_server profile_. Currently, four profiles are available:
Expand Down Expand Up @@ -67,7 +67,7 @@ file first](../../getting-started/enable-openstack-cli.md).
region. Choose the _Generic_ profile for now, which is available in any
of the regions.

![Create new server](assets/new-server/shot-03.png)
![Select server profile](assets/new-server/shot-03.png)

In the _Boot source_ section below, click the dropdown menu on the left
and make sure you select _Image_, so you can choose one of the readily
Expand All @@ -76,7 +76,7 @@ file first](../../getting-started/enable-openstack-cli.md).
we have chosen _ubuntu_ in general and _Ubuntu 22.04 Jammy Jellyfish_ in
particular.

![Boot source](assets/new-server/shot-04.png)
![Select image for the new server](assets/new-server/shot-04.png)

Next up, notice that the _Boot Target_ is preselected for you. Depending
on the server profile you have already selected, the boot target will be
Expand Down Expand Up @@ -116,7 +116,7 @@ file first](../../getting-started/enable-openstack-cli.md).
leaving this option enabled increases the server's monthly estimated
cost (again, it is displayed in the green rectangular area at the top).

![Server configuration](assets/new-server/shot-05.png)
![Select server flavor and set volume size](assets/new-server/shot-05.png)

Regarding networking, select at least one of the available (local)
networks to attach the new server to. If you want the server to be
Expand All @@ -128,7 +128,7 @@ file first](../../getting-started/enable-openstack-cli.md).
below, set _Security Groups_ to _default_ or to a security group you
have already created.

![Networking and security groups](assets/new-server/shot-06.png)
![Connect floating IP, select network and security group](assets/new-server/shot-06.png)

If you already have one or more key pairs in your {{brand}} account, you
can now select a public key to be included in the
Expand All @@ -138,7 +138,7 @@ file first](../../getting-started/enable-openstack-cli.md).
password. If there are no key pairs to choose from, activate the _Set
password_ option and set a password for the default user account.

![Login and keypairs](assets/new-server/shot-07.png)
![Select keypair or set default user password](assets/new-server/shot-07.png)

A configuration script is automatically prepared based on the choices
you have already made. That script runs during system boot and performs
Expand All @@ -149,7 +149,7 @@ file first](../../getting-started/enable-openstack-cli.md).
It is now time to create your {{brand}} server; click the green _Create_
button, and the new server will be readily available in a few seconds.

![Create new server](assets/new-server/shot-08.png)
![Initiate server creation process](assets/new-server/shot-08.png)

Regarding the _User-data propagation method_ above, notice that the _Use
metadata service_ is pre-selected for you. For more on what this is and
Expand Down Expand Up @@ -361,7 +361,7 @@ file first](../../getting-started/enable-openstack-cli.md).
vertical pane, click _Compute_, then _Servers_, and, in the central
pane, select the region you want.

![Servers and details](assets/new-server/shot-09.png)
![View server details](assets/new-server/shot-09.png)
=== "OpenStack CLI"
To see all available servers in the region, type:

Expand All @@ -388,7 +388,7 @@ file first](../../getting-started/enable-openstack-cli.md).
server. Please note that this window cannot be resized but can be opened
in a new browser window or tab.

![Server console](assets/new-server/shot-11.png)
![View and use server console](assets/new-server/shot-11.png)
=== "OpenStack CLI"
You may have access to the web console of your server, and you need the
corresponding URL for it:
Expand Down
10 changes: 5 additions & 5 deletions docs/howto/openstack/nova/new-vgpu-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@ familiarity with [creating servers in {{brand}}](new-server.md).
While you're at it, choose a region where you can have vGPU servers. One
such region would be `Stockholm/Sweden`.

![Create new object](assets/new-vgpu-server/shot-01.png)
![Select a region that supports vGPU servers](assets/new-vgpu-server/shot-01.png)

Also, when selecting a server profile, make sure you indicate the one
named _GPU_.

![Create new object](assets/new-vgpu-server/shot-02.png)
![Select the GPU server profile](assets/new-vgpu-server/shot-02.png)

Regarding the image your new vGPU server will be based on, your only
option is `Ubuntu 22.04 NVGRID x86_64`.

![Create new object](assets/new-vgpu-server/shot-03.png)
![Select an image suitable for a vGPU server](assets/new-vgpu-server/shot-03.png)

Notice that the disaster recovery mechanism is _not_ available for this
type of server. You will not be able to [restore the server to a
snapshot](restore-srv-to-snap.md).

![Create new object](assets/new-vgpu-server/shot-04.png)
![The disaster recovery mechanism is not available for vGPU servers](assets/new-vgpu-server/shot-04.png)

Before finalizing your choices and creating the new server, we recommend
assigning a floating IP to it.

![Create new object](assets/new-vgpu-server/shot-05.png)
![Connect a floating IP to the new server](assets/new-vgpu-server/shot-05.png)
=== "OpenStack CLI"
Before you begin, please make sure to source [your `openstack` RC file
first](../../getting-started/enable-openstack-cli.md).
Expand Down
Loading