storeconfig also store facts, as I can see from the table list after I configured stored config:
+------------------+ | Tables_in_puppet | +------------------+ | fact_names | | fact_values | | hosts | | inventory_facts | | inventory_nodes | | param_names | | param_values | | puppet_tags | | resource_tags | | resources | | source_files | +------------------+ then the question is why would inventory needed anymore? On Wed, Jul 25, 2012 at 10:46 AM, Justin Stoller <[email protected]> wrote: > they will conflict > > you should definitely look into puppetdb as a more scalable solution > than the active_record terminus for both inventory service and > storeconfigs > > storedconfigs stores resources from your puppet manifests and > inventory service stores facts. > > > - Justin > sorry for the top post > > > On Wed, Jul 25, 2012 at 9:43 AM, Hai Tao <[email protected]> wrote: >> I have set up inventory service to save my client's fact, as >> >> [master] >> facts_terminus = inventory_active_record >> dblocation = {sqlite file path (sqlite only)} >> dbadapter = {sqlite3|mysql|postgresql|oracle_enhanced} >> dbname = {database name (all but sqlite)} >> dbuser = {database user (all but sqlite)} >> dbpassword = {database password (all but sqlite)} >> dbserver = {database server (MySQL and PostgreSQL only)} >> dbsocket = {database socket file (MySQL only; optional)} >> >> the question is if I then config the stored config, will the db conflicts? >> >> storeconfigs = true >> dbadapter = mysql >> dbuser = puppet >> dbpassword = password >> dbserver = localhost >> dbsocket = /var/run/mysqld/mysqld.sock >> >> as many are overlaped, such as dbadapter, dbpassword? I also do not >> understand what stored config store other than facts. >> >> Thankls. >> >> Hai T. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- Hai Tao -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
