Não é possível implementar os charms locais devido ao erro “Proibido” do servidor de estado

3

massa: 1.9.3 juju: 1.25.5

Quando tento implantar o charme local, ele retorna este erro, o juju está trabalhando para charms não locais como o RabbitMQ.

Estava a funcionar há 3 meses, removi todos os encantos locais nessa altura e, após 3 meses, vejo este erro:

Quando tentei acessar esse link no navegador, ele retornou:

An error occurred during a connection to node01.maas:17070. You have received an invalid certificate. 
Please contact the server administrator or email correspondent and give them the following information: 
Your certificate contains the same serial number as another certificate issued by the certificate authority. 
Please get a new certificate containing a unique serial number. Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

Aqui está o erro:

  • 2016-09-28 00:55:07 INFO juju.cmd supercommand.go: 37 juju em execução [1.25.5-wily-amd64 gc]
  • 2016-09-28 00:55:07 DEBUG juju.api api.go: 154 tentando configurações de conexão de API em cache - pontos de extremidade [10.196.1.169:1707168.110.100:17070]
  • 2016-09-28 00:55:07 INFO juju.api api.go: 266 conectando-se a endereços de APIs: [10.196.1.169:17070 192.168.110.100:1707
  • 2016-09-28 00:55:07 INFO apiclient.go de juju.api: 262 discando "wss: //10.196.1.169: 17070 / environment / 6f95c74a-a4ed-44a-e42fb59df71e / api"
  • 2016-09-28 00:55:07 INFO apiclient.go de juju.api: 194 conexão estabelecida com "wss: //10.196.1.169: 17070 / environment74a-a4ed-44a7-80b3-e42fb59df71e / api"
  • 2016-09-28 00:55:07 DEBUG juju.api api.go: 476 nomes de host da API inalterados - sem resolução
  • 2016-09-28 00:55:07 DEBUG juju.api api.go: 506 cacheChangedAPIInfo: serverUUID="6f95c74a-a4ed-44a7-80b3-e42fb59df71
  • 2016-09-28 00:55:14 ERRO juju.cmd supercommand.go: 429 não é possível fazer upload de charme: poste https : //10.196.1.169: 17070 / enviro6f95c74a-a4ed-44a7-80b3-e42fb59df71e / charms? série = confiável: Proibido

Solução:

  • Destrua o ambiente de juju
  • Executar o sudo ssh-keygen -f "/root/.ssh/known_hosts" -R Node01.maas
  • bootstrap juju
por Rastin 28.09.2016 / 02:42

1 resposta

1

Parece que foi por causa de "ca-private-key" e "ca-cert" em maas.jenv! Pode haver uma solução mais curta em termos de tempo, se você tiver alguma ideia por favor me avise.

Solução:

  1. Destrua o ambiente de juju
  2. Executar o sudo ssh-keygen -f "/root/.ssh/known_hosts" -R Node01.maas
  3. bootstrap juju novamente
por Rastin 29.09.2016 / 19:28

Tags