Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 855630 Details for
Bug 1056906
openshift.ks/openshift.sh: RHSM/RHN is all or nothing (registration, configuring pools and channels, validation, etc.)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Results for Test 45
test-45-output.log (text/plain), 9.32 KB, created by
Miciah Dashiel Butler Masters
on 2014-01-26 06:40:38 UTC
(
hide
)
Description:
Results for Test 45
Filename:
MIME Type:
Creator:
Miciah Dashiel Butler Masters
Created:
2014-01-26 06:40:38 UTC
Size:
9.32 KB
patch
obsolete
>Configuration: >CONF_INSTALL_METHOD=rhsm >Running openshift.sh: > >+ domain=example.com >+ hosts_domain=example.com >++ ensure_domain broker example.com >++ [[ broker == *.* ]] >++ echo broker.example.com >+ broker_hostname=broker.example.com >++ ensure_domain node example.com >++ [[ node == *.* ]] >++ echo node.example.com >+ node_hostname=node.example.com >++ ensure_domain ns1 example.com >++ [[ ns1 == *.* ]] >++ echo ns1.example.com >+ named_hostname=ns1.example.com >++ ensure_domain activemq example.com >++ [[ activemq == *.* ]] >++ echo activemq.example.com >+ activemq_hostname=activemq.example.com >++ ensure_domain datastore example.com >++ [[ datastore == *.* ]] >++ echo datastore.example.com >+ datastore_hostname=datastore.example.com >+ broker >+ : >+ hostname=broker.example.com >++ head -1 >++ awk '/inet .*global/ { split($2,a,"/"); print a[1]; }' >++ /sbin/ip addr show >+ cur_ip_addr=172.16.14.55 >+ broker_ip_addr=172.16.14.55 >+ node_ip_addr=172.16.14.55 >+ profile_name=OpenShift-broker.example.com-172.16.14.55- >+ node_apache_frontend=mod_rewrite >+ named >+ : >+ named_ip_addr=172.16.14.55 >++ awk '/nameserver/ { printf "%s; ", $2 }' /etc/resolv.conf >+ nameservers='172.16.14.20; ' >+ iface=eth0 >+ '[' x '!=' x ']' >+ bind_key= >+ broker >+ : >+ conf_valid_gear_sizes=small >++ openssl rand -base64 20 >+ randomized=d1+x7G0lBbgu3JSe/iVS16Pf8RA= >+ broker >+ : >+ broker_auth_salt=d1+x7G0lBbgu3JSe/iVS16Pf8RA= >++ openssl rand -hex 64 >+ randomized=2dc2ed067e3391d9e02796903070eca78e3eeea8172d1cb76da6fd3fcfc69494cab678c24fc5982738c37d1f283d304f2e5a1f551fdf01ebf6e361ce6db3cb8e >+ broker >+ : >+ broker_session_secret=2dc2ed067e3391d9e02796903070eca78e3eeea8172d1cb76da6fd3fcfc69494cab678c24fc5982738c37d1f283d304f2e5a1f551fdf01ebf6e361ce6db3cb8e >+ broker >+ : >+ console_session_secret=2dc2ed067e3391d9e02796903070eca78e3eeea8172d1cb76da6fd3fcfc69494cab678c24fc5982738c37d1f283d304f2e5a1f551fdf01ebf6e361ce6db3cb8e >+ datastore_replicants=datastore.example.com:27017 >++ for repl in '${datastore_replicants//,/ }' >++ [[ datastore.example.com:27017 =~ : ]] >++ printf ,%s datastore.example.com:27017 >+ datastore_replicants=,datastore.example.com:27017 >+ datastore_replicants=datastore.example.com:27017 >+ activemq_replicants=activemq.example.com >+ activemq >+ : >+ activemq_admin_password=2dc2ed067e3391d9e02796903070eca78e3eeea8172d1cb76da6fd3fcfc69494cab678c24fc5982738c37d1f283d304f2e5a1f551fdf01ebf6e361ce6db3cb8e >+ activemq >+ : >+ activemq_amq_user_password=password >+ mcollective_user=mcollective >+ mcollective_password=marionette >+ mongodb_admin_user=admin >+ mongodb_admin_password=mongopass >+ mongodb_broker_user=openshift >+ mongodb_broker_password=mongopass >+ mongodb_key=OSEnterprise >+ mongodb_replset=ose >+ mongodb_name=openshift_broker >+ broker >+ : >+ openshift_user1=demo >+ broker >+ : >+ openshift_password1=changeme >+ routing_plugin_user=routinginfo >+ routing_plugin_pass=routinginfopassword >+ for action in '${actions//,/ }' >++ type -t validate_preflight >+ '[' function = function ']' >+ validate_preflight >+ echo 'OpenShift: Begin preflight validation.' >OpenShift: Begin preflight validation. >+ preflight_failure= >+ grep -q 'Enterprise.* 6' /etc/redhat-release >+ command -v getenforce >/usr/sbin/getenforce >++ getenforce >+ [[ Enforcing =~ Enforcing|Permissive ]] >+ command -v rpm >/bin/rpm >+ command -v yum >/usr/bin/yum >+ rpm -q rpm yum >rpm-4.8.0-37.el6.x86_64 >yum-3.2.29-40.el6.noarch >+ [[ rhsm = rhn ]] >+ [[ rhsm = rhsm ]] >+ grep -q 'identity is:' >+ subscription-manager identity >+ [[ ! -n '' ]] >+ grep -q '^Repo ID:\s*rhel-6-server-ose-2.0-\(infra\|node\)-rpms$' >+ tac >+ subscription-manager repos >+ '[' rhsm = yum -a '!' '' ']' >+ '[' '' ']' >+ echo 'OpenShift: Completed preflight validation.' >OpenShift: Completed preflight validation. >+ for action in '${actions//,/ }' >++ type -t configure_repos >+ '[' function = function ']' >+ configure_repos >+ echo 'OpenShift: Begin configuring repos.' >OpenShift: Begin configuring repos. >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_optional_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_infra_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_node_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_jbosseap_cartridge_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_client_tools_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_jbosseap_repo() { false; }' >+ for repo in optional infra node jbosseap_cartridge client_tools jbosseap jbossews >+ eval 'need_jbossews_repo() { false; }' >+ is_true '' >+ for arg in '"$@"' >+ [[ x =~ x(1|true) ]] >+ return 1 >+ activemq >+ : >+ need_infra_repo >+ : >+ node >+ : >+ is_false '' >+ for arg in '"$@"' >+ [[ x =~ x(1|true) ]] >+ return 0 >+ is_false '' >+ for arg in '"$@"' >+ [[ x =~ x(1|true) ]] >+ return 0 >+ case "$CONF_INSTALL_METHOD" in >+ configure_rhsm_channels >+ [[ -n '' ]] >+ echo 'OpenShift: No credentials given for RHSM; assuming already configured' >OpenShift: No credentials given for RHSM; assuming already configured >+ [[ -n '' ]] >+ echo 'OpenShift: No pool ids were given, so none are being registered' >OpenShift: No pool ids were given, so none are being registered >+ need_node_repo >+ : >+ subscription-manager repos --enable=rhel-6-server-ose-2.0-node-rpms >Repo rhel-6-server-ose-2.0-node-rpms is enabled for this system. >+ configure_subscription >+ configure_ose_yum_repos >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ yum_install_or_exit openshift-enterprise-yum-validator >+ echo 'OpenShift: yum install openshift-enterprise-yum-validator' >OpenShift: yum install openshift-enterprise-yum-validator >+ yum install -y openshift-enterprise-yum-validator --disableplugin=rhnplugin >Loaded plugins: priorities, product-id, security, subscription-manager >This system is receiving updates from Red Hat Subscription Management. >Setting up Install Process >Package openshift-enterprise-yum-validator-2.0.1-1.el6op.noarch already installed and latest version >Nothing to do >+ '[' 0 -ne 0 ']' >+ roles= >+ need_infra_repo >+ : >+ roles=' --role broker' >+ need_client_tools_repo >+ : >+ roles=' --role broker --role client' >+ need_node_repo >+ : >+ roles=' --role broker --role client --role node' >+ need_jbosseap_cartridge_repo >+ : >+ roles=' --role broker --role client --role node --role node-eap' >+ oo-admin-yum-validator -o 2.0 --fix-all --role broker --role client --role node --role node-eap >Detected OpenShift Enterprise repository subscription managed by Red Hat Subscription Manager. > >Enabled repository jb-ews-2-for-rhel-6-server-rpms >Enabled repository rhel-6-server-ose-2.0-jbosseap-rpms >Enabled repository jb-eap-6-for-rhel-6-server-rpms >Checking if yum-plugin-priorities is installed >Checking channel/repository priorities >Resolving repository/channel/subscription priority conflicts >Setting priority for repository rhel-server-rhscl-6-rpms to 10 >Setting priority for repository rhel-6-server-ose-2.0-jbosseap-rpms to 10 >Setting priority for repository rhel-6-server-ose-2.0-rhc-rpms to 10 >Setting priority for repository rhel-6-server-ose-2.0-node-rpms to 10 >Setting priority for repository rhel-6-server-ose-2.0-infra-rpms to 10 >Setting priority for repository rhel-6-server-rpms to 20 >Setting priority for repository jb-ews-2-for-rhel-6-server-rpms to 30 >Setting priority for repository jb-eap-6-for-rhel-6-server-rpms to 30 >Setting package exclusions for the following repositories: > jb-ews-2-for-rhel-6-server-rpms: httpd httpd-tools mod_ssl > rhel-6-server-rpms: tomcat6* > jb-eap-6-for-rhel-6-server-rpms: httpd httpd-tools mod_ssl >+ oo-admin-yum-validator -o 2.0 --role broker --role client --role node --role node-eap >Detected OpenShift Enterprise repository subscription managed by Red Hat Subscription Manager. > >Checking if yum-plugin-priorities is installed >Checking channel/repository priorities >No problems could be detected! >+ yum_install_or_exit openshift-enterprise-release >+ echo 'OpenShift: yum install openshift-enterprise-release' >OpenShift: yum install openshift-enterprise-release >+ yum install -y openshift-enterprise-release --disableplugin=rhnplugin >Loaded plugins: priorities, product-id, security, subscription-manager >This system is receiving updates from Red Hat Subscription Management. >20 packages excluded due to repository priority protections >Setting up Install Process >Package openshift-enterprise-release-2.0.1-1.el6op.noarch already installed and latest version >Nothing to do >+ '[' 0 -ne 0 ']' >+ configure_ose_yum_repos >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ for repo in infra node jbosseap_cartridge client_tools >+ '[' '' '!=' '' ']' >+ '[' '' '!=' '' ']' >+ echo 'OpenShift: Completed configuring repos.' >OpenShift: Completed configuring repos.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1056906
:
855305
|
855306
|
855307
| 855630 |
855631
|
855632
|
855633