initial rough working service edit, with special way to retrieve custom values

This commit is contained in:
Blake J. Harnden 2018-05-23 12:41:29 -07:00
parent 517ef4c3d3
commit 3e5cd61ecc
6 changed files with 331 additions and 13 deletions

View file

@ -401,6 +401,10 @@ class CoreNetwork {
}
async start() {
// clear current session and set for nodes to start
await coreRest.setSessionState(SessionStates.definition);
await coreRest.setSessionState(SessionStates.configuration);
const nodes = coreNetwork.getCoreNodes();
for (let node of nodes) {
const response = await coreRest.createNode(node);