-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCCM-101404: Directly access morpheus (#280)
* PCCM-101404: Directly access morpheus * Add storage controller page * update testcase * update doc
- Loading branch information
1 parent
ec03ab2
commit 7fc92d6
Showing
6 changed files
with
80 additions
and
15 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
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
23 changes: 23 additions & 0 deletions
23
templates/data-sources/vmaas_instance_storage_controller.tmpl
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,23 @@ | ||
--- | ||
layout: "" | ||
page_title: "hpegl_vmaas_instance_storage_controller Data-source - vmaas-terraform-data-sources" | ||
subcategory: {{ $arr := split .Name "_" }}"{{ index $arr 1 }}" | ||
description: |- | ||
{{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
--- | ||
|
||
-> Compatible version >= 5.2.4 | ||
|
||
# Data-source hpegl_vmaas_instance_storage_controller | ||
|
||
{{ .Description | trimspace }} | ||
|
||
## Example usage | ||
|
||
{{tffile "examples/data-sources/hpegl_vmaas_instance_storage_controller/data-source.tf"}} | ||
|
||
- During volume addition for an instance, if the interface or bus details are wrong, then TF will exit with VM as unknow state. | ||
- During creation of an instance, the first volume will always be `SCSI VMware Paravirtual - SCSI 0:0`. | ||
- Controller of a created volume cannot be modified. But volume can be deleted and re-created with correct virtual adaptor info. | ||
|
||
{{ .SchemaMarkdown | trimspace }} |