Activity log for bug #1695665

Date Who What changed Old value New value Message
2017-06-03 20:31:22 chhandak bug added bug
2017-06-03 20:31:39 chhandak information type Proprietary Public
2017-06-03 20:31:58 chhandak nominated for series juniperopenstack/r4.0
2017-06-03 20:31:58 chhandak bug task added juniperopenstack/r4.0
2017-06-03 20:34:04 chhandak juniperopenstack: importance Undecided Critical
2017-06-03 20:34:06 chhandak juniperopenstack/r4.0: importance Undecided Critical
2017-06-03 20:34:42 chhandak description While installing Build 18 on Centos Base OS. (7.2) with Ubuntu 14.04 container hitting below issue. I am using tgz package provided. Have not seen this issue on Ubuntu 16.04 Base OS with Ubuntu16.4 container. Need some urgent help. This is the same Customer SDS going to try TASK [node : Install kernel crashdump] ***************************************** skipping: [10.87.121.34] fatal: [10.87.121.35]: FAILED! => {"changed": false, "failed": true, "msg": "No package matching 'linux-crashdump' found available, installed or updated", "r c": 126, "results": ["No package matching 'linux-crashdump' found available, installed or updated"]} fatal: [10.87.121.36]: FAILED! => {"changed": false, "failed": true, "msg": "No package matching 'linux-crashdump' found available, installed or updated", "r c": 126, "results": ["No package matching 'linux-crashdump' found available, installed or updated”]} From Agent.yaml ---------------- - name: Install kernel crashdump package: name=linux-crashdump state=present - name: Update the grub configuration for ubuntu 16.04 shell: 'sudo sed -i "s/crashkernel=.*\([ | \"]\)/crashkernel=384M-2G:64M,2G-16G:128M,16G-:256M\1/g" /etc/default/grub.d/kexec-tools.cfg; sudo update-grub' when: - ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' - ansible_distribution_version == '16.04' - name: Update the grub configuration for ubuntu 14.04 shell: 'sudo sed -i "s/crashkernel=.*\([ | \"]\)/crashkernel=384M-2G:64M,2G-16G:128M,16G-:256M\1/g" /etc/default/grub.d/kexec-tools.cfg; [ -f /etc/default/kdump-tools ] && sudo sed -i "s/USE_KDUMP=0/USE_KDUMP=1/" /etc/default/kdump-tools; sudo update-grub' when: - ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' - ansible_distribution_version == '14.04' While installing contrail-container using contrail-ansible for Build 18 on Centos Base OS. (7.2) with Ubuntu 14.04 container hitting below issue. I am using tgz package provided. Have not seen this issue on Ubuntu 16.04 Base OS with Ubuntu16.4 container. Need some urgent help. This is the same Customer SDS going to try TASK [node : Install kernel crashdump] ***************************************** skipping: [10.87.121.34] fatal: [10.87.121.35]: FAILED! => {"changed": false, "failed": true, "msg": "No package matching 'linux-crashdump' found available, installed or updated", "r c": 126, "results": ["No package matching 'linux-crashdump' found available, installed or updated"]} fatal: [10.87.121.36]: FAILED! => {"changed": false, "failed": true, "msg": "No package matching 'linux-crashdump' found available, installed or updated", "r c": 126, "results": ["No package matching 'linux-crashdump' found available, installed or updated”]} From Agent.yaml ---------------- - name: Install kernel crashdump   package: name=linux-crashdump state=present - name: Update the grub configuration for ubuntu 16.04   shell: 'sudo sed -i "s/crashkernel=.*\([ | \"]\)/crashkernel=384M-2G:64M,2G-16G:128M,16G-:256M\1/g" /etc/default/grub.d/kexec-tools.cfg; sudo update-grub'   when:     - ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'     - ansible_distribution_version == '16.04' - name: Update the grub configuration for ubuntu 14.04   shell: 'sudo sed -i "s/crashkernel=.*\([ | \"]\)/crashkernel=384M-2G:64M,2G-16G:128M,16G-:256M\1/g" /etc/default/grub.d/kexec-tools.cfg; [ -f /etc/default/kdump-tools ] && sudo sed -i "s/USE_KDUMP=0/USE_KDUMP=1/" /etc/default/kdump-tools; sudo update-grub'   when:     - ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'     - ansible_distribution_version == '14.04'
2017-06-03 20:34:56 chhandak tags blocker provisioning ansible blocker provisioning
2017-06-03 22:56:58 Jeba Paulaiyan nominated for series juniperopenstack/trunk
2017-06-03 22:56:58 Jeba Paulaiyan bug task added juniperopenstack/trunk
2017-06-03 22:57:04 Jeba Paulaiyan juniperopenstack/r4.0: milestone r4.0.0.0-fcs
2017-06-03 22:57:07 Jeba Paulaiyan juniperopenstack/trunk: milestone r4.1.0.0-fcs
2017-06-04 00:58:00 Yuvaraja Mariappan juniperopenstack/r4.0: assignee Hari Prasad Killi (haripk)
2017-06-04 00:58:19 Yuvaraja Mariappan juniperopenstack/trunk: assignee Hari Prasad Killi (haripk)
2017-06-04 02:39:19 OpenContrail Admin juniperopenstack/r4.0: status New In Progress
2017-06-04 02:39:21 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2017-06-05 10:48:49 Hari Prasad Killi juniperopenstack/r4.0: status In Progress Fix Committed
2017-06-05 10:48:51 Hari Prasad Killi juniperopenstack/trunk: status In Progress Fix Committed