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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kinolaev
Copy link

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

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
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
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
2 participants