diff options
Diffstat (limited to 'util/docker-compose/roles/discovery/vars/main.yml')
-rwxr-xr-x | util/docker-compose/roles/discovery/vars/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/util/docker-compose/roles/discovery/vars/main.yml b/util/docker-compose/roles/discovery/vars/main.yml new file mode 100755 index 00000000..a1104a44 --- /dev/null +++ b/util/docker-compose/roles/discovery/vars/main.yml @@ -0,0 +1,17 @@ +############################################################################## +# Copyright (c) 2016-2017 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- + +tinycore_url: http://192.168.104.2:9999/download/core.iso + +tinycore: + DistroName: tinycore + DistroArch: x86_64 + +cluster_id: 1 |