diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-02-10 18:11:13 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-10 18:11:13 -0800 |
commit | e44cd57d38ab76f50471bad4035dddd0d02d2934 (patch) | |
tree | 12e2c61f3687b19252734343e3e59b48fc1b636e /RELEASE_NOTES.md | |
parent | b368dcb9e03d1bac6cb38b4ce7bed5bc840f5357 (diff) | |
download | chef-e44cd57d38ab76f50471bad4035dddd0d02d2934.tar.gz |
Add alibaba? helper and pull in Ohai with alibaba support
This is a fully supported cloud now
```
[root@1234 mixin]# ohai alibaba
{
"meta_data": {
"dns_conf_": "nameservers",
"eipv4": "47.89.242.123",
"hibernation_": "configured",
"hostname": "1234",
"image_id": "aliyun_2_1903_x64_20G_alibase_20210120.vhd",
"instance_id": "i-rj996x25ht5omuhhzod7",
"instance_": {
"instance_type": "ecs.t6-c2m1.large",
"last_host_landing_time": "2021-02-07 19:10:04",
"max_netbw_egress": 81920,
"max_netbw_ingress": 81920,
"virtualization_solution": "ECS Virt",
"virtualization_solution_version": 2.0
},
"mac": "00:16:3e:00:d9:01",
"network_type": "vpc",
"network_": "interfaces/",
"ntp_conf_": "ntp-servers",
"owner_account_id": 1234,
"private_ipv4": "172.25.58.242",
"region_id": "us-west-1",
"serial_number": "ac344378-4d5d-4b9e-851b-1234",
"source_address": "http://us1.mirrors.cloud.aliyuncs.com",
"sub_private_ipv4_list": "172.25.58.243",
"vpc_cidr_block": "172.16.0.0/12",
"vpc_id": "vpc-1234",
"vswitch_cidr_block": "172.25.48.0/20",
"vswitch_id": "vsw-rj9eiw6yqh6zll23h0tlt",
"zone_id": "us-west-1b"
},
"user_data": null,
"dynamic": "instance-identity",
"global_config": null,
"maintenance": "active-system-events"
}
```
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
0 files changed, 0 insertions, 0 deletions