Activity log for bug #1536726

Date Who What changed Old value New value Message
2016-01-21 17:02:59 David Wilde bug added bug
2016-01-21 17:03:43 David Wilde nominated for series openstack-ansible/liberty
2016-01-21 17:03:43 David Wilde bug task added openstack-ansible/liberty
2016-01-21 17:03:43 David Wilde nominated for series openstack-ansible/kilo
2016-01-21 17:03:43 David Wilde bug task added openstack-ansible/kilo
2016-01-21 17:04:13 David Wilde openstack-ansible: assignee David Wilde (david-wilde-rackspace)
2016-01-21 17:05:02 David Wilde description The `check-requirements.yml` bootstrap role fails when the bootstrap_host_data_disk_device is greater than 1 TB because it is splitting on the string ' GB' and the ansible fact reports the size in ' TB'. ``` TASK: [bootstrap-host | Fail if there is not enough disk space available (disk specified)] *** fatal: [localhost] => error while evaluating conditional: (ansible_devices[bootstrap_host_data_disk_device]['size'] | replace(' GB','')) | int >= bootstrap_host_data_disk_min_size | int ``` ``` "sdc": { "holders": [], "host": "Serial Attached SCSI controller: LSI Logic / Symbios Logic SSS6200 PCI-Express Flash SSD (rev 03)", "model": "NWD-BLP4-1600", "partitions": { "sdc1": { "sectors": "3124997632", "sectorsize": 512, "size": "1.46 TB", "start": "2048" } }, "removable": "0", "rotational": "0", "scheduler_mode": "deadline", "sectors": "3124999680", "sectorsize": "512", "size": "1.46 TB", "support_discard": "512", "vendor": "LSI" } ``` The check-requirements.yml bootstrap role fails when the bootstrap_host_data_disk_device is greater than 1 TB because it is splitting on the string ' GB' and the ansible fact reports the size in ' TB'. TASK: [bootstrap-host | Fail if there is not enough disk space available (disk specified)] *** fatal: [localhost] => error while evaluating conditional: (ansible_devices[bootstrap_host_data_disk_device]['size'] | replace(' GB','')) | int >= bootstrap_host_data_disk_min_size | int Snippet from ansible_devices dump:             "sdc": {                 "holders": [],                 "host": "Serial Attached SCSI controller: LSI Logic / Symbios Logic SSS6200 PCI-Express Flash SSD (rev 03)",                 "model": "NWD-BLP4-1600",                 "partitions": {                     "sdc1": {                         "sectors": "3124997632",                         "sectorsize": 512,                         "size": "1.46 TB",                         "start": "2048"                     }                 },                 "removable": "0",                 "rotational": "0",                 "scheduler_mode": "deadline",                 "sectors": "3124999680",                 "sectorsize": "512",                 "size": "1.46 TB",                 "support_discard": "512",                 "vendor": "LSI"             }
2016-01-21 21:59:56 OpenStack Infra openstack-ansible: status New In Progress
2016-01-26 04:23:06 OpenStack Infra openstack-ansible: status In Progress Fix Released
2016-01-26 17:43:51 Jesse Pretorius openstack-ansible/kilo: assignee David Wilde (david-wilde-rackspace)
2016-01-26 17:43:57 Jesse Pretorius openstack-ansible/liberty: assignee David Wilde (david-wilde-rackspace)
2016-01-26 17:44:00 Jesse Pretorius openstack-ansible/liberty: milestone mitaka-3
2016-01-26 17:44:07 Jesse Pretorius openstack-ansible/kilo: milestone 12.1.0
2016-01-26 17:44:11 Jesse Pretorius openstack-ansible: milestone 11.3.0
2016-01-26 17:44:14 Jesse Pretorius openstack-ansible/kilo: status New In Progress
2016-01-26 17:44:16 Jesse Pretorius openstack-ansible/liberty: status New In Progress
2016-01-26 19:57:22 OpenStack Infra openstack-ansible/liberty: status In Progress Fix Committed
2016-01-26 20:14:45 OpenStack Infra openstack-ansible/kilo: status In Progress Fix Committed
2016-02-04 16:18:24 Jesse Pretorius openstack-ansible: milestone 11.3.0 11.2.9
2016-02-04 16:18:30 Jesse Pretorius openstack-ansible/kilo: milestone 12.1.0 12.0.6
2016-02-04 16:18:34 Jesse Pretorius openstack-ansible/liberty: milestone mitaka-3 mitaka-2
2016-02-05 13:28:53 Jesse Pretorius openstack-ansible/kilo: milestone 12.0.6 11.2.9
2016-02-05 13:28:59 Jesse Pretorius openstack-ansible/liberty: milestone mitaka-2 12.0.6
2016-02-05 13:29:03 Jesse Pretorius openstack-ansible: milestone 11.2.9 mitaka-2
2016-02-05 13:29:08 Jesse Pretorius nominated for series openstack-ansible/trunk
2016-02-05 13:29:08 Jesse Pretorius bug task added openstack-ansible/trunk
2016-02-05 13:53:33 Jesse Pretorius openstack-ansible/kilo: status Fix Committed Fix Released
2016-02-05 14:05:01 Jesse Pretorius openstack-ansible/liberty: status Fix Committed Fix Released