Skip to content

Commit

Permalink
Prepare release 14.2.1
Browse files Browse the repository at this point in the history
Bump versions not managed by maven-release to 14.2.1

Signed-off-by: Michal Banik <[email protected]>
  • Loading branch information
Michal Banik committed Sep 10, 2021
1 parent ebf2284 commit 37d8e6d
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ls -1 yangs
#Run simulator for testing purpose
printLine
echo -e "-- Starting gNMI simulator device --\n"
java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-14.2.1-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 &
java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-14.2.1.jar -c ./simulator/example_config.json > /dev/null 2>&1 &

#Add yangs into controller through REST rpc
./add_yangs_via_rpc.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app-docker</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>

<properties>
<image.name>lighty-rcgnmi</image.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-app-docker</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>

<properties>
<image.name>lighty-rnc</image.name>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
<url>https://github.com/PANTHEONtech/lighty</url>
<tag>14.2.1-SNAPSHOT</tag>
<tag>14.2.1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
<url>https://github.com/PANTHEONtech/lighty</url>
<tag>14.2.1-SNAPSHOT</tag>
<tag>14.2.1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use Lighty controller in your project:
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-minimal-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
<url>https://github.com/PANTHEONtech/lighty</url>
<tag>14.2.1-SNAPSHOT</tag>
<tag>14.2.1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c
<dependency>
<groupId>io.lighty.core.parents</groupId>
<artifactId>lighty-dependency-artifacts</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mvn clean compile quarkus:dev
## Build package & Run
```
mvn clean package
java -Xms128m -Xmx128m -XX:MaxMetaspaceSize=128m -jar target/lighty-quarkus-netconf-app-14.2.1-SNAPSHOT-runner.jar
java -Xms128m -Xmx128m -XX:MaxMetaspaceSize=128m -jar target/lighty-quarkus-netconf-app-14.2.1-runner.jar
```

## Build native image
Expand Down
4 changes: 2 additions & 2 deletions lighty-examples/lighty-community-netconf-quarkus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.quarkus</groupId>
<artifactId>lighty-quarkus-netconf-app</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<application.attach.zip>true</application.attach.zip>
<lighty.version>14.2.1-SNAPSHOT</lighty.version>
<lighty.version>14.2.1</lighty.version>
</properties>

<dependencyManagement>
Expand Down
10 changes: 5 additions & 5 deletions lighty-examples/lighty-community-restconf-netconf-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ build the project: ```mvn clean install```
### Start this demo example
* build the project using ```mvn clean install```
* go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target```
* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-14.2.1-SNAPSHOT-bin.zip```
* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-14.2.1-SNAPSHOT```
* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-14.2.1-SNAPSHOT.jar```
* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-14.2.1-bin.zip```
* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-14.2.1```
* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-14.2.1.jar```

### Test example application
Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-14.2.1-SNAPSHOT.jar```
Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-14.2.1.jar```
RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*```

##### URLs to start with
Expand All @@ -43,7 +43,7 @@ URLs for Swagger (choose RESTCONF [draft18](https://tools.ietf.org/html/draft-ie

### Use custom config files
There are two separated config files: for NETCONF SBP single node and for cluster.
`java -jar lighty-community-restconf-netconf-app-14.2.1-SNAPSHOT.jar /path/to/singleNodeConfig.json`
`java -jar lighty-community-restconf-netconf-app-14.2.1.jar /path/to/singleNodeConfig.json`

Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json)

Expand Down
10 changes: 5 additions & 5 deletions lighty-examples/lighty-community-restconf-ofp-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM openjdk:11-jre-slim

COPY ./target/lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT-bin.zip /
COPY ./target/lighty-community-restconf-ofp-app-14.2.1-bin.zip /
RUN apt-get update && apt-get install unzip \
&& unzip /lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT-bin.zip \
&& rm /lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT-bin.zip
&& unzip /lighty-community-restconf-ofp-app-14.2.1-bin.zip \
&& rm /lighty-community-restconf-ofp-app-14.2.1-bin.zip


##libstdc++ is required by leveldbjni-1.8 (Akka dispatcher)
#Uncaught error from thread [opendaylight-cluster-data-akka.persistence.dispatchers.default-plugin-dispatcher-22]: Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path, no leveldbjni-1.8 in java.library.path, no leveldbjni in java.library.path, /tmp/libleveldbjni-64-1-3166161234556196376.8: Error loading shared library libstdc++.so.6: No such file or directory (needed by /tmp/libleveldbjni-64-1-3166161234556196376.8)], shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[opendaylight-cluster-data]
RUN apt-get install libstdc++6

WORKDIR /lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT
WORKDIR /lighty-community-restconf-ofp-app-14.2.1

EXPOSE 8888
EXPOSE 8185
Expand All @@ -19,4 +19,4 @@ EXPOSE 6653
EXPOSE 2550
EXPOSE 80

CMD java -jar lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT.jar sampleConfigSingleNode.json
CMD java -jar lighty-community-restconf-ofp-app-14.2.1.jar sampleConfigSingleNode.json
4 changes: 2 additions & 2 deletions lighty-examples/lighty-community-restconf-ofp-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build the project using maven command: ```mvn clean install```.
This will create *.zip* archive in target directory. Extract this archive
and run *.jar* file using java with command:
```
java -jar lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT.jar
java -jar lighty-community-restconf-ofp-app-14.2.1.jar
```

### Use custom config files
Expand All @@ -24,7 +24,7 @@ after build.

When running application pass path to configuration file as argument:
```
java -jar lighty-community-restconf-ofp-app-14.2.1-SNAPSHOT.jar sampleConfigSingleNode.json
java -jar lighty-community-restconf-ofp-app-14.2.1.jar sampleConfigSingleNode.json
```

### Building and running Docker Image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mvn spring-boot:run
or

```
java -jar target/lighty-controller-springboot-14.2.1-SNAPSHOT.jar
java -jar target/lighty-controller-springboot-14.2.1.jar
```

or in any IDE, run main in
Expand Down
2 changes: 1 addition & 1 deletion lighty-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ my-model/pom.xml
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
<relativePath/>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-device-simulator</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/lighty-netconf-sb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use NETCONF in your project:
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-netconf-sb</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
</dependency>
```
2. Initialize and start an instance of NETCONF SBP in your code:
Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/lighty-openflow-sb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is Lighty's version of openflow plugin.
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-openflow-sb</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/lighty-restconf-nb-community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use RESTCONF in your project:
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-restconf-nb-community</artifactId>
<version>14.2.1-SNAPSHOT</version>
<version>14.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
<url>https://github.com/PANTHEONtech/lighty</url>
<tag>14.2.1-SNAPSHOT</tag>
<tag>14.2.1</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 37d8e6d

Please sign in to comment.