-
ORM/Models
```go
package models
import (
"time"
)
type Vnf struct {
Id int64 `orm:"auto;pk" form:"-"`
ServiceId string `orm:"unique;index"…
-
**Is your enhancement related to a problem? Please describe.**
We are trying to see if we can run all our VNFs on Harvester
One of our VNF (SBC) is requiring SR-IOV for Media. Once we added the Sr…
-
### Summary
Hi,
as discussed in #1405, warewulf4 lacks a mechanism that allows the cluster administrator to live-update running compute nodes, whenever their corresponding container (VNFS image) h…
-
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
~~~
VR + VNF
~~~
##### CLOUDSTACK VERSION
~~~
4.19.1
~~~
##### CONFIGURATION
Advanced Networking
VPC
VNF + L2 Netwo…
-
Does anyone have the mapping between the IP address and VNFs?
Where does the below IP addresses belong to:
127.0.0.2
127.0.0.3
127.0.0.4
127.0.0.6
127.0.0.8
127.0.0.9
-
-
Hi, I'm new to warewulf. I installed a g++ in VNFS root path. But after I do 'wwvnfs --chroot $CHROOT' and reboot the node, I do not find /usr/include directory on node. This directory contains g++ he…
-
_From @ssasso on February 27, 2018 14:10_
ability to create network services comprising multiple vnfs
_Copied from original issue: vanlittle/VNF-Onboarding#24_
-
Hello,
how are vnf images supposed to be uploaded to the catalogue? Right now it only seems to be possible to upload the yaml descriptors, but not the corresponding/referenced vm-images
-
Using the same interface names inside the VNF containers can lead to problems with VNFs that need to run in `privileged` mode, like the vTC (PF_RING).
A workaround is to modify the VNFDs to not have…