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/deploy.yml | 1 + config/network.yml | 20 +++++++++++--------- config/pod-config.yml | 17 +++++++++++------ 3 files changed, 23 insertions(+), 15 deletions(-) (limited to 'config') diff --git a/config/deploy.yml b/config/deploy.yml index 212a423f..65d9b5fe 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -1,3 +1,4 @@ +--- global_settins: name: example_deployment installer: compass diff --git a/config/network.yml b/config/network.yml index 4c7e95f2..46ac87c2 100644 --- a/config/network.yml +++ b/config/network.yml @@ -1,7 +1,9 @@ +--- node_network: nic_mappings: - name: eth0 - bdf: 02:00.1 #pci bus/device/function + # pci bus/device/function + bdf: 02:00.1 - name: eth1 bdf: 02:00.2 @@ -59,27 +61,27 @@ node_network: subnets: - name: install ip_ranges: - - - "10.1.0.1" - - "10.1.0.254" + - - "10.1.0.1" + - "10.1.0.254" cidr: "10.1.0.0/24" - name: mgmt ip_ranges: - - - "172.16.1.1" - - "172.16.1.254" + - - "172.16.1.1" + - "172.16.1.254" cidr: "172.16.1.0/24" vip: 172.16.1.222 - name: storage ip_ranges: - - - "172.16.2.1" - - "172.16.2.254" + - - "172.16.2.1" + - "172.16.2.254" cidr: "172.16.2.0/24" - name: public ip_ranges: - - - "192.168.50.210" - - "192.168.50.220" + - - "192.168.50.210" + - "192.168.50.220" cidr: "192.168.50.0/24" gw: "192.168.50.1" vip: 192.168.50.240 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