Openstack load balancer question

2017-04-11 Thread ed bond
Hello all, Here is my juju 2 environment file: https://paste.ubuntu.com/24359766/ Anyone have an idea on how to get the load balancer as a service running with `cloud:xenial-newton` ? I enabled it in openstack-dashboard. I can’t find the con

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Matthew Helmke
The Juju documentation includes a page dedicated to your task. Here is the link: https://jujucharms.com/docs/stable/help-openstack. The tl;dr for your specific question is that if you want to use the authentication from your existing OpenStack cloud, then during `juju add-cloud` you choose the `us

charms.reactive bi-weekly catchup

2017-04-11 Thread Stuart Bishop
Hi. Alex Kavanagh, Merlijn Sebrechts, Tim Van Steenburgh and myself met for the regular charms.reactive development discussions. As some of us are again finding time for actual coding work, we discussed some smaller fully backwards compatible tasks to move forward with. We identified the work o

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Daniel Bidwell
juju add-cloud asks: Enter the API endpoint url for the cloud: https://openstack.example.com:35574/v3.0/ What openstack service is it asking for?  Is it asking for the dashboard, nova, or what? If I have only one region now, do I give it the same url for both the cloud and region? My cloud is u

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Matthew Helmke
I have an OpenStack deployment. In my novarc file, I have this line: export OS_AUTH_URL=http://FAKEURLFORTHISEMAIL.com:5000/v2.0 Look for a similar line in your novarc. On Tue, Apr 11, 2017 at 1:22 PM, Daniel Bidwell wrote: > juju add-cloud asks: > > Enter the API endpoint url for the cloud: >

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Daniel Bidwell
I am making progress.  My openstack cloud has been added now. When I do "juju bootstrap acauits"  it comes back with: Creating Juju controller "acauits-RegionOne" on acauits/RegionOne ERROR failed to bootstrap model: no image metadata found How do I get/generate image metadata? I tried "juju me

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Heather Lanigan
Here is a link on generating the image metadata: https://jujucharms.com/docs/stable/howto-privatecloud -Heather > On Apr 11, 2017, at 10:20 PM, Daniel Bidwell wrote: > > I am making progress. My openstack cloud has been added now. > >

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread Daniel Bidwell
This gets me down to: juju bootstrap acauits acauits-controller --config tools-metadata-url=h ttp://10.20.9.139:80/swift/v1 where it gives me: WARNING unknown config field "tools-metadata-url" Creating Juju controller "acauits-controller" on acauits/RegionOne ERROR failed to bootstrap model: no

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread John Meinel
It sounds like the docs are out of date. The key should be "agent-metadata-url" 'tools' was a much older name. John =:-> On Wed, Apr 12, 2017 at 7:32 AM, Daniel Bidwell wrote: > This gets me down to: > > juju bootstrap acauits acauits-controller --config tools-metadata-url=h > ttp://10.20.9.13

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-11 Thread John Meinel
So while tools would need to be 'agent' it actually needs to be 'image-metadata-url' for what you are doing, and it looks like the docs are already updated just waiting to be published into HTML: https://github.com/juju/docs/blob/master/src/en/howto-privatecloud.md John =:-> On Wed, Apr 12, 201