Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Importing an exported bundle fails with an error #1937
Comments
hatched
added
the
bug
label
Aug 18, 2016
hatched
added this to the 2.1.11 milestone
Aug 18, 2016
|
Thanks for filing the issue @rbclark we'll take a look into this and get back to you. |
|
When importing this bundle into the GUI the RPC call to fetch the changes:
It appears that the GUI doesn't like to import bundles where the top level key is
which are reproduced for every machine: machines:
"0":
series: xenial
constraints: "arch=amd64 cpu-cores=24 mem=49152 undefined=default" |
|
Sorry for the inconvenience @rbclark I've attached a modified version of the bundle file which ingests correctly. default-2016-08-16-modified.txt Unfortunately any bundle that's exported from the GUI will exhibit the same issues and need the same modifications made until this issue is resolved. |
rbclark
commented
Aug 18, 2016
|
Thanks, that did fix it! I'm not sure exactly why the undefined=default was added to every one, that may be a separate bug that's happening as I didn't add that manually. |
hatched
changed the title from
Importing an exported configuration fails with an error
to
Importing an exported bundle fails with an error
Aug 19, 2016
hatched
assigned
huwshimi
Aug 22, 2016
jujugui
closed this
in
#1945
Aug 23, 2016
added a commit
that referenced
this issue
Aug 23, 2016
|
@rbclark This issue has now been resolved in the development branch of the GUI and will be in the next release. The |
rbclark commentedAug 18, 2016
I am currently using the current juju beta:
2.0-beta15-xenial-amd64. I have a bundle which I have exported using the juju gui and not modified which is can be found here: default-2016-08-16.txt. When I attempt to import this bundle back into the juju gui I get the following error:I am able to reorder the contents of the yaml file and then get it to import, however attempting to import in the order which it was originally exported fails.