From 92f6ca7bb6d7b2f295406aab34094b1dba76ff94 Mon Sep 17 00:00:00 2001 From: liyuenan Date: Tue, 27 Dec 2016 17:44:34 +0800 Subject: Yamllint test JIRA: COMPASS-516 Change-Id: I482ce9bc86f4f963258c5b8823e0b00e83556eef Signed-off-by: liyuenan --- config/pod-config.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'config/pod-config.yml') diff --git a/config/pod-config.yml b/config/pod-config.yml index 49c90cb7..34498fff 100644 --- a/config/pod-config.yml +++ b/config/pod-config.yml @@ -1,9 +1,10 @@ - +--- nodes: - name: host1 tags: control arch: "x86_64" - mac_address: '11:22:33:44:55' # PXE install nic MAC + # PXE install nic MAC + mac_address: '11:22:33:44:55' # for virtual deployment cpus: 2 @@ -20,7 +21,8 @@ nodes: - name: host2 tags: control arch: "x86_64" - mac_address: '11:22:33:44:56' # PXE install nic MAC + # PXE install nic MAC + mac_address: '11:22:33:44:56' # for virtual deployment cpus: 2 @@ -37,7 +39,8 @@ nodes: - name: host3 tags: control arch: "x86_64" - mac_address: '11:22:33:44:57' # PXE install nic MAC + # PXE install nic MAC + mac_address: '11:22:33:44:57' # for virtual deployment cpus: 2 @@ -54,7 +57,8 @@ nodes: - name: host4 tags: compute arch: "x86_64" - mac_address: '11:22:33:44:57' # PXE install nic MAC + # PXE install nic MAC + mac_address: '11:22:33:44:57' # for virtual deployment cpus: 2 @@ -71,7 +75,8 @@ nodes: - name: host5 tags: compute arch: "x86_64" - mac_address: '11:22:33:44:58' # PXE install nic MAC + # PXE install nic MAC + mac_address: '11:22:33:44:58' # for virtual deployment cpus: 2 -- cgit 1.2.3-korg