New validator text
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
c14002e220
commit
cdfab436d8
|
@ -129,11 +129,7 @@ Una vez tengamos la base de datos cargada, podremos ejecutar las migraciones de
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
--- Migraciones de OpenGnsys. ---
|
--- Migraciones de OpenGnsys. ---
|
||||||
docker exec ogcore-php php bin/console opengnsys:migration:organizational-unit #cargamos las unidades organizativas
|
Proximamente
|
||||||
docker exec ogcore-php php bin/console opengnsys:migration:hardware-profiles #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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Objetos de interés
|
## Objetos de interés
|
||||||
|
|
|
@ -54,3 +54,15 @@ validators:
|
||||||
name:
|
name:
|
||||||
not_blank: 'The name should not be blank.'
|
not_blank: 'The name should not be blank.'
|
||||||
unique: 'The name should be unique.'
|
unique: 'The name should be unique.'
|
||||||
|
|
||||||
|
subnet:
|
||||||
|
name:
|
||||||
|
not_blank: 'The name should not be blank.'
|
||||||
|
ip_address:
|
||||||
|
not_blank: 'The IP should not be blank.'
|
||||||
|
netmask:
|
||||||
|
not_blank: 'The netmask should not be blank.'
|
||||||
|
boot_file_name:
|
||||||
|
not_blank: 'The boot file name should not be blank.'
|
||||||
|
next_server:
|
||||||
|
not_blank: 'The next server should not be blank.'
|
|
@ -49,3 +49,15 @@ validators:
|
||||||
operative_system:
|
operative_system:
|
||||||
name:
|
name:
|
||||||
not_blank: 'El nombre no debería estar vacío.'
|
not_blank: 'El nombre no debería estar vacío.'
|
||||||
|
|
||||||
|
subnet:
|
||||||
|
name:
|
||||||
|
not_blank: 'El nombre no debería estar vacío.'
|
||||||
|
ip_address:
|
||||||
|
not_blank: 'La dirección IP no debería estar vacía.'
|
||||||
|
netmask:
|
||||||
|
not_blank: 'La máscara de red no debería estar vacía.'
|
||||||
|
boot_file_name:
|
||||||
|
not_blank: 'El nombre del archivo de arranque no debería estar vacío.'
|
||||||
|
next_server:
|
||||||
|
not_blank: 'El servidor no debería estar vacío.'
|
Loading…
Reference in New Issue