Book Image

Practical OneOps

By : Nilesh Nimkar
Book Image

Practical OneOps

By: Nilesh Nimkar

Overview of this book

Walmart’s OneOps is an open source DevOps platform that is used for cloud and application lifecycle management. It can manage critical and complex application workload on any multi cloud-based infrastructure and revolutionizes the way administrators, developers, and engineers develop and launch new products. This practical book focuses on real-life cases and hands-on scenarios to develop, launch, and test your applications faster, so you can implement the DevOps process using OneOps. You will be exposed to the fundamental aspects of OneOps starting with installing, deploying, and configuring OneOps in a test environment, which will also come in handy later for development and debugging. You will also learn about design and architecture, and work through steps to perform enterprise level deployment. You will understand the initial setup of OneOps such as creating organization, teams, and access management. Finally, you will be taught how to configure, repair, scale, and extend applications across various cloud platforms.
Table of Contents (18 chapters)
Practical OneOps
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Using OneOps to install OneOps


Now, as mentioned in previous chapters, access your instance at port 3000. Register a convenient user name with an accessible e-mail ID and log in as that user. Create an organization with a name you want. For this example, I called mine OneOps. Now click on assemblies on the left-hand side and click on New Assembly. This is the assembly that is going to install your enterprise OneOps system. Let's call this OneOps too. Now, on your laptop or desktop or wherever you are doing this from, clone a copy of the OneOps setup repository again.

git clone https://github.com/oneops/setup.git

Once the repository is checked out along with the vagrant directories, you will also see a directory called design. This directory contains the OneOps design definitions. Click on the empty assembly that you created, called OneOps, and then click on design on the left-hand side menu. On the top right-hand side, you will see four buttons, Extract, Load, Copy, and, Save to Catalog...