Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
Robert Kratky edited this page Apr 24, 2018 · 7 revisions

What is OpenShift.io?

OpenShift.io is a cloud-native development environment for planning, creating, and deploying hybrid-cloud services. It provides a full toolchain for development teams, in the cloud, with zero setup and maintenance. And, of course, it make use of plenty of open-source goodness.

Why is Red Hat doing this?

To ship better software, development teams need a modern, integrated DevOps toolchain. No team should spend weeks configuring and maintaining those tools. OpenShift.io’s pre-integrated toolchain starts teams in minutes with zero install and zero configuration.

Where do I go with questions and feedback?

First check the technical FAQ and documentation. You can also contact the product team on:

Current status

Today, OpenShift.io is in active development and pre-beta. There is a waitlist and we are working on slowly provisioning people from the waitlist into the system.

Can I use OpenShift.io for my critical project?

No. OpenShift.io has bugs that affect site reliability. Please do not upload sensitive data yet.

What open-source components are found in OpenShift.io?

Components include fabric8, Eclipse Che, Jenkins, Obsidian Toaster, OpenShift, Wildfly, and Bayesian.

How to get started?

Once your account has been approved, go try the OpenShift.IO Getting Started instructions.

Most frequently used filters/queries

  1. Filter to find issues wherein no labels have been specified

[ is:issue is:open no:label ]

  1. Filter to find old issues, created before a certain date

[ is:issue is:open created:<2017-05-03 ]

  1. Filter to find issues that do not have Type specified (since Type is a required field in the Triage process)

[is:issue is:open -label:type/feature -label:type/question -label:type/support -label:type/bug -label:type/epic -label:type/experience -label:type/planning -label:type/spike -label:type/task -label:type/user-story -label:type/scenario -label:type/fundamental -label:type/value-proposition -label:type/paper-cuts ]

  1. Filter to find issues that are team specific (example Analytics team) (name of the team need to be replaced)

[ is:issue is:open label:team/analytics ]

  1. Filter to list all Severity-1 (urgent) Issues (name of severity need to be replaced) (urgent) Issues (name of severity need to be replaced)

[ is:issue is:open label:SEV1-urgent ]

6.Filter to review all issues created by a particular person (example Fred)

[ is:open is:issue author:fbricon ]

  1. Filter to review all issues assigned to a particular person (example Ilya)

[ is:open is:issue assignee:ibuziuk ]

8.Filter to review all open pull requests

[ state:open type:pr ]

9.Filter for all open pull requests that have not been reviewed by the teams

[ state:open type:pr review:none ]

  1. Filter to review issues wherein a particular person has been 'mentioned' (example: Len)

[ is:open is:issue mentions:ldimaggi ]