openshift / openshift-extras

Unofficial tools for use with OpenShift
Other
38 stars 82 forks source link

oo-install silent errors on CentOS #287

Closed strobe closed 4 years ago

strobe commented 10 years ago

I have been tried to install openshift on single VM (on OpenLogic 6.5 in Azure Cloud and locally on vagrant vm with CentOS 6.5 ) by sh <(curl -s https://install.openshift.com/) and http://openshift.github.io/documentation/oo_install_users_guide.html instructions. But at end I got this output:

* Target host is running non-Fedora, non-RHEL
* Located getenforce... can invoke 'getenforce' with sudo
* SELinux is running in enforcing mode
* Located yum... can invoke 'yum' with sudo
* Located puppet... can invoke 'puppet' with sudo
* Located dnssec-keygen... can invoke 'dnssec-keygen' with sudo
* Located htpasswd... can invoke 'htpasswd' with sudo
* Located scl... can invoke 'scl' with sudo
* The ruby193 software collection is installed.
* epel repository is present and enabled

Deploying workflow 'origin_deploy'.
Setting up htpasswd for default user account.

Preparing to install OpenShift Origin on the following hosts:
  * localhost: msgserver, dbserver, broker, node
Deploying host 'openshift.cloudapp.net'

Checking for DNS key on localhost...
...found at /var/named/Kopenshift.cloudapp.net*.key
bash: systemctl: command not found
Command 'systemctl' didn't work; trying older style...
Older style system command succeeded.

Running Puppet deployment

Running "sudo bash -l -c 'scl enable ruby193 "puppet module list"'"...
Command completed.

Running "sudo bash -l -c 'scl enable ruby193 "puppet module install openshift/openshift_origin"'"...
Command completed.

Running "sudo bash -l -c 'yum clean all'"...
Command completed.

Running "sudo bash -l -c 'scl enable ruby193 "puppet apply --verbose /tmp/oo_install_configure_openshift.cloudapp.net.pp"'"...
Command completed.

Running "sudo bash -l -c 'rm /tmp/oo_install_configure_openshift.cloudapp.net.pp'"...
[sudo] password for azureuser:

Warning: There were errors during the deployment on host 'openshift.cloudapp.net'.

OpenShift Origin deployment completed.
You should manually reboot openshift.cloudapp.net to complete the process.

All tasks completed.

All looks like broker don't started on this machine:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /broker/rest/api was not found on this server.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at localhost Port 80</address>
</body></html>

How can I detect issue reason?

Miciah commented 10 years ago

Can you provide a copy of /tmp/openshift-deploy.log and the output of oo-diagnostics?

dhm116 commented 10 years ago

I am having a similar issue. I've tested using the oo-install tool on CentOS 6, RHEL 6, Fedora 20 and Ubuntu 13.10 - none of them work correctly.

I looked before and after rebooting the system once oo-install completed, and there is no /tmp/openshift-deploy.log file or oo-diagnostics tool installed.

I just cloned the openshift-extras repository, switched to the master branch, ran yum install -y rubygems rubygem-bundler, ran bundle install within the oo-install folder and ran the oo-install utility again - so far, things seem to be working much better.

dhm116 commented 10 years ago

Well, it seems like openshift is functioning almost completely. Key issues are:

  1. Cannot install any cartridges with yum, I just keep getting dependency errors (such as Error: Package: openshift-origin-cartridge-jbosseap-2.11.1.1-1.el6.noarch (openshift-origin) Requires: jbossas-core)
  2. Cannot refresh the list of cartridges: bundle exec rake tmp:clear results in Could not find rake-0.9.2.2 in any of the sources (running bundle install simply produced more errors like this)

I was able to create a DIY app, clone the repo and ssh into the app, so it seems like most of the pieces are functioning now.

strobe commented 10 years ago

/tmp/openshift-deploy.log doesn't exist oo-diagnostics not installed

Documentation about oo-diagnostics is outdated: http://openshift.github.io/documentation/oo_troubleshooting_guide.html this link from documentation is broked: https://raw.github.com/openshift/origin-server/master/util/oo-diagnostics

If you would like I will able to provide ssh access to OpenLogic CentOS 6.5 VM (Azure cloud) in this state (clear os + dependencies + sh <(curl -s https://install.openshift.com/) for diagnosing this issue.

nmabhinandan commented 10 years ago

I'm having the same problem.

xtra-be commented 10 years ago

same issue here extra info : i'm behind a proxy environment it just end with Warning: There were errors during the deployment not so clear

mfsysprog commented 10 years ago

Same here, but when I manually executed the command bash -l -c 'scl enable ruby193 "puppet module install -v 3.0.1 openshift/openshift_origin"' I got:

Error: Could not install module 'openshift-openshift_origin' (3.0.1) Directory /etc/puppet/modules does not exist

I did a mkdir of /etc/puppet/modules and rerun oo-installer and it seems ok now (currently running the 'puppet apply' step which now takes considerable time...)

mfsysprog commented 10 years ago

Even though oo-installer ends without errors now, it doesn't seem to create a correct environment. I'm missing all of the oo- commands, like oo-stats.

aerotodor commented 10 years ago

try with ln -s /usr/share/puppet/modules /etc/puppet/modules

jasoncox commented 10 years ago

oo-diagnostics can be found here: https://raw.githubusercontent.com/openshift/origin-server/master/common/bin/oo-diagnostics

strobe commented 10 years ago

thanks, but I found that oo-ruby also not installed in most cases (like others oo- scripts), therefore oo-diagnostic can't be started

jasoncox commented 10 years ago

How did you manage to deploy, I am just trying to set up as well.

strobe commented 10 years ago

I just followed to http://openshift.github.io/documentation/oo_install_users_guide.html and always install it on clean OS. Currently I don't have VMs which I had then I did created this issue. But on this weekends I tried to install openshift again on minimal CentOS 6.5. oo-install process finished successfully, but after I found that Mcollective hasn't started because it don't have access to log folder (this folder doesn't exist) and ActiveMQ also didn't started well (because then I install the puppet I also added puppetlabs-deps repo, therefore puppet script installed wrong version of ActiveMQ, I wrote about this here http://stackoverflow.com/questions/24352164/how-to-fix-activemq-error-which-is-appear-after-oo-install-script-is-finished-su). After I fixed this issue and Mcollective and ActiveMQ started well I found many errors in openshift-deploy.log (I just forgot to look at first)

Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/root_home.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
Info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
Warning: Could not retrieve fact fqdn
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Notice: Scope(Class[Ntp]): autoupdate parameter has been deprecated and replaced with package_ensure.  Set this to latest for the same behavior as autoupdate => true.
Notice: Compiled catalog for centos in environment production in 4.28 seconds
Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
   (at /usr/lib/ruby/site_ruby/1.8/puppet/type.rb:816:in `set_default')
Info: Applying configuration version '1403241052'
Notice: /Stage[main]/Openshift_origin::Node/Augeas[Tune sshd config]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Node/Augeas[Tune Sysctl knobs]/returns: executed successfully
Info: /Stage[main]/Openshift_origin::Node/Augeas[Tune Sysctl knobs]: Scheduling refresh of Exec[Reload sysctl]
Notice: /Stage[main]/Openshift_origin::Yum_install_method/Augeas[OpenShift Repository]/returns: executed successfully
Error: Could not enable cgconfig: Execution of '/sbin/chkconfig cgconfig on' returned 1: error reading information on service cgconfig: No such file or directory
Error: /Stage[main]/Openshift_origin::Node/Service[cgconfig]/enable: change from false to true failed: Could not enable cgconfig: Execution of '/sbin/chkconfig cgconfig on' returned 1: error reading information on service cgconfig: No such file or directory
Notice: /Stage[main]/Openshift_origin::Node/File[/etc/cgconfig.conf]/ensure: defined content as '{md5}75ded987d2fb0b4c5b89d628284711f8'
Info: /Stage[main]/Openshift_origin::Node/File[/etc/cgconfig.conf]: Scheduling refresh of Exec[prepare cgroups]
Notice: /Stage[main]/Openshift_origin::Node/Exec[prepare cgroups]: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Openshift_origin::Broker/Exec[Generate self signed keys for broker auth]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Role/Firewall[ssh]/Exec[initial iptables setup]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Named/Firewall[dns-udp]/Exec[Open port 53:udp]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Broker/Firewall[http]/Exec[Open port 80:tcp for service http]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Role/Firewall[ssh]/Exec[Open port 22:tcp for service ssh]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Named/Firewall[dns-tcp]/Exec[Open port 53:tcp]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Role/Firewall[ssh]/Exec[Create IPTables rhc-app-comm chain for port proxying]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Mongo/Firewall[mongo-firewall]/Exec[Open port 27017:tcp]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Node/Firewall[node-http]/Exec[Open port 8000:tcp]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Role/Package[ntpdate]/ensure: created
Notice: /Stage[main]/Openshift_origin::Modprobe/File[/etc/sysconfig/modules/bridge.modules]/ensure: defined content as '{md5}59a42fdc9f78af567e73560eca21e8d7'
Notice: /Stage[main]/Openshift_origin::Activemq/Firewall[activemq]/Exec[Open port 61613:tcp]/returns: executed successfully
Notice: /Stage[main]/Ntp::Install/Package[ntp]/ensure: created
Info: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]: Filebucketed /etc/ntp.conf to puppet with sum 7fda24f62b1c7ae951db0f746dc6e0cc
Notice: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]/content: content changed '{md5}7fda24f62b1c7ae951db0f746dc6e0cc' to '{md5}fe6b78b19c29d9ab7495929a30115c0a'
Info: Class[Ntp::Config]: Scheduling refresh of Class[Ntp::Service]
Info: Class[Ntp::Service]: Scheduling refresh of Service[ntp]
Notice: /Stage[main]/Openshift_origin::Broker/Firewall[https]/Exec[Open port 443:tcp for service https]/returns: executed successfully
Error: Could not enable cgred: Execution of '/sbin/chkconfig cgred on' returned 1: error reading information on service cgred: No such file or directory
Error: /Stage[main]/Openshift_origin::Node/Service[cgred]/enable: change from false to true failed: Could not enable cgred: Execution of '/sbin/chkconfig cgred on' returned 1: error reading information on service cgred: No such file or directory
Notice: /Stage[main]/Ntp::Service/Service[ntp]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Ntp::Service/Service[ntp]: Unscheduling refresh on Service[ntp]
Notice: /Stage[main]/Openshift_origin::Yum_install_method/Augeas[Jenkins repository]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Cartridges/Package[yum-plugin-versionlock]/ensure: created
Notice: /Stage[main]/Openshift_origin::Mongo/Package[mongodb-server]/ensure: created
Notice: /Stage[main]/Openshift_origin::Named/Package[bind-utils]/ensure: created
Notice: /Stage[main]/Openshift_origin::Node/Package[git]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rhc' returned 1: Error: Package: rubygem-net-ssh-gateway-1.2.0-2.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: rubygem-net-ssh-multi-1.2.0-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Client_tools/Package[rhc]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rhc' returned 1: Error: Package: rubygem-net-ssh-gateway-1.2.0-2.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: rubygem-net-ssh-multi-1.2.0-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/Package[policycoreutils-python]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-node' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Node/Package[rubygem-openshift-origin-node]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-node' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-admin-console' returned 1: Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-formtastic
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: rubygem(sass)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-therubyracer
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-compass-rails
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-sass-rails
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-haml
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Broker/Package[rubygem-openshift-origin-admin-console]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-admin-console' returned 1: Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-formtastic
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: rubygem(sass)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-therubyracer
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-compass-rails
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-sass-rails
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-haml
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: rubygem-openshift-origin-admin-console-1.17.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-frontend-nodejs-websocket' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-frontend-apachedb-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-frontend-nodejs-websocket-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Plugins::Frontend::Nodejs_websocket/Package[rubygem-openshift-origin-frontend-nodejs-websocket]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-frontend-nodejs-websocket' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-frontend-apachedb-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-frontend-nodejs-websocket-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/Package[screen]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-dns-nsupdate' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-dns-nsupdate-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Broker/Package[rubygem-openshift-origin-dns-nsupdate]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-dns-nsupdate' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-dns-nsupdate-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-auth-remote-user' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: rubygem-openshift-origin-auth-remote-user-1.17.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/Package[rubygem-openshift-origin-auth-remote-user]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-auth-remote-user' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: rubygem-openshift-origin-auth-remote-user-1.17.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Auth plugin config]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Auth plugin config]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: python >= 2.7
           Installed: python-2.6.6-52.el6.x86_64 (@updates)
               python = 2.6.6-52.el6
           Available: python-2.6.6-51.el6.x86_64 (base)
               python = 2.6.6-51.el6
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: mod_wsgi >= 3.4
           Installing: mod_wsgi-3.2-3.el6.x86_64 (base)
               mod_wsgi = 3.2-3.el6
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
           Installing: httpd-2.2.15-30.el6.centos.x86_64 (updates)
               httpd = 2.2.15-30.el6.centos
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[python]/Package[openshift-origin-cartridge-python]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: python >= 2.7
           Installed: python-2.6.6-52.el6.x86_64 (@updates)
               python = 2.6.6-52.el6
           Available: python-2.6.6-51.el6.x86_64 (base)
               python = 2.6.6-51.el6
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: mod_wsgi >= 3.4
           Installing: mod_wsgi-3.2-3.el6.x86_64 (base)
               mod_wsgi = 3.2-3.el6
Error: Package: openshift-origin-cartridge-python-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
           Installing: httpd-2.2.15-30.el6.centos.x86_64 (updates)
               httpd = 2.2.15-30.el6.centos
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Plugins::Dns::Nsupdate/File[plugin openshift-origin-dns-nsupdate.conf]: Dependency Package[rubygem-openshift-origin-dns-nsupdate] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Dns::Nsupdate/File[plugin openshift-origin-dns-nsupdate.conf]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-frontend-apache-mod-rewrite' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-frontend-apache-mod-rewrite-0.3.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-frontend-apachedb-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/Package[rubygem-openshift-origin-frontend-apache-mod-rewrite]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-frontend-apache-mod-rewrite' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-frontend-apache-mod-rewrite-0.3.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-frontend-apachedb-0.3.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Mcollective_client/Package[ruby193-mcollective-client]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-cron' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[cron]/Package[openshift-origin-cartridge-cron]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-cron' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y install jenkins-1.510-1.1' returned 1: Error Downloading Packages:
  jenkins-1.510-1.1.noarch: failure: jenkins-1.510-1.1.noarch.rpm from jenkins_repo: [Errno 256] No more mirrors to try.
Wrapped exception:
Execution of '/usr/bin/yum -d 0 -e 0 -y install jenkins-1.510-1.1' returned 1: Error Downloading Packages:
  jenkins-1.510-1.1.noarch: failure: jenkins-1.510-1.1.noarch.rpm from jenkins_repo: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[jenkins]/Package[jenkins]/ensure: change from absent to 1.510-1.1 failed: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y install jenkins-1.510-1.1' returned 1: Error Downloading Packages:
  jenkins-1.510-1.1.noarch: failure: jenkins-1.510-1.1.noarch.rpm from jenkins_repo: [Errno 256] No more mirrors to try.
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-nodejs' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[nodejs]/Package[openshift-origin-cartridge-nodejs]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-nodejs' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-postgresql' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgis >= 2
           Available: postgis-1.5.3-1.el6.x86_64 (epel)
               postgis = 1.5.3-1.el6
           Installing: postgis-1.5.3-1.el6_2.x86_64 (openshift-origin-deps)
               postgis = 1.5.3-1.el6_2
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgresql >= 9.2
           Available: postgresql-8.4.18-1.el6_4.i686 (base)
               postgresql = 8.4.18-1.el6_4
           Available: postgresql-8.4.20-1.el6_5.i686 (updates)
               postgresql = 8.4.20-1.el6_5
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgis >= 2
           Available: postgis-1.5.3-1.el6.x86_64 (epel)
               postgis = 1.5.3-1.el6
           Available: postgis-1.5.3-1.el6_2.x86_64 (openshift-origin-deps)
               postgis = 1.5.3-1.el6_2
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[postgresql]/Package[openshift-origin-cartridge-postgresql]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-postgresql' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgis >= 2
           Available: postgis-1.5.3-1.el6.x86_64 (epel)
               postgis = 1.5.3-1.el6
           Installing: postgis-1.5.3-1.el6_2.x86_64 (openshift-origin-deps)
               postgis = 1.5.3-1.el6_2
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgresql >= 9.2
           Available: postgresql-8.4.18-1.el6_4.i686 (base)
               postgresql = 8.4.18-1.el6_4
           Available: postgresql-8.4.20-1.el6_5.i686 (updates)
               postgresql = 8.4.20-1.el6_5
Error: Package: openshift-origin-cartridge-postgresql-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: postgis >= 2
           Available: postgis-1.5.3-1.el6.x86_64 (epel)
               postgis = 1.5.3-1.el6
           Available: postgis-1.5.3-1.el6_2.x86_64 (openshift-origin-deps)
               postgis = 1.5.3-1.el6_2
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/File[openshift node config]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/File[openshift node config]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Client_tools/File[/etc/openshift/express.conf]: Dependency Package[rhc] has failures: true
Warning: /Stage[main]/Openshift_origin::Client_tools/File[/etc/openshift/express.conf]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-phpmyadmin' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[phpmyadmin]/Package[openshift-origin-cartridge-phpmyadmin]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-phpmyadmin' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[jenkins]/Exec[/usr/bin/yum versionlock jenkins]: Dependency Package[jenkins] has failures: true
Warning: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[jenkins]/Exec[/usr/bin/yum versionlock jenkins]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Mongo/Package[mongodb]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-msg-node-mcollective' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Node/Package[openshift-origin-msg-node-mcollective]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-msg-node-mcollective' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Mongo/Service[mongod]/enable: enable changed 'false' to 'true'
Notice: /Stage[main]/Openshift_origin::Node/Package[ruby193-rubygem-passenger-native]/ensure: created
Notice: /Stage[main]/Openshift_origin::Node/Package[vim-enhanced]/ensure: created
Notice: /Stage[main]/Openshift_origin::Activemq/Package[activemq-client]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-haproxy' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[haproxy]/Package[openshift-origin-cartridge-haproxy]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-haproxy' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-node-util' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Node/Package[openshift-origin-node-util]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-node-util' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-gears]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-gears]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[openshift-gears]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Exec[Initialize quota DB]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Exec[Initialize quota DB]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/File[openshift env dir]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/File[openshift env dir]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/File[/etc/openshift/env/OPENSHIFT_CLOUD_DOMAIN]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/File[/etc/openshift/env/OPENSHIFT_CLOUD_DOMAIN]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-diy' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[diy]/Package[openshift-origin-cartridge-diy]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-diy' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /File[/etc/rndc.key]/seluser: seluser changed 'unconfined_u' to 'system_u'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-10gen-mms-agent' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[10gen-mms-agent]/Package[openshift-origin-cartridge-10gen-mms-agent]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-10gen-mms-agent' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-jenkins' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[jenkins]/Package[openshift-origin-cartridge-jenkins]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-jenkins' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-ruby' returned 1: Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-script
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-bcrypt-ruby
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sass-rails
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-introspection
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-execjs
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sass
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-fssm
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-test_declarative
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-io-console
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[ruby]/Package[openshift-origin-cartridge-ruby]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-ruby' returned 1: Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-script
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-bcrypt-ruby
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sass-rails
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-introspection
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-execjs
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sass
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-fssm
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-test_declarative
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-io-console
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-cartridge-ruby-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/Package[oddjob]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-msg-broker-mcollective' returned 1: Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-msg-broker-mcollective-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Broker/Package[rubygem-openshift-origin-msg-broker-mcollective]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-msg-broker-mcollective' returned 1: Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-msg-broker-mcollective-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-broker' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Broker/Package[openshift-origin-broker]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-broker' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[htpasswd]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[htpasswd]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/Exec[restorecon -vr /var/log/openshift]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/Exec[restorecon -vr /var/log/openshift]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/File[openshift broker.conf]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/File[openshift broker.conf]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/File[quickstarts]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/File[quickstarts]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-mongodb' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[mongodb]/Package[openshift-origin-cartridge-mongodb]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-mongodb' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Broker/File[mcollective broker plugin config]: Dependency Package[rubygem-openshift-origin-msg-broker-mcollective] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/File[mcollective broker plugin config]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-broker-util' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-util-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Broker/Package[openshift-origin-broker-util]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-broker-util' returned 1: Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-hike
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-moped
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-journey
Error: Package: openshift-origin-broker-util-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-bigdecimal
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-multi_json
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-tilt
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-origin
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(moped) >= 1.4.2
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-ssl
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(origin) >= 1.0
Error: Package: rubygem-openshift-origin-controller-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-mongoid-3.1.4-1.fc19.noarch (origin-deps)
           Requires: rubygem(activemodel) >= 3.2
           Installing: rubygem-activemodel-3.0.13-2.el6_3.noarch (openshift-origin-deps)
               rubygem(activemodel) = 3.0.13
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-metaclass
Error: Package: openshift-origin-broker-1.15.1.2-1.fc19.noarch (origin-base)
           Requires: rubygem-rack-cache
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-console' returned 1: Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(jquery-rails)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(coffee-rails)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-formtastic
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: rubygem(sass)
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(uglifier)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(haml)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(formtastic)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-compass-rails
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-haml
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(compass-rails)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(sass-rails)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-therubyracer
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Console/Package[openshift-origin-console]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-console' returned 1: Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(jquery-rails)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(coffee-rails)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-formtastic
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: rubygem(sass)
Error: Package: rubygem-sass-twitter-bootstrap-2.0.1-1.fc19.noarch (origin-deps)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(uglifier)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(haml)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(formtastic)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-uglifier
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-jquery-rails
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-compass-rails
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-haml
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-coffee-rails
Error: Package: rubygem-railties-3.0.13-2.el6_2.noarch (openshift-origin-deps)
           Requires: rubygem(thor) < 0.15
           Available: rubygem-thor-0.14.6-2.el6_0.noarch (openshift-origin-deps)
               rubygem(thor) = 0.14.6
           Installing: rubygem-thor-0.18.1-1.el6oso.noarch (openshift-origin-deps)
               rubygem(thor) = 0.18.1
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-sprockets
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(compass-rails)
Error: Package: rubygem-openshift-origin-console-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: rubygem(sass-rails)
Error: Package: openshift-origin-console-1.15.1.3-1.fc19.noarch (origin-base)
           Requires: rubygem-therubyracer
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Console/File[openshift console.conf]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Console/File[openshift console.conf]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Console/File[/var/www/openshift/console/Gemfile.lock]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Console/File[/var/www/openshift/console/Gemfile.lock]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/File[broker and console route for node]: Dependency Package[rubygem-openshift-origin-frontend-apache-mod-rewrite] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/File[broker and console route for node]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/Exec[regen node routes]: Dependency Package[rubygem-openshift-origin-frontend-apache-mod-rewrite] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/Exec[regen node routes]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache/Package[httpd]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache/File[servername config]/ensure: created
Info: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache/File[servername config]: Scheduling refresh of Service[httpd]
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache/Service[httpd]: Unscheduling refresh on Service[httpd]
Notice: /Stage[main]/Openshift_origin::Node/File[create node setting markers dir]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/File[create node setting markers dir]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Broker htpasswd config]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Broker htpasswd config]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Broker htpasswd config]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Console htpasswd config]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Console htpasswd config]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Console htpasswd config]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Console htpasswd config]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Console/Exec[Console gem dependencies]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Console/Exec[Console gem dependencies]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Notice: /Stage[main]/Openshift_origin::Console/Exec[Console gem dependencies]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Console/Exec[Console gem dependencies]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/Exec[Broker gem dependencies]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/Exec[Broker gem dependencies]: Dependency Package[rubygem-openshift-origin-msg-broker-mcollective] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/Exec[Broker gem dependencies]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/Exec[Broker gem dependencies]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/File[/var/www/openshift/broker/Gemfile.lock]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/File[/var/www/openshift/broker/Gemfile.lock]: Dependency Package[rubygem-openshift-origin-msg-broker-mcollective] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/File[/var/www/openshift/broker/Gemfile.lock]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/File[/var/www/openshift/broker/Gemfile.lock]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Broker/Service[openshift-broker]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/Service[openshift-broker]: Dependency Package[rubygem-openshift-origin-msg-broker-mcollective] has failures: true
Notice: /Stage[main]/Openshift_origin::Broker/Service[openshift-broker]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/Service[openshift-broker]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Console/Exec[console selinux booleans]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Console/Exec[console selinux booleans]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Console/Service[openshift-console]: Dependency Package[openshift-origin-broker] has failures: true
Notice: /Stage[main]/Openshift_origin::Console/Service[openshift-console]: Dependency Package[rubygem-openshift-origin-auth-remote-user] has failures: true
Notice: /Stage[main]/Openshift_origin::Console/Service[openshift-console]: Dependency Package[openshift-origin-console] has failures: true
Warning: /Stage[main]/Openshift_origin::Console/Service[openshift-console]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-mysql' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[mariadb]/Package[openshift-origin-cartridge-mysql]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-mysql' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Mongo/File[mongo setup script]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[openshift node pam runuser-l]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[openshift node pam system-auth-ac]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Package[pam_openshift]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/File[openshift node pam-namespace shm.conf]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/File[openshift node pam-namespace tmp.conf]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/File[openshift node pam-namespace vartmp.conf]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[openshift node pam runuser]/returns: executed successfully
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-container-selinux' returned 1: Error: Package: rubygem-openshift-origin-container-selinux-0.4.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Package[rubygem-openshift-origin-container-selinux]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install rubygem-openshift-origin-container-selinux' returned 1: Error: Package: rubygem-openshift-origin-container-selinux-0.4.1.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[update login.defs with min gear uid/gid]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[update login.defs with min gear uid/gid]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Named/File[named key]/ensure: defined content as '{md5}190a8e41accca5e7ca46bd1827546443'
Notice: /Stage[main]/Openshift_origin::Named/File[/var/named/forwarders.conf]/ensure: defined content as '{md5}767ba2e5abaa008ad8a853b9c84b8006'
Notice: /Stage[main]/Openshift_origin::Named/File[infrastructure host configuration (empty)]/ensure: created
Notice: /Stage[main]/Openshift_origin::Named/File[/var/named/dynamic]/mode: mode changed '0770' to '0750'
Notice: /Stage[main]/Openshift_origin::Named/File[dynamic zone]/ensure: defined content as '{md5}f64810f469535cc44d75325ac9524cb5'
Notice: /Stage[main]/Openshift_origin::Node/Exec[node selinux booleans]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Exec[node selinux booleans]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Firewall[node-https]/Exec[Open port 8443:tcp]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Role/Firewall[ssh]/Exec[final iptables setup]/returns: executed successfully
Info: /Stage[main]/Openshift_origin::Named/File[Named configs]: Filebucketed /etc/named.conf to puppet with sum f50aac69f1b2653a7aa41b6ddb4c6f4c
Notice: /Stage[main]/Openshift_origin::Named/File[Named configs]/content: content changed '{md5}f50aac69f1b2653a7aa41b6ddb4c6f4c' to '{md5}3257e009bb7a9cf2fe61d47e040aee86'
Notice: /Stage[main]/Openshift_origin::Named/File[Named configs]/mode: mode changed '0640' to '0644'
Info: /Stage[main]/Openshift_origin::Named/File[Named configs]: Scheduling refresh of Service[named]
Info: /Stage[main]/Openshift_origin::Named/File[Named configs]: Scheduling refresh of Service[named]
Notice: /Stage[main]/Openshift_origin::Named/Exec[named restorecon]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Named/Service[named]/enable: enable changed 'false' to 'true'
Notice: /Stage[main]/Openshift_origin::Named/Service[named]: Triggered 'refresh' from 2 events
Notice: /Stage[main]/Openshift_origin::Update_conf_files/Augeas[network-scripts]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Update_conf_files/File[dhcpclient]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-node-proxy' returned 1: Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Plugins::Frontend::Nodejs_websocket/Package[openshift-origin-node-proxy]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-node-proxy' returned 1: Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Nodejs_websocket/Service[openshift-node-web-proxy]: Dependency Package[openshift-origin-node-proxy] has failures: true
Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Nodejs_websocket/Service[openshift-node-web-proxy]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Frontend::Nodejs_websocket/Service[openshift-node-web-proxy]: Skipping because of failed dependencies
Info: /Stage[main]/Openshift_origin::Mcollective_client/File[mcollective client config]: Filebucketed /opt/rh/ruby193/root/etc/mcollective/client.cfg to puppet with sum 9073f6b9842f885131688f1b3699bc3a
Notice: /Stage[main]/Openshift_origin::Mcollective_client/File[mcollective client config]/content: content changed '{md5}9073f6b9842f885131688f1b3699bc3a' to '{md5}3c3795c89ea37d45d4f441744aacfd51'
Notice: /Stage[main]/Openshift_origin::Broker/Exec[broker selinux booleans]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Broker/Exec[broker selinux booleans]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Modprobe/Exec[load bridge module]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Node/Exec[Reload sysctl]: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[openshift node pam su]/returns: executed successfully
Notice: /Stage[main]/Openshift_origin::Client_tools/File[/etc/profile.d/rhc.sh]: Dependency Package[rhc] has failures: true
Warning: /Stage[main]/Openshift_origin::Client_tools/File[/etc/profile.d/rhc.sh]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Package[mlocate]/ensure: created
Notice: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/Exec[create /etc/openshift dir and set first OpenShift user password]: Dependency Package[openshift-origin-broker] has failures: true
Warning: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/Exec[create /etc/openshift dir and set first OpenShift user password]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-jenkins-client' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[jenkins-client]/Package[openshift-origin-cartridge-jenkins-client]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-jenkins-client' returned 1: Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Activemq/Package[activemq]/ensure: created
Notice: /Stage[main]/Openshift_origin::Activemq/File[/var/run/activemq/]/mode: mode changed '0755' to '0750'
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty-realm.properties config]: Filebucketed /etc/activemq/jetty-realm.properties to puppet with sum 9788a288c3de9a7e2f533004aadad4ea
Notice: /Stage[main]/Openshift_origin::Activemq/File[jetty-realm.properties config]/content: content changed '{md5}9788a288c3de9a7e2f533004aadad4ea' to '{md5}84bf9492db3f748f0ae113f753f3ce5a'
Notice: /Stage[main]/Openshift_origin::Activemq/File[jetty-realm.properties config]/mode: mode changed '0644' to '0444'
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty-realm.properties config]: Scheduling refresh of Service[activemq]
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty-realm.properties config]: Scheduling refresh of Service[activemq]
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty.xml config]: Filebucketed /etc/activemq/jetty.xml to puppet with sum 6b2b72f148227e57db397a110673987d
Notice: /Stage[main]/Openshift_origin::Activemq/File[jetty.xml config]/content: content changed '{md5}6b2b72f148227e57db397a110673987d' to '{md5}722e1366638ebb24935d6156edec4ddd'
Notice: /Stage[main]/Openshift_origin::Activemq/File[jetty.xml config]/mode: mode changed '0644' to '0444'
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty.xml config]: Scheduling refresh of Service[activemq]
Info: /Stage[main]/Openshift_origin::Activemq/File[jetty.xml config]: Scheduling refresh of Service[activemq]
Info: /Stage[main]/Openshift_origin::Activemq/File[activemq.xml config]: Filebucketed /etc/activemq/activemq.xml to puppet with sum 33a199a10259f3f9dc1b098518d9eb4d
Notice: /Stage[main]/Openshift_origin::Activemq/File[activemq.xml config]/content: content changed '{md5}33a199a10259f3f9dc1b098518d9eb4d' to '{md5}d358209508e59cd4985374f49c28ed60'
Notice: /Stage[main]/Openshift_origin::Activemq/File[activemq.xml config]/mode: mode changed '0644' to '0444'
Info: /Stage[main]/Openshift_origin::Activemq/File[activemq.xml config]: Scheduling refresh of Service[activemq]
Info: /Stage[main]/Openshift_origin::Activemq/File[activemq.xml config]: Scheduling refresh of Service[activemq]
Notice: /Stage[main]/Openshift_origin::Activemq/Service[activemq]: Triggered 'refresh' from 6 events
Notice: /Stage[main]/Openshift_origin::Plugins::Container::Selinux/Augeas[openshift node pam sshd]/returns: executed successfully
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-perl' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-perl-1.17.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Installed: httpd-2.2.15-30.el6.centos.x86_64 (@updates)
               httpd = 2.2.15-30.el6.centos
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[perl]/Package[openshift-origin-cartridge-perl]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-perl' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-perl-1.17.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Installed: httpd-2.2.15-30.el6.centos.x86_64 (@updates)
               httpd = 2.2.15-30.el6.centos
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
Error: Package: openshift-origin-node-util-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Node/File[/etc/openshift/env/OPENSHIFT_UMASK]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/File[/etc/openshift/env/OPENSHIFT_UMASK]: Skipping because of failed dependencies
Info: /Stage[main]/Openshift_origin::Update_conf_files/File[/etc/resolv.conf]: Filebucketed /etc/resolv.conf to puppet with sum b3e26bb79e80da74201fa279276bf597
Notice: /Stage[main]/Openshift_origin::Update_conf_files/File[/etc/resolv.conf]/content: content changed '{md5}b3e26bb79e80da74201fa279276bf597' to '{md5}53b2e87389404bbd473c7b4ae5193562'
Notice: /Stage[main]/Openshift_origin::Mongo/Exec[/usr/sbin/oo-mongo-setup]/returns: /opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require': cannot load such file -- open4 (LoadError)
Notice: /Stage[main]/Openshift_origin::Mongo/Exec[/usr/sbin/oo-mongo-setup]/returns:     from /opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
Notice: /Stage[main]/Openshift_origin::Mongo/Exec[/usr/sbin/oo-mongo-setup]/returns:     from /usr/sbin/oo-mongo-setup:21:in `<main>'
Error: /usr/bin/scl enable ruby193 /usr/sbin/oo-mongo-setup returned 1 instead of one of [0]
Error: /Stage[main]/Openshift_origin::Mongo/Exec[/usr/sbin/oo-mongo-setup]/returns: change from notrun to 0 failed: /usr/bin/scl enable ruby193 /usr/sbin/oo-mongo-setup returned 1 instead of one of [0]
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Package[ruby193-mcollective]/ensure: created
Notice: /Stage[main]/Openshift_origin::Node/Service[sshd]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[sshd]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[sshd]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Exec[openshift-facts]: Dependency Package[rubygem-openshift-origin-container-selinux] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Exec[openshift-facts]: Dependency Package[openshift-origin-msg-node-mcollective] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Exec[openshift-facts]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Warning: /Stage[main]/Openshift_origin::Mcollective_server/Exec[openshift-facts]: Skipping because of failed dependencies
Info: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]: Filebucketed /opt/rh/ruby193/root/etc/mcollective/server.cfg to puppet with sum 5823dff1d6df4124a8095e0fb8edfd76
Notice: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]/content: content changed '{md5}5823dff1d6df4124a8095e0fb8edfd76' to '{md5}d62579ea91912e3ec993076eebc83ace'
Notice: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]/mode: mode changed '0640' to '0644'
Notice: /File[mcollective server config]/seltype: seltype changed 'etc_t' to 'usr_t'
Info: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]: Scheduling refresh of Service[ruby193-mcollective]
Info: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]: Scheduling refresh of Service[ruby193-mcollective]
Info: /Stage[main]/Openshift_origin::Mcollective_server/File[mcollective server config]: Scheduling refresh of Service[ruby193-mcollective]
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-tc]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-tc]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[openshift-tc]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-iptables-port-proxy]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[openshift-iptables-port-proxy]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[openshift-iptables-port-proxy]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Service[oddjobd]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[oddjobd]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[oddjobd]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Node/Service[messagebus]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Node/Service[messagebus]: Dependency Package[openshift-origin-node-util] has failures: true
Warning: /Stage[main]/Openshift_origin::Node/Service[messagebus]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-php' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-php-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: php >= 5.5
           Available: php-5.3.3-26.el6.x86_64 (base)
               php = 5.3.3-26.el6
           Installing: php-5.3.3-27.el6_5.x86_64 (updates)
               php = 5.3.3-27.el6_5
Error: Package: openshift-origin-cartridge-php-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Installed: httpd-2.2.15-30.el6.centos.x86_64 (@updates)
               httpd = 2.2.15-30.el6.centos
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[php]/Package[openshift-origin-cartridge-php]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-php' returned 1: Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: libcgroup-tools
Error: Package: openshift-origin-node-proxy-1.17.0.2-1.fc19.noarch (origin-base)
           Requires: systemd-units
Error: Package: rubygem-openshift-origin-node-1.18.0.1-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: rubygem-openshift-origin-common-1.18.0.2-1.fc19.noarch (origin-base)
           Requires: ruby(release)
Error: Package: openshift-origin-cartridge-php-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: php >= 5.5
           Available: php-5.3.3-26.el6.x86_64 (base)
               php = 5.3.3-26.el6
           Installing: php-5.3.3-27.el6_5.x86_64 (updates)
               php = 5.3.3-27.el6_5
Error: Package: openshift-origin-cartridge-php-1.18.0.3-1.fc19.noarch (origin-base)
           Requires: httpd > 2.3
           Installed: httpd-2.2.15-30.el6.centos.x86_64 (@updates)
               httpd = 2.2.15-30.el6.centos
           Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
               httpd = 2.2.15-29.el6.centos
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-10gen-mms-agent] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-jenkins-client] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-perl] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-jenkins] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-haproxy] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-mongodb] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-nodejs] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-ruby] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-diy] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-php] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-postgresql] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-mysql] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-cron] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[rubygem-openshift-origin-node] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-python] has failures: true
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Dependency Package[openshift-origin-cartridge-phpmyadmin] has failures: true
Warning: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Skipping because of failed dependencies
Notice: /Stage[main]/Openshift_origin::Mcollective_server/Service[ruby193-mcollective]: Triggered 'refresh' from 3 events
Notice: Finished catalog run in 1651.28 seconds

I guess that is possible that all my troubles was produced by 'puppetlabs-deps' repo but I don't checked it yet.

strobe commented 10 years ago

I found that oo-installer at configuration stage has been configured with fedora-19 repositories links (by default), after I manually changed it to rhel-6, openshift successfully installed.

Therefore I think that is 2 main reasons for troubles like I had:

giuseppegaleota commented 9 years ago

Hi all I am trying to automate deploy OpenShift Origin into OpenStack by Heat using this template: https://github.com/openstack/heat-templates/blob/master/openshift-origin/centos65/OpenShift.yaml I have used a centos-6.5-x86_64 image with preinstalled cfntools.

I can see the following into the /var/log/configure_origin.log:

... ... Info: /Stage[main]/Openshift_origin::Plugins::Auth::Htpasswd/File[Auth plugin config]: Scheduling refresh of Service[openshift-broker] Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: python33-mod_wsgi-3.4-9.el6.x86_64 (origin-deps) Requires: httpd24-httpd-mmn = 20120211x8664 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[python]/Package[openshift-origin-cartridge-python]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: python33-mod_wsgi-3.4-9.el6.x86_64 (origin-deps) Requires: httpd24-httpd-mmn = 20120211x8664 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

1) What does this error mean?

Moreover, despite that error the installation process continues: Notice: /Stage[main]/Openshift_origin::Plugins::Dns::Nsupdate/File[plugin openshift-origin-dns-nsupdate.conf]/ensure: defined content as '{md5}2b8e9cfc7f82dc303c3a6fbd9fa14fcb' Notice: /Stage[main]/Openshift_origin::Plugins::Frontend::Apache_mod_rewrite/Package[rubygem-openshift-origin-frontend-apache-mod-rewrite]/ensure: created Notice: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[cron]/Package[openshift-origin-cartridge-cron]/ensure: created Info: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[cron]/Package[openshift-origin-cartridge-cron]: Scheduling refresh of Service[ruby193-mcollective]

but now it is blocked on the last row. 2) Why does this status happen?

Thank you very much, Giuseppe

openshift-bot commented 4 years ago

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

openshift-bot commented 4 years ago

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten /remove-lifecycle stale

openshift-bot commented 4 years ago

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

openshift-ci-robot commented 4 years ago

@openshift-bot: Closing this issue.

In response to [this](https://github.com/openshift/openshift-extras/issues/287#issuecomment-703291620): >Rotten issues close after 30d of inactivity. > >Reopen the issue by commenting `/reopen`. >Mark the issue as fresh by commenting `/remove-lifecycle rotten`. >Exclude this issue from closing again by commenting `/lifecycle frozen`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.