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
3e0f06be
Commit
3e0f06be
authored
Sep 29, 2016
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
align theme variable names for CD ami creation
parent
0f69d578
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
playbooks/continuous_delivery/create_ami.yml
+4
-4
No files found.
playbooks/continuous_delivery/create_ami.yml
View file @
3e0f06be
...
...
@@ -21,8 +21,8 @@
# - ami_wait - (yes/no) should ansible pause while
# - no_reboot - (yes/no) should the instance not be rebooted during AMI creation
# - artifact_path - the path to where this ansible run stores the artifacts for the pipeline
# - edx
_app_theme_repo
- the edx_app_theme repository
# - edx
_app_theme_version
- the edx_app_theme repository version (git hash)
# - edx
app_theme_source_repo
- the edx_app_theme repository
# - edx
app_theme_version
- the edx_app_theme repository version (git hash)
# - hipchat_token - API token to send messages to hipchat
# - hipchat_room - ID or name of the room to send the notification
# - hipchat_url - URL of the hipchat API (defaults to v1 of the api)
...
...
@@ -94,8 +94,8 @@
region
:
"
{{
ec2_region
}}"
resource
:
"
{{
ami_register.image_id
}}"
tags
:
version:edxapp_theme
:
"
{{
edx
_app_theme_repo
}}
{{
edx_
app_theme_version[:7]
}}"
when
:
edx
_app_theme_version is defined and edx_app_them
e_repo is defined
version:edxapp_theme
:
"
{{
edx
app_theme_source_repo
}}
{{
edx
app_theme_version[:7]
}}"
when
:
edx
app_theme_version is defined and edxapp_theme_sourc
e_repo is defined
-
name
:
Ensure artifact directory exists
file
:
...
...
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