8 Commits

Author SHA1 Message Date
Mike Hansen
efb34de3f1 Merge pull request #102 from Telecominfraproject/WIFI-2080
Signed-off-by: Mike Hansen <mike.hansen@connectus.ai>
2021-07-14 10:57:07 -04:00
Mike Hansen
8282c9cf27 WIFI-2988: Ovsdb schema check for Wifi_Radio_Config and Wifi_RRM_Config
Signed-off-by: Mike Hansen <mike.hansen@connectus.ai>
2021-07-13 15:20:42 -04:00
AkshayJagadish-ne
0b9a65e810 Build trigger (#9) 2021-06-01 17:30:35 +02:00
Max Brenner
73727dca09 Revert "Added wlan-cloud-root to all-modules-build"
This reverts commit f029a2f9df.
2021-06-01 16:24:47 +02:00
norm-traxler
ad67765358 Merge pull request #8 from Telecominfraproject/root-build
Added wlan-cloud-root to all-modules-build
2021-05-27 15:32:01 -04:00
Akshay Jagadish
f029a2f9df Added wlan-cloud-root to all-modules-build 2021-05-27 15:14:35 -04:00
Max Brenner
720ce832ec fix all-modules-build pom.xml
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
2021-05-07 11:55:06 +02:00
Max Brenner
df9e7102f6 rebase 1.0 CI changes
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
2021-05-07 11:28:24 +02:00
9 changed files with 18 additions and 142 deletions

View File

@@ -13,7 +13,7 @@ Build instructions:
### Executable jar files: ### Executable jar files:
All the applications in this section by default use the certificates generated by scripts in [wlan-pki-cert-scripts](https://github.com/Telecominfraproject/wlan-pki-cert-scripts) repository. They expect the certificates to be in /opt/tip-wlan/certs directory. All the settings - filenames, paths, passwords are configurable via environment variables and java system properties. For configuration details please see the CloudSDK Configuration Guide (TBD). All the applications in this section by default use the certificates generated by scripts in [wlan-pki-cert-scripts](https://github.com/Telecominfraproject/wlan-pki-cert-scripts) repository. They expect the certificates to be in /opt/tip-wlan/certs directory. All the settings - filenames, paths, passwords are configurable via environment variables and java system properties. For configuration details please see the CloudSDK Configuration Guide (TBD).
* wlan-opensync-wifi-controller/opensync-gateway-static-process/target/opensync-gateway-static-process-1.2.0-SNAPSHOT.jar * wlan-opensync-wifi-controller/opensync-gateway-static-process/target/opensync-gateway-static-process-0.0.1-SNAPSHOT.jar
> >
Stand-alone opensync gateway, statically configured by config files Stand-alone opensync gateway, statically configured by config files

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.telecominfraproject.wlan</groupId> <groupId>com.telecominfraproject.wlan</groupId>
<artifactId>tip-wlan-cloud-root-pom</artifactId> <artifactId>tip-wlan-cloud-root-pom</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../wlan-cloud-root</relativePath> <relativePath>../wlan-cloud-root</relativePath>
</parent> </parent>
@@ -20,7 +20,7 @@
</property> </property>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<modules> <modules>
<module>../wlan-cloud-base/base-build</module> <module>../wlan-cloud-base/base-build</module>
<module>../wlan-cloud-services/cloud-services-build</module> <module>../wlan-cloud-services/cloud-services-build</module>
<module>../wlan-cloud-opensync-controller/opensync-gateway-build</module> <module>../wlan-cloud-opensync-controller/opensync-gateway-build</module>

View File

@@ -11,7 +11,7 @@ new_version=$1
PREVIOUS_VERSION=$(grep "<version>" ../wlan-cloud-root/pom.xml |head -2|tail -1|cut -d '>' -f2|cut -d '<' -f 1) PREVIOUS_VERSION=$(grep "<version>" ../wlan-cloud-root/pom.xml |head -2|tail -1|cut -d '>' -f2|cut -d '<' -f 1)
echo "Updating TIP pom.xml files from $PREVIOUS_VERSION to version $new_version " echo "Updating TIP pom.xml files from $PREVIOUS_VERSION to version $new_version "
# update versions on TIP modules using special all-modules-release # update versions on TIP modules using special all-modules-release
mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.telecominfraproject.wlan</groupId> <groupId>com.telecominfraproject.wlan</groupId>
<artifactId>tip-wlan-cloud-root-pom</artifactId> <artifactId>tip-wlan-cloud-root-pom</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../wlan-cloud-root</relativePath> <relativePath>../wlan-cloud-root</relativePath>
</parent> </parent>

File diff suppressed because one or more lines are too long