Fwd: I would like to participate in the cockpit development groups

2023-12-11 Thread Stef Walter
Hey yall. I got an email from Neftali, who wants to participate in Cockpit \o/ Cheers, Stef -- Forwarded message - From: Neftalí Yagua Date: Mon, Dec 4, 2023 at 5:42 PM Subject: I would like to participate in the cockpit development groups To: Hello, I would like to

Re: Problem running shell command in spawn(), fixed...

2021-08-26 Thread Stef Walter
an email to cockpit-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/cockpit-d

Re: Spawn a shell process

2021-01-28 Thread Stef Walter
st Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/cockpit-devel@lists.fedorahosted.org > -- Stef Walter (he / his) Linux Engineering Red Hat ___ cockpit-deve

Re: Development of web applications around Cockpit API

2020-09-23 Thread Stef Walter
t "shell" ... this is the frame/menu that loads the other components It sounds like you want to do the last one ^^, is that correct? You can do so by setting something like in /etc/cockpit/cockpit.conf [WebService] Shell = /mycompone

Re: Permission Denied Error in test/check-application from inside Container

2020-06-04 Thread Stef Walter
uct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/cockpit-devel@lists.fedorahosted.org -- Stef Walter (he / his) Linux Engineering Red Hat ___ c

Re: Debugging cockpit spawn

2020-04-21 Thread Stef Walter
On 21.04.20 13:37, Stef Walter wrote: > Ooooh there's an easier way. Type this in your console: > > >> localStorage.debugging = "spawn" > > And then refresh (F5). But in any case this should be documented and > made less sucky. Hope this helps: https://

Re: Debugging cockpit spawn

2020-04-21 Thread Stef Walter
Ooooh there's an easier way. Type this in your console: >> localStorage.debugging = "spawn" And then refresh (F5). But in any case this should be documented and made less sucky. Stef On Tue, Apr 21, 2020 at 1:35 PM Stef Walter wrote: > > The way I usually do i

Re: Debugging cockpit spawn

2020-04-21 Thread Stef Walter
To unsubscribe send an email to cockpit-devel-le...@lists.fedorahosted.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedora

Re: Suggestion for changing cockpit default session timeout

2020-04-02 Thread Stef Walter
On 02.04.20 12:02, Martin Pitt wrote: > Hello Yedidyah, > > Yedidyah Bar David [2020-04-01 10:22 +0300]: >> I think that the gdm case is different. There, you lock the session, >> not logout. Right? If so, after re-entering the password, the admin >> has everything back there. > > Correct. That

Re: Cockpit installed on local dev machine

2020-03-05 Thread Stef Walter
y (via localhost) to accomplish that, it's secure use plain HTTP on the local machine. Here's some documentation about how that works: https://cockpit-project.org/guide/latest/feature-machines Cheers, Stef > -Original Message- > From: Stef Walter > Sent: Wednesday, 4 M

Re: Cockpit installed on local dev machine

2020-03-04 Thread Stef Walter
On 22.02.20 05:35, Jonathan Aquilina wrote: > Hi All, > >   > > I have a dev laptop which I have installed cockpit on. My question even > though I have it installed on a local laptop would you guys still > recommend I setup https on it if I plan on connecting to remote machines? If you plan on

Re: How to enable CORS?

2020-02-04 Thread Stef Walter
On 22.01.20 04:44, Daniel. wrote: > Hi everybody, > I have some code that runs as a cockpit plugin. I have a lot of calls to > cockpit.spawn, which I want to replace by fetch calls. The problem is > that the software running API is running on port 443, not 9090, so I get > a big and red error

Re: Using channels

2019-08-06 Thread Stef Walter
On 06.08.19 13:29, Ido Rosenzwig wrote: > Hello cockpit-devel, > > I have a project, a cockpit plugin - cockpit-ovirt written in ReactJS. > In the project, I need to run a script that will run for a long time > (~20-30 minutes) that will be executed after an event has occurred > (let's say a

Re: A compatible version of Cockpit is not installed on XXX

2019-04-24 Thread Stef Walter
This is strange. I'd suggest you look at the journal logs and see if cockpit-ssh or cockpit-bridge is posting any explanatory messages. It may be that the credentials you're using to connect to the other host don't allow cockpit-bridge to be executed (for some strange reason). Cheers, Stef

Re: cockpit-bridge

2018-11-08 Thread Stef Walter
No worries. Did you see the same behavior when accessing your flask service with curl? If not, you may have run into a bug in the HTTP client code of Cockpit, and I'd be interested in reproducing. Stef On 08/11/2018 05:42, Paul Cuzner wrote: > > This now looks like an app library problem. My

Re: cockpit https support

2018-10-09 Thread Stef Walter
do not have anything appropriate to put under "authority" in order to make them validate. Stef > On Tue, Oct 9, 2018 at 7:38 PM Stef Walter wrote: >> >> On 08/10/2018 22:24, Paul Cuzner wrote:> Hi, >>> >>> I can see in the docs that there is http

Re: cockpit https support

2018-10-09 Thread Stef Walter
On 08/10/2018 22:24, Paul Cuzner wrote:> Hi, > > I can see in the docs that there is http based support for cockpit to > interact with HTTP endpoint, which works fine. > > Could anyone clarify the approach when the endpoint that the plugin > needs to interact with is https instead of http (I'm

Re: Plugin Question

2018-09-29 Thread Stef Walter
edora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/cockpit-devel@lists.fedorahosted.org > -- Stef Walter Platform Engineerin

Re: Pass value to cockpit.spawn that can be retrieved in done()/fail() ?

2018-06-18 Thread Stef Walter
On 18.06.2018 16:09, Mark Reynolds wrote: > Hello, > > So I need to loop over a bunch of cockpit.spawns, but after each one is > done I need to print a success message > >     for (var attr in mods){ >   var cmd = [DSCONF, '-j', 'ldapi://%2fvar%2frun%2f' + server_id + > '.socket','config',

Re: Menu index URL

2018-06-08 Thread Stef Walter
p the URL as in the > manifest? This is a bug in Cockpit. I've filed a pull request to fix it. If all goes well, this fix should be included in Cockpit version 170, which is due next week. https://github.com/cockpit-project/cockpit/pull/9348 Cheers, Stef -- Stef Walter Platform Engine

Re: new privacy policy for the Cockpit project

2018-06-01 Thread Stef Walter
//getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/cockpit-devel@lists.fedorahosted.org/message/XM2H7IOW3YAYAMUQTHCV2DKOVSM2HHMV/ > -- Stef Walter Platform Eng

Re: Call for feedback: Seamless Single Sign On with Cockpit

2018-06-01 Thread Stef Walter
fferent kinds of credentials could be passed. Also, do you feeling for what kind of credentials you'd choose to pass Foreman/Satellite? Stef -- Stef Walter Platform Engineering Red Hat signature.asc Description: OpenPGP digital signature

Re: Questions about file watching

2018-03-07 Thread Stef Walter
On 07.03.2018 16:05, Mark Reynolds wrote: > Hello, > > So I am running into two issues with file watching on cockpit-151-2 > > [1]  The first one appears to be a permissions issue.  So I am trying to > watch a file that the Cockpit user does have immediate permissions to, > but the Cockpit user

Re: Removing old repos from cockpit-project

2018-02-07 Thread Stef Walter
On 07.02.2018 08:43, Martin Pitt wrote: > Hello Stef, > > Stef Walter [2018-02-06 14:30 +0100]: >> I'd like to remove the following outdated repos from the >> https://github.com/cockpit-project/ >> >> * jsx-transform (fork no longer used) >> * less.js (fo

Removing old repos from cockpit-project

2018-02-06 Thread Stef Walter
I'd like to remove the following outdated repos from the https://github.com/cockpit-project/ * jsx-transform (fork no longer used) * less.js (fork no longer used) * pam_selfpolkit (never used) * registry-image-widgets (moved to https://github.com/openshift ) * system-api-roles (moved to

Re: Remote management of linux devices

2018-02-04 Thread Stef Walter
On 03.02.2018 02:37, John Pearson wrote: > I manage a fleet of linux devices and I need a way to send telemtry > data(CPU, memory, drives, etc.)  from devices to a centralized server > and also send commands(linux service restarts for example) from server > to devices to execute on the device. I

Re: Kubernetes based package problem

2018-02-02 Thread Stef Walter
try it out and give advice. Stef On 02.02.2018 18:58, Iván Chavero wrote: > El jue, 01-02-2018 a las 06:30 +0100, Stef Walter escribió: >> Maybe something like this, or its related code would be a place to >> start >> investigating? >> >&g

Re: Kubernetes based package problem

2018-01-31 Thread Stef Walter
Maybe something like this, or its related code would be a place to start investigating? pkg/kubernetes/scripts/main.js: KubeDiscoverSettingsProvider.KubeDiscoverSettingsFactory = "cockpitKubeDiscoverSettings"; Cheers, Stef On 01.02.2018 04:12, Iván Chavero wrote: > Hello, > > I'm writing a

Re: Meet the first Cockpit application, Fleet Commander!

2018-01-12 Thread Stef Walter
On 12.01.2018 09:14, Marius Vollmer wrote: > Stef Walter <st...@redhat.com> writes: > >> On 11.01.2018 15:03, Marius Vollmer wrote: >>> Stef Walter <st...@redhat.com> writes: >>> >>>> On 11.01.2018 13:17, Marius Vollmer wrote: >&g

Re: Meet the first Cockpit application, Fleet Commander!

2018-01-11 Thread Stef Walter
On 11.01.2018 15:03, Marius Vollmer wrote: > Stef Walter <st...@redhat.com> writes: > >> On 11.01.2018 13:17, Marius Vollmer wrote: >>> Hi, >>> >>> the Fleet Commander should now show up as a Cockpit application on >>> Fedora 27 (and ma

Re: Host Devices

2017-12-14 Thread Stef Walter
Andreas, does this use the listing view, so that once additional features (perhaps even per device) can be added when expanding or navigating to the view of a device? Stef On 14.12.2017 03:05, Marek Libra wrote: > Andreas, thanks for that! > > So far it makes sense for me. > Tthe covered

Re: Host Devices

2017-11-23 Thread Stef Walter
On 22.11.2017 06:31, Andreas Nilsson wrote: > On 2017-10-19 11:44, Marek Libra wrote: >> Hi, >> >> I would like to renew the effort on Host Devices for Cockpit [1]. >> >> To move forward, let's implement it step by step while opening brand >> new PR picking just a subset of the already implemented

Re: Cockpit depends on NetworkManager.

2017-10-17 Thread Stef Walter
On 17.10.2017 11:24, Radka Janekova wrote: >> Sorry to hear that happened. Cockpit depends on Network manager to > provide it's network functionality. Network manager is pretty standard > part of many linux distros. Having the cockpit-networking package depend > on it is not a mistake, it needs to

Re: Machines Isolation

2017-09-21 Thread Stef Walter
On 21.09.2017 01:55, Peter wrote: > I started putting together a plan on how we might be able to implement > machine isolation in cockpit building off the somewhat stalled sandbox > work that Stef started. > > https://github.com/cockpit-project/cockpit/wiki/Machine-isolation > > I'd appreciate

Re: Problems in container overview

2017-09-12 Thread Stef Walter
On 12.09.2017 13:17, Stef Walter wrote: > I like the idea. Andreas, don't we already have designs for containers > that have gone "bad" (such as need security updates, failed scans) ... > > This seems like related info. Where a container exited due to crashing > an

Re: Problems in container overview

2017-09-12 Thread Stef Walter
I like the idea. Andreas, don't we already have designs for containers that have gone "bad" (such as need security updates, failed scans) ... This seems like related info. Where a container exited due to crashing and has further info to aid investigation. Cheers, Stef On 06.09.2017 17:15,

Cockpit interview on Floss Weekly

2017-06-29 Thread Stef Walter
Had fun talking with the guys at FLOSS Weekly about Cockpit, usability and automation. Here's the interview: https://twit.tv/shows/floss-weekly/episodes/440 Cheers, Stef ___ cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To

Re: Anyone using storybook w/ react.js?

2017-06-28 Thread Stef Walter
On 28.06.2017 16:02, Tom McKay wrote: > The project I was working on, foreman[1], has started using react.js and > redux for portions of the UI. I have done any work in this area before > but noticed that cockpit has a good number of jsx files. Many sections of Cockpit use react. And the

Re: Hackfest on Virtual Machines in Karlsruhe

2017-06-27 Thread Stef Walter
On 25.06.2017 07:46, Stef Walter wrote: > On 22.06.2017 18:18, Josh Berkus wrote: >> On 06/21/2017 11:51 PM, Stef Walter wrote: >>> Many of the Cockpit folks are having a Hackfest in Karlsruhe, Germany >>> from the 26th of June until the 30th. You might have already hear

Re: Hackfest on Virtual Machines in Karlsruhe

2017-06-24 Thread Stef Walter
On 22.06.2017 18:18, Josh Berkus wrote: > On 06/21/2017 11:51 PM, Stef Walter wrote: >> Many of the Cockpit folks are having a Hackfest in Karlsruhe, Germany >> from the 26th of June until the 30th. You might have already heard about >> this from other postings

Re: [libvirt] Remotable Libvirt

2017-06-07 Thread Stef Walter
On 07.06.2017 11:02, Daniel P. Berrange wrote: > On Wed, Jun 07, 2017 at 10:47:25AM +0200, Stef Walter wrote: >> On 07.06.2017 07:49, Martin Pitt wrote: >>> Hello Richard, >>> >>> Richard W.M. Jones [2017-05-31 18:00 +0100]: >>>> I agree with

Re: [libvirt] Remotable Libvirt

2017-06-07 Thread Stef Walter
On 07.06.2017 10:55, Martin Pitt wrote: > Stef Walter [2017-06-07 10:47 +0200]: >> On 07.06.2017 07:49, Martin Pitt wrote: >>> C/GI interfaces also don't map well to D-Bus, i. e. it's not practical to >>> autogenerate a D-Bus interface for a given GI API. This still wo

Re: [libvirt] Remotable Libvirt

2017-06-07 Thread Stef Walter
On 07.06.2017 07:49, Martin Pitt wrote: > Hello Richard, > > Richard W.M. Jones [2017-05-31 18:00 +0100]: >> I agree with others that as things stand you will need a REST or DBus >> or similar API added to libvirt. >> >> However have you considered using gobject-introspection to generate >> new

Re: [libvirt] Remotable Libvirt

2017-06-06 Thread Stef Walter
On 06.06.2017 12:13, Daniel P. Berrange wrote: > On Tue, Jun 06, 2017 at 06:07:21PM +0200, Stef Walter wrote: >> On 06.06.2017 17:17, Daniel P. Berrange wrote: >>> On Tue, Jun 06, 2017 at 05:11:55PM +0200, Peter Krempa wrote: >>>> On Tue, Jun 06, 2017 at 07:45:10 -070

Re: Unblocking port 9090 for Atomic Hosts

2017-05-19 Thread Stef Walter
On 18.05.2017 21:03, Josh Berkus wrote: > Cockpit folks: > > Both openshift-ansible and most Kubernetes installers cause port 9090 to > be blocked or routed to the orchestration system. For that matter, I > expect that a default firewalld also blocks it. > > Is there some way we can unblock the

Continuous delivery of release 132 failed and recovery

2017-02-24 Thread Stef Walter
If you've been following on IRC, you may have noticed that releasing Cockpit 132 failed yesterday. Here's why, and how it's been solved. In general we want the entire release process to be completely automatic, with all failures detected before hand. Earlier this week I made a pull request that

Re: Discussion: Config format for known machines and ssh keys

2017-02-07 Thread Stef Walter
Thanks for summarizing this well. It's worth noting that Peter Volpe is moving the libssh code that consumes SSH keys ... and I believe he has working code for using /etc/ssh/known_hosts. On 07.02.2017 15:17, Martin Pitt wrote: > Hello all, > > We currently have a planned feature to clean

Re: Issue with configuring cockpit in openshift cluster

2017-01-17 Thread Stef Walter
On 18.01.2017 07:46, Muhammed Roshan wrote: > Hi, > > I am new to cockpit. I am trying to install cockpit in openshift > cluster. But I am seeing the following errors from the logs. How are you installing Cockpit in the cluster? Are you following instructions? In addition do you know which

Re: Few requirements for gluster deployment in cockpit-ovirt plugin.

2017-01-10 Thread Stef Walter
On 10.01.2017 08:09, Ramesh Nachimuthu wrote: > Hi, > > We are working with oVirt team to integrate Gluster deployment in > cockpit-ovirt plugin. We are using an ansible based tool called > gdeploy to do the actual deployment. We have few requirements in > cockpit to support this flow in UI. > >

Cockpit on Debian Jessie

2017-01-10 Thread Stef Walter
The repository that contains the weekly builds for Debian now supports Debian Jessie. You can see instructions here: http://cockpit-project.org/running.html Or use the following repository in your sources.list: deb http://repo-cockpitproject.rhcloud.com/debian/ jessie main Unfortunately at

Cockpit 126 and 127

2017-01-10 Thread Stef Walter
http://cockpit-project.org/blog/cockpit-127.html Cockpit is the modern Linux admin interface. We release regularly. Here are the release notes from version 126 and 127 Show security scan information about container images - Lars did work to

Re: Script to create a cockpit devel VM

2017-01-05 Thread Stef Walter
On 05.01.2017 09:59, Martin Pitt wrote: > Hello Marius, > > thanks for sharing your setup! > > Marius Vollmer [2017-01-05 10:44 +0200]: >> - I run the integration tests on my bare metal laptop. They have few >>dependencies and do all their destructive work inside their own VMs, >>so

Re: Script to create a cockpit devel VM

2017-01-04 Thread Stef Walter
On 04.01.2017 16:45, Martin Pitt wrote: > Hello all, > > first, a quick intro of myself: I'm Martin Pitt (nicknamed "pitti" on IRC and > IRL) and joined Red Hat's Cockpit team yesterday. Until then I've been a > Debian > developer for about 14 years and an Ubuntu developer for about 12½. I've >

Re: idea/rfc: device screen in cockpit

2016-12-03 Thread Stef Walter
Nice work! I did some review on the pull request. For me the fundamental things that need to happen before merging this initial implementation are: * UX (review by a designer) * Monitoring for changes * Unit tests * Integration tests Seems like IOMMU Grouups, Topology, USB, and SCSI could be

Re: ABRT introduces reporter to systemd journal

2016-11-21 Thread Stef Walter
On 18.11.2016 08:02, Jakub Filak wrote: > Stef, > > this is part of our effort to better integrate with Cockpit. On this May, I > posted a video here and the video is showing how users can report crashes > via ABRT Cockpit module [1]. > > You asked me if there is a relevant journal entry, but

Re: ABRT introduces reporter to systemd journal

2016-11-16 Thread Stef Walter
On 16.11.2016 16:40, Matej Habrnal wrote: > Hello, > > I'd like to inform you there is a new feature in ABRT. > Now, it's is possible to report problems into systemd journal. > If some problem occurs, abrt sends a catalog message into systemd > journal with some details about the problem (e.g.

Re: cockpit web ui stays empty in firefox

2016-11-16 Thread Stef Walter
On 16.11.2016 09:17, Fuji San wrote: > Hi, > > I use version 117 of cockpit distributed packages from Fedora > repositories on the server as well as on the clients. Reloading > cockpit with systemd doesn't help. I've tried that before asking on > this mailing list. Could you install

Re: nodejs modules dependences for build

2016-10-28 Thread Stef Walter
On 28.10.2016 15:21, Lucas Castro wrote: > > > On 28-10-2016 06:58, Stef Walter wrote: >> On 28.10.2016 05:36, Lucas Castro wrote: >>> Cockpit depends of babel, and babel-cli has been moved to babel-cli package. >> Does 'npm install' fail for you? It still works h

Cockpit 118

2016-09-08 Thread Stef Walter
http://cockpit-project.org/blog/cockpit-118.html Cockpit is the modern Linux admin interface There's usually a release every week, but this time around we were delinquent and it's been nearly a month. You'll notice that we've dropped the 0.x from the beginning of the version numbers. This

Re: Change in Cockpit version numbers

2016-09-06 Thread Stef Walter
On 06.09.2016 17:15, Josh Berkus wrote: > On 08/22/2016 08:11 AM, Stef Walter wrote: >> So all that said, I think this is *still* something we want to do: have >> monotonously increasing version numbers. > > OK. > > There's one other technical issue: how to handle bugf

Re: Change in Cockpit version numbers

2016-09-05 Thread Stef Walter
On 22.08.2016 18:25, Josh Berkus wrote: > Stef, > >> Cockpit is continuously developed, integrated, and delivered. We're able >> to do that with aggressive upstream testing and feedback. On busy days >> 10,000 of instances are started to test Cockpit changes. >> >> Out of the 50 or so releases in

Re: Problem adding host

2016-08-31 Thread Stef Walter
Cockpit should display the command used to resolve the situation (similar to what the ssh command does). Which version of Cockpit are you using? I think there were a few versions that didn't have that message displayed. 0.103 fixed the problem if I remember correctly. The command looks like

Re: Change in Cockpit version numbers

2016-08-22 Thread Stef Walter
On 19.08.2016 12:53, Stephen Gallagher wrote: > On 08/19/2016 04:20 AM, Stef Walter wrote: >> But if you have reasons not to do that, I'd love to hear them. >> > > > Well, one of the fundamental problems with going to a whole-integer release > number is that it ba

Re: Change in Cockpit version numbers

2016-08-19 Thread Stef Walter
On 18.08.2016 22:12, Josh Berkus wrote: > On 08/18/2016 02:24 AM, Stef Walter wrote: >> Yesterday several of us (roughly the top contributors [1] to Cockpit) >> discussed removing the '0.x' from the Cockpit version number. >> >> The plan is from here on out to ju

Change in Cockpit version numbers

2016-08-18 Thread Stef Walter
Yesterday several of us (roughly the top contributors [1] to Cockpit) discussed removing the '0.x' from the Cockpit version number. The plan is from here on out to just go with integer versions, starting with version '118' following version '0.117'. Cockpit releases weekly. Some versions of

Cockpit 0.117

2016-08-11 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week, although it's been a month since the release notes were posted. Here are the highlights from this weeks 0.114 through 0.117 releases. Configure volumes and environment for a Docker container

Re: Cockpit 0.113

2016-07-08 Thread Stef Walter
On 07.07.2016 18:55, Josh Berkus wrote: > On 07/07/2016 09:50 AM, Stef Walter wrote: >> A summary of the Cockpit weekly release. There's a new release every >> week. Here are the highlights from the 0.112 and 0.113 releases. > > Mind if I put this up as a blog post? > S

Cockpit 0.113

2016-07-07 Thread Stef Walter
A summary of the Cockpit weekly release. There's a new release every week. Here are the highlights from the 0.112 and 0.113 releases. Display time information for systemd timer jobs --- Harish Anand a Google Summer of Code student working on Cockpit,

Cockpit 0.111

2016-06-26 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week, although it's been a while since the release notes were posted. Here are the highlights from this weeks 0.107 through 0.111 releases. SELinux Enforcing Policy You can now temporarily disable

Re: Demos for Summit

2016-06-22 Thread Stef Walter
On 21.06.2016 19:24, Josh Berkus wrote: > On 06/20/2016 08:44 AM, Stef Walter wrote: >> On 02.06.2016 17:13, Josh Berkus wrote: >>> Folks, >>> >>> So because of my conference schedule in June, I'm trying to get the demo >>> atomic cluster f

Re: Demos for Summit

2016-06-20 Thread Stef Walter
On 02.06.2016 17:13, Josh Berkus wrote: > Folks, > > So because of my conference schedule in June, I'm trying to get the demo > atomic cluster for Summit kitted out sooner rather than later. > > For that reason, I'd like to know: > > 1. What do you want to demo on it? You're welcome to install

Re: Dependencies vs. splitting plugin builds

2016-06-02 Thread Stef Walter
On 26.05.2016 14:56, Marek Libra wrote: > Hi, > > I was further thinking about splitting the core cockpit and the > recent 'pkg' plugins to allow independent build for each of them. I > would expect that plugins will share same set of run/build > dependencies and I don't think the 'first class'

Re: Cockpit module for ABRT

2016-06-02 Thread Stef Walter
On 02.06.2016 12:33, Jakub Filak wrote: > On 06/01/2016 04:49 PM, Stef Walter wrote: >> On 27.05.2016 13:17, Jakub Filak wrote: >>> The module uses some experimental work and it is definitely not >>> production >>> ready. However, we would love to hear any feedb

Re: Cockpit module for ABRT

2016-06-01 Thread Stef Walter
On 27.05.2016 13:17, Jakub Filak wrote: > Hello Cockpit crew, > > I am working on ABRT and I am the author of the 'org.freedesktop.Problems' > support idea [1]. > > I would like to let you that we have developed a Cockpit module [2] showing > problems detected by ABRT and allowing users to

Cockpit 0.106

2016-05-13 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week. Here are the highlights from this weeks 0.106 release. Stable Cockpit Styles - One of the annoying things about CSS is that when you bring in stylesheets from multiple projects, they can conflict. You

Namespacing Cockpit CSS classes

2016-05-04 Thread Stef Walter
I'm working to make the Cockpit javascript and CSS in the base package stable and allow out of tree building of components and plugins. One of the changes is adding a namespace to each of our own CSS classes in the base package. This is similar to what Patternfly does. The idea is to avoid

Re: Feature Suggestion: Send syslog to external log management tool

2016-05-03 Thread Stef Walter
On 29.04.2016 16:56, Eduardo Hernacki wrote: > Hello! > > Since I haven't seen another place to put it, I'd like to make a feature > suggestion in this list... > > Based on the growing demand for log management and big data, I think it > would be interesting ifCockpit could provide a method to

Cockpit 0.104

2016-04-29 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week. Here are the highlights from this weeks 0.104 release. Kubernetes iSCSI Volumes Peter added support for iSCSI Kubernetes Volumes in the Cockpit Cluster dashboard. When you have container pods

Cockpit 0.101 with Kubernetes Volumes

2016-04-08 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week. Here are the highlights from this weeks 0.101 release. Kubernetes Volumes -- You can now set up Kubernetes persistent volume claims through the Cockpit cluster admin interface. These volumes are used to

Cockpit 0.100

2016-04-01 Thread Stef Walter
A summary of the Cockpit weekly release. There’s a new release every week. Here are the highlights from this weeks 0.100 release. Even though 0.100 may seem to be a magical number … it’s really just the number after 0.99 SELinux Troubleshooting --- Cockpit can now help you

Cockpit 0.99

2016-03-24 Thread Stef Walter
A summary of the Cockpit weekly release. Over the last two weeks that was 0.98 and 0.99 Kubernetes Cockpit Pod -- The Kubernetes cluster admin interface is now deployable as a kubernetes pod. Peter did a lot of work to make this happen. It's a good example of taking just one

Re: idea/rfc: device screen in cockpit

2016-03-23 Thread Stef Walter
On 23.03.2016 15:34, Martin Polednik wrote: >>> I have an idea for cockpit, but before thinking it further, I'm >>> interested in hearing your opinions. I am oVirt developer mostly >>> dealing with system stuff and this is something that could be useful >>> in virtualization while also providing

Re: Idea: Administer Virtual Machines from Cockpit

2016-03-23 Thread Stef Walter
On 23.03.2016 12:00, Stephen Gallagher wrote: > On 03/23/2016 05:06 AM, Marek Libra wrote: >> Hi, >> >> I would like to hear your opinion on adding Virtual Machine status and >> management capability to the Cockpit. >> > > I've been pitching this for about a year now: >

Re: Use Cockpit-bridge alone

2016-03-09 Thread Stef Walter
On 09.03.2016 15:45, adri...@noverit.com wrote: > Hello team, > > is there any chance use the cockpit-bridge alone, without cockpit-ws? We > are interested in integration of cockpit-bridge in our custom ws for a > management platform project. The idea is to use cockpit-bridge to > interact with

Re: Proposal for the development of Cockpit support for systemd timers.

2016-03-09 Thread Stef Walter
On 08.03.2016 15:58, Harish Anand wrote: > Hello, > > I am interested in the development of Cockpit support for systemd timers > as part of GSoC 2016. I am an undergraduate student pursuing Computer > Science and Engineering in India. I would like propose an idea on > modifying the timer support

Re: Cockpit with Kubernetes container?

2016-03-07 Thread Stef Walter
On 08.03.2016 06:36, Josh Berkus wrote: > Folks, > > Is there a version of the Cockpit container which has the beta > kubernetes support available? I'm headed to Kubecon and would love to > show it off. Indeed there is. It's on the Docker hub at: cockpit/kubernetes:wip

Re: error cockpit on centos7 - openvz

2016-03-07 Thread Stef Walter
I hope it's okay if I post my response to the cockpit mailing list. On 06.03.2016 11:01, Jean-Paul Geerets wrote: > recently i fount the application "cockpit". > it looks great and i wanna give it a try on my vps. > it is a openvz with centos7 on it. > > install was very easy, not a problem. >

Cockpit 0.96

2016-03-03 Thread Stef Walter
This is a summary of the Cockpit weekly release ... yup we missed a couple weeks. This week it was 0.96 Cockpit now limits authentication requests -- Cockpit now keeps itself from spawning too many processes to handle authentication requests. The

Re: cockpit customization: UI, modules, etc

2016-03-02 Thread Stef Walter
On 27.02.2016 12:21, tdi...@gmail.com wrote: > Hi Stef, thank you for your answer, which I missed it and saw it just > now... > > is cockpit "pluggable" in any way, meaning that I can creare a plugin > that just alter/enhance existing modules? > > for example, some features now available should

Cockpit 0.95

2016-02-12 Thread Stef Walter
This is a summary of the Cockpit weekly release. This week it was 0.95 iSCSI initiator support --- The iSCSI support that Marius worked on with the storaged folks has finally landed in a Cockpit release. It was waiting on fixes in some dependencies. Have a look: Demo:

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

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: 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 and

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.

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

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

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

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: 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:

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

  1   2   >