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
cccc0004
Commit
cccc0004
authored
Jan 27, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
calling stop_all_edx_services from abbey
parent
0c8fec1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
playbooks/edx-east/stop_all_edx_services.yml
+6
-0
util/vpc-tools/abbey.py
+3
-2
No files found.
playbooks/edx-east/stop_all_edx_services.yml
0 → 100644
View file @
cccc0004
-
name
:
Stop all services
hosts
:
all
sudo
:
True
gather_facts
:
False
roles
:
-
stop_all_edx_services
util/vpc-tools/abbey.py
View file @
cccc0004
...
...
@@ -23,7 +23,7 @@ AMI_TIMEOUT = 600 # time to wait for AMIs to complete
EC2_RUN_TIMEOUT
=
180
# time to wait for ec2 state transition
EC2_STATUS_TIMEOUT
=
300
# time to wait for ec2 system status checks
NUM_TASKS
=
5
# number of tasks for time summary report
NUM_PLAYBOOKS
=
3
NUM_PLAYBOOKS
=
4
class
MongoConnection
:
...
...
@@ -348,6 +348,7 @@ cd $playbook_dir
ansible-playbook -vvvv -c local -i "localhost," $play.yml -e@$extra_vars -e@$common_vars_file
ansible-playbook -vvvv -c local -i "localhost," datadog.yml -e@$extra_vars -e@$common_vars_file
ansible-playbook -vvvv -c local -i "localhost," splunkforwarder.yml -e@$extra_vars -e@$common_vars_file
ansible-playbook -vvvv -c local -i "localhost," stop_all_edx_services.yml -e@$extra_vars -e@$common_vars_file
rm -rf $base_dir
...
...
@@ -547,7 +548,7 @@ def launch_and_configure(ec2_args):
res
=
ec2
.
run_instances
(
**
ec2_args
)
inst
=
res
.
instances
[
0
]
instance_id
=
inst
.
id
print
"{:<40}"
.
format
(
"Waiting for instance {} to reach running status:"
.
format
(
instance_id
)),
status_start
=
time
.
time
()
...
...
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