Giter Site home page Giter Site logo

cluster-deploy-scripts's Introduction

Cluster Deploy Scritps

Repository contains various scripts to deploy MCP cluster.

Installation

To install heat client, it's recommended to setup Python virtualenv and install tested versions of openstack clients that are defined in requirements.txt file.

Install build tools (eg. on Ubuntu):
apt-get install python-dev python-pip python-virtualenv build-essential libffi-dev libssl-dev
Create and activate virtualenv named venv-heat:
virtualenv venv-heat
source ./venv-heat/bin/activate
Install requirements:
pip install -r requirements.txt

Usage

  • setup environment file, eg. env/salt_single_public.env, look at example file first

  • source credentials and required environment variables. You can download openrc file from Horizon dashboard.

    source my_tenant-openrc.sh
  • deploy stack

    ./create_stack.sh salt_single_public

Stacks

salt_single_public Base stack which deploys network and single-node Salt master
openstack_cluster_public Deploy OpenStack cluster with OpenContrail, requires salt_single_public
openvstorage_cluster_private Deploy Open vStorage infrastructure on top of openstack_cluster_public
lbaas_contrail_f5_test Test stack to prove functionality of Contrail F5 integration
k8s_single_opencontrail Kubernetes with OpenContrail

cluster-deploy-scripts'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.