Skip to content

Instantly share code, notes, and snippets.

View jjo's full-sized avatar
🏠
Working from home

JuanJo Ciarlante jjo

🏠
Working from home
View GitHub Profile
@niedbalski
niedbalski / deployerizer.py
Last active March 17, 2017 19:14
Convert a current running juju environment to a juju-deployer bundle.
#!/usr/bin/env python
from __future__ import print_function
import yaml
import subprocess
import argparse
__author__ = "Jorge Niedbalski <jorge.niedbalski@canonical.com>"