Build-a-bundle appears broken in firefox on jujucharms.com

Bug #1446788 reported by Charles Butler on 2015-04-21
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-gui
High
Unassigned

Bug Description

When building a bundle with several services uncommitted, at the end I am unable to commit the bundle with the attached stack trace in the debug console

Attempted formation built and uncommitted:

kubernetes-cluster:
  services:
    "kubernetes-master":
      charm: cs:~kubernetes/trusty/kubernetes-master-5
      expose: true
    flannel:
      charm: cs:~kubernetes/trusty/flannel-1
      options:
        container_type: docker
        docker_origin: distro
      num_units: 2
    kubernetes:
      charm: cs:~kubernetes/trusty/kubernetes-5
    etcd:
      charm: cs:~kubernetes/trusty/etcd-2
  relations:
    - - "flannel:db"
      - "etcd:client"
    - - "flannel:network"
      - "kubernetes:network"
    - - "kubernetes:docker-host"
      - "flannel:juju-info"
    - - "flannel:db"
      - "etcd:client"
    - - "etcd:client"
      - "kubernetes:etcd"
    - - "etcd:client"
      - "kubernetes-master:etcd"
    - - "kubernetes-master:minions-api"
      - "kubernetes:api"
  series: trusty

description: updated
Changed in juju-gui:
status: New → Triaged
importance: Undecided → High
Madison Scott-Clary (makyo) wrote :

Marking as invalid for the moment, unable to reproduce between myself and rharding. If additional information comes up, we'll re-investigate.

Changed in juju-gui:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  Edit
Everyone can see this information.

Other bug subscribers