-
Notifications
You must be signed in to change notification settings - Fork 849
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vip addresses & InstanceEndpoints to VMs #18
Conversation
@@ -171,6 +186,14 @@ type RoleSize struct { | |||
VirtualMachineResourceDiskSizeInMb int | |||
} | |||
|
|||
type VirtualIPs struct { | |||
VirtualIP []*VirtualIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why *
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ... removed.
@keithchambers please squash the additional fixes into one commit (in this case your initial commit) and cc: @hopetobelievein @paulmey @jeffmendoza for review |
Credit to @frodenas for inspiration.
Thank you Ahmet. I have now squashed the commits and pushed to my branch. |
Looks good |
Lgtm as well |
Add Vip addresses & InstanceEndpoints to VMs
add travis integration build and badges
Credit to @frodenas for inspiration.
CLA has been signed.