Activity log for bug #1714233

Date Who What changed Old value New value Message
2017-08-31 12:00:31 Ritam Gangopadhyay bug added bug
2017-08-31 12:00:40 Ritam Gangopadhyay information type Proprietary Public
2017-08-31 12:00:54 Ritam Gangopadhyay bug added subscriber Ganesha HV
2017-08-31 12:01:02 Ritam Gangopadhyay nominated for series juniperopenstack/r4.0
2017-08-31 12:01:02 Ritam Gangopadhyay bug task added juniperopenstack/r4.0
2017-08-31 12:01:08 Ritam Gangopadhyay juniperopenstack/r4.0: importance Undecided High
2017-08-31 12:01:13 Ritam Gangopadhyay juniperopenstack/r4.0: milestone r4.0.1.0
2017-08-31 12:02:29 Ritam Gangopadhyay description Setup:- R4.0.1.0 build 23 Ocata multi node setup. nodei19 10.204.217.131 openstack nodei17 10.204.217.129 controller, analytics, analyticsdb nodec28 10.204.217.13 controller, analytics, analyticsdb nodec10 10.204.217.176 controller, analytics, analyticsdb nodeg37 10.204.217.77 lb nodei20 10.204.217.132 compute nodec33 10.204.217.168 compute 1. Heat client missing on host. *************************************** *************************************** root@nodei19:~# cat /etc/kolla/admin-openrc.sh export OS_PROJECT_DOMAIN_NAME=default export OS_USER_DOMAIN_NAME=default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=contrail123 export OS_AUTH_URL=http://10.204.217.131:35357/v3 export OS_INTERFACE=internal export OS_IDENTITY_API_VERSION=3 root@nodei19:~# source /etc/kolla/admin-openrc.sh root@nodei19:~# heat -bash: heat: command not found root@nodei19:~# heat --help -bash: heat: command not found root@nodei19:~# ls -la /usr/bin/ | grep nova lrwxrwxrwx 1 root root 22 Aug 29 11:41 nova -> /etc/alternatives/nova -rwxr-xr-x 1 root root 154 Aug 2 17:08 nova-manage -rwxr-xr-x 1 root root 156 Aug 2 17:08 nova-rootwrap -rwxr-xr-x 1 root root 160 Aug 2 17:08 nova-rootwrap-daemon -rwxr-xr-x 1 root root 158 Sep 28 2016 python2-nova root@nodei19:~# ls -la /usr/bin/ | grep neutron lrwxrwxrwx 1 root root 25 Aug 29 11:41 neutron -> /etc/alternatives/neutron -rwxr-xr-x 1 root root 161 Apr 6 2016 python2-neutron root@nodei19:~# ls -la /usr/bin/ | grep heat root@nodei19:~# 2. Heat plugin configs missing from heat.conf file ****************************************************** ****************************************************** root@nodei19:~# docker exec -it heat_engine bash (heat-engine)[heat@nodei19 /]$ cat /etc/heat/heat.conf [DEFAULT] debug = False log_dir = /var/log/kolla/heat heat_watch_server_url = http://10.204.217.131:8000 heat_metadata_server_url = http://10.204.217.131:8000 heat_waitcondition_server_url = http://10.204.217.131:8000/v1/waitcondition heat_stack_user_role = heat_stack_user stack_domain_admin = heat_domain_admin stack_domain_admin_password = contrail123 stack_user_domain_name = heat_user_domain deferred_auth_method = trusts trusts_delegated_roles = heat_stack_owner num_engine_workers = 5 transport_url = rabbit://openstack:contrail123@10.204.217.131:5672 [database] connection = mysql+pymysql://heat:contrail123@10.204.217.131:3306/heat max_retries = -1 [keystone_authtoken] auth_uri = http://10.204.217.131:5000 auth_url = http://10.204.217.131:35357 auth_type = password project_domain_id = default user_domain_id = default project_name = service username = heat password = contrail123 memcache_security_strategy = ENCRYPT memcache_secret_key = contrail123 memcached_servers = 10.204.217.131:11211 [cache] backend = oslo_cache.memcache_pool enabled = True memcache_servers = 10.204.217.131:11211 [trustee] auth_uri = http://10.204.217.131:5000 auth_url = http://10.204.217.131:35357 auth_type = password user_domain_id = default username = heat password = contrail123 [ec2authtoken] auth_uri = http://10.204.217.131:5000 [clients_keystone] auth_uri = http://10.204.217.131:5000 [oslo_messaging_notifications] driver = noop [clients] endpoint_type = internalURL (heat-engine)[heat@nodei19 /]$ heat resource-type-list | grep Contrail WARNING (shell) "heat resource-type-list" is deprecated, please use "openstack orchestration resource type list" instead (heat-engine)[heat@nodei19 /]$ service heat-engine status * heat-engine is running (heat-engine)[heat@nodei19 /]$ Setup:- R4.0.1.0 build 23 Ocata multi node setup. nodei19 10.204.217.131 openstack nodei17 10.204.217.129 controller, analytics, analyticsdb nodec28 10.204.217.13 controller, analytics, analyticsdb nodec10 10.204.217.176 controller, analytics, analyticsdb nodeg37 10.204.217.77 lb nodei20 10.204.217.132 compute nodec33 10.204.217.168 compute *************************************** *************************************** 1. Heat client missing on host. *************************************** *************************************** root@nodei19:~# cat /etc/kolla/admin-openrc.sh export OS_PROJECT_DOMAIN_NAME=default export OS_USER_DOMAIN_NAME=default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=contrail123 export OS_AUTH_URL=http://10.204.217.131:35357/v3 export OS_INTERFACE=internal export OS_IDENTITY_API_VERSION=3 root@nodei19:~# source /etc/kolla/admin-openrc.sh root@nodei19:~# heat -bash: heat: command not found root@nodei19:~# heat --help -bash: heat: command not found root@nodei19:~# ls -la /usr/bin/ | grep nova lrwxrwxrwx 1 root root 22 Aug 29 11:41 nova -> /etc/alternatives/nova -rwxr-xr-x 1 root root 154 Aug 2 17:08 nova-manage -rwxr-xr-x 1 root root 156 Aug 2 17:08 nova-rootwrap -rwxr-xr-x 1 root root 160 Aug 2 17:08 nova-rootwrap-daemon -rwxr-xr-x 1 root root 158 Sep 28 2016 python2-nova root@nodei19:~# ls -la /usr/bin/ | grep neutron lrwxrwxrwx 1 root root 25 Aug 29 11:41 neutron -> /etc/alternatives/neutron -rwxr-xr-x 1 root root 161 Apr 6 2016 python2-neutron root@nodei19:~# ls -la /usr/bin/ | grep heat root@nodei19:~# ****************************************************** ****************************************************** 2. Heat plugin configs missing from heat.conf file ****************************************************** ****************************************************** root@nodei19:~# docker exec -it heat_engine bash (heat-engine)[heat@nodei19 /]$ cat /etc/heat/heat.conf [DEFAULT] debug = False log_dir = /var/log/kolla/heat heat_watch_server_url = http://10.204.217.131:8000 heat_metadata_server_url = http://10.204.217.131:8000 heat_waitcondition_server_url = http://10.204.217.131:8000/v1/waitcondition heat_stack_user_role = heat_stack_user stack_domain_admin = heat_domain_admin stack_domain_admin_password = contrail123 stack_user_domain_name = heat_user_domain deferred_auth_method = trusts trusts_delegated_roles = heat_stack_owner num_engine_workers = 5 transport_url = rabbit://openstack:contrail123@10.204.217.131:5672 [database] connection = mysql+pymysql://heat:contrail123@10.204.217.131:3306/heat max_retries = -1 [keystone_authtoken] auth_uri = http://10.204.217.131:5000 auth_url = http://10.204.217.131:35357 auth_type = password project_domain_id = default user_domain_id = default project_name = service username = heat password = contrail123 memcache_security_strategy = ENCRYPT memcache_secret_key = contrail123 memcached_servers = 10.204.217.131:11211 [cache] backend = oslo_cache.memcache_pool enabled = True memcache_servers = 10.204.217.131:11211 [trustee] auth_uri = http://10.204.217.131:5000 auth_url = http://10.204.217.131:35357 auth_type = password user_domain_id = default username = heat password = contrail123 [ec2authtoken] auth_uri = http://10.204.217.131:5000 [clients_keystone] auth_uri = http://10.204.217.131:5000 [oslo_messaging_notifications] driver = noop [clients] endpoint_type = internalURL (heat-engine)[heat@nodei19 /]$ heat resource-type-list | grep Contrail WARNING (shell) "heat resource-type-list" is deprecated, please use "openstack orchestration resource type list" instead (heat-engine)[heat@nodei19 /]$ service heat-engine status  * heat-engine is running (heat-engine)[heat@nodei19 /]$
2017-08-31 16:24:28 Jeba Paulaiyan nominated for series juniperopenstack/trunk
2017-08-31 16:24:28 Jeba Paulaiyan bug task added juniperopenstack/trunk
2017-08-31 16:24:54 Jeba Paulaiyan juniperopenstack/r4.0: importance High Critical
2017-08-31 16:24:56 Jeba Paulaiyan juniperopenstack/trunk: importance High Critical
2017-08-31 16:25:01 Jeba Paulaiyan tags heat heat-support heat heat-support sanity
2017-08-31 17:18:31 Rudra Rugge juniperopenstack/r4.0: assignee Abhay Joshi (abhayj)
2017-08-31 17:18:36 Rudra Rugge juniperopenstack/trunk: assignee Abhay Joshi (abhayj)
2017-08-31 21:45:47 Abhay Joshi juniperopenstack/r4.0: assignee Abhay Joshi (abhayj) Ramprakash R (ramprakash)
2017-08-31 21:46:00 Abhay Joshi juniperopenstack/trunk: assignee Abhay Joshi (abhayj) Ramprakash R (ramprakash)
2017-08-31 23:30:53 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2017-08-31 23:30:57 OpenContrail Admin juniperopenstack/r4.0: status New In Progress
2017-09-01 07:18:35 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed
2017-09-01 17:51:28 OpenContrail Admin juniperopenstack/r4.0: status In Progress Fix Committed
2017-09-01 18:50:21 Ramprakash R juniperopenstack/r4.0: status Fix Committed In Progress
2017-09-01 18:50:27 Ramprakash R juniperopenstack/trunk: status Fix Committed In Progress
2017-09-02 05:25:01 OpenContrail Admin juniperopenstack/r4.0: status In Progress Fix Committed
2017-09-02 16:33:10 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed