Add redis cluster
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,6 @@
 | 
				
			|||||||
[submodule "infrastructure/cloudformation/cluster"]
 | 
					[submodule "infrastructure/cloudformation/cluster"]
 | 
				
			||||||
	path = infrastructure/cloudformation/cluster
 | 
						path = infrastructure/cloudformation/cluster
 | 
				
			||||||
	url = git@github.com:josephbmanley/aws-cluster-stack.git
 | 
						url = git@github.com:josephbmanley/aws-cluster-stack.git
 | 
				
			||||||
 | 
					[submodule "infrastructure/cloudformation/redis"]
 | 
				
			||||||
 | 
						path = infrastructure/cloudformation/redis
 | 
				
			||||||
 | 
						url = git@github.com:josephbmanley/aws-redis-cluster.git
 | 
				
			||||||
 | 
				
			|||||||
@ -68,6 +68,19 @@ Resources:
 | 
				
			|||||||
        SubDomain: !Ref SubDomain
 | 
					        SubDomain: !Ref SubDomain
 | 
				
			||||||
        DtDNS: !GetAtt LoadBalancing.Outputs.NlbDnsName
 | 
					        DtDNS: !GetAtt LoadBalancing.Outputs.NlbDnsName
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #---------
 | 
				
			||||||
 | 
					  # Caching
 | 
				
			||||||
 | 
					  #---------
 | 
				
			||||||
 | 
					  RedisCache:
 | 
				
			||||||
 | 
					    Type: AWS::CloudFormation::Stack
 | 
				
			||||||
 | 
					    Properties:
 | 
				
			||||||
 | 
					      TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/redis/top.yaml'
 | 
				
			||||||
 | 
					      Parameters:
 | 
				
			||||||
 | 
					        Environment: !Ref environment
 | 
				
			||||||
 | 
					        VpcId: !Ref VpcId
 | 
				
			||||||
 | 
					        SubnetIds: !Join [",", !Split [" ", !Ref PublicSubnets]]
 | 
				
			||||||
 | 
					        Project: "DT"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #-----------------
 | 
					  #-----------------
 | 
				
			||||||
  # Load Balancing 
 | 
					  # Load Balancing 
 | 
				
			||||||
  #-----------------
 | 
					  #-----------------
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								infrastructure/cloudformation/redis
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								infrastructure/cloudformation/redis
									
									
									
									
									
										Submodule
									
								
							 Submodule infrastructure/cloudformation/redis added at b051e15fa0
									
								
							
		Reference in New Issue
	
	Block a user