############################################################ # p4 flex configuration file # # This file contains both p4 and NetApp filer configuration # options. Please read descriptions for each option. ############################################################ ######################################## # Perforce Helix setup ######################################## [p4] user: flex port: localhost:1666 passwd: Password snap: flexSnap: clone: flexClone: ######################################## # NetApp Storage Config Info ######################################## # NetApp vserver admin access usr/pass pair # admin permissions to access filer # IMPORTANT: the vserver admin must have 'ontapi' application access # this login access to the vserver and not to the cluster. # Check permission access # cluster> security login show [NaServer] # name of the cluster management interface server: 10.192.39.10 server_type: FILER # default vserver name vserver: P4FlexServer # Sets the authentication mechanism to be used for communicating with the # given server. # default is 'LOGIN' style: LOGIN # The default transport type is HTTP. For secure transport, use HTTPS as the transport type. transport: HTTP # Sets the port on which the API commands need to be invoked for the given server context # HTTP -> use port 80, HTTPS -> use port 443 port: 80 # username and password pair for filer access. see note above about 'ontapi' application access. admin_user: admin admin_passwd: netapp123 # file aggregate where new volumes will be created aggr: aggr1_01 # mount_base: location to mount new volumes created with %> p4 flex volume mount_base: /ce_projects # mount_users: root location for mounting flexclones. The p4 flex clone # will mount clones at // # This of course is configurable by modifying the variable below # and the flex.py subroutine for mounting flexclones. mount_users: /ce_projects/android1/users