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
edx
configuration
Commits
8b65d547
Commit
8b65d547
authored
Jun 05, 2017
by
Kyle McCormick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to add insights to sandbox build process
parent
12d9995b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/launch_ec2/tasks/main.yml
+1
-1
util/jenkins/ansible-provision.sh
+2
-2
No files found.
playbooks/roles/launch_ec2/tasks/main.yml
View file @
8b65d547
...
...
@@ -80,7 +80,7 @@
value
:
"
{{
item[0].public_dns_name
}}"
with_nested
:
-
"
{{
ec2.instances
}}"
-
[
'
studio'
,
'
ecommerce'
,
'
preview'
,
'
discovery'
,
'
credentials'
]
-
[
'
studio'
,
'
ecommerce'
,
'
preview'
,
'
discovery'
,
'
credentials'
,
'
insights'
]
-
name
:
Add new instance to host group
local_action
:
...
...
util/jenkins/ansible-provision.sh
View file @
8b65d547
...
...
@@ -324,7 +324,7 @@ EOF
if
[[
$server_type
==
"full_edx_installation"
]]
;
then
extra_var_arg+
=
' -e instance_userdata="" -e launch_wait_time=0'
fi
# run the tasks to launch an ec2 instance from AMI
# run the tasks to launch an ec2 instance from AMI
F
cat
$extra_vars_file
run_ansible edx_provision.yml
-i
inventory.ini
$extra_var_arg
--user
ubuntu
...
...
@@ -337,7 +337,7 @@ EOF
fi
declare
-A
deploy
roles
=
"edxapp forum ecommerce credentials discovery notifier xqueue xserver certs demo testcourses"
roles
=
"edxapp forum ecommerce credentials discovery notifier xqueue xserver certs demo testcourses
insights
"
for
role
in
$roles
;
do
deploy[
$role
]=
${
!role
}
...
...
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