Displaying 20 results from an estimated 3000 matches similar to: "Hiera data in mongodb backend: schema question"
2015 Dec 21
0
Announcing release for MongoDB 2.4 and 2.6 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 2.4 and
2.6 of the MongoDB server on CentOS Linux 6 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of MongoDB 2.6):
$ sudo yum install centos-release-scl
$
2015 Dec 21
0
Announcing release for MongoDB 2.4 and 2.6 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of versions 2.4 and
2.6 of the MongoDB server on CentOS Linux 7 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of MongoDB 2.6):
$ sudo yum install centos-release-scl
$ sudo yum
2012 Dec 21
1
Hiera and 'clientcert' fact not working :(
Morning All
I''m trying to use Hiera with Puppet 3.0 to streamline some of my module
configuration...
However I''m having issues using the ''*%{::clientcert}*'' variable as part of
the hierarchy...
Currently, my *hiera.yaml* file looks like:
---
:backends:
- yaml
- json
:yaml:
:datadir: /etc/puppet/hieradata
:json:
:datadir: /etc/puppet/hieradata
2015 Jul 29
1
Semi-OT: configuring mongodb for sharding
Anyone know about this? Googling, all I can find is mongodb's 3.x manual,
nothing for the 2.4 we get from epel.
What I need to do, CentOS 6.6, is start it as a service, not a user, and
have it do sharding. I see examples of how to start it as a user... but I
can't find if there's a syntax for /etc/mongodb.conf to tell it that, and
I don't want to have to edit
2017 Nov 28
0
Announcing release of MongoDB 3.4 on CentOS Linux 7 x86_64
I am pleased to announce the immediate availability of MongoDB
in version 3.4 on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-mongodb34
$ scl enable
2013 Jan 14
1
Extrange Hiera error
Hi:
I work on puppet 3 and hiera, but i cannt load a yaml file on a subdir.
my hiera.yaml looks like:
---
:backends:
- yaml
- json
:yaml:
:datadir: /etc/puppet/hieradata
:json:
:datadir: /etc/puppet/hieradata
:hierarchy:
- "servidores/%{clientcert}"
- %{::ve}
- common
:puppet:
:datasource: data
problem is on "servidores/%{clientcert}". If it is %{::clientcert}
2013 Dec 13
0
Error: Puppet::Parser::AST::Resource failed with error Hiera::InterpolationLoop: Detected in [::environment]
Hello,
just upgraded Hiera from ver. 1.2.1 to 1.3.0 and broke our puppet
environment. :)
It seems that there are sizeable changes related to variable interpolation
Here is an error during Puppet run:
Error: Puppet::Parser::AST::Resource failed with error
Hiera::InterpolationLoop: Detected in [::environment] at
/home/ubuntu/environments/project_dev/manifests/site.pp:35 on node
2017 Nov 28
0
Announcing release of MongoDB 3.4 on CentOS Linux 6 x86_64
I am pleased to announce the immediate availability of MongoDB
in version 3.4 on CentOS Linux 6 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-mongodb34
$ scl enable
2018 Jun 12
0
Announcing release of MongoDB 3.6 on CentOS 7 x86_64
I am pleased to announce the immediate availability of MongoDB in
version 3.6 on CentOS Linux 7 x86_64,
delivered via a Software Collection (SCL) built by the SCLo Special
Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
# 1. Install a package with repository for your system:
# On CentOS, install package
2012 Nov 20
2
hiera values issue
Hi, I have a puppetmaster - agent architecture. I have a module for the
vsftpd configuracion in the agents. The configuration of the value
''max_per_ip'' in the agents may vary. This is a line of the manifest:
$max_per_ip = hiera(''max_per_ip'',10)
I want to specify different values for each agent using hiera. The problem
is I am only able to specify the
2012 Oct 26
2
Using regex to match hostnames in hiera
Hi, I''m having a problem with extlookup not respecting the ''certname'' parameter[1]. When executing a puppet run with either the --certname or --fqdn parameters, it ends up using the specified SSL certificate and gets the correct node definition applied from the puppetmaster. However, it still retrieves extlookup data using the node''s actual FQDN, not the one
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
Hi all!
I''m trying to setup a puppet module for sudo that will write multiple files
with separate data for each file, all dependent on the hiera hierarchy.
Here''s the relevant portion of my hiera.yaml:
> :hierarchy:
>
> - "datacenter/app/role/node/%{::clientcert}"
>
> - "datacenter/app/role/%{::server_role}"
>
> -
2013 Sep 11
6
Puppet ignores hiera completely
I''m not sure at all what''s going on here, but I''ve spent a lot of time
reading over the puppet hiera docs and setting everything up, but when I
run puppet agent it just seems to ignore the hiera setup completely.
Both the puppet master and agent nodes have exactly the same versions of
puppet and hiera (installed via the official puppet APT repository). I''ve
2011 Dec 06
1
mongodb topic in rails
Hi
I use mongoid for rails application
and I try to do
@users = User.where("first_name = ? OR last_name = ? OR type = ?",
firstname, lastname, usertype)
but I am getting error
but when i put:
@users = User.where(:first_name => firstname, :last_name => lastname,
:type => usertype).all
the program run successfully
but i need OR to execute in mongodb
Also I need sql LIKE to
2013 Jan 24
0
Appending BSON arrays in MongoDB with package 'rmongodb'
Dear list,
I simply can't figure out how to append an BSON array in MongoDB (with
package 'rmongodb') using either the '$push' or '$addToSet' operator.
It's sort of the last missing puzzle piece regarding CRUD operations, so
any hint will be greatly appreciated! Below you'll find a link to an SO
post where I provided a reproducible example and additional
2013 Apr 19
12
How to pass puppet/hiera veriable to external script ? Do I need to ?
Hi,
I have a problem with running puppet with hiera based data. I am trying to
cleanup
user accounts on a range of servers (to have the same uid/gid). When I
create existing account
but with different uid/gid it doesn''t change files group ownership so I
need to
run a script which cleanups after cleanup ;-)
I use the following code:
---
:backends:
- yaml
:hierarchy:
-
2013 Apr 05
2
How to manage data in MongoDB
I''m working with MongoDB but i feel impatient with it.
I want tool manage MongoDB same as PHPmyadmin(Mysql),Sqlite manager...
I found some tool for this but I don''t know what I shall use
please give me some advice for this!Thanks...
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2014 Mar 09
0
rails with mongodb
Hello viewers .. I'm Doing a project on rails with mongoDB as a backend
database. When we learn a new programming language we start with writing
a helloworld program . In the same way if we want to work with a web
application we usually do a simple database connection .. We just create
a page with a single text box and a simple button . When we click the
button the data should be fetched from
2010 Oct 13
1
rails 3 with mongodb
Hi.
I would like to configure a application in ruby 1.9.2 + rails 3 +
mongodb on windows vista.
I know it''s work better in linux ou mac, but in my job i need to use
win.
I folowed the steps from the site of mongodb, but when i run the
bundle install, there comes
this message below.
Someone can help me with this.
Thanks.
<internal:lib/rubygems/custom_require>:29:in