Bug 949072
| Summary: | active_capacity = NaN because openshift_facts.rb relies on deprecated settings | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
| Component: | Node | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.1.1 | CC: | baulakh, bhatiam, bleanhar, cpelland, libra-onpremise-devel, pruan, xjia |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-origin-msg-node-mcollective-1.0.5-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
The OpenShift Enterprise 1.1.3 release shipped with rubygem-openshift-origin-node-1.0.13-1 which required openshift-origin-msg-node-mcollective-1.0.4-1. However, openshift-origin-msg-node-mcollective-1.0.4-1 was inadvertently left out of the release, causing application creation to fail because no gears could be created on the node. This issue has been fixed in the current release of OpenShift Enterprise, and applications can now be created successfully.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-04-09 08:48:47 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
Miciah Dashiel Butler Masters
2013-04-05 19:39:12 UTC
Version: install ose-1.1.3(rhn) and update the environment with these advisories: https://errata.devel.redhat.com/advisory/14699 https://errata.devel.redhat.com/advisory/14678 https://errata.devel.redhat.com/advisory/14706 Verify: [root@broker ~]# rhc app create php php Password: *** Using php-5.3 (PHP 5.3) for 'php' Application Options =================== Gear Size: default Cartridge: php-5.3 Scaling: no Namespace: sjia Creating application 'php' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Initialized empty Git repository in /root/php/.git/ The authenticity of host 'php-sjia.example.com (10.4.59.223)' can't be established. RSA key fingerprint is f5:2e:2f:ea:e3:af:84:df:ec:b0:97:f9:65:32:07:27. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'php-sjia.example.com,10.4.59.223' (RSA) to the list of known hosts. reverse mapping checking getaddrinfo for vm-223-59-4-10.ose.phx2.redhat.com [10.4.59.223] failed - POSSIBLE BREAK-IN ATTEMPT! Your application code is now in 'php' php @ http://php-sjia.example.com/ (uuid: 174d980e4710444ebf90b50e2a975145) =========================================================================== Created: 12:14 AM Gear Size: small Git URL: ssh://174d980e4710444ebf90b50e2a975145.com/~/git/php.git/ SSH: 174d980e4710444ebf90b50e2a975145.com php-5.3 (PHP 5.3) ================= RESULT: Application php was created. 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. http://rhn.redhat.com/errata/RHBA-2013-0723.html |