summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-02-10 18:11:13 -0800
committerTim Smith <tsmith84@gmail.com>2021-02-10 18:11:13 -0800
commite44cd57d38ab76f50471bad4035dddd0d02d2934 (patch)
tree12e2c61f3687b19252734343e3e59b48fc1b636e /Gemfile.lock
parentb368dcb9e03d1bac6cb38b4ce7bed5bc840f5357 (diff)
downloadchef-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 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1866459a4f..f9cf926aef 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: ba09f9b476b37c9c07e8d572c8fdba73450fbd06
+ revision: f26c3ce26c63eb06d714073f920b1f75c4feef25
branch: master
specs:
- ohai (17.0.18)
+ ohai (17.0.19)
chef-config (>= 12.8, < 18)
chef-utils (>= 16.0, < 18)
ffi (~> 1.9)