Giter Site home page Giter Site logo

cinder-volume-charm's Introduction

Overview

This charm provides the Cinder volume block service for OpenStack on Windows. It can be configured with either iSCSI local storage or using the SMB driver with access to an SMB share.

Usage

Charm requires the other core OpenStack services deployed: mysql, rabbitmq-server, keystone and nova-cloud-controller. Typical deployments are:

Local storage with iSCSI backend enabled

Deploy commands:

juju deploy cs:~cloudbaseit/cinder
juju config cinder enabled-backends="iscsi"

juju add-relation cinder mysql
juju add-relation cinder rabbitmq-server
juju add-relation cinder glance

Shared storage with SMB backend enabled

Besides the core OpenStack services charms, the following charms should also be deployed: active-directory, wsfc, s2d-proxy.

Deploy commands:

juju deploy cs:~cloudbaseit/cinder
juju config cinder enabled-backends="smb"

juju add-relation cinder-volume mysql
juju add-relation cinder-volume rabbitmq-server
juju add-relation cinder-volume glance
juju add-relation cinder-volume active-directory
juju add-relation cinder-volume 'wsfc:wsfc'
juju add-relation 'cinder-volume:smb-share' s2d-proxy

Configuration

  • hostname - This should be set if the Cinder units are using shared storage and cluster generic service role is not created through the relation cluster-service with wsfc charm.

  • change-hostname - In case OpenStack provider is used, due to the hostname length limitation on Windows this configuration option should be set to True.

  • installer-url - If this is not set, it defaults to one of the official Cloudbase download links (this is chosen depending on the configured OpenStack version).

  • enabled-backends - It dictates which Cinder volume driver to be used. The charm can also be configured with multiple backends enabled.

cinder-volume-charm's People

Contributors

ionutbalutoiu avatar pvradu avatar gabriel-samfira avatar ociuhandu avatar

Watchers

 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.