Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Here are notes for troubleshooting:
# Template Parameters
When you launch the installation of the cluster, you need to specify the following parameters:
* `adminPassword`: self-explanatory
* `jumpboxOS`: The type of OS to be used for the jumpbox can be either Windows or Linux
* `jumpboxEndpointDNSName`: this is the public DNS name for the entrypoint that SWARM is going to use to deploy containers in the cluster.
* `managementEndpointDNSName`: this is the public DNS name for the jumpbox that you will use to connect to the cluster. You just need to specify an unique name, the FQDN will be created by adding the necessary subdomains based on where the cluster is going to be created. Ex. <userID>MesosCluster, Azure will add westus.cloudapp.azure.com to create the FQDN for the jumpbox.
* `applicationEndpointDNSName`: this is the public DNS for the application. It has a load balancer with ports 80 and 443 open.
Expand Down Expand Up @@ -115,7 +116,7 @@ Before running this walkthrough ensure you have created a cluster choosing "true

![Image of Chronos UI](https://raw.githubusercontent.com/anhowe/scratch/master/cservice/images/chronos-ui.png)

2. Click Add and fill in the following details:
2. Click New Job and fill in the following details:
1. Name - "MyFirstApp"
2. Command - "echo "my first app on Chronos""
3. Owner, and Owner Name - you can put random information Here
Expand Down
2 changes: 1 addition & 1 deletion cservice/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Linux"
],
"metadata": {
"description": "The size of the Virtual Machine. Allowable machine values are 1 core (A1), 2 core (A2), 4 core (A3), 8 core (A4)."
"description": "The type of OS for the Jumpbox"
}
},
"jumpboxEndpointDNSNamePrefix": {
Expand Down
12 changes: 6 additions & 6 deletions cservice/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"value": "azureuser"
},
"adminPassword": {
"value": "password1234$"
"value": "changeme"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is used in automated testing so a default (valid) password is used. Same goes for other proposed "changeme" entries below.

},
"jumpboxEndpointDNSNamePrefix": {
"jumpboxOS": {
"value": "Windows"
},
"jumpboxEndpointDNSNamePrefix": {
"value": "anhowe1116b"
"value": "changeme"
},
"managementEndpointDNSNamePrefix": {
"value": "anhowemgmt1116b"
"value": "changeme"
},
"applicationEndpointDNSNamePrefix": {
"value": "anhoweapp1116b"
"value": "changeme"
},
"agentCount": {
"value": 3
Expand All @@ -27,6 +27,6 @@
"value": "Standard_A1"
},
"sshRSAPublicKey": {
"value": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8fhkh3jpHUQsrUIezFB5k4Rq9giJM8G1Cr0u2IRMiqG++nat5hbOr3gODpTA0h11q9bzb6nJtK7NtDzIHx+w3YNIVpcTGLiUEsfUbY53IHg7Nl/p3/gkST3g0R6BSL7Hg45SfyvpH7kwY30MoVHG/6P3go4SKlYoHXlgaaNr3fMwUTIeE9ofvyS3fcr6xxlsoB6luKuEs50h0NGsE4QEnbfSY4Yd/C1ucc3mEw+QFXBIsENHfHfZYrLNHm2L8MXYVmAH8k//5sFs4Migln9GiUgEQUT6uOjowsZyXBbXwfT11og+syPkAq4eqjiC76r0w6faVihdBYVoc/UcyupgH azureuser@linuxvm"
"value": "Disabled"
}
}
Binary file modified cservice/images/marathon-docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cservice/images/marathon-newapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.