Skip to content

Setups scripts to create local vagrant based OneOps instance

Notifications You must be signed in to change notification settings

CodyLeeWhite/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.6%
  • Ruby 8.4%