Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

Puppet Enterprise Guided Installation Failed

$
0
0
Puppet Master OS: CentOS 6.8 I made sure that the servers hostname is its FQDN and that it can ping itself on that FQDN. The output tells me to go to https://:3000 in my browser. The FQDN of the server is not listed and when I try to access the site at https://FQDN:3000 I get a connection refused error on Chrome. Any help you can provide is appreciated. Thanks. conf.d LICENSE.txt packages puppet-enterprise-installer puppet-enterprise-uninstaller README.markdown VERSION [root@puppet puppet1]# ./puppet-enterprise-installer ~/puppet1 ~/puppet1 ============================================================= Puppet Enterprise Installer ============================================================= Puppet Enterprise offers two different methods of installation. [1] Guided install Recommended for beginners. This method will install and configure a temporary webserver to walk you through the various configuration options. NOTE: This method requires you to be able to access port 3000 on this machine from your desktop web browser. [2] Text-mode Recommended for advanced users. This method will open your $EDITOR (vi) with a PE config file (pe.conf) for you to edit before you proceed with installation. The pe.conf file is a HOCON formatted file that declares parameters and values needed to install and configure PE. We recommend that you review it carefully before proceeding. ============================================================= How to proceed? [1]: 1 ## We're installing the Puppet Agent... 2017-09-27 07:57:26,437 Running command: mkdir -p /opt/puppetlabs/server/data/packages/public/2017.2.4/el-7-x86_64-1.10.8 2017-09-27 07:57:26,443 Running command: cp -r -L /root/puppet1/packages/el-7-x86_64/* /opt/puppetlabs/server/data/packages/public/2017.2.4/el-7-x86_64-1.10.8 2017-09-27 07:57:30,057 Running command: cp -r -L /root/puppet1/packages/GPG-KEY-puppetlabs /opt/puppetlabs/server/data/packages/public 2017-09-27 07:57:30,310 Running command: cp -r -L /root/puppet1/packages/GPG-KEY-puppet /opt/puppetlabs/server/data/packages/public 2017-09-27 07:57:30,320 Running command: mkdir -p /etc/yum.repos.d 2017-09-27 07:57:30,383 Running command: echo '[puppet_enterprise]' > /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,391 Running command: echo 'name=PuppetLabs PE Packages $releasever - $basearch' >> /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,399 Running command: echo 'baseurl=file:///opt/puppetlabs/server/data/packages/public/2017.2.4/el-7-x86_64-1.10.8' >> /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,407 Running command: echo 'enabled=1' >> /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,415 Running command: echo 'gpgcheck=1' >> /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,423 Running command: echo -e 'gpgkey=file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppetlabs\n file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppet' >> /etc/yum.repos.d/puppet_enterprise.repo 2017-09-27 07:57:30,431 Running command: rpm --import /root/puppet1/packages/GPG-KEY-puppetlabs 2017-09-27 07:57:30,733 Running command: rpm --import /root/puppet1/packages/GPG-KEY-puppet 2017-09-27 07:57:30,852 Running command: yum clean all --disablerepo='*' --enablerepo=puppet_enterprise Loaded plugins: fastestmirror Cleaning repos: puppet_enterprise Cleaning up Everything Cleaning up list of fastest mirrors grep: : No such file or directory 2017-09-27 07:57:31,293 Running command: yum install -y puppet-agent-1.10.8 pe-installer pe-modules Loaded plugins: fastestmirror Setting up Install Process Determining fastest mirrors * base: mirrors.mit.edu * extras: mirror.vtti.vt.edu * updates: mirror.es.its.nyu.edu http://yum.puppetlabs.com/el/7/dependencies/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/articles/1320623 If above article doesn't help to resolve this issue please open a ticket with Red Hat Support. Error: Cannot retrieve repository metadata (repomd.xml) for repository: puppetlabs-deps. Please verify its path and try again ## We're preparing the Web Installer... ./puppet-enterprise-installer: line 728: /opt/puppetlabs/puppet/bin/facter: No such file or directory 2017-09-27 07:57:32,131 Running command: mkdir -p /opt/puppetlabs/puppet/share/installer/installer 2017-09-27 07:57:32,141 Running command: cp -pR /root/puppet1/* /opt/puppetlabs/puppet/share/installer/installer/ ## Go to https://:3000 in your browser to continue installation. ## Be sure to use 'https://' and that port 3000 is reachable through the firewall. 2017-09-27 07:57:35,839 Running command: RACK_ENV=production /opt/puppetlabs/puppet/share/installer/vendor/bundler/bin/thin start --debug -p 3000 -a 0.0.0.0 --ssl --ssl-disable-verify &> /dev/null [root@puppet puppet1]#

Viewing all articles
Browse latest Browse all 6104

Trending Articles