91e763f748
Proper VLAN support requires adding the IP address to a new device, rather than br-ex/br-ctlplane. This is added in the tripleo-image-elements change https://review.openstack.org/103449 (I3f77f72ac623792e844dbb4d501b6ab269141f8e) and here we just expose it with appropriate glue to get the IP address from Neutron. With this we can now describe a VLAN public interface scenario to the undercloud and overcloud control planes. Change-Id: I4d2194fc813aebb0708d6fddf4f05bae5f091fd8
54 lines
588 B
Plaintext
54 lines
588 B
Plaintext
# Built via Makefile
|
|
overcloud.yaml
|
|
overcloud-with-block-storage.yaml
|
|
overcloud-with-block-storage-nfs.yaml
|
|
undercloud-bm.yaml
|
|
undercloud-vm.yaml
|
|
undercloud-vm-ironic.yaml
|
|
undercloud-vm-ironic-vlan.yaml
|
|
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
*~
|
|
*.swp
|
|
|
|
doc/_build
|
|
|
|
# Built by pbr (python setup.py sdist):
|
|
AUTHORS
|
|
ChangeLog
|