From 1b3d1fb2d2c2e983bbc80b398869cac9851b6b67 Mon Sep 17 00:00:00 2001 From: wutianwei Date: Sat, 29 Jul 2017 11:41:35 +0800 Subject: Configurate moon host 1. configurate network 2. change the apt sources.list Change-Id: I93336d48b02846192f47eb1d64a63b50190863e9 Signed-off-by: wutianwei --- plugins/moon/roles/moon/templates/ifcfg-if.storage | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 plugins/moon/roles/moon/templates/ifcfg-if.storage (limited to 'plugins/moon/roles/moon/templates/ifcfg-if.storage') diff --git a/plugins/moon/roles/moon/templates/ifcfg-if.storage b/plugins/moon/roles/moon/templates/ifcfg-if.storage new file mode 100755 index 00000000..96afb1bd --- /dev/null +++ b/plugins/moon/roles/moon/templates/ifcfg-if.storage @@ -0,0 +1,4 @@ +DEVICE={{sys_intf_mappings["storage"]["interface"]}}.{{sys_intf_mappings["storage"]["vlan_tag"]}} +BOOTPROTO=none +ONBOOT=yes +VLAN=yes -- cgit 1.2.3-korg