Set default network interfaces to nic1
authorDan Prince <dprince@redhat.com>
Tue, 25 Nov 2014 20:23:22 +0000 (15:23 -0500)
committerDan Prince <dprince@redhat.com>
Fri, 5 Dec 2014 20:16:12 +0000 (15:16 -0500)
commit8dd57aa961b9aaf93d19bd71ab14746ed7a7a514
tree00d836f795078c6c62ae837c82d73382fffe30fa
parentfc0158c38c41f7142c8bdb2e4ec154012ad88e53
Set default network interfaces to nic1

Now that we are using os-net-config we can make use of
the nic naming abstraction layer where the actual physical
nic name is mapped automatically.

This change removes all the eth0 references and replaces
them with nic1 which should make it more likely
that these default values would actually work on
some distributions.

It also removes the single instance of eth2 in the
undercloud-bm-nova-deploy.yaml template and replaces
it with nic1 as well. Underclouds aren't a special case
in this regard (I run my bare metal undercloud on em1)
so there is no good reason to default to the second nic.

Change-Id: I3ea92a502bc4b8789f74913f232ac8bc6b843008
compute.yaml
controller.yaml
overcloud-source.yaml
overcloud-without-mergepy.yaml
undercloud-bm-nova-deploy.yaml
undercloud-vm-ironic-deploy.yaml
undercloud-vm-nova-deploy.yaml