Jira (FACT-614) Create structured operating system fact

2023-06-21 Thread 'Claudia Petty (Jira)' via Puppet Bugs
Title: Message Title


 
 
 
 

 
 
 

 
   
 Claudia Petty updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-614  
 
 
  Create structured operating system fact   
 

  
 
 
 
 

 
Change By: 
 Claudia Petty  
 
 
Labels: 
 new-feature  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.21#820021-sha1:38274c8)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.41382.1404756093000.2013.1687351443345%40Atlassian.JIRA.


Jira (FACT-614) Create structured operating system fact

2014-08-20 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall assigned an issue to Kurt Wall


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kurt Wall




Assignee:

 KurtWall












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-20 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper commented on an issue


















  Re: Create structured operating system fact 










From Kurt Wall in this ticket's Epic:
Verified in master at SHA=389116fdcdcff2d2dfae34f7495a81e4fd15064f. The os fact is a structured fact:



$ bundle exec facter os
{family=RedHat, name=CentOS, release={minor=5, full=6.5, major=6}}

$ bundle exec facter os --json
{
  os: {
family: RedHat,
name: CentOS,
release: {
  full: 6.5,
  major: 6,
  minor: 5
}
  }
}

$ bundle exec facter os --yaml
--- 
os: 
  name: CentOS
  family: RedHat
  release: 
minor: 5
full: 6.5
major: 6















   

 Add Comment

























 Facter /  FACT-614



  Create structured operating system fact 







 Currently, there are several facts related to operating system based data, including:   {noformat}  operatingsystem  operatingsystemmajrelease  operatingsystemrelease  osfamily  {noformat}   Also, there are a handful of lsb* facts for Linux systems, including:   {noformat}  lsbdistcodename  lsbdistdescription  lsbdistid  lsbdistrelease  lsbmajdistrele...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 
   

Jira (FACT-614) Create structured operating system fact

2014-08-20 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper




Assignee:

 KurtWall EricSorenson












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-20 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper




Assignee:

 EricSorenson












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-20 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall commented on an issue


















  Re: Create structured operating system fact 










Gawd. Thanks for noticing my blunder.
On Wed, Aug 20, 2014 at 11:53 AM, William Hopper (JIRA) 












   

 Add Comment

























 Facter /  FACT-614



  Create structured operating system fact 







 Currently, there are several facts related to operating system based data, including:   {noformat}  operatingsystem  operatingsystemmajrelease  operatingsystemrelease  osfamily  {noformat}   Also, there are a handful of lsb* facts for Linux systems, including:   {noformat}  lsbdistcodename  lsbdistdescription  lsbdistid  lsbdistrelease  lsbmajdistrele...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-19 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper









 Currently,thereareseveralfactsrelatedtooperatingsystembaseddata,including:{noformat}operatingsystemoperatingsystemmajreleaseoperatingsystemreleaseosfamily{noformat}Also,thereareahandfuloflsb*factsforLinuxsystems,including:{noformat}lsbdistcodenamelsbdistdescriptionlsbdistidlsbdistreleaselsbmajdistrelease lsbminordistrelease lsbrelease{noformat}Thesecombinedareagoodcandidateforastructuredfact.Outputforthisfactcouldappearasfollows(onaLinuxsystem):{noformat}{osfamily=Debian,operatingsystem=Debian,release={major=  1  ,minor=  2 ,  patch=3 ,full=1.2.3},lsb={distid=Debian,distcodename=wheezy,distdescription=DebianGNU/Linux7.4(wheezy),distrelease=1.2.3,majdistrelease=1 ,minordistrelease=2 }}{noformat}Backwardscompatibilitywithexistingflatfactsshouldbemaintained.Thenamingofthisstructuredfactisalsounderconsideration.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-18 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo assigned an issue to Adrien Thebo


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Adrien Thebo




Assignee:

 AdrienThebo












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-18 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo commented on an issue


















  Re: Create structured operating system fact 










Merged in c0812a8.












   

 Add Comment

























 Facter /  FACT-614



  Create structured operating system fact 







 Currently, there are several facts related to operating system based data, including:   {noformat}  operatingsystem  operatingsystemmajrelease  operatingsystemrelease  osfamily  {noformat}   Also, there are a handful of lsb* facts for Linux systems, including:   {noformat}  lsbdistcodename  lsbdistdescription  lsbdistid  lsbdistrelease  lsbmajdistrele...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kylo Ginsberg




Sprint:

 2014-07-23,2014-08-06 ,2014-08-20












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-04 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper assigned an issue to William Hopper


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper




