GithubHelp home page GithubHelp logo

vbohinc / cloudify-vsphere-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metaswitch/cloudify-vsphere-plugin

0.0 0.0 0.0 723 KB

Cloudify vSphere Plugin

License: Other

Python 100.00%

cloudify-vsphere-plugin's Introduction

Cloudify vSphere Plugin

Plugin overview

Cloudify plugin for deploying management node over vSphere environment

Installation

Stable release:: .. code-block:: bash

$ pip install -r requirements.txt $ python setup.py install

Development:: .. code-block:: bash

$ virtualenv .venv & source .venv/bin/activate $ pip install -r dev-requirements.txt -r test-requirements.txt

Usage example.Bootstrapping management node

First of all please take time to create your own inputs.yaml or edit inputs.yaml.template with correct credentials and necessary info:

vsphere_username
vsphere_password
vsphere_host
vsphere_datacenter_name
manager_server_template
manager_server_cpus
manager_server_memory
manager_server_user
manager_server_user_home
management_network_name
management_network_switch_distributed
external_network_name
external_network_switch_distributed
manager_private_key_path
agent_private_key_path
agents_user
resources_prefix
$ cfy bootstrap -p manager_blueprint/vsphere-manager-blueprint.yaml -i manager_blueprint/inputs.yaml

Testing

With respect to Cloudify development and contribution documentation each patch should be tested before submission using tox environments, both PEP8(flake8) and PY27(nosetests).

$ tox -epep8
$ tox -epy27

cloudify-vsphere-plugin's People

Contributors

limor-gs avatar achirko avatar adamlavie avatar idanmo avatar 0lvin avatar oleksandrraskosov avatar dankilman avatar alexraskosov avatar nir0s avatar genzel avatar fogelomer avatar geokala avatar chenroth avatar denismakogon avatar funkyhat avatar cosmo-admin avatar opencm avatar aviaefrat avatar barakm 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.