Cockpit supports SSO authentication

2014-09-24 Thread Stef Walter
Cockpit now supports single sign on authentication via kerberos, including Active Directory and IPA domains. The initial support is included in Cockpit 0.25. Further work will be merged in the new few days related to delegating credentials when Cockpit connects out to other machines. If you want

Re: [storaged] Mount points etc

2014-10-07 Thread Stef Walter
On 07.10.2014 09:12, Marius Vollmer wrote: > Hi Tomas, > > let's talk a bit about storaged, fstab, mount points, etc. :) > > (I have CCed cockpit-devel, is there a better mailing list for > storaged?) > > Going forward, we would like to remove all storage related code from > cockpitd and talk to

Integrating Cockpit components into other Web Applications

2014-10-16 Thread Stef Walter
With Fedora 21 out of the way, we've merged the first round of work that enables reusable Cockpit javascript components that can be integrated into other web applications. There is more work to come on this. We're working on refactoring Cockpit into packages internally, to make it more modular, an

Re: Integrating Cockpit components into other Web Applications

2014-10-17 Thread Stef Walter
On 17.10.2014 07:36, James Strachan wrote: > So we’ve a HTML5 (angularjs) console for kubernetes, fabric8, a wiki, > dashboard, kibana, grafana and lots of Java stuff…. http://hawt.io/ > http://hawt.io/plugins/index.html > > Right now hawtio can work with the kubernetes > pods/services/replicatio

How to use the latest Cockpit with Fedora 21

2014-11-04 Thread Stef Walter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cockpit is once again in heavy development, we're moving things around a lot so that we can have a more modular architecture. Obviously you can try to build Cockpit from git, but for Fedora 21 users Stephen Gallagher has set up a custom software repos

Cockpit 0.27 is the latest stable version

2014-11-12 Thread Stef Walter
If you look at: https://github.com/cockpit-project/cockpit/releases You'll see that one of the releases is not like the others. 0.27 is a stable release, which we tested and debugged. It's the one included in Fedora 21 Server, among other things. If you want to package something stable, then tha

Tutorials on how to add UI to Cockpit

2014-11-14 Thread Stef Walter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here are some tutorials on how to add stuff to Cockpit. This isn't stable yet, but if you want to experiment: http://stef.thewalter.net/creating-plugins-for-the-cockpit-user-interface.html http://stef.thewalter.net/using-dbus-from-javascript-in-cockp

Re: Cockpit Containers Authorization Errors

2014-12-01 Thread Stef Walter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28.11.2014 00:45, Tim Moor wrote: > Hey Stef, this is a pretty basic question, but seeing as I am new > to FC21, Cockpit and it's integration with Docker I need a bit of > guidance. I hope it's okay if I CC the response to the mailing list. > I'

Cockpit dependency on PCP without Avahi

2014-12-04 Thread Stef Walter
We're working on using PCP to load server resource metrics in Cockpit. Is it possible to build pcp-libs without libavahi? It seems an odd feature for such a low level library to have ... as opposed to higher level PCP tools ... where dynamic discovery is interesting. cockpit-bridge is the piece o

Re: Cockpit dependency on PCP without Avahi

2014-12-04 Thread Stef Walter
On 04.12.2014 16:22, Frank Ch. Eigler wrote: >> [...] Can we have /usr/lib64/libpcp.so without an Avahi dependency? >> Or should we treat PCP as an optional dependency of Cockpit and >> structure our code so that PCP is more of an add-on, used when >> available? > > Can we dig a little deeper? a

Re: Cockpit dependency on PCP without Avahi

2014-12-04 Thread Stef Walter
On 04.12.2014 19:01, Markus Larsson wrote: > I can attest that the reaction is justified. I would not like to have > any Avahi in my datacenter. It can cause a myriad of issues in > enterprise scaled enviroments (read thousands of servers). True. However this is about avahi-libs. Without the daemo

Cockpit and VNC

2014-12-05 Thread Stef Walter
I did a bit of a proof of concept for Cockpit showing a GUI remotely using noVNC. noVNC is a nice HTML5 VNC implementation. This is wrapped up as a Cockpit plugin ... and Cockpit provides the WebSocket, authentication, and all of that. It's very raw at this point ... but in case it piques anyone's

Meeting minutes for 2014-12-08

