-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image-streams and update db-templates #17922
Conversation
you'll need to run hack/update-generated-bindata.sh and include that updated file w/ your pr. I assume all these new versions of images work w/ the existing sample apps they reference? |
/ok-to-test |
@bparees, images are tested with in their respective container repos, including templates and sample apps. If it looks ok to you, I'll update the PR later this week to include all changes in this PR (RHEL, bindata, templates). |
@pvalena it looks fine to me, just tag me again when it's updated w/ the other content and i'll merge it. |
@bparees, PTAL. I've not added any new templates and I also did not update quickstarts (nginx image-streams were added). |
I've also cross-checked the changes for centos7 and rhel7 image-streams and they're the same. |
"template.openshift.io/long-description": "This template provides a standalone MariaDB server with a database created. The database is not stored on persistent storage, so any restart of the service will result in all data being lost. The database name, username, and password are chosen via parameters when provisioning this service.", | ||
"template.openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"template.openshift.io/documentation-url": "https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md", | ||
"template.openshift.io/support-url": "https://access.redhat.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what was the reasoning for adding the "template" prefix here? I don't believe it is correct:
https://github.com/openshift/origin/blob/master/pkg/api/constants.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This had to be just copied from somewhere from origin/...
.
Sorry, we do not really know how those work. I'll fix it.
Thanks for checking!
Add new image-streams for centos7 and rhel7. - source: https://github.com/sclorg/image-streams Update db-templates/* to new version of corresponding container image. Add nginx to quickstarts/* and run `hack/update-external-examples.sh`. Update bindata. Add and fix tests. nginx -> docker.io/library/wordpress change: openshift#17922 (comment)
Squashed. |
@bparees, what do those timeouts mean? |
we're waiting for the mongodb image import to complete and it's never going to because the mongodb image isn't available on dockerhub yet. |
AFAICT the mongodb image available for some time now (I've tested it at 11:11 UTC+0). |
/retest |
@pvalena your latest failure:
looks like you just need to reorder the expected text. |
1de3eee
to
9afab0a
Compare
Add new image-streams for centos7 and rhel7. - source: https://github.com/sclorg/image-streams Update db-templates/* to new version of corresponding container image. Add nginx to quickstarts/* and run `hack/update-external-examples.sh`. Update bindata. Add and fix tests. nginx -> docker.io/library/wordpress change: openshift#17922 (comment)
|
Add new image-streams for centos7 and rhel7. - source: https://github.com/sclorg/image-streams Update db-templates/* to new version of corresponding container image. Add nginx to quickstarts/* and run `hack/update-external-examples.sh`. Update bindata. Add and fix tests. nginx -> docker.io/library/wordpress change: openshift#17922 (comment)
9afab0a
to
9d12ad6
Compare
@bparees, that seems to be all, apart from the timeouts. |
* Replace 'template.openshift.io' with 'openshift.io' openshift/origin#17922 (review) * Remove ' (Persistent)' openshift/origin#17922 (review)
@pvalena since you changed the readiness probes, I suspect the timeouts are due to your changes. Have you tested those template changes elsewhere? |
@bparees , yes. All changes should be properly tested in their respective container-image repositories. |
I ran the tests locally w/ your commit and verified they pass. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, pvalena The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Add new image-streams for centos7 and rhel7. - source: https://github.com/sclorg/image-streams Update db-templates/* to new version of corresponding container image. Add nginx to quickstarts/* and run `hack/update-external-examples.sh`. Update bindata. Add and fix tests. nginx -> docker.io/library/wordpress change: openshift#17922 (comment)
/retest |
@pvalena: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue (batch tested with PRs 17976, 17195, 18093, 18080, 17922). |
Thanks! |
for corresponding SCL containers.
I'll add image-streams for rhel7 and template updates in separate PRs.
source: https://github.com/sclorg/image-streams
CC: @hhorak