Commit 1756bd2a authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'k8sproxycharms' into 'master'

Add K8s Proxy Charm Packages

See merge request !36
parents 3ab03cc2 501873e9
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