1399 Commits

Author SHA1 Message Date
Carmelo Cascone
ca7682ab16 Bumped version of PI in P4 tools to fix counter read bug
Change-Id: I21ad0930485b5756b6bf148d6a8693525b53b6f7
2017-09-01 00:50:38 +00:00
Steven Burrows
3c9bd0d67a Remove /tmp/npm-{pid} files on postinstall
The files are causing the Jenkins storage to fill up

Change-Id: I1f8bc8b657ad3bd9431a90cae6e32f5f0a1738d0
2017-08-31 18:46:02 +00:00
Yuta HIGUCHI
ce99952ac3 fix YANG tool version in patch-yang-libs
Change-Id: Id75bf79449f3a927fee54e71a8e19121bfa73604
2017-08-30 17:14:00 -07:00
Thomas Vachuska
e3094a3d4d Adding app reactivation scenario; part of smoke test.
Change-Id: I8aab34796f51acf5a1a6c05709d016bec2b79382
2017-08-30 08:15:39 +00:00
Yi Tseng
60ef61d52c Avoid the P4 compiler put ecmp_group_id to scalars meta
Change-Id: I4a5e71d75a4e13de645ea800afcda22988e0e728
2017-08-30 00:50:37 +00:00
Ray Milkey
f4eefc4479 turn artifact spot check back on - sonatype resolved their problem
Change-Id: I266bc4d4e49cb278b2ae41beed63f957c7fd0222
2017-08-29 14:56:14 -07:00
Carmelo Cascone
46d360bb63 Added option to run Bmv2 with valgrind in bmv2.py
Helpful to debug Bmv2 memory leaks.

Change-Id: I404914201c00203ab3050c439fd7af8a608774d2
2017-08-29 21:07:23 +02:00
Carmelo Cascone
28f3778f5a Bumped P4 tools version
Change-Id: I25ac46916292fcb384dd507ef69326cb83eda84e
2017-08-29 19:03:28 +00:00
Ray Milkey
a2c90ffc40 UI API change fix
Change-Id: I9549fe8ce85fd112dd05375bf174390ab0bc40aa
(cherry picked from commit 80cb55872714d83ddcb6be4ecc3c90d174747a85)
2017-08-29 18:32:17 +00:00
Thomas Vachuska
49367a6a3f Fixing the bash_profile 'o' function to prefer shorter paths.
Change-Id: If874e6a9c885f48bc1fcf0b19262f7b44a094323
2017-08-29 16:28:48 +00:00
Andrea Campanella
19090320e7 Completing Port Statistics scheduling in general device provider.
Adding empty shell for port statistcs discovery with bmv2 and default.p4

Change-Id: I4a333e406d6df0c6f8041d53f21cbf10f8bb9782
2017-08-29 15:34:31 +00:00
Carmelo Cascone
3443325287 Allow bmv2-demo mininet topology with arbitrary size
+ made imbalanced striping optional
+ improved generated netcfg
+ various improvements to bmv2.py

Change-Id: Ic297a9d4571bc1987a9cf8fe7bec7c648fb86686
2017-08-29 15:28:50 +00:00
Yuta HIGUCHI
002f39477c RegExp header only requiring Apache 2
External app who want to declare Apache 2 license with their own name
can add following to their pom.xml


    <build>
        <plugins>
            ...
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <version>2.17</version>
                <configuration>
                    <headerLocation>onos/apache2-java.header</headerLocation>
                </configuration>
            </plugin>
            ...
        </plugins>
    </build>

Change-Id: I9c1eded80caf2cf9447d00b9907591749a1904dd
2017-08-28 20:31:24 +00:00
Pier Luigi
f34dda78b2 Removing pcep api from publish-target-list
Change-Id: Ib4d16c970729688f0bec234b41bc59035332cbdc
2017-08-28 17:15:27 +00:00
Yuta HIGUCHI
e278ccc8ef look for local cache first when running onos-lib-gen
Change-Id: I7dc6cef377154a87d43a18307398cad61d8e2e21
2017-08-25 20:34:13 +00:00
Jian Li
dc096738fd Add Korean regions topo for Korea Map DEMO
Change-Id: I01b7f43e1735aba44212cd034390b84204a8868e
2017-08-25 18:20:37 +00:00
Ray Milkey
a210520797 Add a small pause before running pingall to allow the switches to settle
Change-Id: Ie987a4b6aabfb37eecd8db3e4513443938ec416a
2017-08-25 10:44:30 -07:00
Ray Milkey
ef3968b07c Upgrade buck and yangtools version
Change-Id: Ia79fb009371661417eddbc7740195c72d8488e18
2017-08-24 22:09:01 +00:00
Carmelo Cascone
b605cf0248 Drop packets on table miss in default.p4
Also fixed compiler warnings.

Change-Id: Ibbc6eee9bbd55f55e46fd5268a2dc206f04f14ea
2017-08-24 13:31:35 +02:00
Carmelo Cascone
73f6b6d996 Prettified netcfg JSON produced by bmv2-demo.py
Also disabled debug Mininet output.

Change-Id: I62025e5375f072d5d39eca323cd324323b29697b
2017-08-24 13:31:35 +02:00
nosignal
f43b3d5bb1 [ONOS-6954] Fix onos-wait-for-start karaf login timeout
Change-Id: I20bc841f1e07be139578f23a27d4e4223ac946be
2017-08-23 23:06:52 +00:00
Yi Tseng
7875cb78bb [ONOS-6854] refactor bmv2-demo.py
Change-Id: I9b7460b15f6664363f2ff0b16110e2b3bc4dedeb
2017-08-22 19:32:12 +00:00
Carmelo Cascone
fc3776dbc7 Fixed building of P4_14 test programs
Also checked in p4c compilation result (BMv2 JSON and p4info)

Change-Id: If1d2426e6ff275c01f63b3e300acd2b48197aa99
2017-08-22 09:38:51 +00:00
Carmelo Cascone
6e4f7eb58c ONOS-6648 Bumped version of p4c with support for cmake build system
Also bumped version of BMv2 and PI

Untested on Ubuntu 16.04

Change-Id: I700274af96f7b44d8f2e3a86f1e4a5df5aac3a1e
2017-08-21 23:00:43 +02:00
Yi Tseng
b62509b6c5 [ONOS-6904] Add ecmp feature to default.p4
Change-Id: I3837b3cc8d931dece030ab30bd4d15a7031fb646
2017-08-21 11:57:14 -07:00
Steven Burrows
4b4d2b44de [onos-3264]: Close the gap between summary and details panel
Change-Id: I3921da4a3d9e9e3f6c127692e62815a8d54a28a4
2017-08-21 17:01:08 +00:00
Ray Milkey
aa279c014e Starting snapshot 1.12.0-SNAPSHOT
Change-Id: I92269af3b1103fc6622614a77681bd841438d050
2017-08-16 13:27:00 -07:00
Ray Milkey
8c75e2817d Bump up buck version
Change-Id: Ibe928f42c61910c9b588791d8ac5ceed169876af
2017-08-16 19:52:27 +00:00
Steven Burrows
9145867dfc [ONOS-6523] GUI Build: Removed third party libs from repo
- installed at build time as dependancies

Change-Id: I85fd69f0b14e6fd1af2693320c1ca23c62f58ac4
2017-08-16 17:36:11 +00:00
Brian O'Connor
c5c8840d04 Bug fixes for proxy-stc
Change-Id: Ic6d7bb0e58a4837e8bd8e96e3decac199f20c04f
2017-08-16 00:18:43 +00:00
Aaron Kruglikov
041b254ded Creating a script that helps with finding dependencies, especially transitive dependencies of BUCK artifacts.
Change-Id: I5e877c07b8027a57f88b583c11cf377cc4f25b0a
2017-08-15 21:53:12 +00:00
Yuta HIGUCHI
4aa54e3d3a Minor fixes
- remove duplicate dependency
- fix typo in initd script

Change-Id: Ia94fcdc8c279da7c6b64923f89a9e75105bb862b
2017-08-15 10:22:05 -07:00
Thomas Vachuska
e662d67842 Fixing yang-live-compile scenario.
Change-Id: Icb63eb10690529d304cd2e3a3e913db8e463e8e5
2017-08-15 17:15:17 +00:00
Brian O'Connor
98c5bec26d Drawing yang models from test/config for Yang live compiler test
Change-Id: Ifc3c226d2b8b1b90c667ac71f6e213faa1a479ce
2017-08-15 16:52:55 +00:00
Brian O'Connor
30322dd4cb Fixing tar_file and proxy-stc
Change-Id: I51ee55151975ba22d168ccad58efe92d55acd9e1
2017-08-15 16:52:33 +00:00
Yuta HIGUCHI
9e11b09208 build yang plugin if it wasn't already
Change-Id: I7e50abed1dd7f419e1e392f76fdf68dd2408060c
2017-08-14 17:58:59 +00:00
Ray Milkey
d4ac0edb2f Starting snapshot 1.11.0-SNAPSHOT 2017-08-11 17:04:16 -07:00
Ray Milkey
6ecde1ff86 Tagging 1.11.0-b4 2017-08-11 17:02:33 -07:00
Ray Milkey
52c829a9ff Remove dead target from publishing list
Change-Id: I327a0c00f9f5c36272e3503456ec2714ed2736db
2017-08-11 16:09:50 -07:00
Steven Burrows
202034ff83 GUI: Added {view}-spec.js files for all main views
Change-Id: I75a50ae2689d0ab7863c8bb0546ec72ef8e9e7ea
2017-08-11 16:49:41 +00:00
Yuta HIGUCHI
4421dd2e78 Allow relocating yang tool location
Change-Id: Ic8a166aa1161f57f94c11d824f22bfc7154bcb77
2017-08-11 03:41:31 +00:00
Ray Milkey
69ec87142c Move routing from incubator to a separate app
Change-Id: I961d10af99c572b1f8d9b3d37c6f52dd04422007
2017-08-10 10:55:01 -07:00
Steven Burrows
0f26ac8fa2 BUCK GUI: Excluded generated javascript files from genrule
Removed the NPM Lock file that generated.

Change-Id: Ia2d16f28a3a11056f8eaed2805684020b9d2c4eb
2017-08-10 17:04:44 +00:00
Thomas Vachuska
ed1c86311f Adding YANG live compilation STC scenario.
Change-Id: I40388b560f5d7406bff443ac1f2abf0b4ac61f95
2017-08-09 23:46:51 +00:00
Thomas Vachuska
ad37e3733e Integrating YANG live compilation into YANG runtime.
- Bumped ONOS dependency on ONOS YANG tools 2.2.0-b4.
- Added CLI to compile YANG models.
- Added GUI capability to compile YANG models via drag-n-drop or file upload.
- Fixed defect in propagating self-contained JAR apps through the cluster.

Change-Id: Icbd2a588bf1ffe0282e12d3d10a117e0957c3084
2017-08-09 21:30:40 +00:00
Jordan Halterman
6ce5235b92 Ensure onos-dist-verify script does not block indefinitely when disruptor is running at the end of the test
Change-Id: I9acb0772036065bb8563342e60c299ec634ba4c8
2017-08-09 21:07:39 +00:00
Steven Burrows
a37e32f488 Gui: bugfix Broswersync error in buck build
Change-Id: I83f73eb5baf283334086c40d6ec4e82829396d70
2017-08-07 22:36:36 +01:00
Steven Burrows
1c2a9685de GUI: Added ESLint to gulp tasks. ONOS-6521
Commented out gulp tasks making this change uneffective
Fixed an error in the build script

Change-Id: I4f4f9762aa1a66304aa74b3ab208095b9c1d4515
2017-08-07 18:12:46 +00:00
Simon Hunt
63054638ab update simon's cell definition.
Change-Id: I0335950a8be91682cde37cabca69174ec16be861
2017-08-07 09:08:04 -07:00
Brian O'Connor
a09fe5b0b7 Updating Copyright line to Open Networking Foundation
Change-Id: Icba96d7f39a065b53f34a6aeb71afd1f7d51f774
2017-08-03 21:12:30 -07:00