Jira (PUP-1628) Add mount provider for AIX

2015-11-12 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kurt Wall 
 
 
 

Assignee:
 
 Kurt Wall 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-05-15 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kylo Ginsberg 
 
 
 

Fix Version/s:
 
 PUP4.1.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-21 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
It can list filesystems: 
 
 
 
 
 
 
# puppet resource mount | head -n 20 
 
 
 
 
mount { '/': 
 
 
 
 
  ensure  = 'mounted', 
 
 
 
 
  device  = '/dev/hd4', 
 
 
 
 
  fstype  = 'jfs2', 
 
 
 
 
  options = 'check=false,free=true,log=NULL,mount=automatic,quota=no,type=bootfs,vol=root', 
 
 
 
 
  target  = '/etc/filesystems', 
 
 
 
 
} 
 
 
 
 
mount { '/admin': 
 
 
 
 
  ensure  = 'mounted', 
 
 
 
 
  device  = '/dev/hd11admin', 
  

Jira (PUP-1628) Add mount provider for AIX

2015-04-21 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Realized this morning this was targeted 3.8, not 4.0. So, I just finished validating this using the same code and procedures against puppet-enterprise-3.8.0-rc0-715-g99e04f3 on AIX 6.1. Transcript in the next comment. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kurt Wall 
 
 
 

Comment:
 
 StillwaitingforpermissiontouseoneoftheAIXboxes. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Still waiting for permission to use one of the AIX boxes. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Seems to be able to unmount an FS and remove it's entry from the FS table: 
 
 
 
 
 
 
# x.pp 
 
 
 
 
mount { '/var/adm/ras/livedump': 
 
 
 
 
  ensure = absent, 
 
 
 
 
  target = '/etc/filesystems', 
 
 
 
 
} 
 
 
 
 
 
 
 
 
 
# puppet apply x.pp 
 
 
 
 
Notice: Compiled catalog for pe-aix-71-agent.delivery.puppetlabs.net in environment production in 0.43 seconds 
 
 
 
 
Notice: /Stage[main]/Main/Mount[/var/adm/ras/livedump]/ensure: undefined 'ensure' from 'mounted' 
 
 
 
 
Notice: Applied catalog in 0.37 seconds
 
 
 
 
 
 

Jira (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
It lists existing mount resources: 
 
 
 
 
 
 
[0] [AIX] root@pe-aix-71-agent:~/puppet-enterprise-4.0.0-rc2-788-gfc58047-aix-7.1-power # puppet resource mount 
 
 
 
 
mount { '/': 
 
 
 
 
  ensure = 'ghost', 
 
 
 
 
  target = '/etc/fstab', 
 
 
 
 
} 
 
 
 
 
mount { '/admin': 
 
 
 
 
  ensure = 'ghost', 
 
 
 
 
  target = '/etc/fstab', 
 
 
 
 
} 
 
 
 
 
mount { '/home': 
 
 
 
 
  ensure = 'ghost', 
 
  

Jira (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Disregard the previous comment. That was the wrong version. Herewith, the correct one: 
 
 
 
 
 
 
# git remote; git branch; git log -1 
 
 
 
 
origin 
 
 
 
 
* master 
 
 
 
 
commit 010231149bbcc10f03fdcb63cf478b2cc3a7a633^[[m 
 
 
 
 
Merge: 20f1698 c55b69a 
 
 
 
 
Author: Henrik Lindberg henrik.lindb...@puppetlabs.com 
 
 
 
 
Date:   Mon Apr 20 22:46:50 2015 + 
 
 
 
 
 
 
 
 
 
# bundle exec puppet --version 
 
 
 
 
4.0.0 
 
 
 
 
# bundle exec puppet resource 

Jira (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Melissa Stone I want to test one or two more mount attributes before I call this validated. There is little (no?) automated testing for AIX so I want to be more thorough thatn usual with FR. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kurt Wall 
 
 
 

QA Contact:
 
 NarmadhaPerumal KurtWall 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-20 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Validated in master at SHA=010231149bbcc10f03fdcb63cf478b2cc3a7a633. Both the present and defined attributes result in entries in /etc/filesystem but nothing is mounted: 
 
 
 
 
 
 
# mkfs.pp 
 
 
 
 
mount { '/srv/jenny': 
 
 
 
 
  ensure = 'present', 
 
 
 
 
  device = 'rpm-builder.delivery.puppetlabs.net:/srv/aix', 
 
 
 
 
  fstype = 'nfs', 
 
 
 
 
  options = 'rw,vers=3,account=false,log=NULL,mount=true', 
 
 
 
 
  target = '/etc/filesystems', 
 
 
 
 
} 
 
 
 
 
# puppet apply mkfs.pp 
 
 
 
 
Notice: Compiled catalog for pe-aix-61-agent.delivery.puppetlabs.net in environment production in 0.44 seconds 
 
 
   

Jira (PUP-1628) Add mount provider for AIX

2015-04-17 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Pong Melissa Stone – working on it now. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-17 Thread Eric Sorenson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Sorenson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Sorenson 
 
 
 

Release Notes:
 
 NewFeature 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Status:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 
 
 
 
 
 
 
 PuppetdoesnotprovidesacorrectproviderforthemounttypeonAIX.Anewprovidermustbecreated.MountpointsinAIXaremanagedbythecommands:crfs,lsfs,rmfs,chfs(http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/crfs.htm).Fornfsmountpointsthecommandsmknfsmnt,chnfsmnt,rmnfsmntandchnfsmntareprovided,buttheycanpartiallybemanagedwithformercommands.Thecommandsupdatethefile/etc/filesystemsthathasfollowingsyntax:/usr:dev=/dev/hd2vfs=jfs2log=/dev/hd8mount=automaticcheck=falsetype=bootfsvol=/usrfree=false/var:dev=/dev/hd9varvfs=jfs2log=/dev/hd8mount=automaticcheck=falsetype=bootfsvol=/varfree=false**IMPORTANT**:crfs(create)andrmfs(remove),ifitisalocalfilesystem,willcreateandformat(usingjfs/jfs2)theneededLogicalVolume,ordirectlyremovetheLogicalVolumelosingdata.Twoapproaches:1.UsecommandlinetoolsandoperateasexpectedbyAIXcommands:OperateontheLV.Inthatcasetypeshouldbeextendedwithnewparameters(VolumeGroup,LVname,size...)2.Modifydirectly/etc/filesystemsfiles,andmanagetheLogicalVolumesusingaLVMtype(asinotherOS) risk:medium(manualvalidate)  probability:medium(aix)severity:medium(can'tmanageaixmounts)testlayer(noacceptancesetupforaix) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 

Jira (PUP-1628) Add mount provider for AIX

2015-04-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson assigned an issue to Kurt Wall 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

Assignee:
 
 QA KurtWall 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-14 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
ping Eric Thompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-08 Thread Geoff Nichols (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Geoff Nichols assigned an issue to QA 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Geoff Nichols 
 
 
 

Status:
 
 Readyfor CI Test 
 
 
 

Assignee:
 
 QA 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-08 Thread Kurt Wall (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kurt Wall commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Eric Thompson Yes.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-08 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
Kurt Wall you have some experience getting an aix machine, no? :-D 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-08 Thread Kenn Hussey (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenn Hussey updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenn Hussey 
 
 
 

Sprint:
 
 RE2015-04-08 ,RE2015-04-22 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-02 Thread Michael Stahnke (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Stahnke updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Stahnke 
 
 
 

Scope Change Reason:
 
 SupportEscalation 
 
 
 

Scope Change Category:
 
 Adopted 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-01 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
This has been merged into puppet/3.x, and will be merged up into puppet/master. That means that things are going to be a little weird in that this will be available in Puppet 3.8 and Puppet 4.1, but not Puppet 4.0. If that's cause for concern, this work should have an additional pull request opened against the puppet/stable branch. Otherwise, we should be fine. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-04-01 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Fix Version/s:
 
 PUP3.8.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-03-30 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Scrum Team:
 
 ReleaseEngineering 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-03-30 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Sprint:
 
 RE2015-04-08 
 
 
 

Story Points:
 
 5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-03-25 Thread Hunter Haugen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Hunter Haugen assigned an issue to Hunter Haugen 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1628 
 
 
 
  Add mount provider for AIX  
 
 
 
 
 
 
 
 
 

Change By:
 
 Hunter Haugen 
 
 
 

Assignee:
 
 HunterHaugen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-03-23 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
No more in 3.7.5 because we're planning to release tomorrow/Wed. But it's fair game for 3.8.0 in my book. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2015-03-19 Thread Hunter Haugen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Hunter Haugen commented on  PUP-1628 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add mount provider for AIX  
 
 
 
 
 
 
 
 
 
 
PR for review https://github.com/puppetlabs/puppet/pull/3740 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-1628) Add mount provider for AIX

2014-07-30 Thread Rob Ogilvie (JIRA)
Title: Message Title










 

 Rob Ogilvie commented on an issue


















  Re: Add mount provider for AIX 










MODULES-837 appears to be related to this. I ended up there when researching the issue. It seems this is broken behavior - if mount is not supported under AIX (and it clearly is not; it's using the fstab), it shouldn't subtly fail like this.
I have some ideas for ugly workarounds I'm going to give a try.












   

 Add Comment

























 Puppet /  PUP-1628



  Add mount provider for AIX 







 Puppet does not provides a correct provider for the mount type on AIX.   A new provider must be created.   Mountpoints in AIX are managed by the commands: crfs, lsfs, rmfs, chfs (http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/crfs.htm). For nfs mountpoints the commands mknfsmnt, chnfsmnt, rmnfsmnt and ch...















 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 

Jira (PUP-1628) Add mount provider for AIX

2014-07-30 Thread Rob Ogilvie (JIRA)
Title: Message Title










 

 Rob Ogilvie updated an issue


















 Puppet /  PUP-1628



  Add mount provider for AIX 










Change By:

 Rob Ogilvie




Affects Version/s:

 3.6.2












   

 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 (PUP-1628) Add mount provider for AIX

2014-07-30 Thread Rob Ogilvie (JIRA)
Title: Message Title










 

 Rob Ogilvie updated an issue


















 Puppet /  PUP-1628



  Add mount provider for AIX 










Change By:

 Rob Ogilvie




Labels:

 aix customerredmine












   

 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 (PUP-1628) Add mount provider for AIX

2014-07-30 Thread Rob Ogilvie (JIRA)
Title: Message Title










 

 Rob Ogilvie updated an issue


















 Puppet /  PUP-1628



  Add mount provider for AIX 










Change By:

 Rob Ogilvie




Issue Type:

 NewFeature Bug












   

 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 (PUP-1628) Add mount provider for AIX

2014-02-10 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1628



  Add mount provider for AIX 










Issue Type:

  New Feature




Assignee:


 Unassigned




Created:


 10/Feb/14 6:09 AM




Labels:


 redmine customer




Priority:

  Normal




Reporter:

 redmine.exporter










Puppet does not provides a correct provider for the mount type on AIX.
A new provider must be created.
Mountpoints in AIX are managed by the commands: crfs, lsfs, rmfs, chfs (http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/crfs.htm). For nfs mountpoints the commands mknfsmnt, chnfsmnt, rmnfsmnt and chnfsmnt are provided, but they can partially be managed with former commands.
The commands update the file /etc/filesystems that has following syntax:
 /usr: dev = /dev/hd2 vfs = jfs2 log = /dev/hd8 mount = automatic check = false type = bootfs vol = /usr free = false
 /var: dev = /dev/hd9var vfs = jfs2 log = /dev/hd8 mount = automatic check = false type = bootfs vol = /var free = false
*IMPORTANT*: crfs (create) and rmfs (remove), if it is a local filesystem, will create and format (using jfs/jfs2) the needed Logical Volume, or directly remove the Logical Volume losing data. 
Two approaches: 1. Use command line tools and operate as expected by AIX commands: Operate on the LV. In that case type should be extended with new parameters (Volume Group, LV name, size...) 2. Modify directly /etc/filesystems files, and manage the Logical Volumes using a LVM type (as in 

Jira (PUP-1628) Add mount provider for AIX

2014-02-10 Thread Mike Bryant (JIRA)
Title: Message Title










 

 Mike Bryant updated an issue


















 Puppet /  PUP-1628



  Add mount provider for AIX 










Change By:

 Mike Bryant




Component/s:

 TypesandProviders












   

 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/groups/opt_out.