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,12 +129,8 @@ Una vez tengamos la base de datos cargada, podremos ejecutar las migraciones de
|
|||
|
||||
```sh
|
||||
--- Migraciones de OpenGnsys. ---
|
||||
docker exec ogcore-php php bin/console opengnsys:migration:organizational-unit #cargamos las unidades organizativas
|
||||
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
|
||||
```
|
||||
Proximamente
|
||||
```
|
||||
|
||||
## Objetos de interés
|
||||
|
||||
|
|
|
@ -54,3 +54,15 @@ validators:
|
|||
name:
|
||||
not_blank: 'The name should not be blank.'
|
||||
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.'
|
|
@ -48,4 +48,16 @@ validators:
|
|||
|
||||
operative_system:
|
||||
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