2014-12-08 Thread Stef Walter
== #cockpit: Cockpit (2014-12-08) == Meeting started by sgallagh at 16:08:15 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2014-12-08/cockpit.2014-12-08-16.08.log.html . Meeting summary --- * age

Cockpit multi-host dashboard preview

2014-12-11 Thread Stef Walter
Some people have asked (on IRC and in private emails) to see the Cockpit multi-host dashboard work, which includes some Kubernetes data. The goals of the dashboard are to answer and or help with: * What are my servers doing, and what is their health? * Did anything noteworthy happen since I las

cockpit-ws should require GLib 2.37.4 or later

2014-12-12 Thread Stef Walter
Packagers of Cockpit might be interested in this pull request. We'll start to describe our dependency on GLib more accurately. Since versions of GLib before 2.37.4 crash with cockpit-ws, we'll refuse to build on those versions. https://github.com/cockpit-project/cockpit/pull/1586 This is the bug

Cockpit Hackfest at devconf.cz

2014-12-18 Thread Stef Walter
We're having a Cockpit hack fest at the http://devconf.cz/ 2014 in Brno. When: Friday February 6, 2014 at 14:10-17:10 Location: Room A113, Brno University of Technology, Brno, CZ We'll be helping folks figuring out how to hack on Cockpit, building some plugins or prototypes, and doing general sc

Meeting minutes for 2015-01-05

2015-01-05 Thread Stef Walter
#cockpit Meeting Meeting started by stefw at 16:01:57 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-01-05/cockpit.2015-01-05-16.01.log.html . Meeting summary --- * jQuery amend (stefw, 16:03:50) * http://faceb

Re: Ubuntu

2015-01-07 Thread Stef Walter
On 07.01.2015 14:02, Mark Constable wrote: >> One thing was unresolved was the instructions for how to get it running >> on Arch Linux. > > Damn I miss using Arch but I have to go with a system supported by > mainstream > hosting providers. Every VPS provider offers Ubuntu/Debian installs but > DO

New jquery-amend repo

2015-01-07 Thread Stef Walter
As we discussed on Monday, I added the jquery-amend plugin to its own repo here: https://github.com/cockpit-project/jquery-amend This is a jQuery plugin that smoothly amends a DOM with possibly updated HTML, rather than just replace it outright. Instead of: $('#my-el').html(html_string); You d

Re: Management Agent Question for Centos 6.x Servers

2015-01-08 Thread Stef Walter
On 08.01.2015 02:07, Donald DAvanzo wrote: > > Hello > > I have a question regarding the management agent needed for Fedora 21 > Cockpit to monitor / manage Centos 6.x servers. > > 1) Are there any available; all I seem to be able to find are Centos 7 rpms > 2) If no management agent rpms are av

Re: [OFFLIST] Re: Ubuntu

2015-01-08 Thread Stef Walter
Wanted to include a partial response below to the list about extending Cockpit, in case it helps anyone. On 08.01.2015 04:39, Mark Constable wrote: > My main interest with cockpit, once I can use it on a current ubuntu > server, will be to provide an ultra simple PHP+BS4 frontend so the > cockpit

Re: Storage refresh

2015-01-08 Thread Stef Walter
On 08.01.2015 11:12, Marius Vollmer wrote: > I wrote down some notes about the Big Storage Refresh: > > https://github.com/cockpit-project/cockpit/wiki/Storage-refresh > > It's quite terse... so be sure to ask lots of question if/when you start > to dig into it. > > Of course, it's not expec

Kubernetes Design Use Cases

2015-01-15 Thread Stef Walter
I've taken some time to put together some use cases for Kubernetes (container orchestration) in Cockpit. As you can see it's mainly entry level stuff, helping people get started with container orchestration, and discover the tech etc: https://github.com/cockpit-project/cockpit/wiki/Atomic:-Kuberne

Re: Kubernetes Design Use Cases

2015-01-15 Thread Stef Walter
On 15.01.2015 13:12, Arno Schulz wrote: > Silly question, you've got 3 projects supported by red hat (fabric8, > open shift and atomic/cockpit) yet each seems to work on their own > distinct flavour of kubernetes frontend. > > Am I missing something here or would there be a chance to leverage the

Re: Kubernetes Design Use Cases

2015-01-15 Thread Stef Walter
eusing the fabric8 UI for kubernetes in the OpenShift V3 UI and combining the UIs into a unified console; it’d be awesome to start integrating cockpit & the hawtio fabric8/openshift UI too. > On 15 Jan 2015, at 12:17, Stef Walter wrote: > > On 15.01.2015 13:12, Arno Schulz wrote: >> Sil

Re: Kubernetes Design Use Cases

2015-01-15 Thread Stef Walter
eusing the fabric8 UI for kubernetes in the OpenShift V3 UI and combining the UIs into a unified console; it’d be awesome to start integrating cockpit & the hawtio fabric8/openshift UI too. > On 15 Jan 2015, at 12:17, Stef Walter wrote: > > On 15.01.2015 13:12, Arno Schulz wrote: &g

Meeting minutes for 2015-01-19

2015-01-19 Thread Stef Walter
= #cockpit: Cockpit = Meeting started by stefw at 16:01:37 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-01-19/cockpit.2015-01-19-16.01.log.html . Meeting summary --- * Agenda (stefw, 16:01:56) * Better IRC meeti

Re: Random things re Hubbot

2015-01-21 Thread Stef Walter
On 21.01.2015 12:38, Marius Vollmer wrote: > Hi, > > I did a tiny amount of hacking on hubbot and wanted to share the state. > > It now runs permanently on files.cockpit-project.org and works on new > and updated pull requests. (But it doesn't use github events yet...) > > it has a whitelist of

Re: Cockpit Ubuntu PPA

2015-02-09 Thread Stef Walter
On 09.02.2015 15:16, Jared Sutton wrote: > All, > > I've created an initial Debian package configuration for Cockpit and > uploaded it to an Launchpad PPA: > > https://launchpad.net/~jpsutton/+archive/ubuntu/cockpit Thanks for doing that work. Cool :) > I'm doing all of my packaging work on Deb

Video of cockpit talk at Devconf

2015-02-10 Thread Stef Walter
I presented a Cockpit talk at Devconf 2015 in Brno. The goal was to get people to understand Cockpit and how it's put together. Here's the video of the talk at Devconf. It just has the screen in it, but that's pretty useful since most of the talk is demos. https://www.youtube.com/watch?v=97l1qf2s

Re: introductions

2015-02-10 Thread Stef Walter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10.02.2015 11:57, Vincent Batts wrote: > Hey y'all, Just giving a shout out on the list, to ensure we have > open communication lines. :-) Yello! Welcome. Stef -BEGIN PGP SIGNATURE- Version: GnuPG v1 iEYEARECAAYFAlTZ9woACgkQe/sRCNknZa9r

Cockpit 0.39 dependency changes

2015-02-19 Thread Stef Walter
Cockpit 0.39 was released: https://github.com/cockpit-project/cockpit/releases/tag/0.39 A small dependency change, as part of migrating away from our legacy cockpitd code: * Dropped build/runtime libgudev dependency * Added runtime grep dependency Cheers, Stef signature.asc Description: O

PCP an optional dependency for now

2015-02-26 Thread Stef Walter
PCP is a capable and expansive framework for system performance and analysis. http://www.pcp.io/ Marius and Andreas have done some really nice work using PCP for metrics and loading of archived metric data. However in order to make use if it, attention to and grooming of PCP is necessary. Detail

Component URL format has changed for embedders

2015-02-26 Thread Stef Walter
For anyone who has prototype code for embedding Cockpit components into other web applications ... I wanted to note that the URL format has changed with Cockpit version 0.40 The URLs now look like something like this: /cockpit/@localhost/package/file.html The documentation has been updated. For

Re: Ubuntu Packaging - "TLS support is not available"

2015-03-01 Thread Stef Walter
On 01.03.2015 21:46, Jared Sutton wrote: > I'm almost ready to upload a usable package based on 0.40 to my PPA > repository, however, I'm getting the following error when trying to > start cockpit... > > root@utopic-build:~/cockpit-0.40# systemctl status cockpit -l > cockpit.service - Cock

Re: Ubuntu Trusty support (sort of)

2015-03-02 Thread Stef Walter
On 01.03.2015 03:40, Jared Sutton wrote: > As a follow up to the previous discussion on the Ubuntu PPA, I've > updated the repository with a somewhat working Trusty package. The > problem with Trusty is the lack of systemd. They have some skeleton of > it in there, but it's nowhere near working (

Meeting minutes for 2015-03-02

2015-03-02 Thread Stef Walter
= #cockpit: Cockpit Weekly Meeeting = Meeting started by stefw at 14:00:54 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-03-02/cockpit-weekly-meeting.2015-03-02-14.00.log.html . Meeting summary

New navigation merged

2015-03-03 Thread Stef Walter
After a lot of work, we merged new navigation into Cockpit today. This clearly separates dashboards from per-host configuration. If you're tracking git master, you need to reinstall and restart cockpit. More info: https://github.com/cockpit-project/cockpit/pull/1861 https://github.com/cockpit-pr

Cockpit needs removal of packages and reinstall

2015-03-04 Thread Stef Walter
Today, we merged a further simplification of how our Cockpit packages are loaded: https://github.com/cockpit-project/cockpit/pull/1869 If you're tracking Cockpit from git master, you'll need to do the following: $ rm ~/.local/share/cockpit/* $ sudo rm -rf /usr/share/cockpit/* $ cd /path/to/co

Test day: Cockpit on Fedora Server

2015-03-18 Thread Stef Walter
The Fedora Project holds regular Test Days to help put releases or individual components through their paces. Next week, Fedora’s Test Day will focus on Cockpit. Cockpit is a modern lightweight server admin interface: http://cockpit-project.org/ Cockpit comes by default in Fedora Server 22. Whe

Firefox hangs connecting to Cockpit

2015-03-23 Thread Stef Walter
There's a Firefox bug where it hangs for a long time when trying to connect to Cockpit over TLS. This is a Firefox issue, and has to do with the TLS certificates that Cockpit automatically-generates. The same thing happens with Firefox use of these self-signed certificates on apache or other serve

Cockpit backwards compatibility

2015-04-02 Thread Stef Walter
As you may have noticed with previous releases, you could only add servers with identical versions of Cockpit to the dashboard. Our WebSocket based message protocol [1] for interacting from the Web code with the server was not yet stable. Going forward we'd like to guarantee that you can add serv

Re: nginx as reverse proxy

2015-04-02 Thread Stef Walter
On 02.04.2015 01:55, Rouven Rastetter wrote: > Hi, I did not find any information regarding the use of a http reverse > proxy (e. g. nginx) in front of the cockpit http server. > Specifically I want nginx to do all the TLS stuff while it connects to > cockpit via plain http. Nice. > I got this to

Re: Embedding the Cockpit Interface

2015-04-14 Thread Stef Walter
On 14.04.2015 08:53, Matt Jia wrote: > I am trying to embed the Cockpit into our web application. When opening on > Firefox, > it shows the expected warning about self signed certificate, however you > cannot trust > the self signed certificate there, so is it possible to get around the > except

Coding style for AMD modules

2015-05-20 Thread Stef Walter
I've added a bit to the Cockpit Coding Guidelines about AMD modules: https://github.com/cockpit-project/cockpit/wiki/Cockpit-Coding-Guidelines Some of us were discussing AMD modules [1] with global side-effects. Normally this would be frowned on, but in real life this comes up all the time. We d

Cockpit branding changes

2015-05-22 Thread Stef Walter
In the next release of Cockpit some branding changes are landing: * Don't ship logos or trademarked material in cockpit packages. * Do ship all other branding upstream. * Use /etc/os-release to determine which branding to use. The reasoning for this is that cockpit-ws is often run in a privile

Re: New navigation merged

2015-06-09 Thread Stef Walter
inue to refine what we have. Like I said we have some hard requirements that put limitations on the design, but we can do better even within those limitations. Stef > On 03.03.2015 12:44, Stef Walter wrote: >> After a lot of work, we merged new navigation into Cockpit today. >>

Re: "Owned" fallout

2015-06-18 Thread Stef Walter
This is really the sorta thing we should discuss on cockpit-devel. I'll CC the email. For anyone following along, there was an addition to the dbus-json3 channel in the cockpit transport protocol that broke connecting from earlier versions cockpit.js to later versions of cockpit-bridge. On 18.06.

Re: "Owned" fallout

2015-06-22 Thread Stef Walter
On 22.06.2015 05:35, Marius Vollmer wrote: > Stef Walter writes: > >> On 18.06.2015 03:17, Marius Vollmer wrote: >> >>> Once we have feature negotiation, I think we should not ignore unknown >>> messages anymore. It is better to know whether or not your

Cockpit compatibility fixes

2015-06-29 Thread Stef Walter
Cockpit 0.62 contains a number of compatibility fixes. In particular, bugs were fixed that caused adding and using servers from the dashboard to break. One fix was on the bridge side and the other on web service side (ie: both hosts need an update). The fixes: https://github.com/cockpit-project/

Tutorial for REST calls from Cockpit components

2015-07-10 Thread Stef Walter
I've posted a new article about making REST API calls from a Cockpit plugin. http://stef.thewalter.net/making-rest-calls-from-javascript-in-cockpit.html Stef ___ cockpit-devel mailing list cockpit-devel@lists.fedorahosted.org https://lists.fedorahosted.

Re: CPU display

2015-07-31 Thread Stef Walter
On 20.07.2015 17:52, Graeme wrote: > Just installed Cockpit on this AMD 4 core X86_64 machine. I'm running 4 > BOINC tasks that htop shows as consuming between 50% and 95% each, and > 10 other processes are also consuming cpu, but the CPU display doesn't > get much above 30%. What exactly is it mea

How to use Cockpit debug javascript files

2015-08-10 Thread Stef Walter
By default loads compressed minified javascript, CSS and HTML files. These load fast, but are hard to use for debugging or hacking. In case you want to use the debug files then you can do the following. Keep in mind they're *much* slower to load than the optimized files. If you're hacking from the

Meeting minutes for 2015-08-10

2015-08-10 Thread Stef Walter
= #cockpit: Cockpit = Meeting started by stefw at 13:02:26 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-08-10/cockpit.2015-08-10-13.02.log.html . Meeting summary --- * Agenda (stefw, 13:03:27) * No merge without

Continuous Delivery

2015-08-21 Thread Stef Walter
Peter and I have been working on doing Cockpit releases for a while now. Since we release every week, we'd like to make this more automatic. And since we actually do full integration tests against various (so far Fedora and CentOS) operating systems, we have a pretty good chance of making continuo

Re: Travis failures and other CI solutions

2015-08-24 Thread Stef Walter
On 24.08.2015 08:54, Marius Vollmer wrote: > Peter writes: > >> PROS: >> >> - It works and uses a newer OS (Ubuntu 14) >> - Allows you to ssh into instances to run / debug tests. > > This is very, very nice. > >> CONS: Obviously another big con is that this stuff is not Open Source. These are

Re: Travis failures and other CI solutions

2015-08-24 Thread Stef Walter
On 24.08.2015 09:03, Stef Walter wrote: > On 24.08.2015 08:54, Marius Vollmer wrote: >> Peter writes: >> >>> PROS: >>> >>> - It works and uses a newer OS (Ubuntu 14) >>> - Allows you to ssh into instances to run / debug tests. >> >> T

Re: Travis failures and other CI solutions

2015-08-24 Thread Stef Walter
On 24.08.2015 15:15, Harrison Ripps wrote: > > On Mon, Aug 24, 2015 at 8:45 AM, Stef Walter <mailto:st...@redhat.com>> wrote: > > On 24.08.2015 09 :03, Stef Walter wrote: > > On 24.08.2015 08 :54, Marius Vollmer wrote: > >> Pete

Re: Travis failures and other CI solutions

2015-08-24 Thread Stef Walter
On 24.08.2015 15:44, Harrison Ripps wrote: > > > On Mon, Aug 24, 2015 at 9:27 AM, Stef Walter <mailto:st...@redhat.com>> wrote: > > On 24.08.2015 15 :15, Harrison Ripps wrote: > > > > On Mon, Aug 24, 2015 at 8:45 AM, Stef Walter <mail

Meeting minutes for 2015-08-24

2015-08-24 Thread Stef Walter
#cockpit Meeting Meeting started by stefw at 13:02:41 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-08-24/cockpit.2015-08-24-13.02.log.html . Meeting summary --- * Agenda (stefw, 13:02:47) * travis/semaphore/..

Re: Travis failures and other CI solutions

2015-08-24 Thread Stef Walter
On 25.08.2015 08:10, Marius Vollmer wrote: > Stef Walter writes: > >> A little bird also whispered in my ear that Marius has found a >> work-around for the Travis bug that has been bothering us. > > Yes, see here https://github.com/travis-ci/travis-ci/issues/4704 >

Cockpit 0.77

2015-09-23 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.77 Componentizing Cockpit -- Marius and Stef completed a long running refactoring task of splitting Cockpit into components. In an age long gone Cockpit used to be one monolithic piece of HTML and javascript

Leak in cockpit-0.77

2015-09-25 Thread Stef Walter
There's a leak in cockpit-0.77 where browser resources spiral out of control after a while, and cockpit-bridge starts using up crazy amounts of CPU. https://github.com/cockpit-project/cockpit/issues/2821 This should be fixed in 0.78. The work-around is to install cockpit-pcp on your system. Chee

Cockpit 0.78

2015-09-30 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.78 Multipath Storage - Cockpit now deals with multipath storage, although it doesn't provide a way to set it up. Demo: https://www.youtube.com/watch?v=QPDUNpG7Z2o Card: https://trello.com/c/opLUKTkd/218-0-78-fix

Cockpit 0.80

2015-10-14 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.80 SSH private keys You can now use Cockpit to load SSH private keys into the ssh-agent that's running in the Cockpit login session. These keys are used to authenticate against other systems when they are added

Re: Cockpit 0.80

2015-10-14 Thread Stef Walter
up presence of different roots? Like > rawhide and released ostree builds? > > Sent from Nine <http://www.9folders.com/> > > *From:* Stef Walter > *Sent:* Oct 14, 2015 5:33 PM > *To:* Development discussion for the Cockpit Project > *Subject:* Cockpit 0.80 > > This is

Re: Fwd: Announce: Group projects in Copr

2015-10-15 Thread Stef Walter
Sounds good. I guess we should try and get a cockpit group? Stef On 15.10.2015 14:42, Stephen Gallagher wrote: > > Should I talk to the COPR folks about converting the sgallagh > cockpit-preview repo over? > > > > Forwarded Message > Subject: Announce: Group projects in Copr

Re: How do I configure firefox to log in to cockpit web ui?

2015-10-19 Thread Stef Walter
On 05.10.2015 13:34, Fujisan wrote: > Hello, > > I installed cockpit on my server and I could log in as root. But then I > installed freeipa-server on my server and configured firefox to log in > the ipa web ui using kerberos. > > Now when I want to login to the web ui of cockpit on port 9090, I

Re: Cannot add a host. Says "Cannot forward login credentials".

2015-10-22 Thread Stef Walter
On 22.10.2015 13:44, Fujisan wrote: > I installed cockpit 0.67-2.fc22 on an ipa server and added several > servers from the dahsboard as you can see here: > http://i.imgur.com/vca19wS.png > But there is one server that keeps annoying me (as you can see here: > http://i.imgur.com/3J7AHQY.png). > It

Re: Cockpit SSO with kerberos not working

2015-10-22 Thread Stef Walter
On 22.10.2015 12:11, Fujisan wrote: > The step described here > (http://cockpit-project.org/guide/latest/sso.html) are exactly the steps > I do to configure FreeIPA to SSO with kerberos. > > If I create a kerberos ticket with "kinit admin", when I go to > http://ipasrv/ipa/ui with firefox from my

Cockpit 0.81

2015-10-22 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.81 NTP servers --- Cockpit now allows configuration of which NTP servers are used for time syncing. This configuration is possible when timesyncd is being used as the NTP service. Demo: http://www.youtube.com/watch?v=3DR

Re: Cockpit SSO with kerberos not working

2015-10-23 Thread Stef Walter
ce": true, "no_members": false}], > "method": "service_add", "id": 0}'| I think this is the equivalent of: ipa service-add HTTP/server.example.com Or something like that. See: https://docs.fedoraproject.org/en-US/Fedora/15/html/FreeIPA_Gu

Weekly meeting notes

2015-10-26 Thread Stef Walter
=== #cockpit: ! === Meeting started by stefw at 14:10:10 UTC. The full logs are available at http://meetbot.fedoraproject.org/cockpit/2015-10-26/cockpit.2015-10-26-14.10.log.html . Meeting summary --- * Agenda (stefw, 14:10:23) * Server outage of Cockpit infrastru

Distributed Cockpit Integration Tests

2015-10-29 Thread Stef Walter
In Cockpit we run thousands of integration tests per day against pull requests and git master. Each test brings up up Cockpit in a full operating system VM, and hammers on it in some way. Without these tests it's impossible to validate that Cockpit works. Last week, the server doing this testing w

Cockpit 0.82

2015-10-29 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.82 Distributed Tests - In Cockpit we run thousands of integration tests per day against pull requests and git master. Each test brings up up Cockpit in a full operating system VM, and hammers on it in some way. W

Re: Read-only mode?

2015-11-03 Thread Stef Walter
On 03.11.2015 15:33, duncan.in...@rbs.com wrote: > Is there a read-only mode with the Cockpit interface to allow system > details to be gathered, but not altered? Cockpit already does this. If you log in with a user that has no access to change anything on the system (ie: a 'nobody' equivalent) th

Re: Trying to understand the package split

2015-11-15 Thread Stef Walter
On 15.11.2015 00:14, Michael Biebl wrote: > Hi, > > it was great meeting some of you at systemd.conf last week! > > I looked a bit packaging cockpit for Debian and for that I had a look > at the existing spec file. > > I understand why components like > cockpit-{networkmanager,pcp,docker,kuberne

Cockpit 0.83 and 0.84

2015-11-19 Thread Stef Walter
This is a summary of the Cockpit weekly releases. Over the last weeks there was was 0.83 and 0.84 Building Cockpit on Debian -- At systemd.conf Dominik worked with Michael Biebl one of the Debian systemd maintainers on packaging Cockpit for Debian. We're still looking for

Re: Cockpit 0.83 and 0.84

2015-11-19 Thread Stef Walter
ments'. Is that right Marius? Stef > *From:* Stef Walter > *Sent:* Nov 19, 2015 5:27 AM > *To:* Development discussion for the Cockpit Project > *Subject:* Cockpit 0.83 and 0.84 > > This is a summary of the Cockpit weekly releases. Over the last weeks > there was was 0

Cockpit 0.85

2015-11-27 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.85 Varying users on dashboard machines --- Cockpit now supports adding machines to the dashboard with different user logins for each one. This can be useful in cases where you're adding cloud inst

Cockpit 0.86

2015-12-04 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.86 SOS Reporting - Users can now prepare an SOS Report containing information about the system and send it to their support representative. https://youtu.be/-6rfWUoOQbs https://trello.com/c/0Qzzo9zY/148-0-86-sos-re

Cockpit 0.87

2015-12-10 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.87 Fix login on Windows Cockpit no longer prompts for a strange second login (which had to do with SSO) on Windows. There are some remaining issues with how Cockpit works on Internet Explorer, but most have

Cockpit 0.88

2015-12-18 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.88 OSTree upgrades and rollbacks - Peter worked to finish the basic OSTree UI has been merged into Cockpit. This lets the admin perform upgrades and rollbacks on Atomic Host. Colin, Peter and the OST

Re: Branding question

2015-12-21 Thread Stef Walter
On 21.12.2015 15:56, Douglas Schilling Landgraf wrote: > As the next ovirt node will be integrated to cockpit, and we will > install a release rpm into the host to update /etc/os-release, I've taken a moment to document how branding works: https://github.com/stefwalter/cockpit/blob/branding-docs

Cockpit Hackfest at Devconf in Brno

2015-12-21 Thread Stef Walter
There will be a Cockpit Hackfest at Devconf in Brno. Admisssion is free. http://devconf.cz/ Friday, February 5th, 2016 16:30 - 18:10 Brno University of Technology Božetěchova 1/2, 612 66 Brno, Czech Republic We'll be working to write a Cockpit plugin, embed it in other software, contribute patch

Re: Cockpit Hackfest at Devconf in Brno

2015-12-21 Thread Stef Walter
On 21.12.2015 20:54, Joe Brockmeier wrote: > On 12/21/2015 01:15 PM, Stef Walter wrote: >> There will be a Cockpit Hackfest at Devconf in Brno. Admisssion is free. >> >> http://devconf.cz/ >> >> Friday, February 5th, 2016 >> 16:30 - 18:10 >> Brno Univer

Re: Cockpit 0.88

2015-12-22 Thread Stef Walter
On 18.12.2015 21:51, David Hugh Malcolm wrote: >> This is a summary of the Cockpit weekly release. This week it was >> 0.88 >> >> >> OSTree upgrades and rollbacks - >> >> Peter worked to finish the basic OSTree UI has been merged into >> Cockpit. This lets the admin p

Cockpit 0.89

2015-12-22 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.89 Routine Debian testing -- The Cockpit Project has started routinely testing each Cockpit pull request on Debian Unstable using real Debian packaging. Marius did some great work here. This means we're are c

Cockpit 0.90

2016-01-05 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.90 Debian Source Packages -- As a step towards working getting Cockpit into Debian we now create Debian source packages during our continuous delivery process. These end up here for now: deb-src https://fedo

Re: cockpit integration tests for rawhide builds of kubernetes in Fedora

2016-01-11 Thread Stef Walter
On 11.01.2016 11:03, Jan Chaloupka wrote: > Hi, > > cockpit integration tests have proofed to be very useful for discovering > regression and bugs for kubernetes. > The current workflow of updating kubernetes is to rebase/rebuilt > kubernetes, run very basic tests and hope it will work. > The work

Re: cockpit integration tests for rawhide builds of kubernetes in Fedora

2016-01-11 Thread Stef Walter
On 11.01.2016 12:08, Marius Vollmer wrote: > Jan Chaloupka writes: > >> cockpit integration tests have proofed to be very useful for >> discovering regression and bugs for kubernetes. > > I am happy to hear that! > >> [...] >> >> Would it be possible to run kubernetes related cockpit integratio

Re: cockpit integration tests for rawhide builds of kubernetes in Fedora

2016-01-11 Thread Stef Walter
On 11.01.2016 12:08, Marius Vollmer wrote: > Jan Chaloupka writes: > >> cockpit integration tests have proofed to be very useful for >> discovering regression and bugs for kubernetes. > > I am happy to hear that! > >> [...] >> >> Would it be possible to run kubernetes related cockpit integratio

Re: cockpit integration tests for rawhide builds of kubernetes in Fedora

2016-01-11 Thread Stef Walter
On 11.01.2016 11:03, Jan Chaloupka wrote: > Hi, > > cockpit integration tests have proofed to be very useful for discovering > regression and bugs for kubernetes. > The current workflow of updating kubernetes is to rebase/rebuilt > kubernetes, run very basic tests and hope it will work. > The work

Cockpit 0.91

2016-01-14 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.91 Testing on RHEL Atomic -- Marius did some work last week and got each and started testing each and every pull request on the latest RHEL Atomic. We'd been testing on Fedora Atomic previously, so this adds

Cockpit 0.92

2016-01-20 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.92 SOSReport on Atomic --- When run on Atomic, Cockpit's sosreport diagnostics will now invoke the sosreport tool in a privileged container via the 'atomic run' command. https://github.com/cockpit-project/cockpi

Re: Cockpit 0.92

2016-01-20 Thread Stef Walter
On 21.01.2016 03:39, Joe Brockmeier wrote: > On 01/20/2016 04:05 PM, Stef Walter wrote: >> This is a summary of the Cockpit weekly release. This week it was 0.92 > > The numbering suggests we're nearing a 1.0 release soon? Should we talk > about how we can promote that

Re: Any update on a bridge/agent for CentOS/RHEL 6.7 Server monitoring & support

2016-01-21 Thread Stef Walter
On 21.01.2016 05:05, Manoj wrote: > Donald DAvanzo redrockhost.com> writes: > >> >> Hello everyoneJust wanted to see if anyone has made any lead way with > supporting CentOS/RHEL 6.7 via a bridge / agent so these os releases can > be brought into cockpit for resource / servcice monitoring I kno

Re: Any update on a bridge/agent for CentOS/RHEL 6.7 Server monitoring & support

2016-01-21 Thread Stef Walter
On 21.01.2016 18:14, Stef Walter wrote: > On 21.01.2016 05:05, Manoj wrote: >> Donald DAvanzo redrockhost.com> writes: >> >>> >>> Hello everyoneJust wanted to see if anyone has made any lead way with >> supporting CentOS/RHEL 6.7 via a bridge / agent so

Cockpit 0.93

2016-01-25 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.93 Set CPU performance profile via tuned - Cockpit can now talk to tuned and set the CPU performance profile of the system. Thanks to Ryan Barry for doing the initial prototype, and Jaroslav Š

Re: Build failure on Ubuntu Vivid

2016-02-01 Thread Stef Walter
Looks like the tests produce different output than are expected. Perhaps some changes are necessary to the normalize() function in test-list-public-keys.sh file? ___ cockpit-devel mailing list cockpit-devel@lists.fedorahosted.org https://lists.fedorahos

  1   2   3   >