[Sahara] Ambari 2.2 cannot create cluster

Bug #1488509 reported by Evgeny Sikachev
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Released
High
Sergey Reshetnyak
8.0.x
Fix Released
High
Sergey Reshetnyak

Bug Description

ENVIRONMENT:
          ISO: 187

TEMPLATE:
clusters:
  - plugin_name: ambari
    plugin_version: 2.2
    image: ambari22
    node_group_templates:
      - name: ambari-worker
        flavor: m1.small
        node_processes:
          - DataNode
          - NodeManager
          - Supervisor
          - HBase RegionServer
        auto_security_group: true
      - name: ambari-master
        flavor: m1.small
        node_processes:
          - NameNode
          - SecondaryNameNode
          - ZooKeeper
          - YARN Timeline Server
          - MapReduce History Server
          - ResourceManager
          - Oozie
        volumes_per_node: 2
        volumes_size: 2
        auto_security_group: true
      - name: ambari-ranger
        flavor: m1.small
        node_processes:
          - Ranger Admin
          - Ranger Usersync
        auto_security_group: true
      - name: ambari-edp
        flavor: m1.small
        node_processes:
          - Flume
          - Sqoop
          - Hive Metastore
          - HiveServer
          - Kafka Broker
          - Slider
          - Falcon Server
          - Knox Gateway
          - Spark History Server
        auto_security_group: true
      - name: ambari-hbase
        flavor: m1.small
        node_processes:
          - ZooKeeper
          - HBase Master
        auto_security_group: true
      - name: ambari-ambari
        flavor: m1.small
        node_processes:
          - Ambari
        auto_security_group: true
      - name: ambari-storm
        flavor: m1.small
        node_processes:
          - ZooKeeper
          - DRPC Server
          - Nimbus
          - Storm UI Server
        auto_security_group: true
    cluster_template:
      name: ambari-22
      node_group_templates:
        ambari-master: 1
        ambari-worker: 4
        ambari-storm: 1
        ambari-ranger: 1
        ambari-ambari: 1
        ambari-hbase: 1
        ambari-edp: 1
      cluster_configs:
        YARN:
          yarn.log-aggregation-enable: false
        HDFS:
          datanode_du_reserved: 0
    cluster:
      name: ambari22

STEPS TO REPRODUCE:
1. Create cluster from template

EXPECTED RESULT:
Cluster created

ACTUAL RESULT:
Error: Internal Server Error
Cluster has "Error" state

In sahara-api logs: http://paste.openstack.org/show/427064/

Changed in mos:
status: New → Triaged
importance: Undecided → High
assignee: MOS Sahara (mos-sahara) → Sergey Reshetnyak (sreshetniak)
milestone: none → 7.0
Changed in mos:
assignee: Sergey Reshetnyak (sreshetniak) → Evgeny Sikachev (esikachev)
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/sahara (openstack-ci/fuel-7.0/2015.1.0)

Fix proposed to branch: openstack-ci/fuel-7.0/2015.1.0
Change author: Evgeny Sikachev <email address hidden>
Review: https://review.fuel-infra.org/10725

Changed in mos:
status: Triaged → In Progress
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/sahara (openstack-ci/fuel-7.0/2015.1.0)

Reviewed: https://review.fuel-infra.org/10725
Submitter: mos-infra-ci <>
Branch: openstack-ci/fuel-7.0/2015.1.0

Commit: b3f2a7a2f6fabb21510184d606b75cbcc10ac893
Author: Evgeny Sikachev <email address hidden>
Date: Tue Aug 25 14:55:29 2015

Fix getting "general" in ambari plugin

Use .get("general") instead ["general"]
closes-bug: #1488509

Change-Id: Ia2bc02388a35d1cf29f364b3029db1bd6b88a12d

Changed in mos:
status: In Progress → Won't Fix
status: Won't Fix → Fix Committed
Changed in mos:
status: Fix Committed → In Progress
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/sahara (openstack-ci/fuel-7.0/2015.1.0)

Fix proposed to branch: openstack-ci/fuel-7.0/2015.1.0
Change author: Sergey Reshetnyak <email address hidden>
Review: https://review.fuel-infra.org/11018

Changed in mos:
assignee: Evgeny Sikachev (esikachev) → Sergey Reshetnyak (sreshetniak)
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/sahara (openstack-ci/fuel-7.0/2015.1.0)

Reviewed: https://review.fuel-infra.org/11018
Submitter: mos-infra-ci <>
Branch: openstack-ci/fuel-7.0/2015.1.0

Commit: bef275c1f50b3159c7f851d2ca109a4a4dbf42b9
Author: Sergey Reshetnyak <email address hidden>
Date: Wed Sep 2 13:37:15 2015

Fix getting general parameters in Ambari plugin

Change-Id: I96e4b0387b3d666fbbda98ad8c186bc7e687adac
Closes-bug: #1488509

Changed in mos:
status: In Progress → Fix Committed
Revision history for this message
Evgeny Sikachev (esikachev) wrote :

verified on 265 iso

Changed in mos:
status: Fix Committed → Fix Released
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/sahara (openstack-ci/fuel-8.0/liberty)

Fix proposed to branch: openstack-ci/fuel-8.0/liberty
Change author: Sergey Reshetnyak <email address hidden>
Review: https://review.fuel-infra.org/13400

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote :

Fix proposed to branch: openstack-ci/fuel-8.0/liberty
Change author: Evgeny Sikachev <email address hidden>
Review: https://review.fuel-infra.org/13417

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/sahara (openstack-ci/fuel-8.0/liberty)

Change abandoned by Vitaly Gridnev <email address hidden> on branch: openstack-ci/fuel-8.0/liberty
Review: https://review.fuel-infra.org/13400
Reason: Included in https://review.fuel-infra.org/#/c/13995/

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote :

Change abandoned by Vitaly Gridnev <email address hidden> on branch: openstack-ci/fuel-8.0/liberty
Review: https://review.fuel-infra.org/13417
Reason: Included in https://review.fuel-infra.org/#/c/13995/

tags: added: area-sahara
removed: sahara
Revision history for this message
Evgeny Sikachev (esikachev) wrote :

reproduced on 496 iso

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/sahara (openstack-ci/fuel-8.0/liberty)

Fix proposed to branch: openstack-ci/fuel-8.0/liberty
Change author: Sergey Reshetnyak <email address hidden>
Review: https://review.fuel-infra.org/16595

tags: added: hit-hcf
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/sahara (openstack-ci/fuel-8.0/liberty)

Reviewed: https://review.fuel-infra.org/16595
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-ci/fuel-8.0/liberty

Commit: 406b9df12679117540357b953b1515789aa5ee83
Author: Sergey Reshetnyak <email address hidden>
Date: Mon Feb 1 12:29:49 2016

Fix getting general parameters in ambari plugin

Change-Id: Icb354a491ae8518d3a133789fd6f03e0cdef0d3e
Closes-bug: #1488509

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Fix merged ^

Revision history for this message
Evgeny Sikachev (esikachev) wrote :

verified on 526 iso

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix proposed to openstack/sahara (9.0/mitaka)

Fix proposed to branch: 9.0/mitaka
Change author: Sergey Reshetnyak <email address hidden>
Review: https://review.fuel-infra.org/18626

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/sahara (9.0/mitaka)

Change abandoned by Vitaly Gridnev <email address hidden> on branch: 9.0/mitaka
Review: https://review.fuel-infra.org/18626
Reason: Included in master

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.