Add series to metadata, add upload tool

This commit is contained in:
James Page 2016-03-10 15:13:09 +00:00
parent 3dbd87905d
commit c8b72613ca
2 changed files with 17 additions and 2 deletions

View File

@ -8,8 +8,10 @@ description: |
* Integrated with Keystone for authentication
* Framework in place to integrate with Nova and Neutron notifications
* Support for PowerDNS and Bind9 out of the box
categories:
- openstack
series:
- trusty
- wily
- xenial
subordinate: false
provides:
dnsaas:

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 charm to charm store as $owner"
charm upload build/trusty/designate ~${owner}/designate
charm publish ~${owner}/designate
charm change-perm --set-read everyone ~${owner}/designate