Ovnaction and vfw updates for deploy api change 40/113440/4
authorEric Multanen <eric.w.multanen@intel.com>
Thu, 1 Oct 2020 05:38:59 +0000 (22:38 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Sat, 3 Oct 2020 06:41:52 +0000 (23:41 -0700)
commit1fc90f15489ae3eafeb5994f5285f09750feae4c
treebb42ac610b2fbc13e5cfc746bb32f3b8ccabd2b3
parentd4b89af411ec7444b554a8b0ddeb7e239fa0fc73
Ovnaction and vfw updates for deploy api change

Update the ovnaction controller APIs to support
the api change of including the deployment intent
group in the URL.  Also fixup:
- vfw and other test cases to support the change
- updates to emcoctl tool and examples

Issue-ID: MULTICLOUD-1218
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Icadacb5ec6d7c238bb3bf8a44a39c30692ecebee
21 files changed:
kud/tests/emco.sh
kud/tests/plugin_fw_v2.sh
kud/tests/vfw-test.sh
src/orchestrator/pkg/appcontext/appcontext.go
src/orchestrator/pkg/module/app_intent.go
src/orchestrator/pkg/module/generic_placement_intent.go
src/orchestrator/pkg/module/instantiation.go
src/orchestrator/pkg/module/instantiation_appcontext_helper.go
src/ovnaction/api/api.go
src/ovnaction/api/chainhandler.go
src/ovnaction/api/netcontrolintenthandler.go
src/ovnaction/api/workloadifintenthandler.go
src/ovnaction/api/workloadintenthandler.go
src/ovnaction/internal/action/action.go
src/ovnaction/pkg/module/chaining.go
src/ovnaction/pkg/module/netcontrolintent.go
src/ovnaction/pkg/module/workloadifintent.go
src/ovnaction/pkg/module/workloadintent.go
src/tools/emcoctl/cmd/utils.go
src/tools/emcoctl/examples/test.yaml
src/tools/emcoctl/examples/vfw.yaml