From 894a06281062b87d2a935387c4361fcd85235299 Mon Sep 17 00:00:00 2001 From: Sara Stentvedt Luggenes <saraslu@stud.ntnu.no> Date: Thu, 13 Apr 2023 22:49:41 +0200 Subject: [PATCH] Update oblig3.md --- oblig3/oblig3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oblig3/oblig3.md b/oblig3/oblig3.md index 27ae6c8..ea02af6 100644 --- a/oblig3/oblig3.md +++ b/oblig3/oblig3.md @@ -427,9 +427,9 @@ openstack floating ip set --port 255d0c0d-5e31-4c6b-9e46-c806663fa748 5337587f- ## Task 9 - Go live! -We change the floating ip address the uptime challenge should be registered with. The ip address below is the manager: +We change the floating ip address the uptime challenge should be registered with. The ip address below is the floating ip to the openstack load balancer: ``` -uc set endpoint 10.212.173.5 +uc set endpoint 10.212.175.95 uc status uc traffic on ``` @@ -752,4 +752,4 @@ dig @192.168.128.23 server1.node.aeta.dcsg2003. ANY curl -X PUT -d '{"ID": "SERVER.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register curl -X PUT -d '{"ID": "SERVER2.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register curl -X PUT -d '{"ID": "SERVER3.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register -``` \ No newline at end of file +``` -- GitLab