Last active
October 4, 2019 12:49
-
-
Save sujaypillai/1707ccbf3b0569c82652bea39ad3bb72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variable: | |
region: "southeastasia" | |
ucp_password: | |
type: prompt | |
provider: | |
azurerm: | |
region: ${region} | |
cluster: | |
engine: | |
version: ee-stable-19.03 | |
ucp: | |
version: docker/ucp:3.2.0 | |
username: admin | |
password: ${ucp_password} | |
dtr: | |
version: docker/dtr:2.7.1 | |
subscription: | |
id: sub-357a41ad-d803-43e1-98b2-040208b6badd | |
license: docker_subscription.lic | |
resource: | |
azurerm_virtual_machine: | |
managers: | |
quantity: 3 | |
os: CentOS 7.6 | |
instance_type: Standard_D2s_v3 | |
platform_fault_domain_count: 2 | |
registry: | |
quantity: 3 | |
os: CentOS 7.6 | |
instance_type: Standard_D2s_v3 | |
platform_fault_domain_count: 2 | |
workers: | |
quantity: 3 | |
os: CentOS 7.6 | |
instance_type: Standard_D2s_v3 | |
platform_fault_domain_count: 2 | |
azurerm_lb: | |
ucp: | |
instances: | |
- managers | |
ports: | |
- "443:443" | |
- "6443:6443" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment