This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | options: | |
| base: | |
| packages: | |
| reset: true | |
| value: | |
| - foo | |
| - baz | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | result: | |
| meta: | |
| composite: | |
| value: 1000 | |
| unit: op/s | |
| direction: desc | |
| results: | |
| benchmark-metric: | |
| value: 5 | |
| unit: mb/s | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | basic: | |
| type: object | |
| properties: | |
| packages: | |
| type: array | |
| description: apt-packages to install | |
| django: | |
| type: object | |
| properties: | |
| install-path: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | provides: | |
| packages: | |
| type: array | |
| description: apt-packages to install | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | series: trusty | |
| services: | |
| mediawiki: | |
| charm: "cs:trusty/mediawiki-4" | |
| num_units: 1 | |
| expose: true | |
| annotations: | |
| "gui-x": "2605.752927655166" | |
| "gui-y": "658.7669499228114" | |
| to: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import os | |
| import humanize | |
| import requests | |
| import datetime | |
| import tabulate | |
| from dateutil.parser import parse | |
| r = requests.get('https://api.jujucharms.com/charmstore/v4/changes/published?start=2015-10-28') | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | series: trusty | |
| services: | |
| ceph: | |
| annotations: | |
| gui-x: '750' | |
| gui-y: '500' | |
| charm: cs:trusty/ceph-38 | |
| num_units: 3 | |
| options: | |
| fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #USB devices | |
| SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666" | |
| # Oculus HID Sensor naming and permissioning | |
| KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2833", MODE="0666" | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | services: | |
| haproxy: | |
| charm: cs:trusty/haproxy | |
| to: '0' | |
| wordpress: | |
| charm: cs:trusty/wordpress | |
| to: lxc:0 | |
| mysql: | |
| charm: cs:trusty/mysql | |
| options: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | services: | |
| rabbitmq-server: | |
| charm: cs:trusty/rabbitmq-server | |
| options: | |
| management_plugin: 'true' | |
| to: | |
| - lxc:10 | |
| ceilometer: | |
| charm: ceilometer | |
| options: |