Ani Sinha

Results 11 issues of Ani Sinha

# Enhancement cloud-init version 23.4 changes the previous status value of 0 for recoverable errors (warnings) to a new value 2. This breaks backward compatibility and existing customer and end-users...

enhancement
new

# Enhancement Please see the discussion in https://github.com/canonical/cloud-init/pull/4474 . Currently network renderers use various default settings for ip configurations. For example, settings for `IPV4_FAILURE_FATAL` and `IPV6_FAILURE_FATAL` in ifcfg files and...

enhancement

# Enhancement For Azure VM sizes that use NVMe as OS disk, the ``66-azure-ephemeral.rules`` cannot detect root partitions. No 'azure_root' links under /dev/disk/cloud: ``` # ll /dev/disk/cloud/ total 0 lrwxrwxrwx....

incomplete
enhancement

``` --- command --- 05:44:32 /home/anisinha/workspace/bst/test/cram.sh /home/anisinha/workspace/bst/test --- stdout --- diff --git a/home/anisinha/workspace/bst/test/net.t b/home/anisinha/workspace/bst/test/net.t.err index ed61ab5..5338901 100755 --- a/home/anisinha/workspace/bst/test/net.t +++ b/home/anisinha/workspace/bst/test/net.t.err @@ -19,8 +19,8 @@ MACVLANs IPVLANs $ bst --nic...

## Proposed Commit Message Fedora core 38 and above, centos 10 stream and all distributions derived from them do not have the group 'ssh_keys'. Please see the fedora rawhide change...

# Enhancement In RHEL, we are looking to drop support for jsonschema. We would like to use fastjsonschema. The api doc is here: https://horejsek.github.io/python-fastjsonschema/ It would be nice if cloud-init...

enhancement

urllib.parse.urlparse() does not handle link local ipv6 addresses with port numbers. Use parse_url() from urllib3 instead. Fixes: c0813a2d910 ("Use TLS settings in selecting connection pool") Fixes: https://github.com/psf/requests/issues/6735 Co-authored-by: Amy Chen...

# Enhancement See discussions in https://github.com/canonical/cloud-init/pull/6243 . Azure data source currently does not handle NVMe but it seems handling NVMe is deprecated. Also[ azure-vm-utils](https://github.com/Azure/azure-vm-utils/blob/main/doc/disk-identification.md) is supposed to now handle all...

enhancement

# Enhancement cc_reset_rmc module is only for IBM PowerVM Hypervisor. The module does not check if its actually running on IBM cloud platform. This check should be added. Perhaps something...

enhancement

### Describe the bug Cloud-init now returns three types of return codes 0 (success), 1(irrecoverable error) and 2 (recoverable error) [1]. The status parsing code needs to be improved so...

bug