Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osm
devops
Commits
15b76cb2
Commit
15b76cb2
authored
8 years ago
by
Philip Joseph
Browse files
Options
Downloads
Patches
Plain Diff
New Feature Request: Enhance descriptor package creation script
parent
75c7156c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
src/generate_descriptor_pkg.sh
+706
-31
706 additions, 31 deletions
src/generate_descriptor_pkg.sh
with
709 additions
and
34 deletions
Makefile
+
3
−
3
View file @
15b76cb2
...
...
@@ -66,15 +66,15 @@ $(NSD_BUILD_DIR)/%: $(NSD_SRC_DIR)/%
src/gen_nsd_pkg.sh
$<
$@
$(BUILD_DIR)/nsd_pkgs/%.tar.gz
:
$(NSD_BUILD_DIR)/%
src/generate_descriptor_pkg.sh
$(
BUILD_DIR
)
/nsd_pkgs
$<
src/generate_descriptor_pkg.sh
-d
$(
BUILD_DIR
)
/nsd_pkgs
$<
$(VNFD_BUILD_DIR)/ims_allin1_2p_vnf/charms/clearwater-aio-proxy
:
$(VNFD_BUILD_DIR)/ims_allin1_2p_vnf $(BUILD_DIR)/clearwater-juju
# Copy the IMS Charm into the IMS vnf package directory before packaging
cp
-rf
$(
BUILD_DIR
)
/clearwater-juju/charms/trusty/clearwater-aio-proxy
$(
VNFD_BUILD_DIR
)
/ims_allin1_2p_vnf/charms
$(VNFD_BUILD_DIR)/6wind_vnf/charms/vpe-router
:
$(VNFD_BUILD_DIR)/6wind_vnf $(BUILD_DIR)/juju-charms
# Copy the
IMS
Charm into the
IMS
vnf package directory before packaging
# Copy the
PE
Charm into the
PE
vnf package directory before packaging
cp
-rf
$(
BUILD_DIR
)
/juju-charms/vpe-router
$(
VNFD_BUILD_DIR
)
/6wind_vnf/charms
$(BUILD_DIR)/vnfd_pkgs/%.tar.gz
:
$(VNFD_BUILD_DIR)/% $(VNFD_BUILD_DIR)/ims_allin1_2p_vnf/charms/clearwater-aio-proxy $(VNFD_BUILD_DIR)/6wind_vnf/charms/vpe-router
src/generate_descriptor_pkg.sh
$(
BUILD_DIR
)
/vnfd_pkgs
$<
src/generate_descriptor_pkg.sh
-d
$(
BUILD_DIR
)
/vnfd_pkgs
$<
This diff is collapsed.
Click to expand it.
src/generate_descriptor_pkg.sh
+
706
−
31
View file @
15b76cb2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment