Difference between revisions of "User:StasFomin/Cache/Katello"
From Wiki4Intranet
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | yum localinstall https://subscription.eng.sw.ru/pub/katello-ca-consumer-subscription.eng.sw.ru-1.0-1.noarch.rpm | ||
+ | subscription-manager register --org="VZ" --activationkey="PCS-BTN-1Y+99000078+F5Z8OSVERXGHRS17YA0TZO1Q5G3ZG79N" | ||
+ | |||
+ | |||
<pre> | <pre> | ||
Installing Debug: Package[tfm-rubygem-foreman_discovery](prov [99%] [.......................................................................................................... ]^Installing Done [100%] [..........................................................................................................] | Installing Debug: Package[tfm-rubygem-foreman_discovery](prov [99%] [.......................................................................................................... ]^Installing Done [100%] [..........................................................................................................] | ||
Line 26: | Line 31: | ||
yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
yum -y install foreman-release-scl | yum -y install foreman-release-scl | ||
+ | |||
+ | https://www.softwarecollections.org/repos/rhscl/ruby193/rhscl-ruby193-el7-epel-7-x86_64/repodata/ | ||
+ | https://www.softwarecollections.org/repos/rhscl/v8314/rhscl-v8314-el7-epel-7-x86_64/ | ||
</pre> | </pre> |
Latest revision as of 18:24, 11 January 2016
yum localinstall https://subscription.eng.sw.ru/pub/katello-ca-consumer-subscription.eng.sw.ru-1.0-1.noarch.rpm subscription-manager register --org="VZ" --activationkey="PCS-BTN-1Y+99000078+F5Z8OSVERXGHRS17YA0TZO1Q5G3ZG79N"
Installing Debug: Package[tfm-rubygem-foreman_discovery](prov [99%] [.......................................................................................................... ]^Installing Done [100%] [..........................................................................................................] Success! * Katello is running at https://subscription.eng.sw.ru Initial credentials are admin / ymvvfUCAgPCmafFj * Capsule is running at https://subscription.eng.sw.ru:9090 * To install additional capsule on separate machine continue by running:" capsule-certs-generate --capsule-fqdn "$CAPSULE" --certs-tar "~/$CAPSULE-certs.tar" The full log is at /var/log/katello-installer/katello-installer.log
wget https://fedorapeople.org/groups/katello/releases/yum/nightly/katello/RHEL/7Server/x86_64/katello-repos-latest.rpm yum localinstall katello-repos-latest.rpm #bad yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum//katello/RHEL/7Server/x86_64/katello-repos-latest.rpm yum -y localinstall http://yum.theforeman.org/nightly/el7/x86_64/foreman-release.rpm yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum -y install foreman-release-scl https://www.softwarecollections.org/repos/rhscl/ruby193/rhscl-ruby193-el7-epel-7-x86_64/repodata/ https://www.softwarecollections.org/repos/rhscl/v8314/rhscl-v8314-el7-epel-7-x86_64/