Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Faisal Ramay - Virtual SA

Faisal Ramay - Virtual SA

To simplify the delivery of development environments for developers, PALO IT developed a solution using ChatBots, Natural Language Processing, Machine Learning, TerraForm, Ansible, Ansible Galaxy, and Openstack. The solution reduces the delivery time from hours to less than 4 minutes; all using a simple chat room with no human intervention. Find out what was involved in the development process and how this has greatly benefited the clients.
DevOpsDays Singapore 2017

DevOpsDays Singapore

October 26, 2017
Tweet

More Decks by DevOpsDays Singapore

Other Decks in Technology

Transcript

  1. const flavors = [{value: 'm1.micro', synonyms: ['micro']}, {value: 'm1.small', synonyms:

    ['small']}, {value: 'm1.medium', synonyms: ['medium']}] const platformsSynonyms = ['ubuntu'] const packagesSynonyms = ['node', 'java'] const stopWords = new Set(['and', 'or', 'the', 'a', 'an'])