Add script to add host in default
This commit is contained in:
		
					parent
					
						
							
								d9f8ab2757
							
						
					
				
			
			
				commit
				
					
						aeeeb2ba7e
					
				
			
		
					 2 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								ceph-keyring-create-initial
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										13
									
								
								ceph-keyring-create-initial
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
# Creates the initial keys
 | 
			
		||||
 | 
			
		||||
if [ $# -ne 1 ]; then
 | 
			
		||||
    echo "$0 initial-key-file"
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
fname=$1
 | 
			
		||||
 | 
			
		||||
ceph-authtool --create-keyring "$fname" --gen-key -n mon.
 | 
			
		||||
ceph-authtool "$fname" --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow'
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue