gstanden / orabuntu-lxc

Developer and User Guide
https://gstanden.github.io/
GNU General Public License v3.0
46 stars 15 forks source link

Network Products Script #132

Closed gstanden closed 3 years ago

gstanden commented 5 years ago

Similar to the "product" script there also needs to be in the products directory a "product-network" script where additional networking requirements can be defined for the deployment. Currently, a few networking steps are coded into the orabuntu-services-4.sh script for specific products, but these should not be in the main orabuntu-services deployment scripts. Instead, a script should be called for each product that takes care of setting up additional network requirements for each product. For example, Oracle Grid Infrastructure 18c deployment in Orabuntu-LXC deploys 6 extra OpenvSwitch networks, 4 for private interconnect, and 2 for Flex ASM cluster network. This has to occur much later in the deployment than the main product prerequisite steps, so an additional script is needed for each product that specifies add-on networking to the basic Orabuntu-LXC two-network standard deployment.

gstanden commented 3 years ago

Done. This is done with the product.cnf and product.net files which are in the product subdirectory.