GithubHelp home page GithubHelp logo

oneops-admin's Introduction

OneOps Admin

Oneops admin gem consist of 2 gems.

  1. inductor
  2. circuit

Pre-requisites

The inductor.jar artefact is required for the gem to build correctly. See oneops/inductor.

Build

Build the gem. It will create an oneops-admin-VERSION.gem in the root directory.

gem build oneops-admin.gemspec

Install the gem from the root directory.

gem install oneops-admin-VERSION.gem

Usage

To check all the commands inductor circuit

To verify the oneops-admin gem is installed and get usage info.

 inductor help
 circuit help

Inductor Usage

To create and configure a new inductor.

inductor create
cd inductor

To add and enable a zone in the inductor.

NOTE: The command below will prompt with few questions. The same values can be also specified as options - see inductor help add)

inductor add

To start inductor with all enabled zones

inductor start

To disable or enable configured zones

inductor disable PATTERN
inductor enable PATTERN

Circuit Usage

  1. To create and configure a new circuit.

    circuit create cd circuit

Once the circuit is created use the knife commands to create the cookbooks and packs inside the circuit.

  1. Initialize the circuit

    circuit init

Misc

The following configurations are used to skip the deployment steps.

Use this only to cleanup/skip resources those are already decommissioned or removed.

# Config file - /path/to/inductor/clouds-enabled/<cloud>/conf/inductor.properties

# The list of clouds, whose resources are already decommissioned or removed.
# Inductor will mark those work-order (no action orders) execution result as
# success (0) regardless of the execution outcome for the clouds listed in
# this (shutdown.clouds) inductor property.
     
    shutdown.clouds=prod-dfw1,prod-dfw2,���
     
# List of bom classes, whose process result status needs to keep intact.
# By default <b>bom.Fqdn</b>,<b>bom.Lb</b> are added to this list as it
# doesn't have any openstack hypervisor dependency.
    
    shutdown.skipClasses= ...  
    
# List of rfc actions for which the result need to be processed.
# <b>DELETE</b>action is added by default.
    
    shutdown.rfcActions= ...  
  
# Timeout  value for command execution for shutdown clouds.
    
    shutdown.cmdTimeout=10

oneops-admin's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.