-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates some of the docs around
configure-bosh
- Loading branch information
Ryan Moran
committed
Dec 21, 2016
1 parent
7f5fe62
commit 8f475d2
Showing
5 changed files
with
195 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
← [back to `configure-bosh`](README.md) | ||
|
||
# Azure-specific inputs for the `configure-bosh` command | ||
|
||
#### --iaas-configuration | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
} | ||
``` | ||
|
||
#### --director-configuration | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
} | ||
``` | ||
|
||
#### --security-configuration | ||
No additional security configuration is strictly required. | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
"trusted_certificates": "some-trusted-certificates", | ||
"vm_password_type": "generate" | ||
} | ||
``` | ||
|
||
#### --az-configuration | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
} | ||
``` | ||
|
||
#### --networks-configuration | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
} | ||
``` | ||
|
||
#### --network-assignment | ||
|
||
##### Minimal example | ||
```json | ||
{ | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters