aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml
diff options
context:
space:
mode:
authorFedor Zhadaev <fzhadaev@mirantis.com>2016-07-12 12:59:07 +0300
committerFedor Zhadaev <fzhadaev@mirantis.com>2016-08-04 15:00:02 +0300
commit04ae376792244b9d10419b798aa4f9f76481b247 (patch)
tree2e38e7ead4abe5e14b4d811f00ff7878731e474f /deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml
parentf0463e6234cd27eaa2e0cd3ded0b035d89aa918c (diff)
Fix OVS scenarios to use fuel-plugin-ovs
* Use fuel-nshovs instead deprecated fuel-nfvovs * Modified scenario to enable DPDK via Fuel * Removed hard dependency from specific POD * Add ability to merge networks lists JIRA: FUEL-156 JIRA: FUEL-162 Change-Id: Ie609ff140f1de96e54df37dd9b1881afec792317 Depends-On: Ic6072d938e09a40516c32cdde6223d0a21e57403 Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
Diffstat (limited to 'deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml')
0 files changed, 0 insertions, 0 deletions
ltin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{% extends "config_bundle/steps/table_formset.html" %}

{% load bootstrap3 %}

{% block table %}
<thead>
    <tr>
        <th>Host</th>
        <th>Role</th>
    </tr>
</thead>
<tbody>
    {% for form in formset %}
    <tr>
        <td>{% bootstrap_field form.host_name show_label=False %}</td>
        <td>{% bootstrap_field form.role  show_label=False %}</td>
    </tr>
    {% endfor %}
</tbody>

{{formset.management_form}}
{% endblock table %}