Add publishing tools

This commit is contained in:
James Page 2016-03-10 15:25:55 +00:00
parent 644929ec90
commit 744c0a96da
2 changed files with 17 additions and 2 deletions

View File

@ -8,8 +8,10 @@ description: |
.
This charm provides BIND9 as a backend for integration with OpenStack
Designate, providing DNSaaS in an OpenStack cloud.
categories:
- openstack
series:
- trusty
- wily
- xenial
subordinate: false
provides:
dns-backend:

13
upload-and-publish Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# NOTE: relies on new charm publishing features
set -ex
owner=${1:-openstack-charmers-next}
echo "Publishing designate-bind charm to charm store as $owner"
charm upload build/trusty/designate-bind ~${owner}/designate-bind
charm publish ~${owner}/designate-bind
charm change-perm --set-read everyone ~${owner}/designate-bind