Simplified EE variables in _config (#9260)

Before we had 2 UCP configuration variables. 1 for pages under "ee" and
1 for pages under "ee/ucp". We had the same pattern for DTR. THis commit
removes the variable at the ee/ucp level, in the hope that all files
will take it from the /ee variable.
This commit is contained in:
Olly P 2019-08-16 20:01:21 +01:00 committed by GitHub
parent e72bfc468d
commit e133bea6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 16 deletions

View File

@ -116,12 +116,17 @@ defaults:
path: "datacenter"
values:
enterprise: true
# Latest Enterprise Platform Release
- scope:
path: "ee/dtr"
path: "ee"
values:
ucp_org: "docker"
ucp_repo: "ucp"
dtr_org: "docker"
dtr_repo: "dtr"
ucp_version: "3.2.0"
dtr_version: "2.7.1"
# Previous DTR Releases
- scope:
path: "datacenter/dtr/2.6"
values:
@ -166,21 +171,7 @@ defaults:
values:
ucp_version: "1.1"
dtr_version: "2.0"
- scope:
path: "ee/ucp"
values:
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.2.0"
- scope: # This is a bit of a hack for the get-support.md and /ee/admin/
path: "ee"
values:
ucp_org: "docker"
ucp_repo: "ucp"
dtr_org: "docker"
dtr_repo: "dtr"
ucp_version: "3.2.0"
dtr_version: "2.7.1"
# Previous UCP Releases
- scope:
path: "datacenter/ucp/3.1"
values: