ifconfig and brctl are deprecated commands.
They are replaced with ip command.
Story: 2004646
Task: 28598
Change-Id: I4a9b63f5437fc9372a169216ee62f239bce55b3c
Signed-off-by: Felipe de Jesus Ruiz Garcia <felipe_57@live.com.mx>
Signed-off-by: Felipe de Jesus Ruiz Garcia <felipe.de.jesus.ruiz.garcia@intel.com>
The INTERNAL and EXTERNAL networks configured by destroy and setup
network scripts are inverted with reference to the default
config_controller selections as well as the wiki
StarlingX/Installation_Guide_Virtual_Environment/Controller_Storage.
The most pressing concern in this is that what was actually the internal
management network was being nat'd.
Also, under normal testing it is not recommended to address the internal
management network from the virtualization host. There are unlikely to be
configurations that will have external devices addressing the management
network.
Delete what was "EXTERNAL", actually internal, and rename "INTERNAL" to
be EXTERNAL.
Related-Bug: #1790716
Change-Id: I08f9e7712fed120001c864903880e13e9478764d
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
* Split the network setup/teardown bits into their own scripts
so you can shoot yourself in the foot with intention
rather then unexpectedly.
* Cowardly refuse to configure a network if the first interface name exists
* Change the default bridge name to stxbr
* Make the network variables all configurable via the environment
* Don't make assumptions about where ISOIMAGE is located
* Include a basic doc that outlines the differences from existing
installation steps. (Needs more!)
Change-Id: Ic46c03a09da97765b9f6bfe07e089efa38738993
Signed-off-by: Dean Troyer <dtroyer@gmail.com>