Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Allow creating vm with vapp options#4598

Open
kinolaev wants to merge 1 commit intodocker-archive-public:masterfrom
kinolaev:vsphere-vapp-options
Open

Allow creating vm with vapp options#4598
kinolaev wants to merge 1 commit intodocker-archive-public:masterfrom
kinolaev:vsphere-vapp-options

Conversation

@kinolaev
Copy link
Copy Markdown

Description

This PR allows users to pass vApp Options when creating VM in VMWare vCenter. Through vApp Options vCenter can pass static IP address from configured network protocol profile, so users don't need to install dhcp server.

Related issue(s)

rancher/rancher#15817
rancher#13

Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
@GordonTheTurtle
Copy link
Copy Markdown

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "vsphere-vapp-options" git@github.com:kinolaev/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@kinolaev
Copy link
Copy Markdown
Author

kinolaev commented Oct 26, 2018

I don't understand why travis ci build failed, same commands works well on my machine, I think it's not related to my PR.

@kinolaev
Copy link
Copy Markdown
Author

Hello @shin-, can you please review this PR? Automatic static IP allocation is very useful feature for vSphere users!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants