*** craigbr has joined #openstack-monasca | 02:05 | |
*** craigbr has quit IRC | 04:04 | |
*** craigbr has joined #openstack-monasca | 13:38 | |
openstackgerrit | A change was merged to stackforge/monasca-ui: In Create Alarm dialog, show metrics that match currently selected criteria. https://review.openstack.org/116645 | 13:41 |
---|---|---|
openstackgerrit | Rob Raymond proposed a change to stackforge/monasca-ui: Move service health view into new overview panel https://review.openstack.org/116901 | 14:16 |
kuhlmant | Anyone available for a quick review? https://review.openstack.org/#/c/116655/ | 14:32 |
*** tongli has joined #openstack-monasca | 14:33 | |
*** sandywalsh has joined #openstack-monasca | 14:34 | |
sandywalsh | yay! | 14:35 |
*** cindyo has joined #openstack-monasca | 14:37 | |
sandywalsh | cindyo: is there a "getting started" for monasca? Time for me to dive in! | 14:42 |
cindyo | sandywalsh: this is a good overview https://wiki.openstack.org/wiki/Monasca | 14:44 |
sandywalsh | cindyo: thanks | 14:44 |
cindyo | Then the iindividaul readme’s on stackforge for each component are good for more details. | 14:45 |
cindyo | sandywalsh: https://github.com/search?utf8=%E2%9C%93&q=monasca | 14:45 |
sandywalsh | cindyo: the virtualbox / vagrant thing was what I was looking for ... got it from the wiki ... thanks! | 14:46 |
cindyo | sandywalsh: Have you setup monasca-vagrant yet? You can play with the REST api, UI, or CLI once that is setup. | 14:46 |
sandywalsh | cindyo: that's the plan right now :) | 14:47 |
cindyo | the readme is here https://github.com/stackforge/monasca-vagrant | 14:47 |
*** rhochmuth has joined #openstack-monasca | 14:55 | |
sandywalsh | the docs on monasca-vagrant are awesome | 15:04 |
kuhlmant | Great, I'm glad to hear that | 15:08 |
sandywalsh | question ... I have all the install steps done as per the readme, down to installing berkshelf. How do I actually get mini-mon installed? I seem to be missing a step(s) | 15:08 |
sandywalsh | my poor laptop is sweating here :) | 15:08 |
kuhlmant | lol, that is funny that step must have gotten lost at some point, when you have vagrant and berkshelf installed just run 'vagrant up' | 15:09 |
cindyo | hmmm they should be there, looking | 15:10 |
cindyo | that is correct, try vagrant up | 15:10 |
sandywalsh | k, lemme try that | 15:10 |
sandywalsh | berkshelf still installing | 15:10 |
kuhlmant | It does build the entire monasca stack and so is a bit heavy on resource usage, Also you will need to download the base images this first run | 15:11 |
cindyo | your first vagrant up could take several minutes. It pulls down a devstack image | 15:11 |
cindyo | after your first big download, you can re-use it quickly by just doing “vagrant halt” to shutdown, and “vagrant up” to startup | 15:12 |
sandywalsh | k, cool, thanks | 15:12 |
cindyo | kuhlmant: openstack is discussing options for clustering (galera). some use active/passive, and we were going to use multi-master. They all realize only one node (either active node, or one master) should be used for writing | 15:14 |
tongli | @cindyo, what level of ubuntu is used for the valgrant mini-mon install? | 15:15 |
cindyo | precise | 15:15 |
*** aviau has quit IRC | 15:17 | |
cindyo | tongli: let me check to make sure, it might have changed | 15:17 |
kuhlmant | Yes it is still precise, it was only about a month ago that percona started pushing trusty packages and we have not upgraded yet. | 15:18 |
tongli | k. thanks. | 15:18 |
kuhlmant | sandywalsh: Hopefully this clears up the docs a bit, https://review.openstack.org/116922 | 15:21 |
sandywalsh | kuhlmant: reviewed ... thanks! | 15:25 |
kuhlmant | your welcome, it is always nice to have fresh eyes on the documentation. | 15:29 |
*** dschroeder has joined #openstack-monasca | 15:30 | |
*** aviau has joined #openstack-monasca | 15:31 | |
sandywalsh | not sure how fresh they are :) | 15:45 |
sandywalsh | berkshelf install seems to be stuck on octokit documentation install ... yeesh | 15:46 |
sandywalsh | unless it's just doing the real work of the install now | 15:46 |
sandywalsh | cpu is still high | 15:46 |
openstackgerrit | Rob Raymond proposed a change to stackforge/monasca-ui: Find monasca api endpoint from Keystone's service catalog https://review.openstack.org/116929 | 15:52 |
*** aviau has quit IRC | 16:47 | |
*** aviau has joined #openstack-monasca | 16:59 | |
*** cindyo has quit IRC | 17:01 | |
*** cindyo has joined #openstack-monasca | 17:18 | |
*** garyh has joined #openstack-monasca | 18:41 | |
sandywalsh | ah ha | 19:33 |
sandywalsh | Post install message from the 'vagrant-berkshelf' plugin: | 19:33 |
sandywalsh | In order to use the Vagrant-Berkshelf plugin, you must have ChefDK installed. | 19:33 |
sandywalsh | To download the latest ChefDK visit http://getchef.com/downloads/chef-dk. | 19:33 |
*** craigbr_ has joined #openstack-monasca | 19:37 | |
*** craigbr has quit IRC | 19:37 | |
*** craigbr_ is now known as craigbr | 19:37 | |
sandywalsh | http://jtimberman.housepub.org/blog/2014/04/30/chefdk-and-ruby/ | 19:38 |
cindyo | kuhlmant: sand had to install chef-dk, this might be a new thing for the readme? | 19:38 |
sandywalsh | not sure if it's definitely required yet, but the warning seemed ominous | 19:58 |
sandywalsh | kuhlmant: any ideas? http://paste.openstack.org/show/100632/ | 20:14 |
cindyo | kuhlmant: sandy keeps getting an error on vagrant up that berks version is not found. He installed it. any ideas? | 20:15 |
kuhlmant | What does 'vagrant plugin list' show | 20:21 |
*** rhochmuth has quit IRC | 20:22 | |
kuhlmant | The chef-dk thing is interesting, berkshelf is now part of chef-dk but I didn't think that meant you have to install chef-dk to get berkshelf | 20:22 |
*** rhochmuth has joined #openstack-monasca | 20:22 | |
kuhlmant | However someone else said they did the same thing recently. | 20:22 |
*** rhochmuth has quit IRC | 20:22 | |
*** rhochmuth has joined #openstack-monasca | 20:23 | |
kuhlmant | One of these days I need to get further with the docker version of our stack, and hopefully bypass these install issues. | 20:24 |
*** craigbr has quit IRC | 20:34 | |
sandywalsh | kuhlmant: checking ... | 21:04 |
sandywalsh | $ vagrant plugin list | 21:05 |
sandywalsh | vagrant-berkshelf (3.0.1) | 21:05 |
sandywalsh | - Version Constraint: >= 2.0.1 | 21:05 |
sandywalsh | vagrant-login (1.0.1, system) | 21:05 |
sandywalsh | vagrant-share (1.1.0, system) | 21:05 |
sandywalsh | kuhlmant: not sure if they're related, but when I tried to install the plugin before, it froze. This install was clean with chefdk | 21:05 |
sandywalsh | again, could be coincidence | 21:06 |
sandywalsh | $ berks | 21:08 |
sandywalsh | No Berksfile or Berksfile.lock found at '/home/sandy/.berkshelf'! | 21:08 |
sandywalsh | ah, nm, was in wrong directory | 21:10 |
sandywalsh | which versions do you have? | 21:12 |
sandywalsh | $ vagrant -v | 21:12 |
sandywalsh | Vagrant 1.6.3 | 21:12 |
sandywalsh | $ berks -v | 21:12 |
sandywalsh | 3.1.5 | 21:12 |
sandywalsh | https://www.youtube.com/playlist?list=PLmyM48VxCGaW5pPdyFNWCuwVT1bCBV5p3 | 21:16 |
kuhlmant | The only thing that stands out about that for me is the the vagrant-berkshelf plugin, I have 2.0.1, it is possible something broke when they moved to 3.0.1 | 21:19 |
kuhlmant | I think you could try removing 3.0.1 and installing 2.0.1, ie "vagrant plugin install vagrant-berkshelf --plugin-version '= 2.0.1'" | 21:20 |
kuhlmant | I am running vagrant 1.6.3 and berks 3.1.1 | 21:21 |
sandywalsh | k, lemme try that | 21:30 |
*** sandywalsh has quit IRC | 21:35 | |
*** cindyo has quit IRC | 21:49 | |
*** tongli has quit IRC | 21:55 | |
*** craigbr has joined #openstack-monasca | 22:01 | |
*** rhochmuth has quit IRC | 22:03 | |
kuhlmant | I made another doc change to reflect that you should stick to version 2.0.1 of that plugin assuming that is going to fix things for you. https://review.openstack.org/117036 | 22:03 |
*** robbybb has joined #openstack-monasca | 22:32 | |
*** garyh_ has joined #openstack-monasca | 22:34 | |
*** garyh has quit IRC | 22:43 | |
*** openstackgerrit has quit IRC | 22:43 | |
*** robbybb111 has quit IRC | 22:43 | |
*** garyh_ is now known as garyh | 22:44 | |
*** dschroeder has quit IRC | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!