From 3ede038bf486538413cf61fb643cba479f8987d1 Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 22 Jun 2018 11:03:06 +0900 Subject: [PATCH] probe_host insert --- src/main/resources/profiles/local/init.sample.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/profiles/local/init.sample.sql b/src/main/resources/profiles/local/init.sample.sql index 28002c5..a54a55f 100644 --- a/src/main/resources/profiles/local/init.sample.sql +++ b/src/main/resources/profiles/local/init.sample.sql @@ -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