Skip to content

Commit

Permalink
Removing example Swarm template (Accenture#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdgriffin authored and RobertNorthard committed Apr 4, 2017
1 parent ab9b568 commit 0e6af4b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,806 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ eval $(docker-machine env <YOUR_MACHINE_NAME>)
Create a Docker Swarm that has a publicly accessible Engine with the label "tier=public" to bind Nginx and Logstash to that node
- Instruction to create a docker swarm cluster on AWS are [`here`](https://github.com/Accenture/adop-docker-compose/blob/master/provision/aws/swarm/README.md)
## Launching
- Run: export TARGET\_HOST=\<IP\_OF\_PUBLIC\_HOST\>
Expand Down
4 changes: 2 additions & 2 deletions provision/aws/ssl/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ADOP AWS Swarm SSL setup
# ADOP AWS SSL setup

Scripts in this directory provides a way to generate the self signed certificate and upload it .

Expand All @@ -12,7 +12,7 @@ Scripts in this directory provides a way to generate the self signed certificate
* Run export AWS_ACCESS_KEY_ID=\<aws secret key\>
* Run export AWS_SECRET_ACCESS_KEY=\<aws access key\>
* Run upload_certs.sh script.
* Upload script generates ARN to which can be used to access the uploaded self signed certificate. This ARN is passed as a input parameter for swarm cluster cloudformation.
* Upload script generates ARN to which can be used to access the uploaded self signed certificate. This ARN is passed as a input parameter to ELBs performing SSL termination.

## Using the scripts for trusted certificates.
TODO
2 changes: 1 addition & 1 deletion provision/aws/ssl/upload_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
--output text --query 'ServerCertificateMetadata.Arn')
fi

echo "Certificate has been uploaded successfully. Use below ARN with Swarm cloudformation to enable SSL."
echo "Certificate has been uploaded successfully. Use below ARN with an ELB to enable SSL."
echo "=================================="
echo "========= ARN ============"
echo "${CERT_ARN}"
Expand Down
Loading

0 comments on commit 0e6af4b

Please sign in to comment.