Commit 501873e9 authored by fleischmann's avatar fleischmann
Browse files

Add K8s Proxy Charm Packages



This is are the packages used to test
the k8s proxy charm feature.

Signed-off-by: default avatarDominik Fleischmann <dominik.fleischmann@canonical.com>
parent 3ab03cc2
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
nsd:nsd-catalog:
    nsd:
    -   id: hackfest_k8sproxycharm-ns
        name: hackfest_k8sproxycharm-ns
        short-name: hackfest_k8sproxycharm-ns
        description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs
        version: '1.0'
        logo: osm.png
        constituent-vnfd:
        -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
            member-vnf-index: '1'
        -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
            member-vnf-index: '2'
        vld:
        -   id: mgmtnet
            name: mgmtnet
            short-name: mgmtnet
            type: ELAN
            mgmt-network: 'true'
            vim-network-name: PUBLIC
            vnfd-connection-point-ref:
            -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
                member-vnf-index-ref: '1'
                vnfd-connection-point-ref: vnf-mgmt
            -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
                member-vnf-index-ref: '2'
                vnfd-connection-point-ref: vnf-mgmt
        -   id: datanet
            name: datanet
            short-name: datanet
            type: ELAN
            vnfd-connection-point-ref:
            -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
                member-vnf-index-ref: '1'
                vnfd-connection-point-ref: vnf-data
            -   vnfd-id-ref: hackfest_k8sproxycharm-vnf
                member-vnf-index-ref: '2'
                vnfd-connection-point-ref: vnf-data
+54.6 KiB
Loading image diff...
+0 −0

Empty file added.

+1 −0
Original line number Diff line number Diff line
.vscode
+9 −0
Original line number Diff line number Diff line
[submodule "mod/operator"]
	path = mod/operator
	url = https://github.com/canonical/operator
[submodule "mod/charms.osm"]
	path = mod/charms.osm
	url = https://github.com/charmed-osm/charms.osm
[submodule "mod/charms"]
	path = mod/charms
	url = https://github.com/AdamIsrael/charms.requirementstxt
Loading