sanjeevkatthi / setup

Setups scripts to create local vagrant based OneOps instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository contains the necessary tooling to start and run a local OneOps instance using Vagrant without metrics collection. The result is a simplified design that is deployed from bash scripts.

For a full-deployment of OneOps with metrics (back loop), use the core assembly within this vagrant image.

Prerequisites

  • VirtualBox
  • Vagrant (version 1.8 or above)

Installation

Once you have these installed the prerequisites, run vagrant up:

git clone https://github.com/oneops/setup
cd setup/vagrant-centos7
vagrant up 

Installation takes about 20 min depending on your internet connection.

Once the process completed you can access OneOps at http://localhost:9090.

Next steps are

  • Sign Up (create local user / org)
  • Create a Cloud,
  • Create an Assembly
  • Create an Environment

Then you can create and deploy an application.

More detailed information and additional resources can be found on the OneOps website.

You can access the deployment logs with:

cd /opt/oneops/inductor
inductor tail

About

Setups scripts to create local vagrant based OneOps instance


Languages

Language:Shell 91.6%Language:Ruby 8.4%