Skip to content

Instantly share code, notes, and snippets.

View dshcherb's full-sized avatar

Dmitrii Shcherbakov dshcherb

View GitHub Profile
@kwmonroe
kwmonroe / k8s-vsphere-storage.sh
Last active August 24, 2018 16:01
script to configure k8s storage on a pre-deployed CDK model
#!/bin/bash
set -eu
###############################################################################
###############################################################################
# NOTE: the recommended way to use K8s/vSphere integration is with the
# vsphere-integrator charm. See details at:
# https://medium.com/@kwmonroe/the-road-to-k8s-vsphere-integration-eef8e1de64f2
###############################################################################
###############################################################################

Dependencies in Reactive charms

Introduction

In the OpenStack team, and potentially elsewhere, there is a need to maintain stable as well as devel charms. With non-reactive charms, this is fairly simple.

However, with reactive charms, when a charm is rebuilt the dependencies are taken from the master branch of the various layers and interfaces, and the