alessio
3039bdbb06
[ONOS-7839] suggestedPath for optical connectivity intent with optical-rest support
...
Change-Id: I2b5093ac26149e450a14467c71656447233b5ce2
2018-12-06 21:37:20 +00:00
Andrea Campanella
7730c559e2
Updating command line script to kill ONOS, working on 16.04 and 18.04 and OSX
...
Change-Id: I1373bdf2a5799085d06c12d78279715457e762ba
2018-12-06 20:53:37 +00:00
kezhiyong
c97849c19b
If link list if null or empty, the following code links.get(0) will get an error.
...
Change-Id: I51c1cdc374f1b550e942826fb65acb40161f7d86
2018-12-06 01:54:36 +00:00
Ai Hamano
0616390dba
[ODTN]Fix indentation for Yang files
...
It is change only in appearance.
Change-Id: I09cbf6d3a47b2d6f1ea8c2504f0a1cbde7ce126f
2018-12-06 09:25:15 +09:00
Ray Milkey
718e43826e
Sonar suggestions - don't reuse formal parameter, guard agains NPE
...
Change-Id: I5bbdb950e6f1bec40d466344f45bcaf2d0d44135
2018-12-05 09:08:01 -08:00
Ai Hamano
933b0fe7bb
[ODTN]Update TAPI YANG files
...
Change-Id: Id941f34ac8d0cff49beff464bf8964eb3300598b
2018-12-04 23:00:49 +00:00
pier
a761173fcb
Fix ConcurrentModificationException when processing PendingRemoveNextObjectives
...
Change-Id: Iaffad21812c86e26f0c9d44e39bc7e301c841bfe
2018-12-04 21:35:24 +00:00
Rafał Szalecki
de5cf84e30
[ONOS-7842] Implement host annotation using netcfg
...
Change-Id: I2c5c516d642b34f11cae994b3fea31ebd7d76219
2018-12-04 17:56:16 +00:00
Pier Ventre
23a770a0bf
Remove buck references from envDefaults
...
Change-Id: I99f1b2ded92cf3e7638712eb0e2be4dffc6e3d01
2018-12-03 13:51:00 -08:00
Andrea Campanella
a4d0c08107
Fixing runtime wiring issue of virtual nets app
...
Change-Id: I046e35158381145de371564ae2912aa18451d619
2018-12-02 21:13:43 -08:00
DongRyeol Cha
81935a611e
Do not create a link if port is disabled.
...
There is some case regarding link creation.
Let's suppose that there are A and B devices on topology.
The link discovery drivers on onos will gather the link information from device(eg, switches).
In this case, if a port on the device A is unplugged or changed to down state but the link information(eg, LLDP) will be remained because TTL is not reached yet.
So, onos will re-create the link using link information that is gathered from link discovery driver.
This behavior result to link is re-created suddenly even if ports are disabled.
ONOS-7854
Change-Id: I224fb39fee92648600f9c9e40fcc97890d3ea9ef
2018-11-30 16:51:21 +09:00
Ai Hamano
82fdd83b6c
[ODTN]Fix TapiContextHandler according to TAPI2.1
...
Change-Id: Iaaad6f99b707ac3df62b748b9d09fd2525a5f6e9
2018-11-30 00:01:43 +00:00
Andrea Campanella
77e9b3325c
ODTN: Including proper Describtion and device type, removing unecessary extends call, lowering log levels
...
Change-Id: I59412ac1370cc9d01127c661f873ab1d30d298a5
2018-11-29 13:34:29 -08:00
ONOS Jenkins User
395c51f1d3
Starting snapshot 2.0.0-SNAPSHOT
2018-11-29 18:45:15 +00:00
ONOS Jenkins User
be47795516
Tagging 2.0.0-b1
2.0.0-b1
2018-11-29 18:45:10 +00:00
shaohua.xiong
5f782f2cfd
delete the period in delta manufacturer
...
Change-Id: I3bf13c1847d54a69dd4b0afd163bf16503c20573
2018-11-29 12:59:31 +08:00
DongRyeol Cha
c80570bc05
Refactor the LinkDiscovery and fix the dropping of portDesc
...
Refactor the LinkDiscovery that to use the DeviceId instead of Device.
And fix the issue that using of portDesc is dropped in getLinkProbe.
ONOS-7834
Change-Id: I5af1bbb2207b607555bc41ea480a599e1d092a14
2018-11-28 21:02:19 +00:00
Yi Tseng
dbe3c7e9ef
Add missing device service to AbstractGnmiHandlerBehaviour
...
Change-Id: I5702c62ef0d02d5caca35dd1de0bb5ba0e9d0344
2018-11-28 19:01:50 +00:00
Jordan Halterman
2b3ed3e376
Upgrade to Atomix 3.1.0-beta3
...
Change-Id: Ic55798690b89db8b9e866d7ecae47d746d0e89c2
2018-11-28 18:49:08 +00:00
Ray Milkey
239f96bd54
Sonar suggested fix - lock creation of singleton
...
Change-Id: I2139dff76207efcb6b98c6651037f6abdb17bd6b
2018-11-28 18:48:18 +00:00
Sean Condon
4747a1824d
Increased timeout for Angular tests for GUI2
...
Was causing tests to fail in Bazel
Change-Id: Id436ca7fc123a2842471835fddcbc13309a436d1
2018-11-28 17:38:08 +00:00
Daniel Park
a3ffbdbe9f
Resolves code smells of OpenstackNetworkingUtil, RulePopulatorUtil and cli classes.
...
Change-Id: Id313b66f1b5303cea17477f3763496b405f08b87
2018-11-28 12:17:48 +00:00
shaohua.xiong
a5b942d4d0
add the delta corp ofdpa driver support in onos
...
Change-Id: I097ed723ff0d205fb1c64a7803f86b4c8bca749a
2018-11-28 12:10:30 +00:00
Jian Li
362f9fd489
Fix: do not remove egress sg rule if port is associated with any sg
...
Change-Id: I564ff826d1cda9ecd7527c3503b28d2c61016323
2018-11-28 08:35:24 +00:00
Jian Li
6a47fd02cf
Refactor: resolve code smells of openstacknetworking impl pkgs #2
...
Change-Id: I788d328cf0f5a3673d8cad01416f5926e1ab055c
2018-11-28 08:35:07 +00:00
Jian Li
4d13870665
Refactor: resolve code smells of openstacknetworking impl pkgs #1
...
Change-Id: Iea25b4793067d9555ab1075dbeab9cf81e841b6e
2018-11-28 08:34:50 +00:00
Mayank Tiwari
84a538f841
Indirect host DHCP replay from server set source IP as relay agent IP
...
Removed a line to make stylecheck happy
Added fixes identified in JUNIT
Corrected indentation
Fixed file lines count issue
Incorporated review comments
Change-Id: Iebfba49a940d4d1d388688dc8877765a0145d4af
2018-11-27 22:29:02 +00:00
Ray Milkey
89bbf815f5
Clean up left over commented out code from the Karaf 4.X port
...
Change-Id: Iaa7231c2acb33c229e698776f10476fefd0f0732
2018-11-27 20:57:43 +00:00
Ray Milkey
f3b868bcff
New libgen version 2.2-SNAPSHOT
...
Change-Id: Ie578a4bd3d9e55b777b2c421770b4b052f5ba4d8
2018-11-27 20:37:27 +00:00
Ray Milkey
a85e252cf4
Release version 2.1 of the libgen tool
...
Change-Id: I8a946aaf38374e9da4fa770a7a493799e7253e0d
2018-11-27 20:37:06 +00:00
Ramon Casellas
03f194f634
ONOS-7828 ODTN OpenConfig FlowRule and LambdaQuery.
...
Change-Id: I03212d2b8b544bae95f9f085eb1cadf883e5611d
2018-11-27 19:45:30 +00:00
Sean Condon
0c577f6792
Added d3 force graph to GUI2 topology
...
Change-Id: I6860472efaf51ea27fad74e630e687f0c6abad3d
2018-11-27 17:36:16 +00:00
Jian Li
fb64d88665
Fix: do not install default rules in gateway node
...
1. do not proceed without selectedGatewayNode having valid value
Change-Id: Ib092ab69360f7d985c5e52d9001a8e5f446cf6dc
2018-11-27 08:24:17 +00:00
Jian Li
1e9cb73ba5
Fix: enforce packet to go through ingress pipeline inside a node
...
Change-Id: I04ad1c919a9c82f5526b91d43ba788163da041dd
2018-11-27 08:24:00 +00:00
Andrea Campanella
d770b10210
Updating Yang tools to 2.6
...
Change-Id: Ib511bbbd0793fd110902ab307812af6eefca4d70
2018-11-26 18:34:43 -08:00
Andrea Campanella
fa8bf1f33d
Lowering log level and creating example openconfig device file for ODTN infinera simulators
...
Change-Id: I8c669a788e31fdbaedf1274bedaaa709b20b13c1
2018-11-26 18:34:35 -08:00
Ray Milkey
c26315797c
Fix possible NPE discovered by Sonar
...
Change-Id: I18451b304336c0ab2a3f4ab5b7f73030c81a68fb
2018-11-27 00:44:02 +00:00
Ray Milkey
9ff95fdac4
Enable unregisterProperties() method that had been disabled during the karaf 4.0 work
...
Change-Id: Ifdf11bc882b6ae8d83b68db0005a3244f03d4663
2018-11-27 00:14:59 +00:00
Ray Milkey
fe6afd8c38
Sonar suggestions
...
Change-Id: I68d400185ffc885bf92b558a2565a49af149ef0c
2018-11-26 23:15:53 +00:00
Thomas Vachuska
c4d037797d
Allow ONOS to be built against locally built ONOS YANG Tools.
...
Change-Id: If4373245be901cae0f620aadcbea557fea35c4e7
2018-11-26 21:05:49 +00:00
Mayank Tiwari
2d3a3085ab
Changed the debug level to reduce the debug messages
...
Change-Id: Ia871805fe438a6ad43748af1a64b4fd5ca105294
2018-11-26 17:24:26 +00:00
Daniel Park
3f26e79ae0
Fix to install flow rule for floating IP-assigned VM in VLAN case.
...
Change-Id: Idf8da413292663bc5587d5bfe7f283f58ae11958
2018-11-26 18:34:53 +09:00
Daniel Park
ff178ba354
Minor code fixes on sriov-related classes.
...
Change-Id: I6027116c0e49ecc25e15b243784aebc863016b33
2018-11-23 15:57:24 +09:00
Jian Li
5b155bf19e
Fix: resolve ARP resolution issue in ARP broadcast mode for VLAN
...
Change-Id: I2ce61b07aec9639e98c5a182244200df3b978cfc
2018-11-23 05:47:58 +00:00
Jian Li
40888bfff5
Fix: do not query dist store inside main thread for openstacknode
...
Change-Id: I5392cafc907295c50b29b5d81f855c5a2fe8ed1c
2018-11-23 05:47:50 +00:00
Ray Milkey
926e6bdcf3
Fix sonar scanning problems
...
Change-Id: Idae13f3042eea4b3408cd8f9e29406dc5c8701b2
2018-11-21 16:35:55 -08:00
Ray Milkey
81df92a943
Fix black listing of repackaged jars
...
Change-Id: I7d21e40bbbf46e02e5131eb910edb16029c827fa
2018-11-21 13:51:16 -08:00
Ray Milkey
32963cf2b5
Bazel implementation of Sonar support
...
For now, only static analysis is supported,
no coverage data.
Change-Id: I2013db3c3bc54a0ca71b8bc082d4251615d2fc29
2018-11-21 12:20:36 -08:00
Jordan Halterman
5eaf70e4f2
Upgrade to Atomix 3.1.0-beta2
...
Change-Id: I8a4f6942645cc0abe37a09c27eec835afc29fd5d
2018-11-21 18:32:20 +00:00
adibrastegarnia
ebb9315a4a
A maven dependency upgraded to a new version due to security vulnerabilities
...
Change-Id: I6cc0002634533d5422cba4cacd57077f575dfa71
2018-11-21 18:32:09 +00:00