-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Civo: update Ubuntu version due to deprecation of 16.04 (bionic) #99
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor tweaks requested. Thanks
430ea2d
to
ae0b7d6
Compare
@alexellis: Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Submitting additional information.
Can you also check whether g3.xsmall is entitled to its own public IP in the Civo plan?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for merge
CI is now running, please can you run an e2e test now with the license key that I sent you over Slack DM? |
You can bring in the new package now via https://github.com/inlets/cloud-provision/releases/tag/0.3.1 |
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
During e2e tests i found out, that the IP adress for the certifiacte is not the same as the public ip from the server. this could be due to a different egress router they use... ~ inlets-pro tcp client --url "wss://74.220.16.178:8123" \
--token "T3JN2qYveppvKKkEeAhx0IZmKuxIE9hFvERmf1OfjE4ctRNH5vDApK8G60ncmjVH" \
--upstream $UPSTREAM \
--ports $PORTS |
fix from Civo was implemented. ➜ ~ inlets-pro tcp client --url "wss://74.220.19.102:8123" \
--token "8EflECGMZEEmjKny2rh0OQteOoDt7wZp50woVR7kCGmkMS99BtD8NXQaHYFguCyb" \
--upstream $UPSTREAM \
--ports $PORTS
2021/07/07 14:38:35 Starting TCP client. Version 0.8.5 - 8db64ded51b1455cf4ad027c52bc9cfbeb55c4b3
2021/07/07 14:38:35 Licensed to: Free trial <contact@openfaas.com>, expires: 30 day(s)
2021/07/07 14:38:35 Upstream server: localhost, for ports: 8080
inlets-pro client. Copyright Alex Ellis, OpenFaaS Ltd 2020
INFO[2021/07/07 14:38:35] Connecting to proxy url="wss://74.220.19.102:8123/connect"
INFO[2021/07/07 14:38:35] Connection established.. OK. |
Approving the CI now. Did you connect a tunnel and test that it worked? |
Yes, did start a nginx conainer locally: ➜ ~ curl 74.220.19.102:8080
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p> |
Thank you 👍 |
Description
Update Ubuntu images to 18.04 for the Civo provider
How Has This Been Tested?
Create Inlets exit node
How are existing users impacted? What migration steps/scripts do we need?
none
Checklist:
I have:
git commit -s