Activity log for bug #1760217

Date Who What changed Old value New value Message
2018-03-30 21:00:31 Madhava Jayamani bug added bug
2018-03-30 21:02:47 Madhava Jayamani description Provision fails for Contrail 5.0 (contrail-ansible-deployer) for orch: K8s - Build used 46. 2018-03-30 18:40:01,907 p=10403 u=root | TASK [install_contrail : show master list] ************************************* 2018-03-30 18:40:01,986 p=10403 u=root | ok: [10.0.0.7] => {} 2018-03-30 18:40:01,987 p=10403 u=root | ok: [10.0.0.8] => {} 2018-03-30 18:40:02,005 p=10403 u=root | ok: [10.0.0.9] => {} 2018-03-30 18:40:02,029 p=10403 u=root | ok: [10.0.0.6] => {} 2018-03-30 18:40:02,045 p=10403 u=root | TASK [install_contrail : set master] ******************************************* 2018-03-30 18:40:02,100 p=10403 u=root | fatal: [10.0.0.7]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 The error appears to have been in '/tmp/ansible.Gh3nwO_contrail/contrail-ansible-deployer/playbooks/roles/install_contrail/tasks/set_master.yml': line 13, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: set master ^ here exception type: <class 'ansible.errors.AnsibleUndefinedVariable'> exception: list object has no element 0 2018-03-30 18:40:02,102 p=10403 u=root | fatal: [10.0.0.8]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 Instances.yaml used for deploying: [root@server3 config]# cat instances.yaml REGISTRY_PRIVATE_INSECURE: True CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000 provider_config: bms: domainsuffix: local ntpserver: 10.84.5.100 ssh_pwd: c0ntrail123 ssh_user: root instances: server1: ip: 10.0.0.4 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null webui: null server2: ip: 10.0.0.5 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null webui: null server3: ip: 10.0.0.6 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null k8s_master: null kubemanager: null webui: null server4: ip: 10.0.0.7 provider: bms roles: k8s_node: null vrouter: null server5: ip: 10.0.0.8 provider: bms roles: k8s_node: null vrouter: null server6: ip: 10.0.0.9 provider: bms roles: k8s_node: null vrouter: null contrail_configuration: CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000 CONTRAIL_VERSION: latest CLOUD_ORCHESTRATOR: kubernetes METADATA_PROXY_SECRET: c0ntrail123 CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6 AAA_MODE: no-auth CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6 CONTROL_DATA_NET_LIST: 10.10.0.0/24 PHYSICAL_INTERFACE: eth1 VROUTER_GATEWAY: 10.10.0.1 two_interface: true [root@server3 config]# Logs can be found and the below location: Provision fails for Contrail 5.0 (contrail-ansible-deployer) for orch: K8s - Build used 46. 2018-03-30 18:40:01,907 p=10403 u=root | TASK [install_contrail : show master list] ************************************* 2018-03-30 18:40:01,986 p=10403 u=root | ok: [10.0.0.7] => {} 2018-03-30 18:40:01,987 p=10403 u=root | ok: [10.0.0.8] => {} 2018-03-30 18:40:02,005 p=10403 u=root | ok: [10.0.0.9] => {} 2018-03-30 18:40:02,029 p=10403 u=root | ok: [10.0.0.6] => {} 2018-03-30 18:40:02,045 p=10403 u=root | TASK [install_contrail : set master] ******************************************* 2018-03-30 18:40:02,100 p=10403 u=root | fatal: [10.0.0.7]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 The error appears to have been in '/tmp/ansible.Gh3nwO_contrail/contrail-ansible-deployer/playbooks/roles/install_contrail/tasks/set_master.yml': line 13, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: set master   ^ here exception type: <class 'ansible.errors.AnsibleUndefinedVariable'> exception: list object has no element 0 2018-03-30 18:40:02,102 p=10403 u=root | fatal: [10.0.0.8]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 Instances.yaml used for deploying: [root@server3 config]# cat instances.yaml REGISTRY_PRIVATE_INSECURE: True CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000 provider_config:   bms:     domainsuffix: local     ntpserver: 10.84.5.100     ssh_pwd: c0ntrail123     ssh_user: root instances:   server1:       ip: 10.0.0.4       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server2:       ip: 10.0.0.5       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server3:       ip: 10.0.0.6       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           k8s_master: null           kubemanager: null           webui: null   server4:       ip: 10.0.0.7       provider: bms       roles:           k8s_node: null           vrouter: null   server5:       ip: 10.0.0.8       provider: bms       roles:           k8s_node: null           vrouter: null   server6:       ip: 10.0.0.9       provider: bms       roles:           k8s_node: null           vrouter: null contrail_configuration:   CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000   CONTRAIL_VERSION: latest   CLOUD_ORCHESTRATOR: kubernetes   METADATA_PROXY_SECRET: c0ntrail123   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   AAA_MODE: no-auth   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   CONTROL_DATA_NET_LIST: 10.10.0.0/24   PHYSICAL_INTERFACE: eth1   VROUTER_GATEWAY: 10.10.0.1   two_interface: true [root@server3 config]# Logs can be found and the below location: madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$ ls -ltr total 3588K -rwxrwxrwx 1 madhavaj jrs 1695 Mar 30 13:53 instances.yaml -rwxrwxrwx 1 madhavaj jrs 3653514 Mar 30 13:53 ansible.log madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$
2018-03-30 21:16:31 Jeba Paulaiyan nominated for series juniperopenstack/trunk
2018-03-30 21:16:31 Jeba Paulaiyan bug task added juniperopenstack/trunk
2018-03-30 21:16:42 Jeba Paulaiyan juniperopenstack/trunk: assignee Ramprakash R (ramprakash)
2018-03-30 21:16:47 Jeba Paulaiyan juniperopenstack/trunk: milestone r5.0.0
2018-03-30 21:28:27 Madhava Jayamani description Provision fails for Contrail 5.0 (contrail-ansible-deployer) for orch: K8s - Build used 46. 2018-03-30 18:40:01,907 p=10403 u=root | TASK [install_contrail : show master list] ************************************* 2018-03-30 18:40:01,986 p=10403 u=root | ok: [10.0.0.7] => {} 2018-03-30 18:40:01,987 p=10403 u=root | ok: [10.0.0.8] => {} 2018-03-30 18:40:02,005 p=10403 u=root | ok: [10.0.0.9] => {} 2018-03-30 18:40:02,029 p=10403 u=root | ok: [10.0.0.6] => {} 2018-03-30 18:40:02,045 p=10403 u=root | TASK [install_contrail : set master] ******************************************* 2018-03-30 18:40:02,100 p=10403 u=root | fatal: [10.0.0.7]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 The error appears to have been in '/tmp/ansible.Gh3nwO_contrail/contrail-ansible-deployer/playbooks/roles/install_contrail/tasks/set_master.yml': line 13, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: set master   ^ here exception type: <class 'ansible.errors.AnsibleUndefinedVariable'> exception: list object has no element 0 2018-03-30 18:40:02,102 p=10403 u=root | fatal: [10.0.0.8]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 Instances.yaml used for deploying: [root@server3 config]# cat instances.yaml REGISTRY_PRIVATE_INSECURE: True CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000 provider_config:   bms:     domainsuffix: local     ntpserver: 10.84.5.100     ssh_pwd: c0ntrail123     ssh_user: root instances:   server1:       ip: 10.0.0.4       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server2:       ip: 10.0.0.5       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server3:       ip: 10.0.0.6       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           k8s_master: null           kubemanager: null           webui: null   server4:       ip: 10.0.0.7       provider: bms       roles:           k8s_node: null           vrouter: null   server5:       ip: 10.0.0.8       provider: bms       roles:           k8s_node: null           vrouter: null   server6:       ip: 10.0.0.9       provider: bms       roles:           k8s_node: null           vrouter: null contrail_configuration:   CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000   CONTRAIL_VERSION: latest   CLOUD_ORCHESTRATOR: kubernetes   METADATA_PROXY_SECRET: c0ntrail123   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   AAA_MODE: no-auth   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   CONTROL_DATA_NET_LIST: 10.10.0.0/24   PHYSICAL_INTERFACE: eth1   VROUTER_GATEWAY: 10.10.0.1   two_interface: true [root@server3 config]# Logs can be found and the below location: madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$ ls -ltr total 3588K -rwxrwxrwx 1 madhavaj jrs 1695 Mar 30 13:53 instances.yaml -rwxrwxrwx 1 madhavaj jrs 3653514 Mar 30 13:53 ansible.log madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$ Provision fails for Contrail 5.0 (contrail-ansible-deployer) for orch: K8s - Build used 46. Setup : 10.87.118.145 2018-03-30 18:40:01,907 p=10403 u=root | TASK [install_contrail : show master list] ************************************* 2018-03-30 18:40:01,986 p=10403 u=root | ok: [10.0.0.7] => {} 2018-03-30 18:40:01,987 p=10403 u=root | ok: [10.0.0.8] => {} 2018-03-30 18:40:02,005 p=10403 u=root | ok: [10.0.0.9] => {} 2018-03-30 18:40:02,029 p=10403 u=root | ok: [10.0.0.6] => {} 2018-03-30 18:40:02,045 p=10403 u=root | TASK [install_contrail : set master] ******************************************* 2018-03-30 18:40:02,100 p=10403 u=root | fatal: [10.0.0.7]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 The error appears to have been in '/tmp/ansible.Gh3nwO_contrail/contrail-ansible-deployer/playbooks/roles/install_contrail/tasks/set_master.yml': line 13, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: set master   ^ here exception type: <class 'ansible.errors.AnsibleUndefinedVariable'> exception: list object has no element 0 2018-03-30 18:40:02,102 p=10403 u=root | fatal: [10.0.0.8]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: list object has no element 0 Instances.yaml used for deploying: [root@server3 config]# cat instances.yaml REGISTRY_PRIVATE_INSECURE: True CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000 provider_config:   bms:     domainsuffix: local     ntpserver: 10.84.5.100     ssh_pwd: c0ntrail123     ssh_user: root instances:   server1:       ip: 10.0.0.4       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server2:       ip: 10.0.0.5       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           webui: null   server3:       ip: 10.0.0.6       provider: bms       roles:           analytics: null           analytics_database: null           config: null           config_database: null           control: null           k8s_master: null           kubemanager: null           webui: null   server4:       ip: 10.0.0.7       provider: bms       roles:           k8s_node: null           vrouter: null   server5:       ip: 10.0.0.8       provider: bms       roles:           k8s_node: null           vrouter: null   server6:       ip: 10.0.0.9       provider: bms       roles:           k8s_node: null           vrouter: null contrail_configuration:   CONTAINER_REGISTRY: ci-repo.englab.juniper.net:5000   CONTRAIL_VERSION: latest   CLOUD_ORCHESTRATOR: kubernetes   METADATA_PROXY_SECRET: c0ntrail123   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   AAA_MODE: no-auth   CONTROLLER_NODES: 10.10.0.4,10.10.0.5,10.10.0.6   CONTROL_DATA_NET_LIST: 10.10.0.0/24   PHYSICAL_INTERFACE: eth1   VROUTER_GATEWAY: 10.10.0.1   two_interface: true [root@server3 config]# Logs can be found and the below location: madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$ ls -ltr total 3588K -rwxrwxrwx 1 madhavaj jrs 1695 Mar 30 13:53 instances.yaml -rwxrwxrwx 1 madhavaj jrs 3653514 Mar 30 13:53 ansible.log madhavaj@ubuntu-build02:/cs-shared/bugs/1760217$
2018-04-03 00:00:53 Ramprakash R juniperopenstack/trunk: assignee Ramprakash R (ramprakash) Bartosz Kupidura (zynzel)
2018-04-09 16:39:05 Sachin Bansal information type Proprietary Public
2018-04-10 09:30:40 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2018-04-11 23:24:41 Jeba Paulaiyan nominated for series juniperopenstack/r5.0
2018-04-11 23:24:41 Jeba Paulaiyan bug task added juniperopenstack/r5.0
2018-04-11 23:24:45 Jeba Paulaiyan juniperopenstack/r5.0: importance Undecided Critical
2018-04-11 23:25:06 Jeba Paulaiyan juniperopenstack/r5.0: assignee Bartosz Kupidura (zynzel)
2018-04-11 23:25:10 Jeba Paulaiyan juniperopenstack/r5.0: milestone r5.0.0
2018-04-11 23:25:13 Jeba Paulaiyan juniperopenstack/trunk: milestone r5.0.0 r5.1.0
2018-04-17 20:49:05 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed
2018-04-18 09:24:25 OpenContrail Admin juniperopenstack/r5.0: status New In Progress
2018-04-18 14:16:39 OpenContrail Admin juniperopenstack/r5.0: status In Progress Fix Committed
2018-04-21 19:50:52 Pulkit Tandon juniperopenstack/r5.0: status Fix Committed New
2018-04-24 17:07:13 Jeba Paulaiyan juniperopenstack/r5.0: milestone r5.0.0 r5.0.1
2018-06-06 07:31:37 Bartosz Kupidura juniperopenstack/r5.0: status New Fix Committed
2018-06-06 07:37:39 Vineet Gupta juniperopenstack/r5.0: status Fix Committed In Progress
2018-06-12 23:09:22 Vineet Gupta juniperopenstack/r5.0: assignee Bartosz Kupidura (zynzel) Madhava Jayamani (madhavajayamani)
2018-06-14 22:17:31 Jeba Paulaiyan juniperopenstack/r5.0: assignee Madhava Jayamani (madhavajayamani) Pulkit Tandon (pulkitt)
2018-06-14 22:17:39 Jeba Paulaiyan juniperopenstack/r5.0: status In Progress Incomplete
2018-06-15 12:25:50 Pulkit Tandon juniperopenstack/r5.0: status Incomplete Fix Committed
2018-06-15 12:26:09 Pulkit Tandon juniperopenstack/r5.0: assignee Pulkit Tandon (pulkitt) Madhava Jayamani (madhavajayamani)