Re: [foreman-dev] Foreman instrumentation for telemetry proposal

2017-12-14 Thread Tom McKay
: >> >> https://gist.github.com/lzap/2dfdd4dea29786a837cb1b7feb7862fd > > > Don't you have a docker container somewhere all setup? ;) > >> >> >> Thanks for feedback! >> >> On Thu, Dec 14, 2017 at 3:52 PM, Tom McKay >> wrote: >> > Oo

Re: [foreman-dev] Foreman instrumentation for telemetry proposal

2017-12-14 Thread Tom McKay
Ooops! I should have watched your video first. :) Watching it now. "Proposal to integrate Prometheus and Statsd instrumentation libraries into Foreman ..." On Thu, Dec 14, 2017 at 9:26 AM, Tom McKay wrote: > Openshift uses Prometheus[1] which seems very similar and compatible with

Re: [foreman-dev] Foreman instrumentation for telemetry proposal

2017-12-14 Thread Tom McKay
Openshift uses Prometheus[1] which seems very similar and compatible with your ideas. Is that something you've looked at already? If/when foreman is containerized and perhaps run under kubernetes your work could be very useful as well. https://blog.openshift.com/tag/prometheus/ On Fri, Nov 24,

[foreman-dev] Friday tip of the day: use 'jq' to parse json

2017-12-08 Thread Tom McKay
@daviddavis reminded me of a nice utility I learned about recently: jq[1]. I use it quite often in scripts involving container images where I need the long sha256 to reference them. sudo skopeo inspect --raw docker-daemon: satellite.example.com:5000/examplecorp-docker_hub-alpine:3.4 | jq '.config

Re: [foreman-dev] Nominating cfouant for write access to hammer-cli-katello

2017-11-30 Thread Tom McKay
+1 On Tue, Nov 21, 2017 at 11:55 AM, Chris Roberts wrote: > +1 from me > > On Tuesday, November 21, 2017 at 11:40:48 AM UTC-5, Andrew Kofink wrote: >> >> I hereby nominate Christine Fouant to gain commit access to >> hammer-cli-katello. She currently has 12 merged PRs >>

Re: [foreman-dev] Re: [UX] Facets and Host UI - roadmap discussion.

2017-11-15 Thread Tom McKay
Perhaps another (or additional) approach to consider is having different "views" of the objects. Consider hosts currently. Depending on the user's role for that moment, the information and flows needed will be vastly different. The first engineer may, for example, be the provisioning one. Perhaps

Re: [foreman-dev] Found In Version Katello Redmine custom field

2017-10-18 Thread Tom McKay
Perhaps using a template for new issues. Here is an example from github: https://github.com/openshift/origin/issues/new [provide a description of the issue] # Version [provide output of the `openshift version` or `oc version` command] # Steps To Reproduce 1. [step 1] 2. [step 2] # C

Re: [foreman-dev] request for write-access to forklift

2017-08-02 Thread Tom McKay
+2 thanks for your contributions! On Wed, Aug 2, 2017 at 9:34 AM, Christine Fouant wrote: > +1 > > On Wed, Aug 2, 2017 at 9:26 AM, John Mitsch wrote: > >> +1 You've made a lot of good contributions to forklift! >> >> John Mitsch >> Red Hat Engineering >> (860)-967-7285 <(860)%20967-7285> >> irc

Re: [foreman-dev] Proposal: Update Pulp to 2.13.2 in Katello 3.4

2017-06-30 Thread Tom McKay
+1 There are a number of fixes in pulp-2.13 related to syncing container images from registries. The schema-2 will perhaps cause some visual oddness in UI but not blocker to functionality. I would suggest raising the priority of those issues for fixing by katello-3.15. On Fri, Jun 30, 2017 at 9:11

Re: [foreman-dev] Nomination for an additional GitHub org owner

2017-06-25 Thread Tom McKay
+1 for @ehelms On Fri, Jun 23, 2017 at 9:05 AM, Neil Hanlon wrote: > +1 from me :) > > On Fri, Jun 23, 2017 at 8:44 AM Greg Sutcliffe > wrote: > >> Hi all, >> >> Slightly different to our usual "nominate a new commiter" process, but >> I'm wondering if we need to appoint a new owner on our GitH

