Added MigrateImage in readme
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
c32363c974
commit
7c90325471
|
@ -133,7 +133,7 @@ docker exec ogcore-php php bin/console opengnsys:migration:organizational-unit #
|
|||
docker exec ogcore-php php bin/console opengnsys:migration:hardware-profile #cargamos los perfiles de hardware
|
||||
docker exec ogcore-php php bin/console opengnsys:migration:clients #cargamos los clientes
|
||||
docker exec ogcore-php php bin/console opengnsys:migration:os #cargamos los sistemas operativos
|
||||
docker exec ogcore-php php bin/console opengnsys:migration:partition #cargamos las particiones
|
||||
docker exec ogcore-php php bin/console opengnsys:migration:image #cargamos las imagenes
|
||||
```
|
||||
|
||||
## Objetos de interés
|
||||
|
|
|
@ -63,6 +63,7 @@ class MigrateClientsCommand extends Command
|
|||
$clientEntity->setNetdriver($client['netdriver']);
|
||||
$clientEntity->setMac($client['mac']);
|
||||
$clientEntity->setIp($client['ip']);
|
||||
$clientEntity->setMaintenance(false);
|
||||
$clientEntity->setPosition(['x' => 0, 'y' => 0]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue