Seu environments.yaml precisará definir http-proxy, https-proxy e no-proxy. Veja aqui todas as opções de configuração link
Eu tenho o MAAS 1.9.1 e comissiono um nó. O nó está no estado pronto. Estou por trás do proxy e posso obter ou atualizar. Existem duas interfaces no MAAS O eth0 está no 170.x.x.xeo eth 1 está no 10.x.x.x. Eu tenho a configuração eth1 para ip forward e masquerade. Quando eu comissionei um novo nó ele não tem problemas e baixei os pacotes do Ubuntu, etc. environment.yaml tem todos os ip, chaves, etc. Agora, se eu fizer
ou sudo openstack-install
Juju Falha. Isso me impede de instalar o Landscape - Autopilot etc
Eu executei comandos de depuração, etc., mas não há mais detalhes ao lado de alguns postados abaixo.
Alguns erros de juju abaixo:
The system cannot communicate with the external server ( 170.22.143.154 ).
The Internet server may be busy, may be permanently down, or may be
unreachable because of network problems.
aavam@maas-dev6-1:~/.cloud-install$ juju bootstrap
WARNING ignoring environments.yaml: using bootstrap config in file "/home/aavam/.juju/environments/maas.jenv"
ERROR cannot determine if environment is already bootstrapped.: could not access file 'e3b6a06b-9a7e-456f-8a51-a313d7d2beda-provider-state': gomaasapi: got error back from server: 504 Gateway Timeout (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Notification: Gateway Timeout</title>
~$ juju quickstart
juju quickstart v2.2.4
ssh-agent has been started.
To interact with Juju or quickstart again after quickstart
finishes, please run the following in a terminal to start ssh-agent:
eval 'ssh-agent'
bootstrapping the maas environment
reusing the already bootstrapped maas environment
retrieving the environment status
juju-quickstart: error: the state server is not ready:
ERROR Unable to connect to environment "maas".
Please check your credentials or use 'juju bootstrap' to create a new environment.
Error details:
could not access file 'e3b6a06b-9a7e-456f-8a51-a313d7d2beda-provider-state': gomaasapi: got error back from server: 504 Gateway Timeout (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Seu environments.yaml precisará definir http-proxy, https-proxy e no-proxy. Veja aqui todas as opções de configuração link
Você precisa das seguintes portas de firewall abertas :
O MAAS, seus nodos e o piloto automático precisarão acessar a internet, ou pelo menos esses sites (http e https):
Se abrir buracos em um firewall, lembre-se de que esses endereços podem ser resolvidos para vários IPs.
no servidor MAAS tive que encaminhar IP e Masquerade e resolvi o problema
iptables -L -n
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
/sbin/iptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
/sbin/iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
sudo iptables-save
... Certifique-se também (em maiúsculas e minúsculas)
http_proxy,HTTP_PROXY,HTTPS_PROXY,https_proxy,no_proxy and NO_PROXY in the
MAAS env is all set up......resolved the issue.......
i.e export http_proxy=http://x.x.x.x:80 etc