Re: [foreman-dev] [Deep Dive] Vertical Navigation Proposal, with Rox & Serena

2017-06-21 Thread Tom McKay
Some additional info from the cockpit project which makes use of patternfly as well: https://github.com/cockpit-project/cockpit/wiki/Feature:-Task-Switcher On Wed, Jun 21, 2017 at 11:58 AM, Greg Sutcliffe wrote: > Hi all, > > A while back there was a proposal for a vertical navigation for Forem

Re: [foreman-dev] Re: [RFC] HTTP proxy for requests

2017-05-17 Thread Tom McKay
After reading the RFC I think that more robust and adaptable solution would be better. A single env var is not going to cover the needs of all the scenarios. A simple example may be accessing both registry.access.redhat.com (through proxy) and myopenshift:5000 (no proxy). As @jlsherrill noted on t

[foreman-dev] Re: redmine issues for failing forklift devel?

2017-05-05 Thread Tom McKay
o_configure.rb:163:in `run' from /sbin/foreman-installer:8:in `' to retry, use: --limit @/home/thomasmckay/.ansible/retry-files/devel.retry On Fri, May 5, 2017 at 3:54 PM, Tom McKay wrote: > Are there specific redmine issues tracking the failing forklift devel > failur

[foreman-dev] redmine issues for failing forklift devel?

2017-05-05 Thread Tom McKay
Are there specific redmine issues tracking the failing forklift devel failure? This is impacting closing out work for releases. -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send

[foreman-dev] foreman-hooks with plugins

2017-04-24 Thread Tom McKay
I'd like to make the katello pool model export api json via rabl but the path is incorrect. I'm not sure what the correct solution is, though. Should plugin models register their rabl path or something? There isn't a redmine category for foreman-hooks plugin, where do issues go? http://projects.t

Re: [foreman-dev] [RFC] HTTP proxy for requests

