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: Kubernetes v1.3.3 for Ubuntu Ready for Testing

2016-08-02 Thread ed bond
Hey Charles, I will look for you on IRC. Looking into traefik it looks like it has websocket support now. https://github.com/containous/traefik/issues/8 Is it it still not recommended? I wouldn’t mind rewriting some of the RC’s

ceilometer charm issues.

2016-06-08 Thread ed bond
I originally opened a bug for not having a 5.0.3 version. https://bugs.launchpad.net/charms/+source/ceilometer/+bug/1590257 However it was recommended for me to use the proposed branch to test it out. It doesn’t work, I am gett

Re: Status of cs:xenial/ceph-0 and cs:xenial/ceph-osd-0

2016-05-07 Thread ed bond
We tried for a week to get some bundles working with xenial-mitaka and were having issues all over the place. Created some bugs, however was using juju 1.25. > On May 7, 2016, at 12:57 PM, Adam Stokes wrote: > > We've been using it with conjure-up and it works well for us. > > > On Sat, May

Neutron, openvswitch jumbo packets

2016-05-07 Thread ed bond
Anyone have experience with the charms to be able to set the MTU to jumbo packets? Right now in testing to see if it would work we had to do this: for i in `ip a | grep mtu| egrep -ve "eth0|eth1|eth2|eth3|bond0|lo|juju-br0" | awk '{print $2}' | awk -F: '{print $1}'`; do ip link set ${i} mtu 890

Re: 16.04 OpenStack charm release

2016-04-22 Thread ed bond
Liam, Great news! Is there a bundle that shows these uses yet? - Firl > On Apr 22, 2016, at 4:01 AM, Liam Young wrote: > > Hi All > > We are pleased to announce the 16.04 release of the OpenStack charms. > Highlights include: > * Full Ubuntu 16.04 support > * OpenStack Mitaka Support on 14.0

keystone deploy issue

2016-04-19 Thread ed bond
Anyone know why I might be getting this charm issue: FATAL ERROR: Could not determine OpenStack codename for version 8.1 I get this in keystone. https://bugs.launchpad.net/charms/+source/keystone/+bug/1572358 -- Juju mailing list

Openstack neutron/qdhcp/qrouter

2016-01-27 Thread ed bond
Hello, There has been a couple times that I have had a power outage. The percona cluster fails and I have to start one node up in recovery before bringing the rest up. However to make sure routing and dhcp comes back up, i’ve had to uninstall neutron-gateway and reinstall it several tim

Static IP addressing? with Mellanox

2015-11-16 Thread ed bond
Hey All, Anyone able to help me figure out now to get static IP’s allocated per machine for third party module required interfaces? I am using the mellanox support charm to give each of my physical machines an IPoverIB interface. ( ib0 ) Is there a way for me to allow for a charm to write to /

Re: openstack ephemeral storage and ceph

2015-11-05 Thread ed bond
e via Cinder which > means Nova won't try to perform the migration, but I think that's fixed in > Liberty. > > Nice to see the deploy from source option being used for the > openstack-dashboard! > > On Thu, Nov 5, 2015 at 2:22 PM, ed bond <mailto:celpa.f...@g

openstack ephemeral storage and ceph

2015-11-05 Thread ed bond
Does anyone know how to configure the juju openstack charms to have ephemeral storage use ceph instead of the local disk so that I can do live migrations? - Ed My sample bundle that I used: machines: '0': constraints: "arch=amd64 cpu-cores=4 root-disk=2072" series: trusty '1':

Re: juju bootstrap fails with vSphere 6.0

2015-11-04 Thread ed bond
Hey Michael, I had to install a couple libraries on my MaaS, if you watch the logs it will tell you. However I use VIRSH to control my vsphere 6. ( sudo apt-get install python-libvirt ) user: Administrator@asdf.vsphere.local esxi host: 33.33.33.3 vsphere

Re: Openstack charms - mellanox support

2015-09-20 Thread Ed Bond
Thanks Mark, I have a Mellanox setup with MaaS currently. Next few weeks I would love to see how I can wire it all up / contribute back to the charms. -Ed > On Sep 20, 2015, at 7:05 AM, Mark Shuttleworth wrote: > > Hi Edward > > I believe we are working with Mellanox directly to handle the

Re: [ Docs ] - Charming with Docker

2015-09-11 Thread Ed Bond
I would love to see some of the documentation around it. I was writing some charms around a docker wrapper and would love to not have to worry about the container layer. -Firl > On Sep 11, 2015, at 10:40 AM, Charles Butler > wrote: > > If anyone here is interested in delivering Docker App C

Re: What basic services are you missing in the charm store?

2015-08-24 Thread Ed Bond
I know I had issues setting up gitlab and Redmine. I ended up having to docker containers and opening the ports. Maybe a startup bundle of sorts? Everything just works OOTB. Source code repo, blog/front end website, continuous integration, and bug tracking. Just my thoughts -Ed > On Aug

Re: Juju-Gum with openstack/ceph

2015-07-30 Thread ed bond
Mark, That sounds awesome. I already really like the abstraction layer that Juju is giving for network resources, disks would be great too. - Ed > On Jul 30, 2015, at 3:17 PM, Mark Shuttleworth wrote: > > On 30/07/15 17:36, ed bond wrote: >> Being able to place a bu

Juju-Gum with openstack/ceph

2015-07-30 Thread ed bond
Hello all, I set out to try to install openstack via the bundle, using the charm: cs:trusty/juju-gui-33. While I didn’t commit the bundle, I needed to be able to add drives to my ceph configuration so that it would provision my 15 drive DAC’s. The problem was that chang