Displaying 20 results from an estimated 40000 matches similar to: "Up and running with puppet"
2013 Jun 21
2
mysql access denied on dashboard puppet
i am at a lost, i setup the db schema , database.yml and etc.... passwords
are correct.
im getting the below error, im trying to get my dashboard to work .....help
any? i also chmod the database.yml file to 660
# mysql -u dashboard -p dashboard_production
Enter password:
ERROR 1045 (28000): Access denied for user ''dashboard''@''localhost'' (using
password:
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
I''ve installed Puppet and am installing Dashboard on CentOS 6. I''m running
into an ''undefined method'' when installing the dashboard. To install
Puppet Open Source, I ran:
> rpm -ivh
2011 Oct 24
2
Problem(s) with installing Puppet Dashboard
Hello!
I''m trying to install puppet dashboard according to the instructions
in the documentation : http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html
I am installing it from the .deb package, however after installation I
cannot find the "settings.yml" file.
Also, when trying to "prepare schema" by running rake
RAILS_ENV=production db:migrate it
2012 May 29
1
Puppet Dashboard: Setting up RAILS environment
no matter what I try I keep getting this error:
rake RAILS_ENV=production db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
Access denied for user ''dashboard''@''localhost'' to database
''production''
I have setup the dashboard user in mysql DB, tested
2012 Dec 12
8
puppet dashboard inventory
I have a puppet master install which uses puppetdb. I also have puppet
dashboard installed with the inventory service running. I want multiple
puppet masters using a single puppetDB server. Puppetdb is installed on
separate vm.
How can I get the dashboard inventory to use the puppetdb server to get the
inventory records? Where do I configure the dashboard inventory so it uses
puppetdb?
I
2013 Feb 05
3
dashboard permission issue
I''m having trouble getting puppet dashboard (1.2.21) to run on apache.
i installed puppetmaster-passenger and puppet-dashboard package. It didn''t
create user puppet-dashboard automatically as stated in the installation
guide,
so i created one manually and chowned all files under /puppet-dashboard.
when testing with webrick everything works fine (as root).
when i try with
2011 Jul 23
2
Dashboard not retrieving inventory
Hi All,
Puppet-dashboard appears to be having some trouble. Under inventory, it says:
"Could not retrieve facts from inventory service: Permission denied -
certs/dashboard.private_key.pem"
When I run:
curl -k -H "Accept: yaml" https://puppet:8140/production/facts/host.domain
I get the expected dump of facts.
Versions:
puppet-dashboard is 1.1.0 (using passenger)
puppet-master
2013 Jun 11
1
Dashboard - Unable to submit report to http://127.0.0.1:3000/reports/upload [301] Moved Permanently
Hello,
I successfully installed puppet on redhat 6. Nodes can connect to master
and run catalog.
I installed dashboard and was hoping to see the reports uploaded in
dashboard...
I have no problem browsing to the dashboard but when an agent sends a
report to the master, I always get the same error in the master''s log: *Unable
to submit report to http://127.0.0.1:3000/reports/upload
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user
mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE
USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL
PRIVILEGES ON dashboard.* TO ''dashboard''@''localhost'';"
however, I keep getting
2011 Dec 16
2
How to change the time interval in dashboard for a node is considered unresponsive
Hi everyone,
I have a problem with puppet-dashboard because I appear unresponsive
when many nodes are running correctly.
In my current configuration nodes do not run the daemon, but I have
created a cron task that runs once the command puppetd at hourly
intervals.
The point is that when I look into dashboard many nodes are always
considered unresponsive because it seems that the default dashboard
2011 Jul 21
2
Dashboard and remote MySQL BDD
Hi,
I''ve installed Dashboard on my server and I aim to remotely request
the MySQL Database.
All documentations read explain the way to roll out using Dashboard
and MySQL Database on the same server.
I am looking for any information to achieve that because I haven''t
found any from the time being and I wonder if it''s just possible.
Thanks you,
David
--
You received
2013 Mar 13
1
enabling AD authentication on Puppet Enterprise 2.7 evaluation
Hi All, I''m testing a Puppet install and running into a problem enabling AD
authentication:
http://docs.puppetlabs.com/pe/2.7/console_auth.html#using-third-party-authentication-services
I''ve followed the instructions in there and the end result is either only
AD auth or only local auth, once I turn on activedirectoryldap inside the
cas_client_config.yml file I get
2011 Dec 08
8
Puppet Dashboard or Forman on SLES?
Hi all,
i planned for a startup to install one of this gui tools. But if i
look in the documentation, or google it, i find no results which
helps.
If i would like to install the rpm package i get the following
dependencies problems
rpm -i puppet-dashboard-1.2.3-1.el6.noarch.rpm
warning: puppet-dashboard-1.2.3-1.el6.noarch.rpm: Header V4 RSA/SHA1
signature: NOKEY, key ID 4bd6ec30
error: Failed
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
This is a maintenance release of Puppet Dashboard. This release
resolves issues #10198, #10270, and #10543. More details below.
This release is available for download at:
http://downloads.puppetlabs.com/dashboard/
We have included Debian and RPM packages as well as a tarball.
See the Verifying Puppet Download section at:
http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet
2012 Nov 05
3
Announce: Puppet Dashboard 1.2.13 Available
Puppet Dashboard 1.2.13 is a maintenance and bugfix release of Puppet Dashboard.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.13.tar.gz
Debian packages are available at
https://apt.puppetlabs.com
RPM packages are available at
https://yum.puppetlabs.com
See the Verifying Puppet Download section at:
2012 Oct 11
3
Puppet Dashboard won't install MySQL schema
I have been working on this issue for almost 5 days
and can not get
past this error.
Puppet Dashboard is installed via RPM from puppetlabs.
I have tried versions
1.2.12, 1.2.9 and am currently on 1.2.1.
Regardless of the version, I get the same exact error
every time I run rake RAILS_ENV=production db:migrate.
(in /usr/share/puppet-dashboard)
rake aborted!
no such file to load --
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem.
How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)?
# dpkg -i puppet-dashboard_1.1.0-1_all.deb
Selecting previously deselected package puppet-dashboard.
(Reading database
2013 Jan 29
3
Questions/Concerns Related to Changing Console DB Password
Hello,
I ran into an issue today as I began to transition into a production
environment from my Puppet testbed. I am using Puppet Enterprise 2.7 for
Ubuntu (x64) and ran through the Installer and configured the Console,
Cloud Provisioner, and Master on the same box. This all went well. I then
began setting up agent1 for testing and after installing PE, updating the
environment in the
2013 May 10
1
Can i use puppet DB for puppet dashboard ?
Hello Everyone,
I am new to puppet and want to set puppet dashboard.
I don''t have a database for puppet dashboard, My question is that can i use
PuppetDB as database for puppet dashboard ??
If yes then please tell me how to configure it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2012 Jan 26
3
Puppet Dashboard 1.2.5 Available [security update - moderate]
Welcome to the first Puppet Dashboard maintenance release of the new year.
This release includes a security update to address CVE-2012-0891, a
XSS vulnerability discovered by David Dasz <david@dasz.at>. We have
classified the risk from this exposure as moderate. All Puppet Dashboard
users are encouraged to upgrade when possible.
Puppet Enterprise users
should visit