Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
5a4e6d91
Commit
5a4e6d91
authored
Jun 01, 2013
by
Sef Kloninger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme: add .boto setup info (used by fab)
parent
7b315bb2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
+21
-0
No files found.
README.md
View file @
5a4e6d91
...
...
@@ -107,6 +107,26 @@ Getting this working in important because we'll be using Ansible
with the SSH transport and it will rely on this configuration
being in place in order to configure your servers.
### Finding your hosts via boto
Boto is how fabric looks up metadata about your stack, most importantly
finding the names of your machines. It needs your access information.
This should be the contents of your
```~/.boto```
file. Make sure
to customize the region:
```
ini
[Credentials]
aws_access_key_id
=
AAAAAAAAAAAAAAAAAAAA
aws_secret_access_key
=
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
[Boto]
debug
=
1
ec2_region_name
=
us-west-1
ec2_region_endpoint
=
ec2.us-west-1.amazonaws.com
```
### Tagging
Tagging is the bridge between the provisioning and configuration
...
...
@@ -340,3 +360,4 @@ following to run your playbook.
*Note: this assumes the group used for the edx stack was "edxapp_stage"*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment