Update network related vars for standalone-roles

Drop neutron_physical_bridge_name var from here
and use the default one defined in 02-compute inventory[1].

neutron_public_interface_name: eth0 available in CI, let'use
that one.

Use tripleo_network_config_template: templates/ci/multinode.j2,
as default one defined in tripleo-ansible[1] leads to ssh connectivity
for the vms in CI.

[1]. https://review.opendev.org/c/openstack/tripleo-ansible/+/840509

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I79de87e0e210d410b95a865312e4e37b49e53d2c
This commit is contained in:
Chandan Kumar (raukadah) 2022-10-14 16:33:04 +05:30 committed by chandan kumar
parent 1fc5b3fd48
commit 940978f7e6
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ standalone_custom_env_files:
overcloud_templates_path: /usr/share/openstack-tripleo-heat-templates
# standalone vars for compute node
neutron_public_interface_name: br-ex
neutron_physical_bridge_name: br-ctlplane
neutron_public_interface_name: eth0
tripleo_network_config_template: templates/ci/multinode.j2
ctlplane_dns_nameservers:
- 127.0.0.1
- 1.1.1.1