Re: [atomic-devel] Tools container for Fedora and CentOS

2015-03-30 Thread Aaron Weitekamp
- Original Message - > On 25/03/15 00:41, Jeremy Eder wrote: > > >> we can overload the /u/centos at index.docker.io for these sort of > >> containers. maybe this doesnt merit a /_/centos instance > >> > >> would that work ? > > > > Can you help me understand the distinction ? > > > /_/

[atomic-devel] Container test framework

2015-04-27 Thread Aaron Weitekamp
Some folks at Red Hat spent a week hacking on a new natural language test framework[1] for testing containers. It's an improvement on the my simplistic approach that enables collaboration while maintaining independence of app-specific tests. If you're developing container images (and who doesn't

[atomic-devel] projectatomic organization on docker hub

2015-04-30 Thread Aaron Weitekamp
I reserved an organization namespace on docker hub[1]. I would like a place to put the centos-based atomic app base image. Does this sound right until a centos registry is up and running? If not at least it's a reserved public namespace. [1] https://registry.hub.docker.com/repos/projectatomic/

[atomic-devel] extend atomic CLI to check kubernetes status

2015-05-01 Thread Aaron Weitekamp
I'm seeing references to scriptlets like... # for SERVICES in etcd flanneld kube-controller-manager kube-scheduler; do echo --- $SERVICES --- ; systemctl is-active $SERVICES ; systemctl is-enabled $SERVICES ; echo ""; done ...and... # for SERVICES in flanneld docker kube-proxy.service

[atomic-devel] projectatomic organization on Docker hub

2015-05-10 Thread Aaron Weitekamp
Friday we added atomicapp[1] to the project atomic organization on docker hub. It's an automated build from Github[2]. [1] https://registry.hub.docker.com/u/projectatomic/atomicapp/ [2] https://github.com/projectatomic/atomicapp

Re: [atomic-devel] OSBS Roadmap?

2015-08-31 Thread Aaron Weitekamp
I have been confused about what OSBS is. As far as I can tell it's client tooling[1] that uses OpenShift v3. In other words, is OSBS just a way to *use* OpenShift? If so, how could we have a roadmap for "using" something? So this is a way to pile on Adam's request for some clarification on what OS

Re: [atomic-devel] [Container-tools] Atomicapp changes for Atomic CLI: use UUIDs for management

2015-11-30 Thread Aaron Weitekamp
On Mon, Nov 30, 2015 at 11:30 AM, Daniel J Walsh wrote: > > > On 11/27/2015 06:31 AM, Vaclav Pavlin wrote: > > Hi, > > On Thu, Nov 26, 2015 at 4:56 PM, Stephen C. Tweedie < > s...@redhat.com> wrote: > >> Hi, >> >> On Tue, 2015-11-24 at 16:47 -0500, Dusty Mabe wrote: >> > I have had a few discuss

[atomic-devel] Landing pages

2016-01-29 Thread Aaron Weitekamp
I have longed to see projectatomic.io mature to the point of providing a meaningful quickstart experience. For the CDK/ADB this[1] is good inspiration. I would like to see something like this for Atomic Registry and Atomic Enterprise Platform as well. [1] https://www.openshift.org/vm/

Re: [atomic-devel] [Container-tools] Landing pages

2016-02-01 Thread Aaron Weitekamp
On Mon, Feb 1, 2016 at 9:41 AM, Aaron Weitekamp wrote: > On Sat, Jan 30, 2016 at 5:17 PM, Jason Brooks wrote: > >> >> >> - Original Message - >> > From: "Matt Micene" >> > To: "Jonathan Lebon" >> > Cc: "

Re: [atomic-devel] [Container-tools] Landing pages

2016-02-01 Thread Aaron Weitekamp
On Sat, Jan 30, 2016 at 5:17 PM, Jason Brooks wrote: > > > - Original Message - > > From: "Matt Micene" > > To: "Jonathan Lebon" > > Cc: "atomic-devel" , "container-tools" < > container-to...@redhat.com> > > Sent: Friday, January 29, 2016 12:48:59 PM > > Subject: Re: [atomic-devel] Land

Re: [atomic-devel] Thoughts on a website redesign

2016-02-19 Thread Aaron Weitekamp
On Fri, Feb 19, 2016 at 9:20 AM, Colin Walters wrote: > I've been thinking about the website and some improvements/changes we > could make. I don't quite have the web skills to do this myself, but > hoping to start some discussion and get someone involved who does =) > > * First, rather than hav

Re: [atomic-devel] Doc format?

2016-03-07 Thread Aaron Weitekamp
We need to support asciidoc for serious (lengthy) documentation use cases. On Fri, Mar 4, 2016 at 6:59 PM, Josh Berkus wrote: > On 03/04/2016 12:09 PM, Joe Brockmeier wrote: > >> On 03/04/2016 02:24 PM, Josh Berkus wrote: >> >>> Out of all the Atomic projects, what are people using for docs? Is

[atomic-devel] hosting atomic registry docs

2016-03-07 Thread Aaron Weitekamp
Josh, I'm working on documentation for atomic registry. The tool I'm using [1] generates a complete set of docs (html, css, etc) and there is automation in place to build the docs nightly. The content will not live in the projectatomic/atomic-site repo so we need to decide mechanics on how to publi

Re: [atomic-devel] moving atomic-host-tests repo under projectatomic org

2016-04-07 Thread Aaron Weitekamp
On Thu, Apr 7, 2016 at 11:58 AM, Micah Abbott wrote: > Hi folks- > > At my $DAYJOB, I do QE for RHEL Atomic Host. We have a collection of > automation that we use to test releases and I was tasked on moving those > tests upstream [1][2]. > > The tests were originally developed using UATFramework

Re: [atomic-devel] full api access from one tool to atomic registry

2016-05-15 Thread Aaron Weitekamp
On Fri, May 13, 2016 at 5:34 PM, Tom McKay wrote: > > I would like to allow katello[1] full API access to atomic registry. I > don't want to turn off authentication for regular registry users, I just > need to allow another tool full "admin" access. > > ​The full API documentation is here[1]. I r

Re: [atomic-devel] Creating projectatomic/henge (temp name)

2016-05-18 Thread Aaron Weitekamp
Openshift recently added support for compose files. https://github.com/openshift/origin/pull/7690 Hi all, We are working on a docker-compose to kubernetes / openshift conversion tool and would like to open a public repository for the name "henge" (temp name) for people to contribute to. The curre

Re: [atomic-devel] Proposal - Moving container development tools docs to the Asciidoc format

2016-06-06 Thread Aaron Weitekamp
On Mon, May 23, 2016 at 6:09 PM, Matt Micene wrote: > On 05/23/2016 02:44 PM, Josh Berkus wrote: > >> On 05/23/2016 06:03 AM, Preeti Chandrashekar wrote: >> >>> Hi All, >>> >>> In line with our ongoing efforts at streamlining the docs process, and >>> in order to ensure better upstream-downstream

[atomic-devel] Atomic Registry deployment update

2016-06-16 Thread Aaron Weitekamp
Based on feedback that Atomic Registry was overly complex to configure and maintain, I have provided a simplified systemd-based deployment method[1]. Install/config docs[2] will be updated ASAP to reflect this. Until then the source README should be sufficient to get you going. Feedback encourage

Re: [atomic-devel] Atomic Dev Workflow

2016-07-07 Thread Aaron Weitekamp
On Wed, Jul 6, 2016 at 3:45 PM, Tom McKay wrote: > I too have a desire to do some work (hacking) on atomic registry. I > managed to compile dockerregistry, update the image, update atomic registry > conf to use my new image, and restart everything. I wondered, though, what > a real dev would do?

Re: [atomic-devel] Replacing registry, atomic app on the home page

2016-07-13 Thread Aaron Weitekamp
On Jul 13, 2016 11:53 AM, "Josh Berkus" wrote: > > I'd like to replace Registry on the home page, because (a) it's not new > anymore and (b) it's not really ready to install if you're not using the > rest of openshift. What do you mean? This is by far the newest tech on the site. The current inst

Re: [atomic-devel] Atomic Scan in Containerized Jenkins Slave

2016-11-02 Thread Aaron Weitekamp
This is a common use case that we need to demonstrate. If possible, please report back here with the approach. On Wed, Nov 2, 2016 at 11:31 AM, Brent Baude wrote: > Justin, > > Contact me on internal IRC (baude) and perhaps we can find a solution > for you. I need to understand your environment

[atomic-devel] Image Signing Integration Guide

2016-11-29 Thread Aaron Weitekamp
Check out the integration guide[1] published to help explain the container image signing capabilities recently introduced to the distros. [1] https://access.redhat.com/articles/2750891

Re: [atomic-devel] Image Signing Integration Guide

2016-11-30 Thread Aaron Weitekamp
On Tue, Nov 29, 2016 at 7:28 PM, Josh Berkus wrote: > On 11/29/2016 05:16 AM, Aaron Weitekamp wrote: > > Check out the integration guide[1] published to help explain the > > container image signing capabilities recently introduced to the distros. > > > > [1] https:/

[atomic-devel] Atomic mount permissions error

2017-02-08 Thread Aaron Weitekamp
​I have a use case where from inside a container I want to pull down another container and mount as a rootfs in a tempdir. When doing this inside a container I get permissions denied[1] on the bindmount. Otherwise it appears to mount fine. I have no host privilege added to this container--just runn

Re: [atomic-devel] Error when deploying Registry Quickstart

2017-05-22 Thread Aaron Weitekamp
There's a known issue with the atomic registry installer that has not been identified or fixed yet. For now I recommend following the stand-alone registry installation based on the OpenShift documentation[1]. It's the same codebase but the deployment is a better support method. [1] https://docs.op

Re: [atomic-devel] Getting rid of obsolete images from projectatomic dockerhub

2017-11-14 Thread Aaron Weitekamp
I have no issue with removing these. Sadly I am connected in some way to all of these projects. Sigh... On Mon, Nov 13, 2017 at 8:07 PM Josh Berkus wrote: > All, > > Per the community meeting today, I will be purging obsolete images from > the /projectatomic/ namespace on Dockerhub. By my view,