2017-04-20 Thread Tom McKay
As a dev I am curious how this is handled in our code. Does every usage of RestClient need to know about the existence of a proxy? Are there multiple proxies for different aspects (eg. https://cdn.redhat.com vs. https://myinternalserver.example.com)? On Thu, Apr 20, 2017 at 8:43 AM, Timo Goebel w

Re: [foreman-dev] CLI Integration Management

2017-03-29 Thread Tom McKay
Can we get the tests into bats instead of non-live-server? I think that's the only way issues with authorization, etc. are going to be found. I agree all the modules should be part of the suite. On Wed, Mar 29, 2017 at 5:48 PM, Andrew Kofink wrote: > Hello CLI maintainers, > > (TL;DR I'm tired o

Re: [foreman-dev] Hosting katello repos on yum.theforeman.org

2017-03-09 Thread Tom McKay
Would this allow katello download statistics to be tracked? On Wed, Mar 8, 2017 at 3:15 PM, Justin Sherrill wrote: > Within https://github.com/theforeman/foreman-packaging/pull/1541 it was > expressed that yum.theforeman.org does not have enough resources to hold > the katello repos as they are

Re: [foreman-dev] Hammer CSV module does not load

2017-03-02 Thread Tom McKay
hammer --debug will show more info On Thu, Mar 2, 2017 at 9:38 AM, Lukas Zapletal wrote: > Hey, > > this is Katello 3.3, on every hammer call I am getting: > > Warning: An error occured while loading module hammer_cli_csv > > Is there a bug? > > -- > Later, > Lukas @lzap Zapletal > > -- > You

Re: [foreman-dev] Seeding templates overrides custom changes - should we lock templates we ship?

2017-02-17 Thread Tom McKay
+1 to locking I have messed up a production install by changing a template for personal use, not realizing that they span other orgs... oops! On Fri, Feb 17, 2017 at 9:04 AM, Marek Hulán wrote: > Hello foreman-devs, > > recently I was told about the bug that we override all templates in > datab

Re: [foreman-dev] Host Creation

2017-02-09 Thread Tom McKay
I like the "add" buttons (eg. operating system) but there were some resources that didn't have add buttons (eg. partition tables). Should all of the associated resources have buttons? Not UX specifically, but it would also be helpful if the choice lists were made api calls to populate choices when

Re: [foreman-dev] disable logging of GET /notification_recipients

2017-02-08 Thread Tom McKay
eriod - Foreman" On Wed, Jan 25, 2017 at 1:49 AM, Ohad Levy wrote: > > > On Wed, Jan 25, 2017 at 12:52 AM, Tom McKay > wrote: > >> My email history search failed but I think there is a way to disable >> logging of certain api routes; anyone know how? >>

Re: [foreman-dev] candlepin 2.0 merged

2017-02-08 Thread Tom McKay
For visibility: http://projects.theforeman.org/issues/18424 - [candlepin-2.0] import manifest after delete gives: Runtime Error Index: 0, Size: 0 at java.util.ArrayList.rangeCheck:653 Error trying to re-import manifest after a deletion On Tue, Feb 7, 2017 at 6:43 PM, Justin Sherrill wrote: > H

Re: [foreman-dev] Make container provisioning more like host provisioning?

2017-02-03 Thread Tom McKay
7 at 8:33 AM, Ewoud Kohl van Wijngaarden < ew...@kohlvanwijngaarden.nl> wrote: > On Sun, Jan 29, 2017 at 12:54:48PM -0500, Tom McKay wrote: > > The foreman-docker container provisioning is not as richly featured as > host > > provisioning and it has me thinking what I would do differently

Re: [foreman-dev] Re: showing the hidden "Select Action" button on all hosts page

2017-02-02 Thread Tom McKay
ns button on the All Hosts >> page >> > is the correct styling of the button. >> > >> > On Wed, Feb 1, 2017 at 12:33 PM, Tom McKay >> wrote: >> > > This has been nack'ed in the past but could we always show the "Select >> > >

[foreman-dev] showing the hidden "Select Action" button on all hosts page

2017-02-01 Thread Tom McKay
This has been nack'ed in the past but could we always show the "Select Action" button on the all hosts page? Currently this hidden button does not appear until one or more of the host checkboxes are selected in the full list. It is very common for users that have enabled orgs/locs to be confused a

[foreman-dev] Make container provisioning more like host provisioning?

2017-01-29 Thread Tom McKay
The foreman-docker container provisioning is not as richly featured as host provisioning and it has me thinking what I would do differently. For my case I needed to "docker run" the container and then "docker exec" several commands, and finally curl against it to configure. What I ended up doing,

[foreman-dev] disable logging of GET /notification_recipients

2017-01-24 Thread Tom McKay
My email history search failed but I think there is a way to disable logging of certain api routes; anyone know how? I'd like to suggest that we disable the logging of 2017-01-24T22:51:22 9e5f9d73 [app] [I] Started GET "/notification_recipients" for 127.0.0.1 at 2017-01-24 22:51:22 + 2017-01-

Re: Re: Re: [foreman-dev] Notifications API & UI available - quick HOWTO

2017-01-24 Thread Tom McKay
On Tue, Jan 24, 2017 at 6:55 AM, Ewoud Kohl van Wijngaarden < ew...@kohlvanwijngaarden.nl> wrote: > On Tue, Jan 24, 2017 at 11:32:39AM +0100, Daniel Lobato Garcia wrote: > > On 01/23, Tom McKay wrote: > > > + Every notification we add to this system should be required t

Re: Re: [foreman-dev] Notifications API & UI available - quick HOWTO

2017-01-23 Thread Tom McKay
017 at 11:54 AM, Daniel Lobato Garcia wrote: > On 01/23, Tom McKay wrote: > > Is there a dedicated page where these notifications are displayed? For > > example, if I mark one as "read" and it disappears, where do I go to see > it > > in a history view? > > It d

Re: [foreman-dev] Notifications API & UI available - quick HOWTO

2017-01-23 Thread Tom McKay
Is there a dedicated page where these notifications are displayed? For example, if I mark one as "read" and it disappears, where do I go to see it in a history view? On Fri, Jan 20, 2017 at 12:08 PM, Lukas Zapletal wrote: > When ERROR message appears in Smart Proxy log buffer, we could make a >

[foreman-dev] Is this the new UI style from patternfly?

2017-01-19 Thread Tom McKay
I was making a role filter and see that the UI table is very different than other pages[1]. Is this what we should update the katello pages to as well? I couldn't find equivalent on patternfly.org. [1] http://www.awesomescreenshot.com/image/2080169/0a330d7663bc9617fbe28e2ac49b -- You receive

Re: [foreman-dev] setting up rex w/ katello dev forklift

2017-01-11 Thread Tom McKay
I see ssh now after a fresh forklift dev. I will post custom playbooks used for feedback. On Tue, Jan 10, 2017 at 3:45 PM, Tom McKay wrote: > > > yum install tfm-rubygem-foreman_remote_execution > rubygem-smart_proxy_remote_execution_ssh > added to katello-devel-answers.yaml

Re: [foreman-dev] setting up rex w/ katello dev forklift

2017-01-10 Thread Tom McKay
yum install tfm-rubygem-foreman_remote_execution rubygem-smart_proxy_remote_execution_ssh added to katello-devel-answers.yaml still no rex options On Tue, Jan 10, 2017 at 3:03 PM, Stephen Benjamin wrote: > > > - Original Message - > > From: "Tom McKay&q

Re: [foreman-dev] setting up rex w/ katello dev forklift

2017-01-10 Thread Tom McKay
uot; > > To: foreman-dev@googlegroups.com > > Sent: Tuesday, January 10, 2017 12:14:18 PM > > Subject: Re: [foreman-dev] setting up rex w/ katello dev forklift > > > > On Tue, Jan 10, 2017 at 11:50:04AM -0500, Tom McKay wrote: > > > I'm trying to figure out the steps

[foreman-dev] setting up rex w/ katello dev forklift

2017-01-10 Thread Tom McKay
I'm trying to figure out the steps to get rex working with a dev forklift. Here's what I have so far... vagrant up devbox sshfs mount in git checkout, which includes rex plugin rake katello:reset hammer csv smart-proxies to add back smart proxy on 9090 rake db:seed rake db:migrate yum install ruby

[foreman-dev] How to run with multiple PRs simultaneously?

2016-12-19 Thread Tom McKay
I have a bit o' something[1] in my .gitconfig that lets me "git checkout pr/1234". However more and more frequently I need to not only be working with multiple unmerged PRs but also work on my own PR. How are others doing this? If you could share the entire flow (up to including pushing your own br

Re: [foreman-dev] Use mention-bot to increase reviews?

2016-12-06 Thread Tom McKay
+1 from me as, at a minimum, gives me an idea of who I could ping on IRC to look at a PR. On Tue, Dec 6, 2016 at 1:11 PM, Marek Hulán wrote: > On úterý 6. prosince 2016 12:37:23 CET Daniel Lobato Garcia wrote: > > On 12/06, Sean O'Keeffe wrote: > > > Hows this going for everybody? I personally q

[foreman-dev] docker equivalent of katello-agent upload package profile?

2016-11-23 Thread Tom McKay
In working on improving how docker tags and manifests are presented in katello, I am wondering if there is a way to upload the docker image digests on a host, similar to the way package info is uploaded via katello-agent. By having this digest information it will, I think, be possible to determine

[foreman-dev] [katello] how to write a test

2016-11-16 Thread Tom McKay
I have the following method[1] I want to test. def create_docker_tag(manifest, tag_json) tag = DockerTag.where(:repository_id => id, :name => tag_json[:name]).first if tag tag.docker_manifest_id = manifest.id tag.uuid = tag_json[:_id] tag.save

[foreman-dev] Re: assistance adding new models and migrations

2016-11-02 Thread Tom McKay
characters On Wed, Nov 2, 2016 at 7:40 PM, Tom McKay wrote: > In the spirt of "teach me to fish", can someone guide me on how best to > add new entries to the database from some new models I need? I am adding > content view filters that will limit docker tags[1]. Similar models

[foreman-dev] assistance adding new models and migrations

2016-11-02 Thread Tom McKay
In the spirt of "teach me to fish", can someone guide me on how best to add new entries to the database from some new models I need? I am adding content view filters that will limit docker tags[1]. Similar models already exist for rpm packages so I had a good place to start, but I'm struggling to k

Re: [foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
w/ @ewoud help all good! I'll comment on PR and go from there. ++ for the help On Sat, Oct 22, 2016 at 12:31 PM, Eric D Helms wrote: > Off the top of my head not sure, try using Puppet 3? > > On Oct 22, 2016 12:03 PM, "Tom McKay" wrote: > >> >> >> O

Re: [foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
On Sat, Oct 22, 2016 at 10:28 AM, Eric D Helms wrote: > > > On Sat, Oct 22, 2016 at 9:35 AM, Tom McKay wrote: > >> I will try with your PR... >> >> I see the katello_devel/tasks/main.yml runs the installer. How do other >> playbooks add to this? Th

Re: [foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
; - 'playbooks/katello_atomic_registry.yml' On Sat, Oct 22, 2016 at 8:58 AM, Eric D Helms wrote: > I think you have a couple options: > > 1) Use my PR and review it to see about achieving what you want > 2) Spin up a dev box and then 'ansible-playbook -l regist

Re: [foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
wrote: > My PR to move the devel setup to Ansible has not been merged yet ( > https://github.com/Katello/forklift/pull/279) so what you have is still > valid. Which is why I ask what the issue you are running in to is. > > On Sat, Oct 22, 2016 at 8:08 AM, Tom McKay wrote: > >

Re: [foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
I was told the 'options' section is no longer relevant. I'd just like to know how to convert this old format to new. On Sat, Oct 22, 2016 at 8:03 AM, Eric D Helms wrote: > What's actually broken though? > > On Oct 22, 2016 7:48 AM, "Tom McKay" wrote

[foreman-dev] help using forklift for katello dev box

2016-10-22 Thread Tom McKay
This is my old boxes.yaml stanza, could someone help me translate it to the latest forklift format? I'm blocked on testing because I can't disable selinux and so want to set up a new dev box. katello: box: centos7 shell: 'yum -y install ruby && cd /vagrant && ./setup.rb' installer: >- --

[foreman-dev] steps to update locale before releasing gem?

2016-10-10 Thread Tom McKay
Is there a doc somewhere on what steps to take for updating locale before releasing a gem? I see there is a Makefile[1] but it's not mentioned in the dev docs[2]. I failed to include the locale dir in hammer-cli-csv gemspec and want to update strings before correcting. Thanks! [1] https://github

Re: [foreman-dev] Diploma projects - need ideas

2016-09-29 Thread Tom McKay
I have just recently dusted off a pet project, sample-bastion-plugin[1], that I had started to use as a model for the generator-bastion[2] work. While I'm not sure there is anything greatly technical here, it is an opportunity to cover all aspects of a RoR UI project. The idea was that I would cre

[foreman-dev] pulp-2.10 arriving soon... is it missing anything?

2016-09-22 Thread Tom McKay
pulp-2.10 will be landing in katello nightly soon (hooray!). If there are pulp issues you know of that did not make 2.10 but are needed for work over the next two katello releases, please bring them to my attention (directly or via cc: when chatting w/ pulp folks). The pulp team is hard at work on

[foreman-dev] Re: subscription-manager register fails during import facts due to interface

2016-09-16 Thread Tom McKay
http://projects.theforeman.org/issues/16583 https://github.com/theforeman/foreman/pull/3856 On Fri, Sep 16, 2016 at 9:27 AM, Tom McKay wrote: > > In trying to register an atomic host, I get the below error. Is there > something wrong with my setup or is this just a case of the code n

[foreman-dev] subscription-manager register fails during import facts due to interface

2016-09-16 Thread Tom McKay
In trying to register an atomic host, I get the below error. Is there something wrong with my setup or is this just a case of the code needing to check for nil? 2016-09-16T09:11:09 c4821c57 [katello/cp_proxy] [E] NoMethodError: undefined method `first' for nil:NilClass | /home/vagrant/code/foreman

foreman-dev@googlegroups.com

2016-09-14 Thread Tom McKay
I guess patches for katello are also needed so still blocked. On Wed, Sep 14, 2016 at 3:56 AM, Lukas Zapletal wrote: > > Hostgroup creation is blocked by -> > > http://projects.theforeman.org/issues/16532 > > Yeah, sorry about that, I've changed the attributes of the > architecture_selected and

foreman-dev@googlegroups.com

2016-09-13 Thread Tom McKay
The media selection is unusable on host and host group creation forms in nightly[1]. I assume foreman-1.13 w/ katello is similarly broken. @partha is trying to fix it but if a foreman dev familiar with the UI webpack changes that are the root can help out, that would be much appreciated. I don't kn

[foreman-dev] Re: hammer config :mark_translated: true

2016-09-07 Thread Tom McKay
https://github.com/theforeman/hammer-cli/pull/216 The :mark_translated: needs to be in :ui: section. Thanks Martin for pointing that out! On Tue, Sep 6, 2016 at 7:29 PM, Tom McKay wrote: > :mark_translated: true > > How do I get this to work? None of the foreman, katello, or plugin &

Re: [foreman-dev] Re: error calling hammer.run() from w/in 'hammer csv subscriptions'

2016-09-06 Thread Tom McKay
Seems it has to do with threads. hammer-cli-csv supports processing the input file divided equally between N number of threads. Is there some init functionality required for fast_gettext per thread? On Tue, Sep 6, 2016 at 8:07 PM, Tom McKay wrote: > This is blocking me now as it happens in l

Re: [foreman-dev] Re: error calling hammer.run() from w/in 'hammer csv subscriptions'

2016-09-06 Thread Tom McKay
This is blocking me now as it happens in lots of commands. Any suggestions welcome. Maybe I need to create some mo files or something? On Tue, Sep 6, 2016 at 10:06 AM, Tom McKay wrote: > Without the lines add_text_domain the errors happen. Could be that katello > is not initialized at th

[foreman-dev] hammer config :mark_translated: true

2016-09-06 Thread Tom McKay
:mark_translated: true How do I get this to work? None of the foreman, katello, or plugin commands mark the translations with ><. [1] https://github.com/theforeman/hammer-cli/commit/6e28b70ff1a05344b0af7abd5a2f660d74ba6df7#diff-fdb567676ef7447dc779b6cedb2d4dd6R9 -- You received this message bec

Re: [foreman-dev] Re: error calling hammer.run() from w/in 'hammer csv subscriptions'

2016-09-06 Thread Tom McKay
> 5344b0af7abd5a2f660d74ba6df7 > > > > On Fri, Sep 2, 2016 at 9:44 PM, Tom McKay wrote: > >> Opened a PR that works but I'd like to understand the problem and what >> changed, if anyone has any insights. >> https://github.com/Katello/hammer-cli-csv

[foreman-dev] Re: error calling hammer.run() from w/in 'hammer csv subscriptions'

2016-09-02 Thread Tom McKay
Opened a PR that works but I'd like to understand the problem and what changed, if anyone has any insights. https://github.com/Katello/hammer-cli-csv/pull/121 On Fri, Sep 2, 2016 at 1:14 PM, Tom McKay wrote: > I get an error "RuntimeError (Current textdomain (nil) was n

[foreman-dev] error calling hammer.run() from w/in 'hammer csv subscriptions'

2016-09-02 Thread Tom McKay
I get an error "RuntimeError (Current textdomain (nil) was not added, use FastGettext.add_text_domain !" during a call to hammer.run() from w/in another hammer command. Effectively 'hammer csv subscriptions' is calling 'hammer subscription upload' from w/in itself. If I add this code[1] prior to ca

[foreman-dev] Remote debug to a VM on a different system than RubyMine

2016-08-31 Thread Tom McKay
I have a centos7 VM on which I am running a rails app with this command: rdebug-ide --host 0.0.0.0 --port 1234 --dispatcher-port 26162 -- bin/rails s -b 0.0.0.0 The VM named "desktop" has the following httpd conf files: /etc/httpd/conf.d/rdebug1.conf Listen 31234 http ProxyPass / http://192.168

Re: [foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
ead the output to determine what went wrong. I'll keep trying. On Tue, Aug 30, 2016 at 8:22 PM, Tom McKay wrote: > It's installing now and appears to be working as expected. I realize my > mistake was thinking that the links at the top of the landing page were a > table o

[foreman-dev] hammer requires ruby >= 2.1.0

2016-08-30 Thread Tom McKay
Am I doing something wrong? Trying to install hammer (from github) on RHEL-7Server fails because fast_gettext requires ruby >= 2.1.0. -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it

Re: [foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
b/master/docs/development.md > > On Tue, Aug 30, 2016 at 5:47 PM, Tom McKay wrote: > >> For a long while I've been running off my boxes.yaml >> >> katello: >> box: centos7-devel >> installer: '--scenario katello-devel --katello-devel-use-rvm false &g

[foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
For a long while I've been running off my boxes.yaml katello: box: centos7-devel installer: '--scenario katello-devel --katello-devel-use-rvm false --katello-devel-github-username thomasmckay' options: '--disable-selinux --koji-repos' memory: 4096 cpus: 2 hostname: katello.example.com netwo

Re: [foreman-dev] Re: RFC for foreman_api_v3

2016-08-29 Thread Tom McKay
On Mon, Aug 29, 2016 at 7:33 AM, Tomas Strachota wrote: >> If we decide that jsonapi is the way to go for v3 I think it would >> be better to implement it as part of the foreman core. We can >> clearly mark it as devel preview with no guarantees, let it evolve >> alongside with v

Re: [foreman-dev] bringing pulp-2.10 into katello

2016-08-24 Thread Tom McKay
On Wed, Aug 24, 2016 at 5:58 PM, Justin Sherrill wrote: > On 08/24/2016 05:48 PM, Tom McKay wrote: > > > > On Wed, Aug 24, 2016 at 5:36 PM, Chris Duryee wrote: > >> >> >> On 08/24/2016 05:33 PM, Tom McKay wrote: >> > Katello and foreman are nearing d

Re: [foreman-dev] bringing pulp-2.10 into katello

2016-08-24 Thread Tom McKay
On Wed, Aug 24, 2016 at 5:36 PM, Chris Duryee wrote: > > > On 08/24/2016 05:33 PM, Tom McKay wrote: > > Katello and foreman are nearing dev freeze in early September but there > are > > a few features centered around Atomic Host and Atomic Registry that will > > n

[foreman-dev] bringing pulp-2.10 into katello

2016-08-24 Thread Tom McKay
Katello and foreman are nearing dev freeze in early September but there are a few features centered around Atomic Host and Atomic Registry that will need changes introduced in pulp-2.10. While I understand pulp-2.10 is currently still in beta, I was hoping we could bring it into katello now ahead o

Re: [foreman-dev] Possible to move redmine Katello project under Foreman?

2016-08-23 Thread Tom McKay
Thanks @ohadlevy for making this happen. On Tue, Aug 9, 2016 at 9:29 AM, Tom McKay wrote: > The katello project will be moved under foreman as a sub-project next > week. If there are any concerns, please speak up before then. Thanks! > > On Thu, Aug 4, 2016 at 10:03 AM, Lukas Zap

[foreman-dev] conundrum: content host autoheal flag not saved via api

2016-08-22 Thread Tom McKay
tl;dr - Setting the autoheal on a host via API does not get saved... why? There is an issue[1] describing the case where changing a (content) host's autoheal flag via API doesn't actually change the value. I spent some time last week but am no closer to understanding what is special about this par

Re: [foreman-dev] Possible to move redmine Katello project under Foreman?

2016-08-09 Thread Tom McKay
The katello project will be moved under foreman as a sub-project next week. If there are any concerns, please speak up before then. Thanks! On Thu, Aug 4, 2016 at 10:03 AM, Lukas Zapletal wrote: > > You do realize that every other plugin except Katello is under the > foreman > > project in redmi

[foreman-dev] syncing content through a capsule

2016-08-05 Thread Tom McKay
Justin & Brad, As part of the docker registry work I have the following setup: +---+ +---+ ++ | https://katello | <---> | https://capsule | <---> | https://registry | +---+ +---+ +

Re: [foreman-dev] Possible to move redmine Katello project under Foreman?

2016-08-03 Thread Tom McKay
On Wed, Aug 3, 2016 at 10:26 AM, Lukas Zapletal wrote: > > Is there a case for keeping katello separate any longer, or can we > combine? > > Because it's a plugin? And plugins have its own release cadence, own > planning (Release versions, Target versions) and Categories. I don't see > enough ben

[foreman-dev] Possible to move redmine Katello project under Foreman?

2016-08-02 Thread Tom McKay
As we try to work towards better bugzilla and redmine component definitions and relations, I keep finding myself wishing I could use redmine for both foreman and katello issues together. For example, several dev teams are experimenting with redmine "versions" for their sprints[1]. I don't think th

[foreman-dev] Re: adding VCR tests to hammer-cli

2016-07-29 Thread Tom McKay
https://github.com/Katello/hammer-cli-csv/pull/116 Maybe this is right? On Fri, Jul 29, 2016 at 4:11 PM, Tom McKay wrote: > I'd like to add VCR tests to hammer-cli-csv[1]. The tests I have currently > run only against a live server. I was pointed to runcible as an example but

[foreman-dev] adding VCR tests to hammer-cli

2016-07-29 Thread Tom McKay
I'd like to add VCR tests to hammer-cli-csv[1]. The tests I have currently run only against a live server. I was pointed to runcible as an example but am a bit overwhelmed by what I need to do in the time I have to do it. Has anyone done something similar already? Ideally I'd like to just be able t

Re: [foreman-dev] Org with host deletion question

2016-06-08 Thread Tom McKay
To me, as a user, if I delete an org (or location) I'd simply want the foreman resources to be unassociated from it. It may be the case, for example, that a resource like a provisioning template is shared among multiple orgs. A host is different, I know, in that it can belong to only one org but I

Re: [foreman-dev] Re: forklift error: Parameter katello-devel-github-username invalid

2016-06-03 Thread Tom McKay
Andrew Kofink > > Software Engineering Intern > Red Hat Satellite 6 > akof...@redhat.com > > On Fri, Jun 3, 2016 at 9:36 AM, Tom McKay wrote: > >> I see this is an installer option. >> >> On Fri, Jun 3, 2016 at 9:04 AM, Tom McKay wrote: >> >>>

[foreman-dev] Re: forklift error: Parameter katello-devel-github-username invalid

2016-06-03 Thread Tom McKay
I see this is an installer option. On Fri, Jun 3, 2016 at 9:04 AM, Tom McKay wrote: > ==> katello: Running shell command: foreman-installer --scenario > katello-devel --scenario katello-devel --katello-devel-use-rvm false > ==> katello: stty: standard input: Inappropriate i

[foreman-dev] forklift error: Parameter katello-devel-github-username invalid

2016-06-03 Thread Tom McKay
==> katello: Running shell command: foreman-installer --scenario katello-devel --scenario katello-devel --katello-devel-use-rvm false ==> katello: stty: standard input: Inappropriate ioctl for device ==> katello: Parameter katello-devel-github-username invalid ==> katello: ==> katello: Error during

Re: [foreman-dev] [Katello] weekly issue triage meetings?

2016-06-02 Thread Tom McKay
On Wed, Jun 1, 2016 at 7:19 PM, Justin Sherrill wrote: > Was thinking lately that the issue triaging process is currently: > > 1. User files issue > 2. Eric triages the issue to either a release or a backlog > 3. Release nanny for a particular release fixes bug, asks someone else > to fix the

Re: [foreman-dev] Merge foreman-bats into Forklift

2016-05-26 Thread Tom McKay
+1 to treating katello more closely with foreman core On Thu, May 26, 2016 at 10:58 AM, Stephen Benjamin wrote: > > > - Original Message - > > From: "Dominic Cleal" > > To: foreman-dev@googlegroups.com > > Sent: Thursday, May 26, 2016 5:42:33 AM > > Subject: Re: [foreman-dev] Merge fore

[foreman-dev] Re: [katello] API "contract"... when, if ever?

2016-05-20 Thread Tom McKay
Probably a pretty big undertaking to test. Maybe record calls to VCR and then diff? Are there tools to flag differences? On Fri, May 20, 2016 at 4:11 AM, Tom McKay wrote: > When, if ever, would be a good time to establish a documented API contract > for the body of GET json payloads?

[foreman-dev] [katello] API "contract"... when, if ever?

2016-05-20 Thread Tom McKay
When, if ever, would be a good time to establish a documented API contract for the body of GET json payloads? A change was made recently[1] that broke a script[2] of mine. As a user, it can be a difficult thing debugging why a script stopped working between releases. Having a document defining the