similar to: Run Stages and Puppet Dashboard

Displaying 20 results from an estimated 40000 matches similar to: "Run Stages and Puppet Dashboard"

2011 Jan 24
3
Run Stages & Dashboard
We''re utilizing the Dashboard to manage which modules are included for each node. In this setup, nodes.pp is empty. E.g.: modules/repos includes the various repository files for each OS. ...And in the dashboard, there is a class titled ''repos'' and is assigned to the various nodes that we want to have their repo files managed. I''d like the
2013 Mar 11
1
using parameter with puppet dashboard and site.pp
I have just set up my puppet dashboard to be used as a ENC. This is for the time being the easiest way to get support guys to add nodes to classes. I have to use global parameters in my modules if I would like to declare parameters using dashboard as the ENC. So I have a module which does this: class resolver ($domain_name=$::domainname, $search_path=$::searchpath,
2013 Mar 08
2
multiple pamameter values in puppet dashboard ENC
Is there a way to use send multiple parameter values using puppet dashboard ENC? For example, nameserver = 10.0.0.1, 10.0.0.2 or perhaps nameserver = [''10.0.0.1'',''10.0.0.2''} then the template erb file can loop through each of the nameserver values to set up mulitple nameservers in resolve.conf? Thanks - Oli -- You received this message because you are
2012 Jul 13
0
about puppet dashboard
Hi: I have a problem, on the same puppetmaster host, how to through the puppet dashboard management three environment: production, development and testing. Because in the puppet.conf file , ENC can only 1 configuration, likeļ¼š External_nodes = / data/puppet-dashboard/bin/external_node External_node file configuration of the dashboard listen port. If I start the production on port
2012 Aug 23
0
Puppet-dashboard edit node parameters not saving more than 2 parameters
Hi, I have puppet-dashboard 1.2.10 installed from official apt repos on Ubuntu 12.10 (with puppetmaster I''ve configured the dashboard to be used as ENC using mysql database. The issue I''m having is when I save changes to a node I edit, only the last 2 parameters key/values are saved into the mysql database. So when I come back to edit the node, no matter how many I saved
2011 Oct 17
2
puppet dashboard and complex data
So I am messing around with puppet dashboard and for the most part for what I am working on it fits the bill for an ENC. The only question I have is I need to pass information about a customer to set up resources and the system can have multiple customers on it. What is the best way to handle complex data? Would I be able to pass json data for example? -- You received this message because you
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64 APT repos Dashboard 1.26 from .deb pulled from http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/ Apache config pulled from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf My simple test with webbrick worked a treat. So I installed Apache and passenger mod (from Ubuntu APT
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
2013 Jan 15
3
Multiple class calls via dashboard
Hi, I currently have puppet setup and backed into the dashboard and using ENC. I wish to control as much of the configuration of machines via the dashboard. However, I have a requirement to call a module/class multiple times and was wondering if this is possible? in a normal manifest I''d do this with the following: node "somenode" { somemodule::submodule {
2011 Feb 22
0
Question about puppet dashboard LDAP authentication and authroziation
Hi I am very new to puppet, I have been reading online docs at http://docs.puppetlabs.com/, but I couldn''t find the answer to my following question. Please let me know the URL if I missed it. From R1 link, looks like we can put LDAP authentication when accessing the dashboard URL. The question is does dashboard support LDAP authorization ? ie, different users has different privilege
2012 Dec 17
0
puppet-dashboard install not generating 'dashboard' cert
Hello, I''m trying to get puppet-dashboard installed on a CentOS 6.3 machine running puppet v3.0.1. I''m following the puppet-dashboard documentation here: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html In the documentation page linked above, it says: Puppet uses SSL certificates to control who can make requests to the puppet > master, so Dashboard has
2013 Apr 13
0
run/exec a script from puppet dashboard on multiple servers?
hey, is there a way to run/exec a script on multiple servers manually from the puppet dashboard? i have several servers running my java application and i need the ability to start them all or stop them all manually from the dashboard . thanks or -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2011 Jul 01
0
Puppet dashboard cannot work behind a Apache reverse proxy?
Dear All, I already deploy puppet-dashboard with passanger. i''m want to try puppet-dasboard work in like myserver.com/puppet-report using apache proxy reverse, but still getting work, its just show the index then when i try to click some link like nodes, its will be goto myserver.com/nodes, not to myserver.com/puppet-report/nodes its just work if i try to reverse to myserver.com.
2012 Dec 05
0
Announce: Puppet Dashboard 1.2.15 available
Puppet Dashboard 1.2.15 is a bugfix release of the 1.2 series of Puppet Dashboard. This release is available for download at: https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.15.tar.gz Debian packages are available at https://apt.puppetlabs.com RPM packages are available at https://yum.puppetlabs.com Please report feedback via the Puppet Labs Redmine site, using an affected
2013 Aug 29
0
Yaml reports not uploading to puppet dashboard
Hi, Iam a newbie to puppet, iam trying to set my local puppet master and dashboard running on same server. Iam also using https to connect to dashboard. I can launch the dashboard on https://IP fine but i see only one report on the webpage, When i tried to import all the previous reports iam getting this error # cd /usr/share/puppet-dashboard/ ]# sudo -u puppet-dashboard rake
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard <http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead of starting correctley. Here the
2012 Oct 24
0
Announce: Puppet Dashboard 1.2.13-rc1 Available
Puppet Dashboard 1.2.13-rc1 is a maintenance and bugfix release candidate of Puppet Dashboard. This release is available for download at: https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.13-rc1.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:
2013 Feb 13
0
Announce: Puppet Dashboard 1.2.22 Available [ security release ]
This release of Puppet Dashboard addresses CVE-2013-0277 and CVE-2013-0269. These are vulnerabilities that affect Ruby on Rails, specifically around YAML serialization and JSON handling. They expose vulnerable systems to SQL Injection, Denial of Service Attacks, and arbitrary YAML deserialization. Additionally, CVE-2013-0276 and CVE-2013-0263 affect vendored components of Puppet Dashboard, but by
2011 Sep 21
0
ANNOUNCE: Puppet-Dashboard 1.2.1 available
This is a maintenance release of Puppet Dashboard. This release resolves issues #7405, #9101, #8878, and #8803. 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
2013 Mar 14
0
Announce: Puppet Dashboard 1.2.23-rc3 Available
Puppet Dashboard 1.2.23-rc3 is a maintenance release candidate of the 1.2 series of Puppet Dashboard with bug fixes and minor features. This release is available for download at: https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.23-rc3.tar.gz Available in native package format in the pre-release repositories at: http://yum.puppetlabs.com and http://apt.puppetlabs.com For