probe_host insert

This commit is contained in:
geek 2018-06-22 11:03:06 +09:00
parent 4df4a962b6
commit 3ede038bf4

View File

@ -123,6 +123,10 @@ INSERT INTO public.infra_host (id, container_infra_host_id, infra_host_machine_i
INSERT INTO public.infra_host (id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id) VALUES
(12, NULL, NULL, NULL, 4, 100);
INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (5,3);
INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (6,3);
INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (7,3);
INSERT INTO public.infra_host_ip ("address", gateway, iface, mac, infra_host_id, meta_ip_type_id) VALUES
('192.168.1.101', NULL, NULL, '44:8a:5b:f1:f1:f3', 2, 1);
INSERT INTO public.infra_host_ip ("address",gateway,iface,mac,infra_host_id,meta_ip_type_id) VALUES