Added new configuration parameters to control bulk user creation process....
Compare changes
+ 15
− 15
@@ -10,48 +10,48 @@
@@ -10,48 +10,48 @@
In order to build and run the NMaaS Platform software locally execute *./gradlew bootRun* in project root directory.
+ *--Dlog4j.configurationFile* specifying the name of logger (Log4j2) configuration file (located in the same directory as the jar file) to be loaded instead of the built-in one. Please be advised that you have to add that parameter before the *-jar* parameter.
+ *--spring.config.name* specifying the name of the properties file (located in the same directory as the jar file) to be loaded instead of the built-in one.
To initialize the NMaaS Platform database with a default set of data run *src/test/shell/init.sh* script.
+ set of NMaaS-compatible application definitions with test subscriptions and comments (from *src/test/shell/data/apps*)
A dedicated Helm chart has been developed to ease the NMaaS installation inside a Kubernetes cluster.
This way both the supported network management applications and the NMaaS core components can be installed within a single K8s cluster.