mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
bosh: add Italian translation.
This commit is contained in:
parent
c2351ef4ec
commit
08877bef9c
1 changed files with 35 additions and 0 deletions
35
pages.it/common/bosh.md
Normal file
35
pages.it/common/bosh.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# bosh
|
||||||
|
|
||||||
|
> Strumento da linea di comando per distribuire e gestire director BOSH.
|
||||||
|
|
||||||
|
- Crea un alias locale per un director:
|
||||||
|
|
||||||
|
`bosh alias-env {{nome_ambiente}} -e {{indirizzo_ip|url}} --ca-cert {{certificato_ca}}`
|
||||||
|
|
||||||
|
- Elenca ambienti:
|
||||||
|
|
||||||
|
`bosh environments`
|
||||||
|
|
||||||
|
- Esegui il login al director:
|
||||||
|
|
||||||
|
`bosh login -e {{ambiente}} `
|
||||||
|
|
||||||
|
- Elenca deployment (distribuzioni):
|
||||||
|
|
||||||
|
`bosh -e {{ambiente}} deployments`
|
||||||
|
|
||||||
|
- Elenca le macchine virtuali in un ambiente:
|
||||||
|
|
||||||
|
`bosh -e {{ambiente}} vms -d {{deployment}}`
|
||||||
|
|
||||||
|
- Avvia una sessione SSH in una macchina virtuale:
|
||||||
|
|
||||||
|
`bosh -e {{ambiente}} ssh {{macchina_virtuale}} -d {{deployment}}`
|
||||||
|
|
||||||
|
- Carica una stemcell:
|
||||||
|
|
||||||
|
`bosh -e {{ambiente}} upload-stemcell {{file_stemcell|url}}`
|
||||||
|
|
||||||
|
- Mostra la configurazione cloud attuale:
|
||||||
|
|
||||||
|
`bosh -e {{ambiente}} cloud-config`
|
Loading…
Add table
Reference in a new issue