summaryrefslogtreecommitdiffstats
path: root/examples/inst-w-volume/deploy-vm-with-volume.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Fixed bug with regards to subnet lookups.opnfv-6.1.0opnfv-6.0.0spisarski1-1/+4
Neutron returns all subnets regardless of visibility which cause problems within routers if there is another subnet with the same name attached to a different network. JIRA: SNAPS-304 In addition, this patch contains two other minor fixes. launch_utils.py - raise an exception when the creator is not properly instantiated network.py - allow fixed IPs to be none. Change-Id: Ib343074d925be4592a713727a03d5b531890eada Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-10-27Updated application to support volumes.spisarski1-0/+141
Updated VirEnvDeploy documents to reflect newly supported object type. JIRA: SNAPS-208 Change-Id: Icc0d435d9b2d780d31a15ebc9a1ebd539c58e407 Signed-off-by: spisarski <s.pisarski@cablelabs.com>