update descriptor-packages build process 76/2276/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 20 Sep 2017 17:43:06 +0000 (13:43 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 20 Sep 2017 17:43:06 +0000 (13:43 -0400)
commit230c540cf52f3fbe05d40d6650a97d1e55327249
treebf7d161c8486e0de88d5ba0e3aa128a4e82b17ba
parent4e699d8ca28b2710aa2da2b3a58273a0dde969aa
update descriptor-packages build process

Change-Id: I937d0897a051b655f9de87f49a88610a37c9297e
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
113 files changed:
descriptor-packages/.gitignore [new file with mode: 0644]
descriptor-packages/Makefile
descriptor-packages/mk/dirs.mk [new file with mode: 0644]
descriptor-packages/mk/pkg.mk [new file with mode: 0644]
descriptor-packages/nsd/Makefile [new file with mode: 0644]
descriptor-packages/nsd/VyOS_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/VyOS_ns/src/VyOS_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/VyOS_ns/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/cirros_2vnf_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/cirros_2vnf_ns/src/cirros_2vnf_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/cirros_2vnf_ns/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/cirros_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/cirros_ns/src/cirros_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/cirros_ns/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/ims_allin1_corpa/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ims_allin1_corpa/src/IMS-corpA__nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/ims_allin1_corpa/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/ims_allin1_corpa/src/vnf_config/IMS-ALLIN1_2p__1.yaml [new file with mode: 0644]
descriptor-packages/nsd/ping_pong_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ping_pong_ns/src/icons/rift_logo.png [new file with mode: 0644]
descriptor-packages/nsd/ping_pong_ns/src/ping_pong_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/ping_pong_ns/src/scripts/start_traffic.py [new file with mode: 0755]
descriptor-packages/nsd/ref1_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ref1_ns/src/ref1_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/ref2_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ref2_ns/src/ref2_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_cirros_multidisk_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_cirros_multidisk_ns/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_cirros_multidisk_ns/src/ubuntu_cirros_multidisk_nsd.yaml [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_xenial_ns/Makefile [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_xenial_ns/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/nsd/ubuntu_xenial_ns/src/ubuntu_xenial_nsd.yaml [new file with mode: 0644]
descriptor-packages/src/gen_nsd_pkg.sh [deleted file]
descriptor-packages/src/gen_vnfd_pkg.sh [deleted file]
descriptor-packages/src/generate_descriptor_pkg.sh [deleted file]
descriptor-packages/src/nsd/VyOS_ns/VyOS_nsd.yaml [deleted file]
descriptor-packages/src/nsd/VyOS_ns/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/cirros_2vnf_ns/cirros_2vnf_nsd.yaml [deleted file]
descriptor-packages/src/nsd/cirros_2vnf_ns/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/cirros_ns/cirros_nsd.yaml [deleted file]
descriptor-packages/src/nsd/cirros_ns/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/ims_allin1_corpa/IMS-corpA__nsd.yaml [deleted file]
descriptor-packages/src/nsd/ims_allin1_corpa/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/ims_allin1_corpa/vnf_config/IMS-ALLIN1_2p__1.yaml [deleted file]
descriptor-packages/src/nsd/ping_pong_ns/icons/rift_logo.png [deleted file]
descriptor-packages/src/nsd/ping_pong_ns/ping_pong_nsd.yaml [deleted file]
descriptor-packages/src/nsd/ping_pong_ns/scripts/start_traffic.py [deleted file]
descriptor-packages/src/nsd/ref1_ns/ref1_nsd.yaml [deleted file]
descriptor-packages/src/nsd/ref2_ns/ref2_nsd.yaml [deleted file]
descriptor-packages/src/nsd/ubuntu_cirros_multidisk_ns/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/ubuntu_cirros_multidisk_ns/ubuntu_cirros_multidisk_nsd.yaml [deleted file]
descriptor-packages/src/nsd/ubuntu_xenial_ns/icons/osm_2x.png [deleted file]
descriptor-packages/src/nsd/ubuntu_xenial_ns/ubuntu_xenial_nsd.yaml [deleted file]
descriptor-packages/src/vnfd/VyOS_vnf/VyOS__vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/VyOS_vnf/icons/osm_2x.png [deleted file]
descriptor-packages/src/vnfd/cirros_vnf/cirros_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/cirros_vnf/icons/cirros-64.png [deleted file]
descriptor-packages/src/vnfd/ims_allin1_2p_vnf/IMS-ALLIN1__vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ims_allin1_2p_vnf/icons/metaswitch_2x.png [deleted file]
descriptor-packages/src/vnfd/ping_vnf/cloud_init/ping_cloud_init.cfg [deleted file]
descriptor-packages/src/vnfd/ping_vnf/icons/rift_logo.png [deleted file]
descriptor-packages/src/vnfd/ping_vnf/ping_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/pong_vnf/cloud_init/pong_cloud_init.cfg [deleted file]
descriptor-packages/src/vnfd/pong_vnf/icons/rift_logo.png [deleted file]
descriptor-packages/src/vnfd/pong_vnf/pong_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ref11_vnf/ref11_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ref12_vnf/ref12_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ref21_vnf/ref21_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ref22_vnf/ref22_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ubuntu_cirros_multidisk_vnf/cloud_init/cloud_init.cfg [deleted file]
descriptor-packages/src/vnfd/ubuntu_cirros_multidisk_vnf/ubuntu_cirros_multidisk_vnfd.yaml [deleted file]
descriptor-packages/src/vnfd/ubuntu_xenial_vnf/cloud_init/cloud_init.cfg [deleted file]
descriptor-packages/src/vnfd/ubuntu_xenial_vnf/icons/ubuntu-logo14.png [deleted file]
descriptor-packages/src/vnfd/ubuntu_xenial_vnf/ubuntu_xenial_vnfd.yaml [deleted file]
descriptor-packages/tools/gen_nsd_pkg.sh [new file with mode: 0755]
descriptor-packages/tools/gen_vnfd_pkg.sh [new file with mode: 0755]
descriptor-packages/tools/generate_descriptor_pkg.sh [new file with mode: 0755]
descriptor-packages/vnfd/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/VyOS_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/VyOS_vnf/src/VyOS__vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/VyOS_vnf/src/icons/osm_2x.png [new file with mode: 0644]
descriptor-packages/vnfd/cirros_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/cirros_vnf/src/cirros_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/cirros_vnf/src/icons/cirros-64.png [new file with mode: 0644]
descriptor-packages/vnfd/ims_allin1_2p_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ims_allin1_2p_vnf/src/IMS-ALLIN1__vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ims_allin1_2p_vnf/src/icons/metaswitch_2x.png [new file with mode: 0644]
descriptor-packages/vnfd/ping_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ping_vnf/src/cloud_init/ping_cloud_init.cfg [new file with mode: 0644]
descriptor-packages/vnfd/ping_vnf/src/icons/rift_logo.png [new file with mode: 0644]
descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/pong_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/pong_vnf/src/cloud_init/pong_cloud_init.cfg [new file with mode: 0644]
descriptor-packages/vnfd/pong_vnf/src/icons/rift_logo.png [new file with mode: 0644]
descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ref11_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ref11_vnf/src/ref11_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ref12_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ref12_vnf/src/ref12_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ref21_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ref21_vnf/src/ref21_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ref22_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ref22_vnf/src/ref22_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_cirros_multidisk_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_cirros_multidisk_vnf/src/cloud_init/cloud_init.cfg [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_cirros_multidisk_vnf/src/ubuntu_cirros_multidisk_vnfd.yaml [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_xenial_vnf/Makefile [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_xenial_vnf/src/cloud_init/cloud_init.cfg [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_xenial_vnf/src/icons/ubuntu-logo14.png [new file with mode: 0644]
descriptor-packages/vnfd/ubuntu_xenial_vnf/src/ubuntu_xenial_vnfd.yaml [new file with mode: 0644]
juju-charms/.gitignore [new file with mode: 0644]
juju-charms/Dockerfile [new file with mode: 0644]
juju-charms/Makefile