Skip to content

Commit 37a1ad6

Browse files
authored
Set default values for passwords
1 parent a19446d commit 37a1ad6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tosca-templates/mesos_cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ topology_template:
1717
type: string
1818
description: Admin password for accessing Mesos HTTP service
1919
required: yes
20+
default: admin
2021

2122
marathon_password:
2223
type: string
2324
description: Admin password for accessing Marathon HTTP service
2425
required: yes
26+
default: admin
2527

2628
chronos_password:
2729
type: string
2830
description: Admin password for accessing Chronos HTTP service
2931
required: yes
32+
default: admin
3033

3134
slave_num:
3235
type: integer

0 commit comments

Comments
 (0)