=== externalreality_ is now known as externalreality [00:50] stormmore: beats, all day long. [00:51] stormmore: i haven't deployed this in about 5 months, but https://jujucharms.com/u/lazypower/dockerbeat/ [00:51] is the beat in particular I used to profile containers. [00:52] stormmore: the alternative is the kubernetes dashboard where you get a window into it, but no long term metrics. [00:58] yeah I am thinking something that they can use outside of the infrastructure to at least give them an idea of what we should start for their limits in Kubernetes [00:59] The grafana dashboards do a pretty good job of giving me the data once the containers are deployed :) [11:42] juju upgrade-juju [11:42] ERROR Authorization Error: 'Expired timestamp: given 1489837307 and now 1489865847 has a greater difference than threshold 300' [11:49] hmm [11:49] ntp times are synced on all nodes as well as on the machine running the juju command [11:50] how to install ntp on juju controller? [11:54] and why isnt it installed in the first place [11:56] i cant login to the controller with the juju login [11:56] it says [11:56] juju login testmaas-controller [11:56] ERROR "testmaas-controller" is not a known public controller [11:56] but its the controller name [20:41] ybaumy: You should be able to "juju switch controller; juju deploy cs:ubuntu --to 0; juju deploy cs:ntp; juju add-relation ubuntu ntp" [22:34] blahdeblah: thanks but ntp is running everywhere already on the controllers [22:34] so there is some other problem [22:35] and when trying to deploy [22:35] i get his [22:35] this [22:35] root@openstacksa2:~# juju deploy cs:ntp [22:35] Located charm "cs:ntp-17". [22:35] Deploying charm "cs:ntp-17". [22:35] ERROR cannot add application "ntp": Authorization Error: 'Expired timestamp: given 1489876526 and now 1489905066 has a greater difference than threshold 300' [22:38] clocks are 2 seconds apart as far as i can tell