All Projects → openstacknetsdk → Openstack.net

openstacknetsdk / Openstack.net

Licence: other
An OpenStack Cloud SDK for Microsoft .NET

Projects that are alternatives of or similar to Openstack.net

Fortistacks
Project gathering how to use Fortinet product as VNFs, with examples, MANO, VIM etc.. see website for details
Stars: ✭ 26 (-78.33%)
Mutual labels:  openstack
Openstack Helm
PROJECT HAS MOVED TO OPENSTACK
Stars: ✭ 67 (-44.17%)
Mutual labels:  openstack
Mist Ce
Mist is an open source, multi-cloud management platform
Stars: ✭ 1,391 (+1059.17%)
Mutual labels:  openstack
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-94.17%)
Mutual labels:  openstack
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+17320.83%)
Mutual labels:  openstack
Docker Cloud Platform
使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 86 (-28.33%)
Mutual labels:  openstack
Terraform Openstack Rke
Terraform Openstack RKE
Stars: ✭ 23 (-80.83%)
Mutual labels:  openstack
Kubernetes Operators
Operators that automate common tasks for managing Openstack on Kubernetes.
Stars: ✭ 114 (-5%)
Mutual labels:  openstack
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+807.5%)
Mutual labels:  openstack
Pythonstudy
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 103 (-14.17%)
Mutual labels:  openstack
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-76.67%)
Mutual labels:  openstack
Elektra
An opinionated openstack Web UI for consumer self service and operations.
Stars: ✭ 47 (-60.83%)
Mutual labels:  openstack
Mimir
Fast and minimal shell prompt
Stars: ✭ 90 (-25%)
Mutual labels:  openstack
Otc Tools
(Deprecated) Simple bash/curl/jq based command line tool using the OpenStack and OTC specific REST APIs.
Stars: ✭ 26 (-78.33%)
Mutual labels:  openstack
Linchpin
ansible based multicloud orchestrator
Stars: ✭ 107 (-10.83%)
Mutual labels:  openstack
Openstack Exporter
Prometheus openstack exporter written in Golang.
Stars: ✭ 23 (-80.83%)
Mutual labels:  openstack
Labs
Research on distributed system
Stars: ✭ 73 (-39.17%)
Mutual labels:  openstack
Scrna.seq.datasets
Collection of public scRNA-Seq datasets used by our group
Stars: ✭ 118 (-1.67%)
Mutual labels:  openstack
K8s On Openstack
An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Stars: ✭ 108 (-10%)
Mutual labels:  openstack
Kubernikus
Kubernetes as a Service for Openstack
Stars: ✭ 97 (-19.17%)
Mutual labels:  openstack

OpenStack.NET

MyGet Build Status Join the chat at https://gitter.im/openstacknetsdk/openstack.net

OpenStack.NET is an OpenStack .NET SDK, written for the Microsoft .NET platform, is designed to enable developers to seamlessly work with the many services provided by the OpenStack cloud operating system.

NEW! Vendor Support

We have decided to make it easier for vendors, such as Rackspace or HP, to build their own package on top of OpenStack.NET, rather than directly supporting them. Read more about the ongoing effort:

Contributing

We welcome and encourage contributions from the developer community. For an overview of the contribution process, including an explanation of our issue labels and common emoji used in discussions, please see CONTRIBUTING.

Building from Source

Prerequisites

The recommended development environment for this project is Visual Studio 2013 or Visual Studio 2015. When using Visual Studio 2015, a custom analyzer is provided which uses static analysis to identify common mistakes, and in many cases is able to automatically fix the issue.

Build script

Execute build.cmd to download all dependencies and build. Use build.cmd help or build.cmd /? to view the available command line arguments.

build.cmd [Build|UnitTest|Documentation|Package] [/Configuration Debug|Release]

# Execute Build target in Debug mode
build.cmd

# Execute UnitTest target in Debug mode
build.cmd UnitTest

# Execute Build target in Release mode
build.cmd /Configuration Release

# Execute Package target in Release mode
build.cmd Package /Configuration Release

See the Documentation README if you would like to build the Sandcastle documentation which is published to http://www.openstacknetsdk.org/docs/.

Integration Tests

You must have an OpenStack environment to test against in order to run the integration tests. We use the all-in-one OpenStack Ansible Deployment to set everything up on a single server. The tests look for the identity endpoint and credentials in environment variables: OPENSTACKNET_USER, OPENSTACKNET_PASSWORD, OPENSTACKNET_PROJECT and OPENSTACKNET_IDENTITY_URL. After you have set the environment variables you will need to log out then log back in.

setx OPENSTACKNET_USER secretusername
setx OPENSTACKNET_PASSWORD secretpassword
setx OPENSTACKNET_PROJECT projectname
setx OPENSTACKNET_IDENTITY_URL http://localhost:5000/v2.0

This is not an official OpenStack project

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].