Bug 1563641
| Summary: | Improve example database APBs so the persisted storage plan(s) allows specifying minimum size of PVC to create | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | John Matthews <jmatthew> | 
| Component: | Service Broker | Assignee: | David Zager <dzager> | 
| Status: | CLOSED ERRATA | QA Contact: | Jian Zhang <jiazha> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.9.0 | CC: | aos-bugs, chezhang, dzager, jiazha, zitang | 
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | 
       undefined 
 | 
        
        
        
        Story Points: | --- | 
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:11:39 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| 
 
        
          Description
        
        
          John Matthews
        
        
        
        
        
          2018-04-04 11:33:01 UTC
        
       
      
      
      
    https://github.com/ansibleplaybookbundle/postgresql-apb/pull/43 https://github.com/ansibleplaybookbundle/mariadb-apb/pull/30 https://github.com/ansibleplaybookbundle/mysql-apb/pull/30 https://github.com/ansibleplaybookbundle/mediawiki-apb/pull/28 David,
I find the above PRs have been merged in the release "postgresql-apb-role-1.2.2-1 ", but the current release for 3.10 is "0.16.0.1", how do they correspond?
[root@host-172-16-120-36 ~]# docker inspect registry.access.stage.redhat.com/openshift3/postgresql-apb:v3.10 --format "{{ index .Config.Labels.release}}"
0.16.0.1
And, could help push the latest APB images into the "registry.access.stage.redhat.com"?
Change status to "MODIFIED" since the corresponding images not ready.
    The "release" label refers to the release of the image whereas postgresql-apb-role-1.2.2-1 is the RPM version. You could verify with something like: # docker run -it --entrypoint /bin/rpm brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/mariadb-apb:v3.10.0-0.29.0.1 -qa mariadb-apb-role mariadb-apb-role-1.2.2-1.el7.noarch # docker run -it --entrypoint /bin/rpm brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/mediawiki-apb:v3.10.0-0.29.0.1 -qa mediawiki-apb-role mediawiki-apb-role-1.2.2-1.el7.noarch # docker run -it --entrypoint /bin/rpm brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/mysql-apb:v3.10.0-0.29.0.1 -qa mysql-apb-role mysql-apb-role-1.2.2-1.el7.noarch # docker run -it --entrypoint /bin/rpm brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/postgresql-apb:v3.10.0-0.29.0.1 -qa postgresql-apb-role postgresql-apb-role-1.2.2-1.el7.noarch My understanding was that the necessary step for us to make these images available to you (if not via puddle) was to add the builds to the errata and move it to ON_QE. https://errata.devel.redhat.com/advisory/33505 Moved to ON_QE with the following builds. openshift-enterprise-apb-base-docker-v3.10.0-0.29.0.1 openshift-enterprise-apb-tools-v3.10.0-0.16.0.3 openshift-enterprise-asb-docker-v3.10.0-0.29.0.1 openshift-enterprise-mariadb-apb-v3.10.0-0.29.0.1 openshift-enterprise-mediawiki-apb-v3.10.0-0.29.0.1 openshift-enterprise-mysql-apb-v3.10.0-0.29.0.1 openshift-enterprise-postgresql-apb-v3.10.0-0.29.0.1 Is there more that needs to be done? David, No, thanks a lot! I haved push these images into "access.stage.redhat.com". But, unfortunately, we encounter bug 1572449. We can see the default size of the volume of these APBs is "1Gi", and other choices are "5Gi", "10Gi". LGTM, thanks! Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816  |