Created
June 28, 2014 19:05
-
-
Save strobe/654b1519397fa3d3e689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@broker ~]# oo-diagnostics | |
No request sent, we did not discover any nodes.FAIL: test_node_profiles_districts_from_broker | |
No node hosts found. Please install some, | |
or ensure the existing ones respond to 'oo-mco ping'. | |
OpenShift cannot host gears without at least one node host responding. | |
FAIL: run_script | |
oo-accept-broker had errors: | |
--BEGIN OUTPUT-- | |
NOTICE: SELinux is Enforcing | |
NOTICE: SELinux is Enforcing | |
FAIL: Did not get expected HTTP 200 response from https://localhost/broker/rest/cartridges | |
1 ERRORS | |
--END oo-accept-broker OUTPUT-- | |
FAIL: run_script | |
oo-accept-systems -w 2 had errors: | |
--BEGIN OUTPUT-- | |
No request sent, we did not discover any nodes.FAIL: No node hosts responded. Run 'oo-mco ping' and troubleshoot if this is unexpected. | |
1 ERRORS | |
--END oo-accept-systems -w 2 OUTPUT-- | |
No request sent, we did not discover any nodes.WARN: test_broker_certificate | |
Using a self-signed certificate for the broker | |
1 WARNINGS | |
3 ERRORS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@broker ~]# oo-accept-broker -v | |
INFO: Broker package is: openshift-origin-broker | |
INFO: checking packages | |
INFO: checking package rubygem-openshift-origin-common | |
INFO: checking package rubygem-openshift-origin-controller | |
INFO: checking package openshift-origin-broker | |
INFO: checking package ruby193-rubygem-rails | |
INFO: checking package ruby193-rubygem-passenger | |
INFO: checking package ruby193-rubygems | |
INFO: checking ruby requirements | |
INFO: checking ruby requirements for openshift-origin-controller | |
INFO: checking ruby requirements for config/application | |
INFO: checking that selinux modules are loaded | |
NOTICE: SELinux is Enforcing | |
NOTICE: SELinux is Enforcing | |
INFO: SELinux boolean httpd_execmem is enabled | |
INFO: SELinux boolean httpd_unified is enabled | |
INFO: SELinux boolean httpd_can_network_connect is enabled | |
INFO: SELinux boolean httpd_can_network_relay is enabled | |
INFO: SELinux boolean httpd_run_stickshift is enabled | |
INFO: SELinux boolean allow_ypbind is enabled | |
INFO: checking firewall settings | |
INFO: checking mongo datastore configuration | |
INFO: Datastore Host: broker.openshift.evgeniy.cc | |
INFO: Datastore Port: 27017 | |
INFO: Datastore User: openshift | |
INFO: Datastore SSL: false | |
INFO: Datastore Password has been set to non-default | |
INFO: Datastore DB Name: openshift_broker | |
INFO: Datastore: mongo db service is remote | |
INFO: checking mongo db login access | |
INFO: mongo db login successful: broker.openshift.evgeniy.cc:27017/openshift_broker --username openshift | |
INFO: checking services | |
INFO: checking cloud user authentication | |
INFO: auth plugin = OpenShift::RemoteUserAuthService | |
INFO: auth plugin: OpenShift::RemoteUserAuthService | |
INFO: checking remote-user auth configuration | |
INFO: Auth trusted header: REMOTE_USER | |
INFO: Auth passthrough is enabled for OpenShift services | |
INFO: Got HTTP 200 response from https://localhost/broker/rest/api | |
FAIL: Did not get expected HTTP 200 response from https://localhost/broker/rest/cartridges | |
INFO: Got HTTP 401 response from https://localhost/broker/rest/user | |
INFO: Got HTTP 401 response from https://localhost/broker/rest/domains | |
INFO: checking dynamic dns plugin | |
INFO: dynamic dns plugin = OpenShift::NsupdatePlugin | |
INFO: checking bind dns plugin configuration | |
INFO: DNS Server: 10.129.183.49 | |
INFO: DNS Port: 53 | |
INFO: DNS Zone: apps.openshift.evgeniy.cc | |
INFO: DNS Domain Suffix: apps.openshift.evgeniy.cc | |
INFO: DNS Update Auth: key | |
INFO: DNS Key Name: apps.openshift.evgeniy.cc | |
INFO: DNS Key Value: ***** | |
INFO: adding txt record named testrecord.apps.openshift.evgeniy.cc to server 10.129.183.49: this_is_a_test | |
INFO: txt record successfully added | |
INFO: deleteing txt record named testrecord.apps.openshift.evgeniy.cc to server 10.129.183.49: | |
INFO: txt record successfully deleted | |
INFO: checking messaging configuration | |
INFO: messaging plugin = OpenShift::MCollectiveApplicationContainerProxy | |
1 ERRORS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment