web-dev-qa-db-fra.com

juju bootstrap ne fonctionne pas pour MAAS

Je suis cette documentation pour implémenter openstack avec MAAS et JUJU:

Infrastructure cloud Ubuntu avec MAAS et Juj

Donc, pour installer JUJU, je vais suivre: Get Started With Juj

Une idée sur la façon de résoudre ce problème?

root@ubuntu:~/.juju# juju status -e maas -v
2013-07-28 17:31:47 ERROR juju supercommand.go:235 command failed: file 'provider-          state' not found not found
error: file 'provider-state' not found not found

root@ubuntu:~/.juju# juju bootstrap -e maas -v
2013-07-28 17:36:27 ERROR juju supercommand.go:235 command failed: cannot create     bootstrap state file: gomaasapi: got error back from server: 400 BAD REQUEST
error: cannot create bootstrap state file: gomaasapi: got error back from server: 400     BAD REQUEST

maas section de environment.yaml

  maas:
type: maas
# Change this to where your MAAS server lives.  It must specify the base path.
maas-server: 'http://192.168.119.140/MAAS'
maas-oauth: '********hidden****8:P6srrdD57RckEfJeEa2r'
admin-secret: fa4fb05****hidden*****e6f2d3fd29cb1f
default-series: precise
authorized-keys-path: ~/.ssh/authorized_keys # or any file you want.

Et il semble que ce bogue soit corrigé, mais je suis toujours confronté à ce problème avec la dernière version de JUJU:

Description du bogue

3
badri

Si vous utilisez MAAS le 12.04, ils ont apporté quelques modifications à juju-core. Ci-dessous, le rapport de bogue pour MAAS avec le correctif.

https://bugs.launchpad.net/maas/+bug/1204507

1
user179263