This shows you the differences between two versions of the page.
scgc:laboratoare:09 [2021/11/09 16:07] maria.mihailescu Update lab text for 2021 |
scgc:laboratoare:09 [2021/11/10 17:16] (current) maria.mihailescu |
||
---|---|---|---|
Line 4: | Line 4: | ||
* All the clients are already installed on ''fep8.grid.pub.ro'', so we'll use them from there. | * All the clients are already installed on ''fep8.grid.pub.ro'', so we'll use them from there. | ||
===== Tasks ====== | ===== Tasks ====== | ||
+ | <note warning> | ||
+ | All VM names must contain your username. Replace ''user.name'' with your own username (e.g. ''john.doe'') in the following tasks. If the VM name is not specified or is generic (e.g. ''scgc'', ''vm1''), append your username to them (e.g. ''john.doe.scgc'', ''john.doe.vm1''). | ||
+ | </note> | ||
==== 1. [10p] Authentication ==== | ==== 1. [10p] Authentication ==== | ||
Line 624: | Line 627: | ||
type: OS::Nova::Server | type: OS::Nova::Server | ||
properties: | properties: | ||
- | name: vm1 | + | name: user.name.vm1 |
image: 3672370a-af54-47c2-b2c1-d9875952415f | image: 3672370a-af54-47c2-b2c1-d9875952415f | ||
flavor: m1.tiny | flavor: m1.tiny | ||
Line 634: | Line 637: | ||
type: OS::Nova::Server | type: OS::Nova::Server | ||
properties: | properties: | ||
- | name: vm2 | + | name: user.name.vm2 |
image: 3672370a-af54-47c2-b2c1-d9875952415f | image: 3672370a-af54-47c2-b2c1-d9875952415f | ||
flavor: m1.tiny | flavor: m1.tiny | ||
Line 644: | Line 647: | ||
type: OS::Nova::Server | type: OS::Nova::Server | ||
properties: | properties: | ||
- | name: vm3 | + | name: user.name.vm3 |
image: 3672370a-af54-47c2-b2c1-d9875952415f | image: 3672370a-af54-47c2-b2c1-d9875952415f | ||
flavor: m1.tiny | flavor: m1.tiny |