Commit Graph

6 Commits

Author SHA1 Message Date
Ian Wienand c0d83ab8ec Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I5934001d156c2e8061a1de16733ea3076d75efce
2019-03-24 20:35:41 +00:00
Steven Hillman 3ee42190ff Prevent vsm-br ip configuration for existing bridge cases
Added a check to skip ip configuration in all existing bridge cases.
This was sporadically causing connectivity issue in some setups.

Change-Id: Ia759a84409d477b5be459033aeda37d353c93332
2015-11-19 15:34:09 -08:00
Steven Hillman 9eead39b6b Remove the requirement for VSM version to be specified
Relaxed the requirment for VSM version to always be specified. The
new code will find the newest available VSM iso and create a copy
of the iso called "current-n1000v.iso". This file will be used for
the remainder of the module.

Change-Id: Icdaa0dba83cb05e8c082786e578a9170666aa3ee
2015-11-06 09:07:09 +00:00
Steven Hillman 17f6c10770 Enhance bridge preparation to support tagged management ports
Add support for creating a bridge when the management port is
tagged. Also allows use of management ports that don't have IPs.

Change-Id: I9810fe68b62e690c5e206898eec1320b15eac24b
2015-10-30 17:34:21 +00:00
Steven Hillman 4423dccf22 Implement remaining unit tests
Added unit tests for the remainder of the module as it stands
today. Also fixed missing dependency for the ovs module.

Change-Id: I498f7d4d2b18a66b782ddb64b5a9f125ea58e416
2015-10-25 15:24:57 -07:00
Emilien Macchi 8266fb6dd5 Implement first unit tests
* Add the required files for unit testing.
* Add a basic test to validate packaging version.
* Fix stdlib syntax to be Puppet compliant.
* Fix lint

Change-Id: I36fd23534e0c724da8d6683fbf2a1e67aa616ebf
2015-10-01 15:46:34 -07:00