Merge "[PDF] config: Add/update license headers"
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 22 Jan 2018 16:13:11 +0000 (16:13 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 22 Jan 2018 16:13:11 +0000 (16:13 +0000)
1  2 
config/installers/daisy/network.yaml.j2
config/installers/daisy/pod_config.yaml.j2
config/installers/fuel/pod_config.yml.j2
config/pdf/pod1.encrypted.yaml
config/pdf/pod1.yaml
config/utils/check-jinja2.sh

@@@ -1,18 -1,25 +1,25 @@@
+ ##############################################################################
+ # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
+ # 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
+ ##############################################################################
  ---
  {%- if conf.idf is defined and conf.idf.fuel is defined -%}
 -  {%- if conf.net_config is defined -%}
 -      {%- set net_admin = conf.net_config.admin.network -%}
 -      {%- set net_mgmt = conf.net_config.mgmt.network -%}
 -      {%- set net_private = conf.net_config.private.network -%}
 -      {%- set net_public = conf.net_config.public.network -%}
 -      {%- set vlan_mgmt = conf.net_config.mgmt.vlan -%}
 -      {%- set vlan_private = conf.net_config.private.vlan -%}
 -      {%- if conf.net_config.public.dns is defined -%}
 -          {%- set dns_public = conf.net_config.public.dns -%}
 +  {%- if conf.idf.net_config is defined -%}
 +      {%- set net_admin = conf.idf.net_config.admin.network -%}
 +      {%- set net_mgmt = conf.idf.net_config.mgmt.network -%}
 +      {%- set net_private = conf.idf.net_config.private.network -%}
 +      {%- set net_public = conf.idf.net_config.public.network -%}
 +      {%- set vlan_mgmt = conf.idf.net_config.mgmt.vlan -%}
 +      {%- set vlan_private = conf.idf.net_config.private.vlan -%}
 +      {%- if conf.idf.net_config.public.dns is defined -%}
 +          {%- set dns_public = conf.idf.net_config.public.dns -%}
        {%- endif -%}
 -      {%- set pxe_interface = conf.net_config.admin.interface -%}
 -      {%- if conf.net_config.public.gateway is defined -%}
 -          {%- set net_public_gw = conf.net_config.public.gateway -%}
 +      {%- set pxe_interface = conf.idf.net_config.admin.interface -%}
 +      {%- if conf.idf.net_config.public.gateway is defined -%}
 +          {%- set net_public_gw = conf.idf.net_config.public.gateway -%}
        {%- endif -%}
    {%- else -%}
        {%- set net_admin = '192.168.11.0' -%}
Simple merge
Simple merge
Simple merge