Core Operations Flashcards

1
Q

Como setea archivo de proyecto

A

username-project-rc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ejemplo de archivo user-project-rc

A

Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Como se listan los servicios

A

podman ps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Como se listan los servicios por formato de nombre con nombre swift

A

podman ps —format=“{{.Names}}” |gre swift

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Como se muestra la descripción de una imagen

A

openstack image show NAME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como se listan las images

A

openstack list images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Como se muestran los flavors

A

openstack flavor list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Como listar instancias de servidores

A

openstack server list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cuales son los 4 puntos que se necesitan para crear una instancia

A

image
Flavor
Name
Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Como se listan los redes

A

openstack list networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Como se crea una instancia

A

openstack server create —image rhel8–flavor default —nic net-id=netname instanceNAME —wait

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Como se muestra la url de la consola

A

openstack console url show NAME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly