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 603774 Details for
Bug 824940
rhui-installer adds proxy configuration only to pulp.conf
[?]
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.
Disproving screen log
log (text/plain), 58.91 KB, created by
mkovacik
on 2012-08-12 13:32:36 UTC
(
hide
)
Description:
Disproving screen log
Filename:
MIME Type:
Creator:
mkovacik
Created:
2012-08-12 13:32:36 UTC
Size:
58.91 KB
patch
obsolete
>[root@ip-10-204-70-243 ~]# cat answers.cfg >[general] >version: 1.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-204-70-243.ec2.internal >ssl_cert: /root/pem/ip-10-204-70-243.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > ># proxy_server_host: proxy.example.com ># proxy_server_port: 443 ># proxy_server_username: admin ># proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-101-13-72.ec2.internal >ssl_cert: /root/pem/ip-10-101-13-72.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-224-1-176.ec2.internal >ssl_cert: /root/pem/ip-10-224-1-176.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-32-49-46.ec2.internal >ssl_cert: /root/pem/ip-10-32-49-46.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-204-70-243 ~]# cat /etc/pulp/pulp.conf ># Server options ># ># server_name: server hostname(protocol defaults to https) ># relative_url: the relative url at which repos are exposed to the clients ># key_url: the relative url at which gpg keys are exposed to clients ># default_login: default admin username for your pulp server ># default_password: default password for admin ># Highly recommend changing the default_password with "pulp-admin user update" ># >[server] >server_name: ip-10-204-70-243.ec2.internal >relative_url: /pulp/repos >key_url: /pulp/gpg >ks_url: /pulp/ks >default_login: admin >default_password: admin > ># Messaging options. ># ># url: the broker url. ># cacert: path to PEM encoded CA certificate file ># clientcert: path to PEM encoded file containing both ># the private key and certificate. ># ># The url has form: <transport>://<host>:<port> where ># transport can be (tcp|ssl). When ssl is specified, ># cacert and clientcert must be specified. > >[messaging] >url: ssl://ip-10-204-70-243.ec2.internal:5674 >cacert: /etc/pki/rhua/qpid-ca.crt >clientcert: /etc/pki/rhua/qpid-client.crt > ># ># AMQP event processing ># >[events] >send_enabled: false >recv_enabled: false > ># Configures aspects of the pulp web server security. ># ># cacert: full path to the CA certificate that will be used to sign ># consumer and admin identification certificates. This MUST match ># the value of SSLCACertificateFile in /etc/httpd/conf.d/pulp.conf. ># cakey: full path to the private key for the CA certificate ># user_cert_expiration: number of days a user certificate is valid ># consumer_cert_expiration: number of days a consumer certificate is valid > >[security] >cacert: /etc/pki/rhua/user-ca-cert.crt >cakey: /etc/pki/rhua/user-ca-key.pem >user_cert_expiration: 7 >consumer_cert_expiration: 3650 >ssl_ca_certificate = /etc/pki/rhua/rhua-ssl-ca-cert.crt > ># Full path to the CA certificate used to sign the Pulp server's SSL certificate. ># Consumers and CDS instances will use this to verify the Pulp server's SSL ># certificate during the SSL handshake. ># ssl_ca_certificate: > ># oauth_key: string key to enable OAuth style authentication ># oauth_secret: string shared secret that can be used for OAuth style authentication ># For more info see: https://fedorahosted.org/pulp/wiki/Authentication > >[auditing] >audit_events: false >events_file: /var/log/pulp/events.log >lifetime: 90 >backups: 4 > ># Configuration for storage of consumer history ># ># lifetime: length in days - consumer history entries older than this ># will be purged; setting this to -1 will disable history purging >[consumer_history] >lifetime: 180 > >[logs] >config: /etc/pulp/logging/basic.cfg > >[yum] >threads: 4 ># True/False to flag if we should remove older rpms >remove_old_versions: false ># Integer to specify how many old packages to keep. ># Only used if 'removeold' is set to True >num_old_pkgs_keep: 2 ># Uncomment below to set a bandwidth limit in KB/sec for downloading ># 0 represents unlimited ># limit_in_KB: 500 ># Uncomment the below section with appropriate values for proxy configuration ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: ># Verify existing package options >verify_checksum: false >verify_size: false > >[repos] >content_url: https://cdn.redhat.com/ >use_entitlement_certs = false >default_to_published: true > >[database] ># automatically upgrade the database when the data model changes >name: pulp_database ># comma separated list of URIs to pass to pymongo >seeds: localhost > ># Uncomment the below section with appropriate values, to use an ># external ldap for user authentication instead of pulp. >#[ldap] >#uri: ldap://localhost >#base: dc=localhost >#tls: no >#default_role: consumer-users ># Uncomment the "filter" directive to set a more restrictive LDAP ># filter to limit the LDAP users who can authenticate to pulp. >#filter: (gidNumber=200) > >[cds] ># messaging timeout for sync. <initial>:<duration> >sync_timeout = 10:7200 >[root@ip-10-204-70-243 ~]# cat /etc/rhui/rhui-tools.conf >[rhua] >hostname: ip-10-204-70-243.ec2.internal >ssl_ca_cert: /etc/pki/rhua/rhua-ssl-ca-cert.crt > >[security] > ># CA certificate that is used to sign and verify client entitlement certificates >entitlement_ca: /etc/pki/rhui/entitlement-ca.crt >entitlement_ca_key: /etc/pki/rhui/entitlement-ca-key.pem > >identity_cert: /etc/pki/rhui/identity.crt >identity_key: /etc/pki/rhui/identity.key > >[redhat] >content_ca: /etc/rhui/cdn.redhat.com-chain.crt >server_url: https://cdn.redhat.com > >[yum] ># Uncomment and set the following attributes to use a proxy to connect to Red Hat. ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: > >[rhui] >config_rpm_files: /etc/rhui >cert_dir: /etc/pki/rhui/redhat > ># Time, in hours, between recurring syncs >repo_sync_frequency: 6 >cds_sync_frequency: 6 > ># Time, in seconds, between CDS/repo screen refresh >sync_status_refresh: 5 > ># Warnings will be issued if certificates expire within the set number of ># days >expiration_warning: 30 >[root@ip-10-204-70-243 ~]# rpm -qf /etc/rhui/rhui-tools.conf >rh-rhui-tools-2.1.8-1.el6_3.noarch >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhui-tools >Name : rh-rhui-tools Relocations: (not relocatable) >Version : 2.1.8 Vendor: Red Hat, Inc. >Release : 1.el6_3 Build Date: Fri 03 Aug 2012 04:04:08 PM EDT >Install Date: Sun 12 Aug 2012 08:07:34 AM EDT Build Host: x86-008.build.bos.redhat.com >Group : Applications/Internet Source RPM: rh-rhui-tools-2.1.8-1.el6_3.src.rpm >Size : 762430 License: GPLv2 >Signature : RSA/8, Fri 10 Aug 2012 09:24:17 AM EDT, Key ID 199e2f91fd431d51 >Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> >URL : http://redhat.com >Summary : Tools for installing and configuring the Red Hat Update Infrastructure >Description : >Tools necessary to configure the Red Hat Update Infrastructure. >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# cat answers.cfg >[general] >version: 2.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-204-70-243.ec2.internal >ssl_cert: /root/pem/ip-10-204-70-243.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > >proxy_server_host: proxy.example.com >proxy_server_port: 443 >proxy_server_username: admin >proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-101-13-72.ec2.internal >ssl_cert: /root/pem/ip-10-101-13-72.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-224-1-176.ec2.internal >ssl_cert: /root/pem/ip-10-224-1-176.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-32-49-46.ec2.internal >ssl_cert: /root/pem/ip-10-32-49-46.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-204-70-243 ~]# rhui-installer answers.cfg >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-101-13-72.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-224-1-176.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-32-49-46.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-204-70-243 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-2.0-2.el6.noarch.rpm >Preparing... ########################################### [100%] > 1:rh-rhua-config ########################################### [100%] >Updating RHUA Server Configuration >Updating RHUA Repository Authentication Configuration >Updating Apache SSL Configuration >removing persisted tasks >data model in use matches the current version >database migration to version 41 complete >Stopping httpd: [ OK ] >Stopping Qpid AMQP daemon: [ OK ] >Stopping mongod: [ OK ] >Starting mongod: [ OK ] >Starting Qpid AMQP daemon: [ OK ] >Starting httpd: [ OK ] >[root@ip-10-204-70-243 ~]# cat /etc/pulp/pulp.conf ># Server options ># ># server_name: server hostname(protocol defaults to https) ># relative_url: the relative url at which repos are exposed to the clients ># key_url: the relative url at which gpg keys are exposed to clients ># default_login: default admin username for your pulp server ># default_password: default password for admin ># Highly recommend changing the default_password with "pulp-admin user update" ># >[server] >server_name: ip-10-204-70-243.ec2.internal >relative_url: /pulp/repos >key_url: /pulp/gpg >ks_url: /pulp/ks >default_login: admin >default_password: admin > ># Messaging options. ># ># url: the broker url. ># cacert: path to PEM encoded CA certificate file ># clientcert: path to PEM encoded file containing both ># the private key and certificate. ># ># The url has form: <transport>://<host>:<port> where ># transport can be (tcp|ssl). When ssl is specified, ># cacert and clientcert must be specified. > >[messaging] >url: ssl://ip-10-204-70-243.ec2.internal:5674 >cacert: /etc/pki/rhua/qpid-ca.crt >clientcert: /etc/pki/rhua/qpid-client.crt > ># ># AMQP event processing ># >[events] >send_enabled: false >recv_enabled: false > ># Configures aspects of the pulp web server security. ># ># cacert: full path to the CA certificate that will be used to sign ># consumer and admin identification certificates. This MUST match ># the value of SSLCACertificateFile in /etc/httpd/conf.d/pulp.conf. ># cakey: full path to the private key for the CA certificate ># user_cert_expiration: number of days a user certificate is valid ># consumer_cert_expiration: number of days a consumer certificate is valid > >[security] >cacert: /etc/pki/rhua/user-ca-cert.crt >cakey: /etc/pki/rhua/user-ca-key.pem >user_cert_expiration: 7 >consumer_cert_expiration: 3650 >ssl_ca_certificate = /etc/pki/rhua/rhua-ssl-ca-cert.crt > ># Full path to the CA certificate used to sign the Pulp server's SSL certificate. ># Consumers and CDS instances will use this to verify the Pulp server's SSL ># certificate during the SSL handshake. ># ssl_ca_certificate: > ># oauth_key: string key to enable OAuth style authentication ># oauth_secret: string shared secret that can be used for OAuth style authentication ># For more info see: https://fedorahosted.org/pulp/wiki/Authentication > >[auditing] >audit_events: false >events_file: /var/log/pulp/events.log >lifetime: 90 >backups: 4 > ># Configuration for storage of consumer history ># ># lifetime: length in days - consumer history entries older than this ># will be purged; setting this to -1 will disable history purging >[consumer_history] >lifetime: 180 > >[logs] >config: /etc/pulp/logging/basic.cfg > >[yum] >threads: 4 ># True/False to flag if we should remove older rpms >remove_old_versions: false ># Integer to specify how many old packages to keep. ># Only used if 'removeold' is set to True >num_old_pkgs_keep: 2 ># Uncomment below to set a bandwidth limit in KB/sec for downloading ># 0 represents unlimited ># limit_in_KB: 500 ># Uncomment the below section with appropriate values for proxy configuration ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: ># Verify existing package options >verify_checksum: false >verify_size: false > >[repos] >content_url: https://cdn.redhat.com/ >use_entitlement_certs = false >default_to_published: true > >[database] ># automatically upgrade the database when the data model changes >name: pulp_database ># comma separated list of URIs to pass to pymongo >seeds: localhost > ># Uncomment the below section with appropriate values, to use an ># external ldap for user authentication instead of pulp. >#[ldap] >#uri: ldap://localhost >#base: dc=localhost >#tls: no >#default_role: consumer-users ># Uncomment the "filter" directive to set a more restrictive LDAP ># filter to limit the LDAP users who can authenticate to pulp. >#filter: (gidNumber=200) > >[cds] ># messaging timeout for sync. <initial>:<duration> >sync_timeout = 10:7200 >[root@ip-10-204-70-243 ~]# cat /etc/rhui/rhui-tools.conf >[rhua] >hostname: ip-10-204-70-243.ec2.internal >ssl_ca_cert: /etc/pki/rhua/rhua-ssl-ca-cert.crt > >[security] > ># CA certificate that is used to sign and verify client entitlement certificates >entitlement_ca: /etc/pki/rhui/entitlement-ca.crt >entitlement_ca_key: /etc/pki/rhui/entitlement-ca-key.pem > >identity_cert: /etc/pki/rhui/identity.crt >identity_key: /etc/pki/rhui/identity.key > >[redhat] >content_ca: /etc/rhui/cdn.redhat.com-chain.crt >server_url: https://cdn.redhat.com > >[yum] ># Uncomment and set the following attributes to use a proxy to connect to Red Hat. ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: > >[rhui] >config_rpm_files: /etc/rhui >cert_dir: /etc/pki/rhui/redhat > ># Time, in hours, between recurring syncs >repo_sync_frequency: 6 >cds_sync_frequency: 6 > ># Time, in seconds, between CDS/repo screen refresh >sync_status_refresh: 5 > ># Warnings will be issued if certificates expire within the set number of ># days >expiration_warning: 30 >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhui-conf >package rh-rhui-conf is not installed >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhui-confing >package rh-rhui-confing is not installed >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhui-config >package rh-rhui-config is not installed >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhua-config >Name : rh-rhua-config Relocations: (not relocatable) >Version : 2.0 Vendor: (none) >Release : 2.el6 Build Date: Sun 12 Aug 2012 08:48:38 AM EDT >Install Date: Sun 12 Aug 2012 08:48:55 AM EDT Build Host: ip-10-204-70-243.ec2.internal >Group : Applications/Internet Source RPM: rh-rhua-config-2.0-2.el6.src.rpm >Size : 110744 License: GPLv2 >Signature : (none) >URL : http://redhat.com >Summary : Custom configuration for a RHUA instance >Description : >Configuration files for a RHUA instance >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# cat answers.cfg >[general] >version: 3.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-204-70-243.ec2.internal >ssl_cert: /root/pem/ip-10-204-70-243.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > >proxy_server_host: proxy.example.com >proxy_server_port: 443 >#proxy_server_username: admin >#proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-101-13-72.ec2.internal >ssl_cert: /root/pem/ip-10-101-13-72.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-224-1-176.ec2.internal >ssl_cert: /root/pem/ip-10-224-1-176.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-32-49-46.ec2.internal >ssl_cert: /root/pem/ip-10-32-49-46.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-204-70-243 ~]# rhui-installer answers.cfg >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-101-13-72.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-224-1-176.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-32-49-46.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-204-70-243 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-3.0-2.el6.noarch.rpm >Preparing... ########################################### [100%] > 1:rh-rhua-config ########################################### [100%] >Updating RHUA Server Configuration >Updating RHUA Repository Authentication Configuration >Updating Apache SSL Configuration >removing persisted tasks >data model in use matches the current version >database migration to version 41 complete >Stopping httpd: [ OK ] >Stopping Qpid AMQP daemon: [ OK ] >Stopping mongod: [ OK ] >Starting mongod: [ OK ] >Starting Qpid AMQP daemon: [ OK ] >Starting httpd: [ OK ] >[root@ip-10-204-70-243 ~]# cat /etc/pulp/pulp.conf ># Server options ># ># server_name: server hostname(protocol defaults to https) ># relative_url: the relative url at which repos are exposed to the clients ># key_url: the relative url at which gpg keys are exposed to clients ># default_login: default admin username for your pulp server ># default_password: default password for admin ># Highly recommend changing the default_password with "pulp-admin user update" ># >[server] >server_name: ip-10-204-70-243.ec2.internal >relative_url: /pulp/repos >key_url: /pulp/gpg >ks_url: /pulp/ks >default_login: admin >default_password: admin > ># Messaging options. ># ># url: the broker url. ># cacert: path to PEM encoded CA certificate file ># clientcert: path to PEM encoded file containing both ># the private key and certificate. ># ># The url has form: <transport>://<host>:<port> where ># transport can be (tcp|ssl). When ssl is specified, ># cacert and clientcert must be specified. > >[messaging] >url: ssl://ip-10-204-70-243.ec2.internal:5674 >cacert: /etc/pki/rhua/qpid-ca.crt >clientcert: /etc/pki/rhua/qpid-client.crt > ># ># AMQP event processing ># >[events] >send_enabled: false >recv_enabled: false > ># Configures aspects of the pulp web server security. ># ># cacert: full path to the CA certificate that will be used to sign ># consumer and admin identification certificates. This MUST match ># the value of SSLCACertificateFile in /etc/httpd/conf.d/pulp.conf. ># cakey: full path to the private key for the CA certificate ># user_cert_expiration: number of days a user certificate is valid ># consumer_cert_expiration: number of days a consumer certificate is valid > >[security] >cacert: /etc/pki/rhua/user-ca-cert.crt >cakey: /etc/pki/rhua/user-ca-key.pem >user_cert_expiration: 7 >consumer_cert_expiration: 3650 >ssl_ca_certificate = /etc/pki/rhua/rhua-ssl-ca-cert.crt > ># Full path to the CA certificate used to sign the Pulp server's SSL certificate. ># Consumers and CDS instances will use this to verify the Pulp server's SSL ># certificate during the SSL handshake. ># ssl_ca_certificate: > ># oauth_key: string key to enable OAuth style authentication ># oauth_secret: string shared secret that can be used for OAuth style authentication ># For more info see: https://fedorahosted.org/pulp/wiki/Authentication > >[auditing] >audit_events: false >events_file: /var/log/pulp/events.log >lifetime: 90 >backups: 4 > ># Configuration for storage of consumer history ># ># lifetime: length in days - consumer history entries older than this ># will be purged; setting this to -1 will disable history purging >[consumer_history] >lifetime: 180 > >[logs] >config: /etc/pulp/logging/basic.cfg > >[yum] >threads: 4 ># True/False to flag if we should remove older rpms >remove_old_versions: false ># Integer to specify how many old packages to keep. ># Only used if 'removeold' is set to True >num_old_pkgs_keep: 2 ># Uncomment below to set a bandwidth limit in KB/sec for downloading ># 0 represents unlimited ># limit_in_KB: 500 ># Uncomment the below section with appropriate values for proxy configuration ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: ># Verify existing package options >verify_checksum: false >verify_size: false > >[repos] >content_url: https://cdn.redhat.com/ >use_entitlement_certs = false >default_to_published: true > >[database] ># automatically upgrade the database when the data model changes >name: pulp_database ># comma separated list of URIs to pass to pymongo >seeds: localhost > ># Uncomment the below section with appropriate values, to use an ># external ldap for user authentication instead of pulp. >#[ldap] >#uri: ldap://localhost >#base: dc=localhost >#tls: no >#default_role: consumer-users ># Uncomment the "filter" directive to set a more restrictive LDAP ># filter to limit the LDAP users who can authenticate to pulp. >#filter: (gidNumber=200) > >[cds] ># messaging timeout for sync. <initial>:<duration> >sync_timeout = 10:7200 >[root@ip-10-204-70-243 ~]# cat /etc/rhui/rhui-tools.conf >[rhua] >hostname: ip-10-204-70-243.ec2.internal >ssl_ca_cert: /etc/pki/rhua/rhua-ssl-ca-cert.crt > >[security] > ># CA certificate that is used to sign and verify client entitlement certificates >entitlement_ca: /etc/pki/rhui/entitlement-ca.crt >entitlement_ca_key: /etc/pki/rhui/entitlement-ca-key.pem > >identity_cert: /etc/pki/rhui/identity.crt >identity_key: /etc/pki/rhui/identity.key > >[redhat] >content_ca: /etc/rhui/cdn.redhat.com-chain.crt >server_url: https://cdn.redhat.com > >[yum] ># Uncomment and set the following attributes to use a proxy to connect to Red Hat. ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: > >[rhui] >config_rpm_files: /etc/rhui >cert_dir: /etc/pki/rhui/redhat > ># Time, in hours, between recurring syncs >repo_sync_frequency: 6 >cds_sync_frequency: 6 > ># Time, in seconds, between CDS/repo screen refresh >sync_status_refresh: 5 > ># Warnings will be issued if certificates expire within the set number of ># days >expiration_warning: 30 >[root@ip-10-204-70-243 ~]# ls -la /etc/rhui/rhui-tools.conf >-rw-r--r--. 1 root root 955 Aug 12 08:56 /etc/rhui/rhui-tools.conf >[root@ip-10-204-70-243 ~]# date >Sun Aug 12 08:57:47 EDT 2012 >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# rhui-installer answers.cfg >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-101-13-72.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-224-1-176.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-32-49-46.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-204-70-243 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-4.0-2.el6.noarch.rpm >error: open of /tmp/rhui/rh-rhua-config-4.0-2.el6.noarch.rpm failed: No such file or directory >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# cat answers.cfg >[general] >version: 4.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-204-70-243.ec2.internal >ssl_cert: /root/pem/ip-10-204-70-243.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > >proxy_server_host: proxy.example.com ># proxy_server_port: 443 >#proxy_server_username: admin >#proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-101-13-72.ec2.internal >ssl_cert: /root/pem/ip-10-101-13-72.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-224-1-176.ec2.internal >ssl_cert: /root/pem/ip-10-224-1-176.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-32-49-46.ec2.internal >ssl_cert: /root/pem/ip-10-32-49-46.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-204-70-243 ~]# rhui-installer answers.cfg >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-101-13-72.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-224-1-176.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-32-49-46.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-204-70-243 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-4.0-2.el6.noarch.rpm >Preparing... ########################################### [100%] > 1:rh-rhua-config ########################################### [100%] >Updating RHUA Server Configuration >Updating RHUA Repository Authentication Configuration >Updating Apache SSL Configuration >removing persisted tasks >data model in use matches the current version >database migration to version 41 complete >Stopping httpd: ^[[A[ OK ] >Stopping Qpid AMQP daemon: [ OK ] >Stopping mongod: [ OK ] >Starting mongod: [ OK ] >Starting Qpid AMQP daemon: [ OK ] >Starting httpd: [ OK ] >[root@ip-10-204-70-243 ~]# vim answers.cfg >[root@ip-10-204-70-243 ~]# cat /etc/rhui/rhui-tools.conf >[rhua] >hostname: ip-10-204-70-243.ec2.internal >ssl_ca_cert: /etc/pki/rhua/rhua-ssl-ca-cert.crt > >[security] > ># CA certificate that is used to sign and verify client entitlement certificates >entitlement_ca: /etc/pki/rhui/entitlement-ca.crt >entitlement_ca_key: /etc/pki/rhui/entitlement-ca-key.pem > >identity_cert: /etc/pki/rhui/identity.crt >identity_key: /etc/pki/rhui/identity.key > >[redhat] >content_ca: /etc/rhui/cdn.redhat.com-chain.crt >server_url: https://cdn.redhat.com > >[yum] ># Uncomment and set the following attributes to use a proxy to connect to Red Hat. ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: > >[rhui] >config_rpm_files: /etc/rhui >cert_dir: /etc/pki/rhui/redhat > ># Time, in hours, between recurring syncs >repo_sync_frequency: 6 >cds_sync_frequency: 6 > ># Time, in seconds, between CDS/repo screen refresh >sync_status_refresh: 5 > ># Warnings will be issued if certificates expire within the set number of ># days >expiration_warning: 30 >[root@ip-10-204-70-243 ~]# cat /etc/pulp/pulp.conf ># Server options ># ># server_name: server hostname(protocol defaults to https) ># relative_url: the relative url at which repos are exposed to the clients ># key_url: the relative url at which gpg keys are exposed to clients ># default_login: default admin username for your pulp server ># default_password: default password for admin ># Highly recommend changing the default_password with "pulp-admin user update" ># >[server] >server_name: ip-10-204-70-243.ec2.internal >relative_url: /pulp/repos >key_url: /pulp/gpg >ks_url: /pulp/ks >default_login: admin >default_password: admin > ># Messaging options. ># ># url: the broker url. ># cacert: path to PEM encoded CA certificate file ># clientcert: path to PEM encoded file containing both ># the private key and certificate. ># ># The url has form: <transport>://<host>:<port> where ># transport can be (tcp|ssl). When ssl is specified, ># cacert and clientcert must be specified. > >[messaging] >url: ssl://ip-10-204-70-243.ec2.internal:5674 >cacert: /etc/pki/rhua/qpid-ca.crt >clientcert: /etc/pki/rhua/qpid-client.crt > ># ># AMQP event processing ># >[events] >send_enabled: false >recv_enabled: false > ># Configures aspects of the pulp web server security. ># ># cacert: full path to the CA certificate that will be used to sign ># consumer and admin identification certificates. This MUST match ># the value of SSLCACertificateFile in /etc/httpd/conf.d/pulp.conf. ># cakey: full path to the private key for the CA certificate ># user_cert_expiration: number of days a user certificate is valid ># consumer_cert_expiration: number of days a consumer certificate is valid > >[security] >cacert: /etc/pki/rhua/user-ca-cert.crt >cakey: /etc/pki/rhua/user-ca-key.pem >user_cert_expiration: 7 >consumer_cert_expiration: 3650 >ssl_ca_certificate = /etc/pki/rhua/rhua-ssl-ca-cert.crt > ># Full path to the CA certificate used to sign the Pulp server's SSL certificate. ># Consumers and CDS instances will use this to verify the Pulp server's SSL ># certificate during the SSL handshake. ># ssl_ca_certificate: > ># oauth_key: string key to enable OAuth style authentication ># oauth_secret: string shared secret that can be used for OAuth style authentication ># For more info see: https://fedorahosted.org/pulp/wiki/Authentication > >[auditing] >audit_events: false >events_file: /var/log/pulp/events.log >lifetime: 90 >backups: 4 > ># Configuration for storage of consumer history ># ># lifetime: length in days - consumer history entries older than this ># will be purged; setting this to -1 will disable history purging >[consumer_history] >lifetime: 180 > >[logs] >config: /etc/pulp/logging/basic.cfg > >[yum] >threads: 4 ># True/False to flag if we should remove older rpms >remove_old_versions: false ># Integer to specify how many old packages to keep. ># Only used if 'removeold' is set to True >num_old_pkgs_keep: 2 ># Uncomment below to set a bandwidth limit in KB/sec for downloading ># 0 represents unlimited ># limit_in_KB: 500 ># Uncomment the below section with appropriate values for proxy configuration ># proxy_url: ># proxy_port: ># proxy_user: ># proxy_pass: ># Verify existing package options >verify_checksum: false >verify_size: false > >[repos] >content_url: https://cdn.redhat.com/ >use_entitlement_certs = false >default_to_published: true > >[database] ># automatically upgrade the database when the data model changes >name: pulp_database ># comma separated list of URIs to pass to pymongo >seeds: localhost > ># Uncomment the below section with appropriate values, to use an ># external ldap for user authentication instead of pulp. >#[ldap] >#uri: ldap://localhost >#base: dc=localhost >#tls: no >#default_role: consumer-users ># Uncomment the "filter" directive to set a more restrictive LDAP ># filter to limit the LDAP users who can authenticate to pulp. >#filter: (gidNumber=200) > >[cds] ># messaging timeout for sync. <initial>:<duration> >sync_timeout = 10:7200 >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# cat .rhui/rhui-installer.log >Loading answers from [answers.cfg] >Generating RHUA configuration using the following input > ssl_key : [/root/pem/server.key] > proxy_hostname : [proxy.example.com] > ca_cert : [/root/pem/ca.crt] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-rhua-config] > ssl_cert : [/root/pem/ip-10-204-70-243.ec2.internal.crt] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-204-70-243.ec2.internal] > rpm_version : [4.0] > dest_dir : [/tmp/rhui] > qpid_client : [/etc/rhui/qpid/client.crt] >Creating user PKI private key [openssl genrsa -out /tmp/rhui/rh-rhua-config-4.0/tmp/rh-rhua-config-4.0/user-ca-key.pem 2048] >Creating user PKI certificate [openssl req -new -x509 -subj "/CN=RHUI User PKI" -days 365 -key /tmp/rhui/rh-rhua-config-4.0/tmp/rh-rhua-config-4.0/user-ca-key.pem -out /tmp/rhui/rh-rhua-config-4.0/tmp/rh-rhua-config-4.0/user-ca-cert.crt] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-rhua-config-4.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-rhua-config-4.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-rhua-config-4.0/build/RPMS" /tmp/rhui/rh-rhua-config-4.0/build/SPECS//rh-rhua-config-4.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.B9x4mE >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hvWNWp >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vwHaxb >Processing files: rh-rhua-config-4.0-2.el6.noarch >Provides: config(rh-rhua-config) = 4.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-rhua-config-4.0/build/RPMS/noarch/rh-rhua-config-4.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rKbeKJ > >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-4.0/build/BUILD >+ cd /tmp/rhui/rh-rhua-config-4.0/build/BUILD >+ rm -rf rh-rhua-config-4.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-rhua-config-4.0/build/SOURCES/rh-rhua-config-4.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-rhua-config-4.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-4.0/build/BUILD >+ cd rh-rhua-config-4.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-4.0/build/BUILD >+ cd rh-rhua-config-4.0 >+ rm -rf /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/rhua-ssl-cert.crt /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/rhua-ssl-key.pem /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/rhua-ssl-ca-cert.crt /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/user-ca-cert.crt /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/user-ca-key.pem /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ mkdir -p /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/rhui_configurator.py /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/qpid-ca.crt /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/qpid-client.crt /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ cp -R /tmp/rhui/rh-rhua-config-4.0/build/BUILD/rh-rhua-config-4.0/qpid-nss /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT//etc/pki/rhua >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-4.0/build/BUILD >+ cd rh-rhua-config-4.0 >+ rm -rf /tmp/rhui/rh-rhua-config-4.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-101-13-72.ec2.internal.crt] > rpm_version : [4.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-101-13-72.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds1-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds1-config-4.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds1-config-4.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds1-config-4.0/build/RPMS" /tmp/rhui/rh-cds1-config-4.0/build/SPECS//rh-cds1-config-4.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.piLbM1 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9YaA7N >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZYWCtA >Processing files: rh-cds1-config-4.0-2.el6.noarch >Provides: config(rh-cds1-config) = 4.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds1-config-4.0/build/RPMS/noarch/rh-cds1-config-4.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HdQX09 > >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-4.0/build/BUILD >+ cd /tmp/rhui/rh-cds1-config-4.0/build/BUILD >+ rm -rf rh-cds1-config-4.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds1-config-4.0/build/SOURCES/rh-cds1-config-4.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds1-config-4.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-4.0/build/BUILD >+ cd rh-cds1-config-4.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-4.0/build/BUILD >+ cd rh-cds1-config-4.0 >+ rm -rf /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-4.0/build/BUILD/rh-cds1-config-4.0/cds-ssl-cert.crt /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-4.0/build/BUILD/rh-cds1-config-4.0/cds-ssl-key.pem /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds1-config-4.0/build/BUILD/rh-cds1-config-4.0/rhui_configurator.py /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds1-config-4.0/build/BUILD/rh-cds1-config-4.0/qpid-ca.crt /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-4.0/build/BUILD/rh-cds1-config-4.0/qpid-client.crt /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-4.0/build/BUILD >+ cd rh-cds1-config-4.0 >+ rm -rf /tmp/rhui/rh-cds1-config-4.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-224-1-176.ec2.internal.crt] > rpm_version : [4.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-224-1-176.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds2-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds2-config-4.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds2-config-4.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds2-config-4.0/build/RPMS" /tmp/rhui/rh-cds2-config-4.0/build/SPECS//rh-cds2-config-4.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HzkIj8 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KQGmlV >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LGpFnI >Processing files: rh-cds2-config-4.0-2.el6.noarch >Provides: config(rh-cds2-config) = 4.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds2-config-4.0/build/RPMS/noarch/rh-cds2-config-4.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p4n2pj > >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-4.0/build/BUILD >+ cd /tmp/rhui/rh-cds2-config-4.0/build/BUILD >+ rm -rf rh-cds2-config-4.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds2-config-4.0/build/SOURCES/rh-cds2-config-4.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds2-config-4.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-4.0/build/BUILD >+ cd rh-cds2-config-4.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-4.0/build/BUILD >+ cd rh-cds2-config-4.0 >+ rm -rf /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-4.0/build/BUILD/rh-cds2-config-4.0/cds-ssl-cert.crt /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-4.0/build/BUILD/rh-cds2-config-4.0/cds-ssl-key.pem /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds2-config-4.0/build/BUILD/rh-cds2-config-4.0/rhui_configurator.py /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds2-config-4.0/build/BUILD/rh-cds2-config-4.0/qpid-ca.crt /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-4.0/build/BUILD/rh-cds2-config-4.0/qpid-client.crt /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-4.0/build/BUILD >+ cd rh-cds2-config-4.0 >+ rm -rf /tmp/rhui/rh-cds2-config-4.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-32-49-46.ec2.internal.crt] > rpm_version : [4.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-32-49-46.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds3-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds3-config-4.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds3-config-4.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds3-config-4.0/build/RPMS" /tmp/rhui/rh-cds3-config-4.0/build/SPECS//rh-cds3-config-4.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MWL6yq >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cGBfne >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EIO3b2 >Processing files: rh-cds3-config-4.0-2.el6.noarch >Provides: config(rh-cds3-config) = 4.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds3-config-4.0/build/RPMS/noarch/rh-cds3-config-4.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YsPcKE > >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-4.0/build/BUILD >+ cd /tmp/rhui/rh-cds3-config-4.0/build/BUILD >+ rm -rf rh-cds3-config-4.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds3-config-4.0/build/SOURCES/rh-cds3-config-4.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds3-config-4.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-4.0/build/BUILD >+ cd rh-cds3-config-4.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-4.0/build/BUILD >+ cd rh-cds3-config-4.0 >+ rm -rf /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-4.0/build/BUILD/rh-cds3-config-4.0/cds-ssl-cert.crt /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-4.0/build/BUILD/rh-cds3-config-4.0/cds-ssl-key.pem /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds3-config-4.0/build/BUILD/rh-cds3-config-4.0/rhui_configurator.py /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds3-config-4.0/build/BUILD/rh-cds3-config-4.0/qpid-ca.crt /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-4.0/build/BUILD/rh-cds3-config-4.0/qpid-client.crt /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-4.0/build/BUILD >+ cd rh-cds3-config-4.0 >+ rm -rf /tmp/rhui/rh-cds3-config-4.0/build/BUILDROOT >+ exit 0 > >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# cat answers.cfg >[general] >version: 5.0 >dest_dir: /tmp/rhui >qpid_ca: /etc/rhui/qpid/ca.crt >qpid_client: /etc/rhui/qpid/client.crt >qpid_nss_db: /etc/rhui/qpid/nss > >[rhua] >rpm_name: rh-rhua-config >hostname: ip-10-204-70-243.ec2.internal >ssl_cert: /root/pem/ip-10-204-70-243.ec2.internal.crt >ssl_key: /root/pem/server.key >ca_cert: /root/pem/ca.crt > >proxy_server_host: proxy.example.com >proxy_server_port: 443 >proxy_server_username: admin >proxy_server_password: password > >[cds-1] >rpm_name: rh-cds1-config >hostname: ip-10-101-13-72.ec2.internal >ssl_cert: /root/pem/ip-10-101-13-72.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-2] >rpm_name: rh-cds2-config >hostname: ip-10-224-1-176.ec2.internal >ssl_cert: /root/pem/ip-10-224-1-176.ec2.internal.crt >ssl_key: /root/pem/server.key > >[cds-3] >rpm_name: rh-cds3-config >hostname: ip-10-32-49-46.ec2.internal >ssl_cert: /root/pem/ip-10-32-49-46.ec2.internal.crt >ssl_key: /root/pem/server.key > > >[root@ip-10-204-70-243 ~]# rhui-installer answers.cfg >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-101-13-72.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-224-1-176.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-32-49-46.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-204-70-243 ~]# cat .rhui/rhui-installer.log >Loading answers from [answers.cfg] >Generating RHUA configuration using the following input > ssl_key : [/root/pem/server.key] > proxy_hostname : [proxy.example.com] > ca_cert : [/root/pem/ca.crt] > qpid_ca : [/etc/rhui/qpid/ca.crt] > proxy_password : [password] > proxy_port : [443] > rpm_name : [rh-rhua-config] > ssl_cert : [/root/pem/ip-10-204-70-243.ec2.internal.crt] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-204-70-243.ec2.internal] > rpm_version : [5.0] > dest_dir : [/tmp/rhui] > qpid_client : [/etc/rhui/qpid/client.crt] > proxy_username : [admin] >Creating user PKI private key [openssl genrsa -out /tmp/rhui/rh-rhua-config-5.0/tmp/rh-rhua-config-5.0/user-ca-key.pem 2048] >Creating user PKI certificate [openssl req -new -x509 -subj "/CN=RHUI User PKI" -days 365 -key /tmp/rhui/rh-rhua-config-5.0/tmp/rh-rhua-config-5.0/user-ca-key.pem -out /tmp/rhui/rh-rhua-config-5.0/tmp/rh-rhua-config-5.0/user-ca-cert.crt] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-rhua-config-5.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-rhua-config-5.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-rhua-config-5.0/build/RPMS" /tmp/rhui/rh-rhua-config-5.0/build/SPECS//rh-rhua-config-5.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oUWfzT >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wp2Fy4 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8hlIAf >Processing files: rh-rhua-config-5.0-2.el6.noarch >Provides: config(rh-rhua-config) = 5.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-rhua-config-5.0/build/RPMS/noarch/rh-rhua-config-5.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4bNnTC > >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-5.0/build/BUILD >+ cd /tmp/rhui/rh-rhua-config-5.0/build/BUILD >+ rm -rf rh-rhua-config-5.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-rhua-config-5.0/build/SOURCES/rh-rhua-config-5.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-rhua-config-5.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-5.0/build/BUILD >+ cd rh-rhua-config-5.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-5.0/build/BUILD >+ cd rh-rhua-config-5.0 >+ rm -rf /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/rhua-ssl-cert.crt /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/rhua-ssl-key.pem /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/rhua-ssl-ca-cert.crt /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/user-ca-cert.crt /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/user-ca-key.pem /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ mkdir -p /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/rhui_configurator.py /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/qpid-ca.crt /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/qpid-client.crt /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ cp -R /tmp/rhui/rh-rhua-config-5.0/build/BUILD/rh-rhua-config-5.0/qpid-nss /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT//etc/pki/rhua >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-rhua-config-5.0/build/BUILD >+ cd rh-rhua-config-5.0 >+ rm -rf /tmp/rhui/rh-rhua-config-5.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-101-13-72.ec2.internal.crt] > rpm_version : [5.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-101-13-72.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds1-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds1-config-5.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds1-config-5.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds1-config-5.0/build/RPMS" /tmp/rhui/rh-cds1-config-5.0/build/SPECS//rh-cds1-config-5.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Kcyfre >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0r3mnq >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ewB9jC >Processing files: rh-cds1-config-5.0-2.el6.noarch >Provides: config(rh-cds1-config) = 5.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds1-config-5.0/build/RPMS/noarch/rh-cds1-config-5.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AfGEQ0 > >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-5.0/build/BUILD >+ cd /tmp/rhui/rh-cds1-config-5.0/build/BUILD >+ rm -rf rh-cds1-config-5.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds1-config-5.0/build/SOURCES/rh-cds1-config-5.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds1-config-5.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-5.0/build/BUILD >+ cd rh-cds1-config-5.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-5.0/build/BUILD >+ cd rh-cds1-config-5.0 >+ rm -rf /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-5.0/build/BUILD/rh-cds1-config-5.0/cds-ssl-cert.crt /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-5.0/build/BUILD/rh-cds1-config-5.0/cds-ssl-key.pem /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds1-config-5.0/build/BUILD/rh-cds1-config-5.0/rhui_configurator.py /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds1-config-5.0/build/BUILD/rh-cds1-config-5.0/qpid-ca.crt /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds1-config-5.0/build/BUILD/rh-cds1-config-5.0/qpid-client.crt /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds1-config-5.0/build/BUILD >+ cd rh-cds1-config-5.0 >+ rm -rf /tmp/rhui/rh-cds1-config-5.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-224-1-176.ec2.internal.crt] > rpm_version : [5.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-224-1-176.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds2-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds2-config-5.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds2-config-5.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds2-config-5.0/build/RPMS" /tmp/rhui/rh-cds2-config-5.0/build/SPECS//rh-cds2-config-5.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.P5Jtrw >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CK0JWI >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RdOBsV >Processing files: rh-cds2-config-5.0-2.el6.noarch >Provides: config(rh-cds2-config) = 5.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds2-config-5.0/build/RPMS/noarch/rh-cds2-config-5.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hkf04k > >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-5.0/build/BUILD >+ cd /tmp/rhui/rh-cds2-config-5.0/build/BUILD >+ rm -rf rh-cds2-config-5.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds2-config-5.0/build/SOURCES/rh-cds2-config-5.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds2-config-5.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-5.0/build/BUILD >+ cd rh-cds2-config-5.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-5.0/build/BUILD >+ cd rh-cds2-config-5.0 >+ rm -rf /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-5.0/build/BUILD/rh-cds2-config-5.0/cds-ssl-cert.crt /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-5.0/build/BUILD/rh-cds2-config-5.0/cds-ssl-key.pem /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds2-config-5.0/build/BUILD/rh-cds2-config-5.0/rhui_configurator.py /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds2-config-5.0/build/BUILD/rh-cds2-config-5.0/qpid-ca.crt /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds2-config-5.0/build/BUILD/rh-cds2-config-5.0/qpid-client.crt /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds2-config-5.0/build/BUILD >+ cd rh-cds2-config-5.0 >+ rm -rf /tmp/rhui/rh-cds2-config-5.0/build/BUILDROOT >+ exit 0 > >Generating CDS configuration using the following input > ssl_key : [/root/pem/server.key] > ssl_cert : [/root/pem/ip-10-32-49-46.ec2.internal.crt] > rpm_version : [5.0] > qpid_client : [/etc/rhui/qpid/client.crt] > dest_dir : [/tmp/rhui] > qpid_nss_db : [/etc/rhui/qpid/nss] > hostname : [ip-10-32-49-46.ec2.internal] > rhua_hostname : [ip-10-204-70-243.ec2.internal] > qpid_ca : [/etc/rhui/qpid/ca.crt] > rpm_name : [rh-cds3-config] >Executing RPM build command [rpmbuild -bb --buildroot /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT --define "_builddir /tmp/rhui/rh-cds3-config-5.0/build/BUILD" --define "_sourcedir /tmp/rhui/rh-cds3-config-5.0/build/SOURCES" --define "_rpmdir /tmp/rhui/rh-cds3-config-5.0/build/RPMS" /tmp/rhui/rh-cds3-config-5.0/build/SPECS//rh-cds3-config-5.0.spec] >RPM creation output >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d64vsA >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rrVBuN >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xe6ix0 >Processing files: rh-cds3-config-5.0-2.el6.noarch >Provides: config(rh-cds3-config) = 5.0-2.el6 >Requires(interp): /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh >Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT >Wrote: /tmp/rhui/rh-cds3-config-5.0/build/RPMS/noarch/rh-cds3-config-5.0-2.el6.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rz6Jkr > >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-5.0/build/BUILD >+ cd /tmp/rhui/rh-cds3-config-5.0/build/BUILD >+ rm -rf rh-cds3-config-5.0 >+ /usr/bin/gzip -dc /tmp/rhui/rh-cds3-config-5.0/build/SOURCES/rh-cds3-config-5.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rh-cds3-config-5.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-5.0/build/BUILD >+ cd rh-cds3-config-5.0 >+ exit 0 >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-5.0/build/BUILD >+ cd rh-cds3-config-5.0 >+ rm -rf /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT >+ mkdir -p /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-5.0/build/BUILD/rh-cds3-config-5.0/cds-ssl-cert.crt /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-5.0/build/BUILD/rh-cds3-config-5.0/cds-ssl-key.pem /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//etc/pki/cds >+ mkdir -p /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds3-config-5.0/build/BUILD/rh-cds3-config-5.0/rhui_configurator.py /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//usr/bin >+ cp /tmp/rhui/rh-cds3-config-5.0/build/BUILD/rh-cds3-config-5.0/qpid-ca.crt /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//etc/pki/cds >+ cp /tmp/rhui/rh-cds3-config-5.0/build/BUILD/rh-cds3-config-5.0/qpid-client.crt /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT//etc/pki/cds >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip >+ /usr/lib/rpm/brp-strip-static-archive >+ /usr/lib/rpm/brp-strip-comment-note >+ umask 022 >+ cd /tmp/rhui/rh-cds3-config-5.0/build/BUILD >+ cd rh-cds3-config-5.0 >+ rm -rf /tmp/rhui/rh-cds3-config-5.0/build/BUILDROOT >+ exit 0 > >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# >[root@ip-10-204-70-243 ~]# rpm -qi rh-rhua-config >Name : rh-rhua-config Relocations: (not relocatable) >Version : 4.0 Vendor: (none) >Release : 2.el6 Build Date: Sun 12 Aug 2012 08:59:09 AM EDT >Install Date: Sun 12 Aug 2012 08:59:15 AM EDT Build Host: ip-10-204-70-243.ec2.internal >Group : Applications/Internet Source RPM: rh-rhua-config-4.0-2.el6.src.rpm >Size : 110744 License: GPLv2 >Signature : (none) >URL : http://redhat.com >Summary : Custom configuration for a RHUA instance >Description : >Configuration files for a RHUA instance >[root@ip-10-204-70-243 ~]# rpm -qf /etc/rhui/rhui-tools.conf >rh-rhui-tools-2.1.8-1.el6_3.noarch >[root@ip-10-204-70-243 ~]#
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 824940
:
603774
|
604697