ServerManager :: SMLite - lbass and ceilometer parameters are not updated in the cluster json from testbed.py.

Bug #1549663 reported by Ritam Gangopadhyay
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.0
Fix Committed
High
prasad miriyala
Trunk
Fix Committed
High
prasad miriyala

Bug Description

tetsbed.py entries

root@nodec35:~# cat ./testbed_smgr_multi_interface.py | grep lbaa
env.enable_lbaas = True
root@nodec35:~# cat ./testbed_smgr_multi_interface.py | grep ceilo
enable_ceilometer = True
ceilometer_polling_interval = 60
root@nodec35:~#

cluster.json generated by smlite:-
root@nodec35:~# cat /var/log/contrail/sm_provisioning/2016_02_24__20_38_05/cluster.json
{
    "cluster": [
        {
            "id": "cluster_multi",
            "parameters": {
                "database_dir": "/home/cassandra",
                "database_minimum_diskGB": "32",
                "encapsulation_priority": "'MPLSoUDP','MPLSoGRE','VXLAN'",
                "external_bgp": "[]",
                "multi_tenancy": "True",
                "router_asn": "64512"
            }
        }
    ]
}
root@nodec35:~# server-manager show cluster --cluster_id cluster_multi -d
{
    "cluster": [
        {
            "base_image_id": "",
            "email": "",
            "id": "cluster_multi",
            "package_image_id": "",
            "parameters": {
                "database_dir": "/home/cassandra",
                "database_minimum_diskGB": "32",
                "domain": "",
                "encapsulation_priority": "'MPLSoUDP','MPLSoGRE','VXLAN'",
                "external_bgp": "[]",
                "multi_tenancy": "True",
                "router_asn": "64512",
                "storage_fsid": "f4b8e310-2eb0-4ca2-b76e-62b5869b36ea",
                "storage_virsh_uuid": "5b06311c-d9c4-4272-a758-062fac721217",
                "uuid": "5556e853-f9b0-4456-b91f-408cd5193bd4"
            },
            "provision_role_sequence": "{'completed': [('nodec35', 'haproxy', '2016_02_24__20_59_52'), ('nodec33', 'haproxy', '2016_02_24__21_03_16'), ('nodec33', 'database', '2016_02_24__21_04_53'), ('nodec35', 'openstack', '2016_02_24__21_17_54'), ('nodec35', 'config', '2016_02_24__21_20_45'), ('nodec33', 'config', '2016_02_24__21_22_30'), ('nodec33', 'control', '2016_02_24__21_23_14'), ('nodec35', 'control', '2016_02_24__21_23_18'), ('nodec33', 'collector', '2016_02_24__21_24_14'), ('nodec33', 'webui', '2016_02_24__21_24_57'), ('nodec33', 'post_provision', '2016_02_24__21_25_11'), ('nodec35', 'post_provision', '2016_02_24__21_25_32'), ('nodea4', 'compute', '2016_02_24__21_30_26'), ('nodea4', 'post_provision', '2016_02_24__21_30_27'), ('nodec57', 'compute', '2016_02_24__21_35_41'), ('nodec57', 'post_provision', '2016_02_24__21_35_41')], 'steps': []}",
            "provisioned_id": null
        }
    ]
}
root@nodec35:~#

Changed in juniperopenstack:
importance: Undecided → High
tags: added: server-manager
information type: Proprietary → Public
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/17854
Submitter: prasad miriyala (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0

Review in progress for https://review.opencontrail.org/17855
Submitter: prasad miriyala (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/17855
Committed: http://github.org/Juniper/contrail-server-manager/commit/c5e61d742585b5a115d01f2d2979eb4e55fe0525
Submitter: Zuul
Branch: R3.0

commit c5e61d742585b5a115d01f2d2979eb4e55fe0525
Author: Prasad Miriyala <email address hidden>
Date: Thu Feb 25 13:37:37 2016 -0800

Closes-Bug: #1549833, contrail-status removes xmpp down message incorrectly after adding xmpp auth knobs
Closes-Bug: #1549663, SMLite - lbass and ceilometer parameters are not updated in the cluster json from testbed.py

testbed.py specify as follows
env.enable_lbaas = True
env.xmpp_auth_enable = True
env.xmpp_dns_auth_enable = True
enable_ceilometer = True

cluster.json specify as follows USE lower case true or false, conf parser at agent/controller is not liking the True/False.
root@a3s14:~# more cluster.json
{
"cluster": [
{
"id": "cluster_auto_652",
"parameters": {
"enable_ceilometer": "true",
"xmpp_auth_enable": "true",
"xmpp_dns_auth_enable": "true"
}
}
]
}

Change-Id: I5ea6b14ab77f1877c546d41223ae72f94c925399

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/17854
Committed: http://github.org/Juniper/contrail-server-manager/commit/76cede38c18b63e1f26039aec5c7692283061f3e
Submitter: Zuul
Branch: master

commit 76cede38c18b63e1f26039aec5c7692283061f3e
Author: Prasad Miriyala <email address hidden>
Date: Thu Feb 25 13:37:37 2016 -0800

Closes-Bug: #1549833, contrail-status removes xmpp down message incorrectly after adding xmpp auth knobs
Closes-Bug: #1549663, SMLite - lbass and ceilometer parameters are not updated in the cluster json from testbed.py

testbed.py specify as follows
env.enable_lbaas = True
env.xmpp_auth_enable = True
env.xmpp_dns_auth_enable = True
enable_ceilometer = True

cluster.json specify as follows USE lower case true or false, conf parser at agent/controller is not liking the True/False.
root@a3s14:~# more cluster.json
{
"cluster": [
{
"id": "cluster_auto_652",
"parameters": {
"enable_ceilometer": "true",
"xmpp_auth_enable": "true",
"xmpp_dns_auth_enable": "true"
}
}
]
}

Change-Id: I5ea6b14ab77f1877c546d41223ae72f94c925399

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.