sysnasri
(Alireza Nasri)
12 March 2021 15:10
1
Hi, for a few months I have facing the following problem in charm deployments as rummer says my government is intercepting on TLS packets and thus the problem occurred since then.
so I want to know if there is another solution maybe offline install or something that bypass tls handshake.
I have already tested http/https proxy but does not work.
ubuntu@juju:~$ sudo juju deploy cs:~elasticsearch-charmers/bundle/elk-stack-3
ERROR cannot resolve charm URL “cs:~elasticsearch-charmers/bundle/elk-stack-3”: cannot get “/~elasticsearch-charmers/bundle/elk-stack-3/meta/any?include=id&include=supported-series&include=published”: Get “https://api.jujucharms.com/charmstore/v5/~elasticsearch-charmers/bundle/elk-stack-3/meta/any?include=id&include=supported-series&include=published ”: net/http: TLS handshake timeout
1 Like
pedroleaoc
(Pedro Leão da Cruz)
12 March 2021 15:41
2
Hi Alireza, thanks for posting here
There’s a good article on deploying charms offline .
Let me know if that helps you - if not, we might be able to find another way.
2 Likes
sysnasri
(Alireza Nasri)
12 March 2021 17:33
3
May I say “God bless you”?
Thank you so much.
I was hopeless with the idea that I cannot deploy software.
2 Likes
pedroleaoc
(Pedro Leão da Cruz)
12 March 2021 17:58
4
Of course you can, God bless you too!
Good luck and have fun with Juju. Let us know if you have anything else blocking you.
1 Like
sysnasri
(Alireza Nasri)
12 March 2021 18:32
5
To be honest, I have had this question so far that could not handle it.
Would you please look at this topic
Guys, In my scenario which is deployed with maas and juju, I have a network 10.10.10.0/24 which is used to deploy openstack base churm bundle.
Also the maas and juju are within this network/subnet.
Recently I have added a new compute node to the cluster from a different network segment , 10.10.13.10/24
3 nova computes are in the same network segment but the newly added is from a different subnet.
External network uses flat type and my instances which is created in the new compute node are …
Or if possible someone from openstack charm look at that?