commit | 41f66ef2e223d4925d1dc94e3d898b308fdb560e | [log] [tgz] |
---|---|---|
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | Wed Apr 28 14:49:22 2021 -0400 |
committer | Jozsef Csongvai <jozsef.csongvai@bell.ca> | Wed Apr 28 18:54:09 2021 +0000 |
tree | 947109286317ca55f186ed6c88bcb8ce7c9e5cab | |
parent | bfca233b96801b53af015f3532fa73c615fef6e4 [diff] |
Add check for cluster status to readiness endpoint When Cluster is enabled, BlueprintsProcessor should not process any requests until cluster is fully joined. Issue-ID: CCSDK-3275 Change-Id: I779159346976f7af0c0add69883f27d7f359f413 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
mvn process-sources -P format
Reference: ktlint docs | ktlint codebase
Before you can build this project, you must install and configure the following dependencies on your machine:
Running mvn clean install
command to install all libraries and dependencies for the maven and npm. Running mvn clean install -Pdocker
command to install all libraries and create below docker images.
Note: run mvn clean install -Pdocker -Ddocker.skip.push=true
to build but skip pushing docker image.
Back-end MS
Create
sdnctl
table in MySQL
(Optional) You could run the project in a specific profile(dev, local) by adding-Dspring.profiles.active=profile-name
Loop-back server:
That allow your request to reach the backend from cds-ui
Move to./cds-ui/server/
folder and run the commandnpm start
cds-ui
Move to
./cds-ui/designer-client/
folder and run the commandnpm start
This command will make sure all the files follow the linting rules and then connect to the loopback server.
Front-end: you could use vscode
or webstorm
Back-end: IntelliJ
with kotlin plugin or any other editor
For more information check: CDS Docs