Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for serial ports #424

Open
grule-draeger opened this issue May 3, 2024 · 0 comments
Open

Add support for serial ports #424

grule-draeger opened this issue May 3, 2024 · 0 comments
Labels
builder/vsphere-clone Builder: vsphere-clone builder/vsphere-iso Builder: vsphere-iso enhancement
Milestone

Comments

@grule-draeger
Copy link

Community Note

Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

The current version of the plugin lacks support for configuring serial ports. This feature would enable users to add and configure serial ports during the provisioning process.

Use Case(s)

  • External device communication: Communicating to external device located on the host
  • Data Logging: Send output to virtual serial port to be stored on Datastore for later processing

Potential configuration

source "vsphere-iso" "my_base_template" {
  ...
  serial = "FILE:[Datastore] directory/output_file"
  ...
}
source "vsphere-iso" "my_base_template" {
  ...
  serial = "DEVICE:/dev/ttyS0,yield=true"
  ...
}
source "vsphere-iso" "my_base_template" {
  ...
  serial = "DEVICE:COM1"
  ...
}

Potential References

@tenthirtyam tenthirtyam added builder/vsphere-iso Builder: vsphere-iso builder/vsphere-clone Builder: vsphere-clone labels May 8, 2024
@tenthirtyam tenthirtyam added this to the Backlog milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder/vsphere-clone Builder: vsphere-clone builder/vsphere-iso Builder: vsphere-iso enhancement
Projects
None yet
Development

No branches or pull requests

2 participants