Skip to content
Snippets Groups Projects
Commit 0bdceaa3 authored by lavado's avatar lavado
Browse files

add sample files for PLA use case

parent f4890a97
No related branches found
No related tags found
2 merge requests!11Hackfest9,!10Hackfest9
......@@ -20,7 +20,9 @@ osm nsd-create hackfest_magma-agw-enb_nsd.tar.gz
osm netslice-template-create magma_slice.yaml
osm nsi-create --nsi_name magma_slice --nst_name magma_slice_hackfest_nst \
--config_file params.yaml --ssh_keys ~/.ssh/id_rsa.pub --vim_account whitecloud
--config_file params.yaml --ssh_keys ~/.ssh/id_rsa.pub --vim_account whitecloud_highcost
sleep 4
osm ns-list | grep "\<slice_hackfest_nsd_epc\>" | awk '{print $4}' | xargs -l1 juju switch
\ No newline at end of file
osm ns-list | grep "\<slice_hackfest_nsd_epc\>" | awk '{print $4}' | xargs -l1 juju switch
juju model-config enable-os-refresh-update=false enable-os-upgrade=false
juju model-config apt-mirror=http://fr.archive.ubuntu.com/ubuntu/
\ No newline at end of file
......@@ -22,7 +22,6 @@ nsd:nsd-catalog:
short-name: mgmt
type: ELAN
mgmt-network: true
vim-network-name: osm-ext
vnfd-connection-point-ref:
- member-vnf-index-ref: '1'
vnfd-id-ref: hackfest_magma-agw-enb_vnfd
......@@ -37,6 +36,7 @@ nsd:nsd-catalog:
name: sgi
short-name: sgi
type: ELAN
mgmt-network: false
vim-network-name: sgi
vnfd-connection-point-ref:
- member-vnf-index-ref: '1'
......@@ -44,4 +44,4 @@ nsd:nsd-catalog:
vnfd-connection-point-ref: agw-sgi
- member-vnf-index-ref: '2'
vnfd-id-ref: hackfest_vyos_pnf
vnfd-connection-point-ref: gateway_public
\ No newline at end of file
vnfd-connection-point-ref: gateway_public
netslice-subnet:
- id: slice_hackfest_nsd_epc
placement-engine: PLA
additionalParamsForVnf:
- member-vnf-index: '1'
additionalParams:
......@@ -7,6 +8,7 @@ netslice-subnet:
agw_name: 'AGW100'
orch_ip: '172.21.250.110' ## change this to the MetalLB IP address of your orc8r_proxy service.
orch_net: 'osmnet'
- id: slice_hackfest_nsd_epcmgmt
additionalParamsForVnf:
- member-vnf-index: 'orc8r'
......@@ -14,8 +16,8 @@ netslice-subnet:
- kdu_name: orc8r
additionalParams:
proxyserviceloadBalancerIP: '172.21.250.110' # MetalLB IP Address
netslice-vld:
- name: slice_vld_mgmt
vim-network-name: "osm-ext"
- name: slice_vld_data1
vim-network-name: "sgi"
\ No newline at end of file
vim-network-name: "sgi"
name: router01
description: router
type: gateway
vim_accounts: [ fb99f5c5-f6b2-4a39-9a30-42012aa3f2c8 ]
vim_accounts: [ 6785ef2d-c3c2-485b-a8e8-3c21d694ce1f ]
shared: false
interfaces:
- name: eth0
......
name: router02
description: router
type: gateway
vim_accounts: [ a2e7f31c-5286-4d54-ac3d-f0e810712ab1 ]
shared: false
interfaces:
- name: eth0
ip-address: 172.21.7.150
vim-network-name: osm-ext
mgmt: true
- name: eth1
ip-address: 192.168.239.7
mgmt: false
pil:
- pil_description: Link between OpenStack1 and OpenStack2
pil_price: 0
pil_latency: 0
pil_jitter: 0
pil_endpoints:
- http://172.21.7.5:5000/v3
- http://172.21.247.1:5000/v3
- vnfd: hackfest_magma-agw-enb_vnfd
prices:
- vim_url: http://172.21.247.1:5000/v3
vim_name: whitecloud_highcost
price: 5
- vim_url: http://172.21.7.5:5000/v3
vim_name: whitecloud_lowcost
price: 1
- vnfd: hackfest_vyos_pnf
prices:
- vim_url: http://172.21.247.1:5000/v3
vim_name: whitecloud_highcost
price: 5
- vim_url: http://172.21.7.5:5000/v3
vim_name: whitecloud_lowcost
price: 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment