Files
ansible-role-collect-logs/docs/static/baremetal-overcloud/customizing-external-network-vlan.rst
Chandan Kumar 67821d2c49 Apply cookiecutter on collect-logs
It adds all the requires files for ansible-role-collect-logs
in order to consume it as a role.

It also moves README.md to README.rst
Added pre-commit and removes ansible-lint.sh.

https://tree.taiga.io/project/tripleo-ci-board/task/890

Change-Id: I259f148e03c09e27edfb1bcc251cc62f0f1f59e9
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
2019-04-15 16:27:27 +05:30

808 B

Customizing external network vlan

If network-isolation is used in the deployment, tripleo-quickstart will, by default, add a NIC on the external vlan to the undercloud, <https://github.com/openstack/tripleo-quickstart/blob/master/roles/tripleo/undercloud/templates/undercloud-install-post.sh.j2#L88>. When working with a baremetal overcloud, the vlan values must be customized with the correct system-related values. The default vlan values can be overwritten in a settings file passed to triple-quickstart as in the following example: :

undercloud_networks:
  external:
    address: 10.0.7.13
    netmask: 255.255.255.192
    device_type: ovs
    type: OVSIntPort
    ovs_bridge: br-ctlplane
    ovs_options: '"tag=102"'
    tag: 102