Skip to content
Snippets Groups Projects
Commit eb1442df authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

use new plugin

parent 07ce102a
No related branches found
No related tags found
1 merge request!213Allow to reset key store and stop key fetching
Pipeline #225277 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
GOSDNC_PATH="./artifacts/gosdnc" GOSDNC_PATH="./artifacts/gosdnc"
GOSDN_ADDRESS="127.0.0.1:55055" GOSDN_ADDRESS="127.0.0.1:55055"
ADMINPW="TestPassword" ADMINPW="TestPassword"
KMS_PLUGIN="823aad29-69be-42f0-b279-90f2c1b6a94d" KMS_PLUGIN="e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d" PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
## Adjust this if timer is to short. ## Adjust this if timer is to short.
SLEEP_TIMER=20 SLEEP_TIMER=20
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
GOSDNC_PATH="./artifacts/gosdnc" GOSDNC_PATH="./artifacts/gosdnc"
GOSDN_ADDRESS="127.0.0.1:55055" GOSDN_ADDRESS="127.0.0.1:55055"
ADMINPW="TestPassword" ADMINPW="TestPassword"
KMS_PLUGIN="823aad29-69be-42f0-b279-90f2c1b6a94d" KMS_PLUGIN="e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d" PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
echo 'Logging in via gosdnc and setting up KMS in controller...' echo 'Logging in via gosdnc and setting up KMS in controller...'
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
GOSDNC_PATH="./gosdnc" GOSDNC_PATH="./gosdnc"
GOSDN_ADDRESS="172.100.20.2:55055" GOSDN_ADDRESS="172.100.20.2:55055"
ADMINPW="TestPassword" ADMINPW="TestPassword"
KMS_PLUGIN="823aad29-69be-42f0-b279-90f2c1b6a94d" KMS_PLUGIN="e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d" PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
## Adjust this if timer is to short. ## Adjust this if timer is to short.
SLEEP_TIMER=20 SLEEP_TIMER=20
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
GOSDNC_PATH="../../../artifacts/gosdnc" GOSDNC_PATH="../../../artifacts/gosdnc"
CONTROLLER_ADDRESS=$1 CONTROLLER_ADDRESS=$1
ADMINPW="TestPassword" ADMINPW="TestPassword"
KMS_PLUGIN="823aad29-69be-42f0-b279-90f2c1b6a94d" KMS_PLUGIN="e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d" PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
cd ../../config/gosdnc cd ../../config/gosdnc
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
GOSDNC_PATH="../../../artifacts/gosdnc" GOSDNC_PATH="../../../artifacts/gosdnc"
GOSDN_ADDRESS=$1 GOSDN_ADDRESS=$1
ADMINPW="TestPassword" ADMINPW="TestPassword"
KMS_PLUGIN="823aad29-69be-42f0-b279-90f2c1b6a94d" KMS_PLUGIN="e404ecf7-4860-41ee-9cee-3dd6af6c5e2b"
PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d" PND_UUID="5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
cd ../../config/gosdnc cd ../../config/gosdnc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment