Commit 70749df6 authored by gcubae's avatar gcubae
Browse files

Merge branch 'basic26-basic27' into 'master'

Adds packages for secure helm EE and update helm EE robot tests

See merge request !210
parents bfea4da0 bbdeb1d9
Loading
Loading
Loading
Loading
Loading
+54.6 KiB
Loading image diff...
+21 −0
Original line number Diff line number Diff line
nsd:
  nsd:
  - description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs
    df:
    - id: default-df
      vnf-profile:
      - id: simple
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: simple
            constituent-cpd-id: vnf-mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: simple_secure_ee-vnf
    id: simple_secure_ee-ns
    name: simple_secure_ee-ns
    version: 1.0
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    vnfd-id:
    - simple_secure_ee-vnf
+4 −0
Original line number Diff line number Diff line
#cloud-config
password: osm2020
chpasswd: { expire: False }
ssh_pwauth: True
+22 −0
Original line number Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
+5 −0
Original line number Diff line number Diff line
apiVersion: v1
appVersion: "1.0"
description: OSM EE helm chart
name: eechart
version: 0.1.0
Loading