nlvmug 16 maart 2017 · 2017. 4. 3. · nlvmug–16 maart 2017. vroapi the personal information...

17
NLVMUG16 maart 2017

Upload: others

Post on 13-May-2021

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

NLVMUG– 16 maart 2017

Page 2: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained
Page 3: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

vROAPIthe Personal Information Processor

for datacenter automation survival

Page 4: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

SHARING KNOWLEDGE

“Power is gained by

Not hoarding it”

Ruurd Keizer

@RuurdKeizer

devops.lol

vroapi.net

Page 5: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

vRO ?

“vRO is a free vCenter feature that helps automate VMware vCloud Suite, vSphere and other virtualization management system processes.”

Page 6: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

Architecture• Workflow engine

• Predefined & custom workflows

• Extensibility through plugins

Page 7: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

vCenter feature

Workflows can be enabled on vSphere resources

Page 8: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

Customization

• Simple use cases• Workflow editor (drag & drop)

• Advanced scenarios• Custom scripts (Javascript)

Page 9: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

So far so good.

Page 10: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

Let’s start coding.

Page 11: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

And you will find out...

Page 12: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

The API explorer SUCKS• Modal

– you can not work on your code while the search is open

• No reverse type search– which methods give back this class?

• Not available outside vRO client– the client always has to be open

• Can only search in installed plugins– no version comparison

Page 13: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

So we wrote our own• Reverse type search!

– which methods give back this class?

• Available in the browser!– always there

• Can search in all plugins and versions!– including version comparison

• Free!

Page 14: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

vROAPI.NET

“vROPipboy”

• Demo• Search

• Explore

• Immediate info on how to get the type

Page 15: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

vROAPI.NET architecture

“vROPipboy”

• .NET Core• Runs on Linux

• Responsive UI• Works on Mobile

• In memory database• FAST

• 40 MB RAM footprint

Page 16: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

Conclusion

• vRO is an extremely powerful tool

• The editor and API explorer suck

• Use vROAPI.net

(still looking for sponsors)

Page 17: NLVMUG 16 maart 2017 · 2017. 4. 3. · NLVMUG–16 maart 2017. vROAPI the Personal Information Processor for datacenter automation survival. SHARING KNOWLEDGE “Power is gained

Questions?Thanks for Attending!