Commit 452308b1 by Arbab Nazar

Merge pull request #2813 from edx/arbab/ops727

OPS-727 Sandbox platform name and logo
parents 8f03d861 535b8065
......@@ -109,6 +109,10 @@ if [[ -z $name_tag ]]; then
name_tag=${github_username}-${environment}
fi
if [[ -z $sandbox_platform_name ]]; then
sandbox_platform_name=$dns_name
fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-c8093ea2"
......@@ -168,6 +172,7 @@ configuration_version: $configuration_version
edx_ansible_source_repo: ${configuration_source_repo}
edx_platform_repo: ${edx_platform_repo}
EDXAPP_PLATFORM_NAME: $sandbox_platform_name
EDXAPP_COMPREHENSIVE_THEME_DIR: $edxapp_comprehensive_theme_dir
EDXAPP_STATIC_URL_BASE: $static_url_base
......
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