1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Pierre Prinetti
93b25b08f6 ISSUE_TEMPLATE.md: Specify the platform for UPI
As nearly all supported platforms now document some UPI process, we want
the issue reporter to clearly state what platform UPI is being deployed
onto.
2020-06-11 16:25:17 +02:00
Russell Bryant
3ba3ca9057 ISSUE_TEMPLATE.md: List baremetal and none as paltform types
Expand the list of platform types to include "baremetal".  Also add
"none" for UPI deployments.
2019-07-23 12:17:08 -04:00
Zeeshan Ali
4919243881 issue-template: Make it easy to remove irrelevant platforms
With the current template, people just fill in the name of their platform,
leaving the list of platforms as is. This makes it a bit hard to label
issues. Let's modify the template so the platforms are mentioned in a
comment and user explicitly ask writes (or copy&paste) the relevant
platform.
2019-06-26 15:07:26 +02:00
Abhinav Dahiya
9ee7399bd6 .github: remove libvirt plugin version invocation 2018-12-18 11:23:24 -08:00
W. Trevor King
66648661eb .github/ISSUE_TEMPLATE: Explicitly mention .openshift_install.log
We're still getting issue reports about installer crashes that attempt
to summarize the issue but do not include copies of the actual error
messages.  While summaries can be accurate, they're usually not much
more compact than a copy/paste of the errors from the logs, and it's a
lot easier to find existing reports for a given error if those reports
include the error you're looking for.
2018-12-13 22:33:28 -08:00
W. Trevor King
a5e6fe4ce3 .github/ISSUE_TEMPLATE: Ask for libvirt version information
We see a lot of libvirt issues do to ancient libvirt versions.  Just
today, I fielded one from someone running QEMU 1.5.3 (from 2013!).
Asking for this information up front saves a follow up
request/response, and hopefully it's obvious enough that folks using
other providers can skip it.

Terraform can load plugins from a few places [1], but I've used the
standard path on POSIX systems.  I expect folks who install to
non-standard locations will be able to adapt, and we'll worry about
making it easy for Windows when we get users on Windows ;).

[1]: https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations
2018-11-14 21:46:55 -08:00
W. Trevor King
7a1479f5f9 .github/ISSUE_TEMPLATE: Link to the new troubleshooting docs
Make it easier for issue-reporters to find these docs, which will
hopefully help improve issue quality.

Ideally this would be a relative link into the local repository, in
case folks wanted to enable issues in a fork or some such.  But
there's no way (that I've found) to do that which works from both
[1,2].  We can't event use an absolute-path reference
(/openshift/installer/blob/...), because GitHub interprets those as
relative to the filebrowser repo root when rendering [1] but not when
rendering [2]).  Still, while I think hard-coding the org/repo is
ugly, we already do an awful lot of that for our internal Go imports.

[1]: https://github.com/openshift/installer/blob/master/.github/ISSUE_TEMPLATE.md
[2]: https://github.com/openshift/installer/issues/new
2018-11-09 12:05:29 -08:00
Seth Jennings
1eb473a9ca fix issue template 2018-11-06 11:30:14 -06:00
W. Trevor King
e6c92eccf1 cmd/openshift-install: Add Terraform version to 'version' output
And print the error information if we can't extract it.

The .Stderr stuffing is because Terraform just prints usage
information to stdout (not stderr!) if you call it with an
unrecognized command:

  $ terraform does-not-exit >stdout 2>stderr
  $ head -n1 stdout
  Usage: terraform [-version] [-help] <command> [args]
  $ ls -l stderr
  -rw-r--r--. 1 trking trking 0 Oct  2 17:14 stderr

and in this case we want to see that usage information.  Ideally
Terraform would have printed "unrecognized command 'does-no-exist'" or
some such to stderr, but that's a bit bigger than we can work around
here.
2018-10-02 21:34:01 -07:00
W. Trevor King
5b1711f7f9 .github/ISSUE_TEMPLATE: Bring this back up to speed
Drop "Tectonic", mention the new 'openshift-install version', and tidy
other nits.
2018-10-02 16:53:13 -07:00
Alex Crawford
1659cd100a github: remove pull request template
Ever since removing Jenkins from our CI, we no longer make use of labels
to affect tests.
2018-09-12 11:55:57 -07:00
OpenShift Merge Robot
02712b2b5d Merge pull request #184 from wking/owners-aliases
OWNERS_ALIASES: Define aliases for reviewers and approvers
2018-08-30 17:51:35 -07:00
W. Trevor King
62f87acb46 OWNERS_ALIASES: Define aliases for reviewers and approvers
This will make it easier to add special-case OWNERS files to
openshift/release while still getting the members slurped up with the
populate-owners tooling.  That tooling pulls OWNERS_ALIASES since
openshift/release@e1f993fb (populate-owners: Also slurp
OWNERS_ALIASES, 2018-08-25, openshift/release#1285).
2018-08-30 14:26:45 -07:00
W. Trevor King
30eefe7c4b .github/ISSUE_TEMPLATE: Update platform choices (drop azure, etc.)
Backend support for these was removed in bdef6ddc
(installer/pkg/config: remove old platforms, 2018-06-11,
coreos/tectonic-installer#3278).
2018-08-28 15:38:26 -07:00
W. Trevor King
6194c6dd58 .github/ISSUE_TEMPLATE: Drop feature-freeze comment
This was for coreos/tectonic-installer.  New features are welcome for
openshift/installer.
2018-08-01 16:30:16 -07:00
W. Trevor King
416f617540 MAINTAINERS: Drop stale file
MAINTAINERS is obsolete since 49779c3e (OWNERS: Configure Prow with
approver and reviewer information, 2018-07-25, #71).  I've also
dropped the email/IRC section, since as far as I know there are
currently no public lists or IRC channels for installer discussion.
Folks outside of Red Hat should communicate via GitHub issues and pull
requests, and I think that's the expectation for projects that don't
give alternatives in their CONTRIBUTING file.
2018-08-01 16:27:13 -07:00
paulfantom
8696d7a2f2 update some names 2018-07-06 18:48:42 +02:00
Enxebre
781e0e7ecf update README 2018-07-04 10:14:09 +02:00
Ed Rooth
48600a5adb github: update issue templates 2018-06-26 14:59:50 +02:00
Karen Almog
263c8e6268 Update ISSUE_TEMPLATE.md 2018-01-26 16:46:50 +01:00
Max Inden
5cc40d1774 Add pull request template to .github folder (#2554)
This template should help remind contributers to add labels to their
PRs.
2017-12-14 18:06:23 +01:00
Everett Toews
dcbcdedba2 GitHub issue template 2017-05-11 10:15:40 -05:00