aboutsummaryrefslogtreecommitdiffstats
path: root/labs/zte/virtual1/daisy
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-02-06 17:28:18 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-02-12 00:43:41 +0800
commit5570dd8fa1c7f6b99c3127f852f7f991f7b3a4fa (patch)
treebda2a14a8e9962758ccb04dafca80fc6a6e143ea /labs/zte/virtual1/daisy
parent3f54bf30c4c94b99ef9bdf87ffbaf646bea6e5d7 (diff)
Add labs for daisy
including: pod2 and virtual1 and vitual2 JIRA: DAISY-40 Change-Id: Ia62ed654c52843410b94bf7042e782653ff2830c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'labs/zte/virtual1/daisy')
-rw-r--r--labs/zte/virtual1/daisy/config/deploy.yml12
-rw-r--r--labs/zte/virtual1/daisy/config/network.yml59
2 files changed, 71 insertions, 0 deletions
diff --git a/labs/zte/virtual1/daisy/config/deploy.yml b/labs/zte/virtual1/daisy/config/deploy.yml
new file mode 100644
index 0000000..b094947
--- /dev/null
+++ b/labs/zte/virtual1/daisy/config/deploy.yml
@@ -0,0 +1,12 @@
+hosts:
+- name: 'all_in_one'
+ roles:
+ - 'CONTROLLER_LB'
+ - 'COMPUTER'
+disks:
+ daisy: 50
+ controller: 50
+ compute: 50
+daisy_passwd: 'r00tme'
+daisy_ip: '10.20.11.2'
+daisy_gateway: '10.20.11.1'
diff --git a/labs/zte/virtual1/daisy/config/network.yml b/labs/zte/virtual1/daisy/config/network.yml
new file mode 100644
index 0000000..49ae58e
--- /dev/null
+++ b/labs/zte/virtual1/daisy/config/network.yml
@@ -0,0 +1,59 @@
+##############################################################################
+# Copyright (c) 2016 ZTE Coreporation and others.
+# hu.zhijiang@zte.com.cn
+# sun.jing22@zte.com.cn
+# 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
+##############################################################################
+
+network-config-metadata:
+ title: 'zte-virtual network config'
+ version: '0.1'
+ created: 'Mon Oct 31 2016'
+ comment:
+networks:
+ - cidr: '10.20.11.0/24'
+ gateway: '10.20.11.1'
+ ip_ranges:
+ - 'start': '10.20.11.3'
+ 'end': '10.20.11.10'
+ name: 'MANAGEMENT'
+ - cidr: '10.20.11.0/24'
+ gateway: '10.20.11.1'
+ ip_ranges:
+ - start: '10.20.11.3'
+ end: '10.20.11.10'
+ name: 'STORAGE'
+ - cidr: '172.10.101.0/24'
+ gateway: '172.10.101.0'
+ ip_ranges:
+ - 'start': '172.10.101.1'
+ 'end': '172.10.101.10'
+ 'name': 'EXTERNAL'
+ - cidr: '10.20.11.0/24'
+ gateway: '10.20.11.1'
+ ip_ranges:
+ - 'start': '10.20.11.3'
+ 'end': '10.20.11.10'
+ name: 'PUBLICAPI'
+ - cidr: '10.20.11.0/24'
+ gateway: '10.20.11.1'
+ ip_ranges:
+ - 'start': '10.20.11.3'
+ 'end': '10.20.11.10'
+ name: 'TENANT'
+interfaces:
+ - name: 'EXTERNAL'
+ interface: 'ens8'
+ - name: 'MANAGEMENT'
+ interface: 'ens3'
+ - name: 'PUBLICAPI'
+ interface: 'ens3'
+ - name: 'STORAGE'
+ interface: 'ens3'
+ - name: 'TENANT'
+ interface: 'ens3'
+internal_vip: '10.20.11.11'
+public_vip: '10.20.11.11'