From f0dbe42bdb6739e30b018f4aff33d2fe75befc5a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 17 Oct 2017 18:12:25 +0200 Subject: [baremetal] PDF-based network config This change extends current PDF/IDF support with: - dynamic interface / vlan definition; - dynamic interface and/or bridge allocation of installer networks on top of interfaces (physical or vlans); This allows us to drop hardcoded interface names and vlan / bridge configuration in favor of a runtime determined model based on PDF/IDF. For now, we duplicate common jinja variable definitions in each template, but this will later be moved to a common include file. JIRA: FUEL-275 Change-Id: Ia80a66dbdf898b0bd0a4fb99d069ce9ebe33fa65 Signed-off-by: Alexandru Avadanii (cherry picked from commit c360b972649028d2613fc8561899c2c8b7f71832) --- mcp/reclass/classes/cluster/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mcp/reclass/classes/cluster/.gitignore (limited to 'mcp/reclass/classes/cluster/.gitignore') diff --git a/mcp/reclass/classes/cluster/.gitignore b/mcp/reclass/classes/cluster/.gitignore new file mode 100644 index 000000000..57793d934 --- /dev/null +++ b/mcp/reclass/classes/cluster/.gitignore @@ -0,0 +1,4 @@ +baremetal-mcp-ocata-common/infra/kvm_init.yml +baremetal-mcp-ocata-common/openstack_compute_init.yml +baremetal-mcp-ocata-ovs-dpdk-ha/infra/config_init.yml +baremetal-mcp-ocata-*/openstack/compute_init.yml -- cgit 1.2.3-korg