Age | Commit message (Collapse) | Author | Files | Lines |
|
- ui-grid replaces by smart-table
- dark theme setted
- orange buttons added
Change-Id: I2afe3231a1e889a1d23056242167cad65cbfae11
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Signed-off-by: Varun Seereeram <vseereer@cisco.com>
|
|
- added add/get/object definitions for vBD, VPP and Interfaces
Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
|
|
Change-Id: I6a4f3e397fba9fbcde53dc250a04d2c8580f2829
Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
- splitted vpp.controller.js and vpp.services.js into smaller files to
avoid blocking and problems during merging
Change-Id: I379dc1e5154c6f685fb6a976db239b620e58fc6e
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
|
|
- added angular-ui-grid library for handling expandable table
- removed old service (http) and old inventory controller
- fixed bridge domains page formatting
- fixes bugs due to old code's css
- applied Dave's comments
Change-Id: Ie10d05bb0da3cb9bac666b66cf7168696c45254f
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Signed-off-by: Varun Seereeram <vseereer@cisco.com>
|
|
Vxlan data are stored to both ends of tunnel - to source
and destination vpp under interface with prefix 'vxlan-tunnel'.
Change-Id: I703ca80e8986139f6bbe8b208629f3aa0593edb4
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
- added copyright header to css and js files
- small fixes in css files
Change-Id: I62a32067d71ede7a7440662b1816f939659101e7
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
|
|
Inheriting from aggregator causes the artifacts to be skipped during
install. Use api-parent instead.
Change-Id: I507a21b2999c193d41a924debfcd67b916160f94
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
- open ui on http://controllerIp:8181/index.html
- added interfaces to vpp topo.
- fixed VPP mounting
- fixed VPP Editing and deleting
Change-Id: I6ae2c6e5781d3e0cdb78b112d706b9f5076301d5
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Signed-off-by: Varun Seereeram <vseereer@cisco.com>
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Change-Id: I9d624a24865b8a9895308ab504993ac3410d5830
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
Initial code for adding code for interconnecting of virtual
bridge domain (via tunnel) which is spread on several VPPs.
Change-Id: I0da88c977e820b0b8edc565d261d3d8fb0629a1a
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
Creation request from UI for creating new termination point cause
that interface on VPP is added to virtual bridge domain.
Change-Id: I73910e31250c81e9e8baac40072926bdfc71ff22
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
|
|
|
|
|
|
|
|
Change-Id: I8efd61d8b4e885678b4de390e977fd4302cc3461
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Information about virtual bridge domain to which VPP belongs
to is also stored to datastore of controller under leaf
supporting-bridge-domain.
Change-Id: If7ab4f520a3d400fbd19794cf4381734eae63341
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
The following environment variables are used to customize
the behavior of the vagrant VM:
HONEYCOMB_VAGRANT_DISTRO
- Set to "centos7" to run CentOS (currently inop).
Unset or any other value runs ubuntu 14.04.
HONEYCOMB_M2_REPOSITORY
- Set to the pathname of a directory to contain the M2 repository
outside of the VM. The specified directory will be mounted
at /m2-repository and /home/vagrant/.m2/settings.xml will be
modified to use /m2-repository instead of the default
directory (/home/vagrant/.m2/repository).
VPP_VAGRANT_NICS
- Set to the number of addtional NICS desired for VPP to use.
VPP_REPO
- Set to the pathname of a VPP repository. The specified pathname
will be mounted on /vpp and a working repo will be cloned into
/home/vagrant/git/vpp. VPP will then be built, installed and
started after the VM is created.
Change-Id: I6b673c3c378c6b6b7c342d91dc33118ecc97bd05
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
|
|
Change-Id: I930a6bb258578837ca220ce0dd1048500c8f284d
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
We have deploy failures, this should fix them.
Change-Id: I2505ab3d9bfadc6fbc9ce4305c164aaf7bbbc0f4
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Request for adding VPP to bridge domain is received by
VPP application which send this requirement to mounted VPP.
It means that information about membership of VPP is
resend to VPP and stored to its datastore.
Change-Id: Idc44b4d0bd505597cfb89b537eb9d17eaac50391
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
Named augmentation of node topology-types was added for
better readibility of generated code.
Running application was created. It is possible to start via
installing feature odl-vbd-rest.
Change-Id: I2d919cd20d962ff9b28143794f6984137331c51a
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
|
|
Change-Id: I6e5e899fcf03c9c02da667374c79b772308493ed
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
vppApi has now proper lifecycle, we must adhere to it.
Change-Id: Ibf7eb5726f2751d017a3c28f823329ce4150cb01
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Change-Id: I427b709ac0af1ade365bc60148ddf778f7be458a
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
This creates the karaf artifact, which pre-packages the virtual bridge
domain in a karaf package.
Change-Id: Id84e7070fe9d8b412f59004f0f9de87b6e307274
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Initial drop of models. Includes a reusable type definition as temporary
model and a network-topology-based model of a virtual bridge domain.
Change-Id: I6e6fbb2063c8157f3f1a329066ccba2b7f66efb1
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
We need to lift some elements in the v3po bridge domain configuration
configuration for reuse in the virtual bridge topology.
Also drops couple of FIXMEs for future modeling work to sanitize the
model further.
Change-Id: Id2369ff5fa967a20c39fd6959a152221ea4924f5
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
Correct relativePath for parent from external project.
Change-Id: I63eb96d96d5c66e756127d3caec25a4d1a522449
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
This commit drops the basic structure with disabled integration tests.
The tests will be enabled in a follow-up patch, which sorts out the
current .so loading problems.
Change-Id: If70f2f13b2cf49af82996f884218ac05d335c2ed
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Signed-off-by: Robert Varga <nite@hq.sk>
|
|
|