Re: openstack hard depency or not

2013-11-17 Thread Vasiliy Tolstov
to provide to it some log/pass/key to acces state server and use it. And does it possible to use OpenVZ instead of LXC? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: openstack hard depency or not

2013-11-17 Thread Vasiliy Tolstov
2013/11/18 Mark Shuttleworth m...@ubuntu.com: That capability is planned over the next two cycles. And does it possible to use OpenVZ instead of LXC? Not yet, but patches are welcome! Fine. Next two cycles when they come in =)? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v

Re: openstack hard depency or not

2013-11-17 Thread Vasiliy Tolstov
state server. I think best of all spawn state server on demand. For example user interact with juju with provided keys, my own server (or such thinkg) check incoming key and spawn lxc container with state server and proxy to it (or this can be do it in state server itself). -- Vasiliy Tolstov, e

Re: Juju Charm Quality Guidelines - Charm Features

2013-11-20 Thread Vasiliy Tolstov
with: Very good. Does exists some guidelines about using various languages in hooks scripts? For example in my case - i like to use minimal dependencies in resulting system to work. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com

Re: relations system in juju

2013-11-22 Thread Vasiliy Tolstov
manage db changes with the mgo/txn package, and (in juju-core again) the state/watcher package turns the transaction log into events consumed by the RelationUnitsWatcher. Thanks for detailed answer. I'm try to dig into sources =). -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v

supported operation systems and other questions

2014-10-05 Thread Vasiliy Tolstov
to rewrite charm or i have some dsl (like in chef) to install software based on running platform? Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

failed to deploy wordpress via local

2014-10-06 Thread Vasiliy Tolstov
: machine 0 cannot host units i'm use link: https://jujucharms.com/precise/wordpress-26/?text=wordpress#readme how can i solve issues? I need to run all services on one unit. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify

generating config based on free memory

2014-10-07 Thread Vasiliy Tolstov
innodb_buffer_pool_size and i don't have memory to start mysql server. May be each charm provide minimum required memory for properly working. And in mysql charm i can properly calculated some params that needs memory... ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing

Re: request for mirror all charms from jujucahrms to github

2014-10-07 Thread Vasiliy Tolstov
. Yes, but as i see that juju moved to github i thinks that all charms migrated to. Github provides beautiful interface for issues and automatic merges (also supports hooks to jenkins and other ci).. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list

Re: request for mirror all charms from jujucahrms to github

2014-10-07 Thread Vasiliy Tolstov
2014-10-07 18:08 GMT+04:00 José Antonio Rey j...@ubuntu.com: Juju didn't move to Github. Juju charms are only being mirrored to Github. https://github.com/juju/juju why pull requests are present? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list

proper way to deploy to one server (lxc based)

2014-10-07 Thread Vasiliy Tolstov
to my wordpress site, but nginx listens for connections inside container. Now i'm create nat rule inside iptables by hand... But does it possible to do it automatic? Or does it possible to install for example http proxy charm on node 0 that route all needed traffic to containers... ? -- Vasiliy

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
?=) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
(inside this box) and deploy to it for example wordpress. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: failed to deploy wordpress via local

2014-10-08 Thread Vasiliy Tolstov
is good. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Vasiliy Tolstov
provide some options, api for that? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

split charm templates and logic for different os (ubuntu/debian/centos)

2014-10-10 Thread Vasiliy Tolstov
Does juju team already have knowledge how the best split hooks and templates to provide support for different OS. AS i google somebody already have patches to deploy into centos. For example now - i want to rewrite wordpress charm to support debian wheezy. -- Vasiliy Tolstov, e-mail: v.tols

Re: proper way to deploy to one server (lxc based)

2014-10-11 Thread Vasiliy Tolstov
is enough. /usr/bin/free not helps, because many services does not have constant memory usage all of the time. Does it possible in current juju stable get all running units/services on current machine? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

how to get info about completing deploying charms

2014-10-12 Thread Vasiliy Tolstov
How can i know that all services are deployed and works fine and ready to work? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: how to get info about completing deploying charms

2014-10-12 Thread Vasiliy Tolstov
2014-10-13 0:38 GMT+04:00 Vasiliy Tolstov v.tols...@selfip.ru: How can i know that all services are deployed and works fine and ready to work? Or i need to parse juju status output? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

Re: how to get info about completing deploying charms

2014-10-14 Thread Vasiliy Tolstov
2014-10-14 9:48 GMT+04:00 Kapil Thangavelu kapil.thangav...@canonical.com: juju run --service=wordpress ./health Where i need to place this script? On hooks dir? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify

Re: move already deployed service to new vps with different ip address.

2014-10-15 Thread Vasiliy Tolstov
in relation-change than i'm attach mysql it gets it public_ip (that can't be 127 as it ignored). As i understand i need to delete relation from wordpress to mysql and add it again.. or not? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

lxc options in manual environment

2014-10-18 Thread Vasiliy Tolstov
Does it possible to minimize hdd disk usage by specify to use aufs cloning when use manual environment? (I'm use manual to deploy to lxc containers wp and mysql, and on machine-0 haproxy). -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

Re: lxc options in manual environment

2014-10-20 Thread Vasiliy Tolstov
stable, but not i want to try develop ppa -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: wordpress charm internal deps

2014-10-20 Thread Vasiliy Tolstov
. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: move already deployed service to new vps with different ip address.

2014-10-20 Thread Vasiliy Tolstov
(LISTEN) mongod 1505 root 18u IPv6 10888 0t0TCP *:38017 (LISTEN) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: move already deployed service to new vps with different ip address.

2014-10-21 Thread Vasiliy Tolstov
addresses / override it via command line? Now i'm use sed to change ip address. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: move already deployed service to new vps with different ip address.

2014-10-21 Thread Vasiliy Tolstov
add-machine ubuntu@myenv-m2 juju add-machine ubuntu@myenv-m3 Hm... nice! I don't think about manual creating lxc containers. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https

Re: move already deployed service to new vps with different ip address.

2014-10-21 Thread Vasiliy Tolstov
storage clone failed -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: move already deployed service to new vps with different ip address.

2014-10-21 Thread Vasiliy Tolstov
2014-10-21 17:11 GMT+04:00 Kapil Thangavelu kapil.thangav...@canonical.com: try with -s ie. $ sudo lxc-clone -s -B aufs trusty trusty-new Created container trusty-new as snapshot of trusty Ok, juju bootstrap ubuntu@juju error: unrecognized args: [ubuntu@juju] -- Vasiliy Tolstov, e-mail

Re: bundle deployment on local does not find my charms.

2014-10-21 Thread Vasiliy Tolstov
to use charms from github ? Or now it only launchpad supported? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

resurrect state server based on agents already running?

2014-10-21 Thread Vasiliy Tolstov
and fill-up db? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: resurrect state server based on agents already running?

2014-10-21 Thread Vasiliy Tolstov
state server to be up then it bootup again? Or it can works without state server if they already configured... -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: Announcement: gocharm

2014-12-19 Thread Vasiliy Tolstov
2014-12-19 17:25 GMT+03:00 roger peppe roger.pe...@canonical.com: For those Juju fans that also like Go: http://rogpeppe.wordpress.com/2014/12/19/gocharm-juju-charms-in-go/ Enjoy! Wow! Very cool! Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju

Re: About bootstrap server , size and dedicate or share it for applications or not

2015-01-15 Thread Vasiliy Tolstov
per customer. Thanks. When development version has been ready for testing? I'm also need this feature (now i'm deploy all into single server in lxc for each customer via local provider). -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

Re: gocharm help

2015-04-23 Thread Vasiliy Tolstov
2015-04-23 18:01 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru: Thanks for suggestions, i'm try to write simple wordpress charm and check relations =) Last question - what benefits of using simplerelation package or writing own relations packages? Also, why in case of registered relation

Re: gocharm help

2015-04-23 Thread Vasiliy Tolstov
to write simple wordpress charm and check relations =) Last question - what benefits of using simplerelation package or writing own relations packages? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe

Re: gocharm help

2015-04-24 Thread Vasiliy Tolstov
to implement a relation. Thanks for all answers. Offtopic question - does you know something like chef/puppet but written in go ?=) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https

Re: gocharm help

2015-04-22 Thread Vasiliy Tolstov
My first steps in github repo : https://github.com/vtolstov/charms/blob/master/mysql/runhook.go 2015-04-23 2:01 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru: Hello, i'm try to investigate gocharm and i'm happy with it. But i'm stuck ad this issues: https://github.com/juju/gocharm/issues/44

gocharm help

2015-04-22 Thread Vasiliy Tolstov
Hello, i'm try to investigate gocharm and i'm happy with it. But i'm stuck ad this issues: https://github.com/juju/gocharm/issues/44 can somebody helps me? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings

Re: gocharm help

2015-04-24 Thread Vasiliy Tolstov
2015-04-24 18:14 GMT+03:00 roger peppe roger.pe...@canonical.com: I don't, but someone else here might :) Canonical does not have such plans ?=) Thanks for help! Have a nice day. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju mailing list Juju

juju deployer or juju quickstart on pure go

2015-06-03 Thread Vasiliy Tolstov
handle more needed work and things not so simple ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

add users to already deployed ftp server charm

2015-06-02 Thread Vasiliy Tolstov
and need to create 10-20 users with passwords and may be different home dirs. As i see charm does not have dictionary or list types. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: add users to already deployed ftp server charm

2015-06-02 Thread Vasiliy Tolstov
, and script calling that action with whatever data-sets you need. All the best, Charles Butler charles.but...@canonical.com - Juju Charmer Come see the future of datacenter orchestration: http://jujucharms.com Thanks! Roger Peppe, does it possible to add actions support to gocharm? -- Vasiliy

gocharm or harm.v5 how to get charm dir?

2015-06-01 Thread Vasiliy Tolstov
Does it possible to determine charm dir using go bindings? I need absolute path to charm dir to get files from assets dir in various places in my code. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https

Re: gocharm or harm.v5 how to get charm dir?

2015-06-02 Thread Vasiliy Tolstov
, err := os.Open(assets/foo.jpg) and it'll work correctly. I know that, thanks. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: gocharm or harm.v5 how to get charm dir?

2015-06-02 Thread Vasiliy Tolstov
2015-06-02 10:10 GMT+03:00 roger peppe rogpe...@gmail.com: The charm directory is held in Context.CharmDir. See http://godoc.org/github.com/juju/gocharm/hook#Context. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju mailing list Juju@lists.ubuntu.com Modify settings

Re: What's coming for Juju in 14.04

2013-11-21 Thread Vasiliy Tolstov
it more useful for people. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

mongodb log file size

2014-10-19 Thread Vasiliy Tolstov
it possible to minimize it, but if i need big cluster - set new size? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: mongodb log file size

2014-10-20 Thread Vasiliy Tolstov
1.21 where we store charms in mongodb. Hmm, why you need to store charms in mongodb =( ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: mongodb log file size

2014-10-20 Thread Vasiliy Tolstov
not preallocate data, but specify minimum and maximum storage use and grow on demand? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

debug hooks

2014-10-23 Thread Vasiliy Tolstov
event 2014-10-23 11:51:35 DEBUG juju.worker.uniter.filter filter.go:415 want forced upgrade true 2014-10-23 11:51:35 DEBUG juju.worker.uniter.filter filter.go:521 no new charm event 2014-10-23 11:51:59 INFO juju.worker.upgrader upgrader.go:116 desired tool version: 1.20.10 -- Vasiliy Tolstov, e-mail

Re: User Management part 1 all there for 1.21

2014-10-30 Thread Vasiliy Tolstov
=)) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: gocharm help

2015-04-23 Thread Vasiliy Tolstov
2015-04-23 18:01 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru: Thanks for suggestions, i'm try to write simple wordpress charm and check relations =) Last question - what benefits of using simplerelation package or writing own relations packages? Also, why in case of registered relation

Re: gocharm help

2015-04-23 Thread Vasiliy Tolstov
to write simple wordpress charm and check relations =) Last question - what benefits of using simplerelation package or writing own relations packages? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings

Re: gocharm help

2015-04-24 Thread Vasiliy Tolstov
to implement a relation. Thanks for all answers. Offtopic question - does you know something like chef/puppet but written in go ?=) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https

gocharm help

2015-04-22 Thread Vasiliy Tolstov
Hello, i'm try to investigate gocharm and i'm happy with it. But i'm stuck ad this issues: https://github.com/juju/gocharm/issues/44 can somebody helps me? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings

Re: any ways to update unit public address ?

2015-05-27 Thread Vasiliy Tolstov
and ipv6 -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: any ways to update unit public address ?

2015-05-27 Thread Vasiliy Tolstov
). 1.23.3-0ubuntu1~14.04.1~juju1 -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: any ways to update unit public address ?

2015-05-27 Thread Vasiliy Tolstov
2015-05-27 10:13 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru: Which version of Juju are you running? If it's semi recent, it *should* pick up all of the addresses on the machine and choose something that is not a private network address (and if it's not, I'd suggest logging a bug

plans for single state server for many users

2015-05-25 Thread Vasiliy Tolstov
Hello, can somebody share info/plans/roadmap for single state server for many juju clients? I want to have one server for all my clients (i'm hosting provider). If beta available - i want to try it if somebody provide me instructions/docs. Thanks. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru

juju and monitoring systems

2015-11-13 Thread Vasiliy Tolstov
(internally collect) to get performance metrics like: cpu, memory utilization, disk space etc ? This brings ability to easy add/remove units. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https

Re: juju and monitoring systems

2015-11-13 Thread Vasiliy Tolstov
'm looking for data, that can be used to automatic scaling. Now i'm looking for system la, cpu utilization, cpu steal time, memory used, disk free space and utilization, network utilization... May be the best look at https://github.com/prometheus/node_exporter for by default enabled metrics. -- Vas

Re: Juju 2.0 and local charm deployment

2016-03-04 Thread Vasiliy Tolstov
er need to have a > separate copy of the charm for precise vs trusty vs xenial. Note that all > series > must be for the same OS so you'll still need separate charm sources for > Windows > vs Ubuntu vs Centos. Thanks, but do you have plans to support multi os charms ? -- V