Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 400007: `admin_ui/0' is not running after update #29

Closed
chrisrana opened this issue Jan 12, 2016 · 0 comments
Closed

Error 400007: `admin_ui/0' is not running after update #29

chrisrana opened this issue Jan 12, 2016 · 0 comments

Comments

@chrisrana
Copy link

I am trying to install admin ui on my linux machine and i getting following error

Started updating job admin_ui > admin_ui/0. Failed: `admin_ui/0' is not running after update (00:10:41)

Error 400007: `admin_ui/0' is not running after update

admin-ui-deployment.yml

<%
load '/opt/cf-settings.rb'
%>
name: <%= $deployment_name %>

director_uuid: d8b4f779-087d-4962-8361-aafa9cd21b8d

releases:
- {name: admin-ui, version: 6}

networks:
- name: ccc-bosh-net1
  type: dynamic
  cloud_properties:
    net_id: <%= $bosh_net_id %>
    security_groups:
    - cfoundry

resource_pools:
  - name: small
    network: ccc-bosh-net1
    stemcell:
      name: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw
      version: <%= $stemcell_version %>
    cloud_properties:
  instance_type: Micro-Small

compilation:
  workers: 2
  network: ccc-bosh-net1
  cloud_properties:
    instance_type: Micro-Small

update:
  canaries: 0
  canary_watch_time: 30000-600000
  update_watch_time: 30000-600000
  max_in_flight: 4
  serial: true

jobs:
- name: admin_ui
  template: admin_ui
  instances: 1
  resource_pool: small
  persistent_disk: 5120
  networks:
    - name: ccc-bosh-net1

- name: register_admin_ui
  template: register_admin_ui
  instances: 1
  resource_pool: small
  lifecycle: errand
  networks:
    - name: ccc-bosh-net1

- name: deregister_admin_ui
  template: deregister_admin_ui
  instances: 1
  resource_pool: small
 lifecycle: errand
  networks:
    - name: ccc-bosh-net1

properties:
  cc:
    srv_api_uri: <%= $protocol %>://api.<%= $root_domain %>
  system_domain: <%= $root_domain %>
  uaa:
    url: <%= $protocol %>://uaa.<%= $root_domain %>
    admin:
      client_secret: <%= $common_password %>
  admin_ui:
    cloud_controller_uri: (( properties.cc.srv_api_uri ))
    cloud_controller_ssl_verify_none: (( properties.ssl.skip_cert_verify ))
    uri: (( admin "." properties.system_domain ))
    users: ~
    admins: (( merge ))
    uaa:
      url: (( properties.uaa.url ))
      admin_client_secret: (( properties.uaa.admin.client_secret ))
      client:
        id: admin_ui_client
        secret: c1oudc0w
      scopes:
        admin: ~
        user: ~

ccdb:
  scheme: postgres
  address: 0.cloud-controller.ccc-bosh-net.<%= $deployment_name %>.microbosh
  port: 5524
  username: ccadmin
  password: <%= $common_password %>
  database: ccdb
uaadb:
  scheme: postgresql
  address: 0.cloud-controller.ccc-bosh-net.<%= $deployment_name %>.microbosh
  port: 5524
  username: uaaadmin
  password: <%= $common_password %>
  database: uaadb

  ssl:
    skip_cert_verify: (( true ))
  networks:
    apps: ccc-bosh-net1

  nats:
    user: nats
    password: <%= $common_password %>
    address: 0.cloud-controller.ccc-bosh-net.<%= $deployment_name %>.microbosh
    port: 4222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant