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

Build a Private Developer's Cloud Using TripleO

Build a Private Developer's Cloud Using TripleO

TripleO is an OpenStack Deployment & Management tool built using python. The Cloud, Big Data, Internet of Things – so many technologies are the new hotness right now and TripleO quickstart is one of many ways to dive into one of the largest open source umbrella project, OpenStack.

K Rain Leander

May 09, 2016
Tweet

More Decks by K Rain Leander

Other Decks in How-to & DIY

Transcript

  1. BUILD A PRIVATE DEVELOPER'S CLOUD USING RDO-MANAGER Make Your Own

    Cloud K Rain Leander Developer Evangelist 10 May 2016
  2. BUILD A PRIVATE DEVELOPER'S CLOUD USING TRIPLEO Make Your Own

    Cloud K Rain Leander Developer Evangelist 10 May 2016
  3. @rainsdance @RDOcommunity #TripleO 4 AGENDA PyCon Sweden @PyConSE What is

    OpenStack? The Good, The Bad, The Ugly What is RDO? Rain's Dynamic OpenStack, obviously TryStack and PackStack and TripleO Oh, My! TripleO Quickstart Quick, Quick, Like a Bunny
  4. @rainsdance @RDOcommunity #TripleO 6 WHO AM I? Build a Private

    Developer's Cloud Using TripleO RDO TripleO Developer Evangelist @Red Hat • OpenStack ATC since 2015 • @rainsdance most places • @leanderthal on Freenode IRC channels #rdo and #tripleo • [email protected]
  5. @rainsdance @RDOcommunity #TripleO 7 WHAT IS OPENSTACK? Build a Private

    Developer's Cloud Using TripleO The Marketing Version
  6. @rainsdance @RDOcommunity #TripleO 8 WHAT IS OPENSTACK? Build a Private

    Developer's Cloud Using TripleO The Realistic Version
  7. @rainsdance @RDOcommunity #TripleO 9 WHAT IS RDO? Build a Private

    Developer's Cloud Using TripleO Exactly the same as OpenStack, but using RPM packages. • Exactly • The • Same • (but with RPMs)
  8. @rainsdance @RDOcommunity #TripleO 10 TryStack TripleO PackStack WAYS TO GET

    STARTED Build a Private Developer's Cloud Using TripleO Depending On Your Environment
  9. @rainsdance @RDOcommunity #TripleO 11 TRYSTACK Build a Private Developer's Cloud

    Using TripleO import webbrowser webbrowser.open('http://trystack.org/') import webbrowser webbrowser.open('http://trystack.org/')
  10. @rainsdance @RDOcommunity #TripleO 13 PACKSTACK Build a Private Developer's Cloud

    Using TripleO $ sudo yum install -y centos-release-openstack-mitaka $ sudo yum update -y $ sudo yum install -y openstack-packstack $ packstack --allinone $ sudo yum install -y centos-release-openstack-mitaka $ sudo yum update -y $ sudo yum install -y openstack-packstack $ packstack --allinone
  11. @rainsdance @RDOcommunity #TripleO 14 TRIPLEO QUICKSTART Build a Private Developer's

    Cloud Using TripleO $ sudo bash quickstart.sh –install-deps $ export VIRTHOST='my_test_machine.example.com' $ curl -O https://raw.githubusercontent.com/openstack/tripleo- quickstart/master/quickstart.sh $ bash quickstart.sh $VIRTHOST $ sudo bash quickstart.sh –install-deps $ export VIRTHOST='my_test_machine.example.com' $ curl -O https://raw.githubusercontent.com/openstack/tripleo- quickstart/master/quickstart.sh $ bash quickstart.sh $VIRTHOST
  12. @rainsdance @RDOcommunity #TripleO 15 MORE INFORMATION Build a Private Developer's

    Cloud Using TripleO In Case It Doesn't Run Perfectly • TripleO Installation Video https://www.youtube.com/watch?v=4O8KvC66eeU • RDO Project https://www.rdoproject.org • Upstream TripleO Documentation http://docs.openstack.org/developer/tripleo-docs • TripleO HA Setup https://remote-lab.net/rdo-manager-ha-openstack-deployment • Freenode IRC :: leanderthal on #rdo and #tripleo