Skip to content

Commit

Permalink
Set default values for passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Mar 2, 2021
1 parent a19446d commit 37a1ad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tosca-templates/mesos_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@ topology_template:
type: string
description: Admin password for accessing Mesos HTTP service
required: yes
default: admin

marathon_password:
type: string
description: Admin password for accessing Marathon HTTP service
required: yes
default: admin

chronos_password:
type: string
description: Admin password for accessing Chronos HTTP service
required: yes
default: admin

slave_num:
type: integer
Expand Down

0 comments on commit 37a1ad6

Please sign in to comment.