Assignee:

 WilliamHopper












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-08-04 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper









 Currently,thereareseveralfactsrelatedtooperatingsystembaseddata,including:{noformat}operatingsystemoperatingsystemmajreleaseoperatingsystemreleaseosfamily{noformat}Also,thereareahandfuloflsb*factsforLinuxsystems,including:{noformat}lsbdistcodenamelsbdistdescriptionlsbdistidlsbdistreleaselsbmajdistreleaselsbrelease{noformat}Thesecombinedareagoodcandidateforastructuredfact.Outputforthisfactcouldappearasfollows(onaLinuxsystem):{noformat}{osfamily=  Debian  ,operatingsystem=  Debian  ,release={ operatingsystemrelease major = 7.4 1 , operatingsystemmajrelease minor = 7 2,patch=3,full=1.2.3 },lsb={ lsbdistid distid =  Debian  , lsbdistcodename distcodename =  wheezy  , lsbdistdescription distdescription =  DebianGNU/Linux7.4(wheezy)  , lsbdistrelease distrelease = 7 1 . 4 2.3 , lsbmajdistrelease majdistrelease = 7 1 }}{noformat}Backwardscompatibilitywithexistingflatfactsshouldbemaintained.Thenamingofthisstructuredfactisalsounderconsideration.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-29 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper




Sprint:

 2014-07-23,2014-08- 20 06












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-23 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kylo Ginsberg




Sprint:

 2014-07-23 ,2014-08-06












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-23 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kylo Ginsberg




Sprint:

 2014-07-23,2014-08- 06 20












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-18 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper commented on an issue


















  Re: Create structured operating system fact 










This fact will likely take the name of os.












   

 Add Comment

























 Facter /  FACT-614



  Create structured operating system fact 







 Currently, there are several facts related to operating system based data, including:   {noformat}  operatingsystem  operatingsystemmajrelease  operatingsystemrelease  osfamily  {noformat}   Also, there are a handful of lsb* facts for Linux systems, including:   {noformat}  lsbdistcodename  lsbdistdescription  lsbdistid  lsbdistrelease  lsbmajdistrele...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-17 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper commented on an issue


















  Re: Create structured operating system fact 










Pull request is live at https://github.com/puppetlabs/facter/pull/732 !












   

 Add Comment

























 Facter /  FACT-614



  Create structured operating system fact 







 Currently, there are several facts related to operating system based data, including:   {noformat}  operatingsystem  operatingsystemmajrelease  operatingsystemrelease  osfamily  {noformat}   Also, there are a handful of lsb* facts for Linux systems, including:   {noformat}  lsbdistcodename  lsbdistdescription  lsbdistid  lsbdistrelease  lsbmajdistrele...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-11 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 William Hopper









 Currently,thereareseveralfactsrelatedtooperatingsystembaseddata,including:{noformat}operatingsystemoperatingsystemmajreleaseoperatingsystemreleaseosfamily{noformat}Also,thereareahandfuloflsb*factsforLinuxsystems,including:{noformat}lsbdistcodenamelsbdistdescriptionlsbdistidlsbdistreleaselsbmajdistreleaselsbrelease{noformat}Thesecombinedareagoodcandidateforastructuredfact.Outputforthisfactcouldappearasfollows(onaLinuxsystem):{noformat}{osfamily=Debian,operatingsystem=Debian,release={operatingsystemrelease=7.4,operatingsystemmajrelease=7},lsb={lsbdistid=Debian,lsbdistcodename=wheezy,lsbdistdescription=DebianGNU/Linux7.4(wheezy),lsbdistrelease=7.4,lsbmajdistrelease=7}}{noformat}Backwardscompatibilitywithexistingflatfactsshouldbemaintained.Thenamingofthisstructuredfactisalsounderconsideration.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-09 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kylo Ginsberg




Story Points:

 3












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-09 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Change By:

 Kylo Ginsberg




Sprint:

 Week2014-7-9to2014-7-23












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-614) Create structured operating system fact

2014-07-07 Thread William Hopper (JIRA)
Title: Message Title










 

 William Hopper created an issue


















 Facter /  FACT-614



  Create structured operating system fact 










Issue Type:

  New Feature




Assignee:

 William Hopper




Created:


 07/Jul/14 11:01 AM




Priority:

  Normal




Reporter:

 William Hopper










Currently, there are several facts related to operating system based data, including:


operatingsystem
operatingsystemmajrelease
operatingsystemrelease
osfamily



Also, there are a handful of lsb* facts for Linux systems, including:


lsbdistcodename
lsbdistdescription
lsbdistid
lsbdistrelease
lsbmajdistrelease
lsbrelease



These combined are a good candidate for a structured fact.
Output for this fact could appear as follows (on a Linux system):


{ osfamily = Debian,
   operatingsystem = Debian,
   release = {
 operatingsystemrelease = 7.4,
 operatingsystemmajrelease = 7 },
lsb = {
 lsbdistid = Debian,
 lsbdistcodename = wheezy, 
 lsbdistdescription = Debian GNU/Linux 7.4 (wheezy),
 lsbdistrelease = 7.4,
 lsbmajdistrelease = 7 }
}



Backwards compatibility with existing flat facts should be maintained. The naming of this structured fact is also under consideration.