diff --git a/demo/demo.py b/demo/demo.py new file mode 100755 index 0000000..8cfae98 --- /dev/null +++ b/demo/demo.py @@ -0,0 +1,141 @@ +#!/opt/monasca/bin/python +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# This script is designed to demo the entire Monasca Events package. +# It will post a stream defintion and transform defintion, +# and then it'll generate events at 5 per minute + + +import datetime +import json +import kafka +import sys +import time + +import notigen +import requests +import yaml + +from monascaclient import ksclient + +events_url = "http://192.168.10.4:8082/v2.0" + +def token(): + keystone = { + 'username': 'mini-mon', + 'password': 'password', + 'project': 'test', + 'auth_url': 'http://192.168.10.5:35357/v3' + } + ks_client = ksclient.KSClient(**keystone) + return ks_client.token + +headers = { + 'X-Auth-User': 'mini-mon', + 'X-Auth-Key': 'password', + 'X-Auth-Token': token(), + 'Accept': 'application/json', + 'User-Agent': 'python-monascaclient', + 'Content-Type': 'application/json'} + +def stream_definition_post(): + body = {} + + notif_resp = requests.get( + url="http://192.168.10.4:8080/v2.0/notification-methods", + data=json.dumps(body), headers=headers) + notif_dict = json.loads(notif_resp.text) + action_id = str(notif_dict['elements'][0]['id']) + + body = {"fire_criteria": [{"event_type": "compute.instance.create.start"}, + {"event_type": "compute.instance.create.end"}], + "description": "provisioning duration", + "name": "Example Stream Definition", + "group_by": ["instance_id"], + "expiration": 3000, + "select": [{"traits": {"tenant_id": "406904"}, + "event_type": "compute.instance.create.*"}], + "fire_actions": [action_id], + "expire_actions": [action_id]} + + response = requests.post( + url=events_url + "/stream-definitions", + data=json.dumps(body), + headers=headers) + + +def transform_definition_post(): + + # Open example yaml file and post to DB + fh = open('files/transform_definition.yaml', 'r') + specification_data = yaml.load(fh) + + body = { + "name": 'Example Transform Definition', + "description": 'an example description', + "specification": str(specification_data) + } + + response = requests.post( + url=events_url + "/transforms", + data=json.dumps(body), + headers=headers) + +def event_generator(): + + # generate 5 events per minute + g = notigen.EventGenerator("files/event_templates", operations_per_hour=300) + now = datetime.datetime.utcnow() + start = now + nevents = 0 + + length = 0 + + while nevents < 300: + e = g.generate(now) + if e: + nevents += len(e) + key = time.time() * 1000 + + msg = e + + if len(msg) > length: + length = len(msg) + print("Max notification size: {}".format(length)) + + response = requests.post( + url=events_url + "/events", + data=json.dumps(msg), + headers=headers) + + now = datetime.datetime.utcnow() + time.sleep(0.01) + + + +def main(): + + stream_definition_post() + transform_definition_post() + event_generator() + + +if __name__ == "__main__": + sys.exit(main()) + + + + diff --git a/demo/files/event_templates/compute.instance.create.start_23.json b/demo/files/event_templates/compute.instance.create.start_23.json new file mode 100644 index 0000000..2f122b6 --- /dev/null +++ b/demo/files/event_templates/compute.instance.create.start_23.json @@ -0,0 +1,2527 @@ +[ + { + "xuuid": 26, + "v4": 3, + "time_map": { + "[[[[DT_9]]]]": [ + 0, + 0, + 304764 + ], + "[[[[DT_5]]]]": [ + -4, + 9746, + 922539 + ], + "[[[[DT_17]]]]": [ + 0, + 1, + 729437 + ], + "[[[[DT_30]]]]": [ + 0, + 26, + 922539 + ], + "[[[[DT_32]]]]": [ + 0, + 31, + 922539 + ], + "[[[[DT_23]]]]": [ + 0, + 3, + 14664 + ], + "[[[[DT_16]]]]": [ + 0, + 1, + 566230 + ], + "[[[[DT_36]]]]": [ + 0, + 42, + 922539 + ], + "[[[[DT_41]]]]": [ + 0, + 3699, + 452786 + ], + "[[[[DT_39]]]]": [ + 0, + 3698, + 484433 + ], + "[[[[DT_20]]]]": [ + 0, + 2, + 147753 + ], + "[[[[DT_2]]]]": [ + 0, + 0, + 0 + ], + "[[[[DT_15]]]]": [ + 0, + 1, + 402451 + ], + "[[[[DT_31]]]]": [ + 0, + 27, + 478555 + ], + "[[[[DT_7]]]]": [ + -1, + 86399, + 965796 + ], + "[[[[DT_21]]]]": [ + 0, + 2, + 442202 + ], + "[[[[DT_11]]]]": [ + 0, + 0, + 804545 + ], + "[[[[DT_3]]]]": [ + -1, + 86399, + 805827 + ], + "[[[[DT_27]]]]": [ + 0, + 12, + 649628 + ], + "[[[[DT_8]]]]": [ + -1, + 86399, + 938301 + ], + "[[[[DT_29]]]]": [ + 0, + 12, + 959742 + ], + "[[[[DT_40]]]]": [ + 0, + 3698, + 657733 + ], + "[[[[DT_14]]]]": [ + 0, + 1, + 254607 + ], + "[[[[DT_10]]]]": [ + 0, + 0, + 692348 + ], + "[[[[DT_24]]]]": [ + 0, + 8, + 922539 + ], + "[[[[DT_35]]]]": [ + 0, + 33, + 286604 + ], + "[[[[DT_4]]]]": [ + -88, + 17631, + 922539 + ], + "[[[[DT_22]]]]": [ + 0, + 2, + 922539 + ], + "[[[[DT_1]]]]": [ + -1, + 86399, + 922539 + ], + "[[[[DT_13]]]]": [ + 0, + 1, + 13299 + ], + "[[[[DT_25]]]]": [ + 0, + 9, + 368346 + ], + "[[[[DT_34]]]]": [ + 0, + 32, + 922539 + ], + "[[[[DT_6]]]]": [ + -1, + 27064, + 922539 + ], + "[[[[DT_33]]]]": [ + 0, + 32, + 816399 + ], + "[[[[DT_12]]]]": [ + 0, + 0, + 922539 + ], + "[[[[DT_26]]]]": [ + 0, + 11, + 922539 + ], + "[[[[DT_19]]]]": [ + 0, + 1, + 922539 + ], + "[[[[DT_37]]]]": [ + 0, + 43, + 324934 + ], + "[[[[DT_28]]]]": [ + 0, + 12, + 922539 + ], + "[[[[DT_38]]]]": [ + 0, + 3697, + 922539 + ], + "[[[[DT_18]]]]": [ + 0, + 1, + 910304 + ], + "[[[[DT_0]]]]": [ + -1, + 38585, + 922539 + ] + }, + "uuid": 26, + "v6": 0 + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "scheduling", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_0]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "scheduling", + "audit_period_ending": "[[[[DT_1]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_3]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_2]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_2]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "scheduler.run_instance.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "request_spec": { + "num_instances": 1, + "block_device_mapping": [ + { + "instance_uuid": "[[[[UUID_1]]]]", + "guest_format": null, + "boot_index": 0, + "no_device": null, + "snapshot_id": null, + "volume_size": null, + "device_name": null, + "disk_bus": null, + "image_id": "[[[[UUID_2]]]]", + "source_type": "image", + "device_type": "disk", + "volume_id": null, + "destination_type": "local", + "delete_on_termination": true + } + ], + "image": { + "status": "active", + "name": "[[[[display_name]]]]", + "deleted": false, + "container_format": "ovf", + "created_at": "[[[[DT_4]]]]", + "disk_format": "vhd", + "updated_at": "[[[[DT_5]]]]", + "id": "[[[[UUID_2]]]]", + "owner": "[[[[user_id]]]]", + "min_ram": 512, + "checksum": "[[[[XUUID_3]]]]", + "min_disk": 20, + "is_public": true, + "deleted_at": null, + "properties": { + "vm_mode": "hvm", + "os_distro": "debian", + "image_type": "base", + "cache_in_nova": "True", + "org.openstack__1__os_distro": "org.debian", + "os_type": "linux", + "auto_disk_config": "disabled", + "org.openstack__1__os_version": "7", + "org.openstack__1__architecture": "x64" + }, + "size": 412504821 + }, + "instance_type": { + "root_gb": 20, + "name": "[[[[display_name]]]]", + "ephemeral_gb": 0, + "memory_mb": 512, + "vcpus": 1, + "extra_specs": {}, + "swap": 512, + "rxtx_factor": 80.0, + "flavorid": "2", + "vcpu_weight": 10, + "id": 2 + }, + "instance_properties": { + "vm_state": "building", + "availability_zone": null, + "terminated_at": null, + "ephemeral_gb": 0, + "instance_type_id": 2, + "user_data": null, + "cleaned": false, + "vm_mode": "hvm", + "deleted_at": null, + "reservation_id": "[[[[reservation_id]]]]", + "id": 881389, + "security_groups": { + "objects": [ + { + "project_id": "[[[[tenant_id]]]]", + "user_id": "[[[[XUUID_1]]]]", + "description": "default", + "deleted": false, + "created_at": "[[[[DT_6]]]]", + "updated_at": null, + "deleted_at": null, + "id": 16231, + "name": "[[[[display_name]]]]" + } + ] + }, + "disable_terminate": false, + "display_name": "[[[[display_name]]]]", + "uuid": "[[[[UUID_1]]]]", + "default_swap_device": null, + "info_cache": { + "instance_uuid": "[[[[UUID_1]]]]", + "deleted": false, + "created_at": "[[[[DT_7]]]]", + "updated_at": null, + "network_info": [], + "deleted_at": null + }, + "hostname": "[[[[hostname]]]]", + "launched_on": null, + "display_description": "[[[[display_name]]]]", + "key_data": null, + "kernel_id": "", + "power_state": 0, + "default_ephemeral_device": null, + "progress": 0, + "project_id": "[[[[tenant_id]]]]", + "launched_at": null, + "config_drive": "", + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "access_ip_v4": null, + "deleted": false, + "key_name": "", + "updated_at": null, + "host": "[[[[host]]]]", + "ephemeral_key_uuid": null, + "architecture": "x64", + "user_id": "[[[[XUUID_1]]]]", + "system_metadata": { + "image_cache_in_nova": "True", + "instance_type_id": "2", + "image_min_ram": 512, + "image_os_distro": "debian", + "instance_type_vcpu_weight": "10", + "instance_type_ephemeral_gb": "0", + "image_org.openstack__1__os_version": "7", + "image_org.openstack__1__os_distro": "org.debian", + "image_org.openstack__1__architecture": "x64", + "image_base_image_ref": "[[[[UUID_2]]]]", + "instance_type_swap": "512", + "image_os_type": "linux", + "instance_type_root_gb": "20", + "instance_type_name": "512MB Standard Instance", + "image_image_type": "base", + "instance_type_rxtx_factor": "80.0", + "image_auto_disk_config": "disabled", + "instance_type_vcpus": "1", + "image_disk_format": "vhd", + "instance_type_memory_mb": "512", + "image_vm_mode": "hvm", + "image_min_disk": 20, + "instance_type_flavorid": "2", + "image_container_format": "ovf" + }, + "task_state": "scheduling", + "shutdown_terminate": false, + "cell_name": null, + "root_gb": 20, + "locked": false, + "name": "instance-[[[[UUID_1]]]]", + "created_at": "[[[[DT_8]]]]", + "locked_by": null, + "launch_index": 0, + "metadata": {}, + "memory_mb": 512, + "vcpus": 1, + "image_ref": "[[[[UUID_2]]]]", + "root_device_name": null, + "auto_disk_config": false, + "os_type": "linux", + "scheduled_at": null + }, + "security_group": [ + "default" + ], + "instance_uuids": [ + "[[[[UUID_1]]]]" + ] + } + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_4]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_9]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_4]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "scheduler.run_instance.scheduled", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "instance_id": "[[[[UUID_1]]]]", + "weighted_host": { + "host": "[[[[host]]]]", + "weight": 120.0 + }, + "request_spec": { + "num_instances": 1, + "block_device_mapping": [ + { + "instance_uuid": "[[[[UUID_1]]]]", + "guest_format": null, + "boot_index": 0, + "no_device": null, + "snapshot_id": null, + "volume_size": null, + "device_name": null, + "disk_bus": null, + "image_id": "[[[[UUID_2]]]]", + "source_type": "image", + "device_type": "disk", + "volume_id": null, + "destination_type": "local", + "delete_on_termination": true + } + ], + "image": { + "status": "active", + "name": "[[[[display_name]]]]", + "deleted": false, + "container_format": "ovf", + "created_at": "[[[[DT_4]]]]", + "disk_format": "vhd", + "updated_at": "[[[[DT_5]]]]", + "id": "[[[[UUID_2]]]]", + "owner": "[[[[user_id]]]]", + "min_ram": 512, + "checksum": "[[[[XUUID_3]]]]", + "min_disk": 20, + "is_public": true, + "deleted_at": null, + "properties": { + "vm_mode": "hvm", + "os_distro": "debian", + "image_type": "base", + "cache_in_nova": "True", + "org.openstack__1__os_distro": "org.debian", + "os_type": "linux", + "auto_disk_config": "disabled", + "org.openstack__1__os_version": "7", + "org.openstack__1__architecture": "x64" + }, + "size": 412504821 + }, + "instance_type": { + "root_gb": 20, + "name": "[[[[display_name]]]]", + "ephemeral_gb": 0, + "memory_mb": 512, + "vcpus": 1, + "extra_specs": {}, + "swap": 512, + "rxtx_factor": 80.0, + "flavorid": "2", + "vcpu_weight": 10, + "id": 2 + }, + "instance_properties": { + "vm_state": "building", + "availability_zone": null, + "terminated_at": null, + "ephemeral_gb": 0, + "instance_type_id": 2, + "user_data": null, + "cleaned": false, + "vm_mode": "hvm", + "deleted_at": null, + "reservation_id": "[[[[reservation_id]]]]", + "id": 881389, + "security_groups": { + "objects": [ + { + "project_id": "[[[[tenant_id]]]]", + "user_id": "[[[[XUUID_1]]]]", + "description": "default", + "deleted": false, + "created_at": "[[[[DT_6]]]]", + "updated_at": null, + "deleted_at": null, + "id": 16231, + "name": "[[[[display_name]]]]" + } + ] + }, + "disable_terminate": false, + "display_name": "[[[[display_name]]]]", + "uuid": "[[[[UUID_1]]]]", + "default_swap_device": null, + "info_cache": { + "instance_uuid": "[[[[UUID_1]]]]", + "deleted": false, + "created_at": "[[[[DT_7]]]]", + "updated_at": null, + "network_info": [], + "deleted_at": null + }, + "hostname": "[[[[hostname]]]]", + "launched_on": null, + "display_description": "[[[[display_name]]]]", + "key_data": null, + "kernel_id": "", + "power_state": 0, + "default_ephemeral_device": null, + "progress": 0, + "project_id": "[[[[tenant_id]]]]", + "launched_at": null, + "config_drive": "", + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "access_ip_v4": null, + "deleted": false, + "key_name": "", + "updated_at": null, + "host": "[[[[host]]]]", + "ephemeral_key_uuid": null, + "architecture": "x64", + "user_id": "[[[[XUUID_1]]]]", + "system_metadata": { + "image_cache_in_nova": "True", + "instance_type_id": "2", + "image_min_ram": 512, + "image_os_distro": "debian", + "instance_type_vcpu_weight": "10", + "instance_type_ephemeral_gb": "0", + "image_org.openstack__1__os_version": "7", + "image_org.openstack__1__os_distro": "org.debian", + "image_org.openstack__1__architecture": "x64", + "image_base_image_ref": "[[[[UUID_2]]]]", + "instance_type_swap": "512", + "image_os_type": "linux", + "instance_type_root_gb": "20", + "instance_type_name": "512MB Standard Instance", + "image_image_type": "base", + "instance_type_rxtx_factor": "80.0", + "image_auto_disk_config": "disabled", + "instance_type_vcpus": "1", + "image_disk_format": "vhd", + "instance_type_memory_mb": "512", + "image_vm_mode": "hvm", + "image_min_disk": 20, + "instance_type_flavorid": "2", + "image_container_format": "ovf" + }, + "task_state": "scheduling", + "shutdown_terminate": false, + "cell_name": null, + "root_gb": 20, + "locked": false, + "name": "instance-[[[[UUID_1]]]]", + "created_at": "[[[[DT_8]]]]", + "locked_by": null, + "launch_index": 0, + "metadata": {}, + "memory_mb": 512, + "vcpus": 1, + "image_ref": "[[[[UUID_2]]]]", + "root_device_name": null, + "auto_disk_config": false, + "os_type": "linux", + "scheduled_at": null + }, + "security_group": [ + "default" + ], + "instance_uuids": [ + "[[[[UUID_1]]]]" + ] + } + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_5]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_10]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_5]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "scheduler.run_instance.end", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "request_spec": { + "num_instances": 1, + "block_device_mapping": [ + { + "instance_uuid": "[[[[UUID_1]]]]", + "guest_format": null, + "boot_index": 0, + "no_device": null, + "snapshot_id": null, + "volume_size": null, + "device_name": null, + "disk_bus": null, + "image_id": "[[[[UUID_2]]]]", + "source_type": "image", + "device_type": "disk", + "volume_id": null, + "destination_type": "local", + "delete_on_termination": true + } + ], + "image": { + "status": "active", + "name": "[[[[display_name]]]]", + "deleted": false, + "container_format": "ovf", + "created_at": "[[[[DT_4]]]]", + "disk_format": "vhd", + "updated_at": "[[[[DT_5]]]]", + "id": "[[[[UUID_2]]]]", + "owner": "[[[[user_id]]]]", + "min_ram": 512, + "checksum": "[[[[XUUID_3]]]]", + "min_disk": 20, + "is_public": true, + "deleted_at": null, + "properties": { + "vm_mode": "hvm", + "os_distro": "debian", + "image_type": "base", + "cache_in_nova": "True", + "org.openstack__1__os_distro": "org.debian", + "os_type": "linux", + "auto_disk_config": "disabled", + "org.openstack__1__os_version": "7", + "org.openstack__1__architecture": "x64" + }, + "size": 412504821 + }, + "instance_type": { + "root_gb": 20, + "name": "[[[[display_name]]]]", + "ephemeral_gb": 0, + "memory_mb": 512, + "vcpus": 1, + "extra_specs": {}, + "swap": 512, + "rxtx_factor": 80.0, + "flavorid": "2", + "vcpu_weight": 10, + "id": 2 + }, + "instance_properties": { + "vm_state": "building", + "availability_zone": null, + "terminated_at": null, + "ephemeral_gb": 0, + "instance_type_id": 2, + "user_data": null, + "cleaned": false, + "vm_mode": "hvm", + "deleted_at": null, + "reservation_id": "[[[[reservation_id]]]]", + "id": 881389, + "security_groups": { + "objects": [ + { + "project_id": "[[[[tenant_id]]]]", + "user_id": "[[[[XUUID_1]]]]", + "description": "default", + "deleted": false, + "created_at": "[[[[DT_6]]]]", + "updated_at": null, + "deleted_at": null, + "id": 16231, + "name": "[[[[display_name]]]]" + } + ] + }, + "disable_terminate": false, + "display_name": "[[[[display_name]]]]", + "uuid": "[[[[UUID_1]]]]", + "default_swap_device": null, + "info_cache": { + "instance_uuid": "[[[[UUID_1]]]]", + "deleted": false, + "created_at": "[[[[DT_7]]]]", + "updated_at": null, + "network_info": [], + "deleted_at": null + }, + "hostname": "[[[[hostname]]]]", + "launched_on": null, + "display_description": "[[[[display_name]]]]", + "key_data": null, + "kernel_id": "", + "power_state": 0, + "default_ephemeral_device": null, + "progress": 0, + "project_id": "[[[[tenant_id]]]]", + "launched_at": null, + "config_drive": "", + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "access_ip_v4": null, + "deleted": false, + "key_name": "", + "updated_at": null, + "host": "[[[[host]]]]", + "ephemeral_key_uuid": null, + "architecture": "x64", + "user_id": "[[[[XUUID_1]]]]", + "system_metadata": { + "image_cache_in_nova": "True", + "instance_type_id": "2", + "image_min_ram": 512, + "image_os_distro": "debian", + "instance_type_vcpu_weight": "10", + "instance_type_ephemeral_gb": "0", + "image_org.openstack__1__os_version": "7", + "image_org.openstack__1__os_distro": "org.debian", + "image_org.openstack__1__architecture": "x64", + "image_base_image_ref": "[[[[UUID_2]]]]", + "instance_type_swap": "512", + "image_os_type": "linux", + "instance_type_root_gb": "20", + "instance_type_name": "512MB Standard Instance", + "image_image_type": "base", + "instance_type_rxtx_factor": "80.0", + "image_auto_disk_config": "disabled", + "instance_type_vcpus": "1", + "image_disk_format": "vhd", + "instance_type_memory_mb": "512", + "image_vm_mode": "hvm", + "image_min_disk": 20, + "instance_type_flavorid": "2", + "image_container_format": "ovf" + }, + "task_state": "scheduling", + "shutdown_terminate": false, + "cell_name": null, + "root_gb": 20, + "locked": false, + "name": "instance-[[[[UUID_1]]]]", + "created_at": "[[[[DT_8]]]]", + "locked_by": null, + "launch_index": 0, + "metadata": {}, + "memory_mb": 512, + "vcpus": 1, + "image_ref": "[[[[UUID_2]]]]", + "root_device_name": null, + "auto_disk_config": false, + "os_type": "linux", + "scheduled_at": null + }, + "security_group": [ + "default" + ], + "instance_uuids": [ + "[[[[UUID_1]]]]" + ] + } + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_6]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_11]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_6]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": "building", + "old_task_state": "scheduling", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_12]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_7]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_13]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_7]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.create.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "scheduling", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "message": "", + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "launched_at": "", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "image_name": "[[[[image_name]]]]", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_8]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_14]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_8]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_12]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_9]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_15]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_9]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "networking", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": "building", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "networking", + "audit_period_ending": "[[[[DT_12]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_10]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_16]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_10]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "block_device_mapping", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": "building", + "old_task_state": "networking", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "block_device_mapping", + "audit_period_ending": "[[[[DT_12]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_11]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_17]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_11]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "block_device_mapping", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "block_device_mapping", + "audit_period_ending": "[[[[DT_12]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_12]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_18]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_12]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": "building", + "old_task_state": "block_device_mapping", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_19]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_13]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_20]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_13]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_19]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_14]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_21]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_14]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_22]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_15]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_23]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_15]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_24]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_16]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_25]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_16]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_26]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_17]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_27]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_17]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_28]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_18]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_29]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_18]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_30]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_19]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_31]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_19]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_32]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_20]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_33]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_20]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_34]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_21]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_35]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_21]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "spawning", + "audit_period_ending": "[[[[DT_36]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_22]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_37]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_22]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "deleting", + "audit_period_ending": "[[[[DT_38]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_23]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_39]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_23]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "deleting", + "audit_period_ending": "[[[[DT_38]]]]", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_24]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_40]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_24]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.create.end", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[XUUID_1]]]]", + "payload": { + "state_description": "scheduling", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 2, + "message": "Build of instance [[[[UUID_1]]]] aborted: Instance disappeared during build", + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "building", + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "20", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "launched_at": "", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": null, + "disk_gb": 20, + "access_ip_v4": null, + "kernel_id": "", + "image_name": "[[[[image_name]]]]", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_2]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 20, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 512, + "instance_type": "512MB Standard Instance", + "vcpus": 1, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "2" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[XUUID_1]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_25]]]]", + "_context_remote_address": "[[[[V4_1]]]]", + "_context_roles": [ + "admin", + "compute:default", + "object-store:default", + "identity:default" + ], + "timestamp": "[[[[DT_41]]]]", + "_context_timestamp": "[[[[DT_3]]]]", + "_unique_id": "[[[[XUUID_25]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + } +] \ No newline at end of file diff --git a/demo/files/event_templates/compute.instance.delete.start_7.json b/demo/files/event_templates/compute.instance.delete.start_7.json new file mode 100644 index 0000000..226931a --- /dev/null +++ b/demo/files/event_templates/compute.instance.delete.start_7.json @@ -0,0 +1,974 @@ +[ + { + "xuuid": 9, + "v4": 14, + "time_map": { + "[[[[DT_9]]]]": [ + 0, + 3, + 962765 + ], + "[[[[DT_5]]]]": [ + -1, + 86398, + 713424 + ], + "[[[[DT_17]]]]": [ + -199, + 84770, + 268272 + ], + "[[[[DT_23]]]]": [ + 0, + 4, + 536102 + ], + "[[[[DT_16]]]]": [ + -163, + 42547, + 268272 + ], + "[[[[DT_20]]]]": [ + -199, + 85752, + 268272 + ], + "[[[[DT_2]]]]": [ + -199, + 84770, + 268272 + ], + "[[[[DT_15]]]]": [ + -199, + 84639, + 268272 + ], + "[[[[DT_7]]]]": [ + 0, + 0, + 268272 + ], + "[[[[DT_21]]]]": [ + -199, + 85943, + 268272 + ], + "[[[[DT_11]]]]": [ + 0, + 4, + 268272 + ], + "[[[[DT_3]]]]": [ + -1, + 86399, + 268272 + ], + "[[[[DT_8]]]]": [ + 0, + 1, + 163638 + ], + "[[[[DT_14]]]]": [ + -199, + 84421, + 268272 + ], + "[[[[DT_10]]]]": [ + 0, + 3, + 989039 + ], + "[[[[DT_4]]]]": [ + 0, + 0, + 0 + ], + "[[[[DT_22]]]]": [ + -199, + 85967, + 268272 + ], + "[[[[DT_1]]]]": [ + -199, + 84421, + 268272 + ], + "[[[[DT_13]]]]": [ + -201, + 56142, + 268272 + ], + "[[[[DT_6]]]]": [ + 0, + 0, + 47717 + ], + "[[[[DT_12]]]]": [ + 0, + 4, + 463062 + ], + "[[[[DT_19]]]]": [ + -199, + 85725, + 268272 + ], + "[[[[DT_18]]]]": [ + 0, + 0, + 268272 + ], + "[[[[DT_0]]]]": [ + -1, + 46116, + 268272 + ] + }, + "uuid": 18, + "v6": 2 + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_3]]]]", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_3]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin" + ], + "timestamp": "[[[[DT_4]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_2]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "old_state": "error", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_3]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "new_task_state": "deleting", + "audit_period_ending": "[[[[DT_3]]]]", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_4]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin" + ], + "timestamp": "[[[[DT_6]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_3]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "old_state": "error", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "new_task_state": "deleting", + "audit_period_ending": "[[[[DT_7]]]]", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_5]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "timestamp": "[[[[DT_8]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_4]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.delete.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_6]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "timestamp": "[[[[DT_9]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_5]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.shutdown.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_7]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "timestamp": "[[[[DT_10]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_6]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "deleting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 600, + "instance_type_id": 15, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[XUUID_1]]]]", + "hostname": "[[[[hostname]]]]", + "state": "error", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 640, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 61440, + "instance_type": "60 GB Performance", + "vcpus": 16, + "image_meta": { + "container_format": "ovf", + "min_ram": "1024", + "base_image_ref": "[[[[UUID_2]]]]", + "org.openstack__1__os_distro": "com.microsoft.server", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "False", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "windows", + "org.openstack__1__os_version": "2008.2" + }, + "architecture": "x64", + "new_task_state": "deleting", + "audit_period_ending": "[[[[DT_11]]]]", + "os_type": "windows", + "instance_flavor_id": "performance2-60" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_8]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "timestamp": "[[[[DT_12]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_7]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "terminate_instance", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "exception": {}, + "args": { + "instance": { + "vm_state": "error", + "availability_zone": null, + "terminated_at": null, + "ephemeral_gb": 600, + "instance_type_id": 15, + "user_data": null, + "cleaned": false, + "vm_mode": "hvm", + "deleted_at": null, + "reservation_id": "[[[[reservation_id]]]]", + "id": 346688, + "security_groups": { + "objects": [ + { + "deleted_at": null, + "user_id": "[[[[XUUID_1]]]]", + "description": "default", + "deleted": false, + "created_at": "[[[[DT_13]]]]", + "updated_at": null, + "project_id": "[[[[tenant_id]]]]", + "id": 187, + "name": "[[[[display_name]]]]" + } + ] + }, + "disable_terminate": false, + "root_device_name": "/dev/xvda", + "display_name": "[[[[display_name]]]]", + "uuid": "[[[[UUID_1]]]]", + "default_swap_device": null, + "info_cache": { + "instance_uuid": "[[[[UUID_1]]]]", + "deleted": true, + "created_at": "[[[[DT_14]]]]", + "updated_at": "[[[[DT_15]]]]", + "network_info": [ + { + "ovs_interfaceid": null, + "network": { + "bridge": "publicnet", + "label": "public", + "meta": { + "original_id": "[[[[UUID_9]]]]", + "nvp_managed": false + }, + "id": "[[[[UUID_10]]]]", + "subnets": [ + { + "ips": [ + { + "meta": {}, + "type": "fixed", + "floating_ips": [], + "version": 6, + "address": "[[[[V6_1]]]]" + } + ], + "version": 6, + "meta": {}, + "dns": [ + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_5]]]]" + }, + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_6]]]]" + } + ], + "routes": [], + "cidr": "2a00:1a48:7807:101::/64", + "gateway": { + "meta": {}, + "type": "gateway", + "version": 6, + "address": "fe80::def" + } + }, + { + "ips": [ + { + "meta": {}, + "type": "fixed", + "floating_ips": [], + "version": 4, + "address": "[[[[V4_0]]]]" + } + ], + "version": 4, + "meta": {}, + "dns": [ + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_5]]]]" + }, + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_6]]]]" + } + ], + "routes": [], + "cidr": "[[[[V4_7]]]]/24", + "gateway": { + "meta": {}, + "type": "gateway", + "version": 4, + "address": "[[[[V4_8]]]]" + } + } + ] + }, + "devname": "[[[[device_name]]]]", + "qbh_params": null, + "meta": {}, + "address": "BC:76:4E:08:43:27", + "type": null, + "id": "[[[[UUID_11]]]]", + "qbg_params": null + }, + { + "ovs_interfaceid": null, + "network": { + "bridge": "servicenet", + "label": "private", + "meta": { + "original_id": "[[[[UUID_12]]]]", + "nvp_managed": false + }, + "id": "[[[[UUID_13]]]]", + "subnets": [ + { + "ips": [ + { + "meta": {}, + "type": "fixed", + "floating_ips": [], + "version": 4, + "address": "[[[[V4_9]]]]" + } + ], + "version": 4, + "meta": {}, + "dns": [ + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_5]]]]" + }, + { + "meta": {}, + "type": "dns", + "version": 4, + "address": "[[[[V4_6]]]]" + } + ], + "routes": [ + { + "interface": null, + "cidr": "[[[[V4_10]]]]/12", + "meta": {}, + "gateway": { + "meta": {}, + "type": "gateway", + "version": 4, + "address": "[[[[V4_11]]]]" + } + }, + { + "interface": null, + "cidr": "[[[[V4_12]]]]/12", + "meta": {}, + "gateway": { + "meta": {}, + "type": "gateway", + "version": 4, + "address": "[[[[V4_11]]]]" + } + } + ], + "cidr": "[[[[V4_13]]]]/20", + "gateway": null + } + ] + }, + "devname": "[[[[device_name]]]]", + "qbh_params": null, + "meta": {}, + "address": "BC:76:4E:08:92:48", + "type": null, + "id": "[[[[UUID_14]]]]", + "qbg_params": null + } + ], + "deleted_at": "[[[[DT_16]]]]" + }, + "hostname": "[[[[hostname]]]]", + "launched_on": "c-10-21-128-29", + "display_description": "[[[[display_name]]]]", + "key_data": null, + "deleted": false, + "config_drive": "", + "power_state": 0, + "default_ephemeral_device": null, + "progress": 0, + "project_id": "[[[[tenant_id]]]]", + "launched_at": "[[[[DT_17]]]]", + "scheduled_at": "[[[[DT_14]]]]", + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "key_name": null, + "updated_at": "[[[[DT_18]]]]", + "host": "[[[[host]]]]", + "root_gb": 40, + "user_id": "[[[[XUUID_1]]]]", + "system_metadata": { + "instance_type_id": "15", + "image_min_ram": "1024", + "instance_type_vcpu_weight": "10", + "image_cache_in_nova": "True", + "instance_type_ephemeral_gb": "600", + "image_org.openstack__1__os_version": "2008.2", + "image_org.openstack__1__os_distro": "com.microsoft.server", + "image_org.openstack__1__architecture": "x64", + "image_base_image_ref": "[[[[UUID_2]]]]", + "image_os_type": "windows", + "instance_type_root_gb": "40", + "instance_type_name": "60 GB Performance", + "image_image_type": "base", + "instance_type_rxtx_factor": "5000.0", + "image_auto_disk_config": "False", + "instance_type_vcpus": "16", + "image_disk_format": "vhd", + "instance_type_memory_mb": "61440", + "instance_type_swap": "0", + "image_min_disk": "40", + "instance_type_flavorid": "performance2-60", + "image_container_format": "ovf" + }, + "task_state": "deleting", + "shutdown_terminate": false, + "cell_name": null, + "ephemeral_key_uuid": null, + "locked": false, + "name": "instance-[[[[UUID_1]]]]", + "created_at": "[[[[DT_14]]]]", + "locked_by": null, + "launch_index": 0, + "memory_mb": 61440, + "vcpus": 16, + "image_ref": "[[[[UUID_2]]]]", + "architecture": "x64", + "auto_disk_config": false, + "os_type": "windows", + "metadata": {} + }, + "self": null, + "context": { + "project_name": "[[[[tenant_id]]]]", + "user_id": "[[[[user_id]]]]", + "roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "_read_deleted": "no", + "timestamp": "[[[[DT_5]]]]", + "auth_token": "[[[[XUUID_0]]]]", + "remote_address": "[[[[V4_2]]]]", + "quota_class": null, + "is_admin": true, + "glance_api_servers": null, + "request_id": "req-[[[[UUID_0]]]]", + "instance_lock_checked": false, + "project_id": "[[[[tenant_id]]]]", + "user_name": "[[[[user_id]]]]" + }, + "bdms": [ + { + "instance_uuid": "[[[[UUID_1]]]]", + "virtual_name": null, + "no_device": null, + "created_at": "[[[[DT_19]]]]", + "snapshot_id": null, + "updated_at": "[[[[DT_20]]]]", + "device_name": "/dev/xvdb", + "deleted": 0, + "volume_size": null, + "volume_id": "[[[[UUID_15]]]]", + "id": 13754, + "deleted_at": null, + "delete_on_termination": false + }, + { + "instance_uuid": "[[[[UUID_1]]]]", + "virtual_name": null, + "no_device": null, + "created_at": "[[[[DT_21]]]]", + "snapshot_id": null, + "updated_at": "[[[[DT_22]]]]", + "device_name": "/dev/xvdc", + "deleted": 0, + "volume_size": null, + "volume_id": "[[[[UUID_16]]]]", + "id": 13755, + "deleted_at": null, + "delete_on_termination": false + } + ], + "reservations": [] + } + }, + "priority": "ERROR", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_17]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "user-admin", + "bofh", + "glance", + "glance:admin", + "admin" + ], + "timestamp": "[[[[DT_23]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_8]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + } +] \ No newline at end of file diff --git a/demo/files/event_templates/compute.instance.power_off.start_4.json b/demo/files/event_templates/compute.instance.power_off.start_4.json new file mode 100644 index 0000000..5f9422c --- /dev/null +++ b/demo/files/event_templates/compute.instance.power_off.start_4.json @@ -0,0 +1,370 @@ +[ + { + "xuuid": 4, + "v4": 2, + "time_map": { + "[[[[DT_9]]]]": [ + 0, + 1, + 19109 + ], + "[[[[DT_5]]]]": [ + -1, + 86392, + 365732 + ], + "[[[[DT_7]]]]": [ + 0, + 0, + 667761 + ], + "[[[[DT_1]]]]": [ + -321, + 54605, + 667761 + ], + "[[[[DT_3]]]]": [ + -1, + 86399, + 667761 + ], + "[[[[DT_8]]]]": [ + 0, + 0, + 990505 + ], + "[[[[DT_4]]]]": [ + 0, + 0, + 0 + ], + "[[[[DT_6]]]]": [ + 0, + 0, + 175295 + ], + "[[[[DT_0]]]]": [ + -1, + 19714, + 667761 + ], + "[[[[DT_2]]]]": [ + -321, + 54911, + 667761 + ] + }, + "uuid": 7, + "v6": 1 + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": null, + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "powering-off", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 5, + "bandwidth": { + "public": { + "bw_in": 537783, + "bw_out": 19189871 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 160, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 160, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 4096, + "instance_type": "4GB Standard Instance", + "vcpus": 2, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "rhel", + "org.openstack__1__os_distro": "com.redhat", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "True", + "min_disk": "160", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "6.3" + }, + "architecture": null, + "new_task_state": "powering-off", + "audit_period_ending": "[[[[DT_3]]]]", + "os_type": "linux", + "instance_flavor_id": "5" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_3]]]]", + "_context_remote_address": null, + "_context_roles": [], + "timestamp": "[[[[DT_4]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_0]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.power_off.start", + "_context_auth_token": null, + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "powering-off", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 5, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 160, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 160, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 4096, + "instance_type": "4GB Standard Instance", + "vcpus": 2, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "rhel", + "org.openstack__1__os_distro": "com.redhat", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "True", + "min_disk": "160", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "6.3" + }, + "architecture": null, + "os_type": "linux", + "instance_flavor_id": "5" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_4]]]]", + "_context_remote_address": null, + "_context_roles": [], + "timestamp": "[[[[DT_6]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_1]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": null, + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 5, + "bandwidth": { + "public": { + "bw_in": 537783, + "bw_out": 19189871 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "stopped", + "old_state": "active", + "old_task_state": "powering-off", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 160, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 160, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 4096, + "instance_type": "4GB Standard Instance", + "vcpus": 2, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "rhel", + "org.openstack__1__os_distro": "com.redhat", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "True", + "min_disk": "160", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "6.3" + }, + "architecture": null, + "new_task_state": null, + "audit_period_ending": "[[[[DT_7]]]]", + "os_type": "linux", + "instance_flavor_id": "5" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_5]]]]", + "_context_remote_address": null, + "_context_roles": [], + "timestamp": "[[[[DT_8]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_2]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.power_off.end", + "_context_auth_token": null, + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 5, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "stopped", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 160, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 160, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 4096, + "instance_type": "4GB Standard Instance", + "vcpus": 2, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "rhel", + "org.openstack__1__os_distro": "com.redhat", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "True", + "min_disk": "160", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "6.3" + }, + "architecture": null, + "os_type": "linux", + "instance_flavor_id": "5" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_6]]]]", + "_context_remote_address": null, + "_context_roles": [], + "timestamp": "[[[[DT_9]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_3]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + } +] \ No newline at end of file diff --git a/demo/files/event_templates/compute.instance.reboot.start_6.json b/demo/files/event_templates/compute.instance.reboot.start_6.json new file mode 100644 index 0000000..a70fb10 --- /dev/null +++ b/demo/files/event_templates/compute.instance.reboot.start_6.json @@ -0,0 +1,598 @@ +[ + { + "xuuid": 7, + "v4": 5, + "time_map": { + "[[[[DT_9]]]]": [ + 0, + 1, + 667540 + ], + "[[[[DT_12]]]]": [ + 0, + 104, + 358269 + ], + "[[[[DT_5]]]]": [ + -1, + 86399, + 584928 + ], + "[[[[DT_7]]]]": [ + 0, + 0, + 838660 + ], + "[[[[DT_1]]]]": [ + -53, + 31457, + 654695 + ], + "[[[[DT_3]]]]": [ + -1, + 86399, + 654695 + ], + "[[[[DT_8]]]]": [ + 0, + 1, + 257119 + ], + "[[[[DT_10]]]]": [ + 0, + 103, + 654695 + ], + "[[[[DT_4]]]]": [ + 0, + 0, + 0 + ], + "[[[[DT_6]]]]": [ + 0, + 0, + 654695 + ], + "[[[[DT_0]]]]": [ + -1, + 81879, + 654695 + ], + "[[[[DT_2]]]]": [ + -53, + 31518, + 654695 + ], + "[[[[DT_11]]]]": [ + 0, + 104, + 332227 + ] + }, + "uuid": 9, + "v6": 1 + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebooting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "new_task_state": "rebooting", + "audit_period_ending": "[[[[DT_3]]]]", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_3]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_4]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_1]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebooting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "bandwidth": { + "public": { + "bw_in": 1142550, + "bw_out": 4402404 + }, + "private": { + "bw_in": 29028, + "bw_out": 15580 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_3]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "new_task_state": "rebooting", + "audit_period_ending": "[[[[DT_6]]]]", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_4]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_7]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_2]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.reboot.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebooting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_5]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_8]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_3]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebooting", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "bandwidth": { + "public": { + "bw_in": 1142550, + "bw_out": 4402404 + }, + "private": { + "bw_in": 29028, + "bw_out": 15580 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "new_task_state": "rebooting", + "audit_period_ending": "[[[[DT_6]]]]", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_6]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_9]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_4]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "bandwidth": { + "public": { + "bw_in": 1142550, + "bw_out": 4402404 + }, + "private": { + "bw_in": 29028, + "bw_out": 15580 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": "rebooting", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_10]]]]", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_7]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_11]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_5]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.reboot.end", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 80, + "instance_type_id": 12, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 120, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 8192, + "instance_type": "8 GB Performance", + "vcpus": 8, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_2]]]]", + "os_distro": "fedora", + "org.openstack__1__os_distro": "org.fedoraproject", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "20" + }, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "performance1-8" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_8]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_12]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_6]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + } +] \ No newline at end of file diff --git a/demo/files/event_templates/compute.instance.rebuild.start_24.json b/demo/files/event_templates/compute.instance.rebuild.start_24.json new file mode 100644 index 0000000..c8628fd --- /dev/null +++ b/demo/files/event_templates/compute.instance.rebuild.start_24.json @@ -0,0 +1,2381 @@ +[ + { + "xuuid": 24, + "v4": 6, + "time_map": { + "[[[[DT_9]]]]": [ + 0, + 2, + 60511 + ], + "[[[[DT_5]]]]": [ + -1, + 86396, + 80202 + ], + "[[[[DT_17]]]]": [ + 0, + 3, + 821166 + ], + "[[[[DT_30]]]]": [ + 0, + 28, + 815002 + ], + "[[[[DT_32]]]]": [ + 0, + 29, + 306157 + ], + "[[[[DT_23]]]]": [ + 0, + 18, + 7151 + ], + "[[[[DT_16]]]]": [ + 0, + 3, + 425183 + ], + "[[[[DT_36]]]]": [ + 0, + 3669, + 300453 + ], + "[[[[DT_39]]]]": [ + 0, + 3670, + 23417 + ], + "[[[[DT_20]]]]": [ + 0, + 14, + 871727 + ], + "[[[[DT_2]]]]": [ + -1, + 85985, + 7151 + ], + "[[[[DT_15]]]]": [ + 0, + 3, + 397263 + ], + "[[[[DT_31]]]]": [ + 0, + 29, + 7151 + ], + "[[[[DT_7]]]]": [ + 0, + 0, + 88591 + ], + "[[[[DT_21]]]]": [ + 0, + 15, + 7151 + ], + "[[[[DT_11]]]]": [ + 0, + 2, + 904885 + ], + "[[[[DT_3]]]]": [ + -1, + 86399, + 7151 + ], + "[[[[DT_27]]]]": [ + 0, + 23, + 7151 + ], + "[[[[DT_8]]]]": [ + 0, + 1, + 7151 + ], + "[[[[DT_29]]]]": [ + 0, + 28, + 7151 + ], + "[[[[DT_14]]]]": [ + 0, + 3, + 219525 + ], + "[[[[DT_10]]]]": [ + 0, + 2, + 7151 + ], + "[[[[DT_24]]]]": [ + 0, + 18, + 74007 + ], + "[[[[DT_35]]]]": [ + 0, + 3669, + 7151 + ], + "[[[[DT_4]]]]": [ + 0, + 0, + 0 + ], + "[[[[DT_22]]]]": [ + 0, + 15, + 161036 + ], + "[[[[DT_1]]]]": [ + -1, + 85917, + 7151 + ], + "[[[[DT_13]]]]": [ + 0, + 3, + 7151 + ], + "[[[[DT_25]]]]": [ + 0, + 18, + 249741 + ], + "[[[[DT_34]]]]": [ + 0, + 38, + 180531 + ], + "[[[[DT_6]]]]": [ + 0, + 0, + 7151 + ], + "[[[[DT_33]]]]": [ + 0, + 38, + 7151 + ], + "[[[[DT_12]]]]": [ + 0, + 3, + 9912 + ], + "[[[[DT_26]]]]": [ + 0, + 18, + 460592 + ], + "[[[[DT_19]]]]": [ + 0, + 14, + 730590 + ], + "[[[[DT_37]]]]": [ + 0, + 3669, + 562942 + ], + "[[[[DT_28]]]]": [ + 0, + 23, + 795448 + ], + "[[[[DT_38]]]]": [ + 0, + 3669, + 996225 + ], + "[[[[DT_18]]]]": [ + 0, + 14, + 7151 + ], + "[[[[DT_0]]]]": [ + -1, + 81549, + 7151 + ] + }, + "uuid": 28, + "v6": 1 + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_3]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_3]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_4]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_4]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_1]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "old_display_name": "LON-Managed-Linux-Server581099447514", + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_3]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_3]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_6]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_5]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_7]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_2]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_1]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": 512, + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": 40, + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_8]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_6]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_9]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_3]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_3]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_3]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_10]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_7]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_11]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_4]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_3]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_2]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_10]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_8]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin" + ], + "timestamp": "[[[[DT_12]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_5]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_13]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_9]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_14]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_6]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.exists.verified", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_3]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "audit_period_ending": "[[[[DT_13]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_10]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_15]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_7]]]]", + "_context_glance_api_servers": null, + "original_message_id": "[[[[UUID_11]]]]", + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.exists", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": {}, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "launched_at": "[[[[DT_2]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "vm_mode": "hvm", + "base_image_ref": "[[[[UUID_3]]]]", + "os_distro": "debian", + "org.openstack__1__os_distro": "org.debian", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "auto_disk_config": "disabled", + "min_disk": "40", + "cache_in_nova": "True", + "os_type": "linux", + "org.openstack__1__os_version": "7" + }, + "architecture": "x64", + "audit_period_ending": "[[[[DT_13]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_11]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_15]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_7]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.rebuild.start", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "launched_at": "[[[[DT_13]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "image_name": "[[[[image_name]]]]", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_12]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_16]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_8]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuilding", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuilding", + "audit_period_ending": "[[[[DT_13]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_13]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_17]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_9]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_block_device_mapping", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": "rebuilding", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_block_device_mapping", + "audit_period_ending": "[[[[DT_18]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_14]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_19]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_10]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": "rebuild_block_device_mapping", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_18]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_15]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_20]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_11]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_21]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_16]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_22]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_12]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_23]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_17]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_24]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_13]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_23]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_18]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_25]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_14]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_23]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_19]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_26]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_15]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_27]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_20]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_28]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_16]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_29]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_21]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_30]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_17]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_31]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_22]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_32]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_18]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_33]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_23]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_34]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_19]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_35]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_24]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_36]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_20]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "rebuild_spawning", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": null, + "old_task_state": null, + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_13]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": "rebuild_spawning", + "audit_period_ending": "[[[[DT_35]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_25]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_37]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_21]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.update", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "bandwidth": { + "public": { + "bw_in": 0, + "bw_out": 0 + }, + "private": { + "bw_in": 0, + "bw_out": 0 + } + }, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "hostname": "[[[[hostname]]]]", + "state": "active", + "old_state": "active", + "old_task_state": "rebuild_spawning", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "audit_period_beginning": "[[[[DT_0]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "launched_at": "[[[[DT_35]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "architecture": "x64", + "new_task_state": null, + "audit_period_ending": "[[[[DT_35]]]]", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": false, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_26]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_38]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_22]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + }, + { + "_context_request_id": "req-[[[[UUID_0]]]]", + "_context_quota_class": null, + "event_type": "compute.instance.rebuild.end", + "_context_auth_token": "[[[[XUUID_0]]]]", + "_context_user_id": "[[[[user_id]]]]", + "payload": { + "state_description": "", + "availability_zone": null, + "terminated_at": "", + "ephemeral_gb": 0, + "instance_type_id": 3, + "deleted_at": "", + "reservation_id": "[[[[reservation_id]]]]", + "instance_id": "[[[[UUID_1]]]]", + "user_id": "[[[[user_id]]]]", + "fixed_ips": [ + { + "floating_ips": [], + "label": "public", + "version": 4, + "meta": {}, + "address": "[[[[V4_0]]]]", + "type": "fixed" + }, + { + "floating_ips": [], + "label": "public", + "version": 6, + "meta": {}, + "address": "[[[[V6_0]]]]", + "type": "fixed" + }, + { + "floating_ips": [], + "label": "private", + "version": 4, + "meta": {}, + "address": "[[[[V4_5]]]]", + "type": "fixed" + } + ], + "hostname": "[[[[hostname]]]]", + "state": "active", + "image_meta": { + "container_format": "ovf", + "min_ram": "512", + "os_distro": "centos", + "org.openstack__1__os_distro": "org.centos", + "image_type": "base", + "disk_format": "vhd", + "org.openstack__1__architecture": "x64", + "min_disk": "40", + "cache_in_nova": "True", + "auto_disk_config": "True", + "os_type": "linux", + "org.openstack__1__os_version": "5.10" + }, + "launched_at": "[[[[DT_35]]]]", + "metadata": {}, + "node": "[[[[node]]]]", + "ramdisk_id": "", + "access_ip_v6": "[[[[V6_0]]]]", + "disk_gb": 40, + "access_ip_v4": "[[[[V4_0]]]]", + "kernel_id": "", + "image_name": "[[[[image_name]]]]", + "host": "[[[[host]]]]", + "display_name": "[[[[display_name]]]]", + "image_ref_url": "http://[[[[V4_4]]]]:9292/images/[[[[UUID_2]]]]", + "root_gb": 40, + "tenant_id": "[[[[tenant_id]]]]", + "created_at": "[[[[DT_1]]]]", + "memory_mb": 1024, + "instance_type": "1GB Standard Instance", + "vcpus": 1, + "architecture": "x64", + "os_type": "linux", + "instance_flavor_id": "3" + }, + "priority": "INFO", + "_context_is_admin": true, + "_context_user": "[[[[user_id]]]]", + "publisher_id": "[[[[publisher_id]]]]", + "message_id": "[[[[UUID_27]]]]", + "_context_remote_address": "[[[[V4_2]]]]", + "_context_roles": [ + "checkmate", + "object-store:default", + "compute:default", + "identity:user-admin", + "admin" + ], + "timestamp": "[[[[DT_39]]]]", + "_context_timestamp": "[[[[DT_5]]]]", + "_unique_id": "[[[[XUUID_23]]]]", + "_context_glance_api_servers": null, + "_context_project_name": "[[[[tenant_id]]]]", + "_context_read_deleted": "no", + "_context_tenant": "[[[[tenant_id]]]]", + "_context_instance_lock_checked": false, + "_context_project_id": "[[[[tenant_id]]]]", + "_context_user_name": "[[[[user_id]]]]" + } +] \ No newline at end of file diff --git a/demo/files/server/data.txt b/demo/files/server/data.txt new file mode 100644 index 0000000..3d90688 --- /dev/null +++ b/demo/files/server/data.txt @@ -0,0 +1,3 @@ +EVENT MAGIC
+EVENT MAGIC
+WHAT
diff --git a/demo/files/server/events.php b/demo/files/server/events.php new file mode 100644 index 0000000..06bfd81 --- /dev/null +++ b/demo/files/server/events.php @@ -0,0 +1,11 @@ + \n"; +file_put_contents($file, $current); + +?> \ No newline at end of file diff --git a/demo/files/server/index.html b/demo/files/server/index.html new file mode 100644 index 0000000..15fde8d --- /dev/null +++ b/demo/files/server/index.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/demo/files/transform_definition.yaml b/demo/files/transform_definition.yaml new file mode 100644 index 0000000..aa17c9d --- /dev/null +++ b/demo/files/transform_definition.yaml @@ -0,0 +1,18 @@ +--- +- event_type: compute.instance.* + traits: &instance_traits + tenant_id: + fields: payload.tenant_id + service: + fields: publisher_id + plugin: split +- event_type: compute.instance.exists + traits: + <<: *instance_traits + audit_period_beginning: + type: datetime + fields: payload.audit_period_beginning + audit_period_ending: + type: datetime + fields: payload.audit_period_ending + diff --git a/demo/webserver.sh b/demo/webserver.sh new file mode 100755 index 0000000..3db8238 --- /dev/null +++ b/demo/webserver.sh @@ -0,0 +1,2 @@ +#/bin/bash +php -S 0.0.0.0:8765 -t files/server \ No newline at end of file