Commit 3e0f06be by Brian Beggs

align theme variable names for CD ami creation

parent 0f69d578
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
# - ami_wait - (yes/no) should ansible pause while # - ami_wait - (yes/no) should ansible pause while
# - no_reboot - (yes/no) should the instance not be rebooted during AMI creation # - 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 # - artifact_path - the path to where this ansible run stores the artifacts for the pipeline
# - edx_app_theme_repo - the edx_app_theme repository # - edxapp_theme_source_repo - the edx_app_theme repository
# - edx_app_theme_version - the edx_app_theme repository version (git hash) # - edxapp_theme_version - the edx_app_theme repository version (git hash)
# - hipchat_token - API token to send messages to hipchat # - hipchat_token - API token to send messages to hipchat
# - hipchat_room - ID or name of the room to send the notification # - 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) # - hipchat_url - URL of the hipchat API (defaults to v1 of the api)
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
region: "{{ ec2_region }}" region: "{{ ec2_region }}"
resource: "{{ ami_register.image_id }}" resource: "{{ ami_register.image_id }}"
tags: tags:
version:edxapp_theme: "{{ edx_app_theme_repo }} {{ edx_app_theme_version[:7] }}" version:edxapp_theme: "{{ edxapp_theme_source_repo }} {{ edxapp_theme_version[:7] }}"
when: edx_app_theme_version is defined and edx_app_theme_repo is defined when: edxapp_theme_version is defined and edxapp_theme_source_repo is defined
- name: Ensure artifact directory exists - name: Ensure artifact directory exists
file: file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment