Skip to content

Commit

Permalink
Fix YAML errors and add back vendor and orchestrator.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwelch committed Feb 10, 2015
1 parent d8db0dd commit edef915
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions db/job_templates/aws-kubernetes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
type: ClusterJobTemplate
name: AWS Kubernetes Cluster with Panamax Remote Agent
vendor: Amazon Cloud
adapter: Kubernetes
description:
Automated kubernetes cluster creation in AWS with the Panamax Remote Agent pre-installed.
Requires an [AWS account.](http://aws.amazon.com/)
Expand Down
7 changes: 5 additions & 2 deletions db/job_templates/clc-kubernetes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
type: ClusterJobTemplate
name: CenturyLink Cloud Kubernetes Cluster with Panamax Remote Agent
vendor: CenturyLink Cloud
adapter: Kubernetes
description:
Automated kubernetes cluster creation in CenturyLink Cloud with the Panamax Remote Agent pre-installed.
Requires a [CLC account.](https://control.tier3.com/)
Expand All @@ -22,7 +25,7 @@ environment:
description: Your CLC Password which you use to access the CLC dashboard.
- variable: REGION
value: WA1
description: Region to deploy your cluster. Valid values include: CA1, CA2, CA3, DE1, GB3, IL1, NY1, UC1, UT1, VA1, WA1
description: "Region to deploy your cluster. Valid values include: CA1, CA2, CA3, DE1, GB3, IL1, NY1, UC1, UT1, VA1, WA1"
- variable: MINION_COUNT
value: 2
description: Number of minions to include in your cluster. A master node is auto-created. Do not count the master node in this value.
Expand All @@ -34,7 +37,7 @@ environment:
description: Amount of memory for each node in your cluster. Select a value from 1 to 128. A minium of 2 is recommended.
- variable: GROUP_ID
value:
description: Server group id. Ex.: wa1-36474. You can find this value via the browser url on the CLC dashboard.
description: "Server group id. Ex.: wa1-36474. You can find this value via the browser url on the CLC dashboard."
steps:
- name: Deploy CenturyLink Cloud Cluster
source: centurylink/kube-cluster-deploy:latest
Expand Down

0 comments on commit edef915

Please sign in to comment.