Collection of Juju talks and presentations

2016-03-24 Thread Jorge O. Castro
Hello everyone,

We've revamped the old central collection of Juju slides and talks:

https://github.com/juju/juju-talks

If you want to toss in your slides for any talks (Eco and core) please
submit a PR.

I've also added a section for topics and titles for things we've
submitted to conferences. That way if you want to submit a talk to a
conference you can build upon what resources the rest of the community
has.

-- 
Jorge Castro
Canonical Ltd.
http://jujucharms.com/ - The fastest way to model your service

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju devel 2.0-beta2 is available for testing

2016-03-11 Thread Jorge O. Castro
We decided to make a video also to show everyone who isn't following
the latest betas how it works:

https://www.youtube.com/watch?v=2jC8217wjTE

We'll work on doing a more comprehensive demo that covers more stuff
next week, this was kind of a last minute put together hangout.

Have a good weekend everyone!


On Fri, Mar 11, 2016 at 4:53 PM, Alexis Bruemmer
 wrote:
> Awesome, thanks for reporting back Jorge!
>

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju devel 2.0-beta2 is available for testing

2016-03-11 Thread Jorge O. Castro
On Fri, Mar 11, 2016 at 3:42 PM, Curtis Hovey-Canonical
 wrote:
> * LXD provider (requires lxd 2.0.0~rc2-0ubuntu2 or later):

I'd like to report that both Marco and myself have successfully
deployed the trusty realtime-syslog-analytics bundle to our individual
machines using Juju 2.0, Juju GUI 2.0, ZFS, Xenial, and LXD 2.0.

Great job getting this sorted everyone, when all the bits work it's
really, really nice.


-- 
Jorge Castro
Canonical Ltd.
http://jujucharms.com/ - The fastest way to model your service

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju 1.26-alpha3 moving to 2.0-alpha1

2015-12-04 Thread Jorge O. Castro
On Fri, Dec 4, 2015 at 4:06 PM, Alexis Bruemmer
 wrote:
> If you have any questions please do not hesitate to ask.

Is there a feature mapping to what's landing in each Alpha?

For example we really need native bundles and series-in-metadata,
which were due in 1.26. Does this mean these will land in an alpha
around the time the original 1.26 was released or is there a feature
shuffle we should be aware of? Thanks!


-- 
Jorge Castro
Canonical Ltd.
http://jujucharms.com/ - The fastest way to model your service

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Can the manual provider be told what a node's private IP is?

2015-04-29 Thread Jorge O. Castro
Hi everyone,

Need some core help on this one, Ben, Marco and I think that the
answer to this is no for the manual provider, if someone familiar with
the manual provider could chime in here that'd be great:

https://askubuntu.com/questions/611564/how-does-juju-get-the-private-address-of-a-node

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: MySQL charm: hook failed: "config-changed"

2014-02-05 Thread Jorge O. Castro
On Tue, Feb 4, 2014 at 11:10 PM, David Cheney
 wrote:
> Looks like an apparmor issue to me.

We've had this problem in the past with MySQL/apparmor/local provider:

https://bugs.launchpad.net/juju-core/+bug/1236994
https://bugs.launchpad.net/juju-core/+bug/1247299



-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: What's coming for Juju in 14.04

2013-11-21 Thread Jorge O. Castro
On Wed, Nov 20, 2013 at 12:07 PM, Vasiliy Tolstov  wrote:
> Can it possible to get in text/html roadmap =)?

Here's my 10,000 foot view of the big features:

a) Finished and polished Manual provisioning - deploy to any server.
b) High Availability for the bootstrap node.
c) Bundles as first class citizens - "I want a scalable mediawiki
deployment without having to manually pick a bunch of charms."

Most everything else looks like polish, stability, and reliability
improvements across the board, or things like having the CLI talk to
the API directly which is nice but probably won't affect the end user
facing bits too much. Small features like `juju quickstart` will also
make the overall experience nicer.

>From the non-core side having the Charm Tools and Charm Helper
improvements along with the charm audit will probably have a greater
impact on day to day usage of Juju overall as we continue to build
tools around the ecosystem to make it more useful for people.

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


What's coming for Juju in 14.04

2013-11-20 Thread Jorge O. Castro
Hi everyone,

Though we have UDS sessions on Juju and charms all week I think it's
appropriate to share this one video as it covers the roadmap for Juju
for this cycle.

You can fast forward to 2:00 minute to get right to it:

- http://www.youtube.com/watch?v=ZjzImjEinB8&feature=share&t=2m

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: [ALPHA but useful] juju quickstart plugin v 0.2

2013-11-01 Thread Jorge O. Castro
On Thu, Oct 31, 2013 at 9:44 PM, Gary Poster  wrote:
> Assuming you have Juju (juju-core) installed, now you can run ``juju
> quickstart --help`` and learn what features are available today.

Hey so this is really great. I've started filing bugs here:
https://bugs.launchpad.net/juju-quickstart/+bugs

I like how it gives you a step by step of what's going on. For those
of you who haven't seen it yet, it looks like this:

jorge@jilldactyl:~/src/bundles/wordpress$ juju-quickstart bundles.yaml
juju quickstart v0.2.0
bootstrapping the amazon environment (type: ec2)
retrieving the Juju API address
connecting to wss://ec2-54-204-142-198.compute-1.amazonaws.com:17070
requesting Juju GUI deployment
Juju GUI deployment request accepted
juju-gui/0 deployment is pending
installing juju-gui/0 on ec2-54-204-142-198.compute-1.amazonaws.com
juju-gui/0 is installed
juju-gui/0 is ready
url: https://ec2-54-204-142-198.compute-1.amazonaws.com
password: juju-skjdhfkjsahflwqeurfsad
deploying the bundle wordpress-simple with the following services:
wordpress, mysql
done!

I love this, and wish core was more descriptive when it was doing
things. I also like that you've conveniently put the GUI password
there for me instead of making me dig through environments.yaml. And
lastly, autolaunching the GUI in a new browser tab is a nice touch.
For those wondering Gary tells me that soon quickstart will pass the
password to the gui so it'll be more automatic.

The bootstrap/GUI install is very fast too, I forsee myself already
moving to using quickstart in lieu of plain bootstrap.

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/ - Automate your Cloud Infrastructure

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Juju Eco status for 13 September

2013-09-18 Thread Jorge O. Castro
Hi everyone, we're back this week with another Juju Ecosystem status.
Rendered version here:
http://ubuntu-discourse.org/t/ohio-and-back-again-aka-juju-charm-ecosystem-status-for-18-september/1042


## General Info:
- [Pad](http://pad.ubuntu.com/7mf2jvKXNa)
- [Status 
Board](https://trello.com/board/charmers-board/4ec1696da3f94bd2ea5b2b01)
- [Juju.u.c Meeting
Site](https://juju.ubuntu.com/community/weekly-charm-meeting/)
- [Video of Meeting](http://www.youtube.com/embed/qs24MMKCFdw)

## Highlights
- Juju talk at the Ohio Linuxfest!
- Charm tools 1.0 released

### Azure Support!
- Charm Tools, Juju client available for Windows 7 and 8
- Microsoft Windows Azure support (you can now deploy to Azure!)
  - OSX is in homebrew (but you knew that already)

The initial blogs are at:

- [Ubuntu on Windows Azure gets the Juju
magic](http://insights.ubuntu.com/news/press-releases/ubuntu-on-windows-azure-gets-the-juju-magic/)
- [Windows Azure now fully supported by
Juju](http://blogs.msdn.com/b/windowsazure/archive/2013/09/17/windows-azure-now-fully-supported-by-juju.aspx)
- [You got it – Juju for Ubuntu on
Azure](http://msopentech.com/blog/2013/09/17/got-juju-ubuntu-azure/)
- Microsoft will also be posting at the following this Thursday:
http://blogs.technet.com/b/stbnewsbytes/

## Docs
- Docs up to date to reflect charm-tools, Azure configuration, and
windows installation.
- Two branches out that provide more info on the GUI and Charm Author
  - New "How To" based on Juju GUI
  - Charm Author section being worked on
- UX testing on Charm User section
- Integrate charm-tools into "writing a charm" section

## Tools/Helpers

### Tools
- 1.0 release (rewrite to Python) - this lets us be more crossplatform
and make the code testable
  - Packaging is being sorted now, will be available on all three
platforms by the end of the week.
  - 1.1 release later this month.
  - Hopefully more reliable release schedule moving forward.
- Template for `charm create`'s boilerplat hooks are much better.
- Marco to add more language-specific best practice to make the
boilerplate more useful.
- Need to figure out how to get 1.0  into Ubuntu properly
- Perhaps work with Rodrigo on Brew, but it will be in pip at a minimum

### Helpers
- No changes ...
- Feature branches out there, no pending merges yet.

## Amulet
- Now that charm tools is 1.0 Marco can finish the Amulet release.
- Release 1.0 next week.
- "How to write tests for your charm" resources to be written.
- 2 Weeks until a charm school specifically just for this.

## Charm Updates
- [Recent Changes](http://manage.jujucharms.com/recently-changed)
- New icons! Thanks webteam! Varnish, Squid, couch, node, redis...
- Shiny [Docker
charm](http://manage.jujucharms.com/~mattyw/precise/docker) - not in
the store.
- ~50 changes in the charm store this week.

## Events
- OhioLinuxFest Juju talk! 14 September - DONE!
- Marco @ Gluster FS Community Days, part of Linux Conf in New Orleans
(Sept 19) - In Progress!
- Updated events page (https://juju.ubuntu.com/events/)
- Charm School this Friday with Jorge and Mims!
- OpenStack conference sneaking up!
- SCaLE CFP is open!

## Charm Championship!!! \o/
- 6 categories: Media, telco, continuous deployment, high
availability, monitoring, and Data Science!
- $60k more in prizes for new categories
- Deadline extended to October 22 to accomodate new categories
- 
[http://juju.ubuntu.com/charm-championship](http://juju.ubuntu.com/charm-championship)

## Other Topics
## GOALS
- [pavel] email list on continuous deployment story using Rails charm:
INPROGRESS
- [evilnick] Charm Author docs structure: INPROGRESS
- [pavel] Work on amulet integration testing: TODO
- [marco] Release/Mail list on Amulet instructions, and general
information: INPROGRESS
- [jorge] To identify draft pages in docs: DONE
  - Jorge did confirm with core team that the remaining drafts are not
applicable from thumper (Tim P.)
- [jorge] Openstack bundle deployment thing from jamespage: INPROGRESS
  - Talked to Adam_g, I am going to test this this week.
- [arosales] Update Gluster and Ohio events on juju.u.c/events: DONE
- [utlemming] Schedule in rails doc testing: TODO
- [m_3] mapR charm review: INPROGRESS
- [marco] Releasing charm-tools 1.0 to stable PPA: TODO
- [marco] Get 1.0 charm-tools into saucy/precise: TODO

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/charm-championship - Share your infrastructure,
win a prize!

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Can we add `juju-local` metapackage to the PPAs?

2013-08-23 Thread Jorge O. Castro
Hi!

Can we add the juju-local metapackage to the stable and devel PPAs for
Juju? Makes it a little bit cleaner to use the local provider.

-- 
Jorge Castro
Canonical Ltd.
http://juju.ubuntu.com/charm-championship - Share your infrastructure,
win a prize!

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev