1488 Commits

Author SHA1 Message Date
Ray Milkey
594add7af1 Fix ONOS-4503 - allow ONOS to run in offline mode with no internet connection
Change-Id: I7122800e2c485743313c5d963bc75f8dd0292452
2016-11-18 21:04:50 +00:00
Ray Milkey
85267006aa checkstyle rule to check copyrights
Change-Id: Ia9bab40b5fe64fca539058a4316371f7acc0f387
2016-11-18 18:40:44 +00:00
Luca Prete
092e895f0d Adding Encapsulation in VPLS and correcting bugs.
Change-Id: Idc0c1834ae2bbd0fdaf564fd65360cc0f018d18d
2016-11-18 18:38:23 +00:00
Ray Milkey
8df94b8f23 Handle and report exception thrown by checkstyle
Change-Id: I041fd0d4787ddff80a206e47688524984f3500ff
2016-11-18 00:18:02 +00:00
Thomas Vachuska
fdb4755820 Allowing Ctrl-C to stop the locally run server.
Change-Id: I8767cdf8af6157a291ae1588cd7dc46eb4cc4c34
2016-11-17 13:35:34 -08:00
Thomas Vachuska
397befca9b Changing onos-run-karaf to allow connecting via raw (secure) SSH client.
Change-Id: I7fa06fa684ee1c16b75bf39a5ba244c08199e766
2016-11-17 20:57:26 +00:00
Simon Hunt
d0fa284190 Layout and Region configs.
- Listen for topo-layout config changes.
- Augmenting UiTopoLayout to include fields for geomap/sprite, scale/offset

Change-Id: I2b1f747f41d39b64b0a1a53946c4cbd5750db9e5
2016-11-17 18:02:35 +00:00
Charles Chan
7cad325179 Increase retry timeout when fetching karaf.log
In some environment it might take longer than 5s. Increase to 30s.

Change-Id: Id9283ee2c5015e83aecf56fdc45ab200eb1c427b
2016-11-16 10:41:07 -08:00
Thomas Vachuska
8cc5318124 Enhancing stw and stcs to allow pausing between scenarios
Change-Id: Ie5c9e41e0d0861a7d419fa5532674bf8bb206eb4
2016-11-15 17:53:25 +00:00
Ray Milkey
0bb987e177 Ubuntu md5sum command disapproves of -q argument
Change-Id: Ibf10f1f9103dd270b3d62638fb428e1df43ee0e3
2016-11-13 06:15:41 +00:00
Brian O'Connor
5ef94b806b Adding onos-buck-publish-local script to publish buck built artifacts to ~/.m2/repository
Change-Id: I43a6c42bb7863baad997854e7b46bcbbd9fab6d6
2016-11-12 21:57:25 -08:00
Brian O'Connor
0de619ba8f One more buck replacements in onos-prepare-sonar
Change-Id: I93c43fa641d45fa007d0a379dd0ac5bd020594c9
2016-11-12 20:11:21 -08:00
Brian O'Connor
9c2c823ec9 Adding script to set up sonar-project.properties
Change-Id: I6820092d57ffe9b47aef14712c522878f6f67b45
2016-11-12 18:11:59 -08:00
Brian O'Connor
a2f3eca453 Updates to buck publish scripts
Change-Id: Ibdeae8d7a44e7f1230ebdba2e754da415fd5ffcf
2016-11-12 18:11:58 -08:00
Brian O'Connor
920f7c2a11 Updating onos-buck version
Change-Id: I7d6db7d6a34373dbb81b8240720188ac792742c4
2016-11-12 18:11:50 -08:00
Steven Burrows
583f4be429 Topo2: ONOS Build Paris Demo tweaks
Change-Id: I93a01b077bdff4152f1ab3e7ebe8391232b846dc
2016-11-12 18:49:46 +00:00
Thomas Vachuska
27ece8feef Enhancing onos-check-logs to allow ignoring store exceptions
Change-Id: I60dae339e987a15d0fa3d71967e13f3ce09434bc
2016-11-11 19:21:02 +00:00
Jonathan Hart
f80ffab2eb Fix syntax error in docker file
Change-Id: I1b10dce2cd5061e7c98b404327016e24338c7529
2016-11-10 20:11:46 -08:00
Thomas Vachuska
e1125351ef Adding an STC scenario to test basic HA functionality
Change-Id: Ic70b592bf932dcdcd4eb88606d0b0aa9ef9c4a59
2016-11-11 01:10:21 +00:00
Jonathan Hart
eb6950fc5d Build docker image using Buck.
(the maven-based docker build was broken anyway)

Change-Id: I4ccccbf6d0a49f6afed9a7d1204566e74dbcb09c
2016-11-11 01:09:44 +00:00
Ray Milkey
0bb1e10a3f Javadoc fixes
- fix missing Javadoc @param and @throw annotations
- enable checkstyle checks for method javadocs on non-private methods

Change-Id: I9a370419a699bab3225d85f2f641927600b9f11c
2016-11-11 01:09:15 +00:00
Brian O'Connor
84942625de Updating branch-clean to handle cases where file and branch names collide
Change-Id: I902dd0685997ab35691d1c88ef78327224eb0541
2016-11-10 19:47:51 +00:00
Ray Milkey
2fa4f18de0 md5 sum command on linux is different than on Mac OS
Change-Id: I64414c0b8dd217d2566b2623e1de31a26cb6d032
2016-11-10 19:44:11 +00:00
Ray Milkey
bb7e57b43d Check bits before installation. This will also create the link in /tmp if it is needed
Change-Id: Ie449cf778e94cdfc56e44ff9ed5c1c92abc177c7
2016-11-09 18:41:28 +00:00
Simon Hunt
1e20daebb7 Added UI_TYPE annotation key, and augmented BasicDeviceConfig and BasicHostConfig to support defining a custom "uiType" value to override the glyph used in rendering on the Topology View.
Change-Id: I615540419bce6e89e3761ef6ed3b9906be64b266
2016-11-09 18:35:13 +00:00
Ray Milkey
ead5c916d0 Add App Id to flows creation
Change-Id: I65a4b47713954ef029c1c69234c58b1794acc8fc
2016-11-07 12:08:35 -08:00
Luca Prete
2ee1960577 [BUG-FIX] Correct Vagrant-Ansible scripts bug. User sdn was not created.
Change-Id: Ia93444b998dec992e6703b2b410d579917044b7a
2016-11-07 17:26:39 +00:00
Brian O'Connor
8c7b12814d Adding sonar properties generation script
Change-Id: Ibdf39fce77775ffcf5e849f3fa7b128a5308f9fe
2016-11-06 15:32:29 +01:00
Thomas Vachuska
5fdf5bf3ca onos-local-log now works with buck run
Change-Id: I086ed7e4825ba19d920815f5946bf778bb90f3c6
2016-11-04 15:10:13 +01:00
Brian O'Connor
4ed68b6943 Allow onos-buck to run without ONOS_ROOT
Change-Id: If1cf24eda006df5418b2d7dc73523c41c6649254
2016-10-27 21:09:17 -07:00
Thomas Vachuska
ae9ba211c0 Updating onos-buck to cache Buck downloads to facilitate branch switching
Change-Id: I5bf7c17d14242695ec95440194b24c3ccc19dbe4
2016-10-27 17:11:19 +00:00
Thomas Vachuska
be1a1964bb Migrated release script to use Buck exclusively.
Change-Id: I04371594b68071488788c4ecbdb896a6306a2a14
2016-10-27 17:03:35 +00:00
Thomas Vachuska
6066dff896 Migrating convenience aliases to Buck usage
Change-Id: I01d21e9630625dc6e5200a0d1be625f8d2db7348
2016-10-27 17:03:18 +00:00
Ray Milkey
a42cb58ded do a cursory check to be sure that the onos tar ball is not corrupt
Change-Id: Ia61d03f68a0ec4d8f105ffd88480d48fb527bf1f
2016-10-26 16:53:48 +00:00
Thomas Vachuska
cb20528c9d Adding tool to validate release bits using STC
Change-Id: Iaacd1eb43543a0c076e8aed40e2d60b97ae162c6
2016-10-25 17:49:25 +00:00
Luca Prete
084caafa4f Basic topo to test new VPLS
Change-Id: Ie6b6f0ab431850e58dc8741f94c98f06b2243e2c
2016-10-25 16:03:38 +00:00
Luca Prete
e67f5f82b5 Adding cell file for eu demo
Change-Id: I5c54d559885bb1db1b65660163f4a058c7d64865
2016-10-25 16:02:15 +00:00
Brian O'Connor
1fce598d6f Adding Buck publish script
Change-Id: I9bb7d6e4999fb71df080696889976511829e699d
2016-10-25 01:53:40 -07:00
Brian O'Connor
1b6ae5952a Updating onos-upload-docs to use Buck build API javadocs
Change-Id: I8b385db319c6636b92a5f589620ea39e3ea316aa
2016-10-25 00:46:14 -07:00
Thomas Vachuska
128cffbbf0 Adding ability to sanction certain errors in third-party code when checking logs for errors.
Change-Id: Ib35973eb37eb52d814bac8d2dfb1be4e5955e722
2016-10-24 20:08:08 +00:00
Thomas Vachuska
05e47a3d00 Adding ability to request a specific cell via an optional hint.
Change-Id: Icdc4fad5d59900cdae3233724c6538c9d6afa62d
2016-10-24 18:15:06 +00:00
Simon Hunt
e578fc7ab9 Set specific DPID and MAC on devices and hosts in uk-region data.
Change-Id: Iee1c0097a626d27c6c1620263d8f676b20c2418d
2016-10-24 16:49:55 +00:00
Thomas Vachuska
5905f2cc6e Preparing to deprecate onos-karaf and onos-setup-karaf commands.
Change-Id: Ie8bf9ad161733478608d82c11d59c4b5412d6689
2016-10-24 16:36:00 +00:00
Luca Prete
8d4e8bccdf Vagrant-Ansible scripts for tutorial vm
Change-Id: I0481fa9c7df897812a765973440b6b1b2bf669f8
2016-10-23 10:11:12 +00:00
Simon Hunt
0bf564937b Adding mininet script and netcfg for uk-regions.
Change-Id: I45c99da8b9dc891887b147d8e7cca627d68c9679
2016-10-21 19:43:02 +00:00
Brian O'Connor
1b42eea485 Updating buck package publisher
Change-Id: I03045da05bdf1191e6df53694a74443e820a2bc8
2016-10-20 14:21:46 -07:00
Brian O'Connor
79b7067e72 Updating buck plugin to track web resources
Also, renaming onosjar to onos.

Change-Id: Ia726772462b0bc997b92dbcb4bdc477ee7b590b0
2016-10-20 14:21:46 -07:00
Brian O'Connor
2938a03c84 Updating to new Buck on 10/20/2016
Change-Id: Icb690b2ee49fe2a4207e97e07ab8f2705f771e2c
2016-10-20 14:21:46 -07:00
Thomas Vachuska
0416f9479d Fixing onos-edit-config to be more robust.
Change-Id: If6fab00daeb350c857b913313e16e986b5d1eadb
2016-10-18 21:02:47 +00:00
Simon Hunt
1dc6adf9a9 Region Sample Topo - renamed stuff and updated lat/long.
Change-Id: I1fe0a63043a9e611993952d7e0f40bbd8f540a99
2016-10-14 14:47:45 -07:00