commit e82c7b43362bceb8d4ae9d121d023e42268204db Author: Scott Little Date: Tue Aug 7 11:51:21 2018 -0400 StarlingX open source release updates Signed-off-by: Scott Little diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 000000000..7919d1579 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,12 @@ +[run] +branch = True +parallel = True +source = + dcmanager + dcorch + +[report] +ignore_errors = True +omit = + */tests/* + diff --git a/.coveragerc_xml b/.coveragerc_xml new file mode 100644 index 000000000..74ad8161a --- /dev/null +++ b/.coveragerc_xml @@ -0,0 +1,11 @@ +[run] +branch = True +parallel = True +source = + distributedcloud + +[report] +ignore_errors = True +omit = + */tests/* + diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6daaa9967 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +cover +coverage.xml +.coverage\.* +.current.cfg +.tox +nosetests.xml +.testrepository +.venv + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Complexity +output/*.html +output/*/index.html + +# Sphinx +doc/build + +# pbr generates these +AUTHORS +ChangeLog + +# Editors +*~ +.*.swp +.*sw? + diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..c6e0723c5 --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +# Format is: +# +Dimitri Mazmanov diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 000000000..7c167d762 --- /dev/null +++ b/.testr.conf @@ -0,0 +1,14 @@ +# The sed command is required for coverage to work. +# otherwise testr will pass --source distributedcloud when invoking coverage +# which breaks the source definitions in the .coveragerc file +[DEFAULT] +test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} + OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} + OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} + PYTHON=$(echo ${PYTHON:-python} | sed 's/--source distributedcloud//g') + ${PYTHON} -m subunit.run discover -s dcmanager $LISTOPT $IDOPTION + ${PYTHON} -m subunit.run discover -s dcorch $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list +test_run_concurrency=echo 5 + diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000..5f3109629 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,14 @@ +If you would like to contribute to the development of OpenStack, you must +follow the steps in this page: + + http://docs.openstack.org/infra/manual/developers.html + +If you already have a good understanding of how the system works and your +OpenStack accounts are set up, you can skip to the development workflow +section of this documentation to learn how changes to OpenStack should be +submitted for review via the Gerrit tool: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + diff --git a/CONTRIBUTORS.wrs b/CONTRIBUTORS.wrs new file mode 100644 index 000000000..01f3eb4d2 --- /dev/null +++ b/CONTRIBUTORS.wrs @@ -0,0 +1,20 @@ +The following contributors from Wind River have developed the seed code in this +repository. We look forward to community collaboration and contributions for +additional features, enhancements and refactoring. +Contributors: +============= +Al Bailey +Alex Kozyrev +Andy Ning +Angie Wang +Bart Wensley +Chris Friesen +John Kung +Kam Nasim +Kevin Smith +Lachlan Plant +Saju Oommen +Stefan Dinescu +Tao Liu +Tyler Smith + diff --git a/HACKING.rst b/HACKING.rst new file mode 100644 index 000000000..e49c27384 --- /dev/null +++ b/HACKING.rst @@ -0,0 +1,4 @@ +DistributedCloud Style Commandments +=============================================== + +Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..68c771a09 --- /dev/null +++ b/LICENSE @@ -0,0 +1,176 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..641408321 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,9 @@ +include AUTHORS +include ChangeLog +include dcmanager/db/sqlalchemy/migrate_repo/migrate.cfg +include dcorch/db/sqlalchemy/migrate_repo/migrate.cfg +exclude .gitignore +exclude .gitreview +exclude .current.cfg + +global-exclude *.pyc diff --git a/README.rst b/README.rst new file mode 100644 index 000000000..7aa9c1c50 --- /dev/null +++ b/README.rst @@ -0,0 +1,6 @@ +DistributedCloud +=============================== + +Wind River's Distributed Cloud system supports an edge computing solution by providing +central management and orchestration for a geographically distributed network of Titanium +Cloud systems. diff --git a/README_DC b/README_DC new file mode 100644 index 000000000..7a2b71bbf --- /dev/null +++ b/README_DC @@ -0,0 +1,58 @@ +# These are instructions for building and installing Distributed Cloud + +# Packages and configure script are now included in the load + +# Run configure script (on target - requires root privileges) + +configure_dc.sh + +# To use DC Manager CLI (these are just examples) + +source /etc/nova/openrc +# Add subclouds (description and location are optional) +dcmanager subcloud add --name=subcloud1 \ + --description="subcloud1 description" \ + --location="subcloud 1 location" \ + --management-subnet=192.168.101.0/24 \ + --management-start-ip=192.168.101.2 \ + --management-end-ip=192.168.101.50 \ + --management-gateway-ip=192.168.101.1 \ + --systemcontroller-gateway-ip=192.168.204.101 +dcmanager subcloud add --name=subcloud2 \ + --management-subnet=192.168.102.0/24 \ + --management-start-ip=192.168.102.2 \ + --management-end-ip=192.168.102.50 \ + --management-gateway-ip=192.168.102.1 \ + --systemcontroller-gateway-ip=192.168.204.101 +# List all subclouds +dcmanager subcloud list +# Show a single subcloud +dcmanager subcloud show 1 +dcmanager subcloud show subcloud2 +# Update subcloud description or location +dcmanager subcloud update 1 \ + --description="new subcloud1 description" \ + --location="new subcloud1 location" +# Generate config for a subcloud (additional items are optional) +dcmanager subcloud generate-config 1 \ + --management-interface-port=enp0s8 \ + --management-interface-mtu=1500 \ + --oam-subnet=10.10.10.0/24 \ + --oam-gateway-ip=10.10.10.1 \ + --oam-floating-ip=10.10.10.12 \ + --oam-unit-0-ip=10.10.10.13 \ + --oam-unit-1-ip=10.10.10.14 \ + --oam-interface-port=enp0s3 \ + --oam-interface-mtu=1500 +dcmanager subcloud generate-config 2 +# Unlock a subcloud +dcmanager subcloud unlock 1 +# Lock a subcloud +dcmanager subcloud lock 1 +# Delete a subcloud (must be locked) +dcmanager subcloud delete 1 + +# To use DC Orchestrator API directly + +run "openstack token issue", then copy the token. Then to add a subcloud it's something like this: +curl -H "Content-Type: application/json" -H "X-Auth-Token: gAAAAABZ3pT6ZLUaMJfTjAius1zFjcYq25JyiI-eHJe_m5B4NheiN_T94wbG-NrFAAbYNKkOb90MdQ5fnTMjGi1QqZyJ9Rkyg2ZvnaI3Sj8Cw6cSl7goyG0rzseP9b1qADmvX66aqZx79pQQUE0EcC2YDPh-mwgYRoerjuNQ_DGYeWOfZxa06kk " -X POST -d '{"subcloud":"subcloud2"}' http://127.0.0.1:8118/v1.0/d9f1bcfd50b447de993ec90614e9bdc8/subclouds diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 000000000..15cd6cb76 --- /dev/null +++ b/babel.cfg @@ -0,0 +1,2 @@ +[python: **.py] + diff --git a/dcmanager/__init__.py b/dcmanager/__init__.py new file mode 100644 index 000000000..f66b26aaf --- /dev/null +++ b/dcmanager/__init__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import pbr.version + + +__version__ = pbr.version.VersionInfo('distributedcloud').version_string() diff --git a/dcmanager/api/README.rst b/dcmanager/api/README.rst new file mode 100755 index 000000000..654c8c9e7 --- /dev/null +++ b/dcmanager/api/README.rst @@ -0,0 +1,31 @@ +=============================== +api +=============================== + +DC Manager API is Web Server Gateway Interface (WSGI) application to receive +and process API calls, including keystonemiddleware to do the authentication, +parameter check and validation, convert API calls to job rpc message, and +then send the job to DC Manager Manager through the queue. If the job will +be processed by DC Manager Manager in synchronous way, the DC Manager API will +wait for the response from the DC Manager Manager. Otherwise, the DC Manager +API will send response to the API caller first, and then send the job to +DC Manager Manager in asynchronous way. + +Multiple DC Manager API could run in parallel, and also can work in +multi-worker mode. + +Multiple DC Manager API will be designed and run in stateless mode, persistent +data will be accessed (read and write) from the DC Manager Database through +the DAL module. + +Setup and encapsulate the API WSGI app + +app.py: + Setup and encapsulate the API WSGI app, including integrate the + keystonemiddleware app + +api_config.py: + API configuration loading and init + +enforcer.py + Enforces policies on the version2 APIs diff --git a/dcmanager/api/__init__.py b/dcmanager/api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/api/api_config.py b/dcmanager/api/api_config.py new file mode 100644 index 000000000..3357a70c5 --- /dev/null +++ b/dcmanager/api/api_config.py @@ -0,0 +1,111 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +Routines for configuring DC Manager, largely copy from Neutron +""" + +import os +import sys + + +from oslo_config import cfg +from oslo_log import log as logging + +from dcmanager.common.i18n import _ + + +# from dcmanager import policy +from dcmanager.common import version + +LOG = logging.getLogger(__name__) + +common_opts = [ + cfg.StrOpt('bind_host', default='0.0.0.0', + help=_("The host IP to bind to")), + cfg.IntOpt('bind_port', default=8119, + help=_("The port to bind to")), + cfg.IntOpt('api_workers', default=2, + help=_("number of api workers")), + cfg.StrOpt('state_path', + default=os.path.join(os.path.dirname(__file__), '../'), + help='Top-level directory for maintaining dcmanager state'), + cfg.StrOpt('api_extensions_path', default="", + help=_("The path for API extensions")), + cfg.StrOpt('auth_strategy', default='keystone', + help=_("The type of authentication to use")), + cfg.BoolOpt('allow_bulk', default=True, + help=_("Allow the usage of the bulk API")), + cfg.BoolOpt('allow_pagination', default=False, + help=_("Allow the usage of the pagination")), + cfg.BoolOpt('allow_sorting', default=False, + help=_("Allow the usage of the sorting")), + cfg.StrOpt('pagination_max_limit', default="-1", + help=_("The maximum number of items returned in a single " + "response, value was 'infinite' or negative integer " + "means no limit")), +] + + +def init(args, **kwargs): + # Register the configuration options + cfg.CONF.register_opts(common_opts) + + # ks_session.Session.register_conf_options(cfg.CONF) + # auth.register_conf_options(cfg.CONF) + logging.register_options(cfg.CONF) + + cfg.CONF(args=args, project='dcmanager', + version='%%(prog)s %s' % version.version_info.release_string(), + **kwargs) + + +def setup_logging(): + """Sets up the logging options for a log with supplied name.""" + product_name = "dcmanager" + logging.setup(cfg.CONF, product_name) + LOG.info("Logging enabled!") + LOG.info("%(prog)s version %(version)s", + {'prog': sys.argv[0], + 'version': version.version_info.release_string()}) + LOG.debug("command line: %s", " ".join(sys.argv)) + + +def reset_service(): + # Reset worker in case SIGHUP is called. + # Note that this is called only in case a service is running in + # daemon mode. + setup_logging() + + # TODO(joehuang) enforce policy later + # policy.refresh() + + +def test_init(): + # Register the configuration options + cfg.CONF.register_opts(common_opts) + logging.register_options(cfg.CONF) + setup_logging() + + +def list_opts(): + yield None, common_opts diff --git a/dcmanager/api/app.py b/dcmanager/api/app.py new file mode 100644 index 000000000..fca856733 --- /dev/null +++ b/dcmanager/api/app.py @@ -0,0 +1,97 @@ +# Copyright (c) 2015 Huawei, Tech. Co,. Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import pecan + +from keystonemiddleware import auth_token +from oslo_config import cfg +from oslo_middleware import request_id +from oslo_service import service + +from dcmanager.common import context as ctx +from dcmanager.common.i18n import _ + + +def setup_app(*args, **kwargs): + + opts = cfg.CONF.pecan + config = { + 'server': { + 'port': cfg.CONF.bind_port, + 'host': cfg.CONF.bind_host + }, + 'app': { + 'root': 'dcmanager.api.controllers.root.RootController', + 'modules': ['dcmanager.api'], + "debug": opts.debug, + "auth_enable": opts.auth_enable, + 'errors': { + 400: '/error', + '__force_dict__': True + } + } + } + + pecan_config = pecan.configuration.conf_from_dict(config) + + # app_hooks = [], hook collection will be put here later + + app = pecan.make_app( + pecan_config.app.root, + debug=False, + wrap_app=_wrap_app, + force_canonical=False, + hooks=lambda: [ctx.AuthHook()], + guess_content_type_from_ext=True + ) + + return app + + +def _wrap_app(app): + app = request_id.RequestId(app) + if cfg.CONF.pecan.auth_enable and cfg.CONF.auth_strategy == 'keystone': + conf = dict(cfg.CONF.keystone_authtoken) + # Change auth decisions of requests to the app itself. + conf.update({'delay_auth_decision': True}) + + # NOTE: Policy enforcement works only if Keystone + # authentication is enabled. No support for other authentication + # types at this point. + return auth_token.AuthProtocol(app, conf) + else: + return app + + +_launcher = None + + +def serve(api_service, conf, workers=1): + global _launcher + if _launcher: + raise RuntimeError(_('serve() can only be called once')) + + _launcher = service.launch(conf, api_service, workers=workers) + + +def wait(): + _launcher.wait() diff --git a/dcmanager/api/controllers/README.rst b/dcmanager/api/controllers/README.rst new file mode 100755 index 000000000..c3d668e25 --- /dev/null +++ b/dcmanager/api/controllers/README.rst @@ -0,0 +1,14 @@ +=============================== +controllers +=============================== + +API request processing + +root.py: + API root request + +subclouds.py + Controller for all the subcloud related requests + +restcomm.py: + common functionality used in API diff --git a/dcmanager/api/controllers/__init__.py b/dcmanager/api/controllers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/api/controllers/restcomm.py b/dcmanager/api/controllers/restcomm.py new file mode 100644 index 000000000..9cd2320de --- /dev/null +++ b/dcmanager/api/controllers/restcomm.py @@ -0,0 +1,48 @@ +# Copyright (c) 2015 Huawei Tech. Co., Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +from pecan import request + +import dcmanager.common.context as k_context + + +def extract_context_from_environ(): + context_paras = {'auth_token': 'HTTP_X_AUTH_TOKEN', + 'user': 'HTTP_X_USER_ID', + 'project': 'HTTP_X_TENANT_ID', + 'user_name': 'HTTP_X_USER_NAME', + 'tenant_name': 'HTTP_X_PROJECT_NAME', + 'domain': 'HTTP_X_DOMAIN_ID', + 'roles': 'HTTP_X_ROLE', + 'user_domain': 'HTTP_X_USER_DOMAIN_ID', + 'project_domain': 'HTTP_X_PROJECT_DOMAIN_ID', + 'request_id': 'openstack.request_id'} + + environ = request.environ + + for key in context_paras: + context_paras[key] = environ.get(context_paras[key]) + role = environ.get('HTTP_X_ROLE') + + context_paras['is_admin'] = 'admin' in role.split(',') + return k_context.RequestContext(**context_paras) diff --git a/dcmanager/api/controllers/root.py b/dcmanager/api/controllers/root.py new file mode 100644 index 000000000..a03246e8f --- /dev/null +++ b/dcmanager/api/controllers/root.py @@ -0,0 +1,64 @@ +# Copyright (c) 2015 Huawei Tech. Co., Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +import pecan + +from dcmanager.api.controllers.v1 import root as v1_root + + +class RootController(object): + + @pecan.expose('json') + def _lookup(self, version, *remainder): + version = str(version) + minor_version = version[-1] + major_version = version[1] + remainder = remainder + (minor_version,) + if major_version == '1': + return v1_root.Controller(), remainder + + @pecan.expose(generic=True, template='json') + def index(self): + return { + "versions": [ + { + "status": "CURRENT", + "links": [ + { + "rel": "self", + "href": pecan.request.application_url + "/v1.0/" + } + ], + "id": "v1.0", + "updated": "2017-10-2" + } + ] + } + + @index.when(method='POST') + @index.when(method='PUT') + @index.when(method='DELETE') + @index.when(method='HEAD') + @index.when(method='PATCH') + def not_supported(self): + pecan.abort(405) diff --git a/dcmanager/api/controllers/v1/__init__.py b/dcmanager/api/controllers/v1/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/api/controllers/v1/alarm_manager.py b/dcmanager/api/controllers/v1/alarm_manager.py new file mode 100644 index 000000000..f8890df4a --- /dev/null +++ b/dcmanager/api/controllers/v1/alarm_manager.py @@ -0,0 +1,87 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from dcmanager.api.controllers import restcomm +from dcorch.rpc import client as dcorch_rpc_client +from oslo_log import log as logging +from pecan import expose + +LOG = logging.getLogger(__name__) + + +class SubcloudAlarmController(object): + VERSION_ALIASES = { + 'Newton': '1.0', + } + + def __init__(self, *args, **kwargs): + super(SubcloudAlarmController, self).__init__(*args, **kwargs) + self.dcorch_rpc_client = dcorch_rpc_client.EngineClient() + + # to do the version compatibility for future purpose + def _determine_version_cap(self, target): + version_cap = 1.0 + return version_cap + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + def _get_alarm_aggregates(self): + summary = [] + context = restcomm.extract_context_from_environ() + alarms = self.dcorch_rpc_client.get_alarm_summary(context) + for alarm in alarms: + alarm_dict = {'region_name': alarm['region_name'], + 'uuid': alarm['uuid'], + 'critical_alarms': alarm['critical_alarms'], + 'major_alarms': alarm['major_alarms'], + 'minor_alarms': alarm['minor_alarms'], + 'warnings': alarm['warnings'], + 'cloud_status': alarm['cloud_status']} + summary.append(alarm_dict) + return {'alarm_summary': summary} + + @index.when(method='GET', template='json') + def get(self): + """Get List of alarm summarys + + """ + return self._get_alarm_aggregates() + + def _get_alarm_summary(self): + alarms = self._get_alarm_aggregates() + summary = {'critical': 0, + 'degraded': 0, + 'ok': 0, + 'unreachable': 0} + for alarm in alarms: + summary[alarm['cloud_status']] += 1 + return summary + + @index.when(method='summary', template='json') + def summary(self): + """Get an agregate of all subcloud status + + """ + return self._get_alarm_summary() diff --git a/dcmanager/api/controllers/v1/root.py b/dcmanager/api/controllers/v1/root.py new file mode 100644 index 000000000..9dc4c25b0 --- /dev/null +++ b/dcmanager/api/controllers/v1/root.py @@ -0,0 +1,63 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +from dcmanager.api.controllers.v1 import alarm_manager +from dcmanager.api.controllers.v1 import subclouds +from dcmanager.api.controllers.v1 import sw_update_options +from dcmanager.api.controllers.v1 import sw_update_strategy + +import pecan + + +class Controller(object): + + def _get_resource_controller(self, remainder): + + if not remainder: + pecan.abort(404) + return + minor_version = remainder[-1] + remainder = remainder[:-1] + sub_controllers = dict() + if minor_version == '0': + sub_controllers["subclouds"] = subclouds.SubcloudsController + sub_controllers["alarms"] = alarm_manager.SubcloudAlarmController + sub_controllers["sw-update-strategy"] = \ + sw_update_strategy.SwUpdateStrategyController + sub_controllers["sw-update-options"] = \ + sw_update_options.SwUpdateOptionsController + + for name, ctrl in sub_controllers.items(): + setattr(self, name, ctrl) + + resource = remainder[0] + if resource not in sub_controllers: + pecan.abort(404) + return + + remainder = remainder[1:] + return sub_controllers[resource](), remainder + + @pecan.expose() + def _lookup(self, *remainder): + return self._get_resource_controller(remainder) diff --git a/dcmanager/api/controllers/v1/subclouds.py b/dcmanager/api/controllers/v1/subclouds.py new file mode 100644 index 000000000..222785023 --- /dev/null +++ b/dcmanager/api/controllers/v1/subclouds.py @@ -0,0 +1,688 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import keyring +from netaddr import IPAddress +from netaddr import IPNetwork +from netaddr import IPRange +from oslo_config import cfg +from oslo_log import log as logging +from oslo_messaging import RemoteError + +import pecan +from pecan import expose +from pecan import request + +from configutilities.common import crypt +from configutilities.common.exceptions import ValidateFail +from configutilities.common.utils import validate_address_str +from configutilities.common.utils import validate_network_str + +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient + +from dcmanager.api.controllers import restcomm +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.db import api as db_api +from dcmanager.drivers.openstack.sysinv_v1 import SysinvClient +from dcmanager.rpc import client as rpc_client + +from Crypto.Hash import MD5 +import json + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) +# System mode +SYSTEM_MODE_DUPLEX = "duplex" +SYSTEM_MODE_SIMPLEX = "simplex" +SYSTEM_MODE_DUPLEX_DIRECT = "duplex-direct" + + +class SubcloudsController(object): + VERSION_ALIASES = { + 'Newton': '1.0', + } + + def __init__(self): + super(SubcloudsController, self).__init__() + self.rpc_client = rpc_client.ManagerClient() + + # to do the version compatibility for future purpose + def _determine_version_cap(self, target): + version_cap = 1.0 + return version_cap + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + def _validate_subcloud_config(self, + context, + name, + management_subnet_str, + management_start_ip_str, + management_end_ip_str, + management_gateway_ip_str, + systemcontroller_gateway_ip_str): + """Check whether subcloud config is valid.""" + + # Validate the name + if name.isdigit(): + pecan.abort(400, _("name must contain alphabetic characters")) + + if name in [consts.DEFAULT_REGION_NAME, + consts.SYSTEM_CONTROLLER_NAME]: + pecan.abort(400, _("name cannot be %(bad_name1)s or %(bad_name2)s") + % {'bad_name1': consts.DEFAULT_REGION_NAME, + 'bad_name2': consts.SYSTEM_CONTROLLER_NAME}) + + # Parse/validate the management subnet + subcloud_subnets = [] + subclouds = db_api.subcloud_get_all(context) + for subcloud in subclouds: + subcloud_subnets.append(IPNetwork(subcloud.management_subnet)) + + MIN_MANAGEMENT_SUBNET_SIZE = 8 + # subtract 3 for network, gateway and broadcast addresses. + MIN_MANAGEMENT_ADDRESSES = MIN_MANAGEMENT_SUBNET_SIZE - 3 + + management_subnet = None + try: + management_subnet = validate_network_str( + management_subnet_str, + minimum_size=MIN_MANAGEMENT_SUBNET_SIZE, + existing_networks=subcloud_subnets) + except ValidateFail as e: + LOG.exception(e) + pecan.abort(400, _("management-subnet invalid: %s") % e) + + # Parse/validate the start/end addresses + management_start_ip = None + try: + management_start_ip = validate_address_str( + management_start_ip_str, management_subnet) + except ValidateFail as e: + LOG.exception(e) + pecan.abort(400, _("management-start-ip invalid: %s") % e) + + management_end_ip = None + try: + management_end_ip = validate_address_str( + management_end_ip_str, management_subnet) + except ValidateFail as e: + LOG.exception(e) + pecan.abort(400, _("management-end-ip invalid: %s") % e) + + if not management_start_ip < management_end_ip: + pecan.abort( + 400, + _("management-start-ip not less than management-end-ip")) + + if not len(IPRange(management_start_ip, management_end_ip)) >= \ + MIN_MANAGEMENT_ADDRESSES: + pecan.abort( + 400, + _("management address range must contain at least %d " + "addresses") % MIN_MANAGEMENT_ADDRESSES) + + # Parse/validate the gateway + try: + validate_address_str( + management_gateway_ip_str, management_subnet) + except ValidateFail as e: + LOG.exception(e) + pecan.abort(400, _("management-gateway-ip invalid: %s") % e) + + # Ensure subcloud management gateway is not within the actual subcloud + # management subnet address pool for consistency with the + # systemcontroller gateway restriction below. Address collision + # is not a concern as the address is added to sysinv. + subcloud_mgmt_address_start = IPAddress(management_start_ip_str) + subcloud_mgmt_address_end = IPAddress(management_end_ip_str) + subcloud_mgmt_gw_ip = IPAddress(management_gateway_ip_str) + if ((subcloud_mgmt_gw_ip >= subcloud_mgmt_address_start) and + (subcloud_mgmt_gw_ip <= subcloud_mgmt_address_end)): + pecan.abort(400, _("management-gateway-ip invalid, " + "is within management pool: %(start)s - " + "%(end)s") % + {'start': subcloud_mgmt_address_start, + 'end': subcloud_mgmt_address_end}) + + # Ensure systemcontroller gateway is in the management subnet + # for the systemcontroller region. + management_address_pool = self._get_management_address_pool(context) + systemcontroller_subnet_str = "%s/%d" % ( + management_address_pool.network, + management_address_pool.prefix) + systemcontroller_subnet = IPNetwork(systemcontroller_subnet_str) + try: + validate_address_str( + systemcontroller_gateway_ip_str, systemcontroller_subnet) + except ValidateFail as e: + LOG.exception(e) + pecan.abort(400, _("systemcontroller-gateway-ip invalid: %s") % e) + # Ensure systemcontroller gateway is not within the actual + # management subnet address pool to prevent address collision. + mgmt_address_start = IPAddress(management_address_pool.ranges[0][0]) + mgmt_address_end = IPAddress(management_address_pool.ranges[0][1]) + systemcontroller_gw_ip = IPAddress(systemcontroller_gateway_ip_str) + if ((systemcontroller_gw_ip >= mgmt_address_start) and + (systemcontroller_gw_ip <= mgmt_address_end)): + pecan.abort(400, _("systemcontroller-gateway-ip invalid, " + "is within management pool: %(start)s - " + "%(end)s") % + {'start': mgmt_address_start, 'end': mgmt_address_end}) + + def _create_subcloud_config_file(self, context, subcloud, payload): + """Creates the subcloud config file for a subcloud.""" + DEFAULT_STR = '' + + pxe_cidr = payload.get( + 'pxe-subnet', DEFAULT_STR) + management_vlan = payload.get( + 'management-vlan', DEFAULT_STR) + management_interface_mtu = payload.get( + 'management-interface-mtu', DEFAULT_STR) + management_interface_ports = payload.get( + 'management-interface-port', DEFAULT_STR) + oam_cidr = payload.get( + 'oam-subnet', DEFAULT_STR) + oam_gateway = payload.get( + 'oam-gateway-ip', DEFAULT_STR) + oam_ip_floating_address = payload.get( + 'oam-floating-ip', DEFAULT_STR) + oam_ip_unit_0_address = payload.get( + 'oam-unit-0-ip', DEFAULT_STR) + oam_ip_unit_1_address = payload.get( + 'oam-unit-1-ip', DEFAULT_STR) + oam_interface_mtu = payload.get( + 'oam-interface-mtu', DEFAULT_STR) + oam_interface_ports = payload.get( + 'oam-interface-port', DEFAULT_STR) + system_mode = payload.get( + 'system-mode', DEFAULT_STR) + + management_address_pool = self._get_management_address_pool(context) + systemcontroller_subnet = "%s/%d" % ( + management_address_pool.network, + management_address_pool.prefix) + sc_mgmt_floating_ip = management_address_pool.floating_address + + subcloud_config = "" + if system_mode in [SYSTEM_MODE_SIMPLEX, SYSTEM_MODE_DUPLEX, + SYSTEM_MODE_DUPLEX_DIRECT]: + subcloud_config += ( + "[SYSTEM]\n" + "SYSTEM_MODE={}\n".format(system_mode)) + + if system_mode == SYSTEM_MODE_SIMPLEX: + subcloud_oamip_config = ( + "IP_ADDRESS = {oam_ip_floating_address}\n" + ).format( + oam_ip_floating_address=oam_ip_floating_address, + ) + else: + subcloud_oamip_config = ( + "IP_FLOATING_ADDRESS = {oam_ip_floating_address}\n" + "IP_UNIT_0_ADDRESS = {oam_ip_unit_0_address}\n" + "IP_UNIT_1_ADDRESS = {oam_ip_unit_1_address}\n" + ).format( + oam_ip_floating_address=oam_ip_floating_address, + oam_ip_unit_0_address=oam_ip_unit_0_address, + oam_ip_unit_1_address=oam_ip_unit_1_address, + ) + + MIN_MANAGEMENT_SUBNET_SIZE = 8 + tmp_management_subnet = validate_network_str( + subcloud.management_subnet, + minimum_size=MIN_MANAGEMENT_SUBNET_SIZE) + + is_ipv6_mgmt = (tmp_management_subnet.version == 6) + + # If ipv6 then we need pxe subnet and management_vlan. + # If user specified pxe boot subnet, then management vlan is required + # and vice versa + if is_ipv6_mgmt or (pxe_cidr != DEFAULT_STR) or \ + (management_vlan != DEFAULT_STR): + subcloud_config += ( + "[REGION2_PXEBOOT_NETWORK]\n" + "PXEBOOT_CIDR = {pxe_cidr}\n" + "[MGMT_NETWORK]\n" + "VLAN = {management_vlan}\n" + ).format( + pxe_cidr=pxe_cidr, + management_vlan=management_vlan, + ) + else: + subcloud_config += "[MGMT_NETWORK]\n" + + subcloud_config += ( + "CIDR = {management_cidr}\n" + "GATEWAY = {management_gateway}\n" + "IP_START_ADDRESS = {management_ip_start_address}\n" + "IP_END_ADDRESS = {management_ip_end_address}\n" + "DYNAMIC_ALLOCATION = Y\n" + "LOGICAL_INTERFACE = LOGICAL_INTERFACE_1\n" + "[LOGICAL_INTERFACE_1]\n" + "LAG_INTERFACE = N\n" + "INTERFACE_MTU = {management_interface_mtu}\n" + "INTERFACE_PORTS = {management_interface_ports}\n" + "[OAM_NETWORK]\n" + "CIDR = {oam_cidr}\n" + "GATEWAY = {oam_gateway}\n" + + subcloud_oamip_config + + "LOGICAL_INTERFACE = LOGICAL_INTERFACE_2\n" + "[LOGICAL_INTERFACE_2]\n" + "LAG_INTERFACE = N\n" + "INTERFACE_MTU = {oam_interface_mtu}\n" + "INTERFACE_PORTS = {oam_interface_ports}\n" + "[SHARED_SERVICES]\n" + "SYSTEM_CONTROLLER_SUBNET = {systemcontroller_subnet}\n" + "SYSTEM_CONTROLLER_FLOATING_ADDRESS = {sc_mgmt_floating_ip}\n" + "REGION_NAME = SystemController\n" + "ADMIN_PROJECT_NAME = admin\n" + "ADMIN_USER_NAME = admin\n" + "ADMIN_PASSWORD = {admin_password}\n" + "KEYSTONE_ADMINURL = {keystone_adminurl}\n" + "KEYSTONE_SERVICE_NAME = keystone\n" + "KEYSTONE_SERVICE_TYPE = identity\n" + "GLANCE_SERVICE_NAME = glance\n" + "GLANCE_SERVICE_TYPE = image\n" + "GLANCE_CACHED = True\n" + "[REGION_2_SERVICES]\n" + "REGION_NAME = {region_2_name}\n" + "[VERSION]\n" + "RELEASE = {release}\n" + ).format( + management_cidr=subcloud.management_subnet, + management_gateway=subcloud.management_gateway_ip, + management_ip_start_address=subcloud.management_start_ip, + management_ip_end_address=subcloud.management_end_ip, + management_interface_mtu=management_interface_mtu, + management_interface_ports=management_interface_ports, + oam_cidr=oam_cidr, + oam_gateway=oam_gateway, + oam_interface_mtu=oam_interface_mtu, + oam_interface_ports=oam_interface_ports, + systemcontroller_subnet=systemcontroller_subnet, + sc_mgmt_floating_ip=sc_mgmt_floating_ip, + admin_password=cfg.CONF.cache.admin_password, + keystone_adminurl=cfg.CONF.cache.auth_uri, + region_2_name=subcloud.name, + release=subcloud.software_version, + ) + return subcloud_config + + def _get_subcloud_users(self): + """Get the subcloud users and passwords from keyring""" + DEFAULT_SERVICE_PROJECT_NAME = 'services' + # First entry is openstack user name, second entry is the user stored + # in keyring. Not sure why heat_admin uses a different keystone name. + SUBCLOUD_USERS = [ + ('nova', 'nova'), + ('placement', 'placement'), + ('sysinv', 'sysinv'), + ('patching', 'patching'), + ('heat', 'heat'), + ('ceilometer', 'ceilometer'), + ('vim', 'vim'), + ('aodh', 'aodh'), + ('panko', 'panko'), + ('mtce', 'mtce'), + ('cinder', 'cinder'), + ('glance', 'glance'), + ('neutron', 'neutron'), + ('heat_admin', 'heat-domain'), + ('gnocchi', 'gnocchi') + ] + + user_list = list() + for user in SUBCLOUD_USERS: + password = keyring.get_password(user[1], + DEFAULT_SERVICE_PROJECT_NAME) + if password: + user_dict = dict() + user_dict['name'] = user[0] + user_dict['password'] = password + user_list.append(user_dict) + else: + LOG.error("User %s not found in keyring as %s" % (user[0], + user[1])) + pecan.abort(500, _('System configuration error')) + + return user_list + + def _get_management_address_pool(self, context): + """Get the system controller's management address pool""" + session = KeystoneClient().endpoint_cache.get_session_from_token( + context.auth_token, context.project) + sysinv_client = SysinvClient(consts.DEFAULT_REGION_NAME, session) + return sysinv_client.get_management_address_pool() + + @index.when(method='GET', template='json') + def get(self, subcloud_ref=None, qualifier=None): + """Get details about subcloud. + + :param subcloud_ref: ID or name of subcloud + """ + context = restcomm.extract_context_from_environ() + + if subcloud_ref is None: + # List of subclouds requested + subclouds = db_api.subcloud_get_all_with_status(context) + result = dict() + result['subclouds'] = [] + first_time = True + subcloud_list = [] + subcloud_status_list = [] + + # We get back a subcloud, subcloud_status pair for every + # subcloud_status entry corresponding to a subcloud. (Subcloud + # info repeats) + # Aggregate all the sync status for each of the + # endpoints per subcloud into an overall sync status + for subcloud, subcloud_status in subclouds: + subcloud_dict = db_api.subcloud_db_model_to_dict(subcloud) + subcloud_status_dict = db_api.subcloud_status_db_model_to_dict( + subcloud_status) + subcloud_dict.update(subcloud_status_dict) + + if not first_time: + if subcloud_list[-1]['id'] == subcloud_dict['id']: + # We have a match for this subcloud id already, + # check if we have a same sync_status + if subcloud_list[-1][consts.SYNC_STATUS] != \ + subcloud_dict[consts.SYNC_STATUS]: + subcloud_list[-1][consts.SYNC_STATUS] = \ + consts.SYNC_STATUS_OUT_OF_SYNC + + if subcloud_status: + subcloud_status_list.append( + db_api.subcloud_endpoint_status_db_model_to_dict( # noqa + subcloud_status)) + subcloud_list[-1][ + consts.ENDPOINT_SYNC_STATUS] = subcloud_status_list + + else: + subcloud_status_list = [] + if subcloud_status: + subcloud_status_list.append( + db_api.subcloud_endpoint_status_db_model_to_dict( # noqa + subcloud_status)) + + subcloud_list.append(subcloud_dict) + else: + if subcloud_status: + subcloud_status_list.append( + db_api.subcloud_endpoint_status_db_model_to_dict( + subcloud_status)) + subcloud_list.append(subcloud_dict) + + first_time = False + + for s in subcloud_list: + result['subclouds'].append(s) + + return result + else: + # Single subcloud requested + subcloud = None + subcloud_dict = dict() + subcloud_status_list = [] + endpoint_sync_dict = dict() + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + subcloud_id = subcloud.id + + if qualifier: + # Configuration for this subcloud requested. + # Encrypt before sending. + if qualifier == 'config': + result = dict() + user_list = self._get_subcloud_users() + + # Use a hash of the subcloud name + management subnet + # as the encryption key + hashstring = subcloud.name + subcloud.management_subnet + h = MD5.new() + h.update(hashstring) + encryption_key = h.hexdigest() + user_list_string = json.dumps(user_list) + user_list_encrypted = crypt.urlsafe_encrypt( + encryption_key, + user_list_string) + result['users'] = user_list_encrypted + return result + else: + pecan.abort(400, _('Invalid request')) + else: + # Data for this subcloud requested + # Build up and append a dictionary of the endpoints + # sync status to the result. + for subcloud, subcloud_status in db_api. \ + subcloud_get_with_status(context, subcloud_id): + subcloud_dict = db_api.subcloud_db_model_to_dict( + subcloud) + # may be empty subcloud_status entry, account for this + if subcloud_status: + subcloud_status_list.append( + db_api.subcloud_endpoint_status_db_model_to_dict( + subcloud_status)) + endpoint_sync_dict = {consts.ENDPOINT_SYNC_STATUS: + subcloud_status_list} + subcloud_dict.update(endpoint_sync_dict) + + return subcloud_dict + + @index.when(method='POST', template='json') + def post(self, subcloud_ref=None, qualifier=None): + """Create a new subcloud. + + :param subcloud_ref: ID of or name subcloud (only used when generating + config) + :param qualifier: if 'config', returns the config INI file for the + subcloud + """ + + context = restcomm.extract_context_from_environ() + + if subcloud_ref is None: + payload = eval(request.body) + if not payload: + pecan.abort(400, _('Body required')) + name = payload.get('name') + if not name: + pecan.abort(400, _('name required')) + management_subnet = payload.get('management-subnet') + if not management_subnet: + pecan.abort(400, _('management-subnet required')) + management_start_ip = payload.get('management-start-ip') + if not management_start_ip: + pecan.abort(400, _('management-start-ip required')) + management_end_ip = payload.get('management-end-ip') + if not management_end_ip: + pecan.abort(400, _('management-end-ip required')) + management_gateway_ip = payload.get('management-gateway-ip') + if not management_gateway_ip: + pecan.abort(400, _('management-gateway-ip required')) + systemcontroller_gateway_ip = \ + payload.get('systemcontroller-gateway-ip') + if not systemcontroller_gateway_ip: + pecan.abort(400, _('systemcontroller-gateway-ip required')) + + self._validate_subcloud_config(context, + name, + management_subnet, + management_start_ip, + management_end_ip, + management_gateway_ip, + systemcontroller_gateway_ip) + + try: + # Ask dcmanager-manager to add the subcloud. + # It will do all the real work... + return self.rpc_client.add_subcloud(context, payload) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to create subcloud')) + elif qualifier: + if qualifier == 'config': + subcloud = None + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + payload = dict() + if request.body: + payload = eval(request.body) + config_file = self._create_subcloud_config_file( + context, subcloud, payload) + result = dict() + result['config'] = config_file + return result + else: + pecan.abort(400, _('Invalid request')) + else: + pecan.abort(400, _('Invalid request')) + + @index.when(method='PATCH', template='json') + def patch(self, subcloud_ref=None): + """Update a subcloud. + + :param subcloud_ref: ID or name of subcloud to update + """ + + context = restcomm.extract_context_from_environ() + subcloud = None + + if subcloud_ref is None: + pecan.abort(400, _('Subcloud ID required')) + + payload = eval(request.body) + if not payload: + pecan.abort(400, _('Body required')) + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + subcloud_id = subcloud.id + + management_state = payload.get('management-state') + description = payload.get('description') + location = payload.get('location') + + if not (management_state or description or location): + pecan.abort(400, _('nothing to update')) + + # Syntax checking + if management_state and \ + management_state not in [consts.MANAGEMENT_UNMANAGED, + consts.MANAGEMENT_MANAGED]: + pecan.abort(400, _('Invalid management-state')) + + try: + # Inform dcmanager-manager that subcloud has been updated. + # It will do all the real work... + subcloud = self.rpc_client.update_subcloud( + context, subcloud_id, management_state=management_state, + description=description, location=location) + return subcloud + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + # additional exceptions. + LOG.exception(e) + pecan.abort(500, _('Unable to update subcloud')) + + @index.when(method='delete', template='json') + def delete(self, subcloud_ref): + """Delete a subcloud. + + :param subcloud_ref: ID or name of subcloud to delete. + """ + context = restcomm.extract_context_from_environ() + subcloud = None + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + subcloud_id = subcloud.id + + try: + # Ask dcmanager-manager to delete the subcloud. + # It will do all the real work... + return self.rpc_client.delete_subcloud(context, subcloud_id) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to delete subcloud')) diff --git a/dcmanager/api/controllers/v1/sw_update_options.py b/dcmanager/api/controllers/v1/sw_update_options.py new file mode 100644 index 000000000..1b083664e --- /dev/null +++ b/dcmanager/api/controllers/v1/sw_update_options.py @@ -0,0 +1,244 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_config import cfg +from oslo_log import log as logging + +import pecan +from pecan import expose +from pecan import request + +from dcmanager.api.controllers import restcomm +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.common import utils +from dcmanager.db import api as db_api +from dcmanager.rpc import client as rpc_client + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + + +class SwUpdateOptionsController(object): + + def __init__(self): + super(SwUpdateOptionsController, self).__init__() + self.rpc_client = rpc_client.ManagerClient() + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + @index.when(method='GET', template='json') + def get(self, subcloud_ref=None): + """Get details about software update options. + + :param subcloud: name or id of subcloud (optional) + """ + context = restcomm.extract_context_from_environ() + + if subcloud_ref is None: + # List of all subcloud options requested. + # Prepend the all clouds default options to the result. + + result = dict() + result['sw-update-options'] = list() + + default_sw_update_opts_dict = utils.get_sw_update_opts( + context) + + result['sw-update-options'].append(default_sw_update_opts_dict) + + subclouds = db_api.sw_update_opts_get_all_plus_subcloud_info( + context) + + for subcloud, sw_update_opts in subclouds: + if sw_update_opts: + result['sw-update-options'].append( + db_api.sw_update_opts_w_name_db_model_to_dict( + sw_update_opts, subcloud.name)) + + return result + + elif subcloud_ref == consts.DEFAULT_REGION_NAME: + # Default options requested, guaranteed to succeed + + return utils.get_sw_update_opts(context) + + else: + # Specific subcloud options requested + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + try: + return utils.get_sw_update_opts( + context, subcloud_id=subcloud.id) + except Exception as e: + pecan.abort(404, _('%s') % e) + + @index.when(method='POST', template='json') + def post(self, subcloud_ref=None): + """Update or create sw update options. + + :param subcloud: name or id of subcloud (optional) + """ + + # Note creating or updating subcloud specific options require + # setting all options. + + context = restcomm.extract_context_from_environ() + + payload = eval(request.body) + if not payload: + pecan.abort(400, _('Body required')) + + if subcloud_ref == consts.DEFAULT_REGION_NAME: + + # update default options + subcloud_name = consts.SW_UPDATE_DEFAULT_TITLE + + if db_api.sw_update_opts_default_get(context): + # entry already in db, update it. + try: + sw_update_opts_ref = db_api.sw_update_opts_default_update( + context, + payload['storage-apply-type'], + payload['compute-apply-type'], + payload['max-parallel-computes'], + payload['alarm-restriction-type'], + payload['default-instance-action']) + except Exception as e: + LOG.exception(e) + raise e + else: + # no entry in db, create one. + try: + sw_update_opts_ref = db_api.sw_update_opts_default_create( + context, + payload['storage-apply-type'], + payload['compute-apply-type'], + payload['max-parallel-computes'], + payload['alarm-restriction-type'], + payload['default-instance-action']) + except Exception as e: + LOG.exception(e) + raise e + else: + # update subcloud options + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + + subcloud_name = subcloud.name + + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + subcloud_name = subcloud_ref + + sw_update_opts = db_api.sw_update_opts_get(context, + subcloud.id) + + if sw_update_opts is None: + sw_update_opts_ref = db_api.sw_update_opts_create( + context, + subcloud.id, + payload['storage-apply-type'], + payload['compute-apply-type'], + payload['max-parallel-computes'], + payload['alarm-restriction-type'], + payload['default-instance-action']) + + else: + # a row is present in table, update + sw_update_opts_ref = db_api.sw_update_opts_update( + context, + subcloud.id, + payload['storage-apply-type'], + payload['compute-apply-type'], + payload['max-parallel-computes'], + payload['alarm-restriction-type'], + payload['default-instance-action']) + + return db_api.sw_update_opts_w_name_db_model_to_dict( + sw_update_opts_ref, subcloud_name) + + @index.when(method='delete', template='json') + def delete(self, subcloud_ref): + """Delete the software update options.""" + + context = restcomm.extract_context_from_environ() + + if subcloud_ref == consts.DEFAULT_REGION_NAME: + # Delete defaults. + # Note by deleting these, the next get will repopulate with + # the global constants. + + try: + db_api.sw_update_opts_default_destroy(context) + except Exception: + return + else: + + if subcloud_ref.isdigit(): + # Look up subcloud as an ID + try: + subcloud = db_api.subcloud_get(context, subcloud_ref) + except exceptions.SubcloudNotFound: + pecan.abort(404, _('Subcloud not found')) + + else: + # Look up subcloud by name + try: + subcloud = db_api.subcloud_get_by_name(context, + subcloud_ref) + except exceptions.SubcloudNameNotFound: + pecan.abort(404, _('Subcloud not found')) + + # Delete the subcloud specific options + if db_api.sw_update_opts_get(context, subcloud.id): + db_api.sw_update_opts_destroy(context, subcloud.id) + else: + pecan.abort(404, _('Subcloud patch options not found')) diff --git a/dcmanager/api/controllers/v1/sw_update_strategy.py b/dcmanager/api/controllers/v1/sw_update_strategy.py new file mode 100755 index 000000000..2f760915d --- /dev/null +++ b/dcmanager/api/controllers/v1/sw_update_strategy.py @@ -0,0 +1,196 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_config import cfg +from oslo_log import log as logging +from oslo_messaging import RemoteError + +import pecan +from pecan import expose +from pecan import request + +from dcmanager.api.controllers import restcomm +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.db import api as db_api +from dcmanager.rpc import client as rpc_client + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + + +class SwUpdateStrategyController(object): + + def __init__(self): + super(SwUpdateStrategyController, self).__init__() + self.rpc_client = rpc_client.ManagerClient() + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + @index.when(method='GET', template='json') + def get(self, steps=None, cloud_name=None): + """Get details about software update strategy. + + :param steps: get the steps for this strategy (optional) + :param cloud_name: name of cloud (optional) + """ + context = restcomm.extract_context_from_environ() + + if steps is None: + # Strategy requested + strategy = None + try: + strategy = db_api.sw_update_strategy_get(context) + except exceptions.NotFound: + pecan.abort(404, _('Strategy not found')) + + strategy_dict = db_api.sw_update_strategy_db_model_to_dict( + strategy) + return strategy_dict + + elif steps == "steps": + # Steps for the strategy requested + if cloud_name is None: + # List of steps requested + result = dict() + result['strategy-steps'] = list() + strategy_steps = db_api.strategy_step_get_all(context) + for strategy_step in strategy_steps: + result['strategy-steps'].append( + db_api.strategy_step_db_model_to_dict(strategy_step)) + + return result + else: + # Single step requested + strategy_step = None + if cloud_name == consts.SYSTEM_CONTROLLER_NAME: + # The system controller step does not map to a subcloud, + # so has no name. + try: + strategy_step = db_api.strategy_step_get(context, None) + except exceptions.StrategyStepNotFound: + pecan.abort(404, _('Strategy step not found')) + else: + try: + strategy_step = db_api.strategy_step_get_by_name( + context, cloud_name) + except exceptions.StrategyStepNameNotFound: + pecan.abort(404, _('Strategy step not found')) + + strategy_step_dict = db_api.strategy_step_db_model_to_dict( + strategy_step) + return strategy_step_dict + + @index.when(method='POST', template='json') + def post(self, actions=None): + """Create a new software update strategy.""" + context = restcomm.extract_context_from_environ() + + payload = eval(request.body) + if not payload: + pecan.abort(400, _('Body required')) + + if actions is None: + # Validate any options that were supplied + strategy_type = payload.get('type') + if not strategy_type: + pecan.abort(400, _('type required')) + if strategy_type not in consts.SW_UPDATE_TYPE_PATCH: + pecan.abort(400, _('type invalid')) + + subcloud_apply_type = payload.get('subcloud-apply-type') + if subcloud_apply_type is not None: + if subcloud_apply_type not in [ + consts.SUBCLOUD_APPLY_TYPE_PARALLEL, + consts.SUBCLOUD_APPLY_TYPE_SERIAL]: + pecan.abort(400, _('subcloud-apply-type invalid')) + + max_parallel_subclouds_str = payload.get('max-parallel-subclouds') + if max_parallel_subclouds_str is not None: + max_parallel_subclouds = None + try: + max_parallel_subclouds = int(max_parallel_subclouds_str) + except ValueError: + pecan.abort(400, _('max-parallel-subclouds invalid')) + # TODO(Bart): Decide on a maximum + if max_parallel_subclouds < 1 or max_parallel_subclouds > 100: + pecan.abort(400, _('max-parallel-subclouds invalid')) + + stop_on_failure = payload.get('stop-on-failure') + if stop_on_failure is not None: + if stop_on_failure not in ["true", "false"]: + pecan.abort(400, _('stop-on-failure invalid')) + + try: + # Ask dcmanager-manager to create the strategy. + # It will do all the real work... + return self.rpc_client.create_sw_update_strategy(context, + payload) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to create strategy')) + elif actions == 'actions': + # Apply or abort a strategy + action = payload.get('action') + if not action: + pecan.abort(400, _('action required')) + if action == consts.SW_UPDATE_ACTION_APPLY: + try: + # Ask dcmanager-manager to apply the strategy. + # It will do all the real work... + return self.rpc_client.apply_sw_update_strategy(context) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to apply strategy')) + elif action == consts.SW_UPDATE_ACTION_ABORT: + try: + # Ask dcmanager-manager to abort the strategy. + # It will do all the real work... + return self.rpc_client.abort_sw_update_strategy(context) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to abort strategy')) + + @index.when(method='delete', template='json') + def delete(self): + """Delete the software update strategy.""" + context = restcomm.extract_context_from_environ() + + try: + # Ask dcmanager-manager to delete the strategy. + # It will do all the real work... + return self.rpc_client.delete_sw_update_strategy(context) + except RemoteError as e: + pecan.abort(422, e.value) + except Exception as e: + LOG.exception(e) + pecan.abort(500, _('Unable to delete strategy')) diff --git a/dcmanager/api/enforcer.py b/dcmanager/api/enforcer.py new file mode 100644 index 000000000..14bab5867 --- /dev/null +++ b/dcmanager/api/enforcer.py @@ -0,0 +1,78 @@ +# Copyright 2017 Ericsson AB. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +"""Policy enforcer for DC Manager.""" + +from oslo_config import cfg +from oslo_policy import policy + +from dcmanager.common import exceptions as exc + + +_ENFORCER = None + + +def enforce(action, context, target=None, do_raise=True, + exc=exc.NotAuthorized): + """Verify that the action is valid on the target in this context. + + :param action: String, representing the action to be checked. + This should be colon separated for clarity. + i.e. ``sync:list`` + :param context: DC Manager context. + :param target: Dictionary, representing the object of the action. + For object creation, this should be a dictionary + representing the location of the object. + e.g. ``{'project_id': context.project}`` + :param do_raise: if True (the default), raises specified exception. + :param exc: Exception to be raised if not authorized. Default is + dcmanager.common.exceptions.NotAuthorized. + + :return: returns True if authorized and False if not authorized and + do_raise is False. + """ + if cfg.CONF.auth_strategy != 'keystone': + # Policy enforcement is supported now only with Keystone + # authentication. + return + + target_obj = { + 'project_id': context.project, + 'user_id': context.user, + } + + target_obj.update(target or {}) + _ensure_enforcer_initialization() + + try: + _ENFORCER.enforce(action, target_obj, context.to_dict(), + do_raise=do_raise, exc=exc) + return True + + except Exception: + return False + + +def _ensure_enforcer_initialization(): + global _ENFORCER + if not _ENFORCER: + _ENFORCER = policy.Enforcer(cfg.CONF) + _ENFORCER.load_rules() diff --git a/dcmanager/cmd/README.rst b/dcmanager/cmd/README.rst new file mode 100755 index 000000000..169352f62 --- /dev/null +++ b/dcmanager/cmd/README.rst @@ -0,0 +1,18 @@ +=============================== +cmd +=============================== + +Scripts to start the DC Manager API and Manager services + +api.py: + start API service + python api.py --config-file=/etc/dcmanager.conf + +manager.py: + start Manager service + python manager.py --config-file=/etc/dcmanager.conf + +manage.py: + CLI interface for dcmanager database management + dcmanager-manage --config-file /etc/dcmanager.conf db_sync + dcmanager-manage --config-file /etc/dcmanager.conf db_version diff --git a/dcmanager/cmd/__init__.py b/dcmanager/cmd/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/cmd/api.py b/dcmanager/cmd/api.py new file mode 100644 index 000000000..2f3bba76f --- /dev/null +++ b/dcmanager/cmd/api.py @@ -0,0 +1,78 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +# Much of this module is based on the work of the Ironic team +# see http://git.openstack.org/cgit/openstack/ironic/tree/ironic/cmd/api.py + + +import sys + +import eventlet +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service import systemd +from oslo_service import wsgi + +import logging as std_logging + +from dcmanager.api import api_config +from dcmanager.api import app + +from dcmanager.common import config +from dcmanager.common import messaging +from dcorch.common import messaging as dcorch_messaging +CONF = cfg.CONF +config.register_options() +LOG = logging.getLogger('dcmanager.api') +eventlet.monkey_patch(os=False) + + +def main(): + api_config.init(sys.argv[1:]) + api_config.setup_logging() + application = app.setup_app() + + host = CONF.bind_host + port = CONF.bind_port + workers = CONF.api_workers + + if workers < 1: + LOG.warning("Wrong worker number, worker = %(workers)s", workers) + workers = 1 + + LOG.info("Server on http://%(host)s:%(port)s with %(workers)s", + {'host': host, 'port': port, 'workers': workers}) + messaging.setup() + dcorch_messaging.setup() + systemd.notify_once() + service = wsgi.Server(CONF, "DCManager", application, host, port) + + app.serve(service, CONF, workers) + + LOG.info("Configuration:") + CONF.log_opt_values(LOG, std_logging.INFO) + + app.wait() + + +if __name__ == '__main__': + main() diff --git a/dcmanager/cmd/manage.py b/dcmanager/cmd/manage.py new file mode 100644 index 000000000..cd0adad78 --- /dev/null +++ b/dcmanager/cmd/manage.py @@ -0,0 +1,85 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +CLI interface for DC Manager management. +""" + +import sys + +from oslo_config import cfg +from oslo_log import log as logging + +from dcmanager.common import config +from dcmanager.db import api +from dcmanager import version + +config.register_options() +CONF = cfg.CONF + + +def do_db_version(): + '''Print database's current migration level.''' + print(api.db_version(api.get_engine())) + + +def do_db_sync(): + '''Place a database under migration control and upgrade. + + DB is created first if necessary. + ''' + api.db_sync(api.get_engine(), CONF.command.version) + + +def add_command_parsers(subparsers): + parser = subparsers.add_parser('db_version') + parser.set_defaults(func=do_db_version) + + parser = subparsers.add_parser('db_sync') + parser.set_defaults(func=do_db_sync) + parser.add_argument('version', nargs='?') + parser.add_argument('current_version', nargs='?') + +command_opt = cfg.SubCommandOpt('command', + title='Commands', + help='Show available commands.', + handler=add_command_parsers) + + +def main(): + logging.register_options(CONF) + logging.setup(CONF, 'dcmanager-manage') + CONF.register_cli_opt(command_opt) + + try: + default_config_files = cfg.find_config_files('dcmanager', + 'dcmanager-engine') + CONF(sys.argv[1:], project='dcmanager', prog='dcmanager-manage', + version=version.version_info.version_string(), + default_config_files=default_config_files) + except RuntimeError as e: + sys.exit("ERROR: %s" % e) + + try: + CONF.command.func() + except Exception as e: + sys.exit("ERROR: %s" % e) + +if __name__ == '__main__': + main() diff --git a/dcmanager/cmd/manager.py b/dcmanager/cmd/manager.py new file mode 100644 index 000000000..ce474d140 --- /dev/null +++ b/dcmanager/cmd/manager.py @@ -0,0 +1,64 @@ +#!/usr/bin/env python +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +DC Manager Engine Server. +""" + +import eventlet +eventlet.monkey_patch() + +from oslo_config import cfg +from oslo_i18n import _lazy +from oslo_log import log as logging +from oslo_service import service + +from dcmanager.common import config +from dcmanager.common import consts +from dcmanager.common import messaging +from dcorch.common import messaging as dcorch_messaging + +_lazy.enable_lazy() +config.register_options() +config.register_keystone_options() +LOG = logging.getLogger('dcmanager.engine') + + +def main(): + logging.register_options(cfg.CONF) + cfg.CONF(project='dcmanager', prog='dcmanager-engine') + logging.setup(cfg.CONF, 'dcmanager-engine') + logging.set_defaults() + messaging.setup() + dcorch_messaging.setup() + + from dcmanager.manager import service as manager + + srv = manager.DCManagerService(cfg.CONF.host, + consts.TOPIC_DC_MANAGER) + launcher = service.launch(cfg.CONF, + srv, workers=cfg.CONF.workers) + # the following periodic tasks are intended serve as HA checking + # srv.create_periodic_tasks() + launcher.wait() + +if __name__ == '__main__': + main() diff --git a/dcmanager/common/__init__.py b/dcmanager/common/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/common/config.py b/dcmanager/common/config.py new file mode 100644 index 000000000..4acf4fbaa --- /dev/null +++ b/dcmanager/common/config.py @@ -0,0 +1,159 @@ +# Copyright 2016 Ericsson AB +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +File to store all the configurations +""" +from oslo_config import cfg +from oslo_utils import importutils + +# Ensure keystonemiddleware options are imported +importutils.import_module('keystonemiddleware.auth_token') + +global_opts = [ + cfg.BoolOpt('use_default_quota_class', + default=True, + help='Enables or disables use of default quota class ' + 'with default quota.'), + cfg.IntOpt('report_interval', + default=60, + help='Seconds between running periodic reporting tasks.'), +] + +# OpenStack credentials used for Endpoint Cache +# We need to register the below non-standard config +# options to dcmanager engine +keystone_opts = [ + cfg.StrOpt('username', + help='Username of account'), + cfg.StrOpt('password', + help='Password of account'), + cfg.StrOpt('project_name', + help='Tenant name of account'), + cfg.StrOpt('user_domain_name', + default='Default', + help='User domain name of account'), + cfg.StrOpt('project_domain_name', + default='Default', + help='Project domain name of account'), +] + + +# Pecan_opts +pecan_opts = [ + cfg.StrOpt( + 'root', + default='dcmanager.api.controllers.root.RootController', + help='Pecan root controller' + ), + cfg.ListOpt( + 'modules', + default=["dcmanager.api"], + help='A list of modules where pecan will search for applications.' + ), + cfg.BoolOpt( + 'debug', + default=False, + help='Enables the ability to display tracebacks in the browser and' + 'interactively debug during development.' + ), + cfg.BoolOpt( + 'auth_enable', + default=True, + help='Enables user authentication in pecan.' + ) +] + + +# OpenStack credentials used for Endpoint Cache +cache_opts = [ + cfg.StrOpt('auth_uri', + help='Keystone authorization url'), + cfg.StrOpt('identity_uri', + help='Keystone service url'), + cfg.StrOpt('admin_username', + help='Username of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_password', + help='Password of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_tenant', + help='Tenant name of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_user_domain_name', + default='Default', + help='User domain name of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_project_domain_name', + default='Default', + help='Project domain name of admin account, needed when' + ' auto_refresh_endpoint set to True') +] + +scheduler_opts = [ + cfg.BoolOpt('periodic_enable', + default=True, + help='boolean value for enable/disable periodic tasks'), + cfg.IntOpt('subcloud_audit_interval', + default=180, + help='periodic time interval for subcloud audit'), + cfg.IntOpt('patch_audit_interval', + default=10, + help='periodic time interval for patch audit') +] + +common_opts = [ + cfg.IntOpt('workers', default=1, + help='number of workers'), + cfg.StrOpt('host', + default='localhost', + help='hostname of the machine') +] + +scheduler_opt_group = cfg.OptGroup(name='scheduler', + title='Scheduler options for periodic job') +keystone_opt_group = cfg.OptGroup(name='keystone_authtoken', + title='Keystone options') +# The group stores the pecan configurations. +pecan_group = cfg.OptGroup(name='pecan', + title='Pecan options') + +cache_opt_group = cfg.OptGroup(name='cache', + title='OpenStack Credentials') + + +def list_opts(): + yield cache_opt_group.name, cache_opts + yield scheduler_opt_group.name, scheduler_opts + yield pecan_group.name, pecan_opts + yield None, global_opts + yield None, common_opts + + +def register_options(): + for group, opts in list_opts(): + cfg.CONF.register_opts(opts, group=group) + + +# Only necessary for dcmanager engine, keystone_authtoken options for +# dcmanager-api will get picked up and registered automatically from the +# config file +def register_keystone_options(): + cfg.CONF.register_opts(keystone_opts, group=keystone_opt_group.name) diff --git a/dcmanager/common/consts.py b/dcmanager/common/consts.py new file mode 100644 index 000000000..7e63ef979 --- /dev/null +++ b/dcmanager/common/consts.py @@ -0,0 +1,90 @@ +# Copyright (c) 2016 Ericsson AB. + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +RPC_API_VERSION = "1.0" + +TOPIC_DC_MANAGER = "dcmanager" + +PATCH_VAULT_DIR = "/opt/patch-vault" + +# Well known region names +SYSTEM_CONTROLLER_NAME = "SystemController" +DEFAULT_REGION_NAME = "RegionOne" + +# Subcloud management state +MANAGEMENT_UNMANAGED = "unmanaged" +MANAGEMENT_MANAGED = "managed" + +# Subcloud availability status +AVAILABILITY_OFFLINE = "offline" +AVAILABILITY_ONLINE = "online" + +# Subcloud sync status +SYNC_STATUS_UNKNOWN = "unknown" +SYNC_STATUS_IN_SYNC = "in-sync" +SYNC_STATUS_OUT_OF_SYNC = "out-of-sync" + +# Subcloud endpoint related database fields +ENDPOINT_SYNC_STATUS = "endpoint_sync_status" +SYNC_STATUS = "sync_status" +ENDPOINT_TYPE = "endpoint_type" + +# Service group status +SERVICE_GROUP_STATUS_ACTIVE = "active" + +# Availability fail count +AVAIL_FAIL_COUNT_TO_ALARM = 2 +AVAIL_FAIL_COUNT_MAX = 9999 + +# Software update type +SW_UPDATE_TYPE_PATCH = "patch" +SW_UPDATE_TYPE_UPGRADE = "upgrade" + +# Software update states +SW_UPDATE_STATE_INITIAL = "initial" +SW_UPDATE_STATE_APPLYING = "applying" +SW_UPDATE_STATE_ABORT_REQUESTED = "abort requested" +SW_UPDATE_STATE_ABORTING = "aborting" +SW_UPDATE_STATE_COMPLETE = "complete" +SW_UPDATE_STATE_ABORTED = "aborted" +SW_UPDATE_STATE_FAILED = "failed" +SW_UPDATE_STATE_DELETING = "deleting" +SW_UPDATE_STATE_DELETED = "deleted" + +# Software update actions +SW_UPDATE_ACTION_APPLY = "apply" +SW_UPDATE_ACTION_ABORT = "abort" + +# Subcloud apply types +SUBCLOUD_APPLY_TYPE_PARALLEL = "parallel" +SUBCLOUD_APPLY_TYPE_SERIAL = "serial" + +# Strategy step states +STRATEGY_STATE_INITIAL = "initial" +STRATEGY_STATE_UPDATING_PATCHES = "updating patches" +STRATEGY_STATE_CREATING_STRATEGY = "creating strategy" +STRATEGY_STATE_APPLYING_STRATEGY = "applying strategy" +STRATEGY_STATE_FINISHING = "finishing" +STRATEGY_STATE_COMPLETE = "complete" +STRATEGY_STATE_ABORTED = "aborted" +STRATEGY_STATE_FAILED = "failed" + +SW_UPDATE_DEFAULT_TITLE = "all clouds default" diff --git a/dcmanager/common/context.py b/dcmanager/common/context.py new file mode 100644 index 000000000..40abec1b5 --- /dev/null +++ b/dcmanager/common/context.py @@ -0,0 +1,154 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import pecan +from pecan import hooks + +from oslo_context import context as base_context +from oslo_utils import encodeutils + +from dcmanager.common import policy +from dcmanager.db import api as db_api + +ALLOWED_WITHOUT_AUTH = '/' + + +class RequestContext(base_context.RequestContext): + '''Stores information about the security context. + + The context encapsulates information related to the user accessing the + the system, as well as additional request information. + ''' + + def __init__(self, auth_token=None, user=None, project=None, + domain=None, user_domain=None, project_domain=None, + is_admin=None, read_only=False, show_deleted=False, + request_id=None, auth_url=None, trusts=None, + user_name=None, project_name=None, domain_name=None, + user_domain_name=None, project_domain_name=None, + auth_token_info=None, region_name=None, roles=None, + password=None, **kwargs): + + '''Initializer of request context.''' + # We still have 'tenant' param because oslo_context still use it. + super(RequestContext, self).__init__( + auth_token=auth_token, user=user, tenant=project, + domain=domain, user_domain=user_domain, + project_domain=project_domain, roles=roles, + read_only=read_only, show_deleted=show_deleted, + request_id=request_id) + + # request_id might be a byte array + self.request_id = encodeutils.safe_decode(self.request_id) + + # we save an additional 'project' internally for use + self.project = project + + # Session for DB access + self._session = None + + self.auth_url = auth_url + self.trusts = trusts + + self.user_name = user_name + self.project_name = project_name + self.domain_name = domain_name + self.user_domain_name = user_domain_name + self.project_domain_name = project_domain_name + + self.auth_token_info = auth_token_info + self.region_name = region_name + self.roles = roles or [] + self.password = password + + # Check user is admin or not + if is_admin is None: + self.is_admin = policy.enforce(self, 'context_is_admin', + target={'project': self.project}, + do_raise=False) + else: + self.is_admin = is_admin + + @property + def session(self): + if self._session is None: + self._session = db_api.get_session() + return self._session + + def to_dict(self): + return { + 'auth_url': self.auth_url, + 'auth_token': self.auth_token, + 'auth_token_info': self.auth_token_info, + 'user': self.user, + 'user_name': self.user_name, + 'user_domain': self.user_domain, + 'user_domain_name': self.user_domain_name, + 'project': self.project, + 'project_name': self.project_name, + 'project_domain': self.project_domain, + 'project_domain_name': self.project_domain_name, + 'domain': self.domain, + 'domain_name': self.domain_name, + 'trusts': self.trusts, + 'region_name': self.region_name, + 'roles': self.roles, + 'show_deleted': self.show_deleted, + 'is_admin': self.is_admin, + 'request_id': self.request_id, + 'password': self.password, + } + + @classmethod + def from_dict(cls, values): + return cls(**values) + + +def get_admin_context(show_deleted=False): + return RequestContext(is_admin=True, show_deleted=show_deleted) + + +def get_service_context(**args): + '''An abstraction layer for getting service context. + + There could be multiple cloud backends for dcmanager to use. This + abstraction layer provides an indirection for dcmanager to get the + credentials of 'dcmanager' user on the specific cloud. By default, + this credential refers to the credentials built for dcmanager middleware + in an OpenStack cloud. + ''' + pass + + +class AuthHook(hooks.PecanHook): + def before(self, state): + if state.request.path == ALLOWED_WITHOUT_AUTH: + return + req = state.request + identity_status = req.headers.get('X-Identity-Status') + service_identity_status = req.headers.get('X-Service-Identity-Status') + if (identity_status == 'Confirmed' or + service_identity_status == 'Confirmed'): + return + if req.headers.get('X-Auth-Token'): + msg = 'Auth token is invalid: %s' % req.headers['X-Auth-Token'] + else: + msg = 'Authentication required' + msg = "Failed to validate access token: %s" % str(msg) + pecan.abort(status_code=401, detail=msg) diff --git a/dcmanager/common/exceptions.py b/dcmanager/common/exceptions.py new file mode 100644 index 000000000..a9bfc0a15 --- /dev/null +++ b/dcmanager/common/exceptions.py @@ -0,0 +1,148 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# Copyright 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +DC Manager base exception handling. +""" +import six + +from oslo_utils import excutils + +from dcmanager.common.i18n import _ + + +class DCManagerException(Exception): + """Base DC Manager Exception. + + To correctly use this class, inherit from it and define + a 'message' property. That message will get printf'd + with the keyword arguments provided to the constructor. + """ + + message = _("An unknown exception occurred.") + + def __init__(self, **kwargs): + try: + super(DCManagerException, self).__init__(self.message % kwargs) + self.msg = self.message % kwargs + except Exception: + with excutils.save_and_reraise_exception() as ctxt: + if not self.use_fatal_exceptions(): + ctxt.reraise = False + # at least get the core message out if something happened + super(DCManagerException, self).__init__(self.message) + + if six.PY2: + def __unicode__(self): + return unicode(self.msg) + + def use_fatal_exceptions(self): + return False + + +class BadRequest(DCManagerException): + message = _('Bad %(resource)s request: %(msg)s') + + +class NotFound(DCManagerException): + message = _("Not found") + + +class Conflict(DCManagerException): + message = _('Conflict: %(msg)s') + + +class NotAuthorized(DCManagerException): + message = _("Not authorized.") + + +class ServiceUnavailable(DCManagerException): + message = _("The service is unavailable") + + +class AdminRequired(NotAuthorized): + message = _("User does not have admin privileges: %(reason)s") + + +class InUse(DCManagerException): + message = _("The resource is inuse") + + +class InvalidConfigurationOption(DCManagerException): + message = _("An invalid value was provided for %(opt_name)s: " + "%(opt_value)s") + + +class SubcloudNotFound(NotFound): + message = _("Subcloud with id %(subcloud_id)s doesn't exist.") + + +class SubcloudNameNotFound(NotFound): + message = _("Subcloud with name %(name)s doesn't exist.") + + +class SubcloudNotOnline(DCManagerException): + message = _("Subcloud is not online.") + + +class SubcloudStatusNotFound(NotFound): + message = _("SubcloudStatus with subcloud_id %(subcloud_id)s and " + "endpoint_type %(endpoint_type)s doesn't exist.") + + +class SubcloudNotUnmanaged(DCManagerException): + message = _("Subcloud must be unmanaged to perform this operation.") + + +class SubcloudNotOffline(DCManagerException): + message = _("Subcloud must be powered down to perform this operation.") + + +class SubcloudPatchOptsNotFound(NotFound): + message = _("No options found for Subcloud with id %(subcloud_id)s, " + "defaults will be used.") + + +class ConnectionRefused(DCManagerException): + message = _("Connection to the service endpoint is refused") + + +class TimeOut(DCManagerException): + message = _("Timeout when connecting to OpenStack Service") + + +class InternalError(DCManagerException): + message = _("Error when performing operation") + + +class InvalidInputError(DCManagerException): + message = _("An invalid value was provided") + + +class StrategyStepNotFound(NotFound): + message = _("StrategyStep with subcloud_id %(subcloud_id)s " + "doesn't exist.") + + +class StrategyStepNameNotFound(NotFound): + message = _("StrategyStep with name %(name)s doesn't exist.") diff --git a/dcmanager/common/i18n.py b/dcmanager/common/i18n.py new file mode 100644 index 000000000..e8832186f --- /dev/null +++ b/dcmanager/common/i18n.py @@ -0,0 +1,27 @@ +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import oslo_i18n + +_translators = oslo_i18n.TranslatorFactory(domain='dcmanager') + +# The primary translation function using the well-known name "_" +_ = _translators.primary diff --git a/dcmanager/common/manager.py b/dcmanager/common/manager.py new file mode 100644 index 000000000..c7b0460a9 --- /dev/null +++ b/dcmanager/common/manager.py @@ -0,0 +1,124 @@ +# Copyright 2010 United States Government as represented by the +# Administrator of the National Aeronautics and Space Administration. +# All Rights Reserved. +# +# 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. +# copy and modify from Nova manager.py +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +"""Base Manager class. +Managers are responsible for a certain aspect of the system. It is a logical +grouping of code relating to a portion of the system. In general other +components should be using the manager to make changes to the components that +it is responsible for. +For example, other components that need to deal with volumes in some way, +should do so by calling methods on the VolumeManager instead of directly +changing fields in the database. This allows us to keep all of the code +relating to volumes in the same place. +We have adopted a basic strategy of Smart managers and dumb data, which means +rather than attaching methods to data objects, components should call manager +methods that act on the data. +Methods on managers that can be executed locally should be called directly. If +a particular method must execute on a remote host, this should be done via rpc +to the service that wraps the manager +Managers should be responsible for most of the db access, and +non-implementation specific data. Anything implementation specific that can't +be generalized should be done by the Driver. +Managers will often provide methods for initial setup of a host or periodic +tasks to a wrapping service. +This module provides Manager, a base class for managers. +""" + +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service import periodic_task + +from dcmanager.common import config + +CONF = cfg.CONF +config.register_options() +LOG = logging.getLogger(__name__) + + +class PeriodicTasks(periodic_task.PeriodicTasks): + def __init__(self): + super(PeriodicTasks, self).__init__(CONF) + + +class Manager(PeriodicTasks): + + def __init__(self, host=None, service_name='undefined'): + if not host: + host = cfg.CONF.host + self.host = host + self.service_name = service_name + # self.notifier = rpc.get_notifier(self.service_name, self.host) + self.additional_endpoints = [] + super(Manager, self).__init__() + + def periodic_tasks(self, context, raise_on_error=False): + """Tasks to be run at a periodic interval.""" + return self.run_periodic_tasks(context, raise_on_error=raise_on_error) + + def init_host(self): + + """init_host + + Hook to do additional manager initialization when one requests + the service be started. This is called before any service record + is created. + Child classes should override this method. + """ + + pass + + def cleanup_host(self): + + """cleanup_host + + Hook to do cleanup work when the service shuts down. + Child classes should override this method. + """ + + pass + + def pre_start_hook(self): + + """pre_start_hook + + Hook to provide the manager the ability to do additional + start-up work before any RPC queues/consumers are created. This is + called after other initialization has succeeded and a service + record is created. + Child classes should override this method. + """ + + pass + + def post_start_hook(self): + + """post_start_hook + + Hook to provide the manager the ability to do additional + start-up work immediately after a service creates RPC consumers + and starts 'running'. + Child classes should override this method. + """ + + pass diff --git a/dcmanager/common/messaging.py b/dcmanager/common/messaging.py new file mode 100644 index 000000000..badc963d0 --- /dev/null +++ b/dcmanager/common/messaging.py @@ -0,0 +1,118 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import eventlet + +from oslo_config import cfg +import oslo_messaging +from oslo_serialization import jsonutils + +from dcmanager.common import context + +TRANSPORT = None +NOTIFIER = None + +_ALIASES = { + 'dcmanager.openstack.common.rpc.impl_kombu': 'rabbit', + 'dcmanager.openstack.common.rpc.impl_qpid': 'qpid', + 'dcmanager.openstack.common.rpc.impl_zmq': 'zmq', +} + + +class RequestContextSerializer(oslo_messaging.Serializer): + def __init__(self, base): + self._base = base + + def serialize_entity(self, ctxt, entity): + if not self._base: + return entity + return self._base.serialize_entity(ctxt, entity) + + def deserialize_entity(self, ctxt, entity): + if not self._base: + return entity + return self._base.deserialize_entity(ctxt, entity) + + @staticmethod + def serialize_context(ctxt): + return ctxt.to_dict() + + @staticmethod + def deserialize_context(ctxt): + return context.RequestContext.from_dict(ctxt) + + +class JsonPayloadSerializer(oslo_messaging.NoOpSerializer): + @classmethod + def serialize_entity(cls, context, entity): + return jsonutils.to_primitive(entity, convert_instances=True) + + +def setup(url=None, optional=False): + """Initialise the oslo_messaging layer.""" + global TRANSPORT, NOTIFIER + + if url and url.startswith("fake://"): + # NOTE: oslo_messaging fake driver uses time.sleep + # for task switch, so we need to monkey_patch it + eventlet.monkey_patch(time=True) + + if not TRANSPORT: + oslo_messaging.set_transport_defaults('dcmanager') + exmods = ['dcmanager.common.exception'] + try: + TRANSPORT = oslo_messaging.get_transport( + cfg.CONF, url, allowed_remote_exmods=exmods, aliases=_ALIASES) + except oslo_messaging.InvalidTransportURL as e: + TRANSPORT = None + if not optional or e.url: + raise + + if not NOTIFIER and TRANSPORT: + serializer = RequestContextSerializer(JsonPayloadSerializer()) + NOTIFIER = oslo_messaging.Notifier(TRANSPORT, serializer=serializer) + + +def cleanup(): + """Cleanup the oslo_messaging layer.""" + global TRANSPORT, NOTIFIER + if TRANSPORT: + TRANSPORT.cleanup() + TRANSPORT = NOTIFIER = None + + +def get_rpc_server(target, endpoint): + """Return a configured oslo_messaging rpc server.""" + serializer = RequestContextSerializer(JsonPayloadSerializer()) + return oslo_messaging.get_rpc_server(TRANSPORT, target, [endpoint], + executor='eventlet', + serializer=serializer) + + +def get_rpc_client(**kwargs): + """Return a configured oslo_messaging RPCClient.""" + target = oslo_messaging.Target(**kwargs) + serializer = RequestContextSerializer(JsonPayloadSerializer()) + return oslo_messaging.RPCClient(TRANSPORT, target, + serializer=serializer) + + +def get_notifier(publisher_id): + """Return a configured oslo_messaging notifier.""" + return NOTIFIER.prepare(publisher_id=publisher_id) diff --git a/dcmanager/common/policy.py b/dcmanager/common/policy.py new file mode 100644 index 000000000..351184b29 --- /dev/null +++ b/dcmanager/common/policy.py @@ -0,0 +1,56 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +Policy Engine For DC Manager +""" + +# from oslo_concurrency import lockutils +from oslo_config import cfg +from oslo_policy import policy + +from dcmanager.common import exceptions + +POLICY_ENFORCER = None +CONF = cfg.CONF + + +# @lockutils.synchronized('policy_enforcer', 'dcmanager-') +def _get_enforcer(policy_file=None, rules=None, default_rule=None): + + global POLICY_ENFORCER + + if POLICY_ENFORCER is None: + POLICY_ENFORCER = policy.Enforcer(CONF, + policy_file=policy_file, + rules=rules, + default_rule=default_rule) + return POLICY_ENFORCER + + +def enforce(context, rule, target, do_raise=True, *args, **kwargs): + + enforcer = _get_enforcer() + credentials = context.to_dict() + target = target or {} + if do_raise: + kwargs.update(exc=exceptions.Forbidden) + + return enforcer.enforce(rule, target, credentials, do_raise, + *args, **kwargs) diff --git a/dcmanager/common/serializer.py b/dcmanager/common/serializer.py new file mode 100644 index 000000000..2381b6078 --- /dev/null +++ b/dcmanager/common/serializer.py @@ -0,0 +1,89 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import oslo_messaging + +ATTR_NOT_SPECIFIED = object() + + +class Mapping(object): + def __init__(self, mapping): + self.direct_mapping = mapping + self.reverse_mapping = {} + for key, value in mapping.items(): + self.reverse_mapping[value] = key + +_SINGLETON_MAPPING = Mapping({ + ATTR_NOT_SPECIFIED: "@@**ATTR_NOT_SPECIFIED**@@", +}) + + +class DCManagerSerializer(oslo_messaging.Serializer): + def __init__(self, base=None): + super(DCManagerSerializer, self).__init__() + self._base = base + + def serialize_entity(self, context, entity): + if isinstance(entity, dict): + for key, value in entity.items(): + entity[key] = self.serialize_entity(context, value) + + elif isinstance(entity, list): + for i, item in enumerate(entity): + entity[i] = self.serialize_entity(context, item) + + elif entity in _SINGLETON_MAPPING.direct_mapping: + entity = _SINGLETON_MAPPING.direct_mapping[entity] + + if self._base is not None: + entity = self._base.serialize_entity(context, entity) + + return entity + + def deserialize_entity(self, context, entity): + if isinstance(entity, dict): + for key, value in entity.items(): + entity[key] = self.deserialize_entity(context, value) + + elif isinstance(entity, list): + for i, item in enumerate(entity): + entity[i] = self.deserialize_entity(context, item) + + elif entity in _SINGLETON_MAPPING.reverse_mapping: + entity = _SINGLETON_MAPPING.reverse_mapping[entity] + + if self._base is not None: + entity = self._base.deserialize_entity(context, entity) + + return entity + + def serialize_context(self, context): + if self._base is not None: + context = self._base.serialize_context(context) + + return context + + def deserialize_context(self, context): + if self._base is not None: + context = self._base.deserialize_context(context) + + return context diff --git a/dcmanager/common/utils.py b/dcmanager/common/utils.py new file mode 100644 index 000000000..64a9f10fe --- /dev/null +++ b/dcmanager/common/utils.py @@ -0,0 +1,91 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import itertools + +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.db import api as db_api +from dcmanager.drivers.openstack import vim + + +def get_import_path(cls): + return cls.__module__ + "." + cls.__name__ + + +# Returns a iterator of tuples containing batch_size number of objects in each +def get_batch_projects(batch_size, project_list, fillvalue=None): + args = [iter(project_list)] * batch_size + return itertools.izip_longest(fillvalue=fillvalue, *args) + + +# to do validate the quota limits +def validate_quota_limits(payload): + for resource in payload: + # Check valid resource name + if resource not in itertools.chain(consts.CINDER_QUOTA_FIELDS, + consts.NOVA_QUOTA_FIELDS, + consts.NEUTRON_QUOTA_FIELDS): + raise exceptions.InvalidInputError + # Check valid quota limit value in case for put/post + if isinstance(payload, dict) and (not isinstance( + payload[resource], int) or payload[resource] <= 0): + raise exceptions.InvalidInputError + + +def get_sw_update_opts(context, + for_sw_update=False, subcloud_id=None): + """Get sw update options for a subcloud + + :param context: request context object. + :param for_sw_update: return the default options if subcloud options + are empty. Useful for retrieving sw update + options on application of patch strategy. + :param subcloud_id: id of subcloud. + + """ + + if subcloud_id is None: + # Requesting defaults. Return constants if no entry in db. + sw_update_opts_ref = db_api.sw_update_opts_default_get(context) + if not sw_update_opts_ref: + sw_update_opts_dict = vim.SW_UPDATE_OPTS_CONST_DEFAULT + return sw_update_opts_dict + else: + # requesting subcloud options + sw_update_opts_ref = db_api.sw_update_opts_get(context, + subcloud_id) + if sw_update_opts_ref: + subcloud_name = db_api.subcloud_get(context, subcloud_id).name + return db_api.sw_update_opts_w_name_db_model_to_dict( + sw_update_opts_ref, subcloud_name) + elif for_sw_update: + sw_update_opts_ref = db_api.sw_update_opts_default_get(context) + if not sw_update_opts_ref: + sw_update_opts_dict = vim.SW_UPDATE_OPTS_CONST_DEFAULT + return sw_update_opts_dict + else: + raise exceptions.SubcloudPatchOptsNotFound( + subcloud_id=subcloud_id) + + return db_api.sw_update_opts_w_name_db_model_to_dict( + sw_update_opts_ref, consts.SW_UPDATE_DEFAULT_TITLE) diff --git a/dcmanager/common/version.py b/dcmanager/common/version.py new file mode 100644 index 000000000..25168dc87 --- /dev/null +++ b/dcmanager/common/version.py @@ -0,0 +1,48 @@ +# Copyright 2011 OpenStack Foundation +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import pbr.version + +DCMANAGER_VENDOR = "Wind River Systems" +DCMANAGER_PRODUCT = "Distributed Cloud Manager" +DCMANAGER_PACKAGE = None # OS distro package version suffix + +version_info = pbr.version.VersionInfo('distributedcloud') +version_string = version_info.version_string + + +def vendor_string(): + return DCMANAGER_VENDOR + + +def product_string(): + return DCMANAGER_PRODUCT + + +def package_string(): + return DCMANAGER_PACKAGE + + +def version_string_with_package(): + if package_string() is None: + return version_info.version_string() + else: + return "%s-%s" % (version_info.version_string(), package_string()) diff --git a/dcmanager/config-generator.conf b/dcmanager/config-generator.conf new file mode 100644 index 000000000..c1ce3acf9 --- /dev/null +++ b/dcmanager/config-generator.conf @@ -0,0 +1,15 @@ +[DEFAULT] +output_file = etc/dcmanager/dcmanager.conf.sample +wrap_width = 79 +namespace = dcmanager.common.config +namespace = dcmanager.manager.subcloud_manager +namespace = dcmanager.api.api_config +namespace = keystonemiddleware.auth_token +namespace = oslo.messaging +namespace = oslo.middleware +namespace = oslo.db +namespace = oslo.log +namespace = oslo.policy +namespace = oslo.service.service +namespace = oslo.service.periodic_task +namespace = oslo.service.sslutils diff --git a/dcmanager/db/__init__.py b/dcmanager/db/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/db/api.py b/dcmanager/db/api.py new file mode 100644 index 000000000..a48c705de --- /dev/null +++ b/dcmanager/db/api.py @@ -0,0 +1,394 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# +''' +Interface for database access. + +SQLAlchemy is currently the only supported backend. +''' + +from oslo_config import cfg +from oslo_db import api + +from dcmanager.common import consts + +CONF = cfg.CONF + +_BACKEND_MAPPING = {'sqlalchemy': 'dcmanager.db.sqlalchemy.api'} + +IMPL = api.DBAPI.from_config(CONF, backend_mapping=_BACKEND_MAPPING) + + +def get_engine(): + return IMPL.get_engine() + + +def get_session(): + return IMPL.get_session() + + +# subcloud db methods + +################### + +def subcloud_db_model_to_dict(subcloud): + """Convert subcloud db model to dictionary.""" + result = {"id": subcloud.id, + "name": subcloud.name, + "description": subcloud.description, + "location": subcloud.location, + "software-version": subcloud.software_version, + "management-state": subcloud.management_state, + "availability-status": subcloud.availability_status, + "management-subnet": subcloud.management_subnet, + "management-start-ip": subcloud.management_start_ip, + "management-end-ip": subcloud.management_end_ip, + "management-gateway-ip": subcloud.management_gateway_ip, + "systemcontroller-gateway-ip": + subcloud.systemcontroller_gateway_ip, + "created-at": subcloud.created_at, + "updated-at": subcloud.updated_at} + return result + + +def subcloud_create(context, name, description, location, software_version, + management_subnet, management_gateway_ip, + management_start_ip, management_end_ip, + systemcontroller_gateway_ip): + """Create a subcloud.""" + return IMPL.subcloud_create(context, name, description, location, + software_version, + management_subnet, management_gateway_ip, + management_start_ip, management_end_ip, + systemcontroller_gateway_ip) + + +def subcloud_get(context, subcloud_id): + """Retrieve a subcloud or raise if it does not exist.""" + return IMPL.subcloud_get(context, subcloud_id) + + +def subcloud_get_with_status(context, subcloud_id): + """Retrieve a subcloud and all endpoint sync statuses.""" + return IMPL.subcloud_get_with_status(context, subcloud_id) + + +def subcloud_get_by_name(context, name): + """Retrieve a subcloud by name or raise if it does not exist.""" + return IMPL.subcloud_get_by_name(context, name) + + +def subcloud_get_all(context): + """Retrieve all subclouds.""" + return IMPL.subcloud_get_all(context) + + +def subcloud_get_all_with_status(context): + """Retrieve all subclouds and sync statuses.""" + return IMPL.subcloud_get_all_with_status(context) + + +def subcloud_update(context, subcloud_id, management_state=None, + availability_status=None, software_version=None, + description=None, location=None, audit_fail_count=None): + """Update a subcloud or raise if it does not exist.""" + return IMPL.subcloud_update(context, subcloud_id, management_state, + availability_status, software_version, + description, location, audit_fail_count) + + +def subcloud_destroy(context, subcloud_id): + """Destroy the subcloud or raise if it does not exist.""" + return IMPL.subcloud_destroy(context, subcloud_id) + + +################### + +def subcloud_status_create(context, subcloud_id, endpoint_type): + """Create a subcloud status for an endpoint_type.""" + return IMPL.subcloud_status_create(context, subcloud_id, endpoint_type) + + +def subcloud_status_db_model_to_dict(subcloud_status): + """Convert subcloud status db model to dictionary.""" + if subcloud_status: + result = {"subcloud_id": subcloud_status.subcloud_id, + "sync_status": subcloud_status.sync_status} + else: + result = {"subcloud_id": 0, + "sync_status": "unknown"} + + return result + + +def subcloud_endpoint_status_db_model_to_dict(subcloud_status): + """Convert endpoint subcloud db model to dictionary.""" + if subcloud_status: + result = {"endpoint_type": subcloud_status.endpoint_type, + "sync_status": subcloud_status.sync_status} + else: + result = {} + + return result + + +def subcloud_status_get(context, subcloud_id, endpoint_type): + + """Retrieve the subcloud status for an endpoint + + Will raise if subcloud does not exist. + """ + + return IMPL.subcloud_status_get(context, subcloud_id, endpoint_type) + + +def subcloud_status_get_all(context, subcloud_id): + """Retrieve all statuses for a subcloud.""" + return IMPL.subcloud_status_get_all(context, subcloud_id) + + +def subcloud_status_get_all_by_name(context, name): + """Retrieve all statuses for a subcloud by name.""" + return IMPL.subcloud_status_get_all_by_name(context, name) + + +def subcloud_status_update(context, subcloud_id, endpoint_type, sync_status): + """Update the status of a subcloud or raise if it does not exist.""" + return IMPL.subcloud_status_update(context, subcloud_id, endpoint_type, + sync_status) + + +def subcloud_status_destroy_all(context, subcloud_id): + """Destroy all the statuses for a subcloud + + Will raise if subcloud does not exist. + """ + + return IMPL.subcloud_status_destroy_all(context, subcloud_id) + + +################### + +def sw_update_strategy_db_model_to_dict(sw_update_strategy): + """Convert sw update db model to dictionary.""" + result = {"id": sw_update_strategy.id, + "type": sw_update_strategy.type, + "subcloud-apply-type": sw_update_strategy.subcloud_apply_type, + "max-parallel-subclouds": + sw_update_strategy.max_parallel_subclouds, + "stop-on-failure": sw_update_strategy.stop_on_failure, + "state": sw_update_strategy.state, + "created-at": sw_update_strategy.created_at, + "updated-at": sw_update_strategy.updated_at} + return result + + +def sw_update_strategy_create(context, type, subcloud_apply_type, + max_parallel_subclouds, stop_on_failure, state): + """Create a sw update.""" + return IMPL.sw_update_strategy_create(context, type, subcloud_apply_type, + max_parallel_subclouds, + stop_on_failure, state) + + +def sw_update_strategy_get(context): + """Retrieve a sw update or raise if it does not exist.""" + return IMPL.sw_update_strategy_get(context) + + +def sw_update_strategy_update(context, state=None): + """Update a sw update or raise if it does not exist.""" + return IMPL.sw_update_strategy_update(context, state) + + +def sw_update_strategy_destroy(context): + """Destroy the sw update or raise if it does not exist.""" + return IMPL.sw_update_strategy_destroy(context) + + +################### + +def strategy_step_db_model_to_dict(strategy_step): + """Convert patch strategy db model to dictionary.""" + if strategy_step.subcloud is not None: + cloud = strategy_step.subcloud.name + else: + cloud = consts.SYSTEM_CONTROLLER_NAME + result = {"id": strategy_step.id, + "cloud": cloud, + "stage": strategy_step.stage, + "state": strategy_step.state, + "details": strategy_step.details, + "started-at": strategy_step.started_at, + "finished-at": strategy_step.finished_at, + "created-at": strategy_step.created_at, + "updated-at": strategy_step.updated_at} + return result + + +def strategy_step_get(context, subcloud_id): + """Retrieve the patch strategy step for a subcloud ID. + + Will raise if subcloud does not exist. + """ + + return IMPL.strategy_step_get(context, subcloud_id) + + +def strategy_step_get_by_name(context, name): + """Retrieve the patch strategy step for a subcloud name.""" + return IMPL.strategy_step_get_by_name(context, name) + + +def strategy_step_get_all(context): + """Retrieve all patch strategy steps.""" + return IMPL.strategy_step_get_all(context) + + +def strategy_step_create(context, subcloud_id, stage, state, details): + """Create a patch strategy step.""" + return IMPL.strategy_step_create(context, subcloud_id, stage, state, + details) + + +def strategy_step_update(context, subcloud_id, stage=None, state=None, + details=None, started_at=None, finished_at=None): + """Update a patch strategy step or raise if it does not exist.""" + return IMPL.strategy_step_update(context, subcloud_id, stage, state, + details, started_at, finished_at) + + +def strategy_step_destroy_all(context): + """Destroy all the patch strategy steps.""" + return IMPL.strategy_step_destroy_all(context) + + +################### + +def sw_update_opts_w_name_db_model_to_dict(sw_update_opts, subcloud_name): + """Convert sw update options db model plus subcloud name to dictionary.""" + result = {"id": sw_update_opts.id, + "name": subcloud_name, + "subcloud-id": sw_update_opts.subcloud_id, + "storage-apply-type": sw_update_opts.storage_apply_type, + "compute-apply-type": sw_update_opts.compute_apply_type, + "max-parallel-computes": sw_update_opts.max_parallel_computes, + "alarm-restriction-type": sw_update_opts.alarm_restriction_type, + "default-instance-action": + sw_update_opts.default_instance_action, + "created-at": sw_update_opts.created_at, + "updated-at": sw_update_opts.updated_at} + return result + + +def sw_update_opts_create(context, subcloud_id, storage_apply_type, + compute_apply_type, max_parallel_computes, + alarm_restriction_type, default_instance_action): + """Create sw update options.""" + return IMPL.sw_update_opts_create(context, subcloud_id, + storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action) + + +def sw_update_opts_get(context, subcloud_id): + """Retrieve sw update options.""" + return IMPL.sw_update_opts_get(context, subcloud_id) + + +def sw_update_opts_get_all_plus_subcloud_info(context): + """Retrieve sw update options plus subcloud info.""" + return IMPL.sw_update_opts_get_all_plus_subcloud_info(context) + + +def sw_update_opts_update(context, subcloud_id, + storage_apply_type=None, + compute_apply_type=None, + max_parallel_computes=None, + alarm_restriction_type=None, + default_instance_action=None): + + """Update sw update options or raise if it does not exist.""" + return IMPL.sw_update_opts_update(context, subcloud_id, + storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action) + + +def sw_update_opts_destroy(context, subcloud_id): + """Destroy sw update options or raise if it does not exist.""" + return IMPL.sw_update_opts_destroy(context, subcloud_id) + + +################### +def sw_update_opts_default_create(context, storage_apply_type, + compute_apply_type, max_parallel_computes, + alarm_restriction_type, + default_instance_action): + """Create default sw update options.""" + return IMPL.sw_update_opts_default_create(context, + storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action) + + +def sw_update_opts_default_get(context): + """Retrieve default sw update options.""" + return IMPL.sw_update_opts_default_get(context) + + +def sw_update_opts_default_update(context, + storage_apply_type=None, + compute_apply_type=None, + max_parallel_computes=None, + alarm_restriction_type=None, + default_instance_action=None): + + """Update default sw update options.""" + return IMPL.sw_update_opts_default_update(context, + storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action) + + +def sw_update_opts_default_destroy(context): + """Destroy the default sw update options or raise if it does not exist.""" + return IMPL.sw_update_opts_default_destroy(context) + + +################### + +def db_sync(engine, version=None): + """Migrate the database to `version` or the most recent version.""" + return IMPL.db_sync(engine, version=version) + + +def db_version(engine): + """Display the current database version.""" + return IMPL.db_version(engine) diff --git a/dcmanager/db/sqlalchemy/__init__.py b/dcmanager/db/sqlalchemy/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/db/sqlalchemy/api.py b/dcmanager/db/sqlalchemy/api.py new file mode 100644 index 000000000..b1b1d86c2 --- /dev/null +++ b/dcmanager/db/sqlalchemy/api.py @@ -0,0 +1,602 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +Implementation of SQLAlchemy backend. +""" + +import sys +import threading + +from oslo_db.sqlalchemy import enginefacade + +from oslo_log import log as logging + +from sqlalchemy.orm import joinedload_all + +from dcmanager.common import consts +from dcmanager.common import exceptions as exception +from dcmanager.common.i18n import _ +from dcmanager.db.sqlalchemy import migration +from dcmanager.db.sqlalchemy import models + +LOG = logging.getLogger(__name__) + +_facade = None + +_main_context_manager = None +_CONTEXT = threading.local() + + +def _get_main_context_manager(): + global _main_context_manager + if not _main_context_manager: + _main_context_manager = enginefacade.transaction_context() + return _main_context_manager + + +def get_engine(): + return _get_main_context_manager().get_legacy_facade().get_engine() + + +def get_session(): + return _get_main_context_manager().get_legacy_facade().get_session() + + +def read_session(): + return _get_main_context_manager().reader.using(_CONTEXT) + + +def write_session(): + return _get_main_context_manager().writer.using(_CONTEXT) + + +def get_backend(): + """The backend is this module itself.""" + return sys.modules[__name__] + + +def model_query(context, *args): + with read_session() as session: + query = session.query(*args).options(joinedload_all('*')) + return query + + +def _session(context): + return get_session() + + +def is_admin_context(context): + """Indicate if the request context is an administrator.""" + if not context: + LOG.warning(_('Use of empty request context is deprecated'), + DeprecationWarning) + raise Exception('die') + return context.is_admin + + +def is_user_context(context): + """Indicate if the request context is a normal user.""" + if not context: + return False + if context.is_admin: + return False + if not context.user or not context.project: + return False + return True + + +def require_admin_context(f): + """Decorator to require admin request context. + + The first argument to the wrapped function must be the context. + """ + def wrapper(*args, **kwargs): + if not is_admin_context(args[0]): + raise exception.AdminRequired() + return f(*args, **kwargs) + + return wrapper + + +def require_context(f): + """Decorator to require *any* user or admin context. + + This does no authorization for user or project access matching, see + :py:func:`authorize_project_context` and + :py:func:`authorize_user_context`. + The first argument to the wrapped function must be the context. + + """ + def wrapper(*args, **kwargs): + if not is_admin_context(args[0]) and not is_user_context(args[0]): + raise exception.NotAuthorized() + return f(*args, **kwargs) + + return wrapper + + +################### + + +@require_context +def subcloud_get(context, subcloud_id): + result = model_query(context, models.Subcloud). \ + filter_by(deleted=0). \ + filter_by(id=subcloud_id). \ + first() + + if not result: + raise exception.SubcloudNotFound(subcloud_id=subcloud_id) + + return result + + +@require_context +def subcloud_get_with_status(context, subcloud_id): + result = model_query(context, models.Subcloud, models.SubcloudStatus). \ + outerjoin(models.SubcloudStatus, + (models.Subcloud.id == models.SubcloudStatus.subcloud_id) | + (not models.SubcloudStatus.subcloud_id)). \ + filter(models.Subcloud.id == subcloud_id). \ + filter(models.Subcloud.deleted == 0). \ + order_by(models.SubcloudStatus.endpoint_type). \ + all() + + if not result: + raise exception.SubcloudNotFound(subcloud_id=subcloud_id) + + return result + + +@require_context +def subcloud_get_by_name(context, name): + result = model_query(context, models.Subcloud). \ + filter_by(deleted=0). \ + filter_by(name=name). \ + first() + + if not result: + raise exception.SubcloudNameNotFound(name=name) + + return result + + +@require_context +def subcloud_get_all(context): + return model_query(context, models.Subcloud). \ + filter_by(deleted=0). \ + all() + + +@require_context +def subcloud_get_all_with_status(context): + result = model_query(context, models.Subcloud, models.SubcloudStatus). \ + outerjoin(models.SubcloudStatus, + (models.Subcloud.id == models.SubcloudStatus.subcloud_id) | + (not models.SubcloudStatus.subcloud_id)). \ + filter(models.Subcloud.deleted == 0). \ + order_by(models.Subcloud.id). \ + all() + + return result + + +@require_admin_context +def subcloud_create(context, name, description, location, software_version, + management_subnet, management_gateway_ip, + management_start_ip, management_end_ip, + systemcontroller_gateway_ip): + with write_session() as session: + subcloud_ref = models.Subcloud() + subcloud_ref.name = name + subcloud_ref.description = description + subcloud_ref.location = location + subcloud_ref.software_version = software_version + subcloud_ref.management_state = consts.MANAGEMENT_UNMANAGED + subcloud_ref.availability_status = consts.AVAILABILITY_OFFLINE + subcloud_ref.management_subnet = management_subnet + subcloud_ref.management_gateway_ip = management_gateway_ip + subcloud_ref.management_start_ip = management_start_ip + subcloud_ref.management_end_ip = management_end_ip + subcloud_ref.systemcontroller_gateway_ip = systemcontroller_gateway_ip + subcloud_ref.audit_fail_count = 0 + session.add(subcloud_ref) + return subcloud_ref + + +@require_admin_context +def subcloud_update(context, subcloud_id, management_state=None, + availability_status=None, software_version=None, + description=None, location=None, audit_fail_count=None): + with write_session() as session: + subcloud_ref = subcloud_get(context, subcloud_id) + if management_state is not None: + subcloud_ref.management_state = management_state + if availability_status is not None: + subcloud_ref.availability_status = availability_status + if software_version is not None: + subcloud_ref.software_version = software_version + if description is not None: + subcloud_ref.description = description + if location is not None: + subcloud_ref.location = location + if audit_fail_count is not None: + subcloud_ref.audit_fail_count = audit_fail_count + subcloud_ref.save(session) + return subcloud_ref + + +@require_admin_context +def subcloud_destroy(context, subcloud_id): + with write_session() as session: + subcloud_ref = subcloud_get(context, subcloud_id) + session.delete(subcloud_ref) + + +########################## + + +@require_context +def subcloud_status_get(context, subcloud_id, endpoint_type): + result = model_query(context, models.SubcloudStatus). \ + filter_by(deleted=0). \ + filter_by(subcloud_id=subcloud_id). \ + filter_by(endpoint_type=endpoint_type). \ + first() + + if not result: + raise exception.SubcloudStatusNotFound(subcloud_id=subcloud_id, + endpoint_type=endpoint_type) + + return result + + +@require_context +def subcloud_status_get_all(context, subcloud_id): + return model_query(context, models.SubcloudStatus). \ + filter_by(deleted=0). \ + join(models.Subcloud, + models.SubcloudStatus.subcloud_id == models.Subcloud.id). \ + filter(models.Subcloud.id == subcloud_id).all() + + +@require_context +def subcloud_status_get_all_by_name(context, name): + return model_query(context, models.SubcloudStatus). \ + filter_by(deleted=0). \ + join(models.Subcloud, + models.SubcloudStatus.subcloud_id == models.Subcloud.id). \ + filter(models.Subcloud.name == name).all() + + +@require_admin_context +def subcloud_status_create(context, subcloud_id, endpoint_type): + with write_session() as session: + subcloud_status_ref = models.SubcloudStatus() + subcloud_status_ref.subcloud_id = subcloud_id + subcloud_status_ref.endpoint_type = endpoint_type + subcloud_status_ref.sync_status = consts.SYNC_STATUS_UNKNOWN + session.add(subcloud_status_ref) + return subcloud_status_ref + + +@require_admin_context +def subcloud_status_update(context, subcloud_id, endpoint_type, sync_status): + with write_session() as session: + subcloud_status_ref = subcloud_status_get(context, subcloud_id, + endpoint_type) + subcloud_status_ref.sync_status = sync_status + subcloud_status_ref.save(session) + return subcloud_status_ref + + +@require_admin_context +def subcloud_status_destroy_all(context, subcloud_id): + with write_session() as session: + subcloud_statuses = subcloud_status_get_all(context, subcloud_id) + if subcloud_statuses: + for subcloud_status_ref in subcloud_statuses: + session.delete(subcloud_status_ref) + else: + raise exception.SubcloudStatusNotFound(subcloud_id=subcloud_id, + endpoint_type="any") + + +################### + + +@require_context +def sw_update_strategy_get(context): + result = model_query(context, models.SwUpdateStrategy). \ + filter_by(deleted=0). \ + first() + + if not result: + raise exception.NotFound() + + return result + + +@require_admin_context +def sw_update_strategy_create(context, type, subcloud_apply_type, + max_parallel_subclouds, stop_on_failure, state): + with write_session() as session: + sw_update_strategy_ref = models.SwUpdateStrategy() + sw_update_strategy_ref.type = type + sw_update_strategy_ref.subcloud_apply_type = subcloud_apply_type + sw_update_strategy_ref.max_parallel_subclouds = max_parallel_subclouds + sw_update_strategy_ref.stop_on_failure = stop_on_failure + sw_update_strategy_ref.state = state + + session.add(sw_update_strategy_ref) + return sw_update_strategy_ref + + +@require_admin_context +def sw_update_strategy_update(context, state=None): + with write_session() as session: + sw_update_strategy_ref = sw_update_strategy_get(context) + if state is not None: + sw_update_strategy_ref.state = state + sw_update_strategy_ref.save(session) + return sw_update_strategy_ref + + +@require_admin_context +def sw_update_strategy_destroy(context): + with write_session() as session: + sw_update_strategy_ref = sw_update_strategy_get(context) + session.delete(sw_update_strategy_ref) + + +########################## + + +@require_context +def sw_update_opts_get(context, subcloud_id): + result = model_query(context, models.SwUpdateOpts). \ + filter_by(deleted=0). \ + filter_by(subcloud_id=subcloud_id). \ + first() + + # Note we will return None if not found + return result + + +@require_context +def sw_update_opts_get_all_plus_subcloud_info(context): + result = model_query(context, models.Subcloud, models.SwUpdateOpts). \ + outerjoin(models.SwUpdateOpts, + (models.Subcloud.id == models.SwUpdateOpts.subcloud_id) | + (not models.SubcloudStatus.subcloud_id)). \ + filter(models.Subcloud.deleted == 0). \ + order_by(models.Subcloud.id). \ + all() + + return result + + +@require_admin_context +def sw_update_opts_create(context, subcloud_id, storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action): + with write_session() as session: + sw_update_opts_ref = models.SwUpdateOpts() + sw_update_opts_ref.subcloud_id = subcloud_id + sw_update_opts_ref.storage_apply_type = storage_apply_type + sw_update_opts_ref.compute_apply_type = compute_apply_type + sw_update_opts_ref.max_parallel_computes = max_parallel_computes + sw_update_opts_ref.alarm_restriction_type = alarm_restriction_type + sw_update_opts_ref.default_instance_action = default_instance_action + session.add(sw_update_opts_ref) + return sw_update_opts_ref + + +@require_admin_context +def sw_update_opts_update(context, subcloud_id, storage_apply_type=None, + compute_apply_type=None, max_parallel_computes=None, + alarm_restriction_type=None, + default_instance_action=None): + with write_session() as session: + sw_update_opts_ref = sw_update_opts_get(context, subcloud_id) + if storage_apply_type is not None: + sw_update_opts_ref.storage_apply_type = storage_apply_type + if compute_apply_type is not None: + sw_update_opts_ref.compute_apply_type = compute_apply_type + if max_parallel_computes is not None: + sw_update_opts_ref.max_parallel_computes = max_parallel_computes + if alarm_restriction_type is not None: + sw_update_opts_ref.alarm_restriction_type = alarm_restriction_type + if default_instance_action is not None: + sw_update_opts_ref.default_instance_action = \ + default_instance_action + sw_update_opts_ref.save(session) + return sw_update_opts_ref + + +@require_admin_context +def sw_update_opts_destroy(context, subcloud_id): + with write_session() as session: + sw_update_opts_ref = sw_update_opts_get(context, subcloud_id) + session.delete(sw_update_opts_ref) + + +########################## + + +@require_context +def sw_update_opts_default_get(context): + result = model_query(context, models.SwUpdateOptsDefault). \ + filter_by(deleted=0). \ + first() + + # Note we will return None if not found + return result + + +@require_admin_context +def sw_update_opts_default_create(context, storage_apply_type, + compute_apply_type, + max_parallel_computes, + alarm_restriction_type, + default_instance_action): + with write_session() as session: + sw_update_opts_default_ref = models.SwUpdateOptsDefault() + sw_update_opts_default_ref.subcloud_id = 0 + sw_update_opts_default_ref.storage_apply_type = storage_apply_type + sw_update_opts_default_ref.compute_apply_type = compute_apply_type + sw_update_opts_default_ref.max_parallel_computes = \ + max_parallel_computes + sw_update_opts_default_ref.alarm_restriction_type = \ + alarm_restriction_type + sw_update_opts_default_ref.default_instance_action = \ + default_instance_action + session.add(sw_update_opts_default_ref) + return sw_update_opts_default_ref + + +@require_admin_context +def sw_update_opts_default_update(context, storage_apply_type=None, + compute_apply_type=None, + max_parallel_computes=None, + alarm_restriction_type=None, + default_instance_action=None): + with write_session() as session: + sw_update_opts_default_ref = sw_update_opts_default_get(context) + if storage_apply_type is not None: + sw_update_opts_default_ref.storage_apply_type = storage_apply_type + if compute_apply_type is not None: + sw_update_opts_default_ref.compute_apply_type = compute_apply_type + if max_parallel_computes is not None: + sw_update_opts_default_ref.max_parallel_computes = \ + max_parallel_computes + if alarm_restriction_type is not None: + sw_update_opts_default_ref.alarm_restriction_type = \ + alarm_restriction_type + if default_instance_action is not None: + sw_update_opts_default_ref.default_instance_action = \ + default_instance_action + sw_update_opts_default_ref.save(session) + return sw_update_opts_default_ref + + +@require_admin_context +def sw_update_opts_default_destroy(context): + with write_session() as session: + sw_update_opts_default_ref = sw_update_opts_default_get(context) + session.delete(sw_update_opts_default_ref) + + +########################## + + +@require_context +def strategy_step_get(context, subcloud_id): + result = model_query(context, models.StrategyStep). \ + filter_by(deleted=0). \ + filter_by(subcloud_id=subcloud_id). \ + first() + + if not result: + raise exception.StrategyStepNotFound(subcloud_id=subcloud_id) + + return result + + +@require_context +def strategy_step_get_by_name(context, name): + result = model_query(context, models.StrategyStep). \ + filter_by(deleted=0). \ + join(models.Subcloud, + models.StrategyStep.subcloud_id == models.Subcloud.id). \ + filter(models.Subcloud.name == name).first() + + if not result: + raise exception.StrategyStepNameNotFound(name=name) + + return result + + +@require_context +def strategy_step_get_all(context): + result = model_query(context, models.StrategyStep). \ + filter_by(deleted=0). \ + order_by(models.StrategyStep.id). \ + all() + + return result + + +@require_admin_context +def strategy_step_create(context, subcloud_id, stage, state, details): + with write_session() as session: + strategy_step_ref = models.StrategyStep() + strategy_step_ref.subcloud_id = subcloud_id + strategy_step_ref.stage = stage + strategy_step_ref.state = state + strategy_step_ref.details = details + session.add(strategy_step_ref) + return strategy_step_ref + + +@require_admin_context +def strategy_step_update(context, subcloud_id, stage=None, state=None, + details=None, started_at=None, finished_at=None): + with write_session() as session: + strategy_step_ref = strategy_step_get(context, subcloud_id) + if stage is not None: + strategy_step_ref.stage = stage + if state is not None: + strategy_step_ref.state = state + if details is not None: + strategy_step_ref.details = details + if started_at is not None: + strategy_step_ref.started_at = started_at + if finished_at is not None: + strategy_step_ref.finished_at = finished_at + strategy_step_ref.save(session) + return strategy_step_ref + + +@require_admin_context +def strategy_step_destroy_all(context): + with write_session() as session: + strategy_step_stages = strategy_step_get_all(context) + if strategy_step_stages: + for strategy_step_ref in strategy_step_stages: + session.delete(strategy_step_ref) + + +########################## + + +def db_sync(engine, version=None): + """Migrate the database to `version` or the most recent version.""" + return migration.db_sync(engine, version=version) + + +def db_version(engine): + """Display the current database version.""" + return migration.db_version(engine) diff --git a/dcmanager/db/sqlalchemy/migrate_repo/README b/dcmanager/db/sqlalchemy/migrate_repo/README new file mode 100644 index 000000000..6218f8cac --- /dev/null +++ b/dcmanager/db/sqlalchemy/migrate_repo/README @@ -0,0 +1,4 @@ +This is a database migration repository. + +More information at +http://code.google.com/p/sqlalchemy-migrate/ diff --git a/dcmanager/db/sqlalchemy/migrate_repo/__init__.py b/dcmanager/db/sqlalchemy/migrate_repo/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/db/sqlalchemy/migrate_repo/manage.py b/dcmanager/db/sqlalchemy/migrate_repo/manage.py new file mode 100644 index 000000000..39fa3892e --- /dev/null +++ b/dcmanager/db/sqlalchemy/migrate_repo/manage.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from migrate.versioning.shell import main + +if __name__ == '__main__': + main(debug='False') diff --git a/dcmanager/db/sqlalchemy/migrate_repo/migrate.cfg b/dcmanager/db/sqlalchemy/migrate_repo/migrate.cfg new file mode 100644 index 000000000..4b12aa615 --- /dev/null +++ b/dcmanager/db/sqlalchemy/migrate_repo/migrate.cfg @@ -0,0 +1,25 @@ +[db_settings] +# Used to identify which repository this database is versioned under. +# You can use the name of your project. +repository_id=dcmanager + +# The name of the database table used to track the schema version. +# This name shouldn't already be used by your project. +# If this is changed once a database is under version control, you'll need to +# change the table name in each database too. +version_table=migrate_version + +# When committing a change script, Migrate will attempt to generate the +# sql for all supported databases; normally, if one of them fails - probably +# because you don't have that database installed - it is ignored and the +# commit continues, perhaps ending successfully. +# Databases in this list MUST compile successfully during a commit, or the +# entire commit will fail. List the databases your application will actually +# be using to ensure your updates to that database work properly. +# This must be a list; example: ['postgres','sqlite'] +required_dbs=['postgres'] + +# When creating new change scripts, Migrate will stamp the new script with +# a version number. By default this is latest_version + 1. You can set this +# to 'true' to tell Migrate to use the UTC timestamp instead. +use_timestamp_numbering=False diff --git a/dcmanager/db/sqlalchemy/migrate_repo/versions/001_first_version.py b/dcmanager/db/sqlalchemy/migrate_repo/versions/001_first_version.py new file mode 100644 index 000000000..8f1cc8044 --- /dev/null +++ b/dcmanager/db/sqlalchemy/migrate_repo/versions/001_first_version.py @@ -0,0 +1,197 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from dcmanager.drivers.openstack import vim +import sqlalchemy + + +def upgrade(migrate_engine): + meta = sqlalchemy.MetaData() + meta.bind = migrate_engine + + subclouds = sqlalchemy.Table( + 'subclouds', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('name', sqlalchemy.String(255), unique=True), + sqlalchemy.Column('description', sqlalchemy.String(255)), + sqlalchemy.Column('location', sqlalchemy.String(255)), + sqlalchemy.Column('software_version', sqlalchemy.String(255)), + sqlalchemy.Column('management_state', sqlalchemy.String(255)), + sqlalchemy.Column('availability_status', sqlalchemy.String(255)), + sqlalchemy.Column('management_subnet', sqlalchemy.String(255)), + sqlalchemy.Column('management_gateway_ip', sqlalchemy.String(255)), + sqlalchemy.Column('management_start_ip', sqlalchemy.String(255)), + sqlalchemy.Column('management_end_ip', sqlalchemy.String(255)), + sqlalchemy.Column('systemcontroller_gateway_ip', + sqlalchemy.String(255)), + sqlalchemy.Column('audit_fail_count', sqlalchemy.Integer, default=0), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + subcloud_status = sqlalchemy.Table( + 'subcloud_status', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('subcloud_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('subclouds.id', + ondelete='CASCADE')), + sqlalchemy.Column('endpoint_type', sqlalchemy.String(255)), + sqlalchemy.Column('sync_status', sqlalchemy.String(255)), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + sw_update_strategy = sqlalchemy.Table( + 'sw_update_strategy', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('type', sqlalchemy.String(255), unique=True), + sqlalchemy.Column('subcloud_apply_type', sqlalchemy.String(255)), + sqlalchemy.Column('max_parallel_subclouds', sqlalchemy.Integer), + sqlalchemy.Column('stop_on_failure', sqlalchemy.Boolean), + sqlalchemy.Column('state', sqlalchemy.String(255)), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + sw_update_opts_default = sqlalchemy.Table( + 'sw_update_opts_default', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('subcloud_id', sqlalchemy.Integer), + sqlalchemy.Column('storage_apply_type', sqlalchemy.String(255)), + sqlalchemy.Column('compute_apply_type', sqlalchemy.String(255)), + sqlalchemy.Column('max_parallel_computes', sqlalchemy.Integer), + sqlalchemy.Column('default_instance_action', sqlalchemy.String(255)), + sqlalchemy.Column('alarm_restriction_type', sqlalchemy.String(255)), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + sw_update_opts = sqlalchemy.Table( + 'sw_update_opts', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('subcloud_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('subclouds.id', + ondelete='CASCADE')), + sqlalchemy.Column('storage_apply_type', sqlalchemy.String(255)), + sqlalchemy.Column('compute_apply_type', sqlalchemy.String(255)), + sqlalchemy.Column('max_parallel_computes', sqlalchemy.Integer), + sqlalchemy.Column('default_instance_action', sqlalchemy.String(255)), + sqlalchemy.Column('alarm_restriction_type', sqlalchemy.String(255)), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + strategy_steps = sqlalchemy.Table( + 'strategy_steps', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('subcloud_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('subclouds.id', + ondelete='CASCADE'), + unique=True), + sqlalchemy.Column('stage', sqlalchemy.Integer), + sqlalchemy.Column('state', sqlalchemy.String(255)), + sqlalchemy.Column('details', sqlalchemy.String(255)), + sqlalchemy.Column('started_at', sqlalchemy.DateTime), + sqlalchemy.Column('finished_at', sqlalchemy.DateTime), + sqlalchemy.Column('reserved_1', sqlalchemy.Text), + sqlalchemy.Column('reserved_2', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + tables = ( + subclouds, + subcloud_status, + sw_update_strategy, + strategy_steps, + sw_update_opts, + sw_update_opts_default + ) + + for index, table in enumerate(tables): + try: + table.create() + except Exception: + # If an error occurs, drop all tables created so far to return + # to the previously existing state. + meta.drop_all(tables=tables[:index]) + raise + + try: + # populate the sw_update_opts_default with the default values. + con = migrate_engine.connect() + + con.execute(sw_update_opts_default.insert(), + storage_apply_type=vim.APPLY_TYPE_PARALLEL, + compute_apply_type=vim.APPLY_TYPE_PARALLEL, + max_parallel_computes=10, + default_instance_action=vim.INSTANCE_ACTION_MIGRATE, + alarm_restriction_type=vim.ALARM_RESTRICTIONS_RELAXED, + deleted=0) + except Exception: + # We can survive if this fails. + pass + + +def downgrade(migrate_engine): + raise NotImplementedError('Database downgrade not supported - ' + 'would drop all tables') diff --git a/dcmanager/db/sqlalchemy/migrate_repo/versions/__init__.py b/dcmanager/db/sqlalchemy/migrate_repo/versions/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/db/sqlalchemy/migration.py b/dcmanager/db/sqlalchemy/migration.py new file mode 100644 index 000000000..9fefa3078 --- /dev/null +++ b/dcmanager/db/sqlalchemy/migration.py @@ -0,0 +1,47 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import os + +from oslo_db.sqlalchemy import migration as oslo_migration + + +INIT_VERSION = 0 + + +def db_sync(engine, version=None): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_sync(engine, path, version, + init_version=INIT_VERSION) + + +def db_version(engine): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_version(engine, path, INIT_VERSION) + + +def db_version_control(engine, version=None): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_version_control(engine, path, version) diff --git a/dcmanager/db/sqlalchemy/models.py b/dcmanager/db/sqlalchemy/models.py new file mode 100644 index 000000000..de892255f --- /dev/null +++ b/dcmanager/db/sqlalchemy/models.py @@ -0,0 +1,169 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# +""" +SQLAlchemy models for dcmanager data. +""" + +from oslo_db.sqlalchemy import models + +from sqlalchemy.orm import backref, relationship +from sqlalchemy.orm import session as orm_session +from sqlalchemy import (Column, Integer, String, Boolean, DateTime) +from sqlalchemy.ext.declarative import declarative_base +from sqlalchemy import ForeignKey + +# from dcmanager.common import consts + +BASE = declarative_base() + + +def get_session(): + from dcmanager.db.sqlalchemy import api as db_api + + return db_api.get_session() + + +class DCManagerBase(models.ModelBase, + models.SoftDeleteMixin, + models.TimestampMixin): + """Base class for DC Manager Models.""" + + # __table_args__ = {'mysql_engine': 'InnoDB'} + + def expire(self, session=None, attrs=None): + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.expire(self, attrs) + + def refresh(self, session=None, attrs=None): + """Refresh this object.""" + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.refresh(self, attrs) + + def delete(self, session=None): + """Delete this object.""" + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.begin() + session.delete(self) + session.commit() + + +class Subcloud(BASE, DCManagerBase): + """Represents a subcloud""" + + __tablename__ = 'subclouds' + + id = Column(Integer, primary_key=True, nullable=False) + name = Column(String(255), unique=True) + description = Column(String(255)) + location = Column(String(255)) + software_version = Column(String(255)) + management_state = Column(String(255)) + availability_status = Column(String(255)) + management_subnet = Column(String(255)) + management_gateway_ip = Column(String(255)) + management_start_ip = Column(String(255), unique=True) + management_end_ip = Column(String(255), unique=True) + systemcontroller_gateway_ip = Column(String(255)) + audit_fail_count = Column(Integer) + + +class SubcloudStatus(BASE, DCManagerBase): + """Represents the status of an endpoint in a subcloud""" + + __tablename__ = "subcloud_status" + + id = Column(Integer, primary_key=True, nullable=False) + subcloud_id = Column(Integer, + ForeignKey('subclouds.id', ondelete='CASCADE')) + endpoint_type = Column(String(255)) + sync_status = Column(String(255)) + + +class SwUpdateStrategy(BASE, DCManagerBase): + """Represents a software update for subclouds""" + + __tablename__ = "sw_update_strategy" + + id = Column(Integer, primary_key=True, nullable=False) + type = Column(String(255), unique=True) + subcloud_apply_type = Column(String(255)) + max_parallel_subclouds = Column(Integer) + stop_on_failure = Column(Boolean) + state = Column(String(255)) + + +class SwUpdateOpts(BASE, DCManagerBase): + """Represents software update options for a subcloud""" + + __tablename__ = "sw_update_opts" + + id = Column(Integer, primary_key=True, nullable=False) + subcloud_id = Column(Integer, + ForeignKey('subclouds.id', ondelete='CASCADE')) + + storage_apply_type = Column(String(255)) + compute_apply_type = Column(String(255)) + max_parallel_computes = Column(Integer) + alarm_restriction_type = Column(String(255)) + default_instance_action = Column(String(255)) + + +class SwUpdateOptsDefault(BASE, DCManagerBase): + """Represents default software update options for subclouds""" + + __tablename__ = "sw_update_opts_default" + + id = Column(Integer, primary_key=True, nullable=False) + + subcloud_id = Column(Integer) + storage_apply_type = Column(String(255)) + compute_apply_type = Column(String(255)) + max_parallel_computes = Column(Integer) + alarm_restriction_type = Column(String(255)) + default_instance_action = Column(String(255)) + + +class StrategyStep(BASE, DCManagerBase): + """Represents a step for patching or upgrading subclouds""" + + __tablename__ = "strategy_steps" + + id = Column(Integer, primary_key=True, nullable=False) + subcloud_id = Column(Integer, + ForeignKey('subclouds.id', ondelete='CASCADE'), + unique=True) + stage = Column(Integer) + state = Column(String(255)) + details = Column(String(255)) + started_at = Column(DateTime) + finished_at = Column(DateTime) + subcloud = relationship('Subcloud', backref=backref("strategy_steps", + cascade="all,delete")) diff --git a/dcmanager/db/utils.py b/dcmanager/db/utils.py new file mode 100644 index 000000000..dd4e56eaa --- /dev/null +++ b/dcmanager/db/utils.py @@ -0,0 +1,55 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +class LazyPluggable(object): + """A pluggable backend loaded lazily based on some value.""" + + def __init__(self, pivot, **backends): + self.__backends = backends + self.__pivot = pivot + self.__backend = None + + def __get_backend(self): + if not self.__backend: + backend_name = 'sqlalchemy' + backend = self.__backends[backend_name] + if isinstance(backend, tuple): + name = backend[0] + fromlist = backend[1] + else: + name = backend + fromlist = backend + + self.__backend = __import__(name, None, None, fromlist) + return self.__backend + + def __getattr__(self, key): + backend = self.__get_backend() + return getattr(backend, key) + + +IMPL = LazyPluggable('backend', sqlalchemy='dcmanager.db.sqlalchemy.api') + + +def purge_deleted(age, granularity='days'): + IMPL.purge_deleted(age, granularity) diff --git a/dcmanager/drivers/README.rst b/dcmanager/drivers/README.rst new file mode 100644 index 000000000..fce9934e4 --- /dev/null +++ b/dcmanager/drivers/README.rst @@ -0,0 +1,5 @@ +=============================== +OpenStack Drivers +================================ + +Driver for openstack communication based on python native clients. diff --git a/dcmanager/drivers/__init__.py b/dcmanager/drivers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/drivers/base.py b/dcmanager/drivers/base.py new file mode 100644 index 000000000..21607ccbd --- /dev/null +++ b/dcmanager/drivers/base.py @@ -0,0 +1,31 @@ +# 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. + +''' +Base class for all drivers. +''' + +import abc +import six + +from oslo_log import log as logging + +LOG = logging.getLogger(__name__) + + +class DriverBase(object): + + six.add_metaclass(abc.ABCMeta) + '''Base class for all drivers.''' + + def __init__(self, context): + self.context = context diff --git a/dcmanager/drivers/openstack/__init__.py b/dcmanager/drivers/openstack/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/drivers/openstack/patching_v1.py b/dcmanager/drivers/openstack/patching_v1.py new file mode 100644 index 000000000..073afbe5f --- /dev/null +++ b/dcmanager/drivers/openstack/patching_v1.py @@ -0,0 +1,196 @@ +# Copyright 2016 Ericsson AB + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_log import log +import requests +from requests_toolbelt import MultipartEncoder + +from dcmanager.drivers import base + +LOG = log.getLogger(__name__) + +# Patch states +PATCH_STATE_AVAILABLE = 'Available' +PATCH_STATE_APPLIED = 'Applied' +PATCH_STATE_PARTIAL_APPLY = 'Partial-Apply' +PATCH_STATE_PARTIAL_REMOVE = 'Partial-Remove' +PATCH_STATE_COMMITTED = 'Committed' +PATCH_STATE_UNKNOWN = 'n/a' + + +class PatchingClient(base.DriverBase): + """Patching V1 driver.""" + + def __init__(self, region, session): + # Get an endpoint and token. + self.endpoint = session.get_endpoint(service_type='patching', + region_name=region, + interface='internal') + self.token = session.get_token() + + def query(self, state=None, release=None,): + """Query patches""" + url = self.endpoint + '/v1/query' + if state is not None: + url += "?show=%s" % state.lower() + if release is not None: + url += "&release=%s" % release + headers = {"X-Auth-Token": self.token} + response = requests.get(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "query failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "query failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def query_hosts(self): + """Query hosts""" + url = self.endpoint + '/v1/query_hosts' + headers = {"X-Auth-Token": self.token} + response = requests.get(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "query_hosts failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('data', []) + else: + message = "query_hosts failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def apply(self, patches): + """Apply patches""" + patch_str = "/".join(patches) + url = self.endpoint + '/v1/apply/%s' % patch_str + headers = {"X-Auth-Token": self.token} + response = requests.post(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "apply failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "apply failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def remove(self, patches): + """Remove patches""" + patch_str = "/".join(patches) + url = self.endpoint + '/v1/remove/%s' % patch_str + headers = {"X-Auth-Token": self.token} + response = requests.post(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "remove failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "remove failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def delete(self, patches): + """Delete patches""" + patch_str = "/".join(patches) + url = self.endpoint + '/v1/delete/%s' % patch_str + headers = {"X-Auth-Token": self.token} + response = requests.post(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "delete failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "delete failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def commit(self, patches): + """Commit patches""" + patch_str = "/".join(patches) + url = self.endpoint + '/v1/commit/%s' % patch_str + headers = {"X-Auth-Token": self.token} + response = requests.post(url, headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "commit failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "commit failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) + + def upload(self, files): + """Upload patches""" + + for file in sorted(list(set(files))): + enc = MultipartEncoder(fields={'file': (file, + open(file, 'rb'), + )}) + url = self.endpoint + '/v1/upload' + headers = {"X-Auth-Token": self.token, + 'Content-Type': enc.content_type} + response = requests.post(url, + data=enc, + headers=headers) + + if response.status_code == 200: + data = response.json() + if 'error' in data and data["error"] != "": + message = "upload failed with error: %s" % data["error"] + LOG.error(message) + raise Exception(message) + else: + return data.get('pd', []) + else: + message = "upload failed with RC: %d" % response.status_code + LOG.error(message) + raise Exception(message) diff --git a/dcmanager/drivers/openstack/sysinv_v1.py b/dcmanager/drivers/openstack/sysinv_v1.py new file mode 100644 index 000000000..27eb343b3 --- /dev/null +++ b/dcmanager/drivers/openstack/sysinv_v1.py @@ -0,0 +1,124 @@ +# Copyright 2016 Ericsson AB + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_log import log + +from sysinv.common import constants as sysinv_constants + +# from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.drivers import base + +LOG = log.getLogger(__name__) +API_VERSION = '1' + + +class SysinvClient(base.DriverBase): + """Sysinv V1 driver.""" + + def __init__(self, region, session): + try: + # TOX cannot import cgts_client and all the dependencies therefore + # the client is being lazy loaded since TOX doesn't actually + # require the cgtsclient module. + from cgtsclient import client + + # The sysinv client doesn't support a session, so we need to + # get an endpoint and token. + endpoint = session.get_endpoint(service_type='platform', + region_name=region, + interface='internal') + token = session.get_token() + + self.sysinv_client = client.Client(API_VERSION, + endpoint=endpoint, + token=token) + except exceptions.ServiceUnavailable: + raise + + def get_controller_hosts(self): + """Get a list of controller hosts.""" + return self.sysinv_client.ihost.list_personality( + sysinv_constants.CONTROLLER) + + def get_management_interface(self, hostname): + """Get the management interface for a host.""" + interfaces = self.sysinv_client.iinterface.list(hostname) + + for interface in interfaces: + if interface.networktype == sysinv_constants.NETWORK_TYPE_MGMT: + return interface + + # This can happen if the host is still being installed and has not + # yet created its management interface. + LOG.warning("Management interface on host %s not found" % hostname) + return None + + def get_management_address_pool(self): + """Get the management address pool for a host.""" + networks = self.sysinv_client.network.list() + for network in networks: + if network.type == sysinv_constants.NETWORK_TYPE_MGMT: + address_pool_uuid = network.pool_uuid + break + else: + LOG.error("Management address pool not found") + raise exceptions.InternalError() + + return self.sysinv_client.address_pool.get(address_pool_uuid) + + def create_route(self, interface_uuid, network, prefix, gateway, metric): + """Create a static route on an interface.""" + + LOG.info("Creating route: interface: %s dest: %s/%s " + "gateway: %s metric %s" % (interface_uuid, network, + prefix, gateway, metric)) + self.sysinv_client.route.create(interface_uuid=interface_uuid, + network=network, + prefix=prefix, + gateway=gateway, + metric=metric) + + def delete_route(self, interface_uuid, network, prefix, gateway, metric): + """Delete a static route.""" + + # Get the routes for this interface + routes = self.sysinv_client.route.list_by_interface(interface_uuid) + for route in routes: + if (route.network == network and route.prefix == prefix and + route.gateway == gateway and route.metric == metric): + LOG.info("Deleting route: interface: %s dest: %s/%s " + "gateway: %s metric %s" % (interface_uuid, network, + prefix, gateway, metric)) + self.sysinv_client.route.delete(route.uuid) + return + + LOG.warning("Route not found: interface: %s dest: %s/%s gateway: %s " + "metric %s" % (interface_uuid, network, prefix, gateway, + metric)) + + def get_service_groups(self): + """Get a list of service groups.""" + return self.sysinv_client.sm_servicegroup.list() + + def get_loads(self): + """Get a list of loads.""" + return self.sysinv_client.load.list() diff --git a/dcmanager/drivers/openstack/vim.py b/dcmanager/drivers/openstack/vim.py new file mode 100644 index 000000000..1ee40c6b4 --- /dev/null +++ b/dcmanager/drivers/openstack/vim.py @@ -0,0 +1,157 @@ +# Copyright 2016 Ericsson AB + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_log import log + +from nfv_client.openstack import sw_update + +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.drivers import base + +LOG = log.getLogger(__name__) + +STRATEGY_NAME_SW_PATCH = 'sw-patch' +STRATEGY_NAME_SW_UPGRADE = 'sw-upgrade' + +APPLY_TYPE_SERIAL = 'serial' +APPLY_TYPE_PARALLEL = 'parallel' +APPLY_TYPE_IGNORE = 'ignore' + +INSTANCE_ACTION_MIGRATE = 'migrate' +INSTANCE_ACTION_STOP_START = 'stop-start' + +ALARM_RESTRICTIONS_STRICT = 'strict' +ALARM_RESTRICTIONS_RELAXED = 'relaxed' + +SW_UPDATE_OPTS_CONST_DEFAULT = { + "name": consts.SW_UPDATE_DEFAULT_TITLE, + "storage-apply-type": APPLY_TYPE_PARALLEL, + "compute-apply-type": APPLY_TYPE_PARALLEL, + "max-parallel-computes": 10, + "default-instance-action": INSTANCE_ACTION_MIGRATE, + "alarm-restriction-type": ALARM_RESTRICTIONS_RELAXED, + "created-at": None, + "updated-at": None} + +STATE_INITIAL = 'initial' +STATE_BUILDING = 'building' +STATE_BUILD_FAILED = 'build-failed' +STATE_BUILD_TIMEOUT = 'build-timeout' +STATE_READY_TO_APPLY = 'ready-to-apply' +STATE_APPLYING = 'applying' +STATE_APPLY_FAILED = 'apply-failed' +STATE_APPLY_TIMEOUT = 'apply-timeout' +STATE_APPLIED = 'applied' +STATE_ABORTING = 'aborting' +STATE_ABORT_FAILED = 'abort-failed' +STATE_ABORT_TIMEOUT = 'abort-timeout' +STATE_ABORTED = 'aborted' + + +class VimClient(base.DriverBase): + """VIM driver.""" + + def __init__(self, region, session): + try: + # The nfv_client doesn't support a session, so we need to + # get an endpoint and token. + self.endpoint = session.get_endpoint(service_type='nfv', + region_name=region, + interface='internal') + self.token = session.get_token() + + except exceptions.ServiceUnavailable: + raise + + def create_strategy(self, strategy_name, storage_apply_type, + compute_apply_type, max_parallel_compute_hosts, + default_instance_action, alarm_restrictions): + """Create orchestration strategy""" + + url = self.endpoint + strategy = sw_update.create_strategy( + self.token, url, + strategy_name=strategy_name, + controller_apply_type=APPLY_TYPE_SERIAL, + storage_apply_type=storage_apply_type, + swift_apply_type=APPLY_TYPE_IGNORE, + compute_apply_type=compute_apply_type, + max_parallel_compute_hosts=max_parallel_compute_hosts, + default_instance_action=default_instance_action, + alarm_restrictions=alarm_restrictions) + if not strategy: + raise Exception("Strategy creation failed") + + LOG.debug("Strategy created: %s" % strategy) + return strategy + + def get_strategy(self, strategy_name): + """Get the current orchestration strategy""" + + url = self.endpoint + strategy = sw_update.get_strategies( + self.token, url, + strategy_name=strategy_name) + if not strategy: + raise Exception("Get strategy failed") + + LOG.debug("Strategy: %s" % strategy) + return strategy + + def delete_strategy(self, strategy_name): + """Delete the current orchestration strategy""" + + url = self.endpoint + success = sw_update.delete_strategy( + self.token, url, + strategy_name=strategy_name) + if not success: + raise Exception("Delete strategy failed") + + LOG.debug("Strategy deleted") + + def apply_strategy(self, strategy_name): + """Apply the current orchestration strategy""" + + url = self.endpoint + strategy = sw_update.apply_strategy( + self.token, url, + strategy_name=strategy_name) + if not strategy: + raise Exception("Strategy apply failed") + + LOG.debug("Strategy applied: %s" % strategy) + return strategy + + def abort_strategy(self, strategy_name): + """Abort the current orchestration strategy""" + + url = self.endpoint + strategy = sw_update.abort_strategy( + self.token, url, + strategy_name=strategy_name, + stage_id=None) + if not strategy: + raise Exception("Strategy abort failed") + + LOG.debug("Strategy aborted: %s" % strategy) + return strategy diff --git a/dcmanager/manager/README.rst b/dcmanager/manager/README.rst new file mode 100755 index 000000000..a41275e16 --- /dev/null +++ b/dcmanager/manager/README.rst @@ -0,0 +1,23 @@ +=============================== +Service +=============================== + +DC Manager Service has responsibility for: + Main subcloud state machine as well as all operations on subclouds + including creation, deletion and update. + +service.py: + run DC Manager service in multi-worker mode, and establish RPC server + +subcloud_manager.py: + Manages all subcloud related activities such as creation, deletion, + availability status, management state + +audit_manager.py: + A Periodic audit to contact each subcloud and ensure that at least + one of each service group is up and active, which is a pre-requisite + for declaring a subcloud as online. + +scheduler.py: + Thread group manager, also responsible for periodic timer tasks - ie. audit. + diff --git a/dcmanager/manager/__init__.py b/dcmanager/manager/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/manager/patch_audit_manager.py b/dcmanager/manager/patch_audit_manager.py new file mode 100644 index 000000000..15e177247 --- /dev/null +++ b/dcmanager/manager/patch_audit_manager.py @@ -0,0 +1,248 @@ +# Copyright 2017 Ericsson AB. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from keystoneauth1 import exceptions as keystone_exceptions +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common import consts as dcorch_consts +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient + +from dcmanager.common import consts +from dcmanager.common import context +from dcmanager.common.i18n import _ +from dcmanager.common import manager +from dcmanager.db import api as db_api + +from dcmanager.drivers.openstack import patching_v1 +from dcmanager.drivers.openstack.patching_v1 import PatchingClient +from dcmanager.drivers.openstack.sysinv_v1 import SysinvClient + + +LOG = logging.getLogger(__name__) + +# By default the patch audit will only occur every five minutes. +DEFAULT_PATCH_AUDIT_DELAY_SECONDS = 300 + + +class PatchAuditManager(manager.Manager): + """Manages tasks related to patch audits.""" + + def __init__(self, *args, **kwargs): + LOG.info(_('PatchAuditManager initialization...')) + + super(PatchAuditManager, self).__init__( + service_name="patch_audit_manager") + self.context = context.get_admin_context() + self.subcloud_manager = kwargs['subcloud_manager'] + # Wait 20 seconds before doing the first audit + self.wait_time_passed = DEFAULT_PATCH_AUDIT_DELAY_SECONDS - 25 + + # Used to force an audit on the next interval + _force_audit = False + + @classmethod + def trigger_audit(cls): + """Trigger audit at next interval. + + This can be called from outside the audit greenthread. + """ + cls._force_audit = True + + def periodic_patch_audit(self): + """Audit patch status of subclouds. + + Audit normally happens every DEFAULT_PATCH_AUDIT_DELAY_SECONDS, but + can be forced to happen on the next audit interval by calling + trigger_audit. + """ + + do_audit = False + + if PatchAuditManager._force_audit: + # Audit has been triggered. + do_audit = True + else: + # This won't be super accurate as we aren't woken up after exactly + # the interval seconds, but it is good enough for an audit. + self.wait_time_passed += cfg.CONF.scheduler.patch_audit_interval + if self.wait_time_passed >= DEFAULT_PATCH_AUDIT_DELAY_SECONDS: + do_audit = True + + if do_audit: + self.wait_time_passed = 0 + PatchAuditManager._force_audit = False + # Blanket catch all exceptions in the audit so that the audit + # does not die. + try: + self._periodic_patch_audit_loop() + except Exception as e: + LOG.exception(e) + + def _periodic_patch_audit_loop(self): + """Audit patch status of subclouds loop.""" + + # We are running in our own green thread here. + LOG.info('Triggered patch audit.') + + try: + ks_client = KeystoneClient() + except Exception: + LOG.warn('Failure initializing KeystoneClient, exiting audit.') + return + + # First query RegionOne to determine what patches should be applied + # to the system. + patching_client = PatchingClient( + consts.DEFAULT_REGION_NAME, ks_client.session) + regionone_patches = patching_client.query() + LOG.debug("regionone_patches: %s" % regionone_patches) + + # Build lists of patches that should be applied or committed in all + # subclouds, based on their state in RegionOne. Check repostate + # (not patchstate) as we only care if the patch has been applied to + # the repo (not whether it is installed on the hosts). + applied_patch_ids = list() + committed_patch_ids = list() + for patch_id in regionone_patches.keys(): + if regionone_patches[patch_id]['repostate'] == \ + patching_v1.PATCH_STATE_APPLIED: + applied_patch_ids.append(patch_id) + elif regionone_patches[patch_id]['repostate'] == \ + patching_v1.PATCH_STATE_COMMITTED: + committed_patch_ids.append(patch_id) + LOG.debug("RegionOne applied_patch_ids: %s" % applied_patch_ids) + LOG.debug("RegionOne committed_patch_ids: %s" % committed_patch_ids) + + # For each subcloud, check whether the patches match the target. + for subcloud in db_api.subcloud_get_all(self.context): + # Only audit patching on subclouds that are managed and online + if (subcloud.management_state != consts.MANAGEMENT_MANAGED or + subcloud.availability_status != + consts.AVAILABILITY_ONLINE): + continue + + try: + sc_ks_client = KeystoneClient(subcloud.name) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + LOG.warn("Identity endpoint for online subcloud % not found. %" + % (subcloud.name, e)) + continue + + try: + patching_client = PatchingClient(subcloud.name, + sc_ks_client.session) + except keystone_exceptions.EndpointNotFound: + LOG.warn("Patching endpoint for online subcloud %s not found." + % subcloud.name) + continue + + try: + sysinv_client = SysinvClient(subcloud.name, + sc_ks_client.session) + except keystone_exceptions.EndpointNotFound: + LOG.warn("Sysinv endpoint for online subcloud %s not found." + % subcloud.name) + continue + + # Retrieve all the patches that are present in this subcloud. + try: + subcloud_patches = patching_client.query() + LOG.debug("Patches for subcloud %s: %s" % + (subcloud.name, subcloud_patches)) + except Exception: + LOG.warn('Cannot retrieve patches for subcloud: %s' % + subcloud.name) + continue + + # Determine which loads are present in this subcloud. During an + # upgrade, there will be more than one load installed. + installed_loads = list() + try: + loads = sysinv_client.get_loads() + except Exception: + LOG.warn('Cannot retrieve loads for subcloud: %s' % + subcloud.name) + continue + for load in loads: + installed_loads.append(load.software_version) + + out_of_sync = False + + # Check that all patches in this subcloud are in the correct + # state, based on the state of the patch in RegionOne. For the + # subcloud, we use the patchstate because we care whether the + # patch is installed on the hosts. + for patch_id in subcloud_patches.keys(): + if subcloud_patches[patch_id]['patchstate'] == \ + patching_v1.PATCH_STATE_APPLIED: + if patch_id not in applied_patch_ids: + if patch_id not in committed_patch_ids: + LOG.debug("Patch %s should not be applied in %s" % + (patch_id, subcloud.name)) + else: + LOG.debug("Patch %s should be committed in %s" % + (patch_id, subcloud.name)) + out_of_sync = True + elif subcloud_patches[patch_id]['patchstate'] == \ + patching_v1.PATCH_STATE_COMMITTED: + if patch_id not in committed_patch_ids: + LOG.warn("Patch %s should not be committed in %s" % + (patch_id, subcloud.name)) + out_of_sync = True + else: + # In steady state, all patches should either be applied + # or committed in each subcloud. Patches in other + # states mean a sync is required. + out_of_sync = True + + # Check that all applied or committed patches in RegionOne are + # present in the subcloud. + for patch_id in applied_patch_ids: + if regionone_patches[patch_id]['sw_version'] in \ + installed_loads and patch_id not in subcloud_patches: + LOG.debug("Patch %s missing from %s" % + (patch_id, subcloud.name)) + out_of_sync = True + for patch_id in committed_patch_ids: + if regionone_patches[patch_id]['sw_version'] in \ + installed_loads and patch_id not in subcloud_patches: + LOG.debug("Patch %s missing from %s" % + (patch_id, subcloud.name)) + out_of_sync = True + + if out_of_sync: + LOG.debug("Subcloud %s is out-of-sync for patching" % + subcloud.name) + self.subcloud_manager.update_subcloud_endpoint_status( + self.context, + subcloud_name=subcloud.name, + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC) + else: + LOG.debug("Subcloud %s is in-sync for patching" % + subcloud.name) + self.subcloud_manager.update_subcloud_endpoint_status( + self.context, + subcloud_name=subcloud.name, + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_IN_SYNC) diff --git a/dcmanager/manager/scheduler.py b/dcmanager/manager/scheduler.py new file mode 100644 index 000000000..2a4810e25 --- /dev/null +++ b/dcmanager/manager/scheduler.py @@ -0,0 +1,91 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import time + +import eventlet +from oslo_log import log as logging + +from oslo_service import threadgroup + +LOG = logging.getLogger(__name__) + +wallclock = time.time + + +class ThreadGroupManager(object): + '''Thread group manager.''' + + def __init__(self): + super(ThreadGroupManager, self).__init__() + self.threads = {} + self.group = threadgroup.ThreadGroup() + + def start(self, func, *args, **kwargs): + '''Run the given method in a sub-thread.''' + + return self.group.add_thread(func, *args, **kwargs) + + def add_timer(self, interval, func, *args, **kwargs): + '''Define a periodic task to be run in the thread group. + + The task will be executed in a separate green thread. + ''' + + self.group.add_timer(interval, func, *args, **kwargs) + + def stop_timers(self): + self.group.stop_timers() + + def stop(self, graceful=False): + '''Stop any active threads belong to this threadgroup.''' + # Try to stop all threads gracefully + self.group.stop(graceful) + self.group.wait() + + # Wait for link()ed functions (i.e. lock release) + threads = self.group.threads[:] + links_done = dict((th, False) for th in threads) + + def mark_done(gt, th): + links_done[th] = True + + for th in threads: + th.link(mark_done, th) + + while not all(links_done.values()): + eventlet.sleep() + + +def reschedule(action, sleep_time=1): + '''Eventlet Sleep for the specified number of seconds. + + :param sleep_time: seconds to sleep; if None, no sleep; + ''' + + if sleep_time is not None: + LOG.debug('Action %s sleep for %s seconds' % ( + action.id, sleep_time)) + eventlet.sleep(sleep_time) + + +def sleep(sleep_time): + '''Interface for sleeping.''' + + eventlet.sleep(sleep_time) diff --git a/dcmanager/manager/service.py b/dcmanager/manager/service.py new file mode 100644 index 000000000..5fedb8258 --- /dev/null +++ b/dcmanager/manager/service.py @@ -0,0 +1,236 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import six +import time + +import functools +from oslo_config import cfg +from oslo_log import log as logging +import oslo_messaging +from oslo_service import service +from oslo_utils import uuidutils + +from dcorch.common import consts as dcorch_consts + +from dcmanager.common import consts +from dcmanager.common import context +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.common import messaging as rpc_messaging +from dcmanager.manager.patch_audit_manager import PatchAuditManager +from dcmanager.manager import scheduler +from dcmanager.manager.subcloud_audit_manager import SubcloudAuditManager +from dcmanager.manager.subcloud_manager import SubcloudManager +from dcmanager.manager.sw_update_manager import SwUpdateManager + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + + +def request_context(func): + @functools.wraps(func) + def wrapped(self, ctx, *args, **kwargs): + if ctx is not None and not isinstance(ctx, context.RequestContext): + ctx = context.RequestContext.from_dict(ctx.to_dict()) + try: + return func(self, ctx, *args, **kwargs) + except exceptions.DCManagerException: + raise oslo_messaging.rpc.dispatcher.ExpectedException() + + return wrapped + + +class DCManagerService(service.Service): + """Lifecycle manager for a running service. + + - All the methods in here are called from the RPC client. + - If a RPC call does not have a corresponding method here, an exception + will be thrown. + - Arguments to these calls are added dynamically and will be treated as + keyword arguments by the RPC client. + """ + + def __init__(self, host, topic, manager=None): + + super(DCManagerService, self).__init__() + self.host = cfg.CONF.host + self.rpc_api_version = consts.RPC_API_VERSION + self.topic = consts.TOPIC_DC_MANAGER + # The following are initialized here, but assigned in start() which + # happens after the fork when spawning multiple worker processes + self.engine_id = None + self.TG = None + self.periodic_enable = cfg.CONF.scheduler.periodic_enable + self.target = None + self._rpc_server = None + self.subcloud_manager = None + self.subcloud_audit_manager = None + self.sw_update_manager = None + self.patch_audit_manager = None + + def init_tgm(self): + self.TG = scheduler.ThreadGroupManager() + + def init_audit_managers(self): + self.subcloud_audit_manager = SubcloudAuditManager( + subcloud_manager=self.subcloud_manager) + self.patch_audit_manager = PatchAuditManager( + subcloud_manager=self.subcloud_manager) + + def init_managers(self): + self.subcloud_manager = SubcloudManager() + self.sw_update_manager = SwUpdateManager() + + def stop_managers(self): + self.sw_update_manager.stop() + + def start(self): + self.dcmanager_id = uuidutils.generate_uuid() + self.init_tgm() + self.init_managers() + self.init_audit_managers() + target = oslo_messaging.Target(version=self.rpc_api_version, + server=self.host, + topic=self.topic) + self.target = target + self._rpc_server = rpc_messaging.get_rpc_server(self.target, self) + self._rpc_server.start() + + super(DCManagerService, self).start() + if self.periodic_enable: + LOG.info("Adding periodic tasks for the manager to perform") + self.TG.add_timer(cfg.CONF.scheduler.subcloud_audit_interval, + self.subcloud_audit, None) + self.TG.add_timer(cfg.CONF.scheduler.patch_audit_interval, + self.patch_audit, None) + + def subcloud_audit(self): + # Audit availability of all subclouds. + # Note this will run in a separate green thread + LOG.debug("Subcloud audit job started at: %s", + time.strftime("%c")) + self.subcloud_audit_manager.periodic_subcloud_audit() + + def patch_audit(self): + # Audit patch status of all subclouds. + # Note this will run in a separate green thread + LOG.debug("Patch audit job started at: %s", + time.strftime("%c")) + self.patch_audit_manager.periodic_patch_audit() + + @request_context + def add_subcloud(self, context, payload): + # Adds a subcloud + LOG.info("Handling add_subcloud request for: %s" % payload.get('name')) + return self.subcloud_manager.add_subcloud(context, payload) + + @request_context + def delete_subcloud(self, context, subcloud_id): + # Deletes a subcloud + LOG.info("Handling delete_subcloud request for: %s" % subcloud_id) + return self.subcloud_manager.delete_subcloud(context, subcloud_id) + + @request_context + def update_subcloud(self, context, subcloud_id, management_state=None, + description=None, location=None): + # Updates a subcloud + LOG.info("Handling update_subcloud request for: %s" % subcloud_id) + subcloud = self.subcloud_manager.update_subcloud(context, subcloud_id, + management_state, + description, + location) + # If a subcloud has been set to the managed state, trigger the + # patching audit so it can update the sync status ASAP. + if management_state == consts.MANAGEMENT_MANAGED: + PatchAuditManager.trigger_audit() + + return subcloud + + @request_context + def update_subcloud_endpoint_status(self, context, subcloud_name=None, + endpoint_type=None, + sync_status=consts. + SYNC_STATUS_OUT_OF_SYNC, + alarmable=True): + # Updates subcloud endpoint sync status + LOG.info("Handling update_subcloud_endpoint_status request for: %s" % + subcloud_name) + + self.subcloud_manager. \ + update_subcloud_endpoint_status(context, + subcloud_name, + endpoint_type, + sync_status, + alarmable) + + # If the patching sync status is being set to unknown, trigger the + # patching audit so it can update the sync status ASAP. + if endpoint_type == dcorch_consts.ENDPOINT_TYPE_PATCHING and \ + sync_status == consts.SYNC_STATUS_UNKNOWN: + PatchAuditManager.trigger_audit() + + return + + @request_context + def create_sw_update_strategy(self, context, payload): + # Creates a software update strategy + LOG.info("Handling create_sw_update_strategy request of type %s" % + payload.get('type')) + return self.sw_update_manager.create_sw_update_strategy( + context, payload) + + @request_context + def delete_sw_update_strategy(self, context): + # Deletes the software update strategy + LOG.info("Handling delete_sw_update_strategy request") + return self.sw_update_manager.delete_sw_update_strategy(context) + + @request_context + def apply_sw_update_strategy(self, context): + # Applies the software update strategy + LOG.info("Handling apply_sw_update_strategy request") + return self.sw_update_manager.apply_sw_update_strategy(context) + + @request_context + def abort_sw_update_strategy(self, context): + # Aborts the software update strategy + LOG.info("Handling abort_sw_update_strategy request") + return self.sw_update_manager.abort_sw_update_strategy(context) + + def _stop_rpc_server(self): + # Stop RPC connection to prevent new requests + LOG.debug(_("Attempting to stop engine service...")) + try: + self._rpc_server.stop() + self._rpc_server.wait() + LOG.info('Engine service stopped successfully') + except Exception as ex: + LOG.error('Failed to stop engine service: %s', + six.text_type(ex)) + + def stop(self): + self._stop_rpc_server() + + self.TG.stop() + self.stop_managers() + + # Terminate the engine process + LOG.info("All threads were gone, terminating engine") + super(DCManagerService, self).stop() diff --git a/dcmanager/manager/subcloud_audit_manager.py b/dcmanager/manager/subcloud_audit_manager.py new file mode 100644 index 000000000..8e0af1a0c --- /dev/null +++ b/dcmanager/manager/subcloud_audit_manager.py @@ -0,0 +1,259 @@ +# Copyright 2017 Ericsson AB. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_log import log as logging + + +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient +from dcorch.rpc import client as dcorch_rpc_client + +from dcmanager.common import consts +from dcmanager.common import context +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.common import manager +from dcmanager.db import api as db_api + +from dcmanager.drivers.openstack.sysinv_v1 import SysinvClient +from keystoneauth1 import exceptions as keystone_exceptions + +from fm_api import constants as fm_const +from fm_api import fm_api + +LOG = logging.getLogger(__name__) + + +class SubcloudAuditManager(manager.Manager): + """Manages tasks related to audits.""" + + def __init__(self, *args, **kwargs): + LOG.debug(_('SubcloudAuditManager initialization...')) + + super(SubcloudAuditManager, self).__init__( + service_name="subcloud_audit_manager") + self.context = context.get_admin_context() + self.dcorch_rpc_client = dcorch_rpc_client.EngineClient() + self.fm_api = fm_api.FaultAPIs() + self.subcloud_manager = kwargs['subcloud_manager'] + + def periodic_subcloud_audit(self): + """Audit availability of subclouds.""" + + # Blanket catch all exceptions in the audit so that the audit + # does not die. + try: + self._periodic_subcloud_audit_loop() + except Exception as e: + LOG.exception(e) + + def _periodic_subcloud_audit_loop(self): + """Audit availability of subclouds loop.""" + # We will be running in our own green thread here. + LOG.info('Triggered subcloud audit.') + + # For each subcloud, if at least one service is active in + # each service of servicegroup-list then declare the subcloud online. + + for subcloud in db_api.subcloud_get_all(self.context): + subcloud_name = subcloud.name + subcloud_id = subcloud.id + management_state = subcloud.management_state + avail_status_current = subcloud.availability_status + audit_fail_count = subcloud.audit_fail_count + + # Set defaults to None and disabled so we will still set disabled + # status if we encounter an error. + + sysinv_client = None + svc_groups = None + avail_to_set = consts.AVAILABILITY_OFFLINE + + try: + ks_client = KeystoneClient(subcloud_name) + sysinv_client = SysinvClient(subcloud_name, + ks_client.session) + except (keystone_exceptions.EndpointNotFound, + keystone_exceptions.ConnectFailure, IndexError) as e: + if avail_status_current == consts.AVAILABILITY_OFFLINE: + LOG.info("Identity or Platform endpoint for %s not " + "found, ignoring for offline " + "subcloud." % subcloud_name) + continue + else: + LOG.error("Identity or Platform endpoint for online " + "subcloud: %s not found." % subcloud_name) + + except Exception as e: + LOG.exception(e) + + if sysinv_client: + try: + svc_groups = sysinv_client.get_service_groups() + except Exception as e: + svc_groups = None + LOG.warn('Cannot retrieve service groups for ' + 'subcloud:%s, %s' % (subcloud_name, e)) + + if svc_groups: + active_sgs = [] + inactive_sgs = [] + + # Build 2 lists, 1 of active service groups, + # one with non-active. + for sg in svc_groups: + if sg.state != consts.SERVICE_GROUP_STATUS_ACTIVE: + inactive_sgs.append(sg.service_group_name) + else: + active_sgs.append(sg.service_group_name) + + # Create a list of service groups that are only present + # in non-active list + inactive_only = [sg for sg in inactive_sgs if + sg not in active_sgs] + + # An empty inactive only list and a non-empty active list + # means we're good to go. + if not inactive_only and active_sgs: + avail_to_set = \ + consts.AVAILABILITY_ONLINE + else: + LOG.info("Subcloud:%s has non-active " + "service groups: %s" % + (subcloud_name, inactive_only)) + + if avail_to_set == consts.AVAILABILITY_OFFLINE: + if audit_fail_count < consts.AVAIL_FAIL_COUNT_MAX: + audit_fail_count = audit_fail_count + 1 + + if (avail_status_current == consts.AVAILABILITY_ONLINE) and \ + (audit_fail_count < consts.AVAIL_FAIL_COUNT_TO_ALARM): + # Do not set offline until we have failed audit + # the requisite number of times + avail_to_set = consts.AVAILABILITY_ONLINE + else: + # In the case of a one off blip, we may need to set the + # fail count back to 0 + audit_fail_count = 0 + + if avail_to_set != avail_status_current: + + if avail_to_set == consts.AVAILABILITY_ONLINE: + audit_fail_count = 0 + + LOG.info('Setting new availability status: %s ' + 'on subcloud: %s' % + (avail_to_set, subcloud_name)) + + entity_instance_id = "subcloud=%s" % subcloud_name + fault = self.fm_api.get_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_OFFLINE, + entity_instance_id) + + if fault and (avail_to_set == consts.AVAILABILITY_ONLINE): + try: + self.fm_api.clear_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_OFFLINE, + entity_instance_id) + except Exception as e: + LOG.exception(e) + + elif not fault and \ + (avail_to_set == consts.AVAILABILITY_OFFLINE): + try: + fault = fm_api.Fault( + alarm_id=fm_const.FM_ALARM_ID_DC_SUBCLOUD_OFFLINE, + alarm_state=fm_const.FM_ALARM_STATE_SET, + entity_type_id=fm_const.FM_ENTITY_TYPE_SUBCLOUD, + entity_instance_id=entity_instance_id, + severity=fm_const.FM_ALARM_SEVERITY_CRITICAL, + reason_text=('%s is offline' % subcloud_name), + alarm_type=fm_const.FM_ALARM_TYPE_0, + probable_cause=fm_const.ALARM_PROBABLE_CAUSE_29, + proposed_repair_action="Wait for subcloud to " + "become online; if " + "problem persists contact " + "next level of support.", + service_affecting=True) + + self.fm_api.set_fault(fault) + except Exception as e: + LOG.exception(e) + + try: + db_api.subcloud_update(self.context, subcloud_id, + management_state=None, + availability_status=avail_to_set, + software_version=None, + description=None, location=None, + audit_fail_count=audit_fail_count) + except exceptions.SubcloudNotFound: + # slim possibility subcloud could have been deleted since + # we found it in db, ignore this benign error. + LOG.info('Ignoring SubcloudNotFound when attempting state' + ' update: %s' % subcloud_name) + continue + + try: + self.dcorch_rpc_client.\ + update_subcloud_states(self.context, + subcloud_name, + management_state, + avail_to_set) + + LOG.info('Notifying dcorch, subcloud:%s management: %s, ' + 'availability:%s' % (subcloud_name, + management_state, + avail_to_set)) + except Exception as e: + LOG.exception(e) + LOG.warn('Problem informing dcorch of subcloud ' + 'state change, subcloud: %s' % subcloud_name) + + if avail_to_set == consts.AVAILABILITY_OFFLINE: + # Subcloud is going offline, set all endpoint statuses to + # unknown. + try: + self.subcloud_manager.update_subcloud_endpoint_status( + self.context, + subcloud_name=subcloud_name, + endpoint_type=None, + sync_status=consts.SYNC_STATUS_UNKNOWN) + except exceptions.SubcloudNotFound: + LOG.info('Ignoring SubcloudNotFound when attempting ' + 'sync_status update: %s' % subcloud_name) + continue + + elif audit_fail_count != subcloud.audit_fail_count: + + try: + db_api.subcloud_update(self.context, subcloud_id, + management_state=None, + availability_status=None, + software_version=None, + description=None, location=None, + audit_fail_count=audit_fail_count) + except exceptions.SubcloudNotFound: + # slim possibility subcloud could have been deleted since + # we found it in db, ignore this benign error. + LOG.info('Ignoring SubcloudNotFound when attempting ' + 'audit_fail_count update: %s' % subcloud_name) + continue diff --git a/dcmanager/manager/subcloud_manager.py b/dcmanager/manager/subcloud_manager.py new file mode 100644 index 000000000..ff3369af0 --- /dev/null +++ b/dcmanager/manager/subcloud_manager.py @@ -0,0 +1,590 @@ +# Copyright 2017 Ericsson AB. +# +# 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. +# +# Copyright (c) 2017-2018 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import filecmp +import netaddr +import os + +from oslo_log import log as logging +from oslo_messaging import RemoteError + +from tsconfig.tsconfig import CONFIG_PATH +from tsconfig.tsconfig import SW_VERSION + +from dcorch.common import consts as dcorch_consts +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient +from dcorch.rpc import client as dcorch_rpc_client + +from dcmanager.common import consts +from dcmanager.common import context +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.common import manager +from dcmanager.db import api as db_api +from dcmanager.drivers.openstack.sysinv_v1 import SysinvClient + +from fm_api import constants as fm_const +from fm_api import fm_api + +LOG = logging.getLogger(__name__) + +# Name of our distributed cloud addn_hosts file for dnsmasq +# to read. This file is referenced in dnsmasq.conf +ADDN_HOSTS_DC = 'dnsmasq.addn_hosts_dc' + + +class SubcloudManager(manager.Manager): + """Manages tasks related to subclouds.""" + + def __init__(self, *args, **kwargs): + LOG.debug(_('SubcloudManager initialization...')) + + super(SubcloudManager, self).__init__(service_name="subcloud_manager", + *args, **kwargs) + self.context = context.get_admin_context() + self.dcorch_rpc_client = dcorch_rpc_client.EngineClient() + self.fm_api = fm_api.FaultAPIs() + + def add_subcloud(self, context, payload): + """Add subcloud and notify orchestrators. + + :param context: request context object + :param name: name of subcloud to add + :param payload: subcloud configuration + """ + LOG.info("Adding subcloud %s." % payload['name']) + + try: + subcloud = db_api.subcloud_get_by_name(context, payload['name']) + except exceptions.SubcloudNameNotFound: + pass + else: + raise exceptions.BadRequest( + resource='subcloud', + msg='Subcloud with that name already exists') + + # Subcloud is added with software version that matches system + # controller. + software_version = SW_VERSION + try: + subcloud = db_api.subcloud_create( + context, + payload['name'], + payload.get('description'), + payload.get('location'), + software_version, + payload['management-subnet'], + payload['management-gateway-ip'], + payload['management-start-ip'], + payload['management-end-ip'], + payload['systemcontroller-gateway-ip']) + except Exception as e: + LOG.exception(e) + raise e + + # Populate the subcloud status table with all endpoints + for endpoint in dcorch_consts.ENDPOINT_TYPES_LIST: + db_api.subcloud_status_create(context, + subcloud.id, + endpoint) + + try: + # Create a new route to this subcloud on the management interface + # on both controllers. + m_ks_client = KeystoneClient() + subcloud_subnet = netaddr.IPNetwork(payload['management-subnet']) + session = m_ks_client.endpoint_cache.get_session_from_token( + context.auth_token, context.project) + sysinv_client = SysinvClient(consts.DEFAULT_REGION_NAME, session) + controllers = sysinv_client.get_controller_hosts() + for controller in controllers: + management_interface = sysinv_client.get_management_interface( + controller.hostname) + if management_interface is not None: + sysinv_client.create_route( + management_interface.uuid, + str(subcloud_subnet.ip), + subcloud_subnet.prefixlen, + payload['systemcontroller-gateway-ip'], + 1) + + # Create identity endpoints to this subcloud on the + # management-start-ip of the subcloud which will be allocated + # as the floating Management IP of the Subcloud if the + # Address Pool is not shared. Incase the endpoint entry + # is incorrect, or the management IP of the subcloud is changed + # in the future, it will not go managed or will show up as + # out of sync. To fix this use Openstack endpoint commands + # on the SystemController to change the subcloud endpoint + ks_service_id = None + for service in m_ks_client.services_list: + if service.type == dcorch_consts.ENDPOINT_TYPE_IDENTITY: + ks_service_id = service.id + break + else: + raise exceptions.BadRequest( + resource='subcloud', + msg='No Identity service found on SystemController') + + identity_endpoint_ip = payload['management-start-ip'] + + if netaddr.IPAddress(identity_endpoint_ip).version == 6: + identity_endpoint_url = \ + "http://[{}]:5000/v3".format(identity_endpoint_ip) + else: + identity_endpoint_url = \ + "http://{}:5000/v3".format(identity_endpoint_ip) + + for iface in ['internal', 'admin']: + m_ks_client.keystone_client.endpoints.create( + ks_service_id, + identity_endpoint_url, + interface=iface, + region=subcloud.name) + + # Inform orchestrator that subcloud has been added + self.dcorch_rpc_client.add_subcloud( + context, subcloud.name, subcloud.software_version) + + # Regenerate the addn_hosts_dc file + self._create_addn_hosts_dc(context) + + return db_api.subcloud_db_model_to_dict(subcloud) + + except Exception as e: + LOG.exception(e) + # If we failed to create the subcloud, clean up anything we may + # have done. + self._delete_subcloud_routes(context, subcloud) + db_api.subcloud_destroy(context, subcloud.id) + raise e + + def _create_addn_hosts_dc(self, context): + """Generate the addn_hosts_dc file for hostname/ip translation""" + + addn_hosts_dc = os.path.join(CONFIG_PATH, ADDN_HOSTS_DC) + addn_hosts_dc_temp = addn_hosts_dc + '.temp' + + subclouds = db_api.subcloud_get_all(context) + with open(addn_hosts_dc_temp, 'w') as f_out_addn_dc_temp: + for subcloud in subclouds: + addn_dc_line = subcloud.management_start_ip + ' ' + \ + subcloud.name + '\n' + f_out_addn_dc_temp.write(addn_dc_line) + + # if no more subclouds, create empty file so dnsmasq does not + # emit an error log. + if not subclouds: + f_out_addn_dc_temp.write(' ') + + if not filecmp.cmp(addn_hosts_dc_temp, addn_hosts_dc): + os.rename(addn_hosts_dc_temp, addn_hosts_dc) + # restart dnsmasq so it can re-read our addn_hosts file. + os.system("pkill -HUP dnsmasq") + + def _delete_subcloud_routes(self, context, subcloud): + """Delete the routes to this subcloud""" + + keystone_client = KeystoneClient() + # Delete subcloud's identity endpoints + keystone_client.delete_endpoints(subcloud.name) + + # Delete the route to this subcloud on the management interface on + # both controllers. + management_subnet = netaddr.IPNetwork(subcloud.management_subnet) + session = keystone_client.endpoint_cache.get_session_from_token( + context.auth_token, context.project) + sysinv_client = SysinvClient(consts.DEFAULT_REGION_NAME, session) + controllers = sysinv_client.get_controller_hosts() + for controller in controllers: + management_interface = sysinv_client.get_management_interface( + controller.hostname) + if management_interface is not None: + sysinv_client.delete_route( + management_interface.uuid, + str(management_subnet.ip), + management_subnet.prefixlen, + str(netaddr.IPAddress( + subcloud.systemcontroller_gateway_ip)), + 1) + + def delete_subcloud(self, context, subcloud_id): + """Delete subcloud and notify orchestrators. + + :param context: request context object. + :param subcloud_id: id of subcloud to delete + """ + LOG.info("Deleting subcloud %s." % subcloud_id) + + # Retrieve the subcloud details from the database + subcloud = db_api.subcloud_get(context, subcloud_id) + + # Semantic checking + if subcloud.management_state != consts.MANAGEMENT_UNMANAGED: + raise exceptions.SubcloudNotUnmanaged() + + if subcloud.availability_status == \ + consts.AVAILABILITY_ONLINE: + raise exceptions.SubcloudNotOffline() + + # Inform orchestrators that subcloud has been deleted + try: + self.dcorch_rpc_client.del_subcloud(context, subcloud.name) + except RemoteError as e: + if "SubcloudNotFound" in e: + pass + + # We only delete subcloud endpoints, region and user information + # in the Central Region. The subcloud is already unmanaged and powered + # down so is not accessible. Therefore set up a session with the + # Central Region Keystone ONLY. + keystone_client = KeystoneClient() + + # Delete keystone endpoints for subcloud + keystone_client.delete_endpoints(subcloud.name) + keystone_client.delete_region(subcloud.name) + + # Delete the routes to this subcloud + self._delete_subcloud_routes(context, subcloud) + + # Remove the subcloud from the database + try: + db_api.subcloud_destroy(context, subcloud_id) + except Exception as e: + LOG.exception(e) + raise e + + # Clear the offline fault associated with this subcloud as we + # are deleting it. Note that endpoint out-of-sync alarms should + # have been cleared when the subcloud was unmanaged and the endpoint + # sync statuses were set to unknown. + entity_instance_id = "subcloud=%s" % subcloud.name + + try: + subcloud_offline = fm_const.FM_ALARM_ID_DC_SUBCLOUD_OFFLINE + fault = self.fm_api.get_fault(subcloud_offline, + entity_instance_id) + + if fault: + self.fm_api.clear_fault(subcloud_offline, + entity_instance_id) + except Exception as e: + LOG.info("Problem clearing offline fault for " + "subcloud %s" % subcloud.name) + LOG.exception(e) + + # Regenerate the addn_hosts_dc file + self._create_addn_hosts_dc(context) + + def update_subcloud(self, context, subcloud_id, management_state=None, + description=None, location=None): + """Update subcloud and notify orchestrators. + + :param context: request context object + :param subcloud_id: id of subcloud to update + :param management_state: new management state + :param description: new description + :param location: new location + """ + + LOG.info("Updating subcloud %s." % subcloud_id) + + # Get the subcloud details from the database + subcloud = db_api.subcloud_get(context, subcloud_id) + + # Semantic checking + if management_state: + if management_state == consts.MANAGEMENT_UNMANAGED: + if subcloud.management_state == consts.MANAGEMENT_UNMANAGED: + LOG.warning("Subcloud %s already unmanaged" % subcloud_id) + raise exceptions.BadRequest( + resource='subcloud', + msg='Subcloud is already unmanaged') + elif management_state == consts.MANAGEMENT_MANAGED: + if subcloud.management_state == consts.MANAGEMENT_MANAGED: + LOG.warning("Subcloud %s already managed" % subcloud_id) + raise exceptions.BadRequest( + resource='subcloud', + msg='Subcloud is already managed') + if subcloud.availability_status != \ + consts.AVAILABILITY_ONLINE: + LOG.warning("Subcloud %s is not online" % subcloud_id) + raise exceptions.SubcloudNotOnline() + else: + LOG.error("Invalid management_state %s" % management_state) + raise exceptions.InternalError() + + subcloud = db_api.subcloud_update(context, subcloud_id, + management_state=management_state, + description=description, + location=location) + + # Inform orchestrators that subcloud has been updated + if management_state: + + try: + # Inform orchestrator of state change + self.dcorch_rpc_client.update_subcloud_states( + context, + subcloud.name, + management_state, + subcloud.availability_status) + + LOG.info('Notifying dcorch, subcloud:%s management: %s, ' + 'availability:%s' % (subcloud.name, + management_state, + subcloud.availability_status)) + + except Exception as e: + LOG.exception(e) + LOG.warn('Problem informing dcorch of subcloud ' + 'state change, subcloud: %s' % subcloud.name) + + if management_state == consts.MANAGEMENT_UNMANAGED: + + # set all endpoint statuses to unknown + self.update_subcloud_endpoint_status( + context, + subcloud_name=subcloud.name, + endpoint_type=None, + sync_status=consts.SYNC_STATUS_UNKNOWN) + + return db_api.subcloud_db_model_to_dict(subcloud) + + def _update_endpoint_status_for_subcloud(self, context, subcloud_id, + endpoint_type, sync_status, + alarmable): + """Update subcloud endpoint status + + :param context: request context object + :param subcloud_id: id of subcloud to update + :param endpoint_type: endpoint type to update + :param sync_status: sync status to set + """ + + subcloud_status_list = [] + subcloud = None + # retrieve the info from the db for this subcloud. + # subcloud_id should not be None + try: + for subcloud, subcloud_status in db_api. \ + subcloud_get_with_status(context, subcloud_id): + if subcloud_status: + subcloud_status_list.append( + db_api.subcloud_endpoint_status_db_model_to_dict( + subcloud_status)) + except Exception as e: + LOG.exception(e) + raise e + + if subcloud: + if endpoint_type: + # updating a single endpoint on a single subcloud + for subcloud_status in subcloud_status_list: + if subcloud_status['endpoint_type'] == endpoint_type: + if subcloud_status['sync_status'] == sync_status: + # No change in the sync_status + LOG.debug("Sync status (%s) for subcloud %s did " + "not change - ignore update" % + (sync_status, subcloud.name)) + return + # We found the endpoint + break + else: + # We did not find the endpoint + raise exceptions.BadRequest( + resource='subcloud', + msg='Endpoint %s not found for subcloud' % + endpoint_type) + + LOG.info("Updating subcloud:%s endpoint:%s sync:%s" % + (subcloud.name, endpoint_type, sync_status)) + db_api.subcloud_status_update(context, + subcloud_id, + endpoint_type, + sync_status) + + entity_instance_id = "subcloud=%s.resource=%s" % \ + (subcloud.name, endpoint_type) + fault = self.fm_api.get_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, + entity_instance_id) + + if (sync_status != consts.SYNC_STATUS_OUT_OF_SYNC) \ + and fault: + try: + self.fm_api.clear_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, # noqa + entity_instance_id) + except Exception as e: + LOG.exception(e) + + elif not fault and alarmable and \ + (sync_status == consts.SYNC_STATUS_OUT_OF_SYNC): + entity_type_id = fm_const.FM_ENTITY_TYPE_SUBCLOUD + try: + fault = fm_api.Fault( + alarm_id=fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, # noqa + alarm_state=fm_const.FM_ALARM_STATE_SET, + entity_type_id=entity_type_id, + entity_instance_id=entity_instance_id, + severity=fm_const.FM_ALARM_SEVERITY_MAJOR, + reason_text=("%s %s sync_status is " + "out-of-sync" % + (subcloud.name, endpoint_type)), + alarm_type=fm_const.FM_ALARM_TYPE_0, + probable_cause=fm_const.ALARM_PROBABLE_CAUSE_2, + proposed_repair_action="If problem persists " + "contact next level " + "of support", + service_affecting=False) + + self.fm_api.set_fault(fault) + + except Exception as e: + LOG.exception(e) + + else: + # update all endpoints on this subcloud + LOG.info("Updating all subclouds, endpoint: %s sync: %s" % + (endpoint_type, sync_status)) + + for entry in subcloud_status_list: + endpoint = entry[consts.ENDPOINT_TYPE] + db_api.subcloud_status_update(context, + subcloud_id, + endpoint, + sync_status) + + entity_instance_id = "subcloud=%s.resource=%s" % \ + (subcloud.name, endpoint) + + fault = self.fm_api.get_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, + entity_instance_id) + + if (sync_status != consts.SYNC_STATUS_OUT_OF_SYNC) \ + and fault: + try: + self.fm_api.clear_fault( + fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, # noqa + entity_instance_id) + except Exception as e: + LOG.exception(e) + + elif not fault and alarmable and \ + (sync_status == consts.SYNC_STATUS_OUT_OF_SYNC): + entity_type_id = fm_const.FM_ENTITY_TYPE_SUBCLOUD + try: + fault = fm_api.Fault( + alarm_id=fm_const.FM_ALARM_ID_DC_SUBCLOUD_RESOURCE_OUT_OF_SYNC, # noqa + alarm_state=fm_const.FM_ALARM_STATE_SET, + entity_type_id=entity_type_id, + entity_instance_id=entity_instance_id, + severity=fm_const.FM_ALARM_SEVERITY_MAJOR, + reason_text=("%s %s sync_status is " + "out-of-sync" % + (subcloud.name, endpoint)), + alarm_type=fm_const.FM_ALARM_TYPE_0, + probable_cause=fm_const.ALARM_PROBABLE_CAUSE_2, + proposed_repair_action="If problem persists " + "contact next level " + "of support", + service_affecting=False) + + self.fm_api.set_fault(fault) + except Exception as e: + LOG.exception(e) + + else: + LOG.error("Subcloud not found:%s" % subcloud_id) + + def update_subcloud_endpoint_status( + self, context, + subcloud_name=None, + endpoint_type=None, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC, + alarmable=True): + """Update subcloud endpoint status + + :param context: request context object + :param subcloud_name: name of subcloud to update + :param endpoint_type: endpoint type to update + :param sync_status: sync status to set + """ + + subcloud = None + + if subcloud_name: + try: + subcloud = db_api.subcloud_get_by_name(context, subcloud_name) + except Exception as e: + LOG.exception(e) + raise e + + # Only allow updating the sync status if managed and online. + # This means if a subcloud is going offline or unmanaged, then + # the sync status update must be done first. + if (((subcloud.availability_status == + consts.AVAILABILITY_ONLINE) + and (subcloud.management_state == + consts.MANAGEMENT_MANAGED)) + or (sync_status != consts.SYNC_STATUS_IN_SYNC)): + + # update a single subcloud + try: + self._update_endpoint_status_for_subcloud(context, + subcloud.id, + endpoint_type, + sync_status, + alarmable) + except Exception as e: + LOG.exception(e) + raise e + else: + LOG.info("Ignoring unmanaged/offline subcloud sync_status " + "update for subcloud:%s endpoint:%s sync:%s" % + (subcloud_name, endpoint_type, sync_status)) + + else: + # update all subclouds + for subcloud in db_api.subcloud_get_all(context): + if (((subcloud.availability_status == + consts.AVAILABILITY_ONLINE) + and (subcloud.management_state == + consts.MANAGEMENT_MANAGED)) + or (sync_status != consts.SYNC_STATUS_IN_SYNC)): + + try: + self._update_endpoint_status_for_subcloud( + context, + subcloud.id, + endpoint_type, + sync_status, + alarmable) + except Exception as e: + LOG.exception(e) + raise e + else: + LOG.info("Ignoring unmanaged/offline subcloud sync_status " + "update for subcloud:%s endpoint:%s sync:%s" % + (subcloud.name, endpoint_type, sync_status)) diff --git a/dcmanager/manager/sw_update_manager.py b/dcmanager/manager/sw_update_manager.py new file mode 100644 index 000000000..351649976 --- /dev/null +++ b/dcmanager/manager/sw_update_manager.py @@ -0,0 +1,1483 @@ +# Copyright 2017 Ericsson AB. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import datetime +import os +import threading +import time + +from keystoneauth1 import exceptions as keystone_exceptions +from oslo_log import log as logging + +from dcorch.common import consts as dcorch_consts +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient + +from dcmanager.common import consts +from dcmanager.common import context +from dcmanager.common import exceptions +from dcmanager.common.i18n import _ +from dcmanager.common import manager +from dcmanager.common import utils +from dcmanager.db import api as db_api +from dcmanager.drivers.openstack import patching_v1 +from dcmanager.drivers.openstack.patching_v1 import PatchingClient +from dcmanager.drivers.openstack.sysinv_v1 import SysinvClient +from dcmanager.drivers.openstack import vim +from dcmanager.manager.patch_audit_manager import PatchAuditManager +from dcmanager.manager import scheduler + + +LOG = logging.getLogger(__name__) + + +class SwUpdateManager(manager.Manager): + """Manages tasks related to software updates.""" + + def __init__(self, *args, **kwargs): + LOG.debug(_('SwUpdateManager initialization...')) + + super(SwUpdateManager, self).__init__(service_name="sw_update_manager", + *args, **kwargs) + # Start a new thread that will do all the patch orchestration work + self.patch_orch_thread = PatchOrchThread() + self.patch_orch_thread.start() + + def stop(self): + self.patch_orch_thread.stop() + self.patch_orch_thread.join() + + def create_sw_update_strategy(self, context, payload): + """Create software update strategy. + + :param context: request context object + :param payload: strategy configuration + """ + LOG.info("Creating software update strategy of type %s." % + payload['type']) + + # Don't create a strategy if one already exists. + try: + db_api.sw_update_strategy_get(context) + except exceptions.NotFound: + pass + else: + raise exceptions.BadRequest( + resource='strategy', + msg='Strategy already exists') + + strategy_type = payload.get('type') + subcloud_apply_type = payload.get('subcloud-apply-type') + if not subcloud_apply_type: + subcloud_apply_type = consts.SUBCLOUD_APPLY_TYPE_PARALLEL + + max_parallel_subclouds_str = payload.get('max-parallel-subclouds') + if not max_parallel_subclouds_str: + # Default will be 20 subclouds in parallel + max_parallel_subclouds = 20 + else: + max_parallel_subclouds = int(max_parallel_subclouds_str) + + stop_on_failure_str = payload.get('stop-on-failure') + if not stop_on_failure_str: + stop_on_failure = False + else: + if stop_on_failure_str in ['true']: + stop_on_failure = True + else: + stop_on_failure = False + + # Has the user specified a specific subcloud? + cloud_name = payload.get('cloud_name') + if cloud_name and cloud_name != consts.SYSTEM_CONTROLLER_NAME: + # Make sure subcloud exists + try: + subcloud = db_api.subcloud_get_by_name(context, cloud_name) + except exceptions.SubcloudNameNotFound: + raise exceptions.BadRequest( + resource='strategy', + msg='Subcloud %s does not exist' % cloud_name) + + # Make sure subcloud requires patching + subcloud_status = db_api.subcloud_status_get( + context, subcloud.id, dcorch_consts.ENDPOINT_TYPE_PATCHING) + if subcloud_status.sync_status == consts.SYNC_STATUS_IN_SYNC: + raise exceptions.BadRequest( + resource='strategy', + msg='Subcloud %s does not require patching' % cloud_name) + + # Don't create a strategy if the patching sync status is unknown for + # any subcloud we will be patching that is managed and online. + subclouds = db_api.subcloud_get_all_with_status(context) + for subcloud, subcloud_status in subclouds: + if cloud_name and subcloud.name != cloud_name: + # We are not patching this subcloud + continue + if (subcloud.management_state != consts.MANAGEMENT_MANAGED or + subcloud.availability_status != + consts.AVAILABILITY_ONLINE): + continue + + if (subcloud_status.endpoint_type == + dcorch_consts.ENDPOINT_TYPE_PATCHING and + subcloud_status.sync_status == consts.SYNC_STATUS_UNKNOWN): + raise exceptions.BadRequest( + resource='strategy', + msg='Patching sync status is unknown for one or more ' + 'subclouds') + + # Create the strategy + strategy = db_api.sw_update_strategy_create( + context, + strategy_type, + subcloud_apply_type, + max_parallel_subclouds, + stop_on_failure, + consts.SW_UPDATE_STATE_INITIAL) + + # Always create a strategy step for the system controller + db_api.strategy_step_create( + context, + None, + stage=1, + state=consts.STRATEGY_STATE_INITIAL, + details='') + + # Create a strategy step for each subcloud that is managed, online and + # out of sync + current_stage = 2 + stage_size = 0 + for subcloud, subcloud_status in subclouds: + if cloud_name and subcloud.name != cloud_name: + # We are not patching this subcloud + continue + if (subcloud.management_state != consts.MANAGEMENT_MANAGED or + subcloud.availability_status != + consts.AVAILABILITY_ONLINE): + continue + if (subcloud_status.endpoint_type == + dcorch_consts.ENDPOINT_TYPE_PATCHING and + subcloud_status.sync_status == + consts.SYNC_STATUS_OUT_OF_SYNC): + db_api.strategy_step_create( + context, + subcloud.id, + stage=current_stage, + state=consts.STRATEGY_STATE_INITIAL, + details='') + + # We have added a subcloud to this stage + stage_size += 1 + if subcloud_apply_type == consts.SUBCLOUD_APPLY_TYPE_SERIAL: + # For serial apply type always move to next stage + current_stage += 1 + elif stage_size >= max_parallel_subclouds: + # For parallel apply type, move to next stage if we have + # reached the maximum subclouds for this stage + current_stage += 1 + stage_size = 0 + + strategy_dict = db_api.sw_update_strategy_db_model_to_dict( + strategy) + return strategy_dict + + def delete_sw_update_strategy(self, context): + """Delete software update strategy. + + :param context: request context object. + """ + LOG.info("Deleting software update strategy.") + + # Ensure our read/update of the strategy is done without interference + with self.patch_orch_thread.strategy_lock: + # Retrieve the existing strategy from the database + sw_update_strategy = db_api.sw_update_strategy_get(context) + + # Semantic checking + if sw_update_strategy.state not in [ + consts.SW_UPDATE_STATE_INITIAL, + consts.SW_UPDATE_STATE_COMPLETE, + consts.SW_UPDATE_STATE_FAILED, + consts.SW_UPDATE_STATE_ABORTED]: + raise exceptions.BadRequest( + resource='strategy', + msg='Strategy in state %s cannot be deleted' % + sw_update_strategy.state) + + # Set the state to deleting, which will trigger the orchestration + # to delete it... + sw_update_strategy = db_api.sw_update_strategy_update( + context, state=consts.SW_UPDATE_STATE_DELETING) + + strategy_dict = db_api.sw_update_strategy_db_model_to_dict( + sw_update_strategy) + return strategy_dict + + def apply_sw_update_strategy(self, context): + """Apply software update strategy. + + :param context: request context object. + """ + LOG.info("Applying software update strategy.") + + # Ensure our read/update of the strategy is done without interference + with self.patch_orch_thread.strategy_lock: + # Retrieve the existing strategy from the database + sw_update_strategy = db_api.sw_update_strategy_get(context) + + # Semantic checking + if sw_update_strategy.state != consts.SW_UPDATE_STATE_INITIAL: + raise exceptions.BadRequest( + resource='strategy', + msg='Strategy in state %s cannot be applied' % + sw_update_strategy.state) + + # Set the state to applying, which will trigger the orchestration + # to begin... + sw_update_strategy = db_api.sw_update_strategy_update( + context, state=consts.SW_UPDATE_STATE_APPLYING) + strategy_dict = db_api.sw_update_strategy_db_model_to_dict( + sw_update_strategy) + return strategy_dict + + def abort_sw_update_strategy(self, context): + """Abort software update strategy. + + :param context: request context object. + """ + LOG.info("Aborting software update strategy.") + + # Ensure our read/update of the strategy is done without interference + with self.patch_orch_thread.strategy_lock: + # Retrieve the existing strategy from the database + sw_update_strategy = db_api.sw_update_strategy_get(context) + + # Semantic checking + if sw_update_strategy.state != consts.SW_UPDATE_STATE_APPLYING: + raise exceptions.BadRequest( + resource='strategy', + msg='Strategy in state %s cannot be aborted' % + sw_update_strategy.state) + + # Set the state to abort requested, which will trigger + # the orchestration to abort... + sw_update_strategy = db_api.sw_update_strategy_update( + context, state=consts.SW_UPDATE_STATE_ABORT_REQUESTED) + strategy_dict = db_api.sw_update_strategy_db_model_to_dict( + sw_update_strategy) + return strategy_dict + + +class PatchOrchThread(threading.Thread): + """Patch Orchestration Thread + + This thread is responsible for executing the patch orchestration strategy. + Here is how it works: + - The user creates a patch strategy from the CLI (or REST API). + - This ends up being handled by the SwUpdateManager class (above), which + runs under the main dcmanager thread. The strategy is created and stored + in the database. + - The user then applies the strategy from the CLI (or REST API). The + SwUpdateManager code updates the state of the strategy in the database. + - The PatchOrchThread wakes up periodically and checks the database for + a strategy that is in an active state (applying, aborting, etc...). If + so, it executes the strategy, updating the strategy and steps in the + database as it goes, with state and progress information. + """ + + def __init__(self): + super(PatchOrchThread, self).__init__() + self.context = context.get_admin_context() + self._stop = threading.Event() + # Used to protect strategy when an atomic read/update is required. + self.strategy_lock = threading.Lock() + # Keeps track of greenthreads we create to do work. + self.thread_group_manager = scheduler.ThreadGroupManager() + # Track worker created for each subcloud. + self.subcloud_workers = dict() + + def stopped(self): + return self._stop.isSet() + + def stop(self): + LOG.info("PatchOrchThread Stopping") + self._stop.set() + + def run(self): + self.patch_orch() + # Stop any greenthreads that are still running + self.thread_group_manager.stop() + LOG.info("PatchOrchThread Stopped") + + @staticmethod + def get_ks_client(region_name=None): + """This will get a new keystone client (and new token)""" + try: + return KeystoneClient(region_name) + except Exception: + LOG.warn('Failure initializing KeystoneClient') + raise + + @staticmethod + def get_region_name(strategy_step): + """Get the region name for a strategy step""" + if strategy_step.subcloud_id is None: + # This is the SystemController. + return consts.DEFAULT_REGION_NAME + else: + return strategy_step.subcloud.name + + def strategy_step_update(self, subcloud_id, state=None, details=None): + """Update the strategy step in the DB + + Sets the start and finished timestamp if necessary, based on state. + """ + started_at = None + finished_at = None + if state in [consts.STRATEGY_STATE_UPDATING_PATCHES]: + started_at = datetime.datetime.now() + elif state in [consts.STRATEGY_STATE_COMPLETE, + consts.STRATEGY_STATE_ABORTED, + consts.STRATEGY_STATE_FAILED]: + finished_at = datetime.datetime.now() + db_api.strategy_step_update( + self.context, + subcloud_id, + state=state, + details=details, + started_at=started_at, + finished_at=finished_at) + + def patch_orch(self): + while not self.stopped(): + try: + LOG.debug('Running patch orchestration') + + sw_update_strategy = db_api.sw_update_strategy_get( + self.context) + + if sw_update_strategy.type == consts.SW_UPDATE_TYPE_PATCH: + if sw_update_strategy.state in [ + consts.SW_UPDATE_STATE_APPLYING, + consts.SW_UPDATE_STATE_ABORTING]: + self.apply(sw_update_strategy) + elif sw_update_strategy.state == \ + consts.SW_UPDATE_STATE_ABORT_REQUESTED: + self.abort(sw_update_strategy) + elif sw_update_strategy.state == \ + consts.SW_UPDATE_STATE_DELETING: + self.delete(sw_update_strategy) + + except exceptions.NotFound: + # Nothing to do if a strategy doesn't exist + pass + + except Exception as e: + # We catch all exceptions to avoid terminating the thread. + LOG.exception(e) + + # Wake up every 10 seconds to see if there is work to do. + time.sleep(10) + + LOG.info("PatchOrchThread ended main loop") + + def apply(self, sw_update_strategy): + """Apply a patch strategy""" + + LOG.info("Applying patch strategy") + strategy_steps = db_api.strategy_step_get_all(self.context) + + # Figure out which stage we are working on + current_stage = None + stop_after_stage = None + failure_detected = False + abort_detected = False + for strategy_step in strategy_steps: + if strategy_step.state == consts.STRATEGY_STATE_COMPLETE: + # This step is complete + continue + elif strategy_step.state == consts.STRATEGY_STATE_ABORTED: + # This step was aborted + abort_detected = True + continue + elif strategy_step.state == consts.STRATEGY_STATE_FAILED: + failure_detected = True + # This step has failed and needs no further action + if strategy_step.subcloud_id is None: + # Strategy on SystemController failed. We are done. + LOG.info("Stopping strategy due to failure while " + "patching SystemController") + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_FAILED) + # Trigger patch audit to update the sync status for + # each subcloud. + PatchAuditManager.trigger_audit() + return + elif sw_update_strategy.stop_on_failure: + # We have been told to stop on failures + stop_after_stage = strategy_step.stage + break + continue + # We have found the first step that isn't complete or failed. + # This is the stage we are working on now. + current_stage = strategy_step.stage + break + else: + # The strategy application is complete + if failure_detected: + LOG.info("Strategy application has failed.") + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_FAILED) + elif abort_detected: + LOG.info("Strategy application was aborted.") + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_ABORTED) + else: + LOG.info("Strategy application is complete.") + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_COMPLETE) + # Trigger patch audit to update the sync status for each subcloud. + PatchAuditManager.trigger_audit() + return + + if stop_after_stage is not None: + work_remaining = False + # We are going to stop after the steps in this stage have finished. + for strategy_step in strategy_steps: + if strategy_step.stage == stop_after_stage: + if strategy_step.state != consts.STRATEGY_STATE_COMPLETE \ + and strategy_step.state != \ + consts.STRATEGY_STATE_FAILED: + # There is more work to do in this stage + work_remaining = True + break + + if not work_remaining: + # We have completed the stage that failed + LOG.info("Stopping strategy due to failure in stage %d" % + stop_after_stage) + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_FAILED) + # Trigger patch audit to update the sync status for each + # subcloud. + PatchAuditManager.trigger_audit() + return + + LOG.debug("Working on stage %d" % current_stage) + for strategy_step in strategy_steps: + if strategy_step.stage == current_stage: + region = self.get_region_name(strategy_step) + + if strategy_step.state == \ + consts.STRATEGY_STATE_INITIAL: + # Don't start patching this subcloud if it has been + # unmanaged by the user. If orchestration was already + # started, it will be allowed to complete. + if strategy_step.subcloud_id is not None and \ + strategy_step.subcloud.management_state == \ + consts.MANAGEMENT_UNMANAGED: + message = ("Subcloud %s is unmanaged." % + strategy_step.subcloud.name) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + continue + + # We are just getting started, enter the first state + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_UPDATING_PATCHES) + if region in self.subcloud_workers: + # A worker already exists. Let it finish whatever it + # was doing. + LOG.error("Worker should not exist for %s." % region) + else: + # Create a greenthread to do the update patches + self.subcloud_workers[region] = \ + self.thread_group_manager.start( + self.update_subcloud_patches, + strategy_step) + elif strategy_step.state == \ + consts.STRATEGY_STATE_UPDATING_PATCHES: + if region in self.subcloud_workers: + # The update is in progress + LOG.debug("Update worker exists for %s." % region) + else: + # Create a greenthread to do the update patches + self.subcloud_workers[region] = \ + self.thread_group_manager.start( + self.update_subcloud_patches, + strategy_step) + elif strategy_step.state == \ + consts.STRATEGY_STATE_CREATING_STRATEGY: + if region in self.subcloud_workers: + # The create is in progress + LOG.debug("Create strategy worker exists for %s." % + region) + else: + # Create a greenthread to do the create strategy + self.subcloud_workers[region] = \ + self.thread_group_manager.start( + self.create_subcloud_strategy, + strategy_step) + elif strategy_step.state == \ + consts.STRATEGY_STATE_APPLYING_STRATEGY: + if region in self.subcloud_workers: + # The apply is in progress + LOG.debug("Apply strategy worker exists for %s." % + region) + else: + # Create a greenthread to do the apply strategy + self.subcloud_workers[region] = \ + self.thread_group_manager.start( + self.apply_subcloud_strategy, + strategy_step) + elif strategy_step.state == \ + consts.STRATEGY_STATE_FINISHING: + if region in self.subcloud_workers: + # The finish is in progress + LOG.debug("Finish worker exists for %s." % region) + else: + # Create a greenthread to do the finish + self.subcloud_workers[region] = \ + self.thread_group_manager.start( + self.finish, + strategy_step) + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + def update_subcloud_patches(self, strategy_step): + """Upload/Apply/Remove patches in this subcloud + + Removes the worker reference after the operation is complete. + """ + + try: + self.do_update_subcloud_patches(strategy_step) + except Exception as e: + LOG.exception(e) + finally: + # The worker is done. + region = self.get_region_name(strategy_step) + if region in self.subcloud_workers: + del self.subcloud_workers[region] + + def do_update_subcloud_patches(self, strategy_step): + """Upload/Apply/Remove patches in this subcloud""" + + if strategy_step.subcloud_id is None: + # This is the SystemController. It is the master so no update + # is necessary. + LOG.info("Skipping update patches for SystemController") + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_CREATING_STRATEGY) + return + + LOG.info("Updating patches for subcloud %s" % + strategy_step.subcloud.name) + + ks_client = self.get_ks_client() + + # First query RegionOne to determine what patches should be applied. + patching_client = PatchingClient( + consts.DEFAULT_REGION_NAME, ks_client.session) + regionone_patches = patching_client.query() + LOG.debug("regionone_patches: %s" % regionone_patches) + + # Build lists of patches that should be applied in this subcloud, + # based on their state in RegionOne. Check repostate (not patchstate) + # as we only care if the patch has been applied to the repo (not + # whether it is installed on the hosts). If we were to check the + # patchstate, we could end up removing patches from this subcloud + # just because a single host in RegionOne reported that it was not + # patch current. + applied_patch_ids = list() + for patch_id in regionone_patches.keys(): + if regionone_patches[patch_id]['repostate'] in [ + patching_v1.PATCH_STATE_APPLIED, + patching_v1.PATCH_STATE_COMMITTED]: + applied_patch_ids.append(patch_id) + LOG.debug("RegionOne applied_patch_ids: %s" % applied_patch_ids) + + # First need to retrieve the Subcloud's Keystone session + try: + sc_ks_client = self.get_ks_client(strategy_step.subcloud_name) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + message = ("Identity endpoint for subcloud: %s not found. %s" % + (strategy_step.subcloud.name, e)) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + try: + patching_client = PatchingClient( + strategy_step.subcloud.name, sc_ks_client.session) + except keystone_exceptions.EndpointNotFound: + message = ("Patching endpoint for subcloud: %s not found." % + strategy_step.subcloud.name) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + try: + sysinv_client = SysinvClient(strategy_step.subcloud.name, + sc_ks_client.session) + except keystone_exceptions.EndpointNotFound: + message = ("Sysinv endpoint for subcloud: %s not found." % + strategy_step.subcloud.name) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Retrieve all the patches that are present in this subcloud. + try: + subcloud_patches = patching_client.query() + LOG.debug("Patches for subcloud %s: %s" % + (strategy_step.subcloud.name, subcloud_patches)) + except Exception: + message = ('Cannot retrieve patches for subcloud: %s' % + strategy_step.subcloud.name) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Determine which loads are present in this subcloud. During an + # upgrade, there will be more than one load installed. + installed_loads = list() + try: + loads = sysinv_client.get_loads() + except Exception: + message = ('Cannot retrieve loads for subcloud: %s' % + strategy_step.subcloud.name) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + for load in loads: + installed_loads.append(load.software_version) + + patches_to_upload = list() + patches_to_apply = list() + patches_to_remove = list() + + # Figure out which patches in this subcloud need to be applied and + # removed to match the applied patches in RegionOne. Check the + # repostate, which indicates whether it is applied or removed in + # the repo. + subcloud_patch_ids = subcloud_patches.keys() + for patch_id in subcloud_patch_ids: + if subcloud_patches[patch_id]['repostate'] == \ + patching_v1.PATCH_STATE_APPLIED: + if patch_id not in applied_patch_ids: + LOG.info("Patch %s will be removed from subcloud %s" % + (patch_id, strategy_step.subcloud.name)) + patches_to_remove.append(patch_id) + elif subcloud_patches[patch_id]['repostate'] == \ + patching_v1.PATCH_STATE_COMMITTED: + if patch_id not in applied_patch_ids: + message = ("Patch %s is committed in subcloud %s but " + "not applied in SystemController" % + (patch_id, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + elif subcloud_patches[patch_id]['repostate'] == \ + patching_v1.PATCH_STATE_AVAILABLE: + if patch_id in applied_patch_ids: + LOG.info("Patch %s will be applied to subcloud %s" % + (patch_id, strategy_step.subcloud.name)) + patches_to_apply.append(patch_id) + else: + # This patch is in an invalid state + message = ('Patch %s in subcloud %s in unexpected state %s' % + (patch_id, strategy_step.subcloud.name, + subcloud_patches[patch_id]['repostate'])) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Check that all applied patches in RegionOne are present in the + # subcloud. + for patch_id in applied_patch_ids: + if regionone_patches[patch_id]['sw_version'] in \ + installed_loads and patch_id not in subcloud_patch_ids: + LOG.info("Patch %s missing from %s" % + (patch_id, strategy_step.subcloud.name)) + patches_to_upload.append(patch_id) + patches_to_apply.append(patch_id) + + if patches_to_remove: + LOG.info("Removing patches %s from subcloud %s" % + (patches_to_remove, strategy_step.subcloud.name)) + try: + patching_client.remove(patches_to_remove) + except Exception: + message = ('Failed to remove patches %s from subcloud %s' % + (patches_to_remove, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if patches_to_upload: + LOG.info("Uploading patches %s to subcloud %s" % + (patches_to_upload, strategy_step.subcloud.name)) + for patch in patches_to_upload: + patch_sw_version = regionone_patches[patch]['sw_version'] + patch_file = "%s/%s/%s.patch" % (consts.PATCH_VAULT_DIR, + patch_sw_version, + patch) + if not os.path.isfile(patch_file): + message = ('Patch file %s is missing' % patch_file) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + try: + patching_client.upload([patch_file]) + except Exception: + message = ('Failed to upload patch file %s to subcloud %s' + % (patch_file, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + if patches_to_apply: + LOG.info("Applying patches %s to subcloud %s" % + (patches_to_apply, strategy_step.subcloud.name)) + try: + patching_client.apply(patches_to_apply) + except Exception: + message = ("Failed to apply patches %s to subcloud %s" % + (patches_to_apply, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Now that we have applied/removed/uploaded patches, we need to give + # the patch controller on this subcloud time to determine whether + # each host on that subcloud is patch current. + wait_count = 0 + while True: + try: + subcloud_hosts = patching_client.query_hosts() + except Exception: + message = ("Failed to query patch status of hosts on " + "subcloud %s" % strategy_step.subcloud.name) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + LOG.debug("query_hosts for subcloud %s: %s" % + (strategy_step.subcloud.name, subcloud_hosts)) + for host in subcloud_hosts: + if host['interim_state']: + # This host is not yet ready. + LOG.debug("Host %s in subcloud %s in interim state" % + (host["hostname"], strategy_step.subcloud.name)) + break + else: + # All hosts in the subcloud are updated + break + wait_count += 1 + if wait_count >= 6: + # We have waited at least 60 seconds. This is too long. We + # will just log it and move on without failing the step. + message = ("Too much time expired after applying patches to " + "subcloud %s - continuing." % + strategy_step.subcloud.name) + LOG.warn(message) + break + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + # Wait 10 seconds before doing another query. + time.sleep(10) + + # Move on to the next state + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_CREATING_STRATEGY) + + def create_subcloud_strategy(self, strategy_step): + """Create the patch strategy in this subcloud + + Removes the worker reference after the operation is complete. + """ + + try: + self.do_create_subcloud_strategy(strategy_step) + except Exception as e: + LOG.exception(e) + finally: + # The worker is done. + region = self.get_region_name(strategy_step) + if region in self.subcloud_workers: + del self.subcloud_workers[region] + + def do_create_subcloud_strategy(self, strategy_step): + """Create the patch strategy in this subcloud""" + + region = self.get_region_name(strategy_step) + + LOG.info("Creating patch strategy for %s" % region) + + # TODO(knasim-wrs): memoize the keystone client in the class + # instance instead of instantiating a new keystone client + # at each subcloud strategy step. + try: + ks_client = self.get_ks_client(region) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + message = ("Identity endpoint for subcloud: %s not found. %s" % + (region, e)) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + vim_client = vim.VimClient(region, ks_client.session) + + # First check if the strategy has been created. + try: + subcloud_strategy = vim_client.get_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + # Strategy doesn't exist yet + subcloud_strategy = None + + if subcloud_strategy is None: + # Check whether any patch orchestration is actually required. We + # always create a step for the SystemController and it may have + # been done (e.g. in a previous attempt). Also, if we are just + # committing patches, patch orchestration is not required. + orch_required = False + patching_client = PatchingClient(region, ks_client.session) + try: + cloud_hosts = patching_client.query_hosts() + except Exception: + message = ("Failed to query patch status of hosts on %s" % + region) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + LOG.debug("query_hosts for %s: %s" % (region, cloud_hosts)) + for host in cloud_hosts: + if not host['patch_current']: + LOG.debug("Host %s in %s is not patch current" % + (host["hostname"], region)) + orch_required = True + break + + if not orch_required: + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FINISHING, + details="") + return + + # Retrieve sw update options. For the controller, the default + # options will be used, as subcloud_id will be None + + opts_dict = \ + utils.get_sw_update_opts(self.context, + for_sw_update=True, + subcloud_id=strategy_step.subcloud_id) + + # If we are here, we need to create the strategy + try: + subcloud_strategy = vim_client.create_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH, + storage_apply_type=opts_dict['storage-apply-type'], + compute_apply_type=opts_dict['compute-apply-type'], + max_parallel_compute_hosts=opts_dict[ + 'max-parallel-computes'], + default_instance_action=opts_dict[ + 'default-instance-action'], + alarm_restrictions=opts_dict['alarm-restriction-type']) + except Exception: + message = "Strategy creation failed for %s" % region + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if subcloud_strategy.state == vim.STATE_BUILDING: + LOG.info("Strategy build in progress for %s" % region) + else: + message = ("Strategy build failed - unexpected strategy state " + "%s for %s" % + (subcloud_strategy.state, region)) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Wait for the strategy to be built. + WAIT_INTERVAL = 10 + WAIT_LIMIT = 2 * 60 # 2 minutes + wait_count = 0 + while True: + try: + subcloud_strategy = vim_client.get_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + message = ("Failed to get patch strategy for %s" % region) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if subcloud_strategy.state == vim.STATE_READY_TO_APPLY: + # Move on to the next state + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_APPLYING_STRATEGY) + return + elif subcloud_strategy.state == vim.STATE_BUILDING: + # Strategy is being built + LOG.debug("Strategy build in progress for %s" % region) + elif subcloud_strategy.state in [vim.STATE_BUILD_FAILED, + vim.STATE_BUILD_TIMEOUT]: + # Build failed + message = "Strategy build failed for %s - %s" % \ + (region, subcloud_strategy.build_phase.reason) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + else: + # Other states are bad + message = "Strategy build failed for %s - unexpected " \ + "state %s" % (region, subcloud_strategy.state) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + wait_count += 1 + if wait_count >= (WAIT_LIMIT / WAIT_INTERVAL): + # We have waited too long. + message = ("Too much time expired after creating strategy for " + "%s." % region) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + # Wait before doing another query. + time.sleep(WAIT_INTERVAL) + + def apply_subcloud_strategy(self, strategy_step): + """Apply the patch strategy in this subcloud + + Removes the worker reference after the operation is complete. + """ + + try: + self.do_apply_subcloud_strategy(strategy_step) + except Exception as e: + LOG.exception(e) + finally: + # The worker is done. + region = self.get_region_name(strategy_step) + if region in self.subcloud_workers: + del self.subcloud_workers[region] + + def do_apply_subcloud_strategy(self, strategy_step): + """Apply the patch strategy in this subcloud""" + + region = self.get_region_name(strategy_step) + + LOG.info("Applying patch strategy for %s" % region) + + try: + ks_client = self.get_ks_client(region) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + message = ("Identity endpoint for subcloud: %s not found." % + region) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + vim_client = vim.VimClient(region, ks_client.session) + + # First check if the strategy has been created. + try: + subcloud_strategy = vim_client.get_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + # Strategy doesn't exist + message = "Strategy does not exist for %s" % region + LOG.warn(message) + raise + + if subcloud_strategy.state == vim.STATE_READY_TO_APPLY: + try: + subcloud_strategy = vim_client.apply_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + message = "Strategy apply failed for %s" % region + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if subcloud_strategy.state == vim.STATE_APPLYING: + LOG.info("Strategy apply in progress for %s" % region) + else: + message = ("Strategy apply failed - unexpected strategy state " + "%s for %s" % + (subcloud_strategy.state, region)) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # Wait for the strategy to be applied. This could potentially take + # hours. We will wait up to 60 minutes for the current phase or + # completion percentage to change before we give up. + WAIT_INTERVAL = 60 + WAIT_LIMIT = 60 * 60 # 60 minutes + GET_FAIL_LIMIT = 30 * 60 # 30 minutes + wait_count = 0 + get_fail_count = 0 + last_details = "" + auth_failure = False + while True: + try: + subcloud_strategy = vim_client.get_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + auth_failure = False + get_fail_count = 0 + except Exception as e: + if e.message == "Authorization failed": + # Since it can take hours to apply a strategy, there is a + # chance our keystone token will expire. Attempt to get + # a new token (by re-creating the client) and re-try the + # request, but only once. + if not auth_failure: + auth_failure = True + LOG.info("Authorization failure getting strategy for " + "%s. Retrying..." % region) + vim_client = vim.VimClient(region, ks_client.session) + continue + else: + message = ("Repeated authorization failure getting " + "patch strategy for %s" % region) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + else: + # When applying the strategy to a subcloud, the VIM can + # be unreachable for a significant period of time when + # there is a controller swact, or in the case of AIO-SX, + # when the controller reboots. + get_fail_count += 1 + wait_count += 1 + if get_fail_count >= (GET_FAIL_LIMIT / WAIT_INTERVAL): + # We have waited too long. + message = ("Failed to get patch strategy for %s" % + region) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + else: + LOG.info("Unable to get patch strategy for %s - " + "attempt %d - reason: %s" % + (region, get_fail_count, e)) + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + # Wait before doing another query. + time.sleep(WAIT_INTERVAL) + + if subcloud_strategy.state == vim.STATE_APPLIED: + # Move on to the next state + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FINISHING, + details="") + return + elif subcloud_strategy.state == vim.STATE_APPLYING: + # Still applying. Update the details for this step if they have + # changed. + new_details = ("%s phase is %s%% complete" % ( + subcloud_strategy.current_phase, + subcloud_strategy.current_phase_completion_percentage)) + if new_details != last_details: + # Progress is being made + wait_count = 0 + self.strategy_step_update( + strategy_step.subcloud_id, + details=new_details) + elif subcloud_strategy.state in [vim.STATE_APPLY_FAILED, + vim.STATE_APPLY_TIMEOUT]: + # Apply failed + message = "Strategy apply failed for %s - %s" % \ + (region, subcloud_strategy.apply_phase.reason) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + else: + # Other states are bad + message = "Strategy apply failed for %s - unexpected " \ + "state %s" % (region, subcloud_strategy.state) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + wait_count += 1 + if wait_count >= (WAIT_LIMIT / WAIT_INTERVAL): + # We have waited too long. + message = ("Too much time expired while applying strategy for " + "%s." % region) + LOG.warn(message) + self.strategy_step_update(strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + # Wait before doing another query. + time.sleep(WAIT_INTERVAL) + + def delete_subcloud_strategy(self, strategy_step): + """Delete the patch strategy in this subcloud""" + + region = self.get_region_name(strategy_step) + + LOG.info("Deleting patch strategy for %s" % region) + + try: + ks_client = self.get_ks_client(region) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + message = ("Identity endpoint for subcloud: %s not found. %s" % + (region, e)) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + vim_client = vim.VimClient(region, ks_client.session) + + # First check if the strategy has been created. + try: + subcloud_strategy = vim_client.get_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + # Strategy doesn't exist so there is nothing to do + return + + if subcloud_strategy.state in [vim.STATE_BUILDING, + vim.STATE_APPLYING, + vim.STATE_ABORTING]: + # Can't delete a strategy in these states + message = ("Strategy for %s in wrong state (%s)for delete" % + (region, subcloud_strategy.state)) + LOG.warn(message) + raise Exception(message) + + # If we are here, we need to delete the strategy + try: + vim_client.delete_strategy( + strategy_name=vim.STRATEGY_NAME_SW_PATCH) + except Exception: + message = "Strategy delete failed for %s" % region + LOG.warn(message) + raise + + def finish(self, strategy_step): + """Clean up patches in this subcloud (commit, delete) + + Removes the worker reference after the operation is complete. + """ + + try: + self.do_finish(strategy_step) + except Exception as e: + LOG.exception(e) + finally: + # The worker is done. + region = self.get_region_name(strategy_step) + if region in self.subcloud_workers: + del self.subcloud_workers[region] + + def do_finish(self, strategy_step): + """Clean up patches in this subcloud (commit, delete).""" + + if strategy_step.subcloud_id is None: + # This is the SystemController. No cleanup is required. + LOG.info("Skipping finish for SystemController") + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_COMPLETE) + return + + LOG.info("Finishing patch strategy for %s" % + strategy_step.subcloud.name) + + ks_client = self.get_ks_client() + + # First query RegionOne to determine what patches should be committed. + patching_client = PatchingClient( + consts.DEFAULT_REGION_NAME, ks_client.session) + regionone_committed_patches = patching_client.query( + state=patching_v1.PATCH_STATE_COMMITTED) + LOG.debug("regionone_committed_patches: %s" % + regionone_committed_patches) + + committed_patch_ids = list() + for patch_id in regionone_committed_patches.keys(): + committed_patch_ids.append(patch_id) + LOG.debug("RegionOne committed_patch_ids: %s" % committed_patch_ids) + + # First need to retrieve the Subcloud's Keystone session + try: + sc_ks_client = self.get_ks_client(strategy_step.subcloud_name) + except (keystone_exceptions.EndpointNotFound, IndexError) as e: + message = ("Identity endpoint for subcloud: %s not found. %s" % + (strategy_step.subcloud.name, e)) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + try: + patching_client = PatchingClient( + strategy_step.subcloud.name, sc_ks_client.session) + except keystone_exceptions.EndpointNotFound: + message = ("Patching endpoint for subcloud: %s not found." % + strategy_step.subcloud.name) + LOG.error(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + try: + subcloud_patches = patching_client.query() + LOG.debug("Patches for subcloud %s: %s" % + (strategy_step.subcloud.name, subcloud_patches)) + except Exception: + message = ('Cannot retrieve patches for subcloud: %s' % + strategy_step.subcloud.name) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + patches_to_commit = list() + patches_to_delete = list() + + # For this subcloud, determine which patches should be committed and + # which should be deleted. We check the patchstate here because + # patches cannot be deleted or committed if they are in a partial + # state (e.g. Partial-Apply or Partial-Remove). + subcloud_patch_ids = subcloud_patches.keys() + for patch_id in subcloud_patch_ids: + if subcloud_patches[patch_id]['patchstate'] == \ + patching_v1.PATCH_STATE_AVAILABLE: + LOG.info("Patch %s will be deleted from subcloud %s" % + (patch_id, strategy_step.subcloud.name)) + patches_to_delete.append(patch_id) + elif subcloud_patches[patch_id]['patchstate'] == \ + patching_v1.PATCH_STATE_APPLIED: + if patch_id in committed_patch_ids: + LOG.info("Patch %s will be committed in subcloud %s" % + (patch_id, strategy_step.subcloud.name)) + patches_to_commit.append(patch_id) + + if patches_to_delete: + LOG.info("Deleting patches %s from subcloud %s" % + (patches_to_delete, strategy_step.subcloud.name)) + try: + patching_client.delete(patches_to_delete) + except Exception: + message = ('Failed to delete patches %s from subcloud %s' % + (patches_to_delete, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + if patches_to_commit: + LOG.info("Committing patches %s in subcloud %s" % + (patches_to_commit, strategy_step.subcloud.name)) + try: + patching_client.commit(patches_to_commit) + except Exception: + message = ('Failed to commit patches %s in subcloud %s' % + (patches_to_commit, strategy_step.subcloud.name)) + LOG.warn(message) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=message) + return + + # We are done. + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_COMPLETE) + + def abort(self, sw_update_strategy): + """Abort a patch strategy""" + + LOG.info("Aborting patch strategy") + + # Mark any steps that have not yet started as aborted, + # so we will not run them later. + strategy_steps = db_api.strategy_step_get_all(self.context) + + for strategy_step in strategy_steps: + if strategy_step.state == consts.STRATEGY_STATE_INITIAL: + LOG.info("Aborting step for subcloud %s" % + self.get_region_name(strategy_step)) + self.strategy_step_update( + strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_ABORTED, + details="") + + with self.strategy_lock: + db_api.sw_update_strategy_update( + self.context, state=consts.SW_UPDATE_STATE_ABORTING) + + def delete(self, sw_update_strategy): + """Delete a patch strategy""" + + LOG.info("Deleting patch strategy") + + strategy_steps = db_api.strategy_step_get_all(self.context) + + for strategy_step in strategy_steps: + self.delete_subcloud_strategy(strategy_step) + + if self.stopped(): + LOG.info("Exiting because task is stopped") + return + + # Remove the strategy from the database + try: + db_api.strategy_step_destroy_all(self.context) + db_api.sw_update_strategy_destroy(self.context) + except Exception as e: + LOG.exception(e) + raise e diff --git a/dcmanager/objects/__init__.py b/dcmanager/objects/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/objects/base.py b/dcmanager/objects/base.py new file mode 100644 index 000000000..1c7c43eb9 --- /dev/null +++ b/dcmanager/objects/base.py @@ -0,0 +1,76 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +"""DC Manager common internal object model""" + +from oslo_utils import versionutils +from oslo_versionedobjects import base + +from dcmanager import objects + +VersionedObjectDictCompat = base.VersionedObjectDictCompat + + +class DCManagerObject(base.VersionedObject): + """Base class for dcmanager objects. + + This is the base class for all objects that can be remoted or instantiated + via RPC. Simply defining a sub-class of this class would make it remotely + instantiatable. Objects should implement the "get" class method and the + "save" object method. + """ + + OBJ_PROJECT_NAMESPACE = 'dcmanager' + VERSION = '1.0' + + @staticmethod + def _from_db_object(context, obj, db_obj): + if db_obj is None: + return None + for field in obj.fields: + if field == 'metadata': + obj['metadata'] = db_obj['meta_data'] + else: + obj[field] = db_obj[field] + + obj._context = context + obj.obj_reset_changes() + + return obj + + +class DCManagerObjectRegistry(base.VersionedObjectRegistry): + def registration_hook(self, cls, index): + """Callback for object registration. + + When an object is registered, this function will be called for + maintaining dcmanager.objects.$OBJECT as the highest-versioned + implementation of a given object. + """ + version = versionutils.convert_version_to_tuple(cls.VERSION) + if not hasattr(objects, cls.obj_name()): + setattr(objects, cls.obj_name(), cls) + else: + curr_version = versionutils.convert_version_to_tuple( + getattr(objects, cls.obj_name()).VERSION) + if version >= curr_version: + setattr(objects, cls.obj_name(), cls) diff --git a/dcmanager/rpc/__init__.py b/dcmanager/rpc/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/rpc/client.py b/dcmanager/rpc/client.py new file mode 100644 index 000000000..08341bbb5 --- /dev/null +++ b/dcmanager/rpc/client.py @@ -0,0 +1,102 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +''' +Client side of the DC Manager RPC API. +''' + +from oslo_log import log as logging + +from dcmanager.common import consts +from dcmanager.common import messaging + +LOG = logging.getLogger(__name__) + + +class ManagerClient(object): + """Client side of the DC Manager rpc API. + + Version History: + 1.0 - Initial version (Mitaka 1.0 release) + """ + + BASE_RPC_API_VERSION = '1.0' + + def __init__(self): + self._client = messaging.get_rpc_client( + topic=consts.TOPIC_DC_MANAGER, + version=self.BASE_RPC_API_VERSION) + + @staticmethod + def make_msg(method, **kwargs): + return method, kwargs + + def call(self, ctxt, msg, version=None): + method, kwargs = msg + if version is not None: + client = self._client.prepare(version=version) + else: + client = self._client + return client.call(ctxt, method, **kwargs) + + def cast(self, ctxt, msg, version=None): + method, kwargs = msg + if version is not None: + client = self._client.prepare(version=version) + else: + client = self._client + return client.cast(ctxt, method, **kwargs) + + def add_subcloud(self, ctxt, payload): + return self.call(ctxt, self.make_msg('add_subcloud', + payload=payload)) + + def delete_subcloud(self, ctxt, subcloud_id): + return self.call(ctxt, self.make_msg('delete_subcloud', + subcloud_id=subcloud_id)) + + def update_subcloud(self, ctxt, subcloud_id, management_state=None, + description=None, location=None): + return self.call(ctxt, self.make_msg('update_subcloud', + subcloud_id=subcloud_id, + management_state=management_state, + description=description, + location=location)) + + def update_subcloud_endpoint_status(self, ctxt, subcloud_name=None, + endpoint_type=None, + sync_status=consts. + SYNC_STATUS_OUT_OF_SYNC): + return self.cast(ctxt, self.make_msg('update_subcloud_endpoint_status', + subcloud_name=subcloud_name, + endpoint_type=endpoint_type, + sync_status=sync_status)) + + def create_sw_update_strategy(self, ctxt, payload): + return self.call(ctxt, self.make_msg('create_sw_update_strategy', + payload=payload)) + + def delete_sw_update_strategy(self, ctxt): + return self.call(ctxt, self.make_msg('delete_sw_update_strategy')) + + def apply_sw_update_strategy(self, ctxt): + return self.call(ctxt, self.make_msg('apply_sw_update_strategy')) + + def abort_sw_update_strategy(self, ctxt): + return self.call(ctxt, self.make_msg('abort_sw_update_strategy')) diff --git a/dcmanager/tests/__init__.py b/dcmanager/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/base.py b/dcmanager/tests/base.py new file mode 100644 index 000000000..82ab7f9dc --- /dev/null +++ b/dcmanager/tests/base.py @@ -0,0 +1,27 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslotest import base + + +class DCManagerTestCase(base.BaseTestCase): + """Test case base class for all unit tests.""" diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/migrate_version.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/migrate_version.json new file mode 100644 index 000000000..277cb22e1 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/migrate_version.json @@ -0,0 +1,3 @@ +{ + "migrate_version_0": ["dcmanager", "/usr/lib/python2.7/site-packages/dcmanager/db/sqlalchemy/migrate_repo", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json new file mode 100644 index 000000000..d9f992fd3 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json @@ -0,0 +1,6 @@ +{ + "strategy_steps_0": [63, 7, 3, "complete", "", "2018-05-18 00:00:14.073539", "2018-05-18 00:03:05.38425", "NULL", "NULL", "2018-05-17 23:50:59.230807", "2018-05-18 00:03:05.389346", "NULL", 0], + "strategy_steps_1": [60, "NULL", 1, "complete", "", "2018-05-17 23:51:13.588264", "2018-05-17 23:54:53.791109", "NULL", "NULL", "2018-05-17 23:50:59.223942", "2018-05-17 23:54:53.796026", "NULL", 0], + "strategy_steps_2": [62, 6, 2, "complete", "", "2018-05-17 23:55:03.805419", "2018-05-17 23:59:05.153763", "NULL", "NULL", "2018-05-17 23:50:59.228584", "2018-05-17 23:59:05.159172", "NULL", 0], + "strategy_steps_3": [61, 1, 2, "complete", "", "2018-05-17 23:55:03.798957", "2018-05-18 00:00:05.185775", "NULL", "NULL", "2018-05-17 23:50:59.226117", "2018-05-18 00:00:05.191001", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json new file mode 100644 index 000000000..544d79539 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json @@ -0,0 +1,17 @@ +{ + "subcloud_status_0": [32, 7, "volume", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.96137", "2018-05-18 18:20:39.773185", "NULL", 0], + "subcloud_status_1": [34, 7, "network", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.965798", "2018-05-18 18:20:40.20996", "NULL", 0], + "subcloud_status_2": [33, 7, "compute", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.96369", "2018-05-18 18:20:40.647117", "NULL", 0], + "subcloud_status_3": [31, 7, "platform", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.959", "2018-05-18 18:20:40.647643", "NULL", 0], + "subcloud_status_4": [27, 6, "volume", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.516212", "2018-05-18 18:20:53.848545", "NULL", 0], + "subcloud_status_5": [29, 6, "network", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.520688", "2018-05-18 18:20:54.318122", "NULL", 0], + "subcloud_status_6": [26, 6, "platform", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.512624", "2018-05-18 18:20:54.800959", "NULL", 0], + "subcloud_status_7": [28, 6, "compute", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.518589", "2018-05-18 18:20:54.801511", "NULL", 0], + "subcloud_status_8": [35, 7, "patching", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.968028", "2018-05-18 18:24:52.93953", "NULL", 0], + "subcloud_status_9": [30, 6, "patching", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.522906", "2018-05-18 18:24:53.403192", "NULL", 0], + "subcloud_status_10": [2, 1, "volume", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.55157", "2018-05-24 00:17:37.344778", "NULL", 0], + "subcloud_status_11": [4, 1, "network", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.555564", "2018-05-24 00:17:37.799951", "NULL", 0], + "subcloud_status_12": [1, 1, "platform", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.548357", "2018-05-24 00:17:38.353609", "NULL", 0], + "subcloud_status_13": [3, 1, "compute", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.553623", "2018-05-24 00:17:38.354505", "NULL", 0], + "subcloud_status_14": [5, 1, "patching", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.557433", "2018-05-24 00:17:42.564325", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/subclouds.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/subclouds.json new file mode 100644 index 000000000..efed1acff --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/subclouds.json @@ -0,0 +1,5 @@ +{ + "subclouds_0": [6, "subcloud-4", "wcp85 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_C", "18.03", "managed", "online", "fd01:3::0/64", "fd01:3::1", "fd01:3::2", "fd01:3::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:12.508708", "2018-05-24 10:48:18.090931", "NULL", 0], + "subclouds_1": [1, "subcloud-1", "wcp80 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_B", "18.03", "managed", "online", "fd01:2::0/64", "fd01:2::1", "fd01:2::2", "fd01:2::f", "fd01:1::1", 0, "NULL", "NULL", "2018-04-11 17:01:48.54467", "2018-05-24 00:17:34.74161", "NULL", 0], + "subclouds_2": [7, "subcloud-5", "wcp87 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:4::0/64", "fd01:4::1", "fd01:4::2", "fd01:4::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json new file mode 100644 index 000000000..1f95433f6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json @@ -0,0 +1,3 @@ +{ + "sw_update_opts_default_0": [1, "NULL", "parallel", "parallel", 2, "stop-start", "relaxed", "NULL", "NULL", "NULL", "2018-05-16 13:41:44.330145", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json b/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json new file mode 100644 index 000000000..f612d8291 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json @@ -0,0 +1,3 @@ +{ + "sw_update_strategy_0": [21, "patch", "parallel", 2, true, "complete", "NULL", "NULL", "2018-05-17 23:50:59.221342", "2018-05-18 00:03:14.24641", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/assignment.json b/dcmanager/tests/data/ipv6_R5_install/keystone/assignment.json new file mode 100644 index 000000000..da78d6b4a --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/assignment.json @@ -0,0 +1,30 @@ +{ + "assignment_0": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "59fa225368524bf6974f76a25050143b", false], + "assignment_1": ["UserProject", "81eed996f2a346a3b5282fe2a881db9b", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_2": ["UserProject", "4abaa160c36846328a482217de0112af", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_3": ["UserProject", "c5d07e41f78747949fbc1de84168a44f", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_4": ["UserProject", "63dd0fb409264a43b7dbfe9582b8023d", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_5": ["UserProject", "6cf3cfc5d26f458daf66802d8e8a2e2a", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_6": ["UserProject", "a757fb8d624b46b4b10eea1b4d2ca0d2", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_7": ["UserProject", "8ff17967605a4240b8a6c15ed4bf10f1", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_8": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_9": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "ef2e357b0d4d4bcaaa6ae303c7d58d7e", false], + "assignment_10": ["UserProject", "04facea7432848c9bfdf3780bb51612e", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_11": ["UserProject", "04facea7432848c9bfdf3780bb51612e", "8803689162424f60a71e4642e9dc2b9e", "59fa225368524bf6974f76a25050143b", false], + "assignment_12": ["UserProject", "c455073c30044db8908630595699d874", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_13": ["UserProject", "c455073c30044db8908630595699d874", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "1f62f45b748b4c5db66f97c715ecf1ae", false], + "assignment_14": ["UserDomain", "f94aa82e49dd4aaa8bf1c80fee109234", "2423d6c7853145a798e6491ca9de6e2b", "59fa225368524bf6974f76a25050143b", false], + "assignment_15": ["UserProject", "146482c0aba84e35a5c1a507cff9db3d", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_16": ["UserProject", "118a09e72d6a4194af383285cb7e579a", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_17": ["UserProject", "692bd0a53c414d6dbbd0ba4d6fdb3c49", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_18": ["UserProject", "5f4d401253a74cc8ab507957b9cafb29", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_19": ["UserProject", "f1cc67bbf0d84c89a1df3067b538e1b8", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_20": ["UserProject", "4a2c1f4c8ae942b19e388576e93d1ced", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_21": ["UserProject", "d1399977957645e4a1e26c1b7b1e6d35", "9008c3fc102040cd8149b5c0d8aa06a3", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_22": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "9008c3fc102040cd8149b5c0d8aa06a3", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_23": ["UserProject", "5ad8271fc6bc432ab80685945bc5b346", "6ecc44a6b24e4c398dc749f1386b2ced", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_24": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "6ecc44a6b24e4c398dc749f1386b2ced", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_25": ["UserProject", "73403639b14c40e6b288c0e2cd3707bc", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_26": ["UserProject", "872e8c1b48c640c59189cf1587bd4e41", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_27": ["UserProject", "f85b8eca57a441838cfe5a39d33230b5", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/endpoint.json b/dcmanager/tests/data/ipv6_R5_install/keystone/endpoint.json new file mode 100644 index 000000000..c58732786 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/endpoint.json @@ -0,0 +1,185 @@ +{ + "endpoint_0": ["9785cc7f99b6469ba6fe89bd8d5b9072", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:1::2]:9292", "{}", true, "SystemController"], + "endpoint_1": ["2b627b437d3c4412aa0581cf1b0fc8cb", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:1::2]:9292", "{}", true, "SystemController"], + "endpoint_2": ["171c04c06ec4436daec6604a2ded6e9a", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.151.162:9292", "{}", true, "SystemController"], + "endpoint_3": ["1645bfec421c4d88898bea1284dc8d89", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:1::2]:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_4": ["f93ed1fdabb04b7f913da53218a242e1", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:1::2]:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_5": ["fa55665905be43d3b47472b580726690", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.151.162:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_6": ["15b0341250be443287cf4c333bec7ca8", "NULL", "admin", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://[fd01:1::2]:8119/v1.0", "{}", true, "SystemController"], + "endpoint_7": ["70ede9a42a8a48f68be78622b9ca8aa7", "NULL", "internal", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://[fd01:1::2]:8119/v1.0", "{}", true, "SystemController"], + "endpoint_8": ["42f9c95f20f84bfd9c05f5417eeea7ba", "NULL", "public", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://128.224.151.162:8119/v1.0", "{}", true, "SystemController"], + "endpoint_9": ["45be189e3e1448ab92930534a950d5a2", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:1::2]:29696/", "{}", true, "SystemController"], + "endpoint_10": ["4d29f266e3524fd28070ae89d9bcc218", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:1::2]:29696/", "{}", true, "SystemController"], + "endpoint_11": ["a78b26ecbba74db1802293fcfacd584a", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.151.162:29696/", "{}", true, "SystemController"], + "endpoint_12": ["7a42e40aac4040708fd23b571c650026", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:25491/", "{}", true, "SystemController"], + "endpoint_13": ["62844e21e90a42278026bca686192401", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:25491/", "{}", true, "SystemController"], + "endpoint_14": ["7b6dd7d0bb504919952c162bd74bb1ae", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.162:25491/", "{}", true, "SystemController"], + "endpoint_15": ["c89c795cff5c45c7adc3b321943351ef", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:5491", "{}", true, "RegionOne"], + "endpoint_16": ["4971b138f1e04b94aed46af88489fa53", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:5491", "{}", true, "RegionOne"], + "endpoint_17": ["21aa3f2577f0402190f9a8758fdb2620", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.162:15491", "{}", true, "RegionOne"], + "endpoint_18": ["bd7d26e0755d498ebf4c846448936983", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:1::2]:4545", "{}", true, "RegionOne"], + "endpoint_19": ["993f49cf95754c93884fc8eac180eda8", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:1::2]:4545", "{}", true, "RegionOne"], + "endpoint_20": ["2821d84aec434123b039f3d7ab3fbaca", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.151.162:4545", "{}", true, "RegionOne"], + "endpoint_21": ["8d8e469fd83f4608b025338c8e67e7e1", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:1::2]:8777", "{}", true, "RegionOne"], + "endpoint_22": ["2bf8cd48dfee4d339bfba53abccd20b4", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:1::2]:8777", "{}", true, "RegionOne"], + "endpoint_23": ["8cdf5229f64c46deb9ebe86d0aa88776", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.151.162:8777", "{}", true, "RegionOne"], + "endpoint_24": ["704878ca10f24d63a33b44139549f6e9", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "SystemController"], + "endpoint_25": ["736c4e7c5aa84384944c3907f1c1a6ae", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "SystemController"], + "endpoint_26": ["a4537dcfeefe4adeaf37cd100833ec12", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "SystemController"], + "endpoint_27": ["8627ce33d93c4b769e295b83a7dc100b", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:6385/v1", "{}", true, "RegionOne"], + "endpoint_28": ["8c11b80a30464d7791f4825d9ad14fca", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:6385/v1", "{}", true, "RegionOne"], + "endpoint_29": ["3330af049c0547c1a400b8ce7a6f73f3", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.162:6385/v1", "{}", true, "RegionOne"], + "endpoint_30": ["89cb5c408a2a43979a22728abe3b7256", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:26385/v1", "{}", true, "SystemController"], + "endpoint_31": ["0fdceccb9c6c476594a22b37fa717007", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:26385/v1", "{}", true, "SystemController"], + "endpoint_32": ["5705066ec86c49f0b30f46677824f4a8", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.162:26385/v1", "{}", true, "SystemController"], + "endpoint_33": ["f0f5128e02654c33a6f438533b77ff86", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:1::2]:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_34": ["66c462a7643046aab31d4afe6058200c", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:1::2]:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_35": ["853aab978d8b41a78c381292f55c71f2", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.151.162:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_36": ["d194fdcc00ea444887ca0666955a929f", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:1::2]:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_37": ["7492375879c34231949d75eef5fa7c5b", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:1::2]:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_38": ["3be8d1d22d44456c9a48c71bacc77ac9", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.151.162:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_39": ["baabaa1754d14732bcaca91acc6ac7bc", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:2::2]:8042", "{}", true, "subcloud-1"], + "endpoint_40": ["bb0598302d7644a8b9af8a39006e9dea", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:2::2]:8042", "{}", true, "subcloud-1"], + "endpoint_41": ["388ec02223e5470bbc5b12c0078f1d0e", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.150.18:8042", "{}", true, "subcloud-1"], + "endpoint_42": ["02c9dcf0a5074324b2f0c310bedac5fe", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:2::2]:8778", "{}", true, "subcloud-1"], + "endpoint_43": ["ee61c87ae43d499a8937bcdf4b02da69", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:2::2]:8778", "{}", true, "subcloud-1"], + "endpoint_44": ["9f8d2d7164624b0ebf7e6d95118d8657", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.150.18:8778", "{}", true, "subcloud-1"], + "endpoint_45": ["bd0005e60acf47a6890f0867f683b209", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:2::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_46": ["d4ef0e1fdb2f4fa885c8c8a6b878340e", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:2::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_47": ["b9e4375f8b64466ca7b8c11f3bfcd335", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.150.18:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_48": ["fb7b4a9155c64e75801ba11955798fb5", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:2::2]:9696", "{}", true, "subcloud-1"], + "endpoint_49": ["773a9d739bbd4a03ba401c46225e412d", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:2::2]:9696", "{}", true, "subcloud-1"], + "endpoint_50": ["680c06a7db8e4457bb5d8b62810f98f5", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.150.18:9696", "{}", true, "subcloud-1"], + "endpoint_51": ["e07a8bbabd5343fa877de9c2425f662e", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:2::2]:8777", "{}", true, "subcloud-1"], + "endpoint_52": ["c7182c60c44c40c2945bbe3e288c2ff6", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:2::2]:8777", "{}", true, "subcloud-1"], + "endpoint_53": ["9bc906a5fcb84b96ba7f196b01119077", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.150.18:8777", "{}", true, "subcloud-1"], + "endpoint_54": ["40efcf0cf1934896ac204fff9599181f", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:2::2]:8977", "{}", true, "subcloud-1"], + "endpoint_55": ["3c56e9f939aa4f48b48e0bd63a7e0e2d", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:2::2]:4545", "{}", true, "subcloud-1"], + "endpoint_56": ["e0dc056cf41d48ada2a5128ff6d13c80", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:3::2]:8042", "{}", true, "subcloud-4"], + "endpoint_57": ["9c3669ebb2864fe49b00555a4cb720bf", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:3::2]:8778", "{}", true, "subcloud-4"], + "endpoint_58": ["43d53656ac8e46e7875237e202e99896", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.150.224:8778", "{}", true, "subcloud-4"], + "endpoint_59": ["1b6649177bbf4793ae70e09badeaf1fa", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:3::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_60": ["19a92fce510743f9939a9a22299fc6ff", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.150.224:9696", "{}", true, "subcloud-4"], + "endpoint_61": ["f802be7e04a64c768150f0416e113fe1", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:3::2]:4545", "{}", true, "subcloud-4"], + "endpoint_62": ["513e4e6a0e4840dd8de65742a1b0634d", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:3::2]:4545", "{}", true, "subcloud-4"], + "endpoint_63": ["c17d425b28aa4589a42abf0c3ae89865", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:3::2]:8777", "{}", true, "subcloud-4"], + "endpoint_64": ["71b408d04b984a958090054093c6330a", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-4"], + "endpoint_65": ["549e1bd55f2e4218b5f2a03bc9859bf6", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.150.224:8977", "{}", true, "subcloud-4"], + "endpoint_66": ["89606a1804a54f17ae67659d481fde20", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:3::2]:9292", "{}", true, "subcloud-4"], + "endpoint_67": ["ecae4ccc0af242a98d978ff527e7e81b", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:3::2]:6385/v1", "{}", true, "subcloud-4"], + "endpoint_68": ["9b503e8a198f4221a716568dfe0a497f", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.150.224:6385/v1", "{}", true, "subcloud-4"], + "endpoint_69": ["f2209d54eb064311aeacb96a853e5867", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.151.66:9292", "{}", true, "subcloud-5"], + "endpoint_70": ["8c761aabddf7450c95fcee0dd5f38bee", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.151.66:8778", "{}", true, "subcloud-5"], + "endpoint_71": ["8c0e3189cf5e49f09dc3566321603e85", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.151.66:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_72": ["71575d7116ae4510b9115476a21bbb1b", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:4::2]:5491", "{}", true, "subcloud-5"], + "endpoint_73": ["73972411365647f2be7b7f6b4d302759", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:4::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_74": ["52643da5712d4555a953d9f03b2bf332", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:4::2]:4545", "{}", true, "subcloud-5"], + "endpoint_75": ["a51e43d1eb9b47c980c45efd8bac4c87", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:4::2]:9696", "{}", true, "subcloud-5"], + "endpoint_76": ["56ef199db23c43ecae7d94cc7222c854", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:4::2]:9696", "{}", true, "subcloud-5"], + "endpoint_77": ["ed96c299010b48eaa8eddee5cbf9df5e", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.151.66:9696", "{}", true, "subcloud-5"], + "endpoint_78": ["9fdb807e84124790b8c3ece35d15a0ef", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-5"], + "endpoint_79": ["ffa6c1cd10a94194a02e36a4937c343c", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.151.66:8977", "{}", true, "subcloud-5"], + "endpoint_80": ["699aa011ead14997ac6f56d83ed95a8c", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:4::2]:6385/v1", "{}", true, "subcloud-5"], + "endpoint_81": ["24418e1fb27c4bd19138bd60ff84339b", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:4::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_82": ["f839413f6073428999df122e5e39c5a9", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:4::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_83": ["6730c5f0390a4e66b24d87db41d0a0f6", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.151.66:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_84": ["22c6413d42234c0a98e91ed342bf7db7", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:3::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_85": ["98a5b15ccb424826922f5c919c5690a8", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:3::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_86": ["da110ac1f03c4b9e817463225a4b2b83", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.150.224:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_87": ["f5167f307d1f4adc84e29d59b3fcbf7b", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.150.224:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_88": ["b9aebe07a0e64367931946c584657186", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:2::2]:5491", "{}", true, "subcloud-1"], + "endpoint_89": ["1b58cd57070740809875fb0ea84d1ed4", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:2::2]:5491", "{}", true, "subcloud-1"], + "endpoint_90": ["127083b5a58641778f84bd63378f14a3", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.150.18:15491", "{}", true, "subcloud-1"], + "endpoint_91": ["9849dbabbdd9472598b3c8001f42dd3f", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-1"], + "endpoint_92": ["9b8814b1121a44948ca007a27982ee55", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-1"], + "endpoint_93": ["f456d7f703e242139355140c0617c619", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-1"], + "endpoint_94": ["b2041b71fc2244dba94dea647dd35b7e", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:2::2]:8977", "{}", true, "subcloud-1"], + "endpoint_95": ["29efd6682e1d435d807e991075bcf125", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.150.18:8977", "{}", true, "subcloud-1"], + "endpoint_96": ["05731150463b47699ab8fef01b81d464", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:2::2]:4545", "{}", true, "subcloud-1"], + "endpoint_97": ["5d347c0e475d40d385024705bb78c0d5", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.150.18:4545", "{}", true, "subcloud-1"], + "endpoint_98": ["39dd7a4d128549e3ab1d65d04b2bd862", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:2::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_99": ["497de517819045df9ca739bc3e121c89", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:2::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_100": ["b772d9d3df6c446e8c0de2611c5627aa", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.150.18:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_101": ["7c27d2a668244dd8b35573df61cde0a0", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:2::2]:9292", "{}", true, "subcloud-1"], + "endpoint_102": ["c006181bd2c34abca079453ddc862b78", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:2::2]:9292", "{}", true, "subcloud-1"], + "endpoint_103": ["e884ae6f48fc4d2498e8735e1de545aa", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.150.18:9292", "{}", true, "subcloud-1"], + "endpoint_104": ["2e5e16ddea9b43c4a6be55c7c57e762c", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:2::2]:6385/v1", "{}", true, "subcloud-1"], + "endpoint_105": ["e9820b3b3abe48f98548d4bc113bc905", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:2::2]:6385/v1", "{}", true, "subcloud-1"], + "endpoint_106": ["1506e9230fc948b2b267eec824bd97ae", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.150.18:6385/v1", "{}", true, "subcloud-1"], + "endpoint_107": ["6a5596c56479437a9c2fd2a78fe54d22", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:2::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_108": ["af690a3d102b484fb5cf760ad143689a", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:2::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_109": ["97ed35a6b02c46cfbeaddf20e6a1bd48", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.150.18:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_110": ["3e74d939f3684f6892640c5d6e6406d1", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:3::2]:8042", "{}", true, "subcloud-4"], + "endpoint_111": ["41b54ad4c80d45449f507db76083fb80", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:3::2]:8778", "{}", true, "subcloud-4"], + "endpoint_112": ["0390cb283a53403e9545651a60bf348e", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.150.224:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_113": ["7c3fabf70c174ea4a4fe6a0c4712e6bf", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:3::2]:9696", "{}", true, "subcloud-4"], + "endpoint_114": ["0a338aef7a8b404aa0867e5a0205dc58", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:3::2]:5491", "{}", true, "subcloud-4"], + "endpoint_115": ["09dde1c9499e4ba198a44c18e74f0a09", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.150.224:4545", "{}", true, "subcloud-4"], + "endpoint_116": ["56a76e94e60c4fd899a773001b272e47", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.150.224:8777", "{}", true, "subcloud-4"], + "endpoint_117": ["2a7cd8d550d94b90b93a15739fb5f79a", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-4"], + "endpoint_118": ["4dc1caf31cff44ccb8585fe4f200a32c", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:3::2]:8977", "{}", true, "subcloud-4"], + "endpoint_119": ["3fdab757ab134146bbd68c4521af397b", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:3::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_120": ["17846cae6aaa41e6be9f26f30adcb6d7", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:3::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_121": ["e67b03ac766f49059729a99a2754defa", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.150.224:9292", "{}", true, "subcloud-4"], + "endpoint_122": ["81b25e9b817a46fd9654b1f478a9b5ce", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:3::2]:6385/v1", "{}", true, "subcloud-4"], + "endpoint_123": ["3cde2d8d8b5748f1966f06548cf65ec9", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:4::2]:9292", "{}", true, "subcloud-5"], + "endpoint_124": ["3e817212004241988cb0731f2f79ef76", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:4::2]:8778", "{}", true, "subcloud-5"], + "endpoint_125": ["1ed1542248fc483fbc7ce26ca60ac00b", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:4::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_126": ["4136388469804921a749485b44ebc90b", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:4::2]:8042", "{}", true, "subcloud-5"], + "endpoint_127": ["745d8b18ddae4353992dc123bf79ca66", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:4::2]:8042", "{}", true, "subcloud-5"], + "endpoint_128": ["38d157631f04457d8a9e1e1a55e8879b", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:4::2]:5491", "{}", true, "subcloud-5"], + "endpoint_129": ["b58d3551b31042dc8f1eeab3db053b36", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:4::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_130": ["b27ddfa5a6c940c180730d70c02b448e", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:4::2]:4545", "{}", true, "subcloud-5"], + "endpoint_131": ["4d69300126184d108511e4d9a1ae829c", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-5"], + "endpoint_132": ["03e1eb2e1f6a4041a3bd721c25bca9cd", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:4::2]:8977", "{}", true, "subcloud-5"], + "endpoint_133": ["ba748586c1e74328a95d240566abd5da", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:4::2]:8777", "{}", true, "subcloud-5"], + "endpoint_134": ["f1c694830a79479fb6efa8bc20af509d", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:4::2]:8777", "{}", true, "subcloud-5"], + "endpoint_135": ["83fda4af04c9475ba8906e4d1e25fc20", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.151.66:8777", "{}", true, "subcloud-5"], + "endpoint_136": ["b649a5f6c14b4f9db37d416b9044ac73", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:4::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_137": ["46c653ca16294222be50ee0c6a530943", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.151.66:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_138": ["22c5a12627d54fb49d6ea7ae28efc60d", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.66:6385/v1", "{}", true, "subcloud-5"], + "endpoint_139": ["8170c8c7bd1f42f285b6eceb9a024134", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.151.66:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_140": ["41f38595b5f249b7ad9cc6fdf24d1f7c", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:4::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_141": ["adaa3140e68f4ea4a7e377a5a5b640bc", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:3::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_142": ["33b40962242e4afdb3ef6787af04e5a3", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.150.224:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_143": ["744d6951d82e47dc9fc48763d1b18d60", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:3::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_144": ["1dd34422beca4c2bb027d6e11a40b2c4", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:3::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_145": ["fcf6a770edc2486aa11e4b119e5de873", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:3::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_146": ["ef47b072365f475a8a56eeff153264ce", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:2::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_147": ["b461104aa21049aca0a71f8d4ee862e3", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:2::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_148": ["67f79a87a6954f489dd9789e844e5998", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.150.18:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_149": ["72264b75ad9e46578d882d9d96301188", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:2::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_150": ["be6af8a2b8a5469b9dc8f2db2e2fc787", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:2::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_151": ["fa360cf6f5684c34be7c3ab5998b3a2c", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.150.18:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_152": ["37b87d149089406f81dba376f5309357", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:2::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_153": ["19e9a38d9db34ce1ba8953300bc32e65", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:2::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_154": ["b9fa7c1bc44f495e9ff6dda810b841a1", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.150.18:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_155": ["0a32ffd450814d7599d95b9d006cd42c", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.150.224:8042", "{}", true, "subcloud-4"], + "endpoint_156": ["d652da20f7834c53b8bdcd0e9e6e2fb4", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:3::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_157": ["c6667081743646efbfe6e0ab888b3eb2", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:3::2]:9696", "{}", true, "subcloud-4"], + "endpoint_158": ["edaeb34e5038485786df22d7f6360036", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:3::2]:5491", "{}", true, "subcloud-4"], + "endpoint_159": ["31e0293920404baf94390a6652c9ebff", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.150.224:15491", "{}", true, "subcloud-4"], + "endpoint_160": ["1cbf691bc9c84e3f9f6cc79246660bf7", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:3::2]:8777", "{}", true, "subcloud-4"], + "endpoint_161": ["ba7c54b0b7ac4cfdb558665fdd731c28", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-4"], + "endpoint_162": ["e6f1e6f998674d13b6b8fa6a843e49f9", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:3::2]:8977", "{}", true, "subcloud-4"], + "endpoint_163": ["1f3a25620c2b4e74b0348733a190fff1", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.150.224:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_164": ["1daa3c5f75184962868ddd72d1b62529", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:3::2]:9292", "{}", true, "subcloud-4"], + "endpoint_165": ["be6a2850cec44595b38eb6940baab1a6", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:3::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_166": ["39c119210e864123b8b6c845be341074", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:3::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_167": ["8f5980c8301146368c7be4f2a2e41cac", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.150.224:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_168": ["9953dc666ff24502b03cfb69c408f442", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:4::2]:9292", "{}", true, "subcloud-5"], + "endpoint_169": ["368c49d56241450188857d2e7cd757d3", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:4::2]:8778", "{}", true, "subcloud-5"], + "endpoint_170": ["33f33be90a1442839aef4f50afca45f9", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:4::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_171": ["523fe3578d634f17a81e04cb0e3c48c0", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.151.66:8042", "{}", true, "subcloud-5"], + "endpoint_172": ["e2d534e4e8804d0ebdb175e1f38f1cf2", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.66:15491", "{}", true, "subcloud-5"], + "endpoint_173": ["dc4cc20db20e4a08be988012f3b53efa", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.151.66:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_174": ["135d036dc1804366873f238f193d0ee4", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.151.66:4545", "{}", true, "subcloud-5"], + "endpoint_175": ["dbcf6bf6bcdf409ba2333370415fbd38", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-5"], + "endpoint_176": ["a6a2033b69a34a04bb5a1d944c764401", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:4::2]:8977", "{}", true, "subcloud-5"], + "endpoint_177": ["efb480b1d3374e0c97e688c1d5946d4d", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:4::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_178": ["d526cf9c4c1c48be8d9770e8e261de07", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:4::2]:6385/v1", "{}", true, "subcloud-5"], + "endpoint_179": ["4881245fbcb5474ba807b60b1cab4c7f", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:4::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_180": ["e27f671897e54872876470d1880a1ca3", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:4::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_181": ["3530851c3c7444d981ac145e3f6545d7", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.151.66:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_182": ["9157998f1a8a4d54ba679b31ac3eac0c", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:4::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/local_user.json b/dcmanager/tests/data/ipv6_R5_install/keystone/local_user.json new file mode 100644 index 000000000..ca56b1fe6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/local_user.json @@ -0,0 +1,24 @@ +{ + "local_user_0": [3, "8ff17967605a4240b8a6c15ed4bf10f1", "default", "panko", 0, "NULL"], + "local_user_1": [4, "c5d07e41f78747949fbc1de84168a44f", "default", "dcorch", 0, "NULL"], + "local_user_2": [5, "5f4d401253a74cc8ab507957b9cafb29", "default", "neutron", 0, "NULL"], + "local_user_3": [6, "4abaa160c36846328a482217de0112af", "default", "heat", 0, "NULL"], + "local_user_4": [7, "692bd0a53c414d6dbbd0ba4d6fdb3c49", "default", "vim", 0, "NULL"], + "local_user_5": [8, "6cf3cfc5d26f458daf66802d8e8a2e2a", "default", "aodh", 0, "NULL"], + "local_user_6": [11, "a757fb8d624b46b4b10eea1b4d2ca0d2", "default", "glance", 0, "NULL"], + "local_user_7": [12, "118a09e72d6a4194af383285cb7e579a", "default", "placement", 0, "NULL"], + "local_user_8": [13, "f1cc67bbf0d84c89a1df3067b538e1b8", "default", "patching", 0, "NULL"], + "local_user_9": [14, "f94aa82e49dd4aaa8bf1c80fee109234", "2423d6c7853145a798e6491ca9de6e2b", "heat_admin", 0, "NULL"], + "local_user_10": [15, "04facea7432848c9bfdf3780bb51612e", "default", "dcmanager", 0, "NULL"], + "local_user_11": [16, "c455073c30044db8908630595699d874", "default", "ceilometer", 0, "NULL"], + "local_user_12": [17, "4a2c1f4c8ae942b19e388576e93d1ced", "default", "cinder", 0, "NULL"], + "local_user_13": [18, "d1399977957645e4a1e26c1b7b1e6d35", "default", "tenant1", 0, "NULL"], + "local_user_14": [19, "5ad8271fc6bc432ab80685945bc5b346", "default", "tenant2", 0, "NULL"], + "local_user_15": [20, "73403639b14c40e6b288c0e2cd3707bc", "default", "cindersubcloud-1", 0, "NULL"], + "local_user_16": [9, "146482c0aba84e35a5c1a507cff9db3d", "default", "nova", 0, "NULL"], + "local_user_17": [10, "63dd0fb409264a43b7dbfe9582b8023d", "default", "mtce", 0, "NULL"], + "local_user_18": [2, "81eed996f2a346a3b5282fe2a881db9b", "default", "sysinv", 0, "NULL"], + "local_user_19": [23, "872e8c1b48c640c59189cf1587bd4e41", "default", "cindersubcloud-5", 0, "NULL"], + "local_user_20": [24, "f85b8eca57a441838cfe5a39d33230b5", "default", "cindersubcloud-4", 0, "NULL"], + "local_user_21": [1, "500b2ba0791e44a780d4dad3c5a1ff31", "default", "admin", 0, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/migrate_version.json b/dcmanager/tests/data/ipv6_R5_install/keystone/migrate_version.json new file mode 100644 index 000000000..f6841b22d --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/migrate_version.json @@ -0,0 +1,6 @@ +{ + "migrate_version_0": ["keystone_expand", "/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo", 24], + "migrate_version_1": ["keystone_data_migrate", "/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo", 24], + "migrate_version_2": ["keystone", "/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo", 109], + "migrate_version_3": ["keystone_contract", "/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo", 24] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/password.json b/dcmanager/tests/data/ipv6_R5_install/keystone/password.json new file mode 100644 index 000000000..c93dd7ae6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/password.json @@ -0,0 +1,24 @@ +{ + "password_0": [1, 1, "NULL", "NULL", false, "$2b$12$fVKV1.pFz76EgkTePPtzEuMYbTS8CbsVghxDhX7f7liZx8RlW0Y6O", 1523460727481605, "NULL", "2018-04-11 15:32:07.481605"], + "password_1": [2, 2, "NULL", "NULL", false, "$2b$12$SlX.b0AgnYn4nZtJ3jmvWeCpSQiY21QjdlpjvkMwyUjH8zYJzLBHe", 1523460750612369, "NULL", "2018-04-11 15:32:30.612369"], + "password_2": [3, 3, "NULL", "NULL", false, "$2b$12$xOE0UlHJSzLiqeupbP/BvOTKxptmAAXylD0IlcbecOpeQ9w3L8o9K", 1523461139214437, "NULL", "2018-04-11 15:38:59.214437"], + "password_3": [4, 4, "NULL", "NULL", false, "$2b$12$XraXnRCsEobDqxvZI10YwOCN2qFdVx4YyVsnAggUk6JOpZIA1ILRC", 1523461146035371, "NULL", "2018-04-11 15:39:06.035371"], + "password_4": [5, 5, "NULL", "NULL", false, "$2b$12$hm9rPyEF4MGzGhVN6MZEZOV20HNAEYdd/X5tE/eTMBUdf2ojGozym", 1523461151305674, "NULL", "2018-04-11 15:39:11.305674"], + "password_5": [6, 6, "NULL", "NULL", false, "$2b$12$uRXa5txGlCkP3K8k2evESOKE0OCvN0E1lmtDEffUo4GN4M3/moDhG", 1523461154969656, "NULL", "2018-04-11 15:39:14.969656"], + "password_6": [7, 7, "NULL", "NULL", false, "$2b$12$UDWh3bOprZkcicTvX74ekO7Z2sA9i578bvJWR3u3JKxx./R4zfAZm", 1523461159304616, "NULL", "2018-04-11 15:39:19.304616"], + "password_7": [8, 8, "NULL", "NULL", false, "$2b$12$aaxz0tFwmstJa28TC6CBAubmJImu7CpnOf6IL5Ay69xrmhjntK7U6", 1523461167384976, "NULL", "2018-04-11 15:39:27.384976"], + "password_8": [9, 9, "NULL", "NULL", false, "$2b$12$P8NNMYOhoASdrH9otXOSpuSdRmumCxmaUw86sQBr4uMBU0QZgrVB6", 1523461170949886, "NULL", "2018-04-11 15:39:30.949886"], + "password_9": [10, 10, "NULL", "NULL", false, "$2b$12$G5oIKiC7dArW21ALaT.vyuHoUl2frQdBrNH9oX1JGiC/IVK4/x5d2", 1523461176191435, "NULL", "2018-04-11 15:39:36.191435"], + "password_10": [11, 11, "NULL", "NULL", false, "$2b$12$c7khbuXewToyssTnkBI.sOSP1evojjJVadd8aVPjRdSaKBXhOu5XO", 1523461179586188, "NULL", "2018-04-11 15:39:39.586188"], + "password_11": [12, 12, "NULL", "NULL", false, "$2b$12$YiAwkChCYKqog31cjk9hReGyoSf.LBk2pp4ca/ujTMUZnS5Bi06oS", 1523461183306664, "NULL", "2018-04-11 15:39:43.306664"], + "password_12": [13, 13, "NULL", "NULL", false, "$2b$12$6R5Wc3uuF270K.Kz0Qhdze20dzWHUx/YNYCT4CBIZtq70T4eTKo2.", 1523461186923901, "NULL", "2018-04-11 15:39:46.923901"], + "password_13": [14, 14, "NULL", "NULL", false, "$2b$12$c069e0ysfrkXryUc7Y7FV.V0mIV1AuAebtTPt6HG51etBI8JYiLK2", 1523461239110598, "NULL", "2018-04-11 15:40:39.110598"], + "password_14": [15, 15, "NULL", "NULL", false, "$2b$12$PhXg966X3UpaW6nUHKjAseGgIq2WFEiwxqsg0AQl1fZB0XRyF3q1G", 1523461266343289, "NULL", "2018-04-11 15:41:06.343289"], + "password_15": [16, 16, "NULL", "NULL", false, "$2b$12$HEbgdNZ.XAueAUE.yQVRV.RePFvWXi3kzuE5nzuQ/cR4ecNdq5GuK", 1523461278526719, "NULL", "2018-04-11 15:41:18.526719"], + "password_16": [17, 17, "NULL", "NULL", false, "$2b$12$ta3TKTGmLRRSb0LvENvFpOdkyvf24h.XDYuE4zJCavb/z5ERh6GcK", 1523462230091266, "NULL", "2018-04-11 15:57:10.091266"], + "password_17": [18, 18, "NULL", "NULL", false, "$2b$12$IlICOy5XIrgXKB/LrpYH8OxhhumP6TIX7CoNET3jXEloQdcvLgig2", 1523462315972021, "NULL", "2018-04-11 15:58:35.972021"], + "password_18": [19, 19, "NULL", "NULL", false, "$2b$12$Tzx42wm1w1hauLkUqypJuu84yTsfWtm9XrsZFLNlpoizX/b6MLQHO", 1523462331773330, "NULL", "2018-04-11 15:58:51.77333"], + "password_19": [20, 20, "NULL", "NULL", false, "$2b$12$lFM1kQaZ3wQyuOcsUYnbqeEgRmQsYFsabjMJLPWm3EgZCnHAO0fXC", 1523469345119409, "NULL", "2018-04-11 17:55:45.119409"], + "password_20": [23, 23, "NULL", "NULL", false, "$2b$12$IpkrfjrFTVclpDV9qC4Twuct8aFZUFEPEEr/6tznmFr/U8lc42k1m", 1526397706723260, "NULL", "2018-05-15 15:21:46.72326"], + "password_21": [24, 24, "NULL", "NULL", false, "$2b$12$809wlBp0xowtrgpFiwGNp.gVrJ8uvdQNN43zQGbexRm82Mb5AJriq", 1526399747870689, "NULL", "2018-05-15 15:55:47.870689"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/project.json b/dcmanager/tests/data/ipv6_R5_install/keystone/project.json new file mode 100644 index 000000000..6f657e4e7 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/project.json @@ -0,0 +1,9 @@ +{ + "project_0": ["<>", "<>", "{}", "", false, "<>", "NULL", true], + "project_1": ["default", "Default", "{}", "The default domain", true, "<>", "NULL", true], + "project_2": ["8803689162424f60a71e4642e9dc2b9e", "admin", "{}", "admin tenant", true, "default", "default", false], + "project_3": ["f3b78df9bbd74d6b8bbf8c5f08427ca7", "services", "{}", "Tenant for the openstack services", true, "default", "default", false], + "project_4": ["2423d6c7853145a798e6491ca9de6e2b", "heat", "{}", "", true, "<>", "NULL", true], + "project_5": ["9008c3fc102040cd8149b5c0d8aa06a3", "tenant1", "{}", "tenant1", true, "default", "default", false], + "project_6": ["6ecc44a6b24e4c398dc749f1386b2ced", "tenant2", "{}", "tenant2", true, "default", "default", false] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/region.json b/dcmanager/tests/data/ipv6_R5_install/keystone/region.json new file mode 100644 index 000000000..3a5529227 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/region.json @@ -0,0 +1,7 @@ +{ + "region_0": ["SystemController", "", "NULL", "{}"], + "region_1": ["RegionOne", "", "NULL", "{}"], + "region_2": ["subcloud-1", "", "NULL", "{}"], + "region_3": ["subcloud-4", "", "NULL", "{}"], + "region_4": ["subcloud-5", "", "NULL", "{}"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/revocation_event.json b/dcmanager/tests/data/ipv6_R5_install/keystone/revocation_event.json new file mode 100644 index 000000000..9327eaf58 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/revocation_event.json @@ -0,0 +1,3 @@ +{ + "revocation_event_0": [7, "NULL", "NULL", "8c5414c673634a8ebb837a897cb73a54", "NULL", "NULL", "NULL", "NULL", "2018-05-21 13:48:50", "NULL", "2018-05-21 13:48:50", "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/role.json b/dcmanager/tests/data/ipv6_R5_install/keystone/role.json new file mode 100644 index 000000000..dad5933fa --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/role.json @@ -0,0 +1,7 @@ +{ + "role_0": ["59fa225368524bf6974f76a25050143b", "admin", "{}", "<>"], + "role_1": ["9fe2ff9ee4384b1894a90878d3e92bab", "_member_", "{}", "<>"], + "role_2": ["1f62f45b748b4c5db66f97c715ecf1ae", "ResellerAdmin", "{}", "<>"], + "role_3": ["d6bd09cf50334c5b9b1fe4cdeedfbdc4", "heat_stack_user", "{}", "<>"], + "role_4": ["ef2e357b0d4d4bcaaa6ae303c7d58d7e", "heat_stack_owner", "{}", "<>"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/service.json b/dcmanager/tests/data/ipv6_R5_install/keystone/service.json new file mode 100644 index 000000000..411169223 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/service.json @@ -0,0 +1,20 @@ +{ + "service_0": ["5fa3efb666204693a0d0ab05fb03140c", "identity", true, "{"description": "OpenStack Identity Service", "name": "keystone"}"], + "service_1": ["b3dd49c87dfd40d08d19d2895d2bc9c6", "platform", true, "{"description": "SysInvService", "name": "sysinv"}"], + "service_2": ["9754bb0a6cba4ae4b62c1a4e825964a5", "dcmanager", true, "{"description": "DCManagerService", "name": "dcmanager"}"], + "service_3": ["c931b77a92bc4208909d9205d85391a0", "dcorch", true, "{"description": "DcOrchService", "name": "dcorch"}"], + "service_4": ["7d48ddb964034eb588e557b976d11cdf", "image", true, "{"description": "OpenStack Image Service", "name": "glance"}"], + "service_5": ["a15edc66a6394e18bda9f9256e7b470c", "alarming", true, "{"description": "OpenStack Alarming Service", "name": "aodh"}"], + "service_6": ["995cc229e9af44ec81c1c76073f4c733", "placement", true, "{"description": "Openstack Placement Service", "name": "placement"}"], + "service_7": ["c4ae85afaf7b465190d927e11da3eb38", "compute", true, "{"description": "Openstack Compute Service", "name": "nova"}"], + "service_8": ["ea41162395844d30af3e59efa3e6323e", "cloudformation", true, "{"description": "Openstack Cloudformation Service", "name": "heat-cfn"}"], + "service_9": ["6cfd11045b1e4c0badcb56f18428ab5b", "network", true, "{"description": "Neutron Networking Service", "name": "neutron"}"], + "service_10": ["c3677835d8024fa894929ea67b1e9fa0", "patching", true, "{"description": "Patching Service", "name": "patching"}"], + "service_11": ["86328b93a3c84d63a1be7f7368138bdf", "metering", true, "{"description": "Openstack Metering Service", "name": "ceilometer"}"], + "service_12": ["aa803a6f0ab84b68ad13a759b1b29525", "nfv", true, "{"description": "Virtual Infrastructure Manager", "name": "vim"}"], + "service_13": ["d6f2ef7609f44c9aa0b40b15f9f93139", "event", true, "{"description": "OpenStack Event Service", "name": "panko"}"], + "service_14": ["0efe25ad76f244e1bca9f6975cfe8b83", "orchestration", true, "{"description": "Openstack Orchestration Service", "name": "heat"}"], + "service_15": ["c5834d3740504a69bf427385319b51a0", "volumev3", true, "{"description": "Cinder Service v3", "name": "cinderv3"}"], + "service_16": ["8a5873d1ee914ccbae3c070d578d0d0d", "volumev2", true, "{"description": "Cinder Service v2", "name": "cinderv2"}"], + "service_17": ["567f8aafa7844256b03e86655fa2bd3e", "volume", true, "{"description": "Cinder Service", "name": "cinder"}"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/strategy_steps.json b/dcmanager/tests/data/ipv6_R5_install/keystone/strategy_steps.json new file mode 100644 index 000000000..71ac73fdd --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/strategy_steps.json @@ -0,0 +1,6 @@ +{ + "strategy_steps_0": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_1": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_2": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_3": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/subcloud_status.json b/dcmanager/tests/data/ipv6_R5_install/keystone/subcloud_status.json new file mode 100644 index 000000000..88483ab82 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/subcloud_status.json @@ -0,0 +1,17 @@ +{ + "subcloud_status_0": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_1": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_2": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_3": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_4": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_5": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_6": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_7": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_8": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_9": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_10": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_11": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_12": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_13": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_14": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/subclouds.json b/dcmanager/tests/data/ipv6_R5_install/keystone/subclouds.json new file mode 100644 index 000000000..859b505a8 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/subclouds.json @@ -0,0 +1,5 @@ +{ + "subclouds_0": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subclouds_1": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subclouds_2": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json b/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json new file mode 100644 index 000000000..9e92441cf --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json @@ -0,0 +1,3 @@ +{ + "sw_update_opts_default_0": [id, subcloud_id, storage_apply_type, compute_apply_type, max_parallel_computes, default_instance_action, alarm_restriction_type, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json b/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json new file mode 100644 index 000000000..d7ef1ce27 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json @@ -0,0 +1,3 @@ +{ + "sw_update_strategy_0": [id, type, subcloud_apply_type, max_parallel_subclouds, stop_on_failure, state, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/trust.json b/dcmanager/tests/data/ipv6_R5_install/keystone/trust.json new file mode 100644 index 000000000..1cf11f9d6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/trust.json @@ -0,0 +1,6 @@ +{ + "trust_0": ["8955b2c1a40749b49f2bf21cc4b0acb4", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 17:24:22.199655", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_1": ["6562be68284e4cc6a8832714569e180b", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 19:03:55.461547", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_2": ["e6c80f658ebb4ace9020c31865c0245b", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 19:15:48.126469", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_3": ["0e67dc152a514c15827da1dbeb4c84cf", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-13 19:26:04.180508", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/trust_role.json b/dcmanager/tests/data/ipv6_R5_install/keystone/trust_role.json new file mode 100644 index 000000000..0880dc68f --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/trust_role.json @@ -0,0 +1,6 @@ +{ + "trust_role_0": ["8955b2c1a40749b49f2bf21cc4b0acb4", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_1": ["6562be68284e4cc6a8832714569e180b", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_2": ["e6c80f658ebb4ace9020c31865c0245b", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_3": ["0e67dc152a514c15827da1dbeb4c84cf", "9fe2ff9ee4384b1894a90878d3e92bab"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/keystone/user.json b/dcmanager/tests/data/ipv6_R5_install/keystone/user.json new file mode 100644 index 000000000..8c9bafc83 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/keystone/user.json @@ -0,0 +1,24 @@ +{ + "user_0": ["500b2ba0791e44a780d4dad3c5a1ff31", "{"email": "admin@localhost"}", true, "NULL", "2018-04-11 15:32:07.73006", "NULL", "default"], + "user_1": ["81eed996f2a346a3b5282fe2a881db9b", "{"email": "sysinv@localhost"}", true, "NULL", "2018-04-11 15:32:30.858964", "NULL", "default"], + "user_2": ["8ff17967605a4240b8a6c15ed4bf10f1", "{"email": "panko@localhost"}", true, "NULL", "2018-04-11 15:38:59.440114", "NULL", "default"], + "user_3": ["c5d07e41f78747949fbc1de84168a44f", "{"email": "dcorch@localhost"}", true, "NULL", "2018-04-11 15:39:06.280769", "NULL", "default"], + "user_4": ["5f4d401253a74cc8ab507957b9cafb29", "{"email": "neutron@localhost"}", true, "NULL", "2018-04-11 15:39:11.531363", "NULL", "default"], + "user_5": ["4abaa160c36846328a482217de0112af", "{"email": "heat@localhost"}", true, "NULL", "2018-04-11 15:39:15.194125", "NULL", "default"], + "user_6": ["692bd0a53c414d6dbbd0ba4d6fdb3c49", "{"email": "vim@localhost"}", true, "NULL", "2018-04-11 15:39:19.530182", "NULL", "default"], + "user_7": ["6cf3cfc5d26f458daf66802d8e8a2e2a", "{"email": "aodh@localhost"}", true, "NULL", "2018-04-11 15:39:27.610475", "NULL", "default"], + "user_8": ["146482c0aba84e35a5c1a507cff9db3d", "{"email": "nova@localhost"}", true, "NULL", "2018-04-11 15:39:31.174625", "NULL", "default"], + "user_9": ["63dd0fb409264a43b7dbfe9582b8023d", "{}", true, "NULL", "2018-04-11 15:39:36.417284", "NULL", "default"], + "user_10": ["a757fb8d624b46b4b10eea1b4d2ca0d2", "{"email": "glance@localhost"}", true, "NULL", "2018-04-11 15:39:39.812304", "NULL", "default"], + "user_11": ["118a09e72d6a4194af383285cb7e579a", "{"email": "placement@localhost"}", true, "NULL", "2018-04-11 15:39:43.532389", "NULL", "default"], + "user_12": ["f1cc67bbf0d84c89a1df3067b538e1b8", "{"email": "patching@localhost"}", true, "NULL", "2018-04-11 15:39:47.161565", "NULL", "default"], + "user_13": ["f94aa82e49dd4aaa8bf1c80fee109234", "{"email": "heat_admin@localhost"}", true, "NULL", "2018-04-11 15:40:39.336097", "NULL", "2423d6c7853145a798e6491ca9de6e2b"], + "user_14": ["04facea7432848c9bfdf3780bb51612e", "{"email": "dcmanager@localhost"}", true, "NULL", "2018-04-11 15:41:06.569371", "NULL", "default"], + "user_15": ["c455073c30044db8908630595699d874", "{"email": "ceilometer@localhost"}", true, "NULL", "2018-04-11 15:41:18.751809", "NULL", "default"], + "user_16": ["4a2c1f4c8ae942b19e388576e93d1ced", "{"email": "cinder@localhost"}", true, "NULL", "2018-04-11 15:57:10.340431", "NULL", "default"], + "user_17": ["d1399977957645e4a1e26c1b7b1e6d35", "{"email": "tenant1@noreply.com"}", true, "9008c3fc102040cd8149b5c0d8aa06a3", "2018-04-11 15:58:36.244453", "NULL", "default"], + "user_18": ["5ad8271fc6bc432ab80685945bc5b346", "{"email": "tenant2@noreply.com"}", true, "6ecc44a6b24e4c398dc749f1386b2ced", "2018-04-11 15:58:52.037904", "NULL", "default"], + "user_19": ["73403639b14c40e6b288c0e2cd3707bc", "{"email": "cinder@localhost"}", true, "NULL", "2018-04-11 17:55:45.379834", "NULL", "default"], + "user_20": ["872e8c1b48c640c59189cf1587bd4e41", "{"email": "cinder@localhost"}", true, "NULL", "2018-05-15 15:21:47.01523", "NULL", "default"], + "user_21": ["f85b8eca57a441838cfe5a39d33230b5", "{"email": "cinder@localhost"}", true, "NULL", "2018-05-15 15:55:48.164975", "NULL", "default"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/subclouds.json b/dcmanager/tests/data/ipv6_R5_install/subclouds.json new file mode 100644 index 000000000..dc0499b4f --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/subclouds.json @@ -0,0 +1,6 @@ +{ + "subclouds_0": [6, "subcloud-4", "wcp85 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_C", "18.03", "managed", "online", "fd01:3::0/64", "fd01:3::1", "fd01:3::2", "fd01:3::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:12.508708", "2018-05-24 10:48:18.090931", "NULL", 0], + "subclouds_1": [1, "subcloud-1", "wcp80 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_B", "18.03", "managed", "online", "fd01:2::0/64", "fd01:2::1", "fd01:2::2", "fd01:2::f", "fd01:1::1", 0, "NULL", "NULL", "2018-04-11 17:01:48.54467", "2018-05-24 00:17:34.74161", "NULL", 0], + "subclouds_2": [7, "subcloud-5", "wcp87 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:4::0/64", "fd01:4::1", "fd01:4::2", "fd01:4::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0], + "subclouds_3": [8, "subcloud-6", "wcp89 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:5::0/64", "fd01:5::1", "fd01:5::2", "fd01:5::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/address_modes.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_modes.json new file mode 100644 index 000000000..93368db09 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_modes.json @@ -0,0 +1,8 @@ +{ + "address_modes_0": ["2018-04-11 15:34:01.158775", "NULL", "NULL", 1, "bad688d9-2a15-4b8d-90c1-3bf31001e27f", 4, "disabled", 9, "NULL"], + "address_modes_1": ["2018-04-11 15:34:01.174414", "NULL", "NULL", 2, "cd3a3530-0c38-44f6-85d2-48726abb03f1", 6, "static", 9, "NULL"], + "address_modes_2": ["2018-04-11 15:34:02.105151", "NULL", "NULL", 3, "36e85759-90fb-4e42-9a1b-6895cd5dddb0", 4, "static", 1, "NULL"], + "address_modes_3": ["2018-04-11 15:34:02.122732", "NULL", "NULL", 4, "48ece145-341d-4e9c-abe5-db0188d4661c", 6, "disabled", 1, "NULL"], + "address_modes_4": ["2018-04-11 17:36:11.215411", "NULL", "NULL", 5, "4dc77b93-eb41-4345-b5be-f116961dade7", 4, "static", 10, "NULL"], + "address_modes_5": ["2018-04-11 17:36:11.235055", "NULL", "NULL", 6, "7af4c2a6-e52d-48d6-b020-3c1b4a578ed0", 6, "disabled", 10, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json new file mode 100644 index 000000000..7ba9bffd7 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json @@ -0,0 +1,6 @@ +{ + "address_pool_ranges_0": ["2018-04-11 15:32:43.393776", "NULL", "NULL", 1, "47b19f92-6055-4cf8-84cc-bb51a3f3474e", "fd01:1::2", "fd01:1::ffff:ffff:ffff:fffe", 1], + "address_pool_ranges_1": ["2018-04-11 15:32:43.624239", "NULL", "NULL", 2, "b5847dfe-d645-47d1-a89a-3153dbb4740f", "192.168.202.2", "192.168.202.254", 2], + "address_pool_ranges_2": ["2018-04-11 15:32:43.831987", "NULL", "NULL", 3, "a485084a-4c9d-45fa-ab6d-f94e64de1065", "128.224.150.1", "128.224.151.254", 3], + "address_pool_ranges_3": ["2018-04-11 15:32:44.015227", "NULL", "NULL", 4, "ebfb885a-cc27-49e9-abd4-df333050cfd2", "ff05::14:1:1:1", "ff05::14:1:1:e", 4] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pools.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pools.json new file mode 100644 index 000000000..cbca786d8 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/address_pools.json @@ -0,0 +1,6 @@ +{ + "address_pools_0": ["2018-04-11 15:32:43.392811", "2018-04-11 15:32:43.603851", "NULL", 1, "0adb1258-a669-481b-b0ff-0460f5eae9a6", "management", 6, "fd01:1::", 64, "random", 2, 3, 1, "NULL"], + "address_pools_1": ["2018-04-11 15:32:43.623812", "2018-04-11 15:32:43.750238", "NULL", 2, "f06cc319-1feb-4c8f-bae4-a8e62c037906", "pxeboot", 4, "192.168.202.0", 24, "random", 7, 8, 6, "NULL"], + "address_pools_2": ["2018-04-11 15:32:43.831516", "NULL", "NULL", 3, "47474b9c-bd25-4bec-a555-d570362a7401", "oam", 4, "128.224.150.0", 23, "random", 10, 11, 9, 12], + "address_pools_3": ["2018-04-11 15:32:44.014775", "NULL", "NULL", 4, "4badaca3-a355-4238-96b5-b60ca158aefa", "multicast-subnet", 6, "ff05::14:1:1:0", 124, "random", "NULL", "NULL", "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/addresses.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/addresses.json new file mode 100644 index 000000000..80b6d70c6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/addresses.json @@ -0,0 +1,19 @@ +{ + "addresses_0": ["2018-04-11 15:32:43.459592", "NULL", "NULL", 1, "5e770169-7267-497a-8096-de7442b5f296", "controller-mgmt", 6, "fd01:1::2", 64, true, "NULL", 1], + "addresses_1": ["2018-04-11 15:32:43.550478", "NULL", "NULL", 4, "d78f8a8a-bee1-4fba-a647-61726fd23db7", "controller-platform-nfs-mgmt", 6, "fd01:1::5", 64, true, "NULL", 1], + "addresses_2": ["2018-04-11 15:32:43.581086", "NULL", "NULL", 5, "de5ce7c3-122d-4aa3-8fb6-7a5b1b4a4660", "controller-nfs-mgmt", 6, "fd01:1::6", 64, true, "NULL", 1], + "addresses_3": ["2018-04-11 15:32:43.679669", "NULL", "NULL", 6, "4dda7f9f-f887-49a9-b239-fd16614c0c0b", "controller-pxeboot", 4, "192.168.202.2", 24, false, "NULL", 2], + "addresses_4": ["2018-04-11 15:32:43.776518", "2018-04-11 15:32:43.922704", "NULL", 9, "adfda1b4-e749-4b13-b9b9-7dda161db0a3", "controller-oam", 4, "128.224.151.162", 23, false, "NULL", 3], + "addresses_5": ["2018-04-11 15:32:43.822936", "2018-04-11 15:32:43.971363", "NULL", 12, "292511e2-0c7c-49a3-909c-344b18829314", "controller-gateway-oam", 4, "128.224.150.1", 23, false, "NULL", 3], + "addresses_6": ["2018-04-11 15:32:44.072076", "NULL", "NULL", 13, "f1015901-3576-45c4-9771-5da10dc2c3e2", "sm-mgmt-ip-multicast", 6, "ff05::14:1:1:1", 124, true, "NULL", 4], + "addresses_7": ["2018-04-11 15:32:44.096159", "NULL", "NULL", 14, "3bd6dac6-09d0-461e-ad1d-b1fb564278f9", "mtce-mgmt-ip-multicast", 6, "ff05::14:1:1:2", 124, true, "NULL", 4], + "addresses_8": ["2018-04-11 15:32:44.186736", "NULL", "NULL", 15, "3456cd83-4738-4ce2-a3ba-b29ed760211b", "patch-controller-mgmt-ip-multicast", 6, "ff05::14:1:1:3", 124, true, "NULL", 4], + "addresses_9": ["2018-04-11 15:32:44.213172", "NULL", "NULL", 16, "44955509-385d-4509-bb96-4f88a485b186", "patch-agent-mgmt-ip-multicast", 6, "ff05::14:1:1:4", 124, true, "NULL", 4], + "addresses_10": ["2018-04-11 15:32:43.704382", "2018-04-11 15:34:00.669646", "NULL", 7, "81bdd77e-bc12-476a-bd98-ff04d2cd87ab", "controller-0-pxeboot", 4, "192.168.202.3", 24, false, 7, 2], + "addresses_11": ["2018-04-11 15:32:43.791295", "2018-04-11 15:34:02.259728", "NULL", 10, "a1b36413-bdaf-44d0-b752-351f4747be93", "controller-0-oam", 4, "128.224.151.151", 23, false, 1, 3], + "addresses_12": ["2018-04-11 15:55:23.796705", "NULL", "NULL", 17, "f67a6c74-151c-4ff1-88c0-73b5aab7e72f", "controller-cinder-mgmt", 6, "fd01:1::8d49:c435:b42a:da39", 64, true, "NULL", 1], + "addresses_13": ["2018-04-11 15:32:43.727568", "2018-04-11 17:11:15.46512", "NULL", 8, "b8b5f623-6674-403e-aaf2-5a5bc19b3381", "controller-1-pxeboot", 4, "192.168.202.4", 24, false, 16, 2], + "addresses_14": ["2018-04-11 15:32:43.808005", "2018-04-11 17:36:11.389025", "NULL", 11, "69175db0-a076-4a35-b404-bbc70ad1dd1a", "controller-1-oam", 4, "128.224.151.153", 23, false, 10, 3], + "addresses_15": ["2018-04-11 15:32:43.489891", "2018-05-16 21:05:58.221018", "NULL", 2, "0416495f-3365-47e0-a170-8302d9e3f798", "controller-0-mgmt", 6, "fd01:1::3", 64, true, 9, 1], + "addresses_16": ["2018-04-11 15:32:43.519008", "2018-05-16 21:40:04.126776", "NULL", 3, "48cf3651-9481-4838-bd4e-1750e803aea1", "controller-1-mgmt", 6, "fd01:1::4", 64, true, 17, 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/clusters.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/clusters.json new file mode 100644 index 000000000..7d19ccf56 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/clusters.json @@ -0,0 +1,3 @@ +{ + "clusters_0": ["2018-04-11 15:44:36.511721", "NULL", "NULL", 1, "6d7b7ce6-ae85-4fdb-bbde-6d87485cca23", "NULL", "ceph", "ceph_cluster", "NULL", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/controller_fs.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/controller_fs.json new file mode 100644 index 000000000..dfd7d65a2 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/controller_fs.json @@ -0,0 +1,9 @@ +{ + "controller_fs_0": ["2018-04-11 15:32:44.637566", "2018-04-11 15:52:38.575025", "NULL", 1, "4783db43-a115-4dae-b0a4-fed50bd0cf9e", 1, "available", "backup", 50, "backup-lv", false], + "controller_fs_1": ["2018-04-11 15:32:44.648109", "2018-04-11 15:52:38.582984", "NULL", 2, "1ee5441a-4043-4e1d-a9af-82a9648311bb", 1, "available", "cgcs", 10, "cgcs-lv", true], + "controller_fs_2": ["2018-04-11 15:32:44.655808", "2018-04-11 15:52:38.590304", "NULL", 3, "a2de7f25-add1-4350-ad4b-0113432dfeeb", 1, "available", "database", 20, "pgsql-lv", true], + "controller_fs_3": ["2018-04-11 15:32:44.661658", "2018-04-11 15:52:38.597692", "NULL", 4, "502fcfb0-4bcf-491e-92ef-31c090015d27", 1, "available", "scratch", 8, "scratch-lv", false], + "controller_fs_4": ["2018-04-11 15:32:44.6679", "2018-04-11 15:52:38.604568", "NULL", 5, "fa7c1fdb-09ef-49fa-9d77-d1be4a565b0a", 1, "available", "img-conversions", 20, "img-conversions-lv", false], + "controller_fs_5": ["2018-04-11 15:32:44.673848", "2018-04-11 15:52:38.61143", "NULL", 6, "6bc6afad-06c2-4c3d-97e8-5bc4b4d44e94", 1, "available", "extension", 1, "extension-lv", true], + "controller_fs_6": ["2018-04-11 15:32:44.680109", "2018-04-11 15:52:38.61858", "NULL", 7, "9691abe5-6450-4fdb-8cad-c5fb9cf4da27", 1, "available", "patch-vault", 8, "patch-vault-lv", true] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/drbdconfig.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/drbdconfig.json new file mode 100644 index 000000000..526fc75d1 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/drbdconfig.json @@ -0,0 +1,3 @@ +{ + "drbdconfig_0": ["2018-04-11 15:32:39.945607", "NULL", "NULL", 1, "0d474006-2fa0-4871-bb02-51f31879312b", 40, 1, 0.200000000000000011, 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json new file mode 100644 index 000000000..f18880f99 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json @@ -0,0 +1,18 @@ +{ + "ethernet_interfaces_0": ["NULL", "NULL", "NULL", 1, "a4:bf:01:01:b6:ae", 1500, "NULL", "NULL"], + "ethernet_interfaces_1": ["NULL", "NULL", "NULL", 2, "a4:bf:01:01:b6:af", 1500, "NULL", "NULL"], + "ethernet_interfaces_2": ["NULL", "NULL", "NULL", 3, "3c:fd:fe:9f:6f:08", 1500, "NULL", "NULL"], + "ethernet_interfaces_3": ["NULL", "NULL", "NULL", 4, "3c:fd:fe:9f:6f:09", 1500, "NULL", "NULL"], + "ethernet_interfaces_4": ["NULL", "NULL", "NULL", 5, "3c:fd:fe:9f:6f:0a", 1500, "NULL", "NULL"], + "ethernet_interfaces_5": ["NULL", "NULL", "NULL", 6, "3c:fd:fe:9f:6f:0b", 1500, "NULL", "NULL"], + "ethernet_interfaces_6": ["NULL", "NULL", "NULL", 7, "90:e2:ba:b0:df:d0", 9216, "NULL", "NULL"], + "ethernet_interfaces_7": ["NULL", "NULL", "NULL", 8, "90:e2:ba:b0:df:d1", 1500, "NULL", "NULL"], + "ethernet_interfaces_8": ["NULL", "NULL", "NULL", 10, "a4:bf:01:01:66:ca", 1500, "NULL", "NULL"], + "ethernet_interfaces_9": ["NULL", "NULL", "NULL", 11, "a4:bf:01:01:66:cb", 1500, "NULL", "NULL"], + "ethernet_interfaces_10": ["NULL", "NULL", "NULL", 12, "3c:fd:fe:9f:74:c8", 1500, "NULL", "NULL"], + "ethernet_interfaces_11": ["NULL", "NULL", "NULL", 13, "3c:fd:fe:9f:74:c9", 1500, "NULL", "NULL"], + "ethernet_interfaces_12": ["NULL", "NULL", "NULL", 14, "3c:fd:fe:9f:74:ca", 1500, "NULL", "NULL"], + "ethernet_interfaces_13": ["NULL", "NULL", "NULL", 15, "3c:fd:fe:9f:74:cb", 1500, "NULL", "NULL"], + "ethernet_interfaces_14": ["NULL", "NULL", "NULL", 16, "90:e2:ba:b0:e9:f4", 9216, "NULL", "NULL"], + "ethernet_interfaces_15": ["NULL", "NULL", "NULL", 18, "90:e2:ba:b0:e9:f5", 1500, "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json new file mode 100644 index 000000000..e2e620071 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json @@ -0,0 +1,18 @@ +{ + "ethernet_ports_0": ["NULL", "NULL", "NULL", 2, "a4:bf:01:01:b6:af", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_1": ["NULL", "NULL", "NULL", 3, "3c:fd:fe:9f:6f:08", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_2": ["NULL", "NULL", "NULL", 4, "3c:fd:fe:9f:6f:09", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_3": ["NULL", "NULL", "NULL", 5, "3c:fd:fe:9f:6f:0a", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_4": ["NULL", "NULL", "NULL", 6, "3c:fd:fe:9f:6f:0b", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_5": ["NULL", "NULL", "NULL", 8, "90:e2:ba:b0:df:d1", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_6": ["NULL", "NULL", "NULL", 10, "a4:bf:01:01:66:cb", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_7": ["NULL", "NULL", "NULL", 11, "3c:fd:fe:9f:74:c8", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_8": ["NULL", "NULL", "NULL", 12, "3c:fd:fe:9f:74:c9", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_9": ["NULL", "NULL", "NULL", 13, "3c:fd:fe:9f:74:ca", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_10": ["NULL", "NULL", "NULL", 14, "3c:fd:fe:9f:74:cb", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_11": ["NULL", "NULL", "NULL", 16, "90:e2:ba:b0:e9:f5", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_12": ["NULL", "NULL", "NULL", 9, "a4:bf:01:01:66:ca", 1500, 1000, "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_13": ["NULL", "NULL", "NULL", 15, "90:e2:ba:b0:e9:f4", 1500, 10000, "0", "NULL", "NULL", "True", "NULL"], + "ethernet_ports_14": ["NULL", "NULL", "NULL", 1, "a4:bf:01:01:b6:ae", 1500, 1000, "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_15": ["NULL", "NULL", "NULL", 7, "90:e2:ba:b0:df:d0", 1500, 10000, "0", "NULL", "NULL", "True", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/event_suppression.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/event_suppression.json new file mode 100644 index 000000000..6449315dc --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/event_suppression.json @@ -0,0 +1,92 @@ +{ + "event_suppression_0": ["2018-04-11 15:44:32.411013", "NULL", "NULL", 1, "f2b22955-dc71-4ad3-aff8-d11dbab7c4dd", "200.007", "{""major"": "Host is degraded due to a ""major"" out-of-tolerance reading from the """" sensor", ""critical"": "Host is degraded due to a ""critical"" out-of-tolerance reading from the """" sensor", ""minor"": "Host is reporting a ""minor"" ...", "unsuppressed", false, "none"], + "event_suppression_1": ["2018-04-11 15:44:32.43499", "NULL", "NULL", 2, "6ced0ed1-fa46-4cbb-8339-ef5058918429", "400.003", "License key is not installed; a valid license key is required for operation.], + "event_suppression_2": ["2018-04-11 15:44:32.438485", "NULL", "NULL", 3, "595e1a35-d1ad-406d-941b-3bbd8b50d768", "700.005", "Instance owned by is rebooting on host ", "unsuppressed", false, "warning"], + "event_suppression_3": ["2018-04-11 15:44:32.440863", "NULL", "NULL", 4, "a5c19884-9e6e-42c4-a3b9-fdd8d3d0431d", "800.101", "Storage Alarm Condition:], + "event_suppression_4": ["2018-04-11 15:44:32.4445", "NULL", "NULL", 5, "a3a22349-6ac3-414b-9e6c-e343024033b4", "900.002", "Obsolete patch in system.", "unsuppressed", false, "warning"], + "event_suppression_5": ["2018-04-11 15:44:32.447356", "NULL", "NULL", 6, "75885e4c-a0fb-4742-a507-0d0cedb8b99e", "100.101", "Platform CPU threshold exceeded; threshold x%, actual y% .], + "event_suppression_6": ["2018-04-11 15:44:32.450028", "NULL", "NULL", 7, "28c837af-094a-4302-85ea-ff54cedd7b00", "100.102", "VSwitch CPU threshold exceeded; threshold x%, actual y% .], + "event_suppression_7": ["2018-04-11 15:44:32.453621", "NULL", "NULL", 8, "951687b9-4596-44d8-8cea-3a82c0113c37", "100.103", "Memory threshold exceeded; threshold x%, actual y% .], + "event_suppression_8": ["2018-04-11 15:44:32.455968", "NULL", "NULL", 9, "ec1de68d-3e71-4270-ae93-e182c5cf9d8e", "100.104", "host=.filesystem=], + "event_suppression_9": ["2018-04-11 15:44:32.458326", "NULL", "NULL", 10, "23a19251-8614-48d9-8c22-4aa4f68fa207", "100.106", """OAM"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_10": ["2018-04-11 15:44:32.460868", "NULL", "NULL", 11, "be8315da-7cc5-4865-937d-01b464644265", "100.107", """OAM"" Interface degraded.], + "event_suppression_11": ["2018-04-11 15:44:32.464405", "NULL", "NULL", 12, "949cea6d-d780-408a-9fe9-adc17ebdc018", "100.108", """MGMT"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_12": ["2018-04-11 15:44:32.466828", "NULL", "NULL", 13, "1bfdd175-8059-49e9-ae99-53d503b37863", "100.109", """MGMT"" Interface degraded.], + "event_suppression_13": ["2018-04-11 15:44:32.46902", "NULL", "NULL", 14, "4b3d56ee-6057-472b-a068-14c9faa39b13", "100.110", """INFRA"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_14": ["2018-04-11 15:44:32.471247", "NULL", "NULL", 15, "21307216-8d9d-4cc8-b100-3136bd52ce93", "100.111", """INFRA"" Interface degraded.], + "event_suppression_15": ["2018-04-11 15:44:32.474824", "NULL", "NULL", 16, "6708ca12-58f6-4392-8ec9-e217a6834e42", "100.112", """DATA-VRS"" Port down.", "unsuppressed", false, "none"], + "event_suppression_16": ["2018-04-11 15:44:32.478837", "NULL", "NULL", 17, "bf2ab172-aa6a-45f1-ae2f-bb0408178626", "100.113", """DATA-VRS"" Interface degraded.], + "event_suppression_17": ["2018-04-11 15:44:32.484603", "NULL", "NULL", 19, "c98852d7-1f5e-4a2b-b326-2e8141ea0ebd", "100.115", "VSwitch Memory Usage, processor threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "none"], + "event_suppression_18": ["2018-04-11 15:44:32.487322", "NULL", "NULL", 20, "b5fa53ff-484a-4de5-9f98-36088edbcc95", "100.116", "Cinder LVM Thinpool Usage threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "none"], + "event_suppression_19": ["2018-04-11 15:44:32.490273", "NULL", "NULL", 21, "35984c2a-5d0e-46dc-be0b-53f0148dbfe9", "100.117", "Nova LVM Thinpool Usage threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "major"], + "event_suppression_20": ["2018-04-11 15:44:32.493255", "NULL", "NULL", 22, "2318fcdb-a324-4421-b5ca-43db8313b5da", "100.118", "Controller cannot establish connection with remote logging server.", "unsuppressed", false, "none"], + "event_suppression_21": ["2018-04-11 15:44:32.497279", "NULL", "NULL", 23, "2b625133-2dff-4647-9c62-04c815d418ce", "200.001", " was administratively locked to take it out-of-service.", "unsuppressed", false, "warning"], + "event_suppression_22": ["2018-04-11 15:44:32.499831", "NULL", "NULL", 24, "cb9c1f90-3824-40c0-b906-786725b60cc0", "200.004", " experienced a service-affecting failure.], + "event_suppression_23": ["2018-04-11 15:44:32.503633", "NULL", "NULL", 25, "4f79881c-7b9b-436b-9dd5-4ecb2b5eb5a9", "200.005", "Degrade:], + "event_suppression_24": ["2018-04-11 15:44:32.506405", "NULL", "NULL", 26, "e055964e-4289-4d2d-9541-132a58995028", "200.006", "Main Process Monitor Daemon Failure (major):], + "event_suppression_25": ["2018-04-11 15:44:32.509942", "NULL", "NULL", 27, "ed4210e2-b59a-4758-b8e1-6c8cba441b3b", "200.009", "Degrade:], + "event_suppression_26": ["2018-04-11 15:44:32.513938", "NULL", "NULL", 28, "467ccc81-b65f-4bf2-b72e-33f520998353", "200.010", " access to board management module has failed.", "unsuppressed", false, "none"], + "event_suppression_27": ["2018-04-11 15:44:32.517946", "NULL", "NULL", 29, "5a89ad11-5805-4773-ab42-33f902f74e8f", "200.011", " experienced a configuration failure during initialization. Host is being re-configured by Reboot.", "unsuppressed", false, "warning"], + "event_suppression_28": ["2018-04-11 15:44:32.520274", "NULL", "NULL", 30, "a0947c3b-3ec7-4328-887d-fd21b4252c61", "200.012", " controller function has in-service failure while compute services remain healthy.", "unsuppressed", false, "warning"], + "event_suppression_29": ["2018-04-11 15:44:32.522833", "NULL", "NULL", 31, "98e0557b-a3d8-4205-b1af-20c46620cd0e", "200.013", " compute service of the only available controller is not poperational. Auto-recovery is disabled. Deggrading host instead.", "unsuppressed", false, "warning"], + "event_suppression_30": ["2018-04-11 15:44:32.526752", "NULL", "NULL", 32, "3ac593b7-ea29-4579-b394-371fd3599c5f", "200.014", "The Hardware Monitor was unable to load, configure and monitor one or more hardware sensors.", "unsuppressed", false, "none"], + "event_suppression_31": ["2018-04-11 15:44:32.529867", "NULL", "NULL", 33, "8038cb01-a27a-4181-8eba-7d80a7ec047d", "200.015", "Unable to read one or more sensor groups from this host""s board management controller", "unsuppressed", false, "none"], + "event_suppression_32": ["2018-04-11 15:44:32.532185", "NULL", "NULL", 34, "5bfe121b-70ea-4af8-9aa6-7e05744418e8", "210.001", "System Backup in progress.", "unsuppressed", false, "warning"], + "event_suppression_33": ["2018-04-11 15:44:32.535752", "NULL", "NULL", 35, "77fb2910-1005-4ee9-aa46-bc9432ae9da6", "250.001", " Configuration is out-of-date.", "unsuppressed", false, "warning"], + "event_suppression_34": ["2018-04-11 15:44:32.538161", "NULL", "NULL", 36, "dc15da60-1588-44eb-84f0-3f1c35a7ad34", "250.002", " Ceph cache tiering configuration is out-of-date.", "unsuppressed", false, "warning"], + "event_suppression_35": ["2018-04-11 15:44:32.541135", "NULL", "NULL", 37, "bf2179f5-92a3-40a7-b75a-a28be7c4055f", "270.001", "Host compute services failure[, reason = ]", "unsuppressed", false, "warning"], + "event_suppression_36": ["2018-04-11 15:44:32.544931", "NULL", "NULL", 38, "d174dba0-f3a5-4c49-8647-a53164a2ff28", "280.001", " is offline", "unsuppressed", false, "warning"], + "event_suppression_37": ["2018-04-11 15:44:32.54996", "NULL", "NULL", 40, "ad5757c0-d683-42b7-b0e1-670c049f733d", "300.001", """Data"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_38": ["2018-04-11 15:44:32.552888", "NULL", "NULL", 41, "78b518e5-9853-4261-bbbe-501ad7824441", "300.002", """Data"" Interface degraded.], + "event_suppression_39": ["2018-04-11 15:44:32.555243", "NULL", "NULL", 42, "a45e432a-ea17-4696-8d25-c43ef759630c", "300.003", "Networking Agent not responding.", "unsuppressed", false, "warning"], + "event_suppression_40": ["2018-04-11 15:44:32.55758", "NULL", "NULL", 43, "8289c192-f64c-4615-8332-1b662cb02e58", "300.004", "No enabled compute host with connectivity to provider network.", "unsuppressed", false, "warning"], + "event_suppression_41": ["2018-04-11 15:44:32.559837", "NULL", "NULL", 44, "44de4bbc-584a-458d-b26c-28432351d223", "300.005", "Communication failure detected over provider network x% for ranges y% on host z%.], + "event_suppression_42": ["2018-04-11 15:44:32.562213", "NULL", "NULL", 45, "11350dc7-bd5b-4a9c-8484-16dfbe080435", "300.010", "ML2 Driver Agent non-reachable], + "event_suppression_43": ["2018-04-11 15:44:32.564635", "NULL", "NULL", 46, "3f066c6d-11a3-428a-8504-9102be3814a3", "300.012", "Openflow Controller connection failed.", "unsuppressed", false, "warning"], + "event_suppression_44": ["2018-04-11 15:44:32.567144", "NULL", "NULL", 47, "6b7d9627-9806-405d-b6fb-a766eaebf5e8", "300.013", "No active Openflow controller connections found for this network.], + "event_suppression_45": ["2018-04-11 15:44:32.569395", "NULL", "NULL", 48, "d0d3820e-fb13-4cce-97f6-6663199165a9", "300.014", "OVSDB Manager connection failed.", "unsuppressed", false, "warning"], + "event_suppression_46": ["2018-04-11 15:44:32.571928", "NULL", "NULL", 49, "a9b58550-83a2-4bbc-b9ea-88b77773bc10", "300.015", "No active OVSDB connections found.", "unsuppressed", false, "warning"], + "event_suppression_47": ["2018-04-11 15:44:32.574799", "NULL", "NULL", 50, "8e2e2ab4-2b57-4dce-b846-7882ed7e7f53", "300.016", "Dynamic routing agent x% lost connectivity to peer y%.", "unsuppressed", false, "warning"], + "event_suppression_48": ["2018-04-11 15:44:32.577197", "NULL", "NULL", 51, "4cb8ec94-79e8-41d9-b187-8105842ff172", "400.001", "Service group failure; .], + "event_suppression_49": ["2018-04-11 15:44:32.579505", "NULL", "NULL", 52, "68462add-5e85-42b4-a579-78564370f08d", "400.002", "Service group loss of redundancy; expected standby member but only standby member available.], + "event_suppression_50": ["2018-04-11 15:44:32.581805", "NULL", "NULL", 53, "92c62f6b-bcef-48f9-a99e-aeb5f20c1fc3", "400.005", "Communication failure detected with peer over port .], + "event_suppression_51": ["2018-04-11 15:44:32.584203", "NULL", "NULL", 54, "545cf28b-9f8e-418f-a0a1-96f12ba1373b", "500.100", "TPM initialization failed on host.", "unsuppressed", false, "none"], + "event_suppression_52": ["2018-04-11 15:44:32.589051", "NULL", "NULL", 56, "f7d6dbe7-760c-454a-a572-4997dd787c68", "700.001", "Instance owned by has failed on host ], + "event_suppression_53": ["2018-04-11 15:44:32.591532", "NULL", "NULL", 57, "10b8629e-4021-4032-9c3a-6c3ea302d2b5", "700.002", "Instance owned by is paused on host ", "unsuppressed", false, "warning"], + "event_suppression_54": ["2018-04-11 15:44:32.59367", "NULL", "NULL", 58, "7eb9315d-6b06-4e1c-a858-87a9cd6d9931", "700.003", "Instance owned by is suspended on host ", "unsuppressed", false, "warning"], + "event_suppression_55": ["2018-04-11 15:44:32.595932", "NULL", "NULL", 59, "35f17ae4-f605-4a33-b979-2df4d01b85df", "700.004", "Instance owned by is stopped on host ", "unsuppressed", false, "warning"], + "event_suppression_56": ["2018-04-11 15:44:32.598225", "NULL", "NULL", 60, "d1cdb74c-aff3-4d7a-864e-3515e6d8737c", "700.006", "Instance owned by is rebuilding on host ", "unsuppressed", false, "warning"], + "event_suppression_57": ["2018-04-11 15:44:32.600544", "NULL", "NULL", 61, "af0de7e0-a45d-40de-a8d5-521f28d6d4b7", "700.007", "Instance owned by is evacuating from host ", "unsuppressed", false, "warning"], + "event_suppression_58": ["2018-04-11 15:44:32.60296", "NULL", "NULL", 62, "2da9b4ed-a6b4-433d-a25f-85d8d26251f7", "700.008", "Instance owned by is live migrating from host ", "unsuppressed", false, "warning"], + "event_suppression_59": ["2018-04-11 15:44:32.608135", "NULL", "NULL", 63, "9585178e-d799-49d5-9bef-9e443ba7d10a", "700.009", "Instance owned by is cold migrating from host ", "unsuppressed", false, "warning"], + "event_suppression_60": ["2018-04-11 15:44:32.610512", "NULL", "NULL", 64, "a14dfae8-711d-47f0-b898-8fef80876682", "700.010", "Instance owned by has been cold-migrated to host waiting for confirmation", "unsuppressed", false, "warning"], + "event_suppression_61": ["2018-04-11 15:44:32.613231", "NULL", "NULL", 65, "b4ec1dd8-9ec4-41f6-a711-1a64ba406934", "700.011", "Instance owned by is reverting cold migrate to host ", "unsuppressed", false, "warning"], + "event_suppression_62": ["2018-04-11 15:44:32.615925", "NULL", "NULL", 66, "fcf60ab4-7ab5-4909-9b07-5c5b89cd256d", "700.012", "Instance owned by is resizing on host ", "unsuppressed", false, "warning"], + "event_suppression_63": ["2018-04-11 15:44:32.618689", "NULL", "NULL", 67, "2345b587-6754-4c32-a45d-1fb0cdb77d0f", "700.013", "Instance owned by has been resized on host waiting for confirmation", "unsuppressed", false, "warning"], + "event_suppression_64": ["2018-04-11 15:44:32.620872", "NULL", "NULL", 68, "cb16826d-d8bf-42c6-91ef-271a2b6d1e69", "700.014", "Instance owned by is reverting resize on host ", "unsuppressed", false, "warning"], + "event_suppression_65": ["2018-04-11 15:44:32.623352", "NULL", "NULL", 69, "42b14fbb-e0b5-4cf8-bf94-1d17b93377d5", "700.015", "Guest Heartbeat not established for instance owned by on host ", "unsuppressed", false, "warning"], + "event_suppression_66": ["2018-04-11 15:44:32.625556", "NULL", "NULL", 70, "de1409fa-3450-4a68-b387-083cde1ebd7c", "700.016", "Multi-Node Recovery Mode", "unsuppressed", false, "warning"], + "event_suppression_67": ["2018-04-11 15:44:32.627937", "NULL", "NULL", 71, "9ab7798c-55d3-4128-97fd-4a4dc0446532", "700.017", "Server group policy was not satisfied", "unsuppressed", false, "none"], + "event_suppression_68": ["2018-04-11 15:44:32.630159", "NULL", "NULL", 72, "4dd24d8f-2e43-47b4-913c-d4b6c681b3ac", "800.001", "Storage Alarm Condition:], + "event_suppression_69": ["2018-04-11 15:44:32.63256", "NULL", "NULL", 73, "3bb4ff79-2bd4-4905-a681-13ba4874370c", "800.002", "[""Image storage media is full: There is not enough disk space on the image storage media."", ""Instance snapshot failed: There is not enough disk space on the image storage media."", "Supplied () and generated f ...", "unsuppressed", false, "none"], + "event_suppression_70": ["2018-04-11 15:44:32.634666", "NULL", "NULL", 74, "2ede62a9-e30d-43b0-8165-d7e3fa8e1420", "800.003", "Storage Alarm Condition:], + "event_suppression_71": ["2018-04-11 15:44:32.586818", "2018-04-16 16:40:39.222585", "NULL", 55, "4405c9dc-ade2-4295-a32a-e09dab2231b8", "500.101", "Developer patch certificate enabled.", "suppressed", false, "none"], + "event_suppression_72": ["2018-04-11 15:44:32.547374", "2018-04-16 17:10:44.207576", "NULL", 39, "aa213e29-1452-48d3-9f30-6342562511d8", "280.002", " sync_status is out-of-sync", "suppressed", false, "warning"], + "event_suppression_73": ["2018-04-11 15:44:32.636707", "NULL", "NULL", 75, "9569204a-a0b6-44c3-b7c3-aab0543f03a1", "800.010", "Potential data loss. No available OSDs in storage replication group.", "unsuppressed", false, "warning"], + "event_suppression_74": ["2018-04-11 15:44:32.638867", "NULL", "NULL", 76, "db6bd5d8-211b-4c26-a06e-06009ae06a1d", "800.011", "Loss of replication in peergroup.", "unsuppressed", false, "warning"], + "event_suppression_75": ["2018-04-11 15:44:32.640974", "NULL", "NULL", 77, "55df89ce-0cea-4d07-9c43-0b0eed5384fd", "800.100", "Storage Alarm Condition:], + "event_suppression_76": ["2018-04-11 15:44:32.643207", "NULL", "NULL", 78, "f71fc83f-545c-4604-b356-edd0a7f2e41d", "800.102", "Storage Alarm Condition:], + "event_suppression_77": ["2018-04-11 15:44:32.645502", "NULL", "NULL", 79, "c1a0da02-d55b-44b6-928c-aeabce68cdb6", "800.103", "Storage Alarm Condition:], + "event_suppression_78": ["2018-04-11 15:44:32.647728", "NULL", "NULL", 80, "85d81e46-269d-425f-8d0f-1bd5b6809dec", "800.104", "Storage Alarm Condition:], + "event_suppression_79": ["2018-04-11 15:44:32.650224", "NULL", "NULL", 81, "a1180fbf-275d-4cb6-8bd8-e11f5e22c922", "900.001", "Patching operation in progress.", "unsuppressed", false, "warning"], + "event_suppression_80": ["2018-04-11 15:44:32.652566", "NULL", "NULL", 82, "5ef868a6-c79d-4893-844b-0dfefee8aeff", "900.003", "Patch host install failure.", "unsuppressed", false, "warning"], + "event_suppression_81": ["2018-04-11 15:44:32.654859", "NULL", "NULL", 83, "19910b38-c707-4e7d-94f1-209ab7999b05", "900.004", "Host version mismatch.", "unsuppressed", false, "warning"], + "event_suppression_82": ["2018-04-11 15:44:32.657067", "NULL", "NULL", 84, "c0bd82ee-6e19-4d92-8ead-b3582d3669db", "900.005", "System Upgrade in progress.", "unsuppressed", false, "warning"], + "event_suppression_83": ["2018-04-11 15:44:32.659281", "NULL", "NULL", 85, "c330581f-fe1a-42c6-9dce-e374069bf943", "900.101", "Software patch auto-apply inprogress", "unsuppressed", false, "warning"], + "event_suppression_84": ["2018-04-11 15:44:32.66156", "NULL", "NULL", 86, "381bd4ac-83a8-45fd-9582-7071b52830b9", "900.102", "Software patch auto-apply aborting", "unsuppressed", false, "warning"], + "event_suppression_85": ["2018-04-11 15:44:32.663658", "NULL", "NULL", 87, "fef20dc9-2beb-4e80-ab3c-a56754c9e1de", "900.103", "Software patch auto-apply failed", "unsuppressed", false, "warning"], + "event_suppression_86": ["2018-04-11 15:44:32.665871", "NULL", "NULL", 88, "057c75e0-2503-44cc-9280-2b83ac99cb10", "900.201", "Software upgrade auto-apply inprogress", "unsuppressed", false, "warning"], + "event_suppression_87": ["2018-04-11 15:44:32.667915", "NULL", "NULL", 89, "34bc6a7e-f60b-4ad3-ab0d-646b983e4bdd", "900.202", "Software upgrade auto-apply aborting", "unsuppressed", false, "warning"], + "event_suppression_88": ["2018-04-11 15:44:32.670038", "NULL", "NULL", 90, "bf9c7cea-9f98-4350-ad99-714e18a15b57", "900.203", "Software upgrade auto-apply failed", "unsuppressed", false, "warning"], + "event_suppression_89": ["2018-04-11 15:44:32.48162", "2018-04-11 20:51:50.520149", "NULL", 18, "f43c790c-ec04-4ecd-899b-f0544181691d", "100.114", "{""major"": ""NTP configuration does not contain any valid or reachable NTP servers."", ""minor"": ""NTP address is not a valid or a reachable NTP server.""}", "suppressed", false, "none"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/host_upgrade.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/host_upgrade.json new file mode 100644 index 000000000..97ec097cd --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/host_upgrade.json @@ -0,0 +1,4 @@ +{ + "host_upgrade_0": ["2018-04-11 15:32:44.768861", "NULL", "NULL", 1, "2e6b9736-9e00-4804-913f-4b30346709de", 1, 1, 1], + "host_upgrade_1": ["2018-04-11 16:58:20.061424", "NULL", "NULL", 2, "4eb96def-f831-40f9-97c2-b741a620c48d", 2, 1, 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_alarm.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_alarm.json new file mode 100644 index 000000000..c30b8fa07 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_alarm.json @@ -0,0 +1,3 @@ +{ + "i_alarm_0": ["2018-04-16 16:33:33.569314", "NULL", "NULL", 115, "a19c245b-44b9-41de-9142-96d66003bb55", "500.101", "set", "host", "host=controller", "2018-04-16 16:33:33.568539", "critical", "Developer patch certificate is enabled", "security-service-or-mechanism-violation", "unspecified-reason", "Reinstall system to disable certificate and remove untrusted patches", false, false, false, false] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_dns.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_dns.json new file mode 100644 index 000000000..77aeab861 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_dns.json @@ -0,0 +1,3 @@ +{ + "i_dns_0": ["2018-04-11 15:32:39.931146", "2018-04-11 15:52:42.629276", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "8.8.8.8,8.8.4.4", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_event_log.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_event_log.json new file mode 100644 index 000000000..e7022f04b --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_event_log.json @@ -0,0 +1,4002 @@ +{ + "i_event_log_0": ["2018-05-14 06:48:52.562574", "NULL", "NULL", 316, "e59b7dd4-df38-4b32-9e20-b6d9d4091649", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:48:52.439697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1": ["2018-05-14 06:48:52.766525", "NULL", "NULL", 317, "00f501f8-db70-413c-bf99-538038eb2b76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:48:52.766512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2": ["2018-05-14 06:58:53.005531", "NULL", "NULL", 318, "eb84f43b-55cb-4a27-a395-beb8adb3ab61", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:58:52.847157", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3": ["2018-05-14 06:58:53.609598", "NULL", "NULL", 319, "bb351c81-39d5-473b-88c4-d5ad9cc055db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:58:53.609584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_4": ["2018-05-14 07:08:53.436003", "NULL", "NULL", 320, "70ac69e1-8e4a-4e67-8852-21a4e649f70e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:08:53.351354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_5": ["2018-05-14 07:08:53.8396", "NULL", "NULL", 321, "afaf1de3-8a84-4783-a914-5dfd4dd5304e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:08:53.839585", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_6": ["2018-05-14 07:18:52.87626", "NULL", "NULL", 322, "43af0ea9-44b4-4f34-b0cc-c01411d55085", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:18:52.767136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_7": ["2018-05-14 07:18:53.079825", "NULL", "NULL", 323, "1cbb8bbf-5b92-4c41-b86e-a23a1276a7f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:18:53.079813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_8": ["2018-05-14 07:28:52.718517", "NULL", "NULL", 324, "959c6663-a115-4f80-b42c-d93ae2e0893c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:28:52.674684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_9": ["2018-05-14 07:28:53.122423", "NULL", "NULL", 325, "02049ef7-7f42-41b2-a7e0-66929f064237", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:28:53.122409", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_10": ["2018-05-14 07:38:53.753958", "NULL", "NULL", 326, "0dc1ef4c-258e-4364-b6b0-0f5b5b125318", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:38:53.595767", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_11": ["2018-05-14 07:38:54.157828", "NULL", "NULL", 327, "3a18ef01-bf49-489b-8650-97e6bf35ee50", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:38:54.157815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_12": ["2018-05-14 07:48:51.986287", "NULL", "NULL", 328, "0fb20984-8ecb-4233-9ff8-f2a7befe0c81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:48:51.820066", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_13": ["2018-05-14 07:48:52.190199", "NULL", "NULL", 329, "c9ae0950-e797-4940-a0dc-741225fab017", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:48:52.190184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_14": ["2018-05-14 07:58:53.422109", "NULL", "NULL", 330, "67279d3a-1277-4c1e-928a-fd71af929337", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:58:53.339172", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_15": ["2018-05-14 07:58:54.225782", "NULL", "NULL", 331, "ee081a2c-5d4a-4bcd-9159-1fca7834e77e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:58:54.225767", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_16": ["2018-05-14 08:08:51.853221", "NULL", "NULL", 332, "9fb1ff8d-0b5f-4d71-ae0a-449b82bb0912", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:08:51.848645", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_17": ["2018-05-14 08:08:52.256829", "NULL", "NULL", 333, "b8680751-6c82-4957-822a-a79c5b78f32e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:08:52.256816", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_18": ["2018-05-14 08:18:52.695791", "NULL", "NULL", 334, "e409bd2f-a1bd-4d90-8f77-5acebd8e7f9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:18:52.660414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_19": ["2018-05-14 08:18:53.099795", "NULL", "NULL", 335, "d6c2f6a7-0e87-487d-9d51-0dc97c50fa75", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:18:53.099783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_20": ["2018-05-14 08:28:52.138607", "NULL", "NULL", 336, "14bdb8e8-e2ec-4ae2-9727-3c616b0b5925", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:28:52.062748", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_21": ["2018-05-14 08:28:52.542454", "NULL", "NULL", 337, "0654416d-3199-46c7-9c58-0342748d0e31", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:28:52.542433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_22": ["2018-05-14 08:38:52.18149", "NULL", "NULL", 338, "a432c317-2489-47e7-8221-32de14cc819c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:38:52.164972", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_23": ["2018-05-14 08:38:52.785596", "NULL", "NULL", 339, "dad5f615-f528-4c25-b0ad-50df1606e688", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:38:52.785578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_24": ["2018-05-15 03:38:52.740234", "NULL", "NULL", 568, "585316f9-0a6a-482e-89d1-3fd1d56027eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:38:52.596486", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_25": ["2018-05-15 03:38:52.944089", "NULL", "NULL", 569, "121508cc-5196-4f6a-b07b-a8ab0abfbd07", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:38:52.944075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_26": ["2018-05-15 03:48:52.775808", "NULL", "NULL", 570, "f8fef270-8b53-4283-9700-a3f1f7e67502", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:48:52.610301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_27": ["2018-05-15 03:48:52.979305", "NULL", "NULL", 571, "dbee4692-6924-455f-8aab-630f15d662b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:48:52.979291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_28": ["2018-05-15 03:58:52.20904", "NULL", "NULL", 572, "5d495928-97f2-4c61-97f0-6966a17c0a86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:58:52.013929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_29": ["2018-05-15 03:58:52.812955", "NULL", "NULL", 573, "9ea90ec4-220c-424e-b39d-b2913817bec4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:58:52.81294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_30": ["2018-05-15 04:08:53.449294", "NULL", "NULL", 574, "56c10655-6440-4e73-96c4-3bcb0969f887", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:08:53.346647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_31": ["2018-05-15 04:08:53.652981", "NULL", "NULL", 575, "e779569b-4850-4f70-9738-1935181007ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:08:53.652967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_32": ["2018-05-15 04:18:52.283078", "NULL", "NULL", 576, "ab39d4a9-3452-4dbb-879e-01f6b95f01df", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:18:52.2415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_33": ["2018-05-15 04:18:52.686806", "NULL", "NULL", 577, "41d608b0-46f5-4880-8126-3df1ec4e1745", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:18:52.68675", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_34": ["2018-05-15 04:28:52.314907", "NULL", "NULL", 578, "f689e829-fd3c-46c1-8aec-d3b1a4415bc6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:28:52.266943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_35": ["2018-05-15 04:28:52.718721", "NULL", "NULL", 579, "4ef44831-f6ee-4061-bfd4-fa6c528ca446", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:28:52.718705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_36": ["2018-05-15 04:38:52.549155", "NULL", "NULL", 580, "d4066c1c-2d78-4e7e-8197-224024c77b6e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:38:52.491764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_37": ["2018-05-15 04:38:52.952871", "NULL", "NULL", 581, "22f4334f-1ea0-43b1-a45c-dbce1cda2ee0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:38:52.952856", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_38": ["2018-05-15 04:48:52.181969", "NULL", "NULL", 582, "f94163ff-8f18-4386-98ba-1a01515b7ff9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:48:52.01437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_39": ["2018-05-15 04:48:52.58563", "NULL", "NULL", 583, "4326e9d5-67a2-41c3-8047-985a5ed5fb0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:48:52.585615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_40": ["2018-05-15 04:58:54.418097", "NULL", "NULL", 584, "0c2c0c9c-4c9e-4a89-874d-52c2813ee7e4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:58:54.320944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_41": ["2018-05-15 04:58:55.021876", "NULL", "NULL", 585, "86a2814e-3f81-4d72-9c59-e0bcb9737dae", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:58:55.021862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_42": ["2018-05-15 05:08:52.250502", "NULL", "NULL", 586, "26729645-8660-41bc-9e58-a163b37f4b59", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:08:52.120193", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_43": ["2018-05-15 05:08:52.654394", "NULL", "NULL", 587, "efb0003e-ac2d-4ad2-9b7e-9c489c2aa055", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:08:52.654379", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_44": ["2018-05-15 05:18:52.478985", "NULL", "NULL", 588, "7593351e-2393-469f-bcb7-055e238b7e69", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:18:52.315026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_45": ["2018-05-15 05:18:52.882722", "NULL", "NULL", 589, "ef9cd4a2-3621-491a-b225-84d39da97015", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:18:52.882707", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_46": ["2018-05-15 05:28:52.31127", "NULL", "NULL", 590, "8b9583cb-ef95-490a-b69a-6e733aabd6c5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:28:52.119937", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_47": ["2018-05-15 05:28:52.715121", "NULL", "NULL", 591, "56dea4f0-1ce7-436d-a3ab-93af226bbf8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:28:52.715107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_48": ["2018-05-15 05:38:52.552447", "NULL", "NULL", 592, "14665ed1-3742-4ed3-8f3a-26bae4489a7c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:38:52.540208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_49": ["2018-05-15 05:38:52.956384", "NULL", "NULL", 593, "fb5a9233-51a0-439c-90dc-f5162b2d0ee6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:38:52.956372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_50": ["2018-05-15 05:48:51.784667", "NULL", "NULL", 594, "98891494-6b4f-4729-8792-ee7e6ed11f6d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:48:51.65079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_51": ["2018-05-15 05:48:51.988407", "NULL", "NULL", 595, "e4679ba0-d7e5-4fd1-afac-0cc53ca1bbe3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:48:51.988395", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_52": ["2018-05-15 05:58:53.814623", "NULL", "NULL", 596, "f5c763fa-3e22-47a3-a90c-b75f36f5bfcb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:58:53.751984", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_53": ["2018-05-15 05:58:54.618779", "NULL", "NULL", 597, "31879436-9059-4247-869d-b89c6a3ce2c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:58:54.618765", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_54": ["2018-05-15 06:08:53.049661", "NULL", "NULL", 598, "097ce99e-a587-45c2-9bc1-c7d7ac22854e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:08:52.851398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_55": ["2018-05-15 06:08:53.253457", "NULL", "NULL", 599, "b8f1b2f6-418f-49f5-9f15-6f9cb609fccf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:08:53.253446", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_56": ["2018-05-15 06:18:52.48281", "NULL", "NULL", 600, "32d29444-ddcb-4d69-8f17-30658c7689e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:18:52.356556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_57": ["2018-05-15 06:18:52.887381", "NULL", "NULL", 601, "678284bc-fe7a-4d76-a76b-e7255741690b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:18:52.887366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_58": ["2018-05-15 06:28:52.913826", "NULL", "NULL", 602, "03a05e26-4aa2-49a8-be5b-3057117a1ade", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:28:52.874301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_59": ["2018-05-15 06:28:53.317816", "NULL", "NULL", 603, "cfdea395-a576-4c01-95a8-6168229d568e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:28:53.317802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_60": ["2018-05-15 06:38:52.744617", "NULL", "NULL", 604, "9cccd964-4d55-4cec-9f79-7cc8352f4377", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:38:52.579497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_61": ["2018-05-15 06:38:52.94822", "NULL", "NULL", 605, "bedfa508-501f-44eb-9e74-77f1b4bb0c10", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:38:52.948205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_62": ["2018-05-15 06:48:52.777195", "NULL", "NULL", 606, "ef943612-f443-41fc-960a-b8d1176538dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:48:52.699649", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_63": ["2018-05-15 06:48:53.181151", "NULL", "NULL", 607, "646130a8-772b-4bad-9d62-7407832c1776", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:48:53.181137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_64": ["2018-05-15 06:58:53.212011", "NULL", "NULL", 608, "5c2fd88e-f11e-491c-8044-cbdfca373c7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:58:53.204529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_65": ["2018-05-15 06:58:54.015844", "NULL", "NULL", 609, "5345a12e-67be-4aa2-8f5e-d7421532259f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:58:54.01583", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_66": ["2018-05-15 07:08:53.244184", "NULL", "NULL", 610, "c2e4d33a-0a75-4ca6-8d0b-b926069826ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:08:53.212365", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_67": ["2018-05-15 07:08:53.648116", "NULL", "NULL", 611, "8b208038-0d3d-413a-b3ca-b2932bd0a4ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:08:53.648103", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_68": ["2018-05-15 07:18:52.683311", "NULL", "NULL", 612, "05125c56-392c-40f6-ad88-4567e57f8fe8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:18:52.516739", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_69": ["2018-05-15 07:18:52.887219", "NULL", "NULL", 613, "9b6e9b89-3032-416e-af3d-c4506b829449", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:18:52.887206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_70": ["2018-05-15 07:28:52.116625", "NULL", "NULL", 614, "9e9d815c-ac16-4389-b30d-8d3a3f1e88be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:28:51.938116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_71": ["2018-05-15 07:28:52.320289", "NULL", "NULL", 615, "7187b540-cc0d-46f4-8889-6d0b60962bda", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:28:52.320277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_72": ["2018-05-15 07:38:52.357302", "NULL", "NULL", 616, "2c40cd3c-ba5a-4a8b-9495-c773d687c2b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:38:52.340562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_73": ["2018-05-15 07:38:52.760856", "NULL", "NULL", 617, "c5d977ea-5ee9-4351-b0ab-a4c15db7941d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:38:52.760842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_74": ["2018-05-15 07:48:51.789054", "NULL", "NULL", 618, "33a1c5df-f664-485f-ac92-2594dd6d68ee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:48:51.751782", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_75": ["2018-05-15 07:48:52.192879", "NULL", "NULL", 619, "7eb7480f-a8c5-4cce-82ab-d5eaf99d8f4b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:48:52.192865", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_76": ["2018-05-15 07:58:54.021311", "NULL", "NULL", 620, "555476af-62f9-4ecd-8c45-a31b12f478f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:58:53.96262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_77": ["2018-05-15 07:58:54.825475", "NULL", "NULL", 621, "d4991f37-c7a2-4e5a-b56d-39018478d2f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:58:54.825461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_78": ["2018-05-15 08:08:53.452546", "NULL", "NULL", 622, "d7d25d70-d4f5-4903-af87-794947aaf2ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:08:53.370356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_79": ["2018-05-15 08:08:53.856748", "NULL", "NULL", 623, "0a251340-9ef1-49be-9f55-ac324d025516", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:08:53.856733", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_80": ["2018-05-15 15:59:50.150229", "NULL", "NULL", 821, "b81f996a-c556-4719-af4a-04090e459d07", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-15 15:59:50.093337", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_81": ["2018-05-15 15:59:50.553837", "NULL", "NULL", 822, "fd14d9cc-f603-4bb2-a242-2f60bb937ace", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 15:59:50.553825", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_82": ["2018-05-15 16:05:47.290023", "NULL", "NULL", 823, "099afba4-af03-4814-9c88-2ad7731acc01", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-15 16:05:47.289995", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_83": ["2018-05-15 16:05:51.0954", "NULL", "NULL", 824, "4ef9e9e7-50a6-4e34-8591-897b5bac388d", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:05:51.051041", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_84": ["2018-05-15 16:05:51.698819", "NULL", "NULL", 825, "0a4748ee-ba3e-4412-8d0d-e4c5fcb1a327", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:05:51.698806", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_85": ["2018-05-15 16:06:36.919461", "NULL", "NULL", 826, "bedaeb31-ae58-47a0-88d9-e79569323491", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 16:06:36.896631", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_86": ["2018-05-15 16:06:50.327222", "NULL", "NULL", 827, "7cb23ba3-5f5c-4ce0-81a3-7d7f75160bb9", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:06:50.21382", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_87": ["2018-05-15 16:06:50.530908", "NULL", "NULL", 828, "9b50ca23-5963-4083-9b0d-ad2594ca3486", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:06:50.415374", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_88": ["2018-05-15 16:06:50.934048", "NULL", "NULL", 829, "6c08b7b4-1950-471b-858e-5579decf53bc", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:06:50.934036", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_89": ["2018-05-15 16:06:50.936787", "NULL", "NULL", 830, "6f861a1d-afd1-4a3e-af78-b38bb125c44c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:06:50.936776", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_90": ["2018-05-15 16:06:53.941107", "NULL", "NULL", 831, "6a2586ce-9a56-4de1-a436-070d00b1b971", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:06:53.918885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_91": ["2018-05-15 16:06:54.34439", "NULL", "NULL", 832, "38fb8f4c-c52e-431b-bdb5-57f03d94b19c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:06:54.344378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_92": ["2018-05-15 16:16:50.972396", "NULL", "NULL", 833, "a63f5c9c-50ce-4584-a08e-2abfafd01e3b", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:16:50.832198", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_93": ["2018-05-15 16:16:51.375779", "NULL", "NULL", 834, "071b9156-3376-49a3-80ca-1ea66e108bdd", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:16:51.375766", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_94": ["2018-05-15 16:16:54.98009", "NULL", "NULL", 835, "f70246c1-c062-495d-a085-f42b3e84c433", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:16:54.936452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_95": ["2018-05-15 16:16:55.383209", "NULL", "NULL", 836, "16af9214-d3dd-48c6-81cc-dbb9790c87cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:16:55.383195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_96": ["2018-05-15 16:17:50.807248", "NULL", "NULL", 837, "a3676bf5-1865-4a17-a0be-17fbac71ea11", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-15 16:17:50.792678", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_97": ["2018-05-15 16:17:51.21089", "NULL", "NULL", 838, "af13a7a1-409d-4a01-84b9-882be039dddf", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 16:17:51.210876", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_98": ["2018-05-15 16:23:47.148205", "NULL", "NULL", 839, "5dcff2c0-ebcd-49e0-b4a0-5c3bf68c9861", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-15 16:23:47.14819", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_99": ["2018-05-15 16:23:52.153551", "NULL", "NULL", 840, "34b1040d-5f30-4091-af5c-9fbba03680ac", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:23:51.972842", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_100": ["2018-05-15 16:23:52.156112", "NULL", "NULL", 841, "f695faca-7ee2-4859-9f31-7814caf063a0", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:23:52.156098", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_101": ["2018-05-15 16:26:36.620973", "NULL", "NULL", 842, "411bd661-8402-4db5-8a05-52c894aee756", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 16:26:36.544633", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_102": ["2018-05-15 16:26:50.229693", "NULL", "NULL", 843, "8a717c20-7e2e-4cdf-9f59-43e2234a5fdd", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:26:50.162417", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_103": ["2018-05-15 16:26:50.43323", "NULL", "NULL", 844, "17ae3230-c597-42c1-9d8b-89e48d73dd63", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:26:50.433214", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_104": ["2018-05-15 16:26:50.63628", "NULL", "NULL", 845, "bb92aaa2-28ec-4102-95ab-18d4eab184e3", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:26:50.4632", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_105": ["2018-05-15 16:26:50.839345", "NULL", "NULL", 846, "438fa0c0-b6be-4c69-a3d8-bef990d4f059", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:26:50.839332", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_106": ["2018-05-15 16:26:54.443827", "NULL", "NULL", 847, "92093f03-0e98-476d-b805-26facdb7265b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:26:54.368133", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_107": ["2018-05-15 16:26:54.847276", "NULL", "NULL", 848, "db6977d3-bca8-475b-bb1b-9f9062f0048e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:26:54.847262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_108": ["2018-05-15 16:36:50.673762", "NULL", "NULL", 849, "b0992f8d-14be-481b-8e27-919f28ff80ea", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:36:50.491131", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_109": ["2018-05-15 16:36:50.877127", "NULL", "NULL", 850, "c279acc5-1b00-44fb-9e7a-32ede1742060", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:36:50.791125", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_110": ["2018-05-15 16:36:51.080281", "NULL", "NULL", 851, "edf69668-1f25-4e23-bc45-653e0692a0a4", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:36:51.080266", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_111": ["2018-05-15 16:36:51.283669", "NULL", "NULL", 852, "63028be3-797f-4c06-95ac-c6222b80db6c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:36:51.283654", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_112": ["2018-05-15 16:36:54.688144", "NULL", "NULL", 853, "7a52ad65-922a-432b-825e-1583bb228616", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:36:54.593998", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_113": ["2018-05-15 16:36:55.091638", "NULL", "NULL", 854, "e9ad4745-c7fa-419e-91ce-6a758268c020", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:36:55.091606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_114": ["2018-05-15 16:44:49.470648", "NULL", "NULL", 855, "c74901da-bb69-4314-830d-8416529ca57d", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-15 16:44:49.393921", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_115": ["2018-05-15 16:45:43.495336", "NULL", "NULL", 856, "14fa9282-59b6-48f1-91ce-fdf322ecd5df", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:43.490432", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_116": ["2018-05-15 16:45:43.698876", "NULL", "NULL", 857, "e67c9fd1-5e83-47e0-9ddf-da4a0d2b3ea8", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:43.528635", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_117": ["2018-05-15 16:45:46.103425", "NULL", "NULL", 858, "4b97246f-b475-4a24-bd3a-e17252848a30", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:46.085513", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_118": ["2018-05-15 16:45:46.307234", "NULL", "NULL", 859, "564c65e8-fb33-4c85-8139-1721d56d5782", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:46.114761", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_119": ["2018-05-15 16:45:48.311358", "NULL", "NULL", 860, "617ee677-3a47-4771-8b9c-f3789b00037b", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-15 16:45:48.31134", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_120": ["2018-05-15 16:45:56.317644", "NULL", "NULL", 861, "ce8e9302-04ec-4823-b6bc-33e7055c7cb1", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:56.11886", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_121": ["2018-05-15 16:45:56.320865", "NULL", "NULL", 862, "f7f791f9-8a15-4019-9a55-284d140dc120", "250.001", "clear", "host", "host=controller-1", "2018-05-15 16:45:56.320851", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_122": ["2018-05-15 16:45:57.524555", "NULL", "NULL", 863, "8be4994f-1491-4569-aab5-bc0e3f300e60", "250.001", "clear", "host", "host=controller-0", "2018-05-15 16:45:57.524542", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_123": ["2018-05-15 16:45:57.728222", "NULL", "NULL", 864, "81e89496-6455-43b3-bc27-0208e780a6ad", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:57.54115", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_124": ["2018-05-15 16:46:10.736791", "NULL", "NULL", 865, "244ec084-c934-43bf-aa58-9756f21f9345", "250.001", "clear", "host", "host=controller-0", "2018-05-15 16:46:10.736776", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_125": ["2018-05-15 16:46:50.35539", "NULL", "NULL", 866, "432aa571-bebe-41f9-b7b8-ab844345e5f3", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:46:50.223152", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_126": ["2018-05-15 16:46:50.358519", "NULL", "NULL", 867, "e6dcc67a-9756-4ae2-80e9-f9ec505097ef", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:46:50.323825", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_127": ["2018-05-15 16:46:50.761611", "NULL", "NULL", 868, "3aa84934-9916-4e77-9ae3-f4094f072b6c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:46:50.761595", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_128": ["2018-05-15 16:46:50.76461", "NULL", "NULL", 869, "4c9a6597-403b-49b5-9d61-0d37a0367893", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:46:50.764598", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_129": ["2018-05-15 16:56:50.385537", "NULL", "NULL", 870, "ee44a874-8f46-4139-a9d7-af15074df3d2", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:56:50.358815", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_130": ["2018-05-15 16:56:50.589043", "NULL", "NULL", 871, "bfb97e89-5378-40a2-a3b8-aa821572e5cd", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:56:50.559678", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_131": ["2018-05-15 16:56:50.792278", "NULL", "NULL", 872, "76b5d3e0-8a69-41d6-98a7-008b42799ee7", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:56:50.792264", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_132": ["2018-05-15 16:56:50.995312", "NULL", "NULL", 873, "5f0bf8bf-8660-45bc-a50c-8b1972cd6a1e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:56:50.995298", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_133": ["2018-05-15 17:06:50.418782", "NULL", "NULL", 874, "bfce1d9f-b250-4209-8788-65a863bfcf74", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:06:50.371524", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_134": ["2018-05-15 17:06:50.622215", "NULL", "NULL", 875, "7997b871-b699-4e16-a7e1-209fb2a6e619", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:06:50.622199", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_135": ["2018-05-15 17:16:50.44256", "NULL", "NULL", 876, "58bb86ef-b428-413e-8db2-76339819562c", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:16:50.287924", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_136": ["2018-05-15 17:16:50.645977", "NULL", "NULL", 877, "c7b1a0cd-2adb-4572-96bb-04ad3731762f", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:16:50.645963", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_137": ["2018-05-15 17:26:50.86746", "NULL", "NULL", 878, "d63d317e-38c8-4b08-97b3-9a7dc65e8c1a", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:26:50.691936", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_138": ["2018-05-15 17:26:51.271114", "NULL", "NULL", 879, "cf30c9e9-f383-4f9a-a3c7-915a2994db73", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:26:51.271101", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_139": ["2018-05-15 17:36:50.491259", "NULL", "NULL", 880, "fa87443a-8039-43ca-8d0d-46d5521d0d25", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:36:50.40493", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_140": ["2018-05-15 17:36:50.895267", "NULL", "NULL", 881, "1dbcba6c-227a-4da3-828f-9ff27993319a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:36:50.895219", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_141": ["2018-05-15 17:46:50.5177", "NULL", "NULL", 882, "52d1f8ed-068a-4b71-9e5e-6ae673dd2c33", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:46:50.315268", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_142": ["2018-05-15 17:46:50.721171", "NULL", "NULL", 883, "d81ab55c-c633-472c-a6a2-4a396bba6f32", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:46:50.721155", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_143": ["2018-05-15 17:56:50.543724", "NULL", "NULL", 884, "d7acb679-284e-4851-8da2-d520cb64ef58", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:56:50.417651", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_144": ["2018-05-15 17:56:50.947689", "NULL", "NULL", 885, "5147689d-f2d1-4d1d-8bca-84772a813882", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:56:50.947676", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_145": ["2018-05-15 18:06:50.569388", "NULL", "NULL", 886, "756b9b11-5c07-4ddb-970b-2c13a5795435", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:06:50.400341", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_146": ["2018-05-15 18:06:50.973103", "NULL", "NULL", 887, "cdbf4103-376e-4c31-aed6-d68ee3052142", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:06:50.973089", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_147": ["2018-05-15 18:16:50.594012", "NULL", "NULL", 888, "2e265a7f-ce2a-493b-a276-e69e67178e59", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:16:50.589092", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_148": ["2018-05-15 18:16:50.997606", "NULL", "NULL", 889, "d35f1c2b-2761-406c-a3fe-7eb7c12752c6", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:16:50.997594", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_149": ["2018-05-15 18:26:51.221646", "NULL", "NULL", 890, "802ba38a-50a7-4f3d-864b-ff9f7b119e94", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:26:51.079595", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_150": ["2018-05-15 18:26:51.425195", "NULL", "NULL", 891, "c5f26d6c-f549-4fa6-942b-5c0c9e42df79", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:26:51.425182", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_151": ["2018-05-15 18:36:50.646694", "NULL", "NULL", 892, "344b3099-e92b-496c-be3a-de837c290768", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:36:50.466789", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_152": ["2018-05-15 18:36:50.850397", "NULL", "NULL", 893, "1f32468d-15b4-4bfa-a976-860ddd9e1e2a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:36:50.850383", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_153": ["2018-05-15 18:46:50.469148", "NULL", "NULL", 894, "b72d1b2a-4b87-4a74-b783-11c6fe6d37ff", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:46:50.363039", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_154": ["2018-05-15 18:46:50.672761", "NULL", "NULL", 895, "aff71b3d-cdb8-4adb-8b37-ef3667967067", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:46:50.672749", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_155": ["2018-05-15 18:56:50.496436", "NULL", "NULL", 896, "f806f20f-8624-4c81-9593-0a9bb520f2be", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:56:50.461726", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_156": ["2018-05-15 18:56:50.900191", "NULL", "NULL", 897, "a66052bd-1489-4262-85e1-f113d7fa5848", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:56:50.900176", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_157": ["2018-05-15 19:06:50.52569", "NULL", "NULL", 898, "9ac3c343-f072-44e4-857c-0f539cc20c7f", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:06:50.384811", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_158": ["2018-05-15 19:16:51.150362", "NULL", "NULL", 899, "27d426be-efc4-4e06-9034-f25092feaee5", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:16:51.150347", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_159": ["2018-05-15 19:26:50.776507", "NULL", "NULL", 900, "031d0e19-e670-4f72-875e-bcae7230fa1e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:26:50.687596", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_160": ["2018-05-15 19:26:51.180251", "NULL", "NULL", 901, "29dd3796-fec0-4a18-b43b-f24ea0f27ed4", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:26:51.18024", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_161": ["2018-05-15 19:36:50.412441", "NULL", "NULL", 902, "1c338e14-e0dd-4dde-b327-61b840d767a0", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:36:50.399963", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_162": ["2018-05-15 19:36:50.616105", "NULL", "NULL", 903, "82832f04-24eb-400e-a919-d837edbf4864", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:36:50.616092", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_163": ["2018-05-15 19:38:41.660032", "NULL", "NULL", 904, "be1da85a-f708-4254-9e16-0d1e3de11c48", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 19:38:41.509316", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_164": ["2018-05-15 19:38:41.663062", "NULL", "NULL", 905, "7fb53406-2f58-49f5-bd38-e72d5709d61c", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 19:38:41.513403", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_165": ["2018-05-15 19:38:41.66547", "NULL", "NULL", 906, "0a1b88dc-5467-4cdc-b54a-137a472509a3", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-15 19:38:41.517024", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_166": ["2018-05-15 19:38:41.868617", "NULL", "NULL", 907, "98de463e-fd6f-4d59-868e-9893a255b3a4", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=volume", "2018-05-15 19:38:41.71406", "major", "subcloud-1 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_167": ["2018-05-15 19:38:41.871208", "NULL", "NULL", 908, "b4797a73-79dc-4e02-b74e-d18d7e2af39e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=volume", "2018-05-15 19:38:41.717385", "major", "subcloud-4 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_168": ["2018-05-15 19:38:41.873723", "NULL", "NULL", 909, "0a446575-d253-4621-9f2d-9e5f02edc9a1", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=volume", "2018-05-15 19:38:41.720707", "major", "subcloud-5 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_169": ["2018-05-15 19:38:41.876303", "NULL", "NULL", 910, "b2fab1ea-77b1-40a7-9fb0-466b498054bd", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=volume", "2018-05-15 19:38:41.876289", "major", "subcloud-1 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_170": ["2018-05-15 19:38:42.079215", "NULL", "NULL", 911, "2984c87c-bedc-4397-a821-c35c77305e99", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=volume", "2018-05-15 19:38:42.079201", "major", "subcloud-4 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_171": ["2018-05-15 19:38:42.082068", "NULL", "NULL", 912, "c917158f-5826-4859-ab8a-4915427d72bb", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=volume", "2018-05-15 19:38:42.082057", "major", "subcloud-5 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_172": ["2018-05-15 19:38:42.084831", "NULL", "NULL", 913, "53cc765a-d411-41a5-b80b-f68a35e056b6", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 19:38:42.08482", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_173": ["2018-05-15 19:38:42.288", "NULL", "NULL", 914, "5d234565-95d9-49c2-9e90-2a4ed735de16", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 19:38:42.287987", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_174": ["2018-05-15 19:38:42.491274", "NULL", "NULL", 915, "9a39270a-a537-4c04-aa68-8bcd2e241d65", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-15 19:38:42.491261", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_175": ["2018-05-15 19:53:13.021856", "NULL", "NULL", 916, "f38fc855-a82a-4c3a-9fdb-b1b9d7006528", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 19:53:13.021842", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_176": ["2018-05-15 19:53:13.02534", "NULL", "NULL", 917, "1ae457f7-1f09-4874-a7b7-0f27bdaee8ca", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 19:53:13.025328", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_177": ["2018-05-15 19:53:16.029435", "NULL", "NULL", 918, "ea3a64e4-d34d-46fb-b7f0-0cb2db9617a9", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 19:53:15.993785", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_178": ["2018-05-15 19:53:16.632794", "NULL", "NULL", 919, "dd43152b-4eb4-46b5-ac33-91fe23313168", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 19:53:16.494705", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_179": ["2018-05-15 19:53:18.836684", "NULL", "NULL", 920, "7a96cde4-e21b-4eb5-ab43-a529f7d863cb", "900.001", "set", "host", "host=controller", "2018-05-15 19:53:18.796084", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_180": ["2018-05-15 19:54:19.264734", "NULL", "NULL", 921, "eae964a3-8476-4948-b6d1-df4eb05d45b2", "900.001", "clear", "host", "host=controller", "2018-05-15 19:54:19.264723", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_181": ["2018-05-15 20:32:26.123442", "NULL", "NULL", 922, "85c1d296-86d5-4554-b007-b979508978c7", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 20:32:26.123428", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_182": ["2018-05-15 20:32:26.527234", "NULL", "NULL", 923, "2b4c8844-2bac-4801-b9aa-a212d7f9a534", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 20:32:26.527222", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_183": ["2018-05-16 13:42:26.718543", "NULL", "NULL", 924, "88252684-9578-40ed-b8bd-67e05dda392d", "900.001", "set", "host", "host=controller", "2018-05-16 13:42:26.542583", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_184": ["2018-05-16 13:42:27.322643", "NULL", "NULL", 925, "9ad6ace8-14d8-4a6c-aee5-6cbb41c5c1b1", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-16 13:42:27.244086", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_185": ["2018-05-16 13:42:27.926031", "NULL", "NULL", 926, "15f5f5f4-abba-4241-9d54-ea936b1d7e3e", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-16 13:42:27.745485", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_186": ["2018-05-16 13:42:28.329376", "NULL", "NULL", 927, "15d87e9e-5f59-43af-ab19-99239d7ac797", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-16 13:42:28.247478", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_187": ["2018-05-16 13:44:07.967687", "NULL", "NULL", 930, "d0ec3327-c64f-4bd5-b78c-a08d0ae90823", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.849684", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_188": ["2018-05-16 13:46:28.423969", "NULL", "NULL", 931, "f9ef5f5f-c4af-47d4-aa71-f0f0b28ce01b", "900.001", "clear", "host", "host=controller", "2018-05-16 13:46:28.423947", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_189": ["2018-05-16 13:44:07.842747", "NULL", "NULL", 928, "da1b2319-0867-4117-9b4a-99913f460364", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.840285", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_190": ["2018-05-16 13:44:07.853755", "NULL", "NULL", 929, "2977f61e-34a9-4563-a9d3-51e5acc516c3", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.851682", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_191": ["2018-05-16 13:46:54.305103", "NULL", "NULL", 932, "7617e964-ab0d-4cc6-a900-175d0e8b2e5e", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:46:54.30142", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_192": ["2018-05-16 13:48:22.559053", "NULL", "NULL", 938, "efff7f98-d5f4-46a3-b099-89de84497fce", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.55663", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_193": ["2018-05-16 13:48:22.569758", "NULL", "NULL", 939, "840f13fa-18e6-48ec-b574-7741bb4b7b48", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.567691", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_194": ["2018-05-16 13:51:21.005259", "NULL", "NULL", 941, "e7c6a9af-198f-4055-b120-18f6c44aaa38", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:51:21.001708", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_195": ["2018-05-16 19:28:05.873855", "NULL", "NULL", 972, "360bcbef-b4df-4e57-9d87-51a4190adfab", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 19:28:05.871729", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_196": ["2018-05-16 19:28:10.887675", "NULL", "NULL", 973, "42b87b86-57f3-417e-b144-cdcc7ea394fc", "401.007", "log", "host", "host=controller-0", "2018-05-16 19:28:10.885598", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_197": ["2018-05-16 19:28:10.89057", "NULL", "NULL", 974, "b419c99c-073c-422f-b887-95f50cd40123", "401.007", "log", "host", "host=controller-1", "2018-05-16 19:28:10.888989", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_198": ["2018-05-16 19:28:12.899745", "NULL", "NULL", 975, "fba6ceb0-60c7-4a8c-821d-0bf0c34826db", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:12.85784", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_199": ["2018-05-16 19:28:12.942662", "NULL", "NULL", 976, "bc3bf99f-bf6d-4783-96ba-e2b8dac23b7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:12.900945", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_200": ["2018-05-16 19:28:13.025358", "NULL", "NULL", 977, "8418232a-48fc-4e67-a9f6-3bf089a659a5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:12.983644", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_201": ["2018-05-16 19:28:13.107196", "NULL", "NULL", 978, "025e2533-1673-46b5-9169-f7a59bbdd410", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:13.065689", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_202": ["2018-05-16 19:28:53.425502", "NULL", "NULL", 1008, "9c9beca8-e3df-404a-8e61-c4005fbb7def", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:16.619063", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_203": ["2018-05-16 19:28:53.507827", "NULL", "NULL", 1009, "87359ec2-4c02-41b6-9864-f7c5373df66e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:30.758844", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_204": ["2018-05-16 19:28:53.590738", "NULL", "NULL", 1010, "01aed2d0-9176-4210-a64b-c4b20aeade1f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:34.278235", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_205": ["2018-05-16 19:28:53.67373", "NULL", "NULL", 1011, "6970001e-b25f-4988-8eeb-bd2760763818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:39.401454", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_206": ["2018-05-16 19:28:53.837733", "NULL", "NULL", 1012, "bd9da07e-2a01-4104-8bef-da33d26b3db7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:42.775847", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_207": ["2018-05-16 19:28:53.919539", "NULL", "NULL", 1013, "4af8ca22-f56a-41d3-8384-b4826cb7d2f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:28:53.877741", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_208": ["2018-05-16 19:28:53.922152", "NULL", "NULL", 1014, "0ff334f5-c1ea-486e-b3cd-3b7d7bd6e27a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:42.916679", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_209": ["2018-05-16 19:28:54.004438", "NULL", "NULL", 1016, "5bdff07c-78fc-4cc4-b103-1ec9aa8265b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:42.91837", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_210": ["2018-05-16 19:28:54.086609", "NULL", "NULL", 1017, "833c00f8-fe17-4abe-a2c0-b487f79387e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:42.919948", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_211": ["2018-05-16 19:28:54.16882", "NULL", "NULL", 1018, "91342283-20ac-4759-a324-f5d338b0679b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:42.922477", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_212": ["2018-05-16 19:28:54.251818", "NULL", "NULL", 1019, "14df0f4b-7428-4ee5-9cef-d43d7b98af7e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:42.925581", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_213": ["2018-05-16 19:28:54.334656", "NULL", "NULL", 1020, "df444bd9-6df5-4abc-b4bd-9d1e30d32826", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:42.92711", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_214": ["2018-05-16 19:28:54.416668", "NULL", "NULL", 1021, "f07bab1b-12d0-49c7-b6d8-1d6b7cb5d0c5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:45.799811", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_215": ["2018-05-16 13:46:54.436293", "NULL", "NULL", 933, "28c3ecf1-62c5-4aba-8809-9ad21b6cd091", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-16 13:46:54.43628", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_216": ["2018-05-16 13:47:28.452763", "NULL", "NULL", 934, "aad5bb96-73de-46bd-a50a-bef0e58da7f8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-16 13:47:28.45275", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_217": ["2018-05-16 13:47:28.455692", "NULL", "NULL", 935, "e7f86a7f-e2c7-4a4a-a163-9d5f4b3866b0", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-16 13:47:28.45568", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_218": ["2018-05-16 13:47:28.6588", "NULL", "NULL", 936, "54dcdc47-8788-4437-bcd0-a866f777217e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-16 13:47:28.658787", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_219": ["2018-05-16 13:47:28.861811", "NULL", "NULL", 937, "238a96b1-292e-4f9a-aacd-1c8a638604a8", "900.001", "set", "host", "host=controller", "2018-05-16 13:47:28.846092", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_220": ["2018-05-16 13:48:22.685702", "NULL", "NULL", 940, "24f9fb91-469e-4e35-9167-7ef1babe84c9", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.565069", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_221": ["2018-05-16 13:51:21.156634", "NULL", "NULL", 942, "4a3cf0b4-c53b-4215-af12-0b21019e8468", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-16 13:51:21.156606", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_222": ["2018-05-16 13:51:30.764091", "NULL", "NULL", 943, "269bd6f5-694d-4d3e-ab1b-71a4bf2e1d81", "900.001", "clear", "host", "host=controller", "2018-05-16 13:51:30.76408", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_223": ["2018-05-16 16:59:07.097681", "NULL", "NULL", 944, "20eb0c84-6f1f-4583-a518-d0fe1bc3ac04", "250.001", "set", "host", "host=controller-0", "2018-05-16 16:59:07.045312", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_224": ["2018-05-16 16:59:07.101178", "NULL", "NULL", 945, "60dd8661-2565-4876-ae1f-82debb291c6b", "250.001", "set", "host", "host=controller-1", "2018-05-16 16:59:07.083816", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_225": ["2018-05-16 16:59:14.507263", "NULL", "NULL", 946, "7e722e2c-2276-4dce-97d4-86cad02841cf", "250.001", "clear", "host", "host=controller-1", "2018-05-16 16:59:14.507242", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_226": ["2018-05-16 16:59:15.311184", "NULL", "NULL", 947, "423cabcd-8778-4bc5-895a-48dee676fb5d", "250.001", "clear", "host", "host=controller-0", "2018-05-16 16:59:15.311172", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_227": ["2018-05-16 16:59:47.927631", "NULL", "NULL", 948, "8279337b-f274-4c05-83f9-b93b4d9c2aab", "250.001", "set", "host", "host=controller-0", "2018-05-16 16:59:47.767125", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_228": ["2018-05-16 16:59:47.930758", "NULL", "NULL", 949, "62bef250-449b-4a8b-b3b0-cb07637dad2e", "250.001", "set", "host", "host=controller-1", "2018-05-16 16:59:47.807885", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_229": ["2018-05-16 16:59:55.136716", "NULL", "NULL", 950, "b5df6434-3818-4b6e-815b-01fec18cb04e", "250.001", "clear", "host", "host=controller-1", "2018-05-16 16:59:55.136704", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_230": ["2018-05-16 16:59:55.940265", "NULL", "NULL", 951, "7403f7e6-b32d-4049-885a-7f66ec7c94b7", "250.001", "clear", "host", "host=controller-0", "2018-05-16 16:59:55.940251", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_231": ["2018-05-16 18:27:33.130239", "NULL", "NULL", 952, "13e1548c-31a1-474f-bbad-2da574f5f659", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-16 18:27:33.116807", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_232": ["2018-05-16 18:27:33.133493", "NULL", "NULL", 953, "25b4796b-11a6-41eb-b9dc-65b585ea2ed5", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-16 18:27:33.12056", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_233": ["2018-05-16 18:27:33.136069", "NULL", "NULL", 954, "05bb7035-ea44-48f2-a894-039adf14d927", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=network", "2018-05-16 18:27:33.124032", "major", "subcloud-1 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_234": ["2018-05-16 18:27:33.339213", "NULL", "NULL", 955, "1ab0b5e5-9ec4-4f0b-b2a4-e4596d982c4c", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-16 18:27:33.339201", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_235": ["2018-05-16 18:27:33.342043", "NULL", "NULL", 956, "4fdbb6fc-a5df-41cf-96b3-8db65493dcc8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=network", "2018-05-16 18:27:33.342032", "major", "subcloud-1 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_236": ["2018-05-16 18:27:33.344814", "NULL", "NULL", 957, "accdfed3-b420-4416-a412-4083f1c1be62", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-16 18:27:33.344803", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_237": ["2018-05-16 18:27:35.748796", "NULL", "NULL", 958, "140480e9-8ea3-4dea-92b0-9f857d839516", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-16 18:27:35.620297", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_238": ["2018-05-16 18:27:35.751577", "NULL", "NULL", 959, "1c297b60-fb15-445c-8d59-0fef60c5634b", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-16 18:27:35.623667", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_239": ["2018-05-16 18:27:35.754204", "NULL", "NULL", 960, "03feef00-db5e-4b8c-8769-1c4aed122f77", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-16 18:27:35.627407", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_240": ["2018-05-16 18:27:36.157382", "NULL", "NULL", 961, "3ec842b7-0ad0-4574-83f2-71fce23e51c7", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-16 18:27:36.15737", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_241": ["2018-05-16 18:27:36.15995", "NULL", "NULL", 962, "4124e6a8-50fe-45ed-930b-0920c0713f46", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-16 18:27:36.159939", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_242": ["2018-05-16 18:27:36.362766", "NULL", "NULL", 963, "e04dd02c-e1d7-4f72-8cc9-066136717436", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-16 18:27:36.362755", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_243": ["2018-05-16 18:50:00.065359", "NULL", "NULL", 964, "075a727a-6212-425f-9e3b-1118d4ba9947", "250.001", "set", "host", "host=controller-0", "2018-05-16 18:49:59.962205", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_244": ["2018-05-16 18:50:00.068637", "NULL", "NULL", 965, "bdd2e498-cdea-4038-a107-52e8ff7747ba", "250.001", "set", "host", "host=controller-1", "2018-05-16 18:50:00.025511", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_245": ["2018-05-16 18:50:08.875684", "NULL", "NULL", 966, "d000331f-b9b2-430b-addf-edf962f64d7a", "250.001", "clear", "host", "host=controller-1", "2018-05-16 18:50:08.875672", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_246": ["2018-05-16 18:50:09.479298", "NULL", "NULL", 967, "cafa08fb-a991-41a0-bdfd-fe3d46a7a01b", "250.001", "clear", "host", "host=controller-0", "2018-05-16 18:50:09.479286", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_247": ["2018-05-16 19:18:55.527676", "NULL", "NULL", 968, "18e77d4b-acf1-48f9-9e00-0492ca62f4c3", "250.001", "set", "host", "host=controller-0", "2018-05-16 19:18:55.5057", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_248": ["2018-05-16 19:18:55.731661", "NULL", "NULL", 969, "411a5529-4915-4a64-b40d-83e542349c39", "250.001", "set", "host", "host=controller-1", "2018-05-16 19:18:55.605489", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_249": ["2018-05-16 19:19:04.538659", "NULL", "NULL", 970, "757f362d-5ff2-4997-ab88-ec666d1b7305", "250.001", "clear", "host", "host=controller-1", "2018-05-16 19:19:04.538645", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_250": ["2018-05-16 19:19:05.142203", "NULL", "NULL", 971, "df7fc370-da6f-42c5-b019-eb9866b4d676", "250.001", "clear", "host", "host=controller-0", "2018-05-16 19:19:05.142192", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_251": ["2018-05-16 19:28:54.498728", "NULL", "NULL", 1022, "7c83935f-dcbb-4c1b-bb21-8ba34eba178f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:28:51.806", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_252": ["2018-05-16 19:28:54.905618", "NULL", "NULL", 1025, "204d975b-3833-4b45-b2b0-c0a2c19c9a63", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:54.82002", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_253": ["2018-05-16 19:28:54.987479", "NULL", "NULL", 1027, "38a203d4-a68a-426f-b381-554847f85c63", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:54.942774", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_254": ["2018-05-16 19:28:55.069232", "NULL", "NULL", 1028, "49466949-e80a-484b-b2e1-013b07f1bb49", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:55.024886", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_255": ["2018-05-16 19:28:55.703822", "NULL", "NULL", 1031, "06bcc772-add8-46c8-851b-9005f08e76de", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:28:55.661464", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_256": ["2018-05-16 19:28:57.908586", "NULL", "NULL", 1032, "b946e8d7-b585-4437-a0de-0592895cb54e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:57.822523", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_257": ["2018-05-16 19:46:54.938441", "NULL", "NULL", 1043, "3f0add56-e824-49e3-bb64-02160af04b3d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:54.896503", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_258": ["2018-05-16 19:46:54.982499", "NULL", "NULL", 1044, "baed0d41-cade-4473-b60f-59070c036953", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:54.940534", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_259": ["2018-05-16 19:46:55.064242", "NULL", "NULL", 1045, "573e1425-02a9-476c-9501-5486ff581f2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:55.022532", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_260": ["2018-05-16 19:47:33.719099", "NULL", "NULL", 1052, "da0bbb41-6a16-4d7a-ab08-c21a16f8ad39", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:33.71595", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_261": ["2018-05-16 19:47:34.125841", "NULL", "NULL", 1056, "dd2c6964-15f2-4743-bbe0-b0219421006c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:34.123019", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_262": ["2018-05-16 19:47:34.142591", "NULL", "NULL", 1057, "93581c64-aab7-4b86-a33f-b9a353c2dafe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:47:25.76868", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_263": ["2018-05-16 19:47:34.225651", "NULL", "NULL", 1058, "cce327ef-2473-4525-b0a6-2112fa43c978", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:47:25.768906", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_264": ["2018-05-16 19:47:34.330706", "NULL", "NULL", 1059, "e01bce2e-007d-4c79-bccc-a46a0962d740", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:34.329062", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_265": ["2018-05-16 19:47:34.395601", "NULL", "NULL", 1060, "a0937e1d-50ad-488a-8570-d9c1dd8970e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:47:25.769234", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_266": ["2018-05-16 19:47:34.534492", "NULL", "NULL", 1061, "525a3df9-29e8-42f8-b73c-f1e9db8c1b08", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:34.532718", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_267": ["2018-05-16 19:28:49.521566", "NULL", "NULL", 979, "68626a4c-816f-4c73-b0fd-a7c2f168cd9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:28:40.255993", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_268": ["2018-05-16 19:28:49.569643", "NULL", "NULL", 980, "70cd8166-8196-4fb6-aae5-1ee4048d5fcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:28:40.257126", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_269": ["2018-05-16 19:28:49.652325", "NULL", "NULL", 981, "2789367d-c4a9-4adf-ad11-a5f2eb78614a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:28:43.261572", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_270": ["2018-05-16 19:28:49.735307", "NULL", "NULL", 982, "aa8c726b-385d-42e5-be44-022f208043af", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:28:43.261666", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_271": ["2018-05-16 19:28:49.81831", "NULL", "NULL", 983, "a0b41a74-feb6-4bf1-9b76-103e002cf4e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:28:43.261748", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_272": ["2018-05-16 19:28:49.90138", "NULL", "NULL", 984, "1826ae2d-4ed8-49c4-a48c-d55cc0e89d31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:28:43.261811", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_273": ["2018-05-16 19:28:49.985528", "NULL", "NULL", 985, "5e3fe168-acc1-494c-a558-0287f7fb785a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:28:43.262165", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_274": ["2018-05-16 19:28:50.625526", "NULL", "NULL", 986, "3f719c01-bd1e-4c94-bb69-a30c47aa0a9c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:28:50.584085", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_275": ["2018-05-16 19:28:51.857561", "NULL", "NULL", 987, "aed078a3-58eb-4324-92d2-1d323919dcb7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:13.147687", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_276": ["2018-05-16 19:28:51.93943", "NULL", "NULL", 989, "0a699afd-0fa8-4afa-b124-bab70efa2043", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:13.153737", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_277": ["2018-05-16 19:28:52.023731", "NULL", "NULL", 990, "bfd27658-dd1f-45b0-bbd0-bdff8a97b156", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:13.153949", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_278": ["2018-05-16 19:28:52.106695", "NULL", "NULL", 991, "f1277d18-78ec-48c7-a40e-090a14ee0487", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:13.154169", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_279": ["2018-05-16 19:28:52.189827", "NULL", "NULL", 992, "b5d0de6c-2298-466f-83cd-554bac895fb8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:13.154301", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_280": ["2018-05-16 19:28:52.272626", "NULL", "NULL", 993, "04515385-eb78-4b9a-a717-13c095d7ac0d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:13.154508", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_281": ["2018-05-16 19:28:52.35471", "NULL", "NULL", 994, "81725992-aad3-4ff2-a0f6-cc37aa2ceed3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:13.154826", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_282": ["2018-05-16 19:28:52.437517", "NULL", "NULL", 995, "d5ab1c12-8346-4d1f-8a30-962fb7e1429d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:15.66196", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_283": ["2018-05-16 19:28:52.519714", "NULL", "NULL", 996, "73090883-ebfd-4b1f-82aa-d76a3184c639", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:15.662361", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_284": ["2018-05-16 19:28:52.601646", "NULL", "NULL", 997, "7d643117-a18b-41a6-bf3c-350de60d2a86", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:15.662557", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_285": ["2018-05-16 19:28:52.683784", "NULL", "NULL", 998, "86fcfe6a-73e6-40d5-af95-11ec6a195c92", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:15.662721", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_286": ["2018-05-16 19:28:52.766679", "NULL", "NULL", 999, "20b0dfe1-7d33-42de-af3e-e2904a4855ef", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:15.662853", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_287": ["2018-05-16 19:28:52.84982", "NULL", "NULL", 1000, "d64c5ee6-cf46-4381-950e-0cad927a7f03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:28:15.662989", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_288": ["2018-05-16 19:28:52.93249", "NULL", "NULL", 1001, "e95bdeb6-f776-4c22-9edb-c27716548b1e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:16.613718", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_289": ["2018-05-16 19:35:44.762707", "NULL", "NULL", 1035, "105c99d9-2ed0-4c66-954a-234f11e206f5", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:35:44.632648", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_290": ["2018-05-16 19:28:51.93332", "NULL", "NULL", 988, "03fff206-c6ea-44cb-9c01-b25a60450247", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:51.930184", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_291": ["2018-05-16 19:28:53.949392", "NULL", "NULL", 1015, "0d994def-03e3-41cf-bd32-252496f34b67", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:53.94738", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_292": ["2018-05-16 19:28:54.757432", "NULL", "NULL", 1023, "8a5f58b9-ca25-4763-bb7d-3370d1028f52", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:54.755482", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_293": ["2018-05-16 19:28:54.760653", "NULL", "NULL", 1024, "df0b16bb-619e-4c9c-bccf-cb0ac46a2cfa", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:54.759129", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_294": ["2018-05-16 19:28:54.964048", "NULL", "NULL", 1026, "231ffc64-66c9-4de7-9062-b37a0ee32c5d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:54.964034", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_295": ["2018-05-16 19:28:55.168559", "NULL", "NULL", 1029, "12c39df8-ec1b-46c4-b546-d756a0971c8f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:55.168548", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_296": ["2018-05-16 19:28:55.371945", "NULL", "NULL", 1030, "9beac14d-2dc2-40a2-9089-36cc337d1d96", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:55.371926", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_297": ["2018-05-16 19:28:57.977122", "NULL", "NULL", 1033, "980c58d7-ae7a-467a-9c17-7970382091ca", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:57.977108", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_298": ["2018-05-16 19:29:12.388307", "NULL", "NULL", 1034, "a88970c2-99d9-456d-91e7-22bb1500fc75", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:29:12.266126", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_299": ["2018-05-16 19:38:26.637504", "NULL", "NULL", 1036, "17310af0-c41d-4967-82bc-9f372a3d2bac", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:38:26.532358", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_300": ["2018-05-16 19:41:28.120724", "NULL", "NULL", 1037, "5b78ae20-a38e-45c6-9c6d-a18d223762a1", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:41:28.120709", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_301": ["2018-05-16 19:41:32.126204", "NULL", "NULL", 1038, "a254938c-bbfb-4132-9442-bf31835089e4", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:41:32.126191", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_302": ["2018-05-16 19:41:36.532174", "NULL", "NULL", 1039, "64a6a9a7-6a9d-4945-b6ef-febacd4ef76c", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:41:36.532159", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_303": ["2018-05-16 19:47:33.182459", "NULL", "NULL", 1046, "c930f9dd-b797-4a49-ac14-4073409ee5dd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:46:57.46129", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_304": ["2018-05-16 19:47:33.230686", "NULL", "NULL", 1047, "9c3829d4-e21d-4018-8665-b69e9b7f5c14", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:46:57.461417", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_305": ["2018-05-16 19:47:33.313734", "NULL", "NULL", 1048, "5a55dd53-a584-446b-a77d-22c949825813", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:46:57.46196", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_306": ["2018-05-16 19:47:33.396611", "NULL", "NULL", 1049, "0efa4171-5efb-4370-b952-e500fe0e670c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:46:57.462366", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_307": ["2018-05-16 19:47:33.479504", "NULL", "NULL", 1050, "8c4ca647-1bf5-476c-8b92-f091fcc9accd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:46:57.462767", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_308": ["2018-05-16 19:47:33.562584", "NULL", "NULL", 1051, "eb341528-fa92-4c10-9170-a13eaaba9393", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:46:57.463082", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_309": ["2018-05-16 19:47:33.730636", "NULL", "NULL", 1053, "302d6833-b953-4e1b-9189-5ad601b7806b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:47:22.760048", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_310": ["2018-05-16 19:47:33.894753", "NULL", "NULL", 1054, "400a30ae-deeb-4667-bca5-06a14cd5b9ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:47:25.766796", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_311": ["2018-05-16 19:47:34.059739", "NULL", "NULL", 1055, "a72d3f4e-3872-495a-a9f4-b49daca5e102", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:47:25.768402", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_312": ["2018-05-16 19:50:38.647153", "NULL", "NULL", 1102, "7d17c23b-966e-4e3e-a0f7-71d3513ffd90", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:50:38.630838", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_313": ["2018-05-16 19:50:41.652336", "NULL", "NULL", 1103, "171aa058-d6cd-4ab7-a9d3-bec8a5085d3c", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:50:41.634719", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_314": ["2018-05-16 19:50:44.657212", "NULL", "NULL", 1104, "4e55a1d6-7d49-43bc-bf6b-b8ea05ecfd01", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:50:44.639406", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_315": ["2018-05-16 21:04:53.736509", "NULL", "NULL", 1303, "1f277c03-e76d-4c3b-a057-8a5bff92feea", "250.001", "set", "host", "host=controller-0", "2018-05-16 21:04:53.533701", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_316": ["2018-05-16 21:04:53.739981", "NULL", "NULL", 1304, "418fabe6-b09b-401d-aaad-d77dded4fa86", "250.001", "set", "host", "host=controller-1", "2018-05-16 21:04:53.590015", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_317": ["2018-05-16 21:05:02.747752", "NULL", "NULL", 1305, "a45306d6-900c-4113-a3cb-95683682f0ea", "250.001", "clear", "host", "host=controller-0", "2018-05-16 21:05:02.747737", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_318": ["2018-05-16 21:05:02.951214", "NULL", "NULL", 1306, "833a9457-cf0c-4a85-8baa-75604331ee58", "250.001", "clear", "host", "host=controller-1", "2018-05-16 21:05:02.951202", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_319": ["2018-05-16 21:05:46.974633", "NULL", "NULL", 1309, "3d14f2df-bf7a-4c7b-a28a-cc87cf98997c", "200.001", "set", "system.host", "host=controller-0", "2018-05-16 21:05:46.972916", "warning", "controller-0 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_320": ["2018-05-16 21:05:49.782451", "NULL", "NULL", 1317, "34502e43-e890-4154-9b8e-bd2b02503936", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:05:49.780504", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_321": ["2018-05-16 21:05:49.986205", "NULL", "NULL", 1319, "8ca3d215-9a21-43b7-9323-11caccad68c8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:05:49.98461", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_322": ["2018-05-16 21:05:50.18961", "NULL", "NULL", 1322, "08304a76-c37c-4e05-9dbf-b02f31136643", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:05:50.188014", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_323": ["2018-05-16 21:05:50.393624", "NULL", "NULL", 1324, "ea395754-29da-45cf-934a-d4db340a8cb3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:05:50.392", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_324": ["2018-05-16 21:05:50.597233", "NULL", "NULL", 1326, "c128b89b-fe04-44ef-8b1f-17987b67612a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:05:50.595594", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_325": ["2018-05-16 21:05:50.60009", "NULL", "NULL", 1327, "e051058b-3522-451a-b74f-8f7aff90a410", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:05:50.598731", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_326": ["2018-05-16 21:05:50.803057", "NULL", "NULL", 1328, "7250f3d8-3f19-4ae3-ae06-09c1e49e56c5", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:05:50.801432", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_327": ["2018-05-16 21:05:50.806032", "NULL", "NULL", 1329, "7df766f9-127e-4043-9b95-29389658e6f9", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:05:50.804534", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_328": ["2018-05-16 21:05:59.414217", "NULL", "NULL", 1333, "3e2f6c94-6475-425d-bf90-c6ec9d8ba342", "200.001", "clear", "system.host", "host=controller-0", "2018-05-16 21:05:59.414204", "warning", "controller-0 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_329": ["2018-05-16 21:06:00.818287", "NULL", "NULL", 1335, "e261e2ff-6a79-45ab-804a-4957011ad6f0", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-16 21:06:00.816386", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_330": ["2018-05-16 21:06:00.8214", "NULL", "NULL", 1336, "ee4fd1a5-112d-48e7-9203-35d04d210e05", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:06:00.820013", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_331": ["2018-05-16 21:12:20.588594", "NULL", "NULL", 1351, "99019285-fb6f-40b6-9875-5e01acd78d3c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:20.586719", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_332": ["2018-05-16 21:12:21.194103", "NULL", "NULL", 1359, "9fd85ff2-b322-47d0-ac70-9e35fb7e9ac4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:21.192548", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_333": ["2018-05-16 21:12:35.031234", "NULL", "NULL", 1406, "10d705f4-38ba-4974-8821-c0135d6c8044", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:34.992929", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_334": ["2018-05-16 20:16:55.725845", "NULL", "NULL", 1105, "71a902d3-bd6f-4712-b278-02bccb546df8", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:16:55.723687", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_335": ["2018-05-16 20:17:00.740475", "NULL", "NULL", 1106, "2864ac57-bce2-46e5-aaa3-81c699029e87", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:17:00.737852", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_336": ["2018-05-16 20:17:00.743656", "NULL", "NULL", 1107, "1ee4678b-c280-43d3-af67-5426be4fee63", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:17:00.740703", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_337": ["2018-05-16 20:17:02.405594", "NULL", "NULL", 1108, "31feb8f8-68d1-47e6-8724-f40c16709d80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:02.363836", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_338": ["2018-05-16 20:17:02.448306", "NULL", "NULL", 1109, "8c44374d-6645-41f4-9294-17c652aef034", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:02.406948", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_339": ["2018-05-16 20:17:02.530362", "NULL", "NULL", 1110, "242d9610-9e3c-4cce-8403-35b597ff09cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:02.488755", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_340": ["2018-05-16 20:17:02.612321", "NULL", "NULL", 1111, "bfff6568-725e-4f37-a1dd-8b34ad482d09", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:02.57068", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_341": ["2018-05-16 20:17:41.317397", "NULL", "NULL", 1112, "8e889543-acc7-407c-b72a-0d0b8c65f371", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:41.309943", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_342": ["2018-05-16 20:17:41.528627", "NULL", "NULL", 1113, "e5c695bf-1240-407e-bf74-1684a3197bcd", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:41.526529", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_343": ["2018-05-16 20:17:41.532225", "NULL", "NULL", 1114, "4c47392b-faa7-45b5-b0b2-3805a4800929", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:41.530642", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_344": ["2018-05-16 20:17:41.736117", "NULL", "NULL", 1115, "d6ebbb50-07af-4bda-9c15-9257e373ad3a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:41.734483", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_345": ["2018-05-16 20:17:41.739793", "NULL", "NULL", 1116, "2c56c851-fd1d-4695-8eb8-24da53f2b99a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:41.73819", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_346": ["2018-05-16 20:17:44.563557", "NULL", "NULL", 1158, "2e9e30db-57ec-4d09-9cf7-6ca2fd1f29d6", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:44.563541", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_347": ["2018-05-16 20:17:47.370518", "NULL", "NULL", 1163, "03ed9eb8-fe7a-4d4d-804c-6453db1c4a05", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:47.370502", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_348": ["2018-05-16 20:17:47.574687", "NULL", "NULL", 1165, "d7a3c2ab-5c5c-471b-b88b-26cfef12a61b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:47.574671", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_349": ["2018-05-16 20:17:47.77915", "NULL", "NULL", 1167, "8d1566ca-ff70-43a5-8dbb-7e1cd1e4a6e9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:47.779134", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_350": ["2018-05-16 20:17:50.384996", "NULL", "NULL", 1170, "dfcf674f-ecd2-4eb0-9c4d-db2223009848", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:50.384981", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_351": ["2018-05-16 21:05:46.411691", "NULL", "NULL", 1307, "c2525d2a-3cac-4f67-8a02-d17a70f40d1f", "200.022", "log", "system.host", "host=controller-0.state=disabled", "2018-05-16 21:05:46.409557", "not-applicable", "controller-0 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_352": ["2018-05-16 21:05:46.454505", "NULL", "NULL", 1308, "f1823908-1732-4609-856c-c4f7d045fe67", "200.022", "log", "system.host", "host=controller-0.status=online", "2018-05-16 21:05:46.452535", "not-applicable", "controller-0 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_353": ["2018-05-16 21:05:49.218658", "NULL", "NULL", 1310, "b9520cf0-11f2-4643-b3f7-46c3531d942e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:05:49.214098", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_354": ["2018-05-16 21:05:49.262649", "NULL", "NULL", 1311, "0c6e0d53-8f63-4a10-9e21-42e77def2627", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:05:49.218783", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_355": ["2018-05-16 21:05:49.345335", "NULL", "NULL", 1312, "e9f23033-de42-4722-b369-d1e521bb2558", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:05:49.301818", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_356": ["2018-05-16 20:17:41.807356", "NULL", "NULL", 1117, "2d1f8dfe-c6c2-4555-b0d1-beee3072371c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:02.652689", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_357": ["2018-05-16 20:17:41.890427", "NULL", "NULL", 1118, "0e9d6304-ba6d-4d77-b78b-cfa08da9e4e5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:02.68153", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_358": ["2018-05-16 20:17:41.974315", "NULL", "NULL", 1119, "d23c553e-b315-422c-a7e9-42dbff174a53", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:02.68249", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_359": ["2018-05-16 20:17:41.977187", "NULL", "NULL", 1120, "a3c6bd54-f151-4855-95e1-99a5f46004a4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:17:32.766432", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_360": ["2018-05-16 20:17:42.020441", "NULL", "NULL", 1121, "ea89a3ee-9d2b-4dc7-8343-7cde37499444", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:17:32.767622", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_361": ["2018-05-16 20:17:42.057451", "NULL", "NULL", 1122, "8894f2dc-6cbd-4b33-8516-5732c63a82e9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:02.682689", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_362": ["2018-05-16 20:17:42.103242", "NULL", "NULL", 1123, "6d24ca26-77b1-4658-94eb-7c5279e3fb9e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:17:35.773586", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_363": ["2018-05-16 20:17:42.140579", "NULL", "NULL", 1124, "4afdb0c0-66d0-4a04-b7d9-5c6c82b4ba12", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:02.682858", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_364": ["2018-05-16 20:17:42.186396", "NULL", "NULL", 1125, "a883e3ed-b201-4cf0-947c-5185615be9fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:17:35.773766", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_365": ["2018-05-16 20:17:42.223528", "NULL", "NULL", 1126, "b7401180-695e-404a-ae41-bcce2db30a2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:02.683102", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_366": ["2018-05-16 20:17:42.269522", "NULL", "NULL", 1127, "2b20daa7-47f4-46b8-9317-71de7401f127", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:17:35.773891", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_367": ["2018-05-16 20:17:42.306826", "NULL", "NULL", 1128, "a97f70ba-f6ca-41b1-83ec-d2e8cf8a0a4c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:02.683356", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_368": ["2018-05-16 20:17:42.352322", "NULL", "NULL", 1129, "50cf9583-6095-4409-803d-073952e0b399", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:17:35.774026", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_369": ["2018-05-16 20:17:42.389585", "NULL", "NULL", 1130, "f8d96241-4081-4fe4-8b11-0d4e4db3b252", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:05.172933", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_370": ["2018-05-16 20:17:42.434296", "NULL", "NULL", 1131, "743da1d3-f359-4a94-8c3b-0a7d2a7be9d8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:17:35.77455", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_371": ["2018-05-16 20:17:42.472646", "NULL", "NULL", 1132, "d4725ac9-ca0d-43fa-8105-d36f1d62729f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:05.173378", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_372": ["2018-05-16 20:17:42.555764", "NULL", "NULL", 1133, "9bc43581-2ba7-4927-93b2-11e0700e3f46", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:05.173681", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_373": ["2018-05-16 20:17:42.639436", "NULL", "NULL", 1134, "bb048615-412f-4db0-bc50-088aac610442", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:05.173869", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_374": ["2018-05-16 20:17:42.722458", "NULL", "NULL", 1135, "50e4b117-191d-4b24-a7db-806c81c46951", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:05.174216", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_375": ["2018-05-16 20:17:42.805494", "NULL", "NULL", 1136, "5f8b3448-f752-463e-bf0d-a3195f2d3f44", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:05.174402", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_376": ["2018-05-16 20:17:42.88844", "NULL", "NULL", 1137, "10b85582-6bd9-48b1-a6e1-8fe2179c9545", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:06.123591", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_377": ["2018-05-16 20:17:42.971248", "NULL", "NULL", 1138, "9b0964d4-39ae-4e1d-968b-d64ed747a1cf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:06.124696", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_378": ["2018-05-16 21:05:49.428638", "NULL", "NULL", 1313, "ad0c0d7c-f5b2-491c-85b5-56bec83b574c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:05:49.384724", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_379": ["2018-05-16 20:17:43.053336", "NULL", "NULL", 1139, "0b22d1a4-62cf-4072-ac0d-5c4d83041111", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:06.125868", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_380": ["2018-05-16 20:17:43.136397", "NULL", "NULL", 1140, "cac45168-356f-4fba-a7f9-5462f0d3aa83", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:06.12677", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_381": ["2018-05-16 20:17:43.219616", "NULL", "NULL", 1141, "1d8d402e-fdd7-4b1b-b0d0-93b9efdb6832", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:06.127679", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_382": ["2018-05-16 20:17:43.22519", "NULL", "NULL", 1142, "a6cdf5b0-a1e0-4173-bae2-ff801589ef99", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:17:43.183572", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_383": ["2018-05-16 20:17:43.302892", "NULL", "NULL", 1143, "5c71b0be-96e0-4cff-bbbf-094dfc6a38b3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:06.128633", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_384": ["2018-05-16 20:17:43.385406", "NULL", "NULL", 1144, "c7b0e744-8a72-4d02-b47b-5e9b4e31bb44", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:22.354574", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_385": ["2018-05-16 20:17:43.468303", "NULL", "NULL", 1145, "b024e283-75b0-4211-b35e-b08926bf4d4a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:24.856761", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_386": ["2018-05-16 20:17:43.551376", "NULL", "NULL", 1146, "7ba47085-5a6e-4fe7-bf36-66be1a6b32ee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:29.909718", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_387": ["2018-05-16 20:17:43.634783", "NULL", "NULL", 1147, "2274962a-d334-4bc4-b6df-791d4af15707", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:36.683882", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_388": ["2018-05-16 20:17:43.717733", "NULL", "NULL", 1148, "38eb3170-7fb0-432c-8ca3-f04364f72f01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:36.684687", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_389": ["2018-05-16 20:17:43.80081", "NULL", "NULL", 1149, "5b200fa5-ba5f-4f4b-909d-06fe591a1140", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:36.685013", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_390": ["2018-05-16 20:17:43.88384", "NULL", "NULL", 1150, "613e4149-b34b-46ba-bc06-069a6e92b045", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:36.685401", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_391": ["2018-05-16 20:17:43.96663", "NULL", "NULL", 1151, "d097595e-268d-4749-acb0-6161dd3b4a31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:36.685773", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_392": ["2018-05-16 20:17:44.049827", "NULL", "NULL", 1152, "3e0049c8-79d7-4135-9fb9-b83eb6a1a26d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:36.68612", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_393": ["2018-05-16 20:17:44.132651", "NULL", "NULL", 1153, "22fa6c1b-192b-4dea-bca0-f94852cefd1c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:36.686478", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_394": ["2018-05-16 20:17:44.215706", "NULL", "NULL", 1154, "4159f99a-8940-4b30-bd29-77319ba4d06c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:37.013206", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-extension(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_395": ["2018-05-16 20:17:44.2987", "NULL", "NULL", 1155, "ab715ebd-1114-4e64-af85-b0ff48171b8b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:38.264272", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_396": ["2018-05-16 20:17:44.381559", "NULL", "NULL", 1156, "e01466a4-6298-480c-9f3e-dc63fccae9ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:38.551574", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_397": ["2018-05-16 20:17:44.464621", "NULL", "NULL", 1157, "26742155-e87f-43e5-816b-241055d03efe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:44.419754", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_398": ["2018-05-16 20:17:45.738507", "NULL", "NULL", 1159, "1d70cd19-da44-41f0-be66-550434035bae", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:17:45.696479", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_399": ["2018-05-16 20:17:46.252579", "NULL", "NULL", 1160, "b8ef154e-0ab0-46b9-a88d-b2c90a66b4ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:17:46.210491", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_400": ["2018-05-16 20:17:46.716431", "NULL", "NULL", 1161, "d9228dcc-b6ee-42ac-bfe5-d58dde9425ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:17:46.674521", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_401": ["2018-05-16 20:17:47.358498", "NULL", "NULL", 1162, "fc1daa1a-9c66-43ef-b08a-4465ac90f804", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:47.273025", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_402": ["2018-05-16 20:17:47.522541", "NULL", "NULL", 1164, "f36547d5-3765-45c5-bfa4-ccd93c9571b7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:47.396746", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_403": ["2018-05-16 20:17:47.605418", "NULL", "NULL", 1166, "bb13042a-99c5-4862-b92d-13838caea9c0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:47.560867", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_404": ["2018-05-16 20:17:48.793468", "NULL", "NULL", 1168, "b28e8f05-61c8-4b70-86d2-5af0a9394eca", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:17:48.752148", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_405": ["2018-05-16 20:17:50.368555", "NULL", "NULL", 1169, "67fad82b-2dbb-4a4b-b007-d746c6a022fc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:50.283529", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_406": ["2018-05-16 20:18:54.744525", "NULL", "NULL", 1171, "e2c1f774-929e-4b98-aafd-1d445f87adb9", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:18:54.742535", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_407": ["2018-05-16 20:19:37.964666", "NULL", "NULL", 1172, "babaecfc-9b95-40a9-8b7c-cc2d3b6248c4", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 20:19:37.96259", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_408": ["2018-05-16 20:19:42.95964", "NULL", "NULL", 1173, "1ad738b3-c2cc-418b-acd4-6a15746bfd8c", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:19:42.957288", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_409": ["2018-05-16 20:19:42.962216", "NULL", "NULL", 1174, "17ea810c-e0b9-4b07-817a-ed9188847c90", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:19:42.954692", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_410": ["2018-05-16 20:19:45.594456", "NULL", "NULL", 1175, "f13ed9ac-b395-485a-a796-19d791f688f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:45.551555", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_411": ["2018-05-16 20:19:45.637216", "NULL", "NULL", 1176, "431998c3-9f05-4d3e-9e35-22329c5ed2fb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:45.59561", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_412": ["2018-05-16 20:19:45.719222", "NULL", "NULL", 1177, "2b38c92b-5e2a-475b-911c-898ec515b89d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:45.677527", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_413": ["2018-05-16 20:19:45.801129", "NULL", "NULL", 1178, "a6ad0c88-a5bc-41bb-a66a-16f696e5bdc4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:45.75954", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_414": ["2018-05-16 20:19:45.885157", "NULL", "NULL", 1179, "dfd95d2f-0092-4291-b3ac-d94a77d7bbdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:19:45.843535", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_415": ["2018-05-16 20:19:45.967109", "NULL", "NULL", 1180, "eeb501d6-aabe-40bb-b010-176d15c734e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:45.925544", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_416": ["2018-05-16 21:05:49.511769", "NULL", "NULL", 1314, "68b9229c-0258-48ee-b668-dbc75f8cf077", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:05:49.467829", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_417": ["2018-05-16 21:05:49.594619", "NULL", "NULL", 1315, "c3698ca7-ac54-492d-9fa4-67b9bb05d00f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:05:49.550719", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_418": ["2018-05-16 21:05:49.67749", "NULL", "NULL", 1316, "8d554b41-79be-4d2e-b262-c72b0220b02b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:05:49.633789", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_419": ["2018-05-16 21:05:49.841533", "NULL", "NULL", 1318, "5a2e1366-1b65-4c73-9771-49e40dcdd625", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:05:49.716752", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_420": ["2018-05-16 21:05:50.005341", "NULL", "NULL", 1320, "c8b5a5de-fa72-474b-a002-1a54fbcb7e45", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:49.880852", "critical", "Service group web-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_421": ["2018-05-16 21:05:50.170186", "NULL", "NULL", 1321, "776535cd-afb3-4d98-9605-f08d6c4af818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:50.044868", "critical", "Service group directory-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_422": ["2018-05-16 21:05:50.334429", "NULL", "NULL", 1323, "d21188c5-bec2-4971-b6fd-73f55c59ad31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:50.20986", "critical", "Service group web-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_423": ["2018-05-16 21:05:50.49768", "NULL", "NULL", 1325, "f3256a8d-16a5-4f44-b822-455569b5f6d7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:50.372973", "critical", "Service group directory-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_424": ["2018-05-16 21:05:53.314682", "NULL", "NULL", 1330, "d778e670-3797-49a9-8633-e42e009727d4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:53.270523", "critical", "Service group web-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_425": ["2018-05-16 21:12:48.701543", "NULL", "NULL", 1410, "7033d47e-8c2e-441c-9c4c-69c5ed4e95ac", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:48.61879", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_426": ["2018-05-16 20:20:23.107549", "NULL", "NULL", 1181, "29b01ebf-c97a-477a-95bd-4a720f66b935", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:45.99114", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_427": ["2018-05-16 20:20:23.157102", "NULL", "NULL", 1182, "1d48101e-f81c-4c9b-ae88-0d2046309adb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:45.991265", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_428": ["2018-05-16 20:20:23.195206", "NULL", "NULL", 1183, "5ed14113-6ebf-4fa9-aa06-f6426094b030", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:19:47.522849", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_429": ["2018-05-16 20:20:23.239702", "NULL", "NULL", 1184, "b05a329a-ad9f-49cd-b29c-ea3151de6c17", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:19:47.522999", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_430": ["2018-05-16 20:20:23.242995", "NULL", "NULL", 1185, "77935f5a-cf8f-4e73-b4c4-3f7f1aedd3a1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:45.99374", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_431": ["2018-05-16 20:20:23.322659", "NULL", "NULL", 1186, "34e19adc-ae2c-447e-a35b-37aab8cd2a7a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:19:47.523803", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_432": ["2018-05-16 20:20:23.326821", "NULL", "NULL", 1187, "e34fb8a2-892b-4ffa-b867-62e4e9d1fe40", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:45.99393", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_433": ["2018-05-16 20:20:23.405714", "NULL", "NULL", 1188, "7e3f9056-9c65-4ddd-88f4-e7608dc42f4a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:19:47.524383", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_434": ["2018-05-16 20:20:23.410147", "NULL", "NULL", 1189, "d08b4539-332d-4e2d-a732-ab463eba5f8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:45.994137", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_435": ["2018-05-16 20:20:23.489584", "NULL", "NULL", 1190, "a3ca492d-2fe4-4f18-a7a5-9b86582365af", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:19:47.524701", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_436": ["2018-05-16 20:20:23.492119", "NULL", "NULL", 1191, "5fb30b22-47aa-4b94-b97d-a89e9b873db3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:48.051317", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_437": ["2018-05-16 20:20:23.572518", "NULL", "NULL", 1192, "ad3f6032-1ec9-4199-accd-f524df94c98e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:19:47.52509", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_438": ["2018-05-16 20:20:23.575206", "NULL", "NULL", 1193, "fef4136d-53d9-491f-8012-7657d9456064", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:48.052249", "critical", "Service group vim-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_439": ["2018-05-16 20:20:23.655781", "NULL", "NULL", 1194, "abde3ac8-3d5b-45ae-b000-4e33d0d6235a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:20:12.698813", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_440": ["2018-05-16 20:20:23.658222", "NULL", "NULL", 1195, "cd391382-19d3-4604-982e-636bc5cef9b8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:48.053558", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_441": ["2018-05-16 20:20:23.744839", "NULL", "NULL", 1196, "b037de29-a1e6-4213-b893-a24112a0e6b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:48.054527", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_442": ["2018-05-16 20:20:23.825648", "NULL", "NULL", 1198, "d9fe3074-1f4e-4740-aeb0-37eee9b18fc0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:20:14.779792", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_443": ["2018-05-16 20:20:23.829729", "NULL", "NULL", 1199, "0b34c9c5-9091-4414-ae4b-803a6eaa1437", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:19:48.055338", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_444": ["2018-05-16 20:20:23.908689", "NULL", "NULL", 1200, "b8e82338-1e77-481f-9c50-2014269806ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:20:14.780683", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_445": ["2018-05-16 20:20:23.912749", "NULL", "NULL", 1201, "ae1611a1-2a59-4913-95f0-9177a4fd0f50", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:48.056415", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_446": ["2018-05-16 20:20:23.995698", "NULL", "NULL", 1202, "a5fff405-218a-42f3-9bdf-1280f959cb7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:48.521062", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_447": ["2018-05-16 20:20:24.071653", "NULL", "NULL", 1203, "42c0a058-38a1-4fa3-bbd1-38f1c74b0ac2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:20:14.781045", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_448": ["2018-05-17 16:53:14.371093", "NULL", "NULL", 1663, "28d1d32a-b7c6-4d23-9e4b-39bbb571e479", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:53:07.372464", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_449": ["2018-05-16 20:20:23.776542", "NULL", "NULL", 1197, "e6cbf077-aa6e-4548-9de2-dfc82ced4126", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:23.773919", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_450": ["2018-05-16 20:20:24.385161", "NULL", "NULL", 1210, "a44c6052-f959-423e-afee-13fde3dbce4d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:24.383032", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_451": ["2018-05-16 20:20:24.589881", "NULL", "NULL", 1215, "ab7e6456-1f27-4066-82bf-b59205f867c6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:24.587794", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_452": ["2018-05-16 20:20:24.594075", "NULL", "NULL", 1216, "454f9cdc-cc47-478a-8d0e-abf4620bd7df", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:24.5924", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_453": ["2018-05-16 20:20:27.004801", "NULL", "NULL", 1229, "afe23cdc-a8df-439c-9a21-ade352c7988f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:27.004787", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_454": ["2018-05-16 20:20:27.007652", "NULL", "NULL", 1230, "a7c3ce48-fc81-4114-bf1e-390ac8eb4e04", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:27.007642", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_455": ["2018-05-16 20:20:27.21126", "NULL", "NULL", 1231, "3381bab3-526e-4470-8c2d-0a23907206f7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:27.211243", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_456": ["2018-05-16 20:20:29.816452", "NULL", "NULL", 1234, "fd00ddf1-d104-4af5-b2f0-2d53fd7dd7ce", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:29.816438", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_457": ["2018-05-16 21:05:53.357416", "NULL", "NULL", 1331, "d13fe5fa-b332-4abe-ac73-8c47c43ec34e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:53.313936", "critical", "Service group directory-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_458": ["2018-05-16 21:05:59.290433", "NULL", "NULL", 1332, "61ab5758-9afb-46fc-a311-8cc09418e60e", "200.021", "log", "system.host", "host=controller-0.command=unlock", "2018-05-16 21:05:59.288524", "not-applicable", "controller-0 manual ""unlock"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_459": ["2018-05-16 21:06:00.736001", "NULL", "NULL", 1334, "9f250d41-adc0-41b1-8c2a-7bdb8a44839d", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:06:00.692198", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_460": ["2018-05-16 21:06:00.823803", "NULL", "NULL", 1337, "e539d183-8c6a-487c-b78f-be957e656c63", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:06:00.780226", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_461": ["2018-05-16 21:06:00.86651", "NULL", "NULL", 1338, "b3686120-9ba6-4c97-a246-3127e09c03b9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:06:00.823149", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_462": ["2018-05-16 21:06:00.899247", "NULL", "NULL", 1339, "95e339de-dcf8-4168-886b-2c45a681fa93", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:06:00.776529", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_463": ["2018-05-16 21:06:00.949494", "NULL", "NULL", 1340, "be0dc0a3-bc0b-4992-b1ee-c55918b2d60d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:06:00.905808", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_464": ["2018-05-16 21:06:01.031588", "NULL", "NULL", 1341, "1035f7e9-adff-46bf-afb1-ab05fdb49f84", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:06:00.987759", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_465": ["2018-05-16 21:06:01.114281", "NULL", "NULL", 1342, "44c3292f-0f12-45d9-97a8-b932dddc2c2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:06:01.07077", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_466": ["2018-05-16 21:06:01.196298", "NULL", "NULL", 1343, "90d47ce7-468d-4254-836e-c586628a18f2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:06:01.152832", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_467": ["2018-05-16 21:06:01.278429", "NULL", "NULL", 1344, "1daf01d3-e88f-4eab-9738-8b2275e9e8bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:06:01.234841", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_468": ["2018-05-16 21:06:04.280406", "NULL", "NULL", 1345, "b6cd58cd-b833-4aad-95ff-69d5e6bb9d44", "200.022", "log", "system.host", "host=controller-0.status=offline", "2018-05-16 21:06:04.278547", "not-applicable", "controller-0 is now ""offline""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_469": ["2018-05-16 21:12:14.740616", "NULL", "NULL", 1346, "43506e45-0a71-4d21-91d4-0382d948cf09", "200.022", "log", "system.host", "host=controller-0.status=online", "2018-05-16 21:12:14.738553", "not-applicable", "controller-0 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_470": ["2018-05-16 21:12:18.816715", "NULL", "NULL", 1347, "e9f58ff5-3db2-4df8-9861-41a86278b4f7", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:12:18.818724", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_471": ["2018-05-16 20:20:24.077572", "NULL", "NULL", 1204, "b7885978-a2d8-4964-a097-e9df1c86473e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:20:03.561895", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_472": ["2018-05-16 20:20:24.154654", "NULL", "NULL", 1205, "9ad8ad7a-766c-4875-b28e-f9addf1593f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:20:14.781319", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_473": ["2018-05-16 20:20:24.160515", "NULL", "NULL", 1206, "c4cc468c-bb96-4d6f-9258-1aa2ddbf1cdf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:20:06.064678", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_474": ["2018-05-16 20:20:24.244796", "NULL", "NULL", 1207, "fd33f4b3-fd45-45f6-bdbe-c31884947380", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:20:11.087124", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_475": ["2018-05-16 20:20:24.318726", "NULL", "NULL", 1208, "09d663b3-d90f-46dd-8976-24a1e98db1c3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:20:14.781718", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_476": ["2018-05-16 20:20:24.327729", "NULL", "NULL", 1209, "4648ad1f-53ad-4345-96a6-34ed8450ac3c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:20:18.101656", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_477": ["2018-05-16 20:20:24.410773", "NULL", "NULL", 1211, "a5becc01-2593-44c3-8a83-e63f43ae3ec7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:20:18.102281", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_478": ["2018-05-16 20:20:24.482725", "NULL", "NULL", 1212, "a471bfd3-edc3-4526-9d83-49bcbef9d0c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:20:14.782353", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_479": ["2018-05-16 20:20:24.493778", "NULL", "NULL", 1213, "364b115d-8bb5-407b-9bd5-40cede0e90d6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:20:18.102518", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_480": ["2018-05-16 20:20:24.576748", "NULL", "NULL", 1214, "de818cf6-b64a-425a-bb59-518304381d33", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:20:18.102666", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_481": ["2018-05-16 20:20:24.646548", "NULL", "NULL", 1217, "38fd434f-3fd5-4d22-91d1-17b93df802ae", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:20:14.782656", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_482": ["2018-05-16 20:20:24.659601", "NULL", "NULL", 1218, "754a3e75-7921-4268-97ac-40164c686784", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:20:18.102805", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_483": ["2018-05-16 20:20:24.741777", "NULL", "NULL", 1219, "ec45f004-47f9-4756-b6b5-e00e73979e5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:20:18.102969", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_484": ["2018-05-16 20:20:24.809745", "NULL", "NULL", 1220, "26cd0623-5c52-4c75-831c-d093e92ca030", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:20:17.630193", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_485": ["2018-05-16 20:20:24.892592", "NULL", "NULL", 1221, "1fb3d7bd-063e-4ae5-9864-1ef64889bb9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:20:23.192696", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_486": ["2018-05-16 20:20:24.974624", "NULL", "NULL", 1222, "6bded783-08aa-4857-b532-9d88ea5a0255", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:20:24.932735", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_487": ["2018-05-16 20:20:25.761564", "NULL", "NULL", 1223, "973d3de3-7926-4bf2-abbc-4fa3c29982e1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:20:25.720454", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_488": ["2018-05-16 20:20:25.804503", "NULL", "NULL", 1224, "69a7aeb7-81c3-4b8f-b427-cf668f184436", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:20:25.762606", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_489": ["2018-05-16 20:20:26.532537", "NULL", "NULL", 1225, "9a55653f-e58c-4cbd-98fd-d1e5a6a31a18", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:20:26.491067", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_490": ["2018-05-16 20:20:26.681429", "NULL", "NULL", 1226, "1a90fba7-60f5-4ff6-b7ef-fc64fd55716d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:26.640306", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_491": ["2018-05-16 20:20:26.723254", "NULL", "NULL", 1227, "b89b480a-7c36-4d9a-a589-b4fa798a4f67", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:26.682493", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_492": ["2018-05-16 20:20:26.805672", "NULL", "NULL", 1228, "d1f4c091-d381-4b85-8735-aaf26a771239", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:26.763685", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_493": ["2018-05-16 20:20:28.320789", "NULL", "NULL", 1232, "522b30fc-82d1-40cb-b9da-862228c5af7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:20:28.279331", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_494": ["2018-05-16 20:20:29.727751", "NULL", "NULL", 1233, "1563f03e-86f8-4cb0-a079-4f8f6280f130", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:29.645554", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_495": ["2018-05-16 20:27:06.132056", "NULL", "NULL", 1235, "84bfe44f-6b61-4561-b599-6a3c1963742d", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:27:06.129686", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_496": ["2018-05-16 20:27:11.152141", "NULL", "NULL", 1236, "1658112e-e858-4de9-8469-d14414e17f00", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:27:11.149877", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_497": ["2018-05-16 20:27:11.155095", "NULL", "NULL", 1237, "e53846e4-3bc6-441d-8bbc-39e560df97ac", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:27:11.153005", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_498": ["2018-05-16 20:27:12.838087", "NULL", "NULL", 1238, "b8adc1d2-f031-4a2e-857b-b44dfc38c568", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:12.795402", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_499": ["2018-05-16 20:27:12.8816", "NULL", "NULL", 1239, "afc384fa-558a-49c4-9891-bd5c7e4fe227", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:12.839741", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_500": ["2018-05-16 20:27:12.964583", "NULL", "NULL", 1240, "a6e4096e-716e-480a-a5f2-6da65c2adbff", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:12.922691", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_501": ["2018-05-16 20:27:13.047153", "NULL", "NULL", 1241, "53cbc2e0-ad76-48da-9647-cac2f72f5091", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:13.005652", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_502": ["2018-05-16 20:27:13.129283", "NULL", "NULL", 1242, "3e9bdf2d-0a49-4016-9e9f-1c6af08872fc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:13.087686", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_503": ["2018-05-16 21:12:18.880276", "NULL", "NULL", 1348, "6ec5f0e7-c836-4e29-9589-5723053bb452", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:12:18.843812", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_504": ["2018-05-16 21:12:18.88277", "NULL", "NULL", 1349, "246f743a-8b15-4de1-8c3b-f8cc825c32b0", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:18.859239", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_505": ["2018-05-16 21:12:18.924008", "NULL", "NULL", 1350, "a80aed0b-0308-46c0-ab68-353f9ed24324", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:18.883418", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_506": ["2018-05-16 21:12:20.613345", "NULL", "NULL", 1352, "ea1415cf-da04-4fbd-8f54-bf2c6b9bfd11", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:20.534657", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_507": ["2018-05-16 21:12:20.6951", "NULL", "NULL", 1353, "19add850-deb6-4e18-9668-ea5aa6b0d113", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:20.658714", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_508": ["2018-05-16 21:12:20.777115", "NULL", "NULL", 1354, "40dcf386-f44f-4862-9860-27f7dcbbbbad", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:20.740705", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_509": ["2018-05-16 21:12:20.859113", "NULL", "NULL", 1355, "dffac33a-1b88-4c91-b9e6-570bd523fefe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:20.822649", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_510": ["2018-05-16 21:12:20.941285", "NULL", "NULL", 1356, "78556864-6a48-43f7-b51d-368625b86edd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:20.904713", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_511": ["2018-05-16 21:12:21.023173", "NULL", "NULL", 1357, "e58e10a0-7215-4b33-b826-a2f4c484e8ee", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:20.986618", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_512": ["2018-05-16 21:12:21.187198", "NULL", "NULL", 1358, "10801dc3-9d99-4547-bfb9-a4d68a3f2e8a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:21.069587", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_513": ["2018-05-16 21:12:21.26908", "NULL", "NULL", 1360, "8558ffe1-6454-4f6f-b22b-fc2a14f0f89d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:21.232643", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_514": ["2018-05-16 21:12:21.432502", "NULL", "NULL", 1362, "b8c8bc1a-d444-47fb-be2b-8688cedf6b58", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:12:21.31462", "critical", "Service group distributed-cloud-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_515": ["2018-05-16 21:12:21.595136", "NULL", "NULL", 1363, "4472efb5-6e12-40bf-9be4-ac2fb36ccc00", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:12:21.477738", "critical", "Service group vim-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_516": ["2018-05-16 21:12:21.758059", "NULL", "NULL", 1365, "2f15afc6-44a8-4841-a19e-d26b8b3837af", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:21.640657", "critical", "Service group web-services state change from initial to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_517": ["2018-05-16 21:12:21.92119", "NULL", "NULL", 1367, "e982b75f-1cc0-4ede-bc6e-fccda0979744", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:21.803734", "critical", "Service group directory-services state change from initial to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_518": ["2018-05-16 20:27:51.062495", "NULL", "NULL", 1243, "42983935-27a9-4b64-a5fb-1c05bc7ec9a2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:27:43.045581", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_519": ["2018-05-16 20:27:51.109538", "NULL", "NULL", 1244, "22d3230d-cf00-4b54-bb41-312a4ea68be1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:27:43.046679", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_520": ["2018-05-16 20:27:51.192263", "NULL", "NULL", 1245, "5154c75e-20be-4dcb-9045-b1e50d4d5e6e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:27:46.053611", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_521": ["2018-05-16 20:27:51.275073", "NULL", "NULL", 1246, "f6df9768-f515-47d8-a11c-f28acb2ccaf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:27:46.054068", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_522": ["2018-05-16 20:27:51.358059", "NULL", "NULL", 1247, "67f82c97-afc6-48a7-a2bd-83c9a75c90f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:27:46.054183", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_523": ["2018-05-16 20:27:51.440082", "NULL", "NULL", 1248, "a65b49ac-21d4-4a85-b516-49ad5118ceb1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:27:46.054271", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_524": ["2018-05-16 20:27:51.523012", "NULL", "NULL", 1249, "b2673b5b-e5b1-4897-8532-23db7407faf5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:27:46.0548", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_525": ["2018-05-16 20:27:51.809807", "NULL", "NULL", 1250, "ae154ea3-6505-45d9-9f45-6489594b251e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:13.169693", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_526": ["2018-05-16 20:27:51.852453", "NULL", "NULL", 1251, "e688aeeb-2ac8-4c16-91c5-7f2478d9917d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:13.181135", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_527": ["2018-05-16 20:27:51.935602", "NULL", "NULL", 1252, "468dd14c-81a3-4c58-b6a4-1294d550bfbc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:13.181411", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_528": ["2018-05-16 20:27:52.018502", "NULL", "NULL", 1253, "e2e691f6-c070-43c6-bf52-bcc5657fcc15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:13.181558", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_529": ["2018-05-16 20:27:52.101607", "NULL", "NULL", 1254, "5fc3002f-0fae-4069-95e2-4f99e94376e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:13.18177", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_530": ["2018-05-16 20:27:52.18551", "NULL", "NULL", 1255, "a3a2cd15-6b42-4622-ab3c-bfdba4469c5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:13.182049", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_531": ["2018-05-16 20:27:52.268589", "NULL", "NULL", 1256, "8135af1f-72fd-4e36-86ca-990d68370463", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:15.747373", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_532": ["2018-05-16 20:27:52.351727", "NULL", "NULL", 1257, "792f625a-3146-46b9-944e-bf464e680bf8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:15.74788", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_533": ["2018-05-16 20:27:52.434505", "NULL", "NULL", 1258, "f7c05109-4094-4eeb-b9a6-12797a8d8037", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:15.748171", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_534": ["2018-05-16 20:27:52.517503", "NULL", "NULL", 1259, "8fd441b7-5486-475a-9140-f66790584c52", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:27:15.748398", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_535": ["2018-05-16 20:27:52.600473", "NULL", "NULL", 1260, "99f084eb-b51c-4141-a90c-d3d2abb81b82", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:15.748601", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_536": ["2018-05-16 20:27:52.684766", "NULL", "NULL", 1261, "acbe23df-4da6-4fc8-a2cd-2a616e9ff2d2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:15.748791", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_537": ["2018-05-16 20:27:52.767722", "NULL", "NULL", 1262, "6bc44ba9-c11a-4bbe-8564-2a0e4f92296b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:16.557143", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_538": ["2018-05-16 20:27:52.93633", "NULL", "NULL", 1264, "67667322-7bde-477d-8b08-62189b23404f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:16.55848", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_539": ["2018-05-16 20:27:53.018294", "NULL", "NULL", 1265, "0b88b823-a977-4d19-a979-7aaf1823a748", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:16.559581", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_540": ["2018-05-16 20:27:53.10171", "NULL", "NULL", 1266, "a8b05a59-87ea-488d-81ad-9d9b1f3759b6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:16.560581", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_541": ["2018-05-16 21:12:35.074532", "NULL", "NULL", 1407, "f47a9d51-8655-41db-b6be-18985f915c64", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:35.037076", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_542": ["2018-05-16 21:12:48.782279", "NULL", "NULL", 1411, "15470a1c-b255-4d4a-90cc-912f06b4da7c", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:48.782268", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_543": ["2018-05-16 21:12:48.986254", "NULL", "NULL", 1413, "2f9b47ed-f74b-4e46-a62b-d4423a7b91fa", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:48.986244", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_544": ["2018-05-17 16:43:44.057809", "NULL", "NULL", 1582, "a8016e2e-d18c-4570-bc4e-e03813bf99f1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:01.630509", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_545": ["2018-05-17 16:43:44.107343", "NULL", "NULL", 1583, "d4f82676-5eff-4d4d-b0ab-4aff900d9af9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:01.67366", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_546": ["2018-05-17 16:43:44.19035", "NULL", "NULL", 1584, "e1e4d6b2-2849-498b-87fb-bb7c70cfdc0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.67373", "critical", "Service group controller-services state change from active-failed to disabling-failed on host controller-0; cinder-ip(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_547": ["2018-05-17 16:43:44.273301", "NULL", "NULL", 1585, "2f216a29-5071-4a04-ba40-b3cea46c04ba", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:01.673775", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_548": ["2018-05-17 16:43:44.356402", "NULL", "NULL", 1586, "f57dc24d-5b11-4753-a4ef-370a1babae1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.673941", "critical", "Service group controller-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_549": ["2018-05-17 16:43:44.439364", "NULL", "NULL", 1587, "c214f6c7-e3c5-47a8-8cc9-1eb044d82075", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:02.182146", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_550": ["2018-05-17 16:43:44.522403", "NULL", "NULL", 1588, "ae4eef2c-b521-47c7-b35c-29ed71e127c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:04.210246", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_551": ["2018-05-17 16:43:44.605375", "NULL", "NULL", 1589, "a11a3bbe-017c-455d-b77b-ead339252974", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:04.427767", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_552": ["2018-05-17 16:43:44.688362", "NULL", "NULL", 1590, "8072e840-f4dd-4aeb-bde8-e6981ad87d56", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:04.427922", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_553": ["2018-05-17 16:43:44.771293", "NULL", "NULL", 1591, "610aaba3-2428-46d3-844a-78782e92858e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:04.428003", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_554": ["2018-05-17 16:43:44.855341", "NULL", "NULL", 1592, "3dabea0a-9d94-445f-a322-58bf13689296", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:04.428063", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_555": ["2018-05-17 16:43:44.937286", "NULL", "NULL", 1593, "88440e5b-0a0e-4435-8ba8-6eee1b76d984", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:18.259449", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_556": ["2018-05-17 16:43:45.019262", "NULL", "NULL", 1594, "9aaa3eca-943e-418c-8585-96b4999f464e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:26.307195", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_557": ["2018-05-17 16:43:45.102449", "NULL", "NULL", 1595, "f732e8f4-9420-4dbb-843e-292995ce1a44", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:32.635503", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_558": ["2018-05-17 16:43:45.18445", "NULL", "NULL", 1596, "748dc6c1-53dc-43e1-9f6d-1036a7469df9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:39.046221", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_559": ["2018-05-17 16:43:45.266006", "NULL", "NULL", 1597, "08447f30-783b-4620-ba65-25a8b2cce68d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:39.046581", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_560": ["2018-05-17 16:43:45.348259", "NULL", "NULL", 1598, "ccdd4be7-18ac-43bf-9d91-8ed97434534a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:39.046731", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_561": ["2018-05-17 16:43:45.431095", "NULL", "NULL", 1599, "316189f3-5737-4d7a-9793-7619f2375cb1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:39.04685", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_562": ["2018-05-17 16:43:45.513886", "NULL", "NULL", 1600, "66175b23-dcd9-4c50-90d1-17830aa5cbb6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:39.046982", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_563": ["2018-05-16 21:12:48.784116", "NULL", "NULL", 1412, "0b1721c2-6b12-4a83-beb8-2263230dfe24", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:48.742527", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_564": ["2018-05-16 21:30:42.284656", "NULL", "NULL", 1414, "581b3d85-64a8-4e0e-bb03-3129d78e8dcf", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 21:30:42.282539", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_565": ["2018-05-16 21:30:47.312486", "NULL", "NULL", 1415, "0d69094b-f1cc-459e-b3e6-b16c80ca704a", "401.007", "log", "host", "host=controller-1", "2018-05-16 21:30:47.310035", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_566": ["2018-05-16 21:30:47.315594", "NULL", "NULL", 1416, "60e8d532-0e97-4ec2-aa99-0d5af24a1b17", "401.007", "log", "host", "host=controller-0", "2018-05-16 21:30:47.306549", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_567": ["2018-05-16 21:30:50.642395", "NULL", "NULL", 1417, "30db1bfe-bb53-4c1e-b1e1-7a567d6c85a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:50.600613", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_568": ["2018-05-16 21:30:50.685354", "NULL", "NULL", 1418, "97040ef2-9f0c-4e51-ba36-1b48e228d80e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:50.643805", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_569": ["2018-05-17 16:43:45.554611", "NULL", "NULL", 1601, "9ebec578-f14f-499d-9ca8-c8b8b4acc90d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:43:35.116687", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_570": ["2018-05-17 16:43:45.598839", "NULL", "NULL", 1602, "75a31c3e-6ed7-4a84-9156-b0ab9187181e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:43:38.019542", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_571": ["2018-05-17 16:43:45.682688", "NULL", "NULL", 1603, "fc1dcec0-a87e-4899-b9dd-d224ee7611a3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:43:38.019674", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_572": ["2018-05-17 16:43:45.765142", "NULL", "NULL", 1604, "a6913b5d-6d03-45c1-b915-0f3c128387f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:43:38.019764", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_573": ["2018-05-17 16:43:45.847078", "NULL", "NULL", 1608, "162e3dec-0c00-48a2-be0e-5f93027109ac", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:43:38.019823", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_574": ["2018-05-17 16:43:45.929196", "NULL", "NULL", 1609, "b197f468-4d72-4387-9fdb-8dbdbcba24c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:43:45.552368", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_575": ["2018-05-17 16:43:46.646494", "NULL", "NULL", 1614, "6a69614b-a686-4e90-a9b7-b4e3663ff9d9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.560637", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_576": ["2018-05-17 16:43:47.508895", "NULL", "NULL", 1615, "3509f723-5342-469b-ae3b-dc4ab03bc4c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:43:47.46683", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_577": ["2018-05-17 16:43:48.128322", "NULL", "NULL", 1616, "dcf10e72-c5fa-4625-97b8-3b2d5e885357", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:43:48.086448", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_578": ["2018-05-17 16:43:48.635389", "NULL", "NULL", 1617, "6c2f111e-7a96-4f5a-881a-6924d4fa0395", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:43:48.593318", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_579": ["2018-05-17 16:43:49.650266", "NULL", "NULL", 1619, "0a996027-332f-4913-b084-29aa9bfd9c20", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:49.565604", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_580": ["2018-05-17 16:43:49.732472", "NULL", "NULL", 1620, "ab627b04-7f8c-4ddd-a800-846a0a054875", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:49.688613", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_581": ["2018-05-17 16:43:49.814261", "NULL", "NULL", 1621, "e947c751-2b90-4e9b-a66b-e8c4349bb5bb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:49.770603", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_582": ["2018-05-17 16:43:50.68821", "NULL", "NULL", 1624, "bc1f7cd1-7470-4610-bd90-83f88debd13e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:43:50.64707", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_583": ["2018-05-17 16:43:52.671295", "NULL", "NULL", 1626, "9d5ed300-a0aa-4f73-86b6-1d93d8403912", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:52.586447", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_584": ["2018-05-17 16:53:13.544978", "NULL", "NULL", 1653, "2c8339a4-7cef-444b-a3d8-743c37861700", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:51:08.735441", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_585": ["2018-05-17 16:53:13.627227", "NULL", "NULL", 1654, "ee4de679-587d-4a1f-b2d8-e8cd877c075f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:51:11.238126", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_586": ["2018-05-17 16:53:13.709181", "NULL", "NULL", 1655, "8e8d99aa-4c2e-4200-96dc-89b63c695495", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:51:17.912518", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_587": ["2018-05-16 21:31:26.097401", "NULL", "NULL", 1419, "e1c53aba-9edc-4fa1-809d-f4f12b26ca0c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:26.090887", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_588": ["2018-05-16 21:31:26.308339", "NULL", "NULL", 1420, "00b86238-e47f-496d-ad10-af0e389d1cad", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:26.306544", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_589": ["2018-05-16 21:31:26.31168", "NULL", "NULL", 1421, "59b22bcc-80d4-4c6b-b75c-b827bab2a15e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:26.310181", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_590": ["2018-05-16 21:31:26.516636", "NULL", "NULL", 1422, "6dd2aaa5-c275-4e0c-a0a3-1dde6e728baa", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:26.514975", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_591": ["2018-05-16 21:31:26.520187", "NULL", "NULL", 1423, "bbf48315-198a-4820-8a23-185c37321fee", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:26.518651", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_592": ["2018-05-16 21:31:29.133085", "NULL", "NULL", 1441, "ee4f7d31-5544-4f89-954b-12b811a150f4", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:29.13307", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_593": ["2018-05-16 21:31:29.336961", "NULL", "NULL", 1443, "d930139c-d552-4e70-8283-07387ea4f116", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:29.336946", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_594": ["2018-05-16 21:31:32.154645", "NULL", "NULL", 1475, "1f09da1f-6bc5-4ecb-b8e9-7c51c1bdb9b8", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:32.154634", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_595": ["2018-05-16 21:31:32.358602", "NULL", "NULL", 1477, "15bc5a59-8f75-4863-9658-edb36d64bed2", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:32.358586", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_596": ["2018-05-16 21:31:35.163812", "NULL", "NULL", 1480, "f4e0ca90-2029-49ab-89f0-b4b9450b597d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:35.163799", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_597": ["2018-05-16 21:35:04.459382", "NULL", "NULL", 1483, "e5cacc04-1c92-4f58-8cde-063d4bc068bf", "200.001", "set", "system.host", "host=controller-1", "2018-05-16 21:35:04.457502", "warning", "controller-1 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_598": ["2018-05-16 21:35:05.86397", "NULL", "NULL", 1487, "5adf1b75-104d-404c-9f9c-2c02692061a3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:35:05.862256", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_599": ["2018-05-16 21:35:06.269807", "NULL", "NULL", 1492, "2f412e98-265a-41e7-95b4-37d3ecf23b6b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:35:06.268223", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_600": ["2018-05-16 21:35:06.474639", "NULL", "NULL", 1496, "f28266fc-712d-428c-91a9-6c1fa0334e5b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:35:06.472687", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_601": ["2018-05-16 21:35:06.678124", "NULL", "NULL", 1497, "e1c60e3b-a536-41ee-818d-15561915c9a3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:35:06.676239", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_602": ["2018-05-16 21:35:06.68128", "NULL", "NULL", 1498, "f4e8a8a7-cedd-4864-b01e-08b0a6cc1cae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:35:06.679773", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_603": ["2018-05-16 21:35:06.684193", "NULL", "NULL", 1499, "e70848d5-7def-4d87-95fb-a486e25bd6e0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:35:06.682563", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_604": ["2018-05-16 21:35:06.887154", "NULL", "NULL", 1502, "405d6c83-5949-48e8-8d43-0c8e7f362ce0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:35:06.885528", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_605": ["2018-05-17 16:53:13.792511", "NULL", "NULL", 1656, "142961bc-871d-42cf-958d-1124b9a6c137", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:52:38.383177", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_606": ["2018-05-16 21:31:27.331208", "NULL", "NULL", 1424, "cec14986-ce5f-4789-ab47-988b8854cb00", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:30:52.998662", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_607": ["2018-05-16 21:31:27.375402", "NULL", "NULL", 1425, "809968d1-ddcd-4ee2-ab8a-ea7d023aab58", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:30:52.998959", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_608": ["2018-05-16 21:31:27.458566", "NULL", "NULL", 1426, "24ddf71a-831f-4eeb-98f3-7835a7825ad4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:30:52.999797", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_609": ["2018-05-16 21:31:27.54246", "NULL", "NULL", 1427, "8c87fdc3-4834-4131-bfad-dcd2116306e3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:30:52.999967", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_610": ["2018-05-16 21:31:27.626472", "NULL", "NULL", 1428, "20639421-effa-4a51-bf4c-0548580197f3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:30:53.000138", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_611": ["2018-05-16 21:31:27.710443", "NULL", "NULL", 1429, "5b2fdd54-d985-4119-993e-4e4ce2d04854", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:30:53.000331", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_612": ["2018-05-16 21:31:27.793483", "NULL", "NULL", 1430, "2e26365f-aca1-4298-9f3d-73219cbe2f71", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:31:17.156325", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_613": ["2018-05-16 21:31:27.877468", "NULL", "NULL", 1431, "278a3040-d03d-42bb-b289-33eaa1dc1982", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:31:19.949626", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_614": ["2018-05-16 21:31:27.963965", "NULL", "NULL", 1432, "c1b5075f-c136-44e4-b55d-7bf0246d2a2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:31:19.949735", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_615": ["2018-05-16 21:31:28.046423", "NULL", "NULL", 1433, "550c1e31-dafb-4ebd-ab18-328f6f7213cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:31:19.949775", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_616": ["2018-05-16 21:31:28.130194", "NULL", "NULL", 1434, "ec054090-0047-454a-b313-a31bf011ac13", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:31:19.949813", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_617": ["2018-05-16 21:31:28.212462", "NULL", "NULL", 1435, "105f67ac-d92a-4ffe-a60c-8e211fa606c7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:31:19.949848", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_618": ["2018-05-16 21:31:28.296478", "NULL", "NULL", 1436, "9624e0b0-4492-4829-8d6c-f466e0c12818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:31:19.950179", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_619": ["2018-05-16 21:31:28.380715", "NULL", "NULL", 1437, "4f37d357-1c7c-4cec-b524-f8a9613b910d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:31:20.033176", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_620": ["2018-05-16 21:31:28.463473", "NULL", "NULL", 1438, "1e400743-9288-4a46-b399-87eca448f6eb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:31:23.036344", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_621": ["2018-05-16 21:31:28.546629", "NULL", "NULL", 1439, "cda2e82c-8807-43a6-ac75-d1a37f36f2fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:31:27.289141", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_622": ["2018-05-16 21:31:29.060546", "NULL", "NULL", 1440, "475d9bd3-9213-4dc8-bbf0-5d4ccb924758", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:31:29.018476", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_623": ["2018-05-16 21:31:29.184647", "NULL", "NULL", 1442, "f87d85f9-30b4-4395-86f5-ad4098374aaa", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:29.061697", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_624": ["2018-05-16 21:31:29.34854", "NULL", "NULL", 1444, "8be8ed2b-37f8-4bf2-adb4-38a85e901930", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:29.225494", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_625": ["2018-05-16 21:31:29.497767", "NULL", "NULL", 1445, "4af2f071-7203-4a64-b8fc-c226ef50de05", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:50.718351", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_626": ["2018-05-16 21:31:29.540608", "NULL", "NULL", 1446, "41ac07b5-394e-47ab-aab7-94525e877fb9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:50.718393", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_627": ["2018-05-16 21:31:29.6249", "NULL", "NULL", 1447, "aa1f64ac-845e-4e01-8356-a7ce0f5923b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:30:50.718589", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_628": ["2018-05-16 21:31:29.708692", "NULL", "NULL", 1448, "fb1768c3-b63e-4c11-9ce1-7cf83a6b2962", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:50.718824", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_629": ["2018-05-16 21:31:29.79104", "NULL", "NULL", 1449, "2913dff8-2a1a-4b32-b431-287043782cc2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:50.718989", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_630": ["2018-05-16 21:31:29.876019", "NULL", "NULL", 1450, "04f2ab78-e3cf-45dc-82c3-3478feb187e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:50.719175", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_631": ["2018-05-16 21:31:29.958685", "NULL", "NULL", 1451, "1ec5f0ca-de33-4b10-a1cb-8561cc17700b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:50.719291", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_632": ["2018-05-16 21:31:30.040758", "NULL", "NULL", 1452, "e63784bc-ebd9-435f-8ca3-3c5f2e5be1aa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:50.719524", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_633": ["2018-05-16 21:31:30.123903", "NULL", "NULL", 1453, "d81d2f77-6029-4623-941f-25eb2de9898f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:50.719759", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_634": ["2018-05-16 21:31:30.155599", "NULL", "NULL", 1454, "4d0185a4-3247-4bec-8e5d-3db4378b65ec", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:31:30.113489", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_635": ["2018-05-16 21:31:30.206729", "NULL", "NULL", 1455, "9905c026-1fb6-4e73-901e-2569c16ed735", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:53.102985", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_636": ["2018-05-16 21:31:30.288701", "NULL", "NULL", 1456, "4f088e81-cea7-4525-a483-b7aa8b64ef3b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:53.103857", "critical", "Service group vim-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_637": ["2018-05-16 21:31:30.370663", "NULL", "NULL", 1457, "73d34ac1-403e-455a-8335-3ad7367c7860", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:53.104869", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_638": ["2018-05-16 21:31:30.452686", "NULL", "NULL", 1458, "3d8a3804-a2cb-4442-af9a-821dc0ff8ec9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:53.105695", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_639": ["2018-05-16 21:31:30.536279", "NULL", "NULL", 1459, "c8e6bb41-9dcd-4c0b-beda-ddb477d4b085", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:30:53.106543", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_640": ["2018-05-16 21:31:30.618748", "NULL", "NULL", 1460, "247be08a-87e5-4853-bffb-80a1d6f8f203", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:53.107456", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_641": ["2018-05-16 21:31:30.700619", "NULL", "NULL", 1461, "d5981c96-08b1-4e45-9ae8-54b2724cdc5b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:53.269333", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_642": ["2018-05-16 21:31:30.782332", "NULL", "NULL", 1462, "d1d3d0cb-5176-4fde-86b9-29142f8cc5cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:31:08.334393", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_643": ["2018-05-16 21:31:30.862475", "NULL", "NULL", 1463, "6244e1ed-b871-452f-aa81-28834bfe3545", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:31:30.820845", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_644": ["2018-05-16 21:31:30.865079", "NULL", "NULL", 1464, "28b37b07-5384-4251-81e1-998d54892b43", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:31:11.359277", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_645": ["2018-05-16 21:31:30.946592", "NULL", "NULL", 1465, "90555056-13e9-4dfd-96d7-ac9b575d8bea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:16.491334", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_646": ["2018-05-16 21:31:31.028107", "NULL", "NULL", 1466, "2fe34139-dd0d-4fd0-96a7-2b5b139d236c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:31:20.669128", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_647": ["2018-05-16 21:31:31.110652", "NULL", "NULL", 1467, "bd4c6b42-2e7d-47d9-8a0f-c35967e2814d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:31:20.67088", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_648": ["2018-05-16 21:31:31.192583", "NULL", "NULL", 1468, "3b727ec9-9f99-4656-a000-9f966cca64bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:31:20.67222", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_649": ["2018-05-16 21:31:31.275875", "NULL", "NULL", 1469, "9aebd825-dbf8-409e-b90d-2fb5d598d589", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:31:20.674784", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_650": ["2018-05-16 21:31:31.357389", "NULL", "NULL", 1470, "ce13a85a-5746-430d-8cfb-a13672b9864f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:20.678236", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_651": ["2018-05-16 21:31:31.439279", "NULL", "NULL", 1471, "41378cbf-3d1e-4b9a-b9a7-94c5ed5ae0b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:31:20.680059", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_652": ["2018-05-16 21:31:31.521369", "NULL", "NULL", 1472, "cad18c71-0ebb-43f8-8220-d5f865fbe4ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:21.624837", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_653": ["2018-05-16 21:31:31.603961", "NULL", "NULL", 1473, "08999225-42b3-4fca-84bb-e114cb9cba42", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:23.167324", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_654": ["2018-05-16 21:31:32.08755", "NULL", "NULL", 1474, "b7e2c74d-3e75-4d94-ae5b-1204d588b5f3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:32.046257", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_655": ["2018-05-16 21:31:32.211426", "NULL", "NULL", 1476, "40f7fffe-8304-48f6-af98-f46c13fc5b81", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:32.088576", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_656": ["2018-05-16 21:31:32.417424", "NULL", "NULL", 1478, "a960811a-0f5a-41e0-b3f6-c91439a008e8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:31:32.375514", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_657": ["2018-05-16 21:31:35.13138", "NULL", "NULL", 1479, "16272b1d-5b6f-4e96-9d4d-36ea3631d06d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:35.049214", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_658": ["2018-05-16 21:35:04.072548", "NULL", "NULL", 1481, "5d69cfb6-5186-4e25-a239-dc768c1052a5", "200.022", "log", "system.host", "host=controller-1.state=disabled", "2018-05-16 21:35:04.070508", "not-applicable", "controller-1 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_659": ["2018-05-16 21:35:04.116553", "NULL", "NULL", 1482, "e3b77669-3f16-49bb-9317-14f0535f045d", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-16 21:35:04.114489", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_660": ["2018-05-16 21:35:05.627832", "NULL", "NULL", 1484, "636e450f-895f-4fba-bcfd-e6e0f9366d1e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:35:05.625542", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_661": ["2018-05-16 21:35:05.751519", "NULL", "NULL", 1485, "8c1f6996-c1d3-4127-8140-aab6b884da2e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:35:05.629157", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_662": ["2018-05-16 21:35:05.833183", "NULL", "NULL", 1486, "8c1bae50-8065-4345-81c7-829fac5d1c99", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:35:05.791545", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_663": ["2018-05-16 21:35:05.915096", "NULL", "NULL", 1488, "5b09c61b-5aac-4068-b287-6ead6eb2be72", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:35:05.873494", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_664": ["2018-05-16 21:35:05.997379", "NULL", "NULL", 1489, "98ecc4e8-7d4b-4a53-a338-5672b2861ca8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:35:05.955695", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_665": ["2018-05-16 21:35:06.079541", "NULL", "NULL", 1490, "90e63ae0-378b-4f82-ae77-0b4f67cabe29", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:35:06.037507", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_666": ["2018-05-16 21:35:06.162391", "NULL", "NULL", 1491, "9868f7d5-be91-40b3-af10-57aae30786ca", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:35:06.120494", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_667": ["2018-05-16 21:35:06.326167", "NULL", "NULL", 1493, "3b54cd18-beb7-48ff-ad37-efdfb58806d8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:35:06.203478", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_668": ["2018-05-16 21:35:06.340643", "NULL", "NULL", 1494, "5c4368bd-1244-40be-a06a-1362af8acef3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:06.340892", "critical", "Service group web-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_669": ["2018-05-16 21:35:06.383584", "NULL", "NULL", 1495, "70f3ec92-3053-47ea-9ec8-d4fcc5a17152", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:06.344509", "critical", "Service group directory-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_670": ["2018-05-16 21:35:06.75645", "NULL", "NULL", 1500, "3062a759-93b1-4094-9ea2-15c41c38809e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:06.717427", "critical", "Service group web-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_671": ["2018-05-16 21:35:06.799487", "NULL", "NULL", 1501, "421d0c9b-dd2f-4fda-a1a6-589c59c6d026", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:06.76041", "critical", "Service group directory-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_672": ["2018-05-16 21:35:08.880261", "NULL", "NULL", 1504, "efd0decc-e7a7-4ee1-9ec4-ac3ad7195c34", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:08.840827", "critical", "Service group web-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_673": ["2018-05-16 21:35:08.92372", "NULL", "NULL", 1505, "2779eb38-7759-47f9-829d-b13a43266996", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:08.884347", "critical", "Service group directory-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_674": ["2018-05-16 21:40:04.66341", "NULL", "NULL", 1506, "bc56a354-2592-48bd-9403-8dfcf6181783", "200.021", "log", "system.host", "host=controller-1.command=unlock", "2018-05-16 21:40:04.661493", "not-applicable", "controller-1 manual ""unlock"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_675": ["2018-05-16 21:35:06.890489", "NULL", "NULL", 1503, "99e3d948-6a79-4939-a454-ee03f047b3f6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:35:06.889088", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_676": ["2018-05-16 21:40:04.822195", "NULL", "NULL", 1507, "b512d52a-4a04-4bc6-abc1-cd45f957c125", "200.001", "clear", "system.host", "host=controller-1", "2018-05-16 21:40:04.822181", "warning", "controller-1 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_677": ["2018-05-16 21:40:06.229024", "NULL", "NULL", 1516, "aa8c3c3b-b0d2-4f1e-b1ff-e1e2971d6244", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-16 21:40:06.227502", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_678": ["2018-05-16 21:40:06.432578", "NULL", "NULL", 1517, "285d6261-a4a9-4896-9508-88c0ec714dbc", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:40:06.430904", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_679": ["2018-05-17 16:43:45.789441", "NULL", "NULL", 1605, "13ce975f-a0c1-4100-ac3e-caf2d56e8603", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:45.789414", "critical", "Service group controller-services failure; cinder-ip(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_680": ["2018-05-17 16:43:45.793491", "NULL", "NULL", 1606, "6edc1422-eaf9-408d-b1fb-4a066b6a6036", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:45.792114", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_681": ["2018-05-17 16:43:45.796498", "NULL", "NULL", 1607, "b92dcec8-c796-4e8f-845b-6d23a32e575a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:45.795137", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_682": ["2018-05-17 16:43:46.000647", "NULL", "NULL", 1610, "6dd7e65d-74e5-4b77-9158-d2cbe6dab90c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:45.998459", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_683": ["2018-05-17 16:43:46.003794", "NULL", "NULL", 1611, "05089179-cb82-4b11-aa2a-e546c192ec3a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:46.002427", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_684": ["2018-05-17 16:43:46.006918", "NULL", "NULL", 1612, "ac55b858-ace4-411e-a30f-89ca56f63c59", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.005566", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_685": ["2018-05-17 16:43:46.61062", "NULL", "NULL", 1613, "5fb90cb6-71b0-4a6e-a70d-c154d5dc78be", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.610603", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_686": ["2018-05-17 16:43:49.620751", "NULL", "NULL", 1618, "e898e3b3-938a-4447-be8c-91e996140ab1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:49.620735", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_687": ["2018-05-17 16:43:50.025935", "NULL", "NULL", 1622, "b463af14-dc16-415c-9bfc-0b43b85a96db", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:50.025923", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_688": ["2018-05-17 16:43:50.028802", "NULL", "NULL", 1623, "8aa4398a-a61e-4513-8a84-19775040258a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:50.028791", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_689": ["2018-05-17 16:43:52.633849", "NULL", "NULL", 1625, "60be2a46-5e93-49ec-a1bd-53594fe76128", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:52.633835", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_690": ["2018-05-17 16:53:13.874787", "NULL", "NULL", 1657, "83146304-63d5-45fa-85b8-882c7691ed35", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:52:38.893297", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_691": ["2018-05-17 16:53:13.957774", "NULL", "NULL", 1658, "410221ff-66d7-444e-a148-08a0bc4ebb54", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:52:40.607024", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_692": ["2018-05-17 16:53:14.041028", "NULL", "NULL", 1659, "02d9c376-39af-454e-905e-1b6cd9423275", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:53:07.371518", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_693": ["2018-05-17 16:53:14.205161", "NULL", "NULL", 1661, "74e7f549-155e-4a23-a743-650f04897f87", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:53:07.372102", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_694": ["2018-05-17 16:53:14.288107", "NULL", "NULL", 1662, "48a7f9a9-58c8-467a-8e95-2bbb91a10d4e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:53:07.372278", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_695": ["2018-05-16 21:40:05.684654", "NULL", "NULL", 1508, "2497b4d8-74f5-4869-9686-1074a21e5e10", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:40:05.68454", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_696": ["2018-05-16 21:40:05.728292", "NULL", "NULL", 1509, "3a09f1b4-5f52-4daa-996f-bc9d923013aa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:40:05.688803", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_697": ["2018-05-16 21:40:05.811378", "NULL", "NULL", 1510, "8d4cc67c-6a4b-4103-bceb-cbecc56e7fd5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:40:05.771695", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_698": ["2018-05-16 21:40:05.89447", "NULL", "NULL", 1511, "935aaa59-e23c-41e7-b948-2ac036146466", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:40:05.85469", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_699": ["2018-05-16 21:40:05.977262", "NULL", "NULL", 1512, "c3fe8dbb-143d-48a2-9fce-c193c0a1e02f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:40:05.937671", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_700": ["2018-05-16 21:40:06.060517", "NULL", "NULL", 1513, "43c5badf-7d74-4c5b-ad4c-afa0e30e89e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:40:06.020724", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_701": ["2018-05-16 21:40:06.090528", "NULL", "NULL", 1514, "57432627-4251-4f82-ab0d-9e7aed4af0ab", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:40:06.088611", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_702": ["2018-05-16 21:40:06.214489", "NULL", "NULL", 1515, "18b39a05-db98-4d36-9cf2-9b4e1355b1cb", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:40:06.091852", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_703": ["2018-05-16 21:40:06.585274", "NULL", "NULL", 1518, "52ca1a49-abab-4b34-8ed1-b356dc92d054", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:40:06.54575", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_704": ["2018-05-16 21:40:09.704259", "NULL", "NULL", 1519, "89484fb9-4d08-4d9c-bbb2-36749ffe033e", "200.022", "log", "system.host", "host=controller-1.status=offline", "2018-05-16 21:40:09.702565", "not-applicable", "controller-1 is now ""offline""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_705": ["2018-05-17 16:53:12.399863", "NULL", "NULL", 1627, "dc7e3a3c-8f40-4304-a290-6f16db9c4408", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:50:49.887334", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_706": ["2018-05-17 16:53:12.47506", "NULL", "NULL", 1628, "5fdadfcb-c040-4d76-83a4-6a81e232a596", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:50:50.174522", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_707": ["2018-05-17 16:53:12.5582", "NULL", "NULL", 1635, "4311af13-aad6-4020-8188-4bb4c4125aab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:50:50.174583", "critical", "Service group vim-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_708": ["2018-05-17 16:53:12.6402", "NULL", "NULL", 1636, "44c6e7f4-f271-4a94-875b-606c7351bdb2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:50:50.174632", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_709": ["2018-05-17 16:53:12.722267", "NULL", "NULL", 1637, "542a1ec2-1b5a-4937-ae11-ed4e5df0b80a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:50:50.174678", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_710": ["2018-05-17 16:53:12.804131", "NULL", "NULL", 1641, "a8a7187b-0258-43bc-ad54-4c2ae098d139", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:50:50.174722", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_711": ["2018-05-17 16:53:12.886833", "NULL", "NULL", 1642, "ffa891e4-9221-429f-8951-fc89f65733d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:50:50.174765", "critical", "Service group cloud-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_712": ["2018-05-17 16:53:12.969845", "NULL", "NULL", 1646, "14f4657e-5632-4833-b3a0-8dd89d0fbbb3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:50:50.174819", "critical", "Service group controller-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_713": ["2018-05-17 16:53:13.05266", "NULL", "NULL", 1647, "b7420a3e-73b1-4bbe-91b8-a645cd1a7250", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:50:50.174868", "critical", "Service group oam-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_714": ["2018-05-17 16:53:13.135395", "NULL", "NULL", 1648, "1d0bca7a-5a4a-40a7-afdb-8648257d14f9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:50:50.221111", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_715": ["2018-05-17 16:53:13.298396", "NULL", "NULL", 1649, "5d244e34-9125-456a-acbd-1e3d586a8526", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:50:50.648487", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_716": ["2018-05-17 16:53:13.380248", "NULL", "NULL", 1651, "bd34d438-54a9-45ce-8c67-620f90fe0e64", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:50:50.678128", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_717": ["2018-05-17 16:53:13.462276", "NULL", "NULL", 1652, "499807e7-cc72-4220-9afa-5d8790bff547", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:50:52.717467", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_718": ["2018-05-16 21:46:31.663468", "NULL", "NULL", 1520, "515dd8e3-7999-495e-aedf-b7983e4e685d", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-16 21:46:31.661524", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_719": ["2018-05-16 21:46:35.193257", "NULL", "NULL", 1521, "78879355-d767-49d1-b036-f5647d3d217c", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:46:35.191259", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_720": ["2018-05-16 21:46:35.234995", "NULL", "NULL", 1522, "107ead2e-e853-4f43-bbdf-9282c8e61e0b", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:46:35.194197", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_721": ["2018-05-16 21:46:35.733026", "NULL", "NULL", 1523, "2d474c0a-b668-407a-a64f-a2ed33045537", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:46:35.729783", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_722": ["2018-05-16 21:46:35.796191", "NULL", "NULL", 1524, "9fdc0d0e-2d55-4372-a036-1cbbc717f7d9", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:46:35.75485", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_723": ["2018-05-16 21:46:37.699713", "NULL", "NULL", 1525, "363be5be-87e6-4737-9d2d-fce775df7fb5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:46:37.657573", "critical", "Service group distributed-cloud-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_724": ["2018-05-16 21:46:37.742144", "NULL", "NULL", 1526, "d69e2fef-6abc-400c-99b9-f4f1107f7300", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:46:37.700557", "critical", "Service group vim-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_725": ["2018-05-16 21:46:37.824027", "NULL", "NULL", 1527, "db8c45c2-37dc-45ea-b474-9d858418ce3d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:37.782434", "critical", "Service group web-services state change from initial to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_726": ["2018-05-16 21:46:37.90604", "NULL", "NULL", 1528, "e095d05b-45f0-43fb-8763-cd481c7e7926", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:37.864429", "critical", "Service group directory-services state change from initial to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_727": ["2018-05-16 21:46:37.988034", "NULL", "NULL", 1529, "51299e53-e110-419c-97cc-3b0de9850062", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:46:37.946479", "critical", "Service group patching-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_728": ["2018-05-16 21:46:38.070929", "NULL", "NULL", 1530, "63846ef6-9194-449b-b065-0073b6b8a872", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:46:38.029411", "critical", "Service group cloud-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_729": ["2018-05-16 21:46:38.153127", "NULL", "NULL", 1531, "6d1b938e-b937-407f-81ee-db41e3d687c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:38.110404", "critical", "Service group controller-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_730": ["2018-05-16 21:46:38.235232", "NULL", "NULL", 1532, "4d881e17-1426-41ec-8fbd-2995791e4aaa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:46:38.193437", "critical", "Service group oam-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_731": ["2018-05-16 21:46:38.317106", "NULL", "NULL", 1533, "daea7d5a-0c77-47d2-8d69-d439b45e3567", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:46:38.275793", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_732": ["2018-05-16 21:46:38.399089", "NULL", "NULL", 1534, "bd944a90-b4f1-4dad-824b-3618386a08ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:46:38.357459", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_733": ["2018-05-16 21:46:38.482125", "NULL", "NULL", 1535, "ff200c73-345d-4982-b26d-b50ba9f2198c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:46:38.439926", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_734": ["2018-05-16 21:46:38.564144", "NULL", "NULL", 1536, "fd5ae6c3-1b8e-4f44-a85f-06f37d0f7a13", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:38.5224", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_735": ["2018-05-16 21:46:38.646164", "NULL", "NULL", 1537, "eb8495f7-03a6-4a2a-802d-d6ed694de442", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:46:38.604483", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_736": ["2018-05-16 21:46:38.728118", "NULL", "NULL", 1538, "806ac62e-d51a-4629-83cf-e0ddcff572be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:46:38.686503", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_737": ["2018-05-16 21:46:38.810247", "NULL", "NULL", 1539, "a6d3890f-ecb1-4e3b-801e-e52e94b79ac0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:38.768479", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_738": ["2018-05-16 21:46:39.600043", "NULL", "NULL", 1540, "71bc720c-4264-430c-8813-ca152aa78ccd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:39.131396", "critical", "Service group controller-services state change from go-standby to go-standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_739": ["2018-05-16 21:46:40.71019", "NULL", "NULL", 1544, "fa30b501-8216-49eb-84bc-0726ecc251a8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:40.707717", "critical", "Service group controller-services state change from go-standby-degraded to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_740": ["2018-05-16 21:46:41.065977", "NULL", "NULL", 1545, "bce4f87f-8e52-46cd-8597-12312590c169", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:41.02372", "critical", "Service group controller-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_741": ["2018-05-16 21:46:40.216857", "NULL", "NULL", 1541, "f9fe6e1f-b370-4e30-8a37-e5520c0fbc9f", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-16 21:46:40.214633", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_742": ["2018-05-16 21:46:40.220225", "NULL", "NULL", 1542, "33f59fb2-d85d-4476-8367-e4eb11302e33", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:46:40.218643", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_743": ["2018-05-16 21:46:40.623399", "NULL", "NULL", 1543, "08e15970-538a-4d7b-831c-348baf02692b", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:40.621752", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_744": ["2018-05-16 21:46:43.829645", "NULL", "NULL", 1546, "b67a1db4-8bc9-4667-bc34-688c22661ab1", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:43.829632", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_745": ["2018-05-16 21:46:50.037544", "NULL", "NULL", 1553, "2f6f7c7c-6c99-4746-929a-45e79a8def54", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:46:50.037532", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_746": ["2018-05-16 21:46:50.241484", "NULL", "NULL", 1556, "9d08bd21-54b0-49fe-8aa6-aba228f1edd0", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:46:50.241472", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_747": ["2018-05-16 21:46:50.445279", "NULL", "NULL", 1558, "f58544ff-2fa1-4005-b524-5105b25b56fa", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:46:50.445256", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_748": ["2018-05-16 21:46:50.448808", "NULL", "NULL", 1559, "dc6781ca-3d40-4e7d-8b16-6bae0e2d50c2", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:46:50.448798", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_749": ["2018-05-16 21:46:50.451562", "NULL", "NULL", 1560, "67ad162b-224c-425d-82da-11882dad904b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:46:50.451551", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_750": ["2018-05-16 21:46:50.654595", "NULL", "NULL", 1562, "50128f3c-53ca-4941-9ab0-b1b48d0645e1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:46:50.654584", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_751": ["2018-05-16 21:46:52.86035", "NULL", "NULL", 1566, "f4518b56-91ee-4a94-b000-b9dbdfed3c97", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:46:52.860341", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_752": ["2018-05-16 21:46:53.09554", "NULL", "NULL", 1567, "a36b2a98-7af6-48cc-8d4e-4a7eb0e74598", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:46:53.095527", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_753": ["2018-05-16 21:47:05.104969", "NULL", "NULL", 1570, "bd6fd34d-6ac1-4ba0-894e-a8b6a976b405", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-16 21:47:05.104957", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_754": ["2018-05-16 21:47:05.308228", "NULL", "NULL", 1571, "4c915d69-d079-4f6d-9f4d-7a0acc6a3cfe", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:47:05.308217", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_755": ["2018-05-17 01:55:31.220421", "NULL", "NULL", 1572, "3f12ab0c-d5d7-45fa-b087-d3ba054f9b61", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-17 01:55:31.22041", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_756": ["2018-05-17 01:55:35.026036", "NULL", "NULL", 1573, "d91d9e96-5abe-4219-a09d-d76886d97466", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-17 01:55:35.026022", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_757": ["2018-05-17 01:55:35.429466", "NULL", "NULL", 1574, "57a15079-8ed2-465e-9acb-12519be00cae", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-17 01:55:35.429453", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_758": ["2018-05-17 02:19:30.964022", "NULL", "NULL", 1575, "4107f11b-3324-4046-856e-5f9874799c59", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-17 02:19:30.825065", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_759": ["2018-05-17 02:19:33.969231", "NULL", "NULL", 1576, "6906dfc5-46ef-4b0c-8257-e7c458c0db4a", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-17 02:19:33.831386", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_760": ["2018-05-17 02:19:37.574312", "NULL", "NULL", 1577, "a773a577-e714-4812-8041-d6f6fe512925", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-17 02:19:37.434942", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_761": ["2018-05-17 16:54:19.846061", "NULL", "NULL", 1711, "e43c9b11-c5c6-4c52-9abe-1b5c9a3cfc28", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-17 16:54:19.84605", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_762": ["2018-05-16 21:46:47.783565", "NULL", "NULL", 1547, "e7f40bfb-f189-4856-aab6-4b0b6ce07e0f", "200.022", "log", "system.host", "host=controller-1.state=enabled", "2018-05-16 21:46:47.7815", "not-applicable", "controller-1 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_763": ["2018-05-16 21:46:49.641501", "NULL", "NULL", 1548, "cebed8fe-1f54-4f90-8608-9abe6c4148e2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:46:49.600177", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_764": ["2018-05-16 21:46:49.684326", "NULL", "NULL", 1549, "1034d1a3-e56e-4173-89cd-eaf4ca331bb8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:46:49.642743", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_765": ["2018-05-16 21:46:49.766158", "NULL", "NULL", 1550, "afd51acb-4ace-4d2e-ba28-025ef1e46ba5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:46:49.724484", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_766": ["2018-05-16 21:46:49.848244", "NULL", "NULL", 1551, "09c00c2e-a117-4030-9206-85e07d1e929b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:46:49.806519", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_767": ["2018-05-16 21:46:50.011291", "NULL", "NULL", 1552, "1993bde2-57a1-48c6-8875-9f6d75109d06", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:46:49.888493", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_768": ["2018-05-16 21:46:50.094195", "NULL", "NULL", 1554, "dda61303-fcb5-4158-966e-90b95cef0870", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:46:50.052501", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_769": ["2018-05-16 21:46:50.215622", "NULL", "NULL", 1555, "67c9520f-e573-4762-8f07-c957133ca3e6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:50.17343", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_770": ["2018-05-16 21:46:50.258099", "NULL", "NULL", 1557, "49b5726b-7d6b-451f-acb8-25332ae3b569", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:50.21637", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_771": ["2018-05-16 21:46:50.555889", "NULL", "NULL", 1561, "3452e158-915a-48b1-b56e-5badfb87317e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:50.512973", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_772": ["2018-05-16 21:46:51.324333", "NULL", "NULL", 1563, "9fa82733-8ed0-453b-b1f2-e5dd5166bbee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:51.282064", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_773": ["2018-05-16 21:46:52.662653", "NULL", "NULL", 1564, "05071952-3b2a-43ef-946a-0d169b1f5b1f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:46:52.62071", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_774": ["2018-05-16 21:46:52.705399", "NULL", "NULL", 1565, "60c4a2bd-bf3b-4b45-98ff-595f3f10ff9b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:46:52.664195", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_775": ["2018-05-16 21:47:04.945892", "NULL", "NULL", 1568, "fc94316f-8f1a-42c4-b2e1-e44b8d52af2e", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:47:04.903529", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_776": ["2018-05-16 21:47:05.070212", "NULL", "NULL", 1569, "3b72bd3a-e7d2-4fa9-8fdc-66108a8904f9", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:47:04.947471", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_777": ["2018-05-17 16:43:00.624362", "NULL", "NULL", 1578, "38ddb2a8-28c2-45c3-b48b-cfee9e3d8751", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:00.619494", "critical", "Service group controller-services state change from active to active-failed on host controller-0; cinder-ip(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_778": ["2018-05-17 16:43:01.507388", "NULL", "NULL", 1579, "95515080-f619-4d60-9bf3-15c953f49d50", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:01.425126", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_779": ["2018-05-17 16:43:01.590242", "NULL", "NULL", 1581, "a9adeb6e-2011-4ad1-af65-4ea7fd65cd3f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:01.548507", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_780": ["2018-05-17 16:53:12.519396", "NULL", "NULL", 1629, "8518bf92-2bfd-47e6-8b99-6e08c13a56a9", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-17 16:53:12.516647", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_781": ["2018-05-17 16:53:12.52729", "NULL", "NULL", 1630, "cf07e9fe-5468-473e-84cc-7a1e9a254abc", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-17 16:53:12.52579", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_782": ["2018-05-17 16:53:12.530213", "NULL", "NULL", 1631, "070a82f9-c220-475a-8c5d-a8e2fed7b687", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.528842", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_783": ["2018-05-17 16:53:12.535561", "NULL", "NULL", 1632, "f7b0d67e-62d0-4588-8907-2535040a0a65", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.534282", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_784": ["2018-05-17 16:53:12.538226", "NULL", "NULL", 1633, "9d2c9735-92b9-436c-979b-1d3d19f9e91d", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-17 16:53:12.538216", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_785": ["2018-05-17 16:53:12.543136", "NULL", "NULL", 1634, "2e977339-3950-44de-aab1-80eab6998a08", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.543127", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_786": ["2018-05-17 16:53:12.747611", "NULL", "NULL", 1638, "eb3be212-5a33-4893-b3d1-12a6720c16e7", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-17 16:53:12.747596", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_787": ["2018-05-17 16:53:12.751384", "NULL", "NULL", 1639, "4d3677b4-e4dc-4bb8-83c0-ab8056ebc41f", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.751372", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_788": ["2018-05-17 16:54:25.452601", "NULL", "NULL", 1712, "868a02b1-71b2-4e42-bbdf-41c590a83046", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:25.450343", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_789": ["2018-05-17 16:54:26.057505", "NULL", "NULL", 1717, "e3b82277-e951-4867-90aa-33867347b6f9", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:26.055688", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_790": ["2018-05-17 16:54:26.261122", "NULL", "NULL", 1719, "a695a9bb-609b-4118-b2f2-2393c384bf34", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:26.259348", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_791": ["2018-05-17 16:54:26.264295", "NULL", "NULL", 1720, "2d1a074c-93ef-4aec-bef3-2e7df566f1ec", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:26.262882", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_792": ["2018-05-17 16:54:26.467557", "NULL", "NULL", 1722, "942d5053-a1a1-463a-8fa2-3cd62870ddef", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:26.466182", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_793": ["2018-05-17 16:54:26.673", "NULL", "NULL", 1725, "bd51ebde-5d86-49b5-bc7b-0675103e491e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:26.671509", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_794": ["2018-05-17 16:54:26.876575", "NULL", "NULL", 1727, "41245e50-d051-4bdb-b05c-01c575e19206", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:26.87498", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_795": ["2018-05-17 16:54:27.079978", "NULL", "NULL", 1729, "caca49b2-a3b5-492f-b2f5-5c805e46e42a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:27.078254", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_796": ["2018-05-17 16:54:27.083457", "NULL", "NULL", 1730, "44d1465c-352a-4519-abb1-772efc2cf0c8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:27.081871", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_797": ["2018-05-17 16:54:27.287134", "NULL", "NULL", 1732, "cfd398c9-89b2-407b-9b27-75de81fcb15d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:27.285469", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_798": ["2018-05-17 16:54:27.490555", "NULL", "NULL", 1735, "db72cf61-97c4-4a81-bd95-e4a02f12ac80", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:27.489141", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_799": ["2018-05-17 16:54:27.694103", "NULL", "NULL", 1737, "9f255ec8-32cd-4c45-9f89-8ff4cd9b3d95", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:27.692248", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_800": ["2018-05-17 16:54:27.897944", "NULL", "NULL", 1739, "af459852-b691-4aac-be9f-c4b75ff64f8f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:27.897933", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_801": ["2018-05-17 16:54:27.901149", "NULL", "NULL", 1740, "4d9fee37-5600-48d6-9cc9-2aab0a268029", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:27.901139", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_802": ["2018-05-17 16:54:28.104688", "NULL", "NULL", 1742, "e8330d6a-9079-48f3-9ede-9b63f3017659", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:28.103079", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_803": ["2018-05-17 16:54:28.308544", "NULL", "NULL", 1745, "7ff9350d-3b5f-45dc-933a-73d64406e2f1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:54:28.306945", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_804": ["2018-05-17 16:54:28.512183", "NULL", "NULL", 1747, "4220eb82-b7a8-4116-a9ac-b7586a4279ab", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:28.512172", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_805": ["2018-05-17 16:54:28.715978", "NULL", "NULL", 1750, "6deab9cd-0365-4856-b42d-b5be5cbefeec", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:54:28.715951", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_806": ["2018-05-17 16:54:28.920513", "NULL", "NULL", 1752, "2ed16c06-fcc3-4b14-a8b9-1b21e03095f7", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:28.917821", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_807": ["2018-05-17 16:54:25.472979", "NULL", "NULL", 1713, "2aa72f3f-96c3-40fa-a370-7568a3a0fbbb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:50:49.159486", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_808": ["2018-05-17 16:54:25.555475", "NULL", "NULL", 1714, "03de04d3-1a7d-4755-91a9-2493320f62a1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:25.429553", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_809": ["2018-05-17 16:54:25.844675", "NULL", "NULL", 1715, "bb4e3b7d-de78-4e1d-8851-34fa959fb108", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:25.596529", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_810": ["2018-05-17 16:54:26.008606", "NULL", "NULL", 1716, "32b4774f-3b99-450e-9bdf-e0c9ba3b5d01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:25.885512", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_811": ["2018-05-17 16:54:26.172256", "NULL", "NULL", 1718, "a9f62506-eea4-4f4b-821e-09ba22a50309", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:26.049506", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_812": ["2018-05-17 16:54:26.335539", "NULL", "NULL", 1721, "07ad7846-40c3-496f-acad-99b7cd864f85", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:26.212471", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_813": ["2018-05-17 16:54:26.498939", "NULL", "NULL", 1723, "87c0ad67-197b-4d67-acee-dcd923638507", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:26.376506", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_814": ["2018-05-17 16:54:26.662478", "NULL", "NULL", 1724, "19554d37-34be-45c8-aebb-f6890cda2ea5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:26.539548", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_815": ["2018-05-17 16:54:26.825279", "NULL", "NULL", 1726, "20b6c37d-cc46-4fc9-a950-8dc67321c43e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:26.702588", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_816": ["2018-05-17 16:54:26.988305", "NULL", "NULL", 1728, "507674f0-38de-45a1-8338-2e25cf0f47e0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:26.865516", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_817": ["2018-05-17 16:54:27.151264", "NULL", "NULL", 1731, "852db68a-3bc8-49b0-b9b5-2b02cc3ccc6b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:27.028542", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_818": ["2018-05-17 16:54:27.314041", "NULL", "NULL", 1733, "4c632f43-96ce-4559-a43a-165be962ed38", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:27.191505", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_819": ["2018-05-17 16:54:27.4771", "NULL", "NULL", 1734, "53f17d8e-1c76-4c69-b9d4-af41c80ef85a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:27.35457", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_820": ["2018-05-17 16:54:27.640017", "NULL", "NULL", 1736, "d7128720-97fe-493e-9eb1-f0fbcd7ae459", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:27.517546", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_821": ["2018-05-17 16:54:27.803474", "NULL", "NULL", 1738, "42ec7ea1-e4b8-4bb6-8d37-d1dd9f99a6e5", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:27.680486", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_822": ["2018-05-17 16:54:27.967157", "NULL", "NULL", 1741, "24e51f91-9aa4-43be-872b-d1a8f0aff5a4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:27.844554", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_823": ["2018-05-17 16:54:28.130041", "NULL", "NULL", 1743, "15ab0020-6da0-4e9e-a684-37071e7a6eb8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:28.00752", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_824": ["2018-05-17 16:54:28.212125", "NULL", "NULL", 1744, "e479058d-7372-4a8f-9229-46eb5013aeab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:28.170501", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_825": ["2018-05-17 16:54:28.375094", "NULL", "NULL", 1746, "1fe8bbc8-f64a-4a1f-9c42-9ccb74f2becb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:28.252509", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_826": ["2018-05-17 16:54:28.538122", "NULL", "NULL", 1748, "12d8a356-77d3-4ffe-b4cd-ba6fe24d3d11", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:28.415514", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_827": ["2018-05-17 16:54:28.701268", "NULL", "NULL", 1749, "f6cc8b53-0d80-4d62-8c34-a1aafa0fbaa8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:28.578542", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_828": ["2018-05-17 16:54:28.864171", "NULL", "NULL", 1751, "3a172bec-da07-4220-87ba-77d074294c3f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:28.741527", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_829": ["2018-05-17 16:54:29.027415", "NULL", "NULL", 1753, "5524c132-2dbd-462f-8e06-dbc84942198a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:28.904631", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_830": ["2018-05-17 16:54:29.124481", "NULL", "NULL", 1754, "ef352ccc-15cc-4ab0-a114-e127e7790aba", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:29.124463", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_831": ["2018-05-17 16:54:29.127857", "NULL", "NULL", 1755, "a24d1ea3-75bb-4c34-aa33-2ef82e86ffe1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.126395", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(enabling, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_832": ["2018-05-17 16:54:29.331519", "NULL", "NULL", 1757, "fbc0e177-81eb-48b6-9f49-41c011707ba3", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.331508", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(enabling, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_833": ["2018-05-17 16:54:29.535061", "NULL", "NULL", 1760, "3910a46a-2a97-4d91-922a-9c539a4a4974", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:29.53505", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_834": ["2018-05-17 16:54:29.738828", "NULL", "NULL", 1762, "962c814d-328e-4a63-8614-fbc5594bb7fd", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:29.738815", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_835": ["2018-05-17 16:54:29.94258", "NULL", "NULL", 1765, "72b3ff96-3f72-4409-bb23-9c3c0ff06eac", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:29.942568", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_836": ["2018-05-17 16:54:30.146637", "NULL", "NULL", 1767, "c9eeb55d-508f-4bff-b6b7-ae9a2a968b0c", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:30.146625", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_837": ["2018-05-17 16:54:30.350262", "NULL", "NULL", 1769, "1592720e-78c4-4156-bf4a-1b47f9e3f5fb", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:30.350251", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_838": ["2018-05-17 16:54:30.353871", "NULL", "NULL", 1770, "dbcb4c6d-7890-4dd5-ab4f-a78ae5cf9934", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:30.35386", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_839": ["2018-05-17 16:54:30.758119", "NULL", "NULL", 1775, "73a23f3e-c92a-4976-8b0d-537993800c8d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:30.758108", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_840": ["2018-05-18 17:17:05.89638", "NULL", "NULL", 1971, "0dc546c4-d3d8-4618-a4ae-9f5613bf7161", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:17:05.890162", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_841": ["2018-05-18 17:17:05.90996", "NULL", "NULL", 1972, "60c485eb-2550-4737-8271-47228f9b4d70", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:17:05.908521", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_842": ["2018-05-18 17:17:05.913338", "NULL", "NULL", 1973, "a3f3019c-69cd-471e-96d8-4053e4f93dfe", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:17:05.913328", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_843": ["2018-05-18 17:17:05.916276", "NULL", "NULL", 1974, "b468df1a-20d4-450f-9db4-237db7092d5d", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:17:05.916268", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_844": ["2018-05-18 17:17:08.528433", "NULL", "NULL", 1993, "a086ffb7-8f6a-49b0-bcf9-c1a36e5eaafa", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:08.526903", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_845": ["2018-05-18 17:17:08.732207", "NULL", "NULL", 1995, "67ea2599-4fbb-4a1f-8eae-540e9262bee2", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:08.73026", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_846": ["2018-05-18 17:17:08.935601", "NULL", "NULL", 1997, "b0812f99-886c-4bd8-b20f-c6c3d40705c4", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:08.933862", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_847": ["2018-05-18 17:17:08.93865", "NULL", "NULL", 1998, "7e16de2c-e456-4689-8f1d-ebca3dc164dd", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:08.937298", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_848": ["2018-05-18 17:17:09.343461", "NULL", "NULL", 2003, "46bb6079-b434-4601-ab3f-2af315b59b76", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:09.341829", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_849": ["2018-05-18 17:17:09.547137", "NULL", "NULL", 2005, "9f8c12f1-b13f-4d4b-9c93-a56db7d4253b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:09.545439", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_850": ["2018-05-17 16:54:29.191333", "NULL", "NULL", 1756, "6b9c0944-9ff9-4eeb-b52d-e379d9d10573", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.068548", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_851": ["2018-05-17 16:54:29.354292", "NULL", "NULL", 1758, "cf7fb2a2-e6ff-4437-9d14-178dc812e8b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:29.231524", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_852": ["2018-05-17 16:54:29.51726", "NULL", "NULL", 1759, "ec7514fd-807a-4ef6-b037-0eeca3a799a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:29.3945", "critical", "Service group directory-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_853": ["2018-05-17 16:54:29.68035", "NULL", "NULL", 1761, "aae13c4c-5dd9-45f0-acc7-5020bca56f09", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:29.557506", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_854": ["2018-05-17 16:54:29.844107", "NULL", "NULL", 1763, "65be1cb4-d659-40da-b459-03a63fcb51fa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:29.721535", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_855": ["2018-05-17 16:54:29.926109", "NULL", "NULL", 1764, "83bc3ac9-9e0d-4ad5-a674-1ca3e4f5c531", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:29.884507", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_856": ["2018-05-17 16:54:30.089663", "NULL", "NULL", 1766, "66df39b5-7600-4344-8f8a-c1157e2e599c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:29.966522", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_857": ["2018-05-17 16:54:30.2534", "NULL", "NULL", 1768, "012c10f1-f6ba-442e-bf24-b54318567223", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:30.130557", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_858": ["2018-05-17 16:54:30.416153", "NULL", "NULL", 1771, "d7a52d97-165b-4eef-8ed6-a0cef8b340f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:30.293579", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_859": ["2018-05-17 16:54:30.498225", "NULL", "NULL", 1772, "3acac1a6-0521-45e4-89af-428b71000391", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:30.456469", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_860": ["2018-05-17 16:54:30.661236", "NULL", "NULL", 1773, "384e21f6-ca67-47b9-8291-65d35ee3840f", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:30.538501", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_861": ["2018-05-17 16:54:30.743188", "NULL", "NULL", 1774, "f2f7dc42-63ec-46cb-9efb-9fbad6c8cde7", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:30.701552", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_862": ["2018-05-17 16:54:30.825142", "NULL", "NULL", 1776, "4389b872-4646-4cd7-82ea-0b9ff4e8dae7", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:30.783492", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_863": ["2018-05-17 16:54:30.907072", "NULL", "NULL", 1777, "ab69a6c9-0a6e-4a8e-a024-1cbd6a079568", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:30.865508", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_864": ["2018-05-17 16:54:30.989025", "NULL", "NULL", 1778, "8efd7d6c-c120-414c-9a10-d1b1432ec2a2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:30.947512", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_865": ["2018-05-17 16:54:31.071227", "NULL", "NULL", 1779, "822fb345-332f-4f85-821d-920f86b9a983", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:31.029512", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_866": ["2018-05-17 16:54:31.15413", "NULL", "NULL", 1780, "e393fb5d-1a5e-40c8-87b6-0869dbcde644", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:31.111488", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_867": ["2018-05-17 16:54:31.236048", "NULL", "NULL", 1781, "125a88c1-7237-4ce0-8f0e-8e0d27bbe60b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:31.194495", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_868": ["2018-05-17 16:54:31.318045", "NULL", "NULL", 1782, "3b268483-b3bd-4631-947d-bda389d17be0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:31.276484", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_869": ["2018-05-17 16:54:31.400077", "NULL", "NULL", 1783, "17d3422a-1333-4f36-85cc-811b27445c03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:31.358477", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_870": ["2018-05-17 16:54:31.482192", "NULL", "NULL", 1784, "10703067-55d9-4295-9662-84d629b0163c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:31.440483", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_871": ["2018-05-17 16:54:31.56417", "NULL", "NULL", 1785, "670159cd-4b3e-4ae0-ba1d-d4b7e8cc3689", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:31.522523", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_872": ["2018-05-17 16:54:31.646194", "NULL", "NULL", 1786, "397acbc1-f148-45de-a60c-88f9520fb63c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:31.604505", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_873": ["2018-05-18 17:17:07.074835", "NULL", "NULL", 1975, "9771dcd1-65b5-4252-bee0-d1c1c441562a", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:14:55.537762", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_874": ["2018-05-17 16:54:31.728506", "NULL", "NULL", 1787, "94fadcbb-b75d-45e7-b492-691e632e2059", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:31.686523", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_875": ["2018-05-17 16:54:31.811173", "NULL", "NULL", 1788, "aeb363eb-c524-4c79-8a7b-84c3312baaa1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:31.769462", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_876": ["2018-05-17 16:54:31.89314", "NULL", "NULL", 1789, "0f07285d-40aa-4a5c-9eba-e557fc81c4f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:31.851548", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_877": ["2018-05-17 16:54:31.975108", "NULL", "NULL", 1790, "ba869c49-957e-4a07-a0cc-8412a243c51d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:31.933538", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_878": ["2018-05-17 16:54:32.057236", "NULL", "NULL", 1791, "301014be-4a6e-4ed5-bad0-cc857efebf1a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:32.015487", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_879": ["2018-05-17 16:54:32.139086", "NULL", "NULL", 1792, "8fb71acb-20df-4f37-a9b1-d0e0bf90159f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:32.097599", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_880": ["2018-05-17 16:54:32.221265", "NULL", "NULL", 1793, "742e468c-9b8f-4f89-ae12-2bc55c3a7bc2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:32.179462", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_881": ["2018-05-17 16:54:32.303021", "NULL", "NULL", 1794, "d3efca76-7098-4e53-a83a-be555dbca7d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:32.261627", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_882": ["2018-05-17 16:54:32.385182", "NULL", "NULL", 1795, "056a56e7-78a3-4d76-8a42-24c2f360609b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:32.343562", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_883": ["2018-05-17 16:54:32.467222", "NULL", "NULL", 1796, "20906c58-ff79-4223-9b29-dfdf5f51b642", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:32.425489", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_884": ["2018-05-17 16:54:32.549379", "NULL", "NULL", 1797, "c14bb7a5-90fb-4dbb-9c17-8e78157d546e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:32.507541", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_885": ["2018-05-17 16:54:32.631119", "NULL", "NULL", 1798, "3a6d68de-0ee8-4217-9576-7433869cb984", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:32.589514", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_886": ["2018-05-17 16:54:32.71308", "NULL", "NULL", 1799, "a9b5df7f-ef5b-4a04-96dc-5d912aa6ad07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:32.671513", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_887": ["2018-05-17 16:54:32.795395", "NULL", "NULL", 1800, "d248c90b-5ff6-4798-b5b0-fb8460c4668e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:32.753487", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_888": ["2018-05-17 16:54:32.878412", "NULL", "NULL", 1801, "4de3653e-32dd-4397-8640-aa91e7c8f5ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:32.836502", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_889": ["2018-05-17 16:54:32.960325", "NULL", "NULL", 1802, "1ec9bfea-744c-43c5-838e-e1688e7c7fc9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:32.918509", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_890": ["2018-05-17 16:54:33.042143", "NULL", "NULL", 1803, "4ee4b7b6-41ca-48c7-baaa-38445c2dcf8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:33.000493", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_891": ["2018-05-17 16:54:33.123999", "NULL", "NULL", 1804, "8b6129a9-0a6e-4c00-9a3d-ae4e6d09949a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:33.082498", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_892": ["2018-05-17 16:54:33.20617", "NULL", "NULL", 1805, "3db73bcb-e06f-4a3e-92ca-297b7308b0e3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:33.164866", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_893": ["2018-05-17 16:54:33.288196", "NULL", "NULL", 1806, "a8997152-1ec9-470d-8671-e7f43367e6ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:33.246497", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_894": ["2018-05-17 16:54:33.370191", "NULL", "NULL", 1807, "2dcbd812-2d21-4570-ba70-745a5a6fe6b1", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:33.328473", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_895": ["2018-05-17 16:54:33.452288", "NULL", "NULL", 1808, "5036b6cc-8885-4d35-863c-90e67c00d8e5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:33.410708", "critical", "Service group distributed-cloud-services state change from go-active-failed to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_896": ["2018-05-17 16:54:33.534401", "NULL", "NULL", 1809, "afed05f5-b4da-4bb9-ac61-f662d1f4cf9d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:33.49269", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_897": ["2018-05-17 16:54:33.616136", "NULL", "NULL", 1810, "1e6c11e2-87e3-49d7-8da4-6c8af91da10e", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:33.574639", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_898": ["2018-05-18 17:17:07.118324", "NULL", "NULL", 1976, "c7c03f2d-81b6-4eb4-934c-fe68442dc549", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:14:55.747048", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_899": ["2018-05-18 17:17:07.202611", "NULL", "NULL", 1977, "c2448d00-417e-4cd9-8609-f299b99c3a07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:14:55.747206", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_900": ["2018-05-18 17:17:07.286205", "NULL", "NULL", 1978, "76161ebf-451b-4d8e-84b3-6a9e9efc714d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:14:55.747266", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_901": ["2018-05-18 17:17:07.370183", "NULL", "NULL", 1979, "4390598f-8ae5-4335-8ab4-461e4c57e025", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:14:55.747312", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_902": ["2018-05-18 17:17:07.453301", "NULL", "NULL", 1980, "e1799cba-5a6c-4954-80e8-ccfa91bb93f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:14:55.747353", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_903": ["2018-05-18 17:17:07.536288", "NULL", "NULL", 1981, "1025e68c-9116-4f7b-af4b-71d0cdd55162", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:14:55.753474", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_904": ["2018-05-18 17:17:07.619375", "NULL", "NULL", 1982, "46ac8e17-c5c4-4fcf-8a2c-414d2a08d0dd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:14:55.753528", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_905": ["2018-05-18 17:17:07.702168", "NULL", "NULL", 1983, "8ece3ae5-941d-409b-b808-5785b47e134e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:14:55.753575", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_906": ["2018-05-18 17:17:07.784072", "NULL", "NULL", 1984, "047ba891-0fd8-49cd-a762-ee0e86f4c09b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:14:55.811764", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_907": ["2018-05-18 17:17:07.866072", "NULL", "NULL", 1985, "a3500987-639a-43bd-b9af-de431606ffe7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:14:56.225913", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_908": ["2018-05-18 17:17:07.948183", "NULL", "NULL", 1986, "ea2c1f03-af81-45c5-82d4-648679f941ff", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:14:56.248763", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_909": ["2018-05-18 17:17:08.030087", "NULL", "NULL", 1987, "0512d369-3525-491a-bf62-d1bcdfb80405", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:15:04.318256", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_910": ["2018-05-18 17:17:08.112002", "NULL", "NULL", 1988, "6dcd2e7d-f57c-4dfb-b2a5-b0746ac7921d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:15:14.387187", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_911": ["2018-05-18 17:17:08.193985", "NULL", "NULL", 1989, "2e28173c-2cc6-41b5-b20d-be9c6cf65972", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:15:18.419655", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_912": ["2018-05-18 17:17:08.276135", "NULL", "NULL", 1990, "9eb76b31-7d3c-4771-8716-ac7f9e862cde", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:15:25.553477", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_913": ["2018-05-18 17:17:08.358331", "NULL", "NULL", 1991, "d97490bb-4466-4c0d-9f38-345baf556779", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:16:35.002637", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_914": ["2018-05-18 17:17:08.521465", "NULL", "NULL", 1992, "6673e98b-2e0d-4744-ae22-339b354dfb96", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:08.398573", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_915": ["2018-05-18 17:17:08.685198", "NULL", "NULL", 1994, "3d69a1ed-6195-475e-b56c-3240b34a86ba", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:08.562563", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_916": ["2018-05-18 17:17:08.849414", "NULL", "NULL", 1996, "6285321e-e17d-4b7e-9ea1-2fe58ede521f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:08.726526", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_917": ["2018-05-18 17:17:09.012365", "NULL", "NULL", 1999, "4808289a-a15a-48b3-a2be-a3f1c5d163c6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:08.889503", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_918": ["2018-05-18 17:17:09.094342", "NULL", "NULL", 2000, "9ad0d9cb-c74c-4829-a97a-04fa7f2f9bb2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.052513", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_919": ["2018-05-17 16:56:18.425149", "NULL", "NULL", 1811, "eebc4445-2f9a-4488-b69b-435c8d4eafb7", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-17 16:56:18.425136", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_920": ["2018-05-17 17:51:27.344951", "NULL", "NULL", 1812, "85f49c83-cb19-49d1-9e50-8d225d1478f6", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:27.182804", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_921": ["2018-05-17 17:51:27.34825", "NULL", "NULL", 1813, "21109696-6889-4577-a70e-142fe5cb117b", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:27.221255", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_922": ["2018-05-17 17:51:30.552959", "NULL", "NULL", 1814, "a60c43d0-5548-412c-b849-b3b3a3ec475a", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:30.353834", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_923": ["2018-05-17 17:51:30.555961", "NULL", "NULL", 1815, "c16bd8bc-d65c-499a-b2dd-9170feaea9ee", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:30.383203", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_924": ["2018-05-17 17:51:40.56236", "NULL", "NULL", 1816, "e17c8cd6-3d5c-4c4d-b727-c29e361e5e40", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:40.5391", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_925": ["2018-05-17 17:51:40.765594", "NULL", "NULL", 1817, "fa1e6945-6076-4d49-841c-6e417bdc90dc", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:51:40.765579", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_926": ["2018-05-17 17:51:41.969648", "NULL", "NULL", 1818, "3d62a2ae-2c1a-4eb9-af7c-6631a330a63f", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:41.849369", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_927": ["2018-05-17 17:51:41.973271", "NULL", "NULL", 1819, "b9f8b5c3-71cb-4511-b23f-13644ae2eb49", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:51:41.973246", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_928": ["2018-05-17 17:53:07.20903", "NULL", "NULL", 1820, "8ef74bc4-af6a-42d2-9bf0-9cafbc2d89b9", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:07.118282", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_929": ["2018-05-17 17:53:07.212454", "NULL", "NULL", 1821, "8cea7222-96a2-4913-a544-fd063ecbc858", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:07.158914", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_930": ["2018-05-17 17:53:09.416396", "NULL", "NULL", 1822, "416b2077-eb5e-467d-8ef3-abe644534d51", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:09.358172", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_931": ["2018-05-17 17:53:09.419402", "NULL", "NULL", 1823, "6c991bed-08dc-40d4-983f-11d59d2fb2ea", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:09.384508", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_932": ["2018-05-17 17:53:19.826651", "NULL", "NULL", 1824, "8d4d94a3-e908-43f3-975b-dbbed73a3867", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:19.818014", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_933": ["2018-05-17 17:53:20.030993", "NULL", "NULL", 1825, "73d96165-35aa-43c7-98cf-16297d4b0838", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:53:20.030976", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_934": ["2018-05-17 17:53:21.434905", "NULL", "NULL", 1826, "0d4bb9c1-3514-46f7-a386-3026fed917c1", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:21.320384", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_935": ["2018-05-17 17:53:21.438004", "NULL", "NULL", 1827, "271e7471-c047-4aa0-b502-15ff1e010b1a", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:53:21.437991", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_936": ["2018-05-17 17:57:54.746486", "NULL", "NULL", 1828, "b739ee18-c7b1-4eb5-9c4c-de9d41f9916a", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:57:54.545146", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_937": ["2018-05-17 17:57:54.749425", "NULL", "NULL", 1829, "4ad41346-730a-46dc-95eb-1cf59a5beaf9", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:57:54.589164", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_938": ["2018-05-17 17:57:57.153779", "NULL", "NULL", 1830, "c74145fc-d89d-455c-8129-89fb0e7af2b4", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:57:57.076525", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_939": ["2018-05-17 17:57:57.156953", "NULL", "NULL", 1831, "3439d5ed-62b8-4215-b8ad-b0872cac2cf1", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:57:57.104097", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_940": ["2018-05-17 17:58:07.363585", "NULL", "NULL", 1832, "ff496473-9818-48e8-9510-972a78116978", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:07.343143", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_941": ["2018-05-17 17:58:07.567063", "NULL", "NULL", 1833, "b4b7c30a-520b-4f0a-866c-410e5592a2ab", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:58:07.567048", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_942": ["2018-05-17 17:58:08.770919", "NULL", "NULL", 1834, "9ffa0f22-ebd8-46df-b59c-3b2132190f06", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:08.717954", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_943": ["2018-05-17 17:58:08.773883", "NULL", "NULL", 1835, "d7b916c0-f96c-46dd-ac26-195f6341951b", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:58:08.773868", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_944": ["2018-05-17 17:58:42.990378", "NULL", "NULL", 1836, "502748ea-a0f6-4863-a135-187c40d52299", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:42.958143", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_945": ["2018-05-17 17:58:43.194403", "NULL", "NULL", 1837, "1e43e426-33a3-44c5-abce-7a2b37b6bf27", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:42.995597", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_946": ["2018-05-17 17:58:45.598974", "NULL", "NULL", 1838, "3a8b0b5e-4841-466e-a79f-f1aba2f8b2b1", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:45.566496", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_947": ["2018-05-17 17:58:45.601773", "NULL", "NULL", 1839, "d250b079-794f-4679-a7bf-0ee7cb2054e9", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:45.596574", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_948": ["2018-05-17 17:58:56.009051", "NULL", "NULL", 1840, "fab40cc0-8cab-4ded-8248-6c13e5b0b0cf", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:55.805787", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_949": ["2018-05-17 17:58:56.012191", "NULL", "NULL", 1841, "1ac92374-f77c-4f79-ba0a-d66b253242be", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:58:56.012177", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_950": ["2018-05-17 17:58:57.215698", "NULL", "NULL", 1842, "0303423c-9b24-4629-947c-ce3c7792b5e2", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:58:57.215686", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_951": ["2018-05-17 17:58:57.419", "NULL", "NULL", 1843, "2c084b64-973d-4ba7-954c-5566043e572d", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:57.248789", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_952": ["2018-05-17 17:59:28.034736", "NULL", "NULL", 1844, "5ae779fb-738a-4654-a169-c3c1b9788def", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:59:28.034724", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_953": ["2018-05-17 18:05:38.377454", "NULL", "NULL", 1845, "d47f5ba5-ea91-4cdf-99a9-d0aa716d2ecb", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:38.203445", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_954": ["2018-05-17 18:05:38.380859", "NULL", "NULL", 1846, "56f3e703-47ce-428d-a03e-7144932bedf0", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:38.243043", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_955": ["2018-05-17 18:05:40.585342", "NULL", "NULL", 1847, "277ec67d-ee8c-4b5b-99f1-40eb346e4bcb", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:40.517546", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_956": ["2018-05-17 18:05:40.588326", "NULL", "NULL", 1848, "4d91cd70-1585-48be-89af-534ec3fa1c50", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:40.544982", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_957": ["2018-05-17 18:05:50.995093", "NULL", "NULL", 1849, "0522b918-221a-41f2-81a0-6912ac203202", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:50.894315", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_958": ["2018-05-17 18:05:50.998043", "NULL", "NULL", 1850, "7d89b75f-3077-4508-b543-aa2d0463b145", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:05:50.998029", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_959": ["2018-05-17 18:05:52.402066", "NULL", "NULL", 1851, "04cb2352-dd64-4b74-915c-9374dc9aa897", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:52.378595", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_960": ["2018-05-17 18:05:52.60525", "NULL", "NULL", 1852, "884298e7-80a2-4a4e-b931-1cc43f861917", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:05:52.605235", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_961": ["2018-05-17 18:20:19.740268", "NULL", "NULL", 1853, "5a45eba9-7d81-4f28-91fd-64c3ac9cf6b2", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:19.692211", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_962": ["2018-05-17 18:20:19.744093", "NULL", "NULL", 1854, "2f5ab354-1b2f-464f-a323-2aac19fdc509", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:19.735005", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_963": ["2018-05-17 18:20:22.148148", "NULL", "NULL", 1855, "6e361190-a14d-4718-a559-8b064fb9b202", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:21.962666", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_964": ["2018-05-17 18:20:22.151017", "NULL", "NULL", 1856, "35d3e0db-b470-46a6-9dca-30932fbb2981", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:21.99496", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_965": ["2018-05-17 18:20:32.557926", "NULL", "NULL", 1857, "7e39492f-6f62-4eda-a9ee-714ede8957f7", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:32.453088", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_966": ["2018-05-17 18:20:32.561172", "NULL", "NULL", 1858, "8df4ddad-3b5d-4386-a797-3c174e40b770", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:20:32.561157", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_967": ["2018-05-17 18:20:33.765013", "NULL", "NULL", 1859, "39064f4e-06eb-413e-9f78-a07749aba41f", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:33.730494", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_968": ["2018-05-17 18:20:33.768079", "NULL", "NULL", 1860, "5d098ee8-c1b2-4082-9624-2c31aadee1c0", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:20:33.76806", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_969": ["2018-05-17 18:57:33.597206", "NULL", "NULL", 1861, "b6b81850-fffb-4f99-90b9-5149be6c3b68", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:33.419332", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_970": ["2018-05-17 18:57:33.600566", "NULL", "NULL", 1862, "57e16f9d-430d-41b2-aeb1-98b6f8797410", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:33.457859", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_971": ["2018-05-17 18:57:36.004743", "NULL", "NULL", 1863, "ac420e5d-9e73-48e7-b2df-65d4b66d9cd8", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:35.905107", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_972": ["2018-05-17 18:57:36.007562", "NULL", "NULL", 1864, "5f45bf85-24d0-425d-b27c-3c9f9aa9159f", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:35.935019", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_973": ["2018-05-17 18:57:46.414216", "NULL", "NULL", 1865, "c2d8a261-aa22-46b0-8d2d-d76c30764907", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:46.401335", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_974": ["2018-05-17 18:57:46.617812", "NULL", "NULL", 1866, "66b2ac22-7033-45fd-bd64-74b8eb122f04", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:57:46.617795", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_975": ["2018-05-17 18:57:47.822108", "NULL", "NULL", 1867, "d5b7e704-a9d6-48d7-8dee-e62dc93fb580", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:47.757696", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_976": ["2018-05-17 18:57:47.824888", "NULL", "NULL", 1868, "9cfcecd6-c8f2-4579-a59c-ca3e618f681d", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:47.789962", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_977": ["2018-05-17 18:57:48.028356", "NULL", "NULL", 1869, "01ee6d9e-0734-4069-9e7e-80978ac29ca2", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:57:48.02834", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_978": ["2018-05-17 19:47:21.129062", "NULL", "NULL", 1870, "3fe0a2fc-f9f3-4caf-9057-1333551171c8", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 19:47:21.038375", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_979": ["2018-05-17 19:53:18.47531", "NULL", "NULL", 1871, "e1737140-852f-427a-8c86-85cf76644f21", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 19:53:18.475293", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_980": ["2018-05-17 20:00:48.442297", "NULL", "NULL", 1872, "25d7160b-3f34-48ee-9978-496aa76c01d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=volume", "2018-05-17 20:00:48.329649", "major", "subcloud-6 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_981": ["2018-05-17 20:00:48.445373", "NULL", "NULL", 1873, "28b6f1de-1933-4f1d-bc72-ef6f6c9e766a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=volume", "2018-05-17 20:00:48.445362", "major", "subcloud-6 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_982": ["2018-05-17 20:00:51.249237", "NULL", "NULL", 1874, "06cb150b-12d0-4d21-8a8c-67ffbe3e0f99", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-17 20:00:51.133467", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_983": ["2018-05-17 20:00:52.852966", "NULL", "NULL", 1875, "51796cfc-d40c-4242-9f8b-9831f56a1ce8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:52.736497", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_984": ["2018-05-17 20:00:55.056953", "NULL", "NULL", 1876, "4fa671b5-84dd-423d-92d1-0477123672c1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-17 20:00:55.056939", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_985": ["2018-05-17 20:00:57.661097", "NULL", "NULL", 1877, "a6e884b9-79e1-4b46-badd-1e7bd20d4a3f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:57.661081", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_986": ["2018-05-17 20:00:59.265095", "NULL", "NULL", 1878, "1869c47a-1e04-4519-ab36-84815baa3dfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 20:00:59.148566", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_987": ["2018-05-17 20:00:59.868457", "NULL", "NULL", 1879, "564aabd2-c43b-4f3a-9b79-5c9eb59eeaba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:59.75053", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_988": ["2018-05-17 20:01:01.872514", "NULL", "NULL", 1880, "ff2e4e9e-c4dd-446b-b34d-3b8629c91aee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:01.872502", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_989": ["2018-05-17 20:01:02.475903", "NULL", "NULL", 1881, "d5c8a4d0-ce61-45c5-98de-e23adbd0f44a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:02.350379", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_990": ["2018-05-17 20:01:04.879611", "NULL", "NULL", 1882, "ab7165b3-7d6b-437c-8b43-2ebb3088c8a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:04.879597", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_991": ["2018-05-17 20:01:09.684263", "NULL", "NULL", 1883, "78ae056d-517d-4f8d-844b-b2351d9a0832", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:09.659149", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_992": ["2018-05-17 20:01:12.888665", "NULL", "NULL", 1884, "37816cad-e019-4aa3-a906-8b0a18704006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:12.88864", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_993": ["2018-05-17 22:56:24.191198", "NULL", "NULL", 1885, "5a7364cd-52e5-4b99-841b-d4b20cf09e4d", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 22:56:24.111805", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_994": ["2018-05-17 22:56:24.595534", "NULL", "NULL", 1886, "81003b1b-8240-4125-afde-e3844cdadb93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 22:56:24.595518", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_995": ["2018-05-17 23:02:18.330463", "NULL", "NULL", 1887, "ba22f584-8dfe-4538-bc34-c6c45c6e94db", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:02:18.33045", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_996": ["2018-05-17 23:04:59.193253", "NULL", "NULL", 1888, "4872f2f3-3da4-488c-ba79-733c159e3c91", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:04:59.121548", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_997": ["2018-05-17 23:19:59.12848", "NULL", "NULL", 1889, "46947127-baf7-413a-bfda-9919240f6040", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:19:59.128468", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_998": ["2018-05-17 23:26:22.079089", "NULL", "NULL", 1890, "4e612a13-179f-4426-bf69-34cfc9e5d958", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:26:21.993778", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_999": ["2018-05-17 23:32:18.419583", "NULL", "NULL", 1891, "9c8681a2-f153-4af9-a1a2-4526932050e1", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:32:18.419568", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1000": ["2018-05-17 23:36:29.715617", "NULL", "NULL", 1892, "3c1d35a3-2098-4a22-99e9-10e45bb12036", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:36:29.515872", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1001": ["2018-05-17 23:36:30.119078", "NULL", "NULL", 1893, "1ae1abe4-eac4-4ee5-bf1a-955583e22815", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:36:30.016879", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1002": ["2018-05-17 23:36:30.722259", "NULL", "NULL", 1894, "931b25e6-5cb3-4662-9111-51961d1e605c", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:36:30.519954", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1003": ["2018-05-17 23:36:49.534355", "NULL", "NULL", 1895, "ed98d1c0-3726-40ce-a59b-98ce92893f6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:36:49.534341", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1004": ["2018-05-17 23:36:49.536958", "NULL", "NULL", 1896, "ddc517ae-4a55-4751-9c5c-8a687af362b1", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:36:49.536946", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1005": ["2018-05-17 23:36:49.740223", "NULL", "NULL", 1897, "f9f48a69-d609-45e9-b270-360b97100f36", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:36:49.740207", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1006": ["2018-05-17 23:38:49.785874", "NULL", "NULL", 1898, "de97a8ca-c7b7-4b27-a4f2-05c2e77169c7", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:38:49.669751", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1007": ["2018-05-17 23:38:50.189618", "NULL", "NULL", 1899, "f172673b-85f8-4824-baec-2ff2e551ba43", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:38:50.169888", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1008": ["2018-05-17 23:38:50.793579", "NULL", "NULL", 1900, "32242dc0-2480-463d-999f-5cbbf1a89267", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:38:50.672376", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1009": ["2018-05-17 23:38:51.197028", "NULL", "NULL", 1901, "2ddd70ef-8d30-44fc-a3ca-5bf7f31719ac", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:38:51.173617", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1010": ["2018-05-17 23:38:58.002804", "NULL", "NULL", 1902, "2d8f3281-5688-4bed-adcd-8efb6472f50d", "900.001", "set", "host", "host=controller", "2018-05-17 23:38:57.883234", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1011": ["2018-05-17 23:40:37.241657", "NULL", "NULL", 1905, "49e0c666-6f94-4101-8b07-7d0e40ebd586", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.168954", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1012": ["2018-05-17 23:42:59.502297", "NULL", "NULL", 1906, "4cc4f1a9-3b2c-4360-bdf7-a0f4e26e7236", "900.001", "clear", "host", "host=controller", "2018-05-17 23:42:59.502284", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1013": ["2018-05-17 23:43:17.91159", "NULL", "NULL", 1908, "50221f9c-71ad-452d-b77e-347aaddffbc4", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:43:17.911578", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1014": ["2018-05-17 23:43:57.531117", "NULL", "NULL", 1909, "4eeb3d48-bf5d-4d66-974e-82c4a9c69664", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:43:57.531103", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1015": ["2018-05-17 23:43:57.534924", "NULL", "NULL", 1910, "bdaa2193-3225-4a96-ab55-be68246feaf3", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:43:57.534896", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1016": ["2018-05-17 23:43:57.738024", "NULL", "NULL", 1911, "0fcc5021-181e-490d-aacc-24f7d59a09f9", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:43:57.738013", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1017": ["2018-05-17 23:43:57.740573", "NULL", "NULL", 1912, "6c0f3bff-de57-460d-89db-a25fbf49ab0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:43:57.740562", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1018": ["2018-05-17 23:44:53.365801", "NULL", "NULL", 1915, "c7e3d0b2-2a23-4dde-ad80-6af57fe3b557", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.333701", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1019": ["2018-05-17 23:45:00.37155", "NULL", "NULL", 1916, "bff64988-33d9-4172-adea-5ff3879cc0fc", "900.001", "set", "host", "host=controller", "2018-05-17 23:45:00.262769", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1020": ["2018-05-17 23:47:43.64049", "NULL", "NULL", 1918, "8b17ab1e-e181-46ae-8c83-1512d69b904e", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:47:43.640475", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1021": ["2018-05-17 23:48:01.849134", "NULL", "NULL", 1919, "1cd38241-8586-4427-93f5-c1828d7dea95", "900.001", "clear", "host", "host=controller", "2018-05-17 23:48:01.849121", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1022": ["2018-05-17 23:50:49.317353", "NULL", "NULL", 1920, "02d08bca-1801-44a7-9792-3af5265f79ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:50:49.228616", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1023": ["2018-05-17 23:50:49.921215", "NULL", "NULL", 1921, "8ac8956d-5078-4d2a-a04e-3e7644fefb78", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:50:49.730852", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1024": ["2018-05-17 23:50:50.324481", "NULL", "NULL", 1922, "eb884cbc-bd74-49c0-9cd8-e0dcdb7552f1", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:50:50.231584", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1025": ["2018-05-17 23:50:50.927779", "NULL", "NULL", 1923, "33a1ae29-ff7c-4f88-b7b0-5d6616ef7179", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:50:50.731646", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1026": ["2018-05-17 23:51:03.136285", "NULL", "NULL", 1924, "c0d26384-d7d6-4809-8172-0cc33121cb18", "900.001", "set", "host", "host=controller", "2018-05-17 23:51:02.942288", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1027": ["2018-05-17 23:51:44.958149", "NULL", "NULL", 1927, "9d471ba0-6c8c-4428-900b-6d5522ef216f", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.880009", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1028": ["2018-05-17 23:54:04.413018", "NULL", "NULL", 1928, "d14eb617-4531-4e08-be66-4addbea001a2", "900.001", "clear", "host", "host=controller", "2018-05-17 23:54:04.413003", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1029": ["2018-05-17 23:54:23.22515", "NULL", "NULL", 1930, "ea46fef5-ecfb-47ed-9e84-dfc6cf7a2755", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:54:23.225138", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1030": ["2018-05-18 00:00:50.380624", "NULL", "NULL", 1931, "888d5883-0a68-4a95-b9c7-55639746920b", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-18 00:00:50.380609", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1031": ["2018-05-18 00:00:50.784489", "NULL", "NULL", 1932, "2c94e443-8b6d-4506-97e5-582a4da6a1a8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-18 00:00:50.784477", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1032": ["2018-05-17 23:40:37.163659", "NULL", "NULL", 1903, "8d97909f-ef53-4d69-b3bf-dae2c2af6c07", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.161155", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1033": ["2018-05-17 23:40:37.174354", "NULL", "NULL", 1904, "6353e1e2-2aa0-4f82-93df-bb7e6bc8e332", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.172229", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1034": ["2018-05-17 23:43:17.871767", "NULL", "NULL", 1907, "88ff3d04-ad5e-43e1-a3e3-fe232369174e", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:43:17.869319", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1035": ["2018-05-17 23:44:53.32801", "NULL", "NULL", 1913, "a48e2df6-39c3-42b9-9fa8-40c66ea6aaa2", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.325511", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1036": ["2018-05-17 23:44:53.340286", "NULL", "NULL", 1914, "bee90441-b8e3-4c55-982c-d257e0bf5f7a", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.337957", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1037": ["2018-05-17 23:47:43.558387", "NULL", "NULL", 1917, "70372c8b-826f-4876-9456-7fe4e8810e3f", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:47:43.555806", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1038": ["2018-05-17 23:51:44.874518", "NULL", "NULL", 1925, "894be9e7-d664-4eff-887a-e0882043c84c", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.872228", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1039": ["2018-05-17 23:51:44.886273", "NULL", "NULL", 1926, "6b5180d6-041b-4af6-9333-0c7711741f17", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.884051", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1040": ["2018-05-17 23:54:23.1818", "NULL", "NULL", 1929, "1c9e4f02-f034-4964-8e26-2b4e13d5debc", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:54:23.178227", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1041": ["2018-05-18 17:17:09.176346", "NULL", "NULL", 2001, "1d43c9b3-277d-44c3-ac9a-b1155c12239f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:09.134543", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1042": ["2018-05-18 17:17:09.258425", "NULL", "NULL", 2002, "a4739404-d018-49ac-b136-ad340371e17b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:09.216503", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1043": ["2018-05-18 17:17:09.422475", "NULL", "NULL", 2004, "402ffd7f-0638-4885-845f-8f64cfe38132", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:09.299498", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1044": ["2018-05-18 17:17:09.586414", "NULL", "NULL", 2006, "5ac29ded-a615-4000-a937-16ae192efc35", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:09.463482", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1045": ["2018-05-18 17:17:09.750344", "NULL", "NULL", 2007, "539ea9a5-3793-4ec5-bbc8-8a15429919c8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:09.627508", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1046": ["2018-05-18 17:17:09.926269", "NULL", "NULL", 2009, "39206474-db19-4fb7-a749-308c405ad00c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:09.791517", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1047": ["2018-05-18 17:17:10.092561", "NULL", "NULL", 2011, "040392e2-b6e5-44d1-92aa-ee67856df9b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.96948", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1048": ["2018-05-18 17:17:10.257488", "NULL", "NULL", 2013, "96e951d4-0771-49c6-9394-7b6c7d284809", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:10.134513", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1049": ["2018-05-18 17:17:10.420771", "NULL", "NULL", 2016, "cd90c3e1-383b-40bf-83d2-0eb2888b2032", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:10.297516", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1050": ["2018-05-18 17:17:10.584359", "NULL", "NULL", 2018, "397c56c7-b2d9-43c6-92cb-f07fd561de75", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:10.461507", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1051": ["2018-05-18 17:17:10.747348", "NULL", "NULL", 2019, "8cb52e4e-c5f0-4b45-8a1e-9f3f3932d2e1", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:10.624543", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1052": ["2018-05-18 17:17:10.910397", "NULL", "NULL", 2021, "51c86e04-1698-4a71-8a94-2405fd73bc89", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:10.787462", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1053": ["2018-05-18 17:17:11.074313", "NULL", "NULL", 2023, "1d8277e0-3ca9-441b-8d7f-082e0cd16c3d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:10.951508", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1054": ["2018-05-18 17:17:11.156321", "NULL", "NULL", 2024, "e964883e-3ea3-4c6f-979f-bfabc896b973", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.114518", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1055": ["2018-05-18 17:17:11.238373", "NULL", "NULL", 2026, "1bf9c1bb-9f4a-44af-bb4c-075bc0241780", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:11.1965", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1056": ["2018-05-18 17:17:11.320385", "NULL", "NULL", 2027, "27eb17b7-a437-4380-84ce-5ece287806b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:11.278477", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1057": ["2018-05-18 17:17:11.483378", "NULL", "NULL", 2028, "180df1ad-da3e-4132-9b59-fa73783a1f62", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:11.360517", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1058": ["2018-05-18 17:17:11.647324", "NULL", "NULL", 2031, "861c3a95-4782-49e3-9509-8c528e73357f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:11.523486", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1059": ["2018-05-18 00:03:19.441557", "NULL", "NULL", 1933, "290d958f-4004-4c24-8946-3f3d4fd4699e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-18 00:03:19.441544", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1060": ["2018-05-18 00:03:20.045728", "NULL", "NULL", 1934, "30d5b97c-979d-49eb-918c-dc5bf34e221e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-18 00:03:20.045714", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1061": ["2018-05-18 00:05:54.104351", "NULL", "NULL", 1935, "9595c91e-6800-41f6-9223-b3fa73b729b5", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:05:54.025609", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1062": ["2018-05-18 00:05:54.106895", "NULL", "NULL", 1936, "4650c43a-b205-4c13-a23d-54980f517d74", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:05:54.030347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1063": ["2018-05-18 00:05:54.109411", "NULL", "NULL", 1937, "d5992eb1-46b7-4051-8e04-c4995cc9dd53", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:05:54.073803", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1064": ["2018-05-18 00:05:54.111813", "NULL", "NULL", 1938, "42a799d2-f5c3-4370-98ab-077e9d05d6fd", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:05:54.077376", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1065": ["2018-05-18 00:05:54.514779", "NULL", "NULL", 1939, "87612575-3e22-4781-af50-0f964d66e9bd", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:05:54.514748", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1066": ["2018-05-18 00:05:54.719075", "NULL", "NULL", 1940, "1ee6e2e8-9495-4cad-ae9a-a0f74516af9f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:05:54.719062", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1067": ["2018-05-18 00:05:54.721939", "NULL", "NULL", 1941, "3c74b7c2-fadf-4836-a942-8abd8ff08b1f", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:05:54.721917", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1068": ["2018-05-18 00:05:54.925066", "NULL", "NULL", 1942, "6c49836d-279b-40db-b7b6-1c108dcf6b75", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:05:54.925053", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1069": ["2018-05-18 00:08:20.182827", "NULL", "NULL", 1943, "2994566b-319f-414f-a937-d404c0f71473", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:08:20.025313", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1070": ["2018-05-18 00:08:20.185784", "NULL", "NULL", 1944, "67326dc3-dedc-4a4b-a27f-bf0c89350f73", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:08:20.02911", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1071": ["2018-05-18 00:08:20.188149", "NULL", "NULL", 1945, "1f214c67-68da-46aa-8103-4e2cc5ed4f3e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:08:20.03252", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1072": ["2018-05-18 00:08:20.190654", "NULL", "NULL", 1946, "28b44dbc-7557-4bd5-9e09-60ffa43143ee", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:08:20.036051", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1073": ["2018-05-18 00:08:20.593766", "NULL", "NULL", 1947, "bcdd9883-8e78-43e3-9767-4d9f6bae16eb", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:08:20.593751", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1074": ["2018-05-18 00:08:20.596303", "NULL", "NULL", 1948, "730148ea-2454-4ace-bdd5-8513978f21f0", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:08:20.596288", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1075": ["2018-05-18 00:10:33.249329", "NULL", "NULL", 1949, "7a08befc-a0f8-4eba-bfc5-c24c8557084e", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:10:33.060096", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1076": ["2018-05-18 00:10:33.252174", "NULL", "NULL", 1950, "28a25c29-4a56-4d2c-9746-8640bebceea7", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:10:33.06383", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1077": ["2018-05-18 00:10:33.254725", "NULL", "NULL", 1951, "a5ece4c3-aa0a-44cd-8257-bcdc430ec0a3", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:10:33.254711", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1078": ["2018-05-18 00:10:33.25713", "NULL", "NULL", 1952, "32bed782-7550-4e0a-a405-0ecf8940d7e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:10:33.257119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1079": ["2018-05-18 00:10:33.259592", "NULL", "NULL", 1953, "88981c08-6575-46f4-93fd-4d46634d0574", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:10:33.259578", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1080": ["2018-05-18 00:12:29.505626", "NULL", "NULL", 1954, "76a0c10b-e39d-4592-8b0b-c26b44a6e3af", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:29.505611", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1081": ["2018-05-18 00:12:41.914149", "NULL", "NULL", 1955, "b253f41a-94fa-4c18-84ca-f03929a8bd73", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:41.888553", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1082": ["2018-05-18 00:12:42.717587", "NULL", "NULL", 1956, "588abb72-7c04-4c81-a785-bb81face560e", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:42.717571", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1083": ["2018-05-18 00:13:32.338253", "NULL", "NULL", 1957, "3269c66e-5a8a-4f02-b80c-6cd2ec0ca0ea", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:13:32.137124", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1084": ["2018-05-18 00:13:32.341487", "NULL", "NULL", 1958, "301c8da9-5187-4c44-8e67-dd39730d063e", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:13:32.139797", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1085": ["2018-05-18 17:17:09.752282", "NULL", "NULL", 2008, "c4c2ff66-ad28-44ad-ad8f-989a061a39c2", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.749068", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1086": ["2018-05-18 17:17:09.95624", "NULL", "NULL", 2010, "2518a11c-d547-4c39-a162-4d7bc8838920", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:09.954153", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1087": ["2018-05-18 17:17:10.160302", "NULL", "NULL", 2012, "64f039f7-c2e1-4645-a16e-02c7b0d6eced", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:10.158253", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1088": ["2018-05-18 17:17:10.3641", "NULL", "NULL", 2014, "bc56bb4b-9135-40c9-a7fa-2df9dd6a8dd1", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:10.362245", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1089": ["2018-05-18 17:17:10.367682", "NULL", "NULL", 2015, "ceee52a6-a206-4cce-8cea-a3614ddb9b05", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:10.366162", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1090": ["2018-05-18 17:17:10.571532", "NULL", "NULL", 2017, "79a10e7a-2e1d-4fbd-b4ab-69226e2f9342", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:10.569734", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1091": ["2018-05-18 17:17:10.775487", "NULL", "NULL", 2020, "13058076-ed61-4d8e-bfc6-5c28827d1502", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:10.773741", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1092": ["2018-05-18 17:17:10.979294", "NULL", "NULL", 2022, "940c610d-0120-4806-a200-efcbe56f4b5c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:10.977401", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1093": ["2018-05-18 17:17:11.182918", "NULL", "NULL", 2025, "42b217ae-e16f-4a44-be95-971170b097c5", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.181144", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1094": ["2018-05-18 17:17:11.587697", "NULL", "NULL", 2029, "e8559e47-f8cf-4389-bca4-6a2b8b9f1440", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.587681", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1095": ["2018-05-18 17:17:11.590723", "NULL", "NULL", 2030, "6d674904-17e5-44c6-8ee3-b5cfaf2b5bce", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:17:11.589304", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1096": ["2018-05-18 17:17:11.79447", "NULL", "NULL", 2032, "5037b853-4afb-465e-9634-db449a90eb61", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:17:11.794455", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1097": ["2018-05-18 17:17:11.998223", "NULL", "NULL", 2035, "271427f5-8c2b-4ce2-9c17-fc7b004cc93a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:11.996524", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1098": ["2018-05-18 17:17:12.20229", "NULL", "NULL", 2037, "970a7a63-c11b-45d5-b582-8b8b421e8d08", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:12.200212", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1099": ["2018-05-18 17:17:12.405885", "NULL", "NULL", 2039, "4eb9d546-d48d-443f-b9c9-d9dd69b83143", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:12.405869", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1100": ["2018-05-18 17:17:12.409087", "NULL", "NULL", 2040, "1b61f27c-1e82-45f2-b0bd-dcfafd1f1e6e", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:12.409077", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1101": ["2018-05-18 17:17:22.428038", "NULL", "NULL", 2070, "1c8638f0-9b98-4181-8094-f0744f191e61", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:22.428025", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1102": ["2018-05-18 17:17:26.032951", "NULL", "NULL", 2071, "423bba39-bee0-4594-bef6-ae4722599aa7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:26.03294", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1103": ["2018-05-18 17:43:43.282026", "NULL", "NULL", 2226, "5ffa7040-d156-41d9-9137-efa298417385", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:43:43.240568", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1104": ["2018-05-18 17:17:11.810313", "NULL", "NULL", 2033, "771c2a27-63f0-4411-ae12-978a1c8ba64e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.687475", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1105": ["2018-05-18 17:17:11.973425", "NULL", "NULL", 2034, "4a5d576b-9a38-41ac-8414-32d1bd486ed7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:11.850526", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1106": ["2018-05-18 17:17:12.136676", "NULL", "NULL", 2036, "768abe56-afa6-4f89-abce-1eb9d72fc02a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:12.013528", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1107": ["2018-05-18 17:17:12.300296", "NULL", "NULL", 2038, "cab58037-f0b3-4cc6-9456-727b4c6a035b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:17:12.177554", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1108": ["2018-05-18 17:17:12.463421", "NULL", "NULL", 2041, "5470f907-eba8-4c32-977e-11b9e7166705", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:12.340581", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1109": ["2018-05-18 17:17:12.545559", "NULL", "NULL", 2042, "c9b90ffe-8834-47e5-83ee-fd8cf7ab6b60", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:12.503511", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1110": ["2018-05-18 17:17:12.628441", "NULL", "NULL", 2043, "a81ecae1-4572-46e1-b423-12bfa1c34f62", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:12.586519", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1111": ["2018-05-18 17:17:12.711319", "NULL", "NULL", 2044, "567167c1-61ce-4816-8e02-123c368257b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:12.669525", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1112": ["2018-05-18 17:17:12.793414", "NULL", "NULL", 2045, "ad3841b0-9232-48ef-99fe-87c8ca0ded4b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:12.751516", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1113": ["2018-05-18 17:17:12.875206", "NULL", "NULL", 2046, "05e25f8d-741d-4714-97a3-a22ac4d24c49", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:12.833514", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1114": ["2018-05-18 17:17:12.95724", "NULL", "NULL", 2047, "3b45c1be-4dd3-4efa-8c58-6dece6394bf0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:12.91551", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1115": ["2018-05-18 17:17:13.039045", "NULL", "NULL", 2048, "28dd39d3-e977-4a0a-b18d-6eefb8c31d32", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:12.997501", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1116": ["2018-05-18 17:17:13.121296", "NULL", "NULL", 2049, "a9185e44-3a43-48f0-9e5c-b6a55a8864f2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:13.079569", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1117": ["2018-05-18 17:17:13.203335", "NULL", "NULL", 2050, "6dc0cd00-dde9-4fd7-b491-60091884e63c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:13.161554", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1118": ["2018-05-18 17:17:13.285351", "NULL", "NULL", 2051, "26c53a21-71bd-4b37-bd08-9632c6529f0b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:13.243497", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1119": ["2018-05-18 17:17:13.367472", "NULL", "NULL", 2052, "2b54d384-a4ac-4e62-8e86-0825c918ebea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:13.325524", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1120": ["2018-05-18 17:17:13.450249", "NULL", "NULL", 2053, "4f8651af-86a8-4ddc-bac4-7ca35f21e18c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:13.408572", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1121": ["2018-05-18 17:17:13.532258", "NULL", "NULL", 2054, "d407c174-64c3-4f4f-9e95-c8b9db3f8a88", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:13.490525", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1122": ["2018-05-18 17:17:13.614218", "NULL", "NULL", 2055, "d82d4a9d-abbb-4fa7-9943-8c3bb1caadf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:13.572509", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1123": ["2018-05-18 17:17:13.696455", "NULL", "NULL", 2056, "7572be83-6fdb-4c69-b6e8-457a5044f88c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:13.65453", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1124": ["2018-05-18 17:17:13.7793", "NULL", "NULL", 2057, "10f1ec5c-f05f-4443-b85d-2e146b21c6c8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:13.737998", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1125": ["2018-05-18 17:17:13.861435", "NULL", "NULL", 2058, "58ca3b2c-3d21-472d-9737-5f644bbb57f9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:13.819686", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1126": ["2018-05-18 17:17:13.94435", "NULL", "NULL", 2059, "7a68b59f-bf58-4ed5-adfc-4934bc560cff", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:13.902561", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1127": ["2018-05-18 17:17:14.026318", "NULL", "NULL", 2060, "9d10a9a5-eae9-43b0-9468-40bc3a57e67c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:13.984579", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1128": ["2018-05-18 17:17:14.108095", "NULL", "NULL", 2061, "c55eee01-46d9-4d2a-a8c0-c3498f696070", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:14.066614", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1129": ["2018-05-18 17:17:14.19035", "NULL", "NULL", 2062, "4698d2e1-ab9b-4ed5-bbbc-5652b3de1edb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:14.148498", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1130": ["2018-05-18 17:17:14.273167", "NULL", "NULL", 2063, "a5df62c9-2624-465a-bd5b-4d5149f09be1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:14.23155", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1131": ["2018-05-18 17:17:14.355281", "NULL", "NULL", 2064, "cd6436ee-bc9b-4660-8064-eed128e2edb2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:14.313512", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1132": ["2018-05-18 17:17:14.43719", "NULL", "NULL", 2065, "59126cfd-71d4-475a-929a-bad2db1541e6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:14.395489", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1133": ["2018-05-18 17:17:14.519051", "NULL", "NULL", 2066, "8b0f6637-0f12-4580-80dd-63348330f534", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:14.477482", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1134": ["2018-05-18 17:17:14.601776", "NULL", "NULL", 2067, "65aedb4a-3846-402b-b712-0869ac0aa824", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:14.559539", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1135": ["2018-05-18 17:17:16.411349", "NULL", "NULL", 2068, "fc27f0fa-a831-44c3-a33e-16f317276cbe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:16.369474", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1136": ["2018-05-18 17:17:22.383311", "NULL", "NULL", 2069, "50e48cae-e549-48f2-9cfa-c5af0fcfeaad", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:22.300777", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1137": ["2018-05-18 17:47:55.614463", "NULL", "NULL", 2227, "251d6ae6-13e3-420d-81ab-ffb1723ebd03", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:47:55.614442", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1138": ["2018-05-18 17:47:55.623978", "NULL", "NULL", 2228, "79342fef-d610-4050-87a8-8c4f52168527", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:47:55.623967", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1139": ["2018-05-18 17:47:58.429903", "NULL", "NULL", 2230, "0730e1f7-fc72-4a2f-a5a4-ab063ae91405", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:47:58.428506", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1140": ["2018-05-18 17:47:58.433154", "NULL", "NULL", 2231, "6cab47c2-fe79-4926-992e-ce9b7c04d1df", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:47:58.431902", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1141": ["2018-05-18 17:47:58.637863", "NULL", "NULL", 2234, "b86f34f6-6d04-47e5-aeab-9b8c20d01474", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:47:58.635604", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1142": ["2018-05-18 17:47:59.243648", "NULL", "NULL", 2241, "6916f18f-76c4-4f49-8eb2-7e5d4e840e3d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:47:59.242018", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1143": ["2018-05-18 17:47:59.447067", "NULL", "NULL", 2243, "d3d0fa0b-0dee-42ef-b9d4-3048fc46940b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:47:59.445254", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1144": ["2018-05-18 17:47:59.650602", "NULL", "NULL", 2245, "fe35d78c-adff-4811-b0e0-3b5893301c3e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:47:59.648786", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1145": ["2018-05-18 17:47:59.653781", "NULL", "NULL", 2246, "f19a3921-cf1c-40ee-a5d6-03b5baf1769f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:47:59.652383", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1146": ["2018-05-18 17:47:59.857415", "NULL", "NULL", 2248, "a3bf3130-2dad-40a3-bac8-b35870b35bf4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:47:59.855698", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1147": ["2018-05-18 17:48:00.06154", "NULL", "NULL", 2251, "b65d48cb-68c1-4731-b4fd-6a749275ba0b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:48:00.059971", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1148": ["2018-05-18 17:48:00.26529", "NULL", "NULL", 2253, "5b404804-83d9-4baa-ab13-45c45b58af5e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:48:00.263376", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1149": ["2018-05-18 17:17:26.035755", "NULL", "NULL", 2072, "0f772fba-a330-48aa-9d29-7f835e7b14f9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:26.035745", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1150": ["2018-05-18 17:17:26.038376", "NULL", "NULL", 2073, "8b122dbc-226f-440e-89e9-ed2f798976d5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:26.038367", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1151": ["2018-05-18 17:17:26.241458", "NULL", "NULL", 2074, "dfd7a92c-000c-42bf-9290-818ec123898d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:26.241445", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1152": ["2018-05-18 17:17:26.24439", "NULL", "NULL", 2075, "03945498-08f8-4bf7-8fcd-1004c903dc1a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:26.244382", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1153": ["2018-05-18 17:17:26.447591", "NULL", "NULL", 2076, "b38cc39a-387e-4557-9183-4fdd5024c24e", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:26.447575", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1154": ["2018-05-18 17:47:58.388878", "NULL", "NULL", 2229, "04e688ed-d7f3-4925-9a3b-204382f07c9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:43:43.320351", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1155": ["2018-05-18 17:47:58.472809", "NULL", "NULL", 2232, "9f6544d1-6f8f-4db1-a300-b8d5d67ac4f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:43:43.320385", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1156": ["2018-05-18 17:47:58.636318", "NULL", "NULL", 2233, "3bd9fc68-4c33-4267-999c-636a20087567", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:43:43.370882", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1157": ["2018-05-18 17:47:58.719323", "NULL", "NULL", 2235, "50a7b62b-d2e2-49d4-8f4a-28c06ba93fc6", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:43:43.480978", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1158": ["2018-05-18 17:47:58.801317", "NULL", "NULL", 2236, "7a368620-865a-4c50-befd-a88304fe81be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:43:43.800775", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1159": ["2018-05-18 17:47:58.884251", "NULL", "NULL", 2237, "4141d17b-83ea-42c8-9237-adff73a177df", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:43:43.827168", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1160": ["2018-05-18 17:47:58.966207", "NULL", "NULL", 2238, "1d669777-b716-47cc-8b96-31e6327b9ecb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:43:45.866654", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1161": ["2018-05-18 17:47:59.048335", "NULL", "NULL", 2239, "9917a4b6-9f43-4eda-b179-3d83cbd82791", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:43:59.934326", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1162": ["2018-05-18 17:47:59.214278", "NULL", "NULL", 2240, "4cb88e61-ac98-4951-aa2b-d2eb3cb89bd0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:44:02.455464", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1163": ["2018-05-18 17:47:59.378223", "NULL", "NULL", 2242, "fff2bfc9-906e-494d-bfa6-5d7667407dd8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:44:09.042696", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1164": ["2018-05-18 17:47:59.541283", "NULL", "NULL", 2244, "72cbe506-94db-47c6-ba28-9896863d118f", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:47:34.657224", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1165": ["2018-05-18 17:47:59.704248", "NULL", "NULL", 2247, "b0d3bef8-b025-4fef-8645-cd7bc418c759", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:47:40.23358", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1166": ["2018-05-18 17:47:59.867114", "NULL", "NULL", 2249, "4aa9de45-eb13-4492-8284-59dd8af3f4a0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:47:59.744539", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1167": ["2018-05-18 17:48:00.030206", "NULL", "NULL", 2250, "680d4e55-3b22-449e-acbd-c1cd251911b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:47:59.907482", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1168": ["2018-05-18 17:48:00.193276", "NULL", "NULL", 2252, "7312ac87-ec48-476d-b512-e9eb2208d425", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:00.070905", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1169": ["2018-05-18 17:48:00.356223", "NULL", "NULL", 2254, "0e7f07d8-af1c-4763-bf05-61f78e35f2bb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:00.233505", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1170": ["2018-05-18 17:48:00.439174", "NULL", "NULL", 2255, "d2bcdd0e-f3e9-4a33-a8b7-ea79c77adc14", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:48:00.397475", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1171": ["2018-05-18 17:39:20.064482", "NULL", "NULL", 2077, "0cd262f7-9b79-460d-b202-8911cd523c66", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.0585", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1172": ["2018-05-18 17:39:20.072762", "NULL", "NULL", 2078, "03c3bf7a-8ba2-4dc4-bd4b-0418abecada8", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.071278", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1173": ["2018-05-18 17:39:20.076843", "NULL", "NULL", 2079, "46ca7079-e9d1-47c1-a7b6-30c734d40476", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.076832", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1174": ["2018-05-18 17:39:20.080832", "NULL", "NULL", 2080, "2f48b200-63e3-44ab-9928-652825b439cb", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.080822", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1175": ["2018-05-18 17:39:20.283523", "NULL", "NULL", 2081, "2483f646-916e-4e39-8ce9-d3b822613659", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.282068", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1176": ["2018-05-18 17:39:20.286153", "NULL", "NULL", 2082, "526d9e94-bbc6-475d-a58d-e23e26e2ad83", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.284901", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1177": ["2018-05-18 17:39:20.489075", "NULL", "NULL", 2083, "590894d3-0b6a-4662-9ba1-d441d00df1fd", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.48906", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1178": ["2018-05-18 17:39:20.491826", "NULL", "NULL", 2084, "1a5c2534-682b-4b26-8640-c2c98b5b1a8f", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.491812", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1179": ["2018-05-18 17:39:23.111475", "NULL", "NULL", 2117, "b1f82349-9b62-418e-8466-716cf2cbcc8d", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:23.109966", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1180": ["2018-05-18 17:39:23.314754", "NULL", "NULL", 2119, "724f490f-ede2-4fb2-9001-b1a0dc0936c0", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:23.313259", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1181": ["2018-05-18 17:39:29.14828", "NULL", "NULL", 2186, "7771978e-4157-4e56-9ff0-3b03f787baaf", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:29.148268", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1182": ["2018-05-18 17:39:29.955488", "NULL", "NULL", 2197, "35490ea6-ccee-4a3d-aee0-b5146fb551fc", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-18 17:39:29.877655", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1183": ["2018-05-18 17:39:31.765835", "NULL", "NULL", 2212, "b4927dd6-a64a-450e-ad05-791dbba141b8", "200.005", "set", "system.host", "host=controller-1.network=Management", "2018-05-18 17:39:31.76401", "major", "controller-1 is experiencing intermittent ""Management Network"" communication failures that have exceeded its lower alarming threshold.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1184": ["2018-05-18 17:39:32.168808", "NULL", "NULL", 2213, "499a357f-ca75-4306-a6ce-bddf67d0b75c", "200.005", "set", "system.host", "host=controller-1.network=Management", "2018-05-18 17:39:32.167178", "critical", "controller-1 experienced a persistent critical ""Management Network"" communication failure.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1185": ["2018-05-18 17:39:32.171184", "NULL", "NULL", 2214, "311be2b2-6c96-465b-bbdd-28015243055f", "200.004", "set", "system.host", "host=controller-1", "2018-05-18 17:39:32.16995", "critical", "controller-1 experienced a service-affecting failure. Auto-recovery in progress. Manual Lock and Unlock may be required if auto-recovery is unsuccessful.", "operational-violation", "application-subsystem-failure", "If auto-recovery is consistently unable to recover host to the unlocked-enabled state contact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1186": ["2018-05-18 17:40:33.602446", "NULL", "NULL", 2216, "d27c118e-762e-4cd2-90ed-3ed29cdbb7c0", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-18 17:40:33.548765", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1187": ["2018-05-18 17:42:26.654808", "NULL", "NULL", 2217, "560020d6-074e-4db9-b699-91e086d5a30e", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-18 17:42:26.475618", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1188": ["2018-05-18 17:42:35.661818", "NULL", "NULL", 2218, "1e9b90a3-a58e-46a6-b931-b3589977e012", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-18 17:42:35.487366", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1189": ["2018-05-18 17:43:42.094036", "NULL", "NULL", 2219, "a3b27c57-41bb-474c-9f05-0117d6bc74dc", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:43:42.092376", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1190": ["2018-05-18 17:43:42.296555", "NULL", "NULL", 2220, "6d67bc34-cdf3-4c2c-8d52-6b981c3f1b85", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:43:42.295231", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1191": ["2018-05-18 17:48:00.46944", "NULL", "NULL", 2256, "10a0456a-02f6-41b8-a68f-e358a6679aae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:48:00.467345", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1192": ["2018-05-18 17:48:00.60222", "NULL", "NULL", 2257, "d044c655-0401-4f66-9c87-d8c6aac771a9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:48:00.479499", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1193": ["2018-05-18 17:48:00.673639", "NULL", "NULL", 2258, "a7fe2ba3-2860-45ab-acd4-4939b729cc7a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:00.671778", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1194": ["2018-05-18 17:39:20.510483", "NULL", "NULL", 2085, "65efe9e9-bf44-4838-b2ae-d9e86ae3d31e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:48.448867", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1195": ["2018-05-18 17:39:20.554834", "NULL", "NULL", 2086, "41604e1d-df2b-454b-99e2-6551660531fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:48.640508", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1196": ["2018-05-18 17:39:20.637055", "NULL", "NULL", 2087, "381bf3de-f3c5-4467-b5c3-02be43270b6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:48.640637", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1197": ["2018-05-18 17:39:20.719993", "NULL", "NULL", 2088, "8026a10c-7e39-4a5a-9f9f-a5f01e310b70", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:48.640684", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1198": ["2018-05-18 17:39:20.801849", "NULL", "NULL", 2089, "fb3bab98-16cf-458a-affa-c1d279de90a2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:17:48.640726", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1199": ["2018-05-18 17:39:20.883764", "NULL", "NULL", 2090, "ae3934f2-ce08-458a-bc9e-7d6019763f46", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:48.640767", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1200": ["2018-05-18 17:39:20.965776", "NULL", "NULL", 2091, "1347ba36-75c7-4c4b-ab57-2e065a08501b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:48.640808", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1201": ["2018-05-18 17:39:21.047784", "NULL", "NULL", 2092, "c41af545-5197-45f1-b0ec-9aa0509ab205", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:48.640849", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1202": ["2018-05-18 17:39:21.130684", "NULL", "NULL", 2093, "92df84fa-7dc6-4a17-9a26-36cfadd35268", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:48.774122", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1203": ["2018-05-18 17:39:21.211832", "NULL", "NULL", 2094, "bd8ca39d-7ab8-4252-bd5d-c632eca0cc88", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:48.94656", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1204": ["2018-05-18 17:39:21.293677", "NULL", "NULL", 2095, "dd5d3eb0-8db2-4cfe-b8a4-49fb61d560bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:49.118649", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1205": ["2018-05-18 17:39:21.374851", "NULL", "NULL", 2096, "929c6250-543c-460f-8f03-22dd4b921dcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:49.141555", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1206": ["2018-05-18 17:39:21.456881", "NULL", "NULL", 2097, "5b71102f-1fe7-4232-90dc-ae688f0b109d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:51.164801", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1207": ["2018-05-18 17:39:21.538885", "NULL", "NULL", 2098, "f5f1efaf-b143-4edc-bdc2-c5c67419d092", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:18:08.198235", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1208": ["2018-05-18 17:39:21.620885", "NULL", "NULL", 2099, "44c307f2-77c4-40df-ad06-782c3a72ec8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:18:10.700973", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1209": ["2018-05-18 17:39:21.702844", "NULL", "NULL", 2100, "00aa70b9-1d4e-453e-9fad-bf706b0c4c59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:18:17.363373", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1210": ["2018-05-18 17:39:21.784917", "NULL", "NULL", 2101, "b13f0f75-4a41-4833-a99d-bba884b37724", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:29:41.919626", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1211": ["2018-05-18 17:39:21.866991", "NULL", "NULL", 2102, "909db895-3990-478a-bb2e-0e9d4fcc63db", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:31:50.61057", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1212": ["2018-05-18 17:39:21.948878", "NULL", "NULL", 2103, "d0319350-05e0-4539-b7da-2a47fd56a89f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:32:11.655706", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1213": ["2018-05-18 17:39:22.031033", "NULL", "NULL", 2104, "f6e6205a-69d1-4f0f-a8ab-70a313f641eb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:32:17.667618", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1214": ["2018-05-18 17:39:22.112909", "NULL", "NULL", 2105, "2e445263-a256-4492-becb-5cb64871d89b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:32:23.679645", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1215": ["2018-05-18 17:39:22.194908", "NULL", "NULL", 2106, "d0b06ef1-bdb1-494a-b0da-09821b4252e9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:32:38.709616", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1216": ["2018-05-18 17:39:22.276928", "NULL", "NULL", 2107, "a142f8c0-7163-4820-aab5-856af5348c2e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:32:44.721611", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1217": ["2018-05-18 17:39:22.358875", "NULL", "NULL", 2108, "95e55581-5c20-4e9e-9b7a-32147c2259b5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:32:53.741617", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1218": ["2018-05-18 17:39:22.440877", "NULL", "NULL", 2109, "9e58385b-40b8-4cd8-9c58-eb3b26952bcc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:32:59.753577", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1219": ["2018-05-18 17:39:22.52482", "NULL", "NULL", 2110, "8fdd1895-1109-457d-b3a2-de16696f56f5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:33:23.801645", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1220": ["2018-05-18 17:39:22.6073", "NULL", "NULL", 2111, "ea8c2896-4e38-4050-bd74-7453d2234a31", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:33:44.843721", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1221": ["2018-05-18 17:39:22.689106", "NULL", "NULL", 2112, "70b3279c-90b5-44ca-90a2-d281d8a6c004", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:34:23.925679", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1222": ["2018-05-18 17:39:22.770882", "NULL", "NULL", 2113, "06f3cc83-30a4-45d3-aecb-ddfb2434bf36", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:35:54.105682", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1223": ["2018-05-18 17:39:22.852776", "NULL", "NULL", 2114, "4a1daf4d-fcc4-48a4-b337-269b11ca96d1", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:37:33.303677", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1224": ["2018-05-18 17:39:22.934163", "NULL", "NULL", 2115, "cb568d61-2fbe-4be2-b329-dc217df5461b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:03.483731", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1225": ["2018-05-18 17:39:23.015995", "NULL", "NULL", 2116, "0e5ee64b-f44e-46df-a1cd-42ffe9f2bb51", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.507828", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1226": ["2018-05-18 17:39:23.179158", "NULL", "NULL", 2118, "a97fa086-e164-40eb-a9f8-b0366499bdc6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.508057", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1227": ["2018-05-18 17:39:23.342124", "NULL", "NULL", 2120, "47847955-c35b-494f-acb1-89c642febf39", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.508129", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1228": ["2018-05-18 17:39:23.424145", "NULL", "NULL", 2121, "2bd6b0e1-fcd6-4dee-b2c1-9350d56f2ad9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:15.508207", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1229": ["2018-05-18 17:39:23.506235", "NULL", "NULL", 2122, "16cc1da5-01f0-496f-8352-645e6fcd4ee3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:15.508286", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1230": ["2018-05-18 17:39:23.669315", "NULL", "NULL", 2123, "91927a75-9b32-4c98-a4d8-4534d4251ecd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:15.508362", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1231": ["2018-05-18 17:39:23.831309", "NULL", "NULL", 2124, "d811e71b-2ec5-40d4-9a5b-b653e6734a59", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:15.508493", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1232": ["2018-05-18 17:39:23.993078", "NULL", "NULL", 2125, "57363365-759a-4572-bf85-cbe1287e9111", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.508601", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1233": ["2018-05-18 17:39:24.155143", "NULL", "NULL", 2126, "58595c56-1ea6-4c13-8b8f-33f0babb557e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.508663", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1234": ["2018-05-18 17:39:24.237015", "NULL", "NULL", 2127, "1a8e9a50-eeb1-477c-ab23-b7d2af41dc9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.508776", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1235": ["2018-05-18 17:39:24.319122", "NULL", "NULL", 2128, "9b7112a4-98bf-45a0-aa94-1149fe6dfc7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.508866", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1236": ["2018-05-18 17:39:24.400954", "NULL", "NULL", 2129, "3ef99313-04e7-4322-8fb1-bdcc1854877f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.508943", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1237": ["2018-05-18 17:39:24.483182", "NULL", "NULL", 2130, "f535f8e9-3975-449c-b748-4eba6de26597", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.509021", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1238": ["2018-05-18 17:39:24.565126", "NULL", "NULL", 2131, "e35dc91e-d920-4eac-8ca5-b251f6fc7b30", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.509099", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1239": ["2018-05-18 17:39:24.647184", "NULL", "NULL", 2132, "8fd5489a-bc9d-4ef1-98ad-de49d5854ce8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.509266", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1240": ["2018-05-18 17:39:24.729087", "NULL", "NULL", 2133, "f9866fe4-b77b-4b48-be2a-d9ceed143e55", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.509324", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1241": ["2018-05-18 17:39:24.811052", "NULL", "NULL", 2134, "a267d417-6d1a-44ab-97fc-68c743d4c155", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.509385", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1242": ["2018-05-18 17:39:24.893095", "NULL", "NULL", 2135, "fe4fefdd-b43e-416b-915a-e0240f8a067c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.509489", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1243": ["2018-05-18 17:39:24.975033", "NULL", "NULL", 2136, "d3c3ba55-2855-4020-b07f-b0c48d83ba1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.509574", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1244": ["2018-05-18 17:39:25.057073", "NULL", "NULL", 2137, "d5f510da-03a6-4d53-9ed1-d86fd00aa3ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.509649", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1245": ["2018-05-18 17:39:25.139061", "NULL", "NULL", 2138, "a713eb7e-887d-428f-b0b0-381de2f2f83f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.509743", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1246": ["2018-05-18 17:39:25.222047", "NULL", "NULL", 2139, "4948e3c0-f207-45c4-9070-a9bb0902eedc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.509822", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1247": ["2018-05-18 17:39:25.304364", "NULL", "NULL", 2140, "f10d54f7-014c-4bf9-b032-7f7f38307da6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.509898", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1248": ["2018-05-18 17:39:25.386307", "NULL", "NULL", 2141, "4ede6e31-ea18-4682-a955-741c8bc75d95", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.509976", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1249": ["2018-05-18 17:39:25.468326", "NULL", "NULL", 2142, "5140fa6c-9a7c-4d7b-b17b-45d24918af5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.510053", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1250": ["2018-05-18 17:39:25.550142", "NULL", "NULL", 2143, "2de62443-1f70-4850-a635-3bea41e45852", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.510154", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1251": ["2018-05-18 17:39:25.634135", "NULL", "NULL", 2144, "6afef471-a470-4327-8390-453331eda46f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.510257", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1252": ["2018-05-18 17:39:25.716083", "NULL", "NULL", 2145, "f201d6b0-a1ab-4e94-9921-d8becc8c9fc7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.510308", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1253": ["2018-05-18 17:39:25.798063", "NULL", "NULL", 2146, "c5343158-7184-4d18-9ba3-316f28634271", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.510397", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1254": ["2018-05-18 17:39:25.88022", "NULL", "NULL", 2147, "9b12d332-f8e2-4766-a8ef-fd186789a106", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.510525", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1255": ["2018-05-18 17:39:25.962152", "NULL", "NULL", 2148, "1569dd04-e371-4f0d-b1da-7a737fed4816", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.510604", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1256": ["2018-05-18 17:39:26.044151", "NULL", "NULL", 2149, "eb65329f-93f9-49a9-8176-eae129db76a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.510681", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1257": ["2018-05-18 17:39:26.126154", "NULL", "NULL", 2150, "9333565a-11ff-4e51-9fca-c9221a203938", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.510812", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1258": ["2018-05-18 17:39:26.208246", "NULL", "NULL", 2151, "db5b71da-78fa-4e1a-9401-a7c6f5f4decd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.510894", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1259": ["2018-05-18 17:39:26.290182", "NULL", "NULL", 2152, "b38134dc-11ac-47be-ba5b-c23de90d4011", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:15.511022", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1260": ["2018-05-18 17:39:26.372258", "NULL", "NULL", 2153, "e8047e96-1b08-4bf4-902e-466ce6df3374", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.511088", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1261": ["2018-05-18 17:39:26.454159", "NULL", "NULL", 2154, "a4013898-99b9-42b4-8b83-f641bd6d8e91", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.511158", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1262": ["2018-05-18 17:39:26.536044", "NULL", "NULL", 2155, "6a493bb4-1c28-4e13-8c62-f3f38d9b3584", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.511242", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1263": ["2018-05-18 17:39:26.618253", "NULL", "NULL", 2156, "a482884b-1bb2-4bf6-9c42-83d8ae648abe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.511319", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1264": ["2018-05-18 17:39:26.700303", "NULL", "NULL", 2157, "2b19f99c-8acc-42bb-9922-05e6639f0327", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.511394", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1265": ["2018-05-18 17:39:26.782198", "NULL", "NULL", 2158, "da3e2a79-bde9-4711-8675-522208a1e43b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.511498", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1266": ["2018-05-18 17:39:26.864176", "NULL", "NULL", 2159, "293723d2-ea66-4c8f-9a52-846b45c817d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.511576", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1267": ["2018-05-18 17:39:26.946009", "NULL", "NULL", 2160, "8d3b179b-0530-4717-bd6d-2d3d320db5f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.511981", "critical", "Service group distributed-cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1268": ["2018-05-18 17:39:27.028209", "NULL", "NULL", 2161, "8787f8c0-2bda-4658-b64f-810fc1e758be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.51203", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1269": ["2018-05-18 17:39:27.110402", "NULL", "NULL", 2162, "a123394a-681b-44fb-be58-a6f852e4b6ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.512107", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1270": ["2018-05-18 17:39:27.192066", "NULL", "NULL", 2163, "de2cf163-d232-4241-ba8e-6848706174fb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.512182", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1271": ["2018-05-18 17:39:27.274353", "NULL", "NULL", 2164, "2739e358-1d52-4946-978f-557fdcfa8e7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.51226", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1272": ["2018-05-18 17:39:27.356089", "NULL", "NULL", 2165, "5d97ff93-a355-4890-9c13-f2b26b151427", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.512338", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1273": ["2018-05-18 17:39:27.437787", "NULL", "NULL", 2166, "a50976ff-feb8-425f-8f33-f48e7d5bfb56", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.512434", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1274": ["2018-05-18 17:39:27.519788", "NULL", "NULL", 2167, "28133797-1219-4c00-ada2-fa2239c707c0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.512517", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1275": ["2018-05-18 17:39:27.600821", "NULL", "NULL", 2168, "eb02cd2f-3896-487e-ae66-201e4fd80982", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.512986", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1276": ["2018-05-18 17:39:27.68307", "NULL", "NULL", 2169, "aab8fb57-0762-4846-bf61-bc9bbc72c13d", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:15.513068", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1277": ["2018-05-18 17:39:27.765301", "NULL", "NULL", 2170, "69a3466c-3531-4c8c-900a-ce5705d91dc3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.513129", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1278": ["2018-05-18 17:39:27.847457", "NULL", "NULL", 2171, "4a351d37-06f2-48ad-bc00-ff65a69ed189", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.513209", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1279": ["2018-05-18 17:39:27.930385", "NULL", "NULL", 2172, "0ec15836-5934-4c0f-8420-91d1840272c4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.513297", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1280": ["2018-05-18 17:39:28.012083", "NULL", "NULL", 2173, "7bb3cd2e-b8dc-44cf-8e82-8662ecec5a07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.513436", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1281": ["2018-05-18 17:39:28.094146", "NULL", "NULL", 2174, "8dbb23b7-45d1-4dc8-8c93-6a27770df018", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.513614", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1282": ["2018-05-18 17:39:28.175908", "NULL", "NULL", 2175, "3e5d2c02-fbc3-45b1-9d25-3e063978cc32", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:15.513671", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1283": ["2018-05-18 17:39:28.2578", "NULL", "NULL", 2176, "c9c03da8-f321-4da3-bf95-66a937476db2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:15.513751", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1284": ["2018-05-18 17:39:28.339763", "NULL", "NULL", 2177, "8298bd8a-b24b-48ab-b4bc-36339eefddb9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:15.513901", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1285": ["2018-05-18 17:39:28.42185", "NULL", "NULL", 2178, "d4fe56c6-efb4-40b9-8353-42ad13a26560", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.513969", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1286": ["2018-05-18 17:39:28.502772", "NULL", "NULL", 2179, "b1d0bbf7-b8b1-47df-86a2-9ba16c7f5e54", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.514044", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1287": ["2018-05-18 17:39:28.584393", "NULL", "NULL", 2180, "3f96eb3b-854b-4154-add9-f6efd4280092", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.51412", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1288": ["2018-05-18 17:39:28.665878", "NULL", "NULL", 2181, "6a295139-aa62-4b96-ad36-f3b2c5e2bf50", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:15.514196", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1289": ["2018-05-18 17:39:28.747862", "NULL", "NULL", 2182, "fc3ab9c5-bf77-4c9a-903b-7c88dacd7b03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:15.514272", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1290": ["2018-05-18 17:39:28.829778", "NULL", "NULL", 2183, "cc86de5d-1285-4268-96bc-d57c134bf8d2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:15.514345", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1291": ["2018-05-18 17:39:28.910645", "NULL", "NULL", 2184, "99158247-d36c-43e1-8139-8a272101e2c9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:15.514442", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1292": ["2018-05-18 17:39:28.991802", "NULL", "NULL", 2185, "45d37e74-d9cc-4dec-aaab-81526ee92ed6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.514535", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1293": ["2018-05-18 17:39:29.152748", "NULL", "NULL", 2187, "2b50cb7a-19f6-4676-9484-da5eac188148", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.514606", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1294": ["2018-05-18 17:39:29.233902", "NULL", "NULL", 2188, "6fc218f2-8f86-4806-a0a9-7c0b2af87268", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.514645", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1295": ["2018-05-18 17:39:29.31584", "NULL", "NULL", 2189, "f327769f-d088-4472-8040-c2d2b82582ae", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.514681", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1296": ["2018-05-18 17:39:29.396804", "NULL", "NULL", 2190, "58a1b980-e74a-472d-8d12-e3f527cb97a7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.514769", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1297": ["2018-05-18 17:39:29.479079", "NULL", "NULL", 2191, "f01002be-b41c-42a3-9101-5033a5a4ca79", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.514806", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1298": ["2018-05-18 17:39:29.561308", "NULL", "NULL", 2192, "f1ff4a39-2f83-4372-b8cf-5800fcb5f7ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.51484", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1299": ["2018-05-18 17:39:29.642888", "NULL", "NULL", 2193, "dbe6dd64-ccb0-40c4-92d1-a4875facffeb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.514873", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1300": ["2018-05-18 17:39:29.72489", "NULL", "NULL", 2194, "25f17fa4-17dd-4017-88cc-888b2d255715", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.51492", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1301": ["2018-05-18 17:39:29.806897", "NULL", "NULL", 2195, "a065a008-b8fa-4127-b09c-74f3793f56be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.514954", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1302": ["2018-05-18 17:39:29.889099", "NULL", "NULL", 2196, "fd4eb24f-7bd8-4d3e-9d29-84c4fabdc08d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.514989", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1303": ["2018-05-18 17:39:29.970877", "NULL", "NULL", 2198, "1453d890-1330-4cfb-a1b3-5f2f4d7ddf1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.515023", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1304": ["2018-05-18 17:39:30.053264", "NULL", "NULL", 2199, "a1171423-d8f4-4e8d-8fc6-1a16311f4b94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.515057", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1305": ["2018-05-18 17:39:30.135166", "NULL", "NULL", 2200, "56155165-b6ff-43e0-ae7d-fc5547241d01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.515092", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1306": ["2018-05-18 17:39:30.217248", "NULL", "NULL", 2201, "489e0e8c-40a5-451c-b86f-147f6d933f0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:30.175854", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1307": ["2018-05-18 17:39:30.299236", "NULL", "NULL", 2202, "9120c058-6868-4854-bc1b-f1c01ce83540", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:30.2576", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1308": ["2018-05-18 17:39:30.381147", "NULL", "NULL", 2203, "c09b17b6-4206-4a3c-b949-7d6448114f5c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:30.339675", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1309": ["2018-05-18 17:39:30.463157", "NULL", "NULL", 2204, "9210e2e7-72ce-4b07-b74a-92e2749d459b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:30.421538", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1310": ["2018-05-18 17:54:56.490478", "NULL", "NULL", 2299, "7ec8e69b-0864-4359-b1bc-39b38c94e104", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:54:56.48759", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1311": ["2018-05-18 17:55:02.530357", "NULL", "NULL", 2303, "06f19e05-c5a1-482b-b084-a93e6af84924", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:14:55.526403", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1312": ["2018-05-18 17:55:02.611951", "NULL", "NULL", 2304, "866d7ba4-4a61-4a75-b2f2-36ffdc00e815", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:30:33.791388", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1313": ["2018-05-18 17:55:02.693047", "NULL", "NULL", 2305, "ab0252b0-b189-4dbc-800b-d9a563979714", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:30:49.585461", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1314": ["2018-05-18 17:55:02.853937", "NULL", "NULL", 2309, "6642e51c-7125-481e-afc4-513d16429297", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:30:58.603492", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1315": ["2018-05-18 17:55:02.935085", "NULL", "NULL", 2313, "628aec99-14d0-4535-9836-1de36ca0cfa5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:31:16.641414", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1316": ["2018-05-18 17:55:03.016028", "NULL", "NULL", 2314, "84352a25-638a-44f1-8410-5b3be8c16145", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:31:28.665483", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1317": ["2018-05-18 17:55:03.177008", "NULL", "NULL", 2318, "9deb5671-8ec7-40e8-9727-a60967dbd5e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:32:04.737431", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1318": ["2018-05-18 17:55:03.257929", "NULL", "NULL", 2319, "250ae817-006f-4d95-a76a-762c430b16b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:32:58.845472", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1319": ["2018-05-18 17:55:03.339019", "NULL", "NULL", 2320, "9eba33b5-6fa5-4dec-a963-caa06173e02e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:34:20.007476", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1320": ["2018-05-18 17:55:03.420029", "NULL", "NULL", 2321, "0b4cc678-24f3-439a-afc9-7b2cce3111b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:34:59.085623", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1321": ["2018-05-18 17:55:03.501298", "NULL", "NULL", 2322, "4b48d86a-b25e-4776-ba96-4b88edcc15c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:35:35.157518", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1322": ["2018-05-18 17:55:03.583067", "NULL", "NULL", 2323, "d4aaafac-e5fb-4bfa-aa38-7e52b21f6b4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:35:59.205413", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1323": ["2018-05-18 17:55:03.663998", "NULL", "NULL", 2324, "ebbdbb09-53d1-4068-ba33-81ac54b71468", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:36:23.253541", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1324": ["2018-05-18 17:55:03.746219", "NULL", "NULL", 2325, "1891c8af-0cef-4c82-804c-faaa4a1d96e3", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:37:08.343506", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1325": ["2018-05-18 17:55:03.828107", "NULL", "NULL", 2326, "7d64c82f-4d6d-4ab2-b7eb-ebe1c021ff66", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:37:35.397419", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1326": ["2018-05-18 17:55:03.909021", "NULL", "NULL", 2327, "4db4e7b5-7d6a-4bdd-a645-32ba0c6af079", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:23.613389", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1327": ["2018-05-18 17:55:04.069989", "NULL", "NULL", 2328, "573ec4d3-1cde-428e-80c3-65e0900b07b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:53.673379", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1328": ["2018-05-18 17:55:04.151392", "NULL", "NULL", 2330, "037ae779-be78-403e-adce-96dff397d41d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:59.685342", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1329": ["2018-05-18 17:55:04.233312", "NULL", "NULL", 2331, "f82ff42b-bfe9-4f7a-b9ac-c0aa33b19996", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:40:08.703371", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1330": ["2018-05-18 17:55:04.315109", "NULL", "NULL", 2332, "b68a1f3f-b7b4-4f3b-8e88-3450be85cf9d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:40:14.715465", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1331": ["2018-05-18 17:55:04.396045", "NULL", "NULL", 2333, "8fdd7522-1d6a-45ae-90ea-f4046fbfa0a9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:40:35.757388", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1332": ["2018-05-18 17:55:04.55809", "NULL", "NULL", 2335, "69308b8b-37c7-4818-85ba-c507db36d056", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:40:44.77546", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1333": ["2018-05-18 17:54:59.089954", "NULL", "NULL", 2300, "c29655fc-1d56-4549-a215-f8a3fca9c5e0", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:54:59.088176", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1334": ["2018-05-18 17:55:02.494762", "NULL", "NULL", 2301, "9f69ff3f-42b4-4367-8ca4-b69318f44c93", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:02.493007", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1335": ["2018-05-18 17:55:02.497191", "NULL", "NULL", 2302, "defe8599-9503-43cd-8721-6bbbbd25478c", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.495909", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1336": ["2018-05-18 17:55:02.70024", "NULL", "NULL", 2306, "6a59cc37-67a3-4e59-9678-b113a2c3c1ae", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.698922", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1337": ["2018-05-18 17:55:02.702991", "NULL", "NULL", 2307, "6742dcb7-7d8c-4472-bc84-96c08829af1d", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.702983", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1338": ["2018-05-18 17:55:02.705384", "NULL", "NULL", 2308, "a4863f35-72a7-4fe4-8c2e-5c430db3a08c", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.705376", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1339": ["2018-05-18 17:55:02.907584", "NULL", "NULL", 2310, "4e7fc187-fbb8-4472-9b2f-a1ecc6f7e6aa", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:02.90646", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1340": ["2018-05-18 17:55:02.909818", "NULL", "NULL", 2311, "4298d646-080f-4b25-9a1b-76eeab7dac35", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.908657", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1341": ["2018-05-18 17:55:02.912534", "NULL", "NULL", 2312, "64d01d51-31e3-4684-99a7-331f85b4026b", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.911231", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1342": ["2018-05-18 17:55:03.115466", "NULL", "NULL", 2315, "b7906670-6c32-46b3-85c2-55ac733603c0", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:03.115454", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1343": ["2018-05-18 17:55:03.118094", "NULL", "NULL", 2316, "b94721a9-30ee-4f1d-ba4b-32c1a816ab4e", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:03.118084", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1344": ["2018-05-18 17:55:03.120371", "NULL", "NULL", 2317, "8f7d17c7-21a7-401d-ad98-aeaa4b8a07ae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:03.119254", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1345": ["2018-05-18 17:55:04.128575", "NULL", "NULL", 2329, "84145cde-c361-4633-9fb4-ec66378df589", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:04.128563", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1346": ["2018-05-18 17:55:04.533565", "NULL", "NULL", 2334, "9c79d68f-a026-473a-a296-0c5bb0b0e19f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:04.532119", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1347": ["2018-05-18 17:55:05.74238", "NULL", "NULL", 2350, "931d645d-88bf-4d5d-9933-944621de9e35", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:05.74102", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1348": ["2018-05-18 17:55:06.949968", "NULL", "NULL", 2359, "9ccdabad-4996-439f-8fa1-bd0e1ee18b60", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:06.948051", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1349": ["2018-05-18 17:55:07.154044", "NULL", "NULL", 2361, "a6791035-2f43-4eec-a22b-755b77a769f4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:07.152198", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1350": ["2018-05-18 17:55:07.357777", "NULL", "NULL", 2364, "3abd0143-2223-48d6-94bb-a224fc2eff6a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:07.356107", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1351": ["2018-05-18 17:55:08.165506", "NULL", "NULL", 2373, "68841bf4-8510-47a0-ac31-5d9c76d540cd", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:08.165494", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1352": ["2018-05-18 17:55:08.972997", "NULL", "NULL", 2382, "513f2482-03ab-45e4-84d0-ffcb8d08f010", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:08.971019", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1353": ["2018-05-18 17:55:09.780944", "NULL", "NULL", 2392, "54e7e45f-3b12-40f7-97ae-ecaea0de8507", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:09.778989", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1354": ["2018-05-18 17:55:04.639087", "NULL", "NULL", 2336, "fde827d3-cb46-4521-8a53-a66cf2e2b09f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:40:50.787393", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1355": ["2018-05-18 17:55:04.721006", "NULL", "NULL", 2337, "97bc91ac-082c-4752-8837-fd280911e959", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:40:56.799485", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1356": ["2018-05-18 17:55:04.802", "NULL", "NULL", 2338, "e940ff54-d396-42bd-a7ae-78411796ac7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:41:05.817369", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1357": ["2018-05-18 17:55:04.882825", "NULL", "NULL", 2339, "60ee0525-6cde-41bd-8498-504bb1949f24", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:41:47.901481", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1358": ["2018-05-18 17:55:04.963998", "NULL", "NULL", 2340, "1abfe145-ff50-41ec-adad-e33fbf38b4f1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:41:56.919491", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1359": ["2018-05-18 17:55:05.045096", "NULL", "NULL", 2341, "cce47fc9-3218-4ae3-afc9-b0d507c80912", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:42:02.931405", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1360": ["2018-05-18 17:55:05.125985", "NULL", "NULL", 2342, "83f118c4-cfef-400b-8fbe-4a0bab24429a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:42:11.949451", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1361": ["2018-05-18 17:55:05.206944", "NULL", "NULL", 2343, "fa2dda1a-8f0c-44c1-8ca8-07461e592e86", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:42:17.961509", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1362": ["2018-05-18 17:55:05.288007", "NULL", "NULL", 2344, "9a3d245e-b78a-4d56-b6ca-6b723d74368c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:42:26.979462", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1363": ["2018-05-18 17:55:05.36894", "NULL", "NULL", 2345, "595fc9ee-de0a-4033-9ce0-46cec58de37f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:42:32.992069", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1364": ["2018-05-18 17:55:05.450091", "NULL", "NULL", 2346, "718f9c26-cd8d-4c0c-a430-e4b8bd441465", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:42:51.027608", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1365": ["2018-05-18 17:55:05.53127", "NULL", "NULL", 2347, "0449dfef-5a5b-4a7f-943a-3ea3a1cad72c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:43:03.05149", "critical", "Service group distributed-cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1366": ["2018-05-18 17:55:05.618363", "NULL", "NULL", 2348, "490094b8-5589-4224-878a-694db0b479bd", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-18 17:55:05.616492", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1367": ["2018-05-18 17:55:05.693182", "NULL", "NULL", 2349, "905298df-ce2c-4385-a803-0c56bce3cdbb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:43:12.069393", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1368": ["2018-05-18 17:55:05.775025", "NULL", "NULL", 2351, "7d6c6ea0-81e2-4fd1-8a8f-4ffebea2e373", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:43:18.08151", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1369": ["2018-05-18 17:55:05.855963", "NULL", "NULL", 2352, "4bef3b4d-d94f-4293-930d-f09e537c9cd3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:43:27.099422", "critical", "Service group directory-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1370": ["2018-05-18 17:55:05.9368", "NULL", "NULL", 2353, "7ade5ece-a2fb-44da-b267-2d9fe1f9f821", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:43:33.111394", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1371": ["2018-05-18 17:55:06.018058", "NULL", "NULL", 2354, "e8df6a8f-220f-4251-89c2-454f38c1539f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:43:42.129403", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1372": ["2018-05-18 17:55:06.597027", "NULL", "NULL", 2355, "87390cc8-1fbf-4010-92b3-698c4df8d450", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:43:48.141526", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1373": ["2018-05-18 17:55:06.695161", "NULL", "NULL", 2356, "d6f4cacc-2f74-4a96-9696-49b3de52e26a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:43:57.159442", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1374": ["2018-05-18 17:55:06.77738", "NULL", "NULL", 2357, "1d3e579a-a80e-421d-8f27-76b1c5013b98", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:44:15.195376", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1375": ["2018-05-18 17:55:06.940383", "NULL", "NULL", 2358, "671f871e-bd02-4695-b2cb-a08c7d87167e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:44:27.219911", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1376": ["2018-05-18 17:55:07.022627", "NULL", "NULL", 2360, "6113dd65-19ee-4eef-bc25-79436a19bb98", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:44:39.24364", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1377": ["2018-05-18 17:55:07.185221", "NULL", "NULL", 2362, "cf6d3739-7016-4143-9d58-545cd01c2f8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:44:51.267503", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1378": ["2018-05-18 17:55:07.34825", "NULL", "NULL", 2363, "692108af-604a-4806-9a1c-20c38f48b083", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:45:03.291453", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1379": ["2018-05-18 17:55:07.430198", "NULL", "NULL", 2365, "e800461c-ec54-42fe-8091-c2a14f92d52b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:45:21.329457", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1380": ["2018-05-18 17:55:07.512136", "NULL", "NULL", 2366, "c7c82778-d86f-43a1-9919-2321daf3c9bd", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:45:33.353416", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1381": ["2018-05-18 17:55:07.63591", "NULL", "NULL", 2367, "926a72a1-3ebe-4c16-b35b-2bca9b57fe6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:45:45.377437", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1382": ["2018-05-18 17:55:07.717265", "NULL", "NULL", 2368, "0ff138cb-be40-4113-a4e3-b697bed361af", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:45:57.401411", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1383": ["2018-05-18 17:55:07.79924", "NULL", "NULL", 2369, "e2ec1d14-72c5-49c0-8d64-4855d2842fed", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:46:09.425556", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1384": ["2018-05-18 17:55:07.881295", "NULL", "NULL", 2370, "3cbe729a-ab44-4661-b322-6b672b608058", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:46:27.461474", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1385": ["2018-05-18 17:55:07.963308", "NULL", "NULL", 2371, "4b94e093-5bb5-4a56-84a0-57e01fec2a70", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:46:36.479412", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1386": ["2018-05-18 17:55:08.126337", "NULL", "NULL", 2372, "8d49fd55-3081-4ddc-aa87-8ea6151324f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:46:42.49147", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1387": ["2018-05-18 17:55:08.208461", "NULL", "NULL", 2374, "cede0736-328b-47e1-89c2-6cb21d0590dd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:46:51.509384", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1388": ["2018-05-18 17:55:08.377181", "NULL", "NULL", 2375, "c7185b14-3c22-4858-95c4-72d9bb1df141", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:46:57.521399", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1389": ["2018-05-18 17:55:08.459283", "NULL", "NULL", 2376, "cd45cace-380f-4789-b1bc-b158a7f91b9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:47:06.539397", "critical", "Service group directory-services state change from disabling to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1390": ["2018-05-18 17:55:08.54161", "NULL", "NULL", 2377, "b507142b-e815-4043-9ce4-1ca562d6084e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:47:12.551407", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1391": ["2018-05-18 17:55:08.623583", "NULL", "NULL", 2378, "daf5af5c-8b50-4be5-b6c0-9484a72527c6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:47:21.569354", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1392": ["2018-05-18 17:55:08.705278", "NULL", "NULL", 2379, "0c9f2302-3955-40c7-9352-ad6c6e8aa5bd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:47:27.581534", "critical", "Service group controller-services state change from disabling to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1393": ["2018-05-18 17:55:08.787471", "NULL", "NULL", 2380, "eef86c7f-d0e1-4e55-8b1f-4f5a8e0e7583", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:47:42.611483", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1394": ["2018-05-18 17:55:08.950602", "NULL", "NULL", 2381, "c56538ef-bb66-4ef7-b161-7a4ce223ff01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:47:57.641543", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1395": ["2018-05-18 17:55:09.032459", "NULL", "NULL", 2383, "c6fd0487-b9fd-42c6-9e49-87603eaef8d7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:48:42.73155", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1396": ["2018-05-18 17:55:09.114399", "NULL", "NULL", 2384, "3ab628be-9984-4e85-b3f7-dd422b4b53a9", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:49:51.86944", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1397": ["2018-05-18 17:55:09.196278", "NULL", "NULL", 2385, "f5b92cf1-3526-40a3-a4b2-686f3e15efdc", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:50:48.983435", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1398": ["2018-05-18 17:55:09.278379", "NULL", "NULL", 2386, "9ead55fc-dc31-4a57-95ba-8554a2905420", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:52:22.169494", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1399": ["2018-05-18 17:55:09.360587", "NULL", "NULL", 2387, "5eaeabcd-4d2c-468a-80c6-9935e84c39d6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:52:52.229496", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1400": ["2018-05-18 17:55:09.44241", "NULL", "NULL", 2388, "27fdee8c-de7e-4dcc-9cba-23edfdb957f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:53:10.265422", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1401": ["2018-05-18 17:55:09.524411", "NULL", "NULL", 2389, "32e7fe60-5043-4104-8ed1-d8ec98af3aa2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:54:01.367455", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1402": ["2018-05-18 17:55:09.606533", "NULL", "NULL", 2390, "d09b5705-43d3-4798-be21-2d2def29d06b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:54:34.43351", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1403": ["2018-05-18 17:55:09.769438", "NULL", "NULL", 2391, "92f6f6c1-12e0-43bc-8b6c-8a4d7696586c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:09.649404", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1404": ["2018-05-18 17:55:09.932413", "NULL", "NULL", 2393, "5b1fd5f8-a72f-49bf-80b9-9760582ee39c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:09.812484", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1405": ["2018-05-18 17:55:10.09547", "NULL", "NULL", 2395, "76ec730e-57fb-4347-a353-45d87de8e301", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:09.975427", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1406": ["2018-05-18 17:55:10.258476", "NULL", "NULL", 2398, "771b216f-cf34-4612-807f-258f07e33304", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:10.13861", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1407": ["2018-05-18 17:55:10.422574", "NULL", "NULL", 2400, "30ef1f49-60a9-46f2-ae89-39cc4b17c18d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:55:10.301493", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1408": ["2018-05-18 17:55:10.585554", "NULL", "NULL", 2401, "0f97c64a-3f7c-4557-9c67-ca0100b62c65", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:55:10.465465", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1409": ["2018-05-18 17:55:10.74835", "NULL", "NULL", 2403, "881cc4b0-29d9-4f4a-8fdd-48b8a2c6914d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:10.628478", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1410": ["2018-05-18 17:55:10.911557", "NULL", "NULL", 2405, "51965441-939f-44fd-8d7d-a6167a28eb2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:10.79145", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1411": ["2018-05-18 17:55:11.074539", "NULL", "NULL", 2408, "009ec2b4-89a1-4092-9153-75b0ddaa6aa9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:10.954523", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1412": ["2018-05-18 17:55:11.237475", "NULL", "NULL", 2410, "79620c7b-7c45-438a-9e85-ff95d7cc5f65", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:11.117531", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1413": ["2018-05-18 17:55:11.399346", "NULL", "NULL", 2411, "6e7bf11d-acb2-4961-8ec8-fb9cff7ae2d9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.28044", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1414": ["2018-05-18 17:55:11.562445", "NULL", "NULL", 2413, "40e43979-502e-4390-82d1-00f1c94125f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:11.442384", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1415": ["2018-05-18 17:55:11.725539", "NULL", "NULL", 2415, "886829d1-0393-4af6-92f6-69b4e7c60003", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:11.605564", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1416": ["2018-05-18 17:55:11.888475", "NULL", "NULL", 2418, "57f811a6-6fca-4157-a254-1d7fe5c0ba6e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:11.76847", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1417": ["2018-05-18 17:55:12.052525", "NULL", "NULL", 2420, "cea8e37e-41b2-4423-9104-206812ac85c8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.93154", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1418": ["2018-05-18 17:55:12.214605", "NULL", "NULL", 2421, "92ab91d1-6574-45d9-865f-0eef7df00103", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:12.095458", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1419": ["2018-05-18 17:55:12.296461", "NULL", "NULL", 2423, "75c354d9-f494-48b3-9614-1536826eec0a", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:12.257369", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1420": ["2018-05-18 17:55:12.37869", "NULL", "NULL", 2424, "d1aaf5c4-d20d-4b77-b054-ea550e3ce329", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:12.339462", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1421": ["2018-05-18 17:55:12.460526", "NULL", "NULL", 2425, "027a5810-daf9-475c-9de4-a526cdcc8a03", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:12.42149", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1422": ["2018-05-18 17:55:12.54256", "NULL", "NULL", 2426, "38a00ce4-31cc-4b6d-ba5e-21680f474f48", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:12.50348", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1423": ["2018-05-18 17:55:09.985134", "NULL", "NULL", 2394, "9615300c-067a-4725-88d1-ddde81f33da7", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:09.982966", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1424": ["2018-05-18 17:55:10.188945", "NULL", "NULL", 2396, "a60884f4-1427-4e3d-aa4f-d7d06fe65b28", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:10.187216", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1425": ["2018-05-18 17:55:10.192348", "NULL", "NULL", 2397, "60e4d99d-6466-4082-83be-1905ae683f94", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:55:10.190777", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1426": ["2018-05-18 17:55:10.396194", "NULL", "NULL", 2399, "7204dc86-1f4e-4489-99d2-e3430a63deb5", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:55:10.39617", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1427": ["2018-05-18 17:55:10.59985", "NULL", "NULL", 2402, "c77aa13f-1deb-43c4-949a-28743a794876", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:10.599822", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1428": ["2018-05-18 17:55:10.803725", "NULL", "NULL", 2404, "19814e66-9e64-4747-bc70-c9e72c9e9279", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:10.803713", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1429": ["2018-05-18 17:55:11.007331", "NULL", "NULL", 2406, "0cfad18d-6301-43c4-a5f5-7aec1b4a26ad", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:11.007321", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1430": ["2018-05-18 17:55:11.010599", "NULL", "NULL", 2407, "acb14aa8-9843-4b0d-b18e-cb56dd4512c8", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:11.010588", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1431": ["2018-05-18 17:55:11.214144", "NULL", "NULL", 2409, "c4bcd4e4-1427-4484-b9a0-408f7a7480b5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:11.214133", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1432": ["2018-05-18 17:55:11.417813", "NULL", "NULL", 2412, "8e23258c-46e0-4413-b33c-1c3746a6a2d5", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:11.417802", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1433": ["2018-05-18 17:55:11.621367", "NULL", "NULL", 2414, "220418a8-0faa-43d3-b4f5-d0f9c0f929fe", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:11.621355", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1434": ["2018-05-18 17:55:11.825044", "NULL", "NULL", 2416, "2bc79515-0eb3-45f7-bdec-9f56095cb875", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.823281", "major", "Service group controller-services degraded; drbd-cinder(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1435": ["2018-05-18 17:55:11.828675", "NULL", "NULL", 2417, "e7a1cfe5-1048-4857-b2bc-2a277a7a9823", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:11.827036", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1436": ["2018-05-18 17:55:12.032114", "NULL", "NULL", 2419, "3400a6be-d209-43c3-8b5d-98d8c01b479a", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:12.030608", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1437": ["2018-05-18 17:55:12.235822", "NULL", "NULL", 2422, "1fbf9c40-90fb-4ea3-898b-e13f49485a6a", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:12.235811", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1438": ["2018-05-18 17:55:17.262694", "NULL", "NULL", 2470, "149eb9d3-1605-4b5b-b6e4-19eabb47c1f5", "200.004", "clear", "system.host", "host=controller-1", "2018-05-18 17:55:17.262682", "critical", "controller-1 experienced a service-affecting failure. Auto-recovery in progress. Manual Lock and Unlock may be required if auto-recovery is unsuccessful.", "operational-violation", "application-subsystem-failure", "If auto-recovery is consistently unable to recover host to the unlocked-enabled state contact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1439": ["2018-05-18 17:55:26.470645", "NULL", "NULL", 2472, "d1263c09-1786-446a-9ef4-a302b8e1f2f7", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:55:26.470633", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1440": ["2018-05-18 17:55:32.477008", "NULL", "NULL", 2473, "dab7086d-29a3-4bc1-b1c3-639c906c2df8", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:32.476997", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1441": ["2018-05-09 01:28:53.745415", "NULL", "NULL", 2808, "59cc9636-1e59-4a03-b5d1-4e07337f94a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:28:53.55911", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1442": ["2018-05-18 17:55:12.624577", "NULL", "NULL", 2427, "87354cec-360b-4d5d-a61b-1029ae89d36d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:12.585411", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1443": ["2018-05-18 17:55:12.706585", "NULL", "NULL", 2428, "39f19220-0851-4185-be5c-9b467a926526", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:12.667449", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1444": ["2018-05-18 17:55:12.788508", "NULL", "NULL", 2429, "8971aa4c-6122-4f05-9e1c-88dc7b08b10c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:12.749484", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1445": ["2018-05-18 17:55:12.870508", "NULL", "NULL", 2430, "a32443c7-a5ec-47f3-86be-01aa43ba5829", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:12.831474", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1446": ["2018-05-18 17:55:12.952422", "NULL", "NULL", 2431, "016141f8-aa3b-4ca2-9f42-eef6ebe98ad5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:12.913381", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1447": ["2018-05-18 17:55:13.034548", "NULL", "NULL", 2432, "14ddb516-b84e-405d-a95f-104170b0453d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:12.995411", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1448": ["2018-05-18 17:55:13.116242", "NULL", "NULL", 2433, "eec345d0-2faf-4cb9-a82c-786619bd7859", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:13.077464", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1449": ["2018-05-18 17:55:13.198178", "NULL", "NULL", 2434, "a51f943f-2a1a-4613-a299-7e56177e8ee6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:55:13.159492", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1450": ["2018-05-18 17:55:13.280418", "NULL", "NULL", 2435, "7f4b3dd8-1186-4bc3-85ce-6f07aad8e5d1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:55:13.241385", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1451": ["2018-05-18 17:55:13.363563", "NULL", "NULL", 2436, "51920c95-30c4-4705-9bba-42de872a7421", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:13.32355", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1452": ["2018-05-18 17:55:13.445526", "NULL", "NULL", 2437, "f9b0eef7-f33b-4419-aa26-6b4269ccc4c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:13.406417", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1453": ["2018-05-18 17:55:13.527518", "NULL", "NULL", 2438, "454c6408-0aa2-40e9-9890-f0a0b1e39d37", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:13.488318", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1454": ["2018-05-18 17:55:13.6094", "NULL", "NULL", 2439, "985a9016-480d-4cb5-9aaa-1fd38c57179f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:13.570451", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1455": ["2018-05-18 17:55:13.691511", "NULL", "NULL", 2440, "4d3f36e3-8894-471d-900d-96c34c68906d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:13.652441", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1456": ["2018-05-18 17:55:13.773179", "NULL", "NULL", 2441, "53faa04c-664b-4093-baf1-e4f8740ab15a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:13.734367", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1457": ["2018-05-18 17:55:13.855215", "NULL", "NULL", 2442, "96d6e63e-4273-4f5c-930d-971d2b3fc1eb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:13.816497", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1458": ["2018-05-18 17:55:13.937124", "NULL", "NULL", 2443, "6e465f38-ad06-4116-b5d0-dc9b71b6e77a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:13.898351", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1459": ["2018-05-18 17:55:14.019276", "NULL", "NULL", 2444, "4b650bae-8cc0-4332-9ce4-13221530f69e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:13.980359", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1460": ["2018-05-18 17:55:14.101257", "NULL", "NULL", 2445, "70a0f9e2-e8c0-47db-a939-98bf379919a0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:14.062423", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1461": ["2018-05-18 17:55:14.18337", "NULL", "NULL", 2446, "1c7d654e-f063-4fc7-b7ed-0b9655014d5e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:14.1444", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1462": ["2018-05-18 17:55:14.265316", "NULL", "NULL", 2447, "bab20fb1-f574-4b7b-b184-5a489706fbc8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:14.226475", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1463": ["2018-05-18 17:55:14.347455", "NULL", "NULL", 2448, "415d33f5-fd06-4ee1-a922-486f21f76f37", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:14.308373", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1464": ["2018-05-18 17:55:14.42936", "NULL", "NULL", 2449, "818a4719-07c2-4d46-83b3-0d019f8001dd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:14.390384", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1465": ["2018-05-18 17:55:14.511612", "NULL", "NULL", 2450, "ca00fd99-4097-4fdf-b6be-879f169c7e95", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:14.472444", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1466": ["2018-05-18 17:55:14.593617", "NULL", "NULL", 2451, "eb9e1efb-c1d9-401f-bd18-4d7fcb16de8f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:14.554417", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1467": ["2018-05-18 17:55:14.675381", "NULL", "NULL", 2452, "b7b274a9-c7c8-4fd1-a238-25326f19d20a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:14.636507", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1468": ["2018-05-18 17:55:14.757556", "NULL", "NULL", 2453, "0a3b598b-7ebf-4bfc-88b1-a9fc6408103b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:14.718526", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1469": ["2018-05-18 17:55:14.839525", "NULL", "NULL", 2454, "7321f576-bb28-4222-8cb7-2c39e7cc85f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:14.800496", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1470": ["2018-05-18 17:55:14.921558", "NULL", "NULL", 2455, "6d7dfc8b-8af8-4969-ad5b-75a51dff5da6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:14.88242", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1471": ["2018-05-18 17:55:15.003479", "NULL", "NULL", 2456, "b52000e7-2111-4eeb-9627-39a86d08ef41", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:14.964518", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1472": ["2018-05-18 17:55:15.085465", "NULL", "NULL", 2457, "8ecd957c-3fcb-4d84-acec-4b7567a160ff", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:15.046412", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1473": ["2018-05-18 17:55:15.167321", "NULL", "NULL", 2458, "782218da-b687-4008-9e0b-4fee8642b183", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:15.128415", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1474": ["2018-05-18 17:55:15.249693", "NULL", "NULL", 2459, "8fb0afaf-adda-42a3-b4f0-fa28abebd4bc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:15.210482", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1475": ["2018-05-18 17:55:15.331355", "NULL", "NULL", 2460, "d280d28b-2e64-4e6f-ae69-55ae6cbec1cd", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:15.292504", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1476": ["2018-05-18 17:55:15.413506", "NULL", "NULL", 2461, "fc09ddf7-fe7d-4c66-83d4-585e5c53edeb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:15.374412", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1477": ["2018-05-18 17:55:15.496422", "NULL", "NULL", 2462, "d0f2bdea-b2ca-4c9d-a49a-9323fab5aed2", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:15.45642", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1478": ["2018-05-18 17:55:15.579301", "NULL", "NULL", 2463, "1999ba23-eb6d-471f-a4dc-931ffbc33438", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.540348", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1479": ["2018-05-18 17:55:15.661457", "NULL", "NULL", 2464, "c7b024ae-afbc-4347-92e8-8c79fe946d28", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.62239", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1480": ["2018-05-18 17:55:15.743291", "NULL", "NULL", 2465, "8b007743-cf30-4b0f-9e65-f83bdf44f8b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.704384", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1481": ["2018-05-18 17:55:15.82632", "NULL", "NULL", 2466, "daa5a322-88bc-42df-8e4e-d82ff304b606", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.786341", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1482": ["2018-05-18 17:55:15.908395", "NULL", "NULL", 2467, "672ee5a0-14d9-4225-be96-ac41ddfb9582", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.869353", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-rabbit(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1483": ["2018-05-18 17:55:15.990496", "NULL", "NULL", 2468, "5530fa5b-85b5-415b-919a-411cb80a12cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.951392", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1484": ["2018-05-18 17:55:16.780782", "NULL", "NULL", 2469, "cfd5c795-0257-4c2d-803f-4c890d986af0", "200.022", "log", "system.host", "host=controller-1.state=enabled", "2018-05-18 17:55:16.778515", "not-applicable", "controller-1 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1485": ["2018-05-18 17:55:26.311635", "NULL", "NULL", 2471, "1643d8e5-e841-406e-ab36-5db5afd91974", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:55:26.269508", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1486": ["2018-05-18 17:55:32.511816", "NULL", "NULL", 2474, "f0683959-ffe9-4eeb-bc63-c92111e55fbd", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:32.430124", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1487": ["2018-05-18 18:20:33.900347", "NULL", "NULL", 2555, "a52c965d-f139-467d-8843-66c70d15d39b", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-18 18:20:33.900336", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1488": ["2018-05-18 18:20:40.907267", "NULL", "NULL", 2556, "13001a06-896c-4a71-80c5-b674319b8d93", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-18 18:20:40.907256", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1489": ["2018-05-18 18:19:26.568248", "NULL", "NULL", 2475, "e072b143-5339-48c5-9797-a599157b198c", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 18:19:26.56175", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1490": ["2018-05-18 18:19:26.576821", "NULL", "NULL", 2476, "15ce9fac-261b-46b3-9d45-ada58d44c00b", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 18:19:26.575222", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1491": ["2018-05-18 18:19:26.579991", "NULL", "NULL", 2477, "b2e530a2-9040-412c-96e8-904e7dba888e", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 18:19:26.579981", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1492": ["2018-05-18 18:19:26.783261", "NULL", "NULL", 2478, "46a66826-c93f-451c-8f9a-8f750df7426d", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 18:19:26.783246", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1493": ["2018-05-18 18:19:33.590005", "NULL", "NULL", 2479, "73570fea-54dd-4ed9-81a4-b31c4f55e9e3", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-18 18:19:33.589989", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1494": ["2018-05-18 18:19:36.398223", "NULL", "NULL", 2484, "44e28468-815f-499b-9107-a893c99b8de9", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:36.39607", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1495": ["2018-05-18 18:19:36.401763", "NULL", "NULL", 2485, "f622b7bb-598e-4642-acf4-647f22197cbd", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:36.400187", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1496": ["2018-05-18 18:19:36.605767", "NULL", "NULL", 2487, "bfd3831a-ff90-42fc-903d-ed48d4660835", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:36.603858", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1497": ["2018-05-18 18:19:37.010951", "NULL", "NULL", 2492, "10cae7c5-36cc-4a66-a56a-6dbb909659dc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:37.009097", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1498": ["2018-05-18 18:19:37.215753", "NULL", "NULL", 2494, "0e3cd335-4433-4410-b2d4-b1d96653ffa7", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:37.213752", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1499": ["2018-05-18 18:19:37.821479", "NULL", "NULL", 2502, "1f5474e2-bc70-4037-89c7-24d8e3867c25", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:37.821465", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1500": ["2018-05-18 18:19:38.025783", "NULL", "NULL", 2504, "3eecfe7b-6a1c-467c-a6cc-ffa86bfb3131", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:38.023965", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1501": ["2018-05-18 18:19:38.229425", "NULL", "NULL", 2507, "f464592f-18f1-44d6-8203-69cec0823fe9", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.227714", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1502": ["2018-05-18 18:19:38.434824", "NULL", "NULL", 2509, "93c436fb-e0d7-4b28-8c45-948ac9eba827", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:19:38.432962", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1503": ["2018-05-18 18:19:38.640079", "NULL", "NULL", 2512, "6b2051f8-0ba7-456e-8608-0cf335f8bdbe", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.640064", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1504": ["2018-05-18 18:19:38.844081", "NULL", "NULL", 2514, "61614239-acea-4c77-95db-0006965c643a", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:19:38.844062", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1505": ["2018-05-18 18:19:39.249346", "NULL", "NULL", 2519, "568e067d-78d9-4caa-b711-f42bb4fd1908", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:39.247265", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1506": ["2018-05-18 18:19:39.453261", "NULL", "NULL", 2521, "2b2d179f-68d2-4c2e-8999-16879c5ac9df", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:39.453243", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1507": ["2018-05-18 18:19:40.259592", "NULL", "NULL", 2528, "ff65802f-5094-4b39-9212-d5a1d6a7131d", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:40.259573", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1508": ["2018-05-18 18:19:43.874584", "NULL", "NULL", 2554, "e9733ce4-4edf-401a-bcc5-2886be769fe2", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:43.874568", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1509": ["2018-05-18 18:20:50.315529", "NULL", "NULL", 2557, "2cf291c2-aca6-4788-91a9-fd75893e3c5e", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 18:20:50.313323", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1510": ["2018-05-18 18:19:36.024592", "NULL", "NULL", 2480, "a3332f47-b190-4008-8fbc-32346e9490e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:17:15.043937", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1511": ["2018-05-18 18:19:36.069564", "NULL", "NULL", 2481, "d5db168a-ec6c-46a0-a8b9-8fb4b6d146cd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:17:15.517218", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1512": ["2018-05-18 18:19:36.152414", "NULL", "NULL", 2482, "2c3eee5c-fdf1-4ae0-996f-f04e5ab38e2f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:17:15.517323", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1513": ["2018-05-18 18:19:36.316648", "NULL", "NULL", 2483, "ce9f95a5-f9d6-4bea-9da1-0e7d6b1071db", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:17:15.517379", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1514": ["2018-05-18 18:19:36.481621", "NULL", "NULL", 2486, "6b5afc20-1831-45fc-908e-907314ada884", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:17:15.51744", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1515": ["2018-05-18 18:19:36.645511", "NULL", "NULL", 2488, "cc13162b-16d3-47b9-ac6e-c8bad877528a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:17:15.517488", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1516": ["2018-05-18 18:19:36.728344", "NULL", "NULL", 2489, "41211384-ee9c-44d3-82ef-56f85be19e04", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:17:15.517536", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1517": ["2018-05-18 18:19:36.892317", "NULL", "NULL", 2490, "32cc959c-15c9-4dd0-b6ec-266ebfd8fbcd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:17:15.517584", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1518": ["2018-05-18 18:19:36.975488", "NULL", "NULL", 2491, "3156331f-a0f7-49d1-b339-0bc6e84a8612", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:17:15.517984", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1519": ["2018-05-18 18:19:37.058578", "NULL", "NULL", 2493, "a0ea2112-d7b9-4516-a036-faf8225743d4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:17:15.571498", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1520": ["2018-05-18 18:19:37.222104", "NULL", "NULL", 2495, "8b683f22-fbd7-4648-bc1f-750bb8102b63", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:17:15.918098", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1521": ["2018-05-18 18:19:37.304659", "NULL", "NULL", 2496, "e5ab88d6-fd7d-426c-b5a7-c9f255338e7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:17:15.978547", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1522": ["2018-05-18 18:19:37.387485", "NULL", "NULL", 2497, "03555f16-2597-4763-8ac3-a5e9043ef884", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:17:16.007657", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1523": ["2018-05-18 18:19:37.471449", "NULL", "NULL", 2498, "cda10b41-bbe5-4422-8d42-d20121421377", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:17:23.060334", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1524": ["2018-05-18 18:19:37.554264", "NULL", "NULL", 2499, "678006fd-d782-4fd0-a248-7bab4072050f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:17:34.070313", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1525": ["2018-05-18 18:19:37.636061", "NULL", "NULL", 2500, "2d71cf60-b6b4-42f1-b813-b32254e579eb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:17:36.572311", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1526": ["2018-05-18 18:19:37.799351", "NULL", "NULL", 2501, "8839a575-0da4-409f-887e-081e7d682564", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:17:43.235265", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1527": ["2018-05-18 18:19:37.881263", "NULL", "NULL", 2503, "2a5ef451-4800-443b-bb9c-54e356f16818", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:04.976713", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1528": ["2018-05-18 18:19:38.044299", "NULL", "NULL", 2505, "2f32cf19-4ff5-4981-96b6-e95a6478ed6d", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:37.92155", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1529": ["2018-05-18 18:19:38.207239", "NULL", "NULL", 2506, "36ed5ad0-e78a-4133-ac30-f895f64042ee", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 18:19:38.084544", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1530": ["2018-05-18 18:19:38.289263", "NULL", "NULL", 2508, "a147bb7f-bccc-4ffa-82a5-8e99001ca56d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:38.247511", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1531": ["2018-05-18 18:19:38.452299", "NULL", "NULL", 2510, "92547aac-426d-4de9-bb76-cb953fde4523", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:38.329508", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1532": ["2018-05-18 18:19:38.615438", "NULL", "NULL", 2511, "afa16ec2-e07e-4b01-8567-8c9bc78f0fc2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.492503", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1533": ["2018-05-18 18:19:38.779585", "NULL", "NULL", 2513, "ac9c1707-1ad3-484c-95fe-be3e09b22026", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 18:19:38.656501", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1534": ["2018-05-18 18:19:38.863424", "NULL", "NULL", 2515, "02fd9b7f-ba30-4aca-ad41-ae25fde9da45", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 18:19:38.821491", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1535": ["2018-05-18 18:19:38.949437", "NULL", "NULL", 2516, "80b16e09-4a4f-4a0b-a3a1-c120937ab339", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 18:19:38.903494", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1536": ["2018-05-18 18:19:39.032511", "NULL", "NULL", 2517, "58af98a8-4b9b-4f25-9a1a-e5d33b69c3cd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 18:19:38.990522", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1537": ["2018-05-18 18:19:39.196307", "NULL", "NULL", 2518, "74cb9ba9-01e1-4c86-b9be-725bc90b48b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:19:39.073511", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1538": ["2018-05-18 18:19:39.360527", "NULL", "NULL", 2520, "a499a886-9184-4c19-9a9d-36168d213318", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:19:39.237535", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1539": ["2018-05-18 18:19:39.558559", "NULL", "NULL", 2522, "5c200556-7614-4708-b2d3-0176e8e754f3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:19:39.401555", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1540": ["2018-05-18 18:19:39.641401", "NULL", "NULL", 2523, "c990958b-3281-47d9-9168-db685b658089", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:39.599498", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1541": ["2018-05-18 18:19:39.724355", "NULL", "NULL", 2524, "996c51f1-3901-4a51-b61d-bdb14764aa80", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:39.682505", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1542": ["2018-05-18 18:19:39.807272", "NULL", "NULL", 2525, "559a906a-e10c-4114-9539-33cfcf2a3441", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:39.765497", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1543": ["2018-05-18 18:19:40.019472", "NULL", "NULL", 2526, "3736296f-0623-4a1f-9367-427444173ad7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:39.847534", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1544": ["2018-05-18 18:19:40.18344", "NULL", "NULL", 2527, "94c66164-ddba-47b5-aef7-c32930e4f91f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:40.060502", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1545": ["2018-05-18 18:19:40.266094", "NULL", "NULL", 2529, "e5a25ca5-b617-4aa6-a1db-24787dc04573", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:19:40.224517", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1546": ["2018-05-18 18:19:40.348579", "NULL", "NULL", 2530, "c9f8d41c-e3a2-4c11-8f72-9fa8a0748355", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:40.306537", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1547": ["2018-05-18 18:19:40.431455", "NULL", "NULL", 2531, "dd6d2f27-17e3-40d4-a051-3814c8e55824", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:40.38949", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1548": ["2018-05-18 18:19:40.514428", "NULL", "NULL", 2532, "e0062448-dfef-46c8-ab22-4dc1c65bdd90", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:40.472513", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1549": ["2018-05-18 18:19:40.596253", "NULL", "NULL", 2533, "d59fd475-1a22-4ea6-b4a8-dcb703db1240", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:40.554576", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1550": ["2018-05-18 18:19:40.68956", "NULL", "NULL", 2534, "ef4cd42a-a7c3-4bc1-b546-0ecf455d5717", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:40.647504", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1551": ["2018-05-18 18:19:40.772466", "NULL", "NULL", 2535, "1ac83cac-c1a8-4f87-b62b-57a5a129a006", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:19:40.730474", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1552": ["2018-05-18 18:19:40.854303", "NULL", "NULL", 2536, "53ddbdf0-373c-4396-8775-2658568ed9b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:40.812501", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1553": ["2018-05-18 18:19:40.936548", "NULL", "NULL", 2537, "200059b2-2aa1-4f99-bb0f-fde109fb06fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:40.894475", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1554": ["2018-05-18 18:19:41.019439", "NULL", "NULL", 2538, "999f2619-3d4e-461d-8b7b-8b6282e316b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:40.977523", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1555": ["2018-05-18 18:19:41.101487", "NULL", "NULL", 2539, "e7784197-550c-4363-9eb9-e26189be846d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:41.05951", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1556": ["2018-05-18 18:19:41.183382", "NULL", "NULL", 2540, "b0f5a953-5f55-4e9c-92a7-e532bbc623b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:41.141507", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1557": ["2018-05-18 18:19:41.26633", "NULL", "NULL", 2541, "0abea62e-7070-4e88-a45e-da9213388760", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:41.224472", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1558": ["2018-05-18 18:19:41.349381", "NULL", "NULL", 2542, "7b0479e5-4a83-4317-9a9c-5f601148c411", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:41.308162", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1559": ["2018-05-18 18:19:41.432388", "NULL", "NULL", 2543, "bd39e1d7-9dcf-4958-a6e6-8e1fc5b8a599", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 18:19:41.390587", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1560": ["2018-05-18 18:19:41.515357", "NULL", "NULL", 2544, "2669774b-b125-43e4-b020-16c53890f66c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:41.473621", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1561": ["2018-05-18 18:19:41.598384", "NULL", "NULL", 2545, "abf9f076-ab50-49dc-be5f-05a50338cda9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:41.556524", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1562": ["2018-05-18 18:19:41.68142", "NULL", "NULL", 2546, "d0ffba4c-6d77-49c3-95a2-5f647bab5eca", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:41.639528", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1563": ["2018-05-18 18:19:41.764365", "NULL", "NULL", 2547, "263f3330-f922-476b-8fff-62c2c9de5375", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 18:19:41.72249", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1564": ["2018-05-18 18:19:41.846337", "NULL", "NULL", 2548, "2eabc574-2615-4088-a9f0-7ca2f2342510", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 18:19:41.804487", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1565": ["2018-05-18 18:19:41.928279", "NULL", "NULL", 2549, "a44d51c9-e90e-48af-9903-d30f5fb8ba74", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 18:19:41.886495", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1566": ["2018-05-18 18:19:42.010754", "NULL", "NULL", 2550, "66713da5-adbf-4bc1-b901-07c3b2b8d993", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:41.968493", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1567": ["2018-05-18 18:19:42.093415", "NULL", "NULL", 2551, "20811cb2-6339-4b0a-9065-f8c309ce4897", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:42.0515", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1568": ["2018-05-18 18:19:42.175454", "NULL", "NULL", 2552, "7eb3f401-7fe0-43fc-8388-67e7234c497c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 18:19:42.133493", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1569": ["2018-05-18 18:19:43.773289", "NULL", "NULL", 2553, "bc9a5ff3-a669-4389-99cb-77ad86f6ad7c", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:43.690972", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1570": ["2018-05-18 18:20:50.31856", "NULL", "NULL", 2558, "fb02c792-d998-4486-9b65-4242bd462acb", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 18:20:50.317026", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1571": ["2018-05-18 18:20:51.922621", "NULL", "NULL", 2561, "2f8dbe99-5952-4540-81ec-e47696ed12c5", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:51.920799", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1572": ["2018-05-18 18:20:52.52791", "NULL", "NULL", 2565, "6ae9dd11-b4db-4994-9b83-fb3088c918b2", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:52.52582", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1573": ["2018-05-18 18:20:52.731474", "NULL", "NULL", 2567, "f46837d4-08c6-4461-b8c1-72750a57f095", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.729684", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1574": ["2018-05-18 18:20:52.734963", "NULL", "NULL", 2568, "507c9500-e55e-4559-b133-561821cfdd8f", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:52.733375", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1575": ["2018-05-18 18:20:52.938849", "NULL", "NULL", 2570, "bd7bba0f-b403-49fe-b882-3e7b40f7561b", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.938837", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1576": ["2018-05-18 18:20:53.143052", "NULL", "NULL", 2573, "eb2ed29e-ba88-48cc-ba7b-754eb650ce31", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:53.14304", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1577": ["2018-05-18 18:20:54.956083", "NULL", "NULL", 2596, "91b8b03b-87b1-45f8-a5fa-8f0909a94b55", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 18:20:54.956074", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1578": ["2018-05-18 18:20:54.959153", "NULL", "NULL", 2597, "1da956e4-a908-49a2-8bf8-0ae1b4d6ff9a", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 18:20:54.959142", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1579": ["2018-05-18 18:20:55.163354", "NULL", "NULL", 2600, "9a032204-8adf-4d3e-b9dd-eb4127f5a450", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-18 18:20:55.163343", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1580": ["2018-05-18 18:20:51.816908", "NULL", "NULL", 2559, "f27192f7-4ab2-44d4-b3ed-6a0d3c769ba8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:17:15.415685", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1581": ["2018-05-18 18:20:51.899566", "NULL", "NULL", 2560, "ee95be16-399c-4fec-a66f-cd006488a66c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:51.775475", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1582": ["2018-05-18 18:20:52.203038", "NULL", "NULL", 2562, "970119b9-7450-4a66-bc0b-e53c2c3bee56", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:51.943363", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1583": ["2018-05-18 18:20:52.28542", "NULL", "NULL", 2563, "189c0d73-52e3-4991-ab48-a285a75d2d0b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:52.246432", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1584": ["2018-05-18 18:20:52.449659", "NULL", "NULL", 2564, "2e88c57f-43e8-4768-aec8-3d65c6b9559c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:52.329412", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1585": ["2018-05-18 18:20:52.61357", "NULL", "NULL", 2566, "c8530555-41d6-4a5d-8149-8a84ffe5ee34", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:52.493443", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1586": ["2018-05-18 18:20:52.777699", "NULL", "NULL", 2569, "b4b65bb0-2052-4390-b85f-af11a9fd5771", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:52.657452", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1587": ["2018-05-18 18:20:52.941918", "NULL", "NULL", 2571, "db37cfcd-877a-4309-8ca2-c80557246cf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:52.821452", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1588": ["2018-05-18 18:20:53.024577", "NULL", "NULL", 2572, "46c6ff5f-372e-44cc-afe8-7f3aa4c687e3", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.985418", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1589": ["2018-05-18 18:20:53.188464", "NULL", "NULL", 2574, "ed25887d-8227-41e2-b6af-69a1da6fa79c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:53.068446", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1590": ["2018-05-18 18:20:53.271592", "NULL", "NULL", 2575, "1987d92a-fc3d-4dfa-a4f6-98b4b6551f87", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:53.232388", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1591": ["2018-05-18 18:20:53.354477", "NULL", "NULL", 2576, "a0ca9fdb-5161-4f1e-9e20-88e243a41207", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:53.315418", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1592": ["2018-05-18 18:20:53.43764", "NULL", "NULL", 2577, "b97662f3-90ef-4069-85d5-ec95c85ecf9e", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:53.398368", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1593": ["2018-05-18 18:20:53.520299", "NULL", "NULL", 2578, "3a48e067-6560-4850-a509-8e6273a793db", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:53.481491", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1594": ["2018-05-18 18:20:53.60239", "NULL", "NULL", 2579, "607fc9d1-c22e-4255-8209-9c7e92907d15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:53.563431", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1595": ["2018-05-18 18:20:53.684558", "NULL", "NULL", 2580, "f08a7113-4dc7-4983-98d0-0c1b6a67ecc3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:53.645463", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1596": ["2018-05-18 18:20:53.767416", "NULL", "NULL", 2581, "e53ab8d1-7969-4caf-bbb4-9051793a74fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:53.72844", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1597": ["2018-05-18 18:20:53.850513", "NULL", "NULL", 2582, "5a81ca8f-b93d-4c9b-bcbc-8be28195fd9b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:53.811374", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1598": ["2018-05-18 18:20:53.933726", "NULL", "NULL", 2583, "b6dab5e0-e13b-49c3-a813-4db06d2967c9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:53.894394", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1599": ["2018-05-18 18:20:54.016333", "NULL", "NULL", 2584, "ed45c830-07e5-4398-ac07-5266cce40993", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:53.977345", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1600": ["2018-05-18 18:20:54.098144", "NULL", "NULL", 2585, "8373b321-94f9-40cf-b483-6d381cfb5f0b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:54.059396", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1601": ["2018-05-18 18:20:54.180158", "NULL", "NULL", 2586, "9b5d1e85-949e-4e15-bb36-3231585d0ff7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:54.141402", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1602": ["2018-05-18 18:20:54.263015", "NULL", "NULL", 2587, "500268d5-9cc1-4a29-9307-84317dfb6a9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:54.223833", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1603": ["2018-05-18 18:20:54.345552", "NULL", "NULL", 2588, "a167fc2e-df2d-4982-b7cf-1de6fa7f64ee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:54.306395", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1604": ["2018-05-18 18:20:54.429559", "NULL", "NULL", 2589, "124d7e8a-6bfa-4f43-9118-a06f67b5497e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.389477", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1605": ["2018-05-18 18:20:54.512508", "NULL", "NULL", 2590, "15effe7b-fa2c-40a2-9389-181c768152b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.473418", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1606": ["2018-05-18 18:20:54.595506", "NULL", "NULL", 2591, "2fa3eb92-1f11-450c-93af-2de2ea85af70", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:54.556462", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1607": ["2018-05-18 18:20:54.677312", "NULL", "NULL", 2592, "0e6ab50b-b771-4c25-8d37-59d83532924b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:54.638408", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1608": ["2018-05-18 18:20:54.760602", "NULL", "NULL", 2593, "8b3cb9ba-ed7f-4bb8-86e2-4e129e86d757", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:54.721441", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1609": ["2018-05-18 18:20:54.84382", "NULL", "NULL", 2594, "8a9d2f55-0708-4874-bd25-fbde1b6d19cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:54.804368", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1610": ["2018-05-18 18:20:54.926836", "NULL", "NULL", 2595, "72e9d4dc-d1fa-451d-8a62-2b3539985798", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.887461", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1611": ["2018-05-18 18:20:55.009699", "NULL", "NULL", 2598, "d93d0b7c-012c-4be3-83ad-6f8cd60140b1", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:54.970812", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1612": ["2018-05-18 18:20:55.092576", "NULL", "NULL", 2599, "46d92285-e5f0-4fe2-bb8e-2eae76e1bd58", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:55.053463", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1613": ["2018-05-18 18:20:55.175539", "NULL", "NULL", 2601, "9097c534-a715-4546-ac83-3ac45f609233", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:55.136402", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1614": ["2018-05-18 18:20:55.25856", "NULL", "NULL", 2602, "76c0cf70-9e82-4da8-ba5f-209aa8da4dbd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:55.2194", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1615": ["2018-05-18 18:20:55.341969", "NULL", "NULL", 2603, "8e8e02df-a0e5-4ebc-942b-a96410ad7371", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:55.302506", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1616": ["2018-05-18 18:20:55.424597", "NULL", "NULL", 2604, "d24f31fb-af20-4507-bc4e-e9925b154b4f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.385644", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1617": ["2018-05-18 18:20:55.507195", "NULL", "NULL", 2605, "cb36a4e3-d840-45fe-a514-165c2ad601cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:55.4684", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1618": ["2018-05-18 18:20:55.590504", "NULL", "NULL", 2606, "f753dbba-8327-40b8-a5f2-e352da2606bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:55.551398", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1619": ["2018-05-18 18:20:55.673358", "NULL", "NULL", 2607, "cdecd68a-2f57-4e52-8c8f-e8db988fdb94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:55.634351", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1620": ["2018-05-18 18:20:55.756357", "NULL", "NULL", 2608, "17dd8565-8fa4-4557-a540-795e9b5b5682", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:55.717412", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1621": ["2018-05-18 18:20:55.839217", "NULL", "NULL", 2609, "5212a2a2-1cc6-426f-8144-0138b1663089", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.800409", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1622": ["2018-05-18 18:20:55.922515", "NULL", "NULL", 2610, "2a597eee-092d-4d29-a71c-5d9b891b6a9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:55.883413", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1623": ["2018-05-18 18:20:56.005347", "NULL", "NULL", 2611, "ae16dd81-1059-4894-874d-efa763b54a68", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.966464", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1624": ["2018-05-24 10:46:46.080072", "NULL", "NULL", 2778, "4b8d2d03-a258-4141-835f-62ec3b07ee36", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:46.038311", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1625": ["2018-05-21 13:48:39.465102", "NULL", "NULL", 2612, "512d7a7d-2082-464b-a803-35ff54809721", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-21 13:48:39.396511", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1626": ["2018-05-21 13:48:52.274154", "NULL", "NULL", 2613, "44e4901a-aea7-4e20-9291-b73c96b87ad3", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:48:52.121533", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1627": ["2018-05-21 13:48:52.277387", "NULL", "NULL", 2614, "fb8789ff-4a76-4063-8e37-1b63b3ce6f4e", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:48:52.159377", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1628": ["2018-05-21 13:48:54.681621", "NULL", "NULL", 2615, "a4d476df-f5e0-411b-8271-0816311ee7aa", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:48:54.609499", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1629": ["2018-05-21 13:48:54.684557", "NULL", "NULL", 2616, "36c8711f-efab-48bb-bffe-c486e9cf3002", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:48:54.637711", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1630": ["2018-05-21 13:48:56.889014", "NULL", "NULL", 2617, "6e4f709c-fea3-486d-a663-accf83bf5a2e", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-21 13:48:56.889", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1631": ["2018-05-21 13:49:05.095667", "NULL", "NULL", 2618, "dd531653-b764-48f7-a1ef-4a72af58a7ed", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:49:04.967102", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1632": ["2018-05-21 13:49:05.099055", "NULL", "NULL", 2619, "62f76755-dfd2-445a-b53e-821edfeb9f64", "250.001", "clear", "host", "host=controller-1", "2018-05-21 13:49:05.099042", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1633": ["2018-05-21 13:49:06.702998", "NULL", "NULL", 2620, "7e821ba2-86bb-4311-92e0-1e9422861fd8", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:49:06.566966", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1634": ["2018-05-21 13:49:06.706035", "NULL", "NULL", 2621, "1b075d7e-2f89-4371-8588-406d0d77dfd7", "250.001", "clear", "host", "host=controller-0", "2018-05-21 13:49:06.706023", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1635": ["2018-05-23 21:36:05.030379", "NULL", "NULL", 2622, "0143faa5-ca6a-406c-8b10-4bbf75a52a2d", "100.114", "set", "ntp", "host=controller-0.ntp=208.81.1.244", "2018-05-23 21:36:05.02815", "minor", "NTP address 208.81.1.244 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1636": ["2018-05-23 21:36:05.033569", "NULL", "NULL", 2623, "758d9c00-a6d3-4358-b380-61dd3f28c1e0", "100.114", "set", "ntp", "host=controller-0.ntp=208.81.1.197", "2018-05-23 21:36:05.031851", "minor", "NTP address 208.81.1.197 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1637": ["2018-05-23 23:26:08.509881", "NULL", "NULL", 2624, "e123dc52-8f12-445f-aa58-217cd9f9d7b9", "100.114", "clear", "ntp", "host=controller-0.ntp=208.81.1.197", "2018-05-23 23:26:08.509869", "minor", "NTP address 208.81.1.197 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1638": ["2018-05-24 03:46:16.4649", "NULL", "NULL", 2625, "80850d95-1cfd-4922-a24d-3cbaab63d382", "100.114", "clear", "ntp", "host=controller-0.ntp=208.81.1.244", "2018-05-24 03:46:16.464872", "minor", "NTP address 208.81.1.244 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1639": ["2018-05-24 10:46:46.163098", "NULL", "NULL", 2779, "352d930a-b664-4072-b1ee-56749f694d49", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:46.121244", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1640": ["2018-05-24 10:46:46.245217", "NULL", "NULL", 2780, "6567a923-235a-4247-a06d-436872fb6447", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:46.203278", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1641": ["2018-05-24 10:46:46.327956", "NULL", "NULL", 2781, "a7ba4b1f-476b-49af-a0ea-590188dd8c91", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:46.286275", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1642": ["2018-05-24 10:45:12.137572", "NULL", "NULL", 2626, "6917475b-5062-4735-865a-4ed39e34aa11", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:43:01.939187", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1643": ["2018-05-24 10:45:12.223755", "NULL", "NULL", 2632, "84fd708e-8cf5-4710-99a4-79d0213fb4e8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:43:02.348612", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1644": ["2018-05-24 10:45:12.38778", "NULL", "NULL", 2634, "1a3fb8f4-ddce-41ac-8fe2-02fff9941cf2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:43:02.353756", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1645": ["2018-05-24 10:45:12.47094", "NULL", "NULL", 2635, "4cbb1027-c14c-4536-9d6d-d288e1c978da", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:43:02.353805", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1646": ["2018-05-24 10:45:12.552767", "NULL", "NULL", 2636, "8c3e90ee-7836-46ae-8f2e-6f6f256d5e80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:43:02.353844", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1647": ["2018-05-24 10:45:12.634746", "NULL", "NULL", 2637, "feb0feab-c8aa-497e-9f5e-74a51e37ea78", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:43:02.353881", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1648": ["2018-05-24 10:45:12.715858", "NULL", "NULL", 2638, "8056ff04-295a-4c53-b8a0-37ff406f9269", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:43:02.353916", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1649": ["2018-05-24 10:45:12.797903", "NULL", "NULL", 2639, "15379bd6-ce85-4791-9fd5-c61a9df73f0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:43:02.353952", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1650": ["2018-05-24 10:45:12.878966", "NULL", "NULL", 2640, "ba6834fb-9aec-490c-ae77-8058d25925d6", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:43:02.353981", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1651": ["2018-05-24 10:45:12.961088", "NULL", "NULL", 2641, "d40d204b-a1f6-4e5b-9b17-9994fffa1e3e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:43:02.412433", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1652": ["2018-05-24 10:45:13.042927", "NULL", "NULL", 2642, "e3d66f19-59fe-4d64-9d28-ee7b014991b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:43:02.832886", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1653": ["2018-05-24 10:45:13.124039", "NULL", "NULL", 2643, "472bae87-c749-421a-ace8-3146e268bc48", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:43:02.851354", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1654": ["2018-05-24 10:45:13.205904", "NULL", "NULL", 2644, "14bb0543-68bf-4fbc-adbb-5147b387c454", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:43:04.88003", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1655": ["2018-05-24 10:45:13.286796", "NULL", "NULL", 2645, "3472cb7a-bff0-4245-aea7-3ca29d3b3333", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:43:18.893263", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1656": ["2018-05-24 10:45:13.367762", "NULL", "NULL", 2646, "1217a533-89c2-4299-b171-38536b49d159", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:43:22.922175", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1657": ["2018-05-24 10:45:13.448854", "NULL", "NULL", 2647, "f21a9f3a-a1bf-439a-affe-9a1283556cf0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:43:30.050222", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1658": ["2018-05-24 10:45:13.529778", "NULL", "NULL", 2648, "b5140208-f5bb-4f3e-ab93-db045ab5f4c4", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:44:52.023095", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1659": ["2018-05-24 10:45:13.610804", "NULL", "NULL", 2649, "07e00c06-806c-49f3-a164-fe8f7f0f9384", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:44:53.335648", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1660": ["2018-05-24 10:45:13.691823", "NULL", "NULL", 2650, "fcf74d6e-b5ce-453c-b0d9-affe0d20a3c3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:44:59.347699", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1661": ["2018-05-24 10:45:13.772764", "NULL", "NULL", 2651, "612d5a23-fa5b-4a6f-b356-9367ce228467", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.07081", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1662": ["2018-05-24 10:45:13.854781", "NULL", "NULL", 2652, "371fed58-e2da-4d73-ad94-07f693c25478", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:45:07.071314", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1663": ["2018-05-24 10:45:13.935822", "NULL", "NULL", 2653, "8463a372-3985-42c2-b9c9-77e2bc849c96", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:45:07.071456", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1664": ["2018-05-24 10:45:14.016824", "NULL", "NULL", 2654, "607b5055-192f-475a-a725-680c930c6aa5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:45:07.071569", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1665": ["2018-05-24 10:45:12.16572", "NULL", "NULL", 2627, "e5f1c107-47fe-4608-8338-7eaf83359900", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-24 10:45:12.163038", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1666": ["2018-05-24 10:45:12.170957", "NULL", "NULL", 2628, "730b6102-d9b4-4d11-bfdb-c8f5e294c984", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-24 10:45:12.169592", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1667": ["2018-05-24 10:45:12.174444", "NULL", "NULL", 2629, "4b434714-fd7a-4567-b815-e777afb8052d", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-24 10:45:12.174433", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1668": ["2018-05-24 10:45:12.177268", "NULL", "NULL", 2630, "5373816b-2685-4f58-baa1-4332a479344f", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:12.175779", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1669": ["2018-05-24 10:45:12.180596", "NULL", "NULL", 2631, "38425ada-4d13-420e-b4a1-81eb7a285bb3", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-24 10:45:12.180588", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1670": ["2018-05-24 10:45:12.383988", "NULL", "NULL", 2633, "2b444a29-5fb5-49d0-a4d9-6ef83ecbf3bd", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:12.382464", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1671": ["2018-05-24 10:45:22.00982", "NULL", "NULL", 2680, "0969a8a4-5292-4b10-9de2-3349966d1f71", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:22.009799", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1672": ["2018-05-24 10:45:29.416642", "NULL", "NULL", 2682, "22023695-33f9-4a49-a3dd-48a3a210aafa", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:29.416626", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1673": ["2018-05-24 10:46:25.445139", "NULL", "NULL", 2683, "ec346113-3857-4c94-9d2d-59dd513696b9", "100.114", "set", "ntp", "host=controller-0.ntp", "2018-05-24 10:46:25.442749", "major", "NTP configuration does not contain any valid or reachable NTP servers.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1674": ["2018-05-24 10:46:27.049782", "NULL", "NULL", 2684, "2dde5cfd-88c4-4acc-94a0-45c7c09b1dce", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-24 10:46:27.047372", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1675": ["2018-05-24 10:46:27.25347", "NULL", "NULL", 2685, "657dc427-a3fc-4e7c-8439-e72dd7a57103", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-24 10:46:27.251676", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1676": ["2018-05-24 10:46:30.058306", "NULL", "NULL", 2686, "6f485c19-27c0-4ec7-8296-a664b4cfd287", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-24 10:46:30.058294", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1677": ["2018-05-24 10:46:30.061271", "NULL", "NULL", 2687, "ba7eb29b-f001-4d0a-ae62-88f54e78dffd", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-24 10:46:30.06126", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1678": ["2018-05-24 10:46:38.668147", "NULL", "NULL", 2690, "6efe2e24-ec94-4e96-847b-eea42872c0bb", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:38.666333", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1679": ["2018-05-24 10:46:39.273188", "NULL", "NULL", 2694, "98ae43b7-6936-44df-be06-21fa903ace90", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:39.271458", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1680": ["2018-05-24 10:46:39.476798", "NULL", "NULL", 2697, "13aedafa-b31e-4865-8bdd-7bd94f6154fe", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:39.475195", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1681": ["2018-05-24 10:46:39.681397", "NULL", "NULL", 2699, "42b82daf-96e1-4ae6-a397-bd44c55a9725", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:39.679186", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1682": ["2018-05-24 10:46:39.884996", "NULL", "NULL", 2701, "d2a526ee-7c1c-4617-912d-079c2e3bae10", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:39.883271", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1683": ["2018-05-24 10:46:39.888398", "NULL", "NULL", 2702, "c74a1102-cb49-47a0-b4dd-7c4f4fb059bc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:39.886879", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1684": ["2018-05-24 10:46:40.092013", "NULL", "NULL", 2704, "950820ff-30b3-4799-9451-6d560c3ee277", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:40.090408", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1685": ["2018-05-24 10:46:40.295932", "NULL", "NULL", 2707, "128fad36-9890-443d-915b-dde602e4136b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:40.29435", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1686": ["2018-05-16 19:46:48.368585", "NULL", "NULL", 1040, "2a41153e-ce43-4d0c-b28f-18093bee3992", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 19:46:48.366518", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1687": ["2018-05-24 10:45:14.097752", "NULL", "NULL", 2655, "c5d8ad62-134a-4e4c-857d-294182bc4c00", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.071695", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1688": ["2018-05-24 10:45:14.178811", "NULL", "NULL", 2656, "4e4e8a02-a072-4dc0-885b-9091002691a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.071806", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1689": ["2018-05-24 10:45:14.259828", "NULL", "NULL", 2657, "760dc0bc-73b4-4321-a5e6-d908f93e350c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.071923", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1690": ["2018-05-24 10:45:14.341845", "NULL", "NULL", 2658, "fe386a26-8757-4b00-9c14-742d2e7983e9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:45:07.07236", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1691": ["2018-05-24 10:45:14.423923", "NULL", "NULL", 2659, "7805cd92-544c-43a4-bff8-b69601ee057b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:45:07.07249", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1692": ["2018-05-24 10:45:14.50582", "NULL", "NULL", 2660, "41eb3892-f210-4eab-b956-f57e2f0c5a2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.072587", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1693": ["2018-05-24 10:45:14.587941", "NULL", "NULL", 2661, "f79b6c98-6446-4c7a-977a-ff3d46f9108a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.072661", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1694": ["2018-05-24 10:45:14.66946", "NULL", "NULL", 2662, "553401e7-15de-4356-9801-ca47e709b614", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.072758", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1695": ["2018-05-24 10:45:14.752411", "NULL", "NULL", 2663, "8659ef6c-002a-4148-a8c4-d04ac107314c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.072831", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1696": ["2018-05-24 10:45:14.833857", "NULL", "NULL", 2664, "db97f54d-b6dd-4e64-a21a-32bd1b6bdf2a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.072915", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1697": ["2018-05-24 10:45:14.914807", "NULL", "NULL", 2665, "fee6a18a-49d3-438a-9f4c-e0e69e135c28", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.072983", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1698": ["2018-05-24 10:45:14.995952", "NULL", "NULL", 2666, "aaee2dc7-a8a3-44a9-8e92-8cb6a5a208c4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.073077", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1699": ["2018-05-24 10:45:15.077471", "NULL", "NULL", 2667, "c93f8d91-4e82-41b5-81bc-75fe96408614", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.073567", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1700": ["2018-05-24 10:45:15.16026", "NULL", "NULL", 2668, "210e39ca-2a8c-427d-9ee2-3861ea6b55bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.073658", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1701": ["2018-05-24 10:45:15.243366", "NULL", "NULL", 2669, "81d264ab-cda7-4b40-9d61-50cf569ccea6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.073761", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1702": ["2018-05-24 10:45:15.325419", "NULL", "NULL", 2670, "81d9a1d3-4c7a-41bd-8cf1-2c0764622c67", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:07.073846", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1703": ["2018-05-24 10:45:15.407294", "NULL", "NULL", 2671, "10fa5a42-a6fe-4796-842f-068042409f96", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.073951", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1704": ["2018-05-24 10:45:15.489328", "NULL", "NULL", 2672, "a9645b23-1fb3-4859-a694-cb637254d05c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.074182", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1705": ["2018-05-24 10:45:15.572492", "NULL", "NULL", 2673, "88babd92-1ed5-4a8a-953d-a5c48cad5176", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:45:07.074256", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1706": ["2018-05-24 10:45:15.655382", "NULL", "NULL", 2674, "89b08b35-bca0-41ff-b7b7-12fce45e60fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.082065", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1707": ["2018-05-24 10:45:15.738404", "NULL", "NULL", 2675, "b75647c0-e49b-42d8-85cf-0986b2cf2e94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.083536", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1708": ["2018-05-16 19:46:53.38762", "NULL", "NULL", 1041, "26a63612-8989-4411-b04c-645cb727082f", "401.007", "log", "host", "host=controller-1", "2018-05-16 19:46:53.385701", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1709": ["2018-05-24 10:45:15.820268", "NULL", "NULL", 2676, "fd700ab0-5543-4a46-864a-230554bd50a7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.085658", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1710": ["2018-05-24 10:45:15.904399", "NULL", "NULL", 2677, "34538c22-1423-4afd-847f-47ba42657848", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.088586", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1711": ["2018-05-24 10:45:15.986334", "NULL", "NULL", 2678, "ab85984d-b09d-42f2-af57-59c3c6d1284b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.089755", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1712": ["2018-05-24 10:45:21.877333", "NULL", "NULL", 2679, "daee9dd6-01c6-4f43-b025-cd29ec1a2595", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:21.832841", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1713": ["2018-05-24 10:45:29.339118", "NULL", "NULL", 2681, "933c00ee-75a7-48a9-9328-73a7edb0a37a", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:29.25427", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1714": ["2018-05-24 10:46:38.571149", "NULL", "NULL", 2688, "14387e04-cb96-4df9-973f-b0a1e4f9abee", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:43:02.244697", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1715": ["2018-05-24 10:46:38.65438", "NULL", "NULL", 2689, "ec679314-3136-4085-b4d7-62b643a834b3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:38.527371", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1716": ["2018-05-24 10:46:38.844223", "NULL", "NULL", 2691, "0215a0b1-a415-45d9-bc28-af8d1930ba4e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:38.69531", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1717": ["2018-05-24 10:46:39.045401", "NULL", "NULL", 2692, "bf6250a0-19ce-4783-bb4d-11e84e56b64b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:38.885302", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1718": ["2018-05-24 10:46:39.20898", "NULL", "NULL", 2693, "f3736305-affb-4c5a-819e-4d0959d8fbdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:39.086309", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1719": ["2018-05-24 10:46:39.372977", "NULL", "NULL", 2695, "fa086df5-836e-4d0b-9594-36bb1cef0d39", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:39.250259", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1720": ["2018-05-24 10:46:39.455793", "NULL", "NULL", 2696, "5424d781-f59f-4d30-9d47-f4123521bce0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:39.414298", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1721": ["2018-05-24 10:46:39.619915", "NULL", "NULL", 2698, "1aa6a6cb-9d4f-4357-8eeb-f4c58e57dfcd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:39.496267", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1722": ["2018-05-24 10:46:39.783368", "NULL", "NULL", 2700, "29d877a6-080f-4ef9-81c9-cc5379176b64", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:39.660352", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1723": ["2018-05-24 10:46:39.947053", "NULL", "NULL", 2703, "46ba189f-2e6e-4ed6-bfd6-c7a55f83aa6a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:39.824435", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1724": ["2018-05-24 10:46:40.109793", "NULL", "NULL", 2705, "3d8ece53-75f6-449a-99d0-798cd2c4a6a5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:39.987353", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1725": ["2018-05-24 10:46:40.273096", "NULL", "NULL", 2706, "64e2695d-a9bd-490d-9117-40f01f3fa5e1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:40.150321", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1726": ["2018-05-24 10:46:40.436192", "NULL", "NULL", 2708, "700d3826-fcfa-455f-8add-33291e916462", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:40.31344", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1727": ["2018-05-24 10:46:40.600103", "NULL", "NULL", 2710, "7df4df40-4598-4a51-9c04-5e84d7f8fafd", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:40.477364", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1728": ["2018-05-24 10:46:40.681979", "NULL", "NULL", 2711, "1ba7e57b-eeef-47f9-a89f-bca6bf91d1fb", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:40.640276", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1729": ["2018-05-24 10:46:40.844881", "NULL", "NULL", 2713, "3a21413f-429e-4cce-bf73-cac6998974d7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:40.722316", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1730": ["2018-05-24 10:46:41.008964", "NULL", "NULL", 2715, "0aeff21a-25a3-490a-a854-6ca78bf0380f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:40.886304", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1731": ["2018-05-24 10:46:41.091241", "NULL", "NULL", 2716, "be4e6a91-5e96-46ce-b8a2-8000f49d5923", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:41.049266", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1732": ["2018-05-24 10:46:40.499661", "NULL", "NULL", 2709, "6984d63e-ccf6-4c7b-8d11-06ed7c3918bb", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:40.497836", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1733": ["2018-05-24 10:46:40.703298", "NULL", "NULL", 2712, "48e06081-542f-4953-8971-3f4d8d8fa739", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:40.701684", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1734": ["2018-05-24 10:46:40.907268", "NULL", "NULL", 2714, "69080db2-7af1-4be8-bbcd-fff5185102ac", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:40.90561", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1735": ["2018-05-24 10:46:41.110823", "NULL", "NULL", 2717, "13f50712-b3b9-41c4-81e2-4a86e12a2130", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:41.109188", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1736": ["2018-05-24 10:46:41.315091", "NULL", "NULL", 2719, "32e0b121-824f-45a7-8172-7b8a04fd9ce6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:41.313547", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1737": ["2018-05-24 10:46:41.518749", "NULL", "NULL", 2722, "cab74de6-8049-4cf4-995f-6e05572365a1", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:41.517145", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1738": ["2018-05-24 10:46:41.722365", "NULL", "NULL", 2724, "45cdd795-e632-42b3-87a9-ab3fa87c159f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:41.72071", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1739": ["2018-05-24 10:46:41.925862", "NULL", "NULL", 2726, "44a1fdf8-4e44-4772-ab99-005a1bf97d89", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:41.924156", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1740": ["2018-05-24 10:46:41.929255", "NULL", "NULL", 2727, "764b3040-45db-4432-9fd5-e9a5080fd520", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:41.92768", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1741": ["2018-05-24 10:46:42.132987", "NULL", "NULL", 2729, "1fbdee93-be7c-4b90-87bb-5ae523124b03", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:42.131357", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1742": ["2018-05-24 10:46:42.336688", "NULL", "NULL", 2732, "27957163-9e47-466f-b022-9d3426ace1dd", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:46:42.335033", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1743": ["2018-05-24 10:46:42.741833", "NULL", "NULL", 2737, "ca61f203-44e6-46ae-8860-60496d29db7f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:42.741821", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1744": ["2018-05-24 10:46:42.945491", "NULL", "NULL", 2739, "401db44a-b795-43f5-9dbe-cf7bb1db3d48", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:42.945477", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1745": ["2018-05-24 10:46:43.148959", "NULL", "NULL", 2742, "ea049173-08f6-408b-ab16-81cbd8c8febb", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:46:43.148947", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1746": ["2018-05-24 10:46:43.352942", "NULL", "NULL", 2743, "da3cf754-14d2-4621-87f5-8643f07cb2dd", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:43.351222", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1747": ["2018-05-24 10:46:43.355978", "NULL", "NULL", 2744, "8dc95f28-654c-4ee8-88e3-4c8e67c23035", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:43.355966", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1748": ["2018-05-24 10:46:43.760978", "NULL", "NULL", 2749, "5c7e774e-e515-4fcf-9b91-074a6dd78af9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:43.760966", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1749": ["2018-05-24 10:46:43.964449", "NULL", "NULL", 2752, "1c616d00-2386-470f-bceb-0de22e30d00d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:43.964437", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1750": ["2018-05-24 10:46:44.167871", "NULL", "NULL", 2754, "786ec310-b42b-4a43-8bec-45e7dea79398", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:44.16786", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1751": ["2018-05-24 10:46:41.173936", "NULL", "NULL", 2718, "722e5cab-5f48-4f29-b9f0-4dbb598d7da7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:41.132298", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1752": ["2018-05-24 10:46:41.337016", "NULL", "NULL", 2720, "80d234d3-352d-4438-a4aa-bc0d122ebef0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:41.214317", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1753": ["2018-05-24 10:46:41.500003", "NULL", "NULL", 2721, "bfa0fcca-43b2-4214-9d2b-ce735fa10fd5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:41.377287", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1754": ["2018-05-24 10:46:41.66281", "NULL", "NULL", 2723, "c076eb2b-7039-4e8f-932d-f8e628c39597", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:41.540273", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1755": ["2018-05-24 10:46:41.826045", "NULL", "NULL", 2725, "fdb5cac3-26fc-4ae8-88d9-2c0e0d532036", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:41.703301", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1756": ["2018-05-24 10:46:41.98896", "NULL", "NULL", 2728, "30319d9b-8ed1-4387-9172-d0b7bb934e5c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:41.866365", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1757": ["2018-05-24 10:46:42.152023", "NULL", "NULL", 2730, "37eed18d-2d2c-46ba-9f5d-8801b04cec7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:42.029312", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1758": ["2018-05-24 10:46:42.314989", "NULL", "NULL", 2731, "b6f580a9-6898-43af-9f0c-8f3712182381", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:42.192323", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1759": ["2018-05-24 10:46:42.396909", "NULL", "NULL", 2733, "4dfe6ef3-b648-4c41-96f6-0356a03b200b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:42.355299", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1760": ["2018-05-24 10:46:42.47899", "NULL", "NULL", 2734, "d4615577-c790-492b-8b42-7b21b1195937", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:42.437299", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1761": ["2018-05-24 10:46:42.561063", "NULL", "NULL", 2735, "f1f89797-2a90-499f-871b-482d4627b40e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:42.519343", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1762": ["2018-05-24 10:46:42.724899", "NULL", "NULL", 2736, "8c3f3ed0-de0a-4a1e-a979-af43b0c5cc7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:42.602298", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1763": ["2018-05-24 10:46:42.88845", "NULL", "NULL", 2738, "1f8652d5-7ae9-4bd8-8668-46e5fa57e232", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:42.76542", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1764": ["2018-05-24 10:46:43.052005", "NULL", "NULL", 2740, "d6197f8a-94a5-4d11-880a-9d9effd94c8a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:42.9293", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1765": ["2018-05-24 10:46:43.133918", "NULL", "NULL", 2741, "cfc1b03a-e51e-4a3c-86a6-0b0cc6538ce3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:43.092279", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1766": ["2018-05-24 10:46:43.377917", "NULL", "NULL", 2745, "5058cf8c-f9b4-4b83-b1ff-d8ae2c1ad292", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:43.174281", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1767": ["2018-05-24 10:46:43.459972", "NULL", "NULL", 2746, "4005bc5d-507b-40a7-960e-93b5d3fd5a6c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:43.418285", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1768": ["2018-05-24 10:46:43.542", "NULL", "NULL", 2747, "50e5db03-6c6a-4f19-bbfd-70b3542a4e6e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:43.500281", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1769": ["2018-05-24 10:46:43.624084", "NULL", "NULL", 2748, "5e85c47d-d632-4b34-8953-6bcac898f5d4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:43.582305", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1770": ["2018-05-24 10:46:43.786924", "NULL", "NULL", 2750, "449b768a-2668-4654-9130-b8464404c882", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:43.664312", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1771": ["2018-05-24 10:46:43.949908", "NULL", "NULL", 2751, "0546b3b5-832f-450c-a4be-73722b1bbcbf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:43.827332", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1772": ["2018-05-24 10:46:44.112963", "NULL", "NULL", 2753, "85d5d9f6-3791-46b2-b397-0f17ca797277", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:43.990257", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1773": ["2018-05-24 10:46:44.275951", "NULL", "NULL", 2755, "2070023a-8003-4483-a87a-bdea3369cef6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:44.153327", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1774": ["2018-05-09 01:28:54.149441", "NULL", "NULL", 2809, "9328cf5d-c1cf-4789-8e93-d13fab361516", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:28:54.149426", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1775": ["2018-05-09 01:38:52.775687", "NULL", "NULL", 2810, "ccebe726-7ce2-448f-a43b-0cadad006ba4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:38:52.670539", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1776": ["2018-05-09 01:38:52.979311", "NULL", "NULL", 2811, "ff98882b-6eb7-46a7-ba3f-05621b42dfe4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:38:52.979299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1777": ["2018-05-09 01:48:52.805574", "NULL", "NULL", 2812, "406b0944-edf3-493a-ace6-3203e88c8659", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:48:52.784593", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1778": ["2018-05-09 01:48:53.409259", "NULL", "NULL", 2813, "efc9ca9d-b491-4fa1-a129-dd456d72b479", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:48:53.409246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1779": ["2018-05-09 01:58:53.836555", "NULL", "NULL", 2814, "cfb40351-2e7b-4c84-9b59-d2ed222f8e41", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:58:53.694563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1780": ["2018-05-09 01:58:54.640516", "NULL", "NULL", 2815, "3a4bff60-46a5-4636-9cf1-df4f3db18e52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:58:54.640502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1781": ["2018-05-09 21:08:52.598121", "NULL", "NULL", 3044, "728cfdf4-aa77-4cad-b83b-ecac766ca2e3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:08:52.513709", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1782": ["2018-05-09 21:08:53.402441", "NULL", "NULL", 3045, "2b112fa2-f02a-4c5b-8539-f45d77d9cff4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:08:53.402427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1783": ["2018-05-09 21:18:52.836613", "NULL", "NULL", 3046, "7dae2e4c-3afc-413f-97df-25173f11f2f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:18:52.640236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1784": ["2018-05-09 21:18:53.040516", "NULL", "NULL", 3047, "c04ad025-4c91-4528-b0be-8a41ca01e225", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:18:53.040502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1785": ["2018-05-09 21:28:53.271524", "NULL", "NULL", 3048, "bec4aedd-2206-49bf-804b-485fb69383a1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:28:53.251065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1786": ["2018-05-09 21:28:53.675398", "NULL", "NULL", 3049, "48bfd952-2e3b-4d6f-a850-450de60235cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:28:53.675384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1787": ["2018-05-09 21:38:53.506671", "NULL", "NULL", 3050, "c951458c-2694-43d5-a342-9437191b4de1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:38:53.352044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1788": ["2018-05-09 21:38:53.710256", "NULL", "NULL", 3051, "271777e1-cd78-4c71-8792-619bf81c4c67", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:38:53.710241", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1789": ["2018-05-09 21:48:53.340667", "NULL", "NULL", 3052, "480eb3ea-1639-4555-82d4-88d2ce1e5b40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:48:53.263761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1790": ["2018-05-09 21:48:53.744565", "NULL", "NULL", 3053, "88dd0a89-b72c-4805-8602-24ddcb234492", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:48:53.744552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1791": ["2018-05-09 21:58:53.976433", "NULL", "NULL", 3054, "6be42848-39ac-4cce-be83-af4f222f3810", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:58:53.772974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1792": ["2018-05-09 21:58:54.580415", "NULL", "NULL", 3055, "d8c76443-1373-420e-a928-a415284cdcd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:58:54.580402", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1793": ["2018-05-09 22:08:52.608175", "NULL", "NULL", 3056, "c2f87c45-f19d-46c4-9f79-2a47f511c807", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:08:52.47043", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1794": ["2018-05-09 22:08:52.812011", "NULL", "NULL", 3057, "b3f38a51-c569-4c90-b6eb-4dafd366141c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:08:52.812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1795": ["2018-05-09 22:18:52.845591", "NULL", "NULL", 3058, "a5918e51-634e-4f24-a14c-aa70adb09be0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:18:52.683081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1796": ["2018-05-08 23:18:53.29906", "NULL", "NULL", 2783, "f33f5adf-0380-409f-8227-570a0fb5b637", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:18:53.299045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1797": ["2018-05-08 23:28:53.331625", "NULL", "NULL", 2784, "72247f5e-c0a5-48af-b669-5f7025cc6188", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:28:53.315986", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1798": ["2018-05-08 23:28:53.735416", "NULL", "NULL", 2785, "a33bf6db-5ce2-4a91-bceb-0f790845f088", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:28:53.735399", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1799": ["2018-05-08 23:38:53.369498", "NULL", "NULL", 2786, "d078eb7f-f598-42f9-962d-6a3aef0aab5f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:38:53.313488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1800": ["2018-05-08 23:38:53.773349", "NULL", "NULL", 2787, "e8e0566d-79a0-46ff-9007-7690fe419f95", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:38:53.773335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1801": ["2018-05-08 23:48:53.60136", "NULL", "NULL", 2788, "65c9400e-e827-4b92-bd28-02f0cb87b644", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:48:53.522092", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1802": ["2018-05-08 23:48:54.205227", "NULL", "NULL", 2789, "b380688b-5b5d-4f46-b6a4-8051f515c2e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:48:54.205216", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1803": ["2018-05-08 23:58:53.436461", "NULL", "NULL", 2790, "de7bf668-29c2-4885-9bd3-b107fa916a2f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:58:53.336286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1804": ["2018-05-08 23:58:54.240348", "NULL", "NULL", 2791, "d9e9ac59-b097-4c87-8481-74d723938732", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:58:54.240334", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1805": ["2018-05-09 00:08:53.070441", "NULL", "NULL", 2792, "b8e00bdf-cb9f-4251-a85f-d9b15966992a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:08:53.043776", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1806": ["2018-05-09 00:08:53.474338", "NULL", "NULL", 2793, "1e472917-3e97-4d91-af11-2300a410b8c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:08:53.474326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1807": ["2018-05-09 00:18:53.507975", "NULL", "NULL", 2794, "f803bbe5-0968-45dd-89f9-2c4adbdb2291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:18:53.451373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1808": ["2018-05-09 00:18:53.911877", "NULL", "NULL", 2795, "8b1a9739-cd59-4a4c-acb9-bcee93a6d51e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:18:53.911865", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1809": ["2018-05-09 02:08:53.269078", "NULL", "NULL", 2816, "05d5bb60-ed4b-44e0-9720-5eb6d842963c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:08:53.191059", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1810": ["2018-05-09 02:08:53.672661", "NULL", "NULL", 2817, "5f1984f9-0021-46a2-a6bd-0e876393c26b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:08:53.672646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1811": ["2018-05-09 02:18:53.499465", "NULL", "NULL", 2818, "41899fbc-eb86-49f3-b396-1e8814ebe7e6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:18:53.486562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1812": ["2018-05-09 02:18:53.9032", "NULL", "NULL", 2819, "76e3a319-cb0f-4f68-9454-9a5e657d6565", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:18:53.903186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1813": ["2018-05-09 02:28:53.728631", "NULL", "NULL", 2820, "dc7c4846-4c11-40b5-8782-78dcfb77dc31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:28:53.694812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1814": ["2018-05-09 02:28:54.132543", "NULL", "NULL", 2821, "98dbcb41-36b4-4083-86ba-b283d37721f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:28:54.132523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1815": ["2018-05-09 02:38:53.960643", "NULL", "NULL", 2822, "99107c24-ef1f-4b46-9621-6bcec166db88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:38:53.796454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1816": ["2018-05-09 02:38:54.364628", "NULL", "NULL", 2823, "a138264e-696b-4f39-84ec-c71f20ede5be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:38:54.364615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1817": ["2018-05-09 02:48:52.791283", "NULL", "NULL", 2824, "1c6c4d97-bca3-4aa3-ade8-eb1fe045a9ac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:48:52.712512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1818": ["2018-05-09 02:48:53.195237", "NULL", "NULL", 2825, "e288ef8f-57c6-49b6-b1cc-9e3f28138c33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:48:53.195223", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1819": ["2018-05-09 00:28:53.13946", "NULL", "NULL", 2796, "90efd139-9244-4974-bfca-cbaf2ea196c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:28:53.05989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1820": ["2018-05-09 00:28:53.543204", "NULL", "NULL", 2797, "bcf50341-32ed-45c0-84a9-73d2c3698ba2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:28:53.543191", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1821": ["2018-05-09 00:38:53.172389", "NULL", "NULL", 2798, "c00d002f-7664-46c2-8fec-f1935347ce24", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:38:52.983779", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1822": ["2018-05-09 00:38:53.576286", "NULL", "NULL", 2799, "86ccb752-8db4-4061-a8be-9357cc8a92c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:38:53.576272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1823": ["2018-05-09 00:48:53.608029", "NULL", "NULL", 2800, "d79dbf69-75fb-49be-9ca7-f179d67a95a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:48:53.603608", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1824": ["2018-05-09 00:48:54.211804", "NULL", "NULL", 2801, "2cde3e01-3210-44ce-ae28-04e39688a4a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:48:54.211791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1825": ["2018-05-09 00:58:54.041081", "NULL", "NULL", 2802, "c6d0a803-ca3b-4c5a-a5e0-148919d5df00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:58:53.909309", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1826": ["2018-05-09 00:58:54.645099", "NULL", "NULL", 2803, "1303fa2b-2722-46a1-9e23-70bce6258622", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:58:54.645086", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1827": ["2018-05-09 01:08:53.273795", "NULL", "NULL", 2804, "55222a30-8f66-4a33-a280-f61d3fb7de71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:08:53.231119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1828": ["2018-05-09 01:08:53.677508", "NULL", "NULL", 2805, "d49222f7-0a5a-4a53-809b-cd966a42120f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:08:53.677496", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1829": ["2018-05-09 01:18:52.910711", "NULL", "NULL", 2806, "fae4a59e-c319-4fd3-b681-ab9171f9a15d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:18:52.852161", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1830": ["2018-05-09 01:18:53.314578", "NULL", "NULL", 2807, "1d42f4cc-74b1-49f8-b5a0-fac5a150e5b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:18:53.314562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1831": ["2018-05-09 02:58:53.825534", "NULL", "NULL", 2826, "a339819d-a0fe-4a71-b08d-fda477eda9b0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:58:53.729706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1832": ["2018-05-09 02:58:55.029678", "NULL", "NULL", 2827, "bcc917aa-a9fa-4f1b-befe-43d647a0f45f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:58:55.029664", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1833": ["2018-05-09 03:08:53.458882", "NULL", "NULL", 2828, "2e12baee-3261-4195-9bcd-79c46d1465fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:08:53.34894", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1834": ["2018-05-09 03:08:53.863075", "NULL", "NULL", 2829, "1d453a02-3472-4021-90be-fc59a163ed61", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:08:53.863061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1835": ["2018-05-09 03:18:53.095459", "NULL", "NULL", 2830, "d2a83f93-454f-46d5-b558-cc84b4ff4d1c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:18:52.975526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1836": ["2018-05-09 03:18:53.499325", "NULL", "NULL", 2831, "a82cd4f3-00d5-45f5-94b8-24379dd4990d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:18:53.499313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1837": ["2018-05-09 03:28:52.92956", "NULL", "NULL", 2832, "dae37f2c-05f8-48f0-a670-ba9b4827f396", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:28:52.90038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1838": ["2018-05-09 03:28:53.336961", "NULL", "NULL", 2833, "e33bf237-6ae2-474f-b897-8b8e6d44b061", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:28:53.336948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1839": ["2018-05-09 03:38:53.365959", "NULL", "NULL", 2834, "724b3577-9d54-4ca6-b89d-310a2abff98e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:38:53.210236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1840": ["2018-05-09 03:38:53.569774", "NULL", "NULL", 2835, "a4644442-2713-4e9e-a883-bb6eadf626fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:38:53.569759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1841": ["2018-05-09 03:48:53.200205", "NULL", "NULL", 2836, "004dc6e1-76b8-48ae-ad4c-6e763ca0f246", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:48:53.131716", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1842": ["2018-05-09 03:48:53.804348", "NULL", "NULL", 2837, "e309427b-d6e9-426c-bd24-f7f82d406bdb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:48:53.804333", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1843": ["2018-05-09 03:58:54.836518", "NULL", "NULL", 2838, "c662cf90-0c9c-4f21-a334-079eb1270999", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:58:54.757196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1844": ["2018-05-09 03:58:55.640712", "NULL", "NULL", 2839, "18c02279-2106-411b-8718-dd071c53006e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:58:55.640697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1845": ["2018-05-09 04:08:52.66818", "NULL", "NULL", 2840, "610accfa-6326-4ca9-b257-02e80d4feadd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:08:52.569027", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1846": ["2018-05-09 04:08:53.072043", "NULL", "NULL", 2841, "4b56db0a-6611-4a3d-8c23-5f6c25464353", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:08:53.072025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1847": ["2018-05-09 04:18:53.501956", "NULL", "NULL", 2842, "7dcbbf4c-2c08-422d-b066-f08f865d97b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:18:53.388258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1848": ["2018-05-09 04:18:53.905586", "NULL", "NULL", 2843, "87bc3af5-d9f6-42c3-a315-3fa0b8e9d61c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:18:53.905572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1849": ["2018-05-09 04:28:53.937153", "NULL", "NULL", 2844, "fa306dab-6a98-4bc6-8334-66f6d09c8e77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:28:53.908055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1850": ["2018-05-09 04:28:54.54121", "NULL", "NULL", 2845, "04cbc35b-e70f-46a6-9942-b63fbad4bb52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:28:54.541197", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1851": ["2018-05-09 04:38:53.376218", "NULL", "NULL", 2846, "98c5000a-f23b-47fd-92eb-c416bcc590e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:38:53.211757", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1852": ["2018-05-09 04:38:53.580181", "NULL", "NULL", 2847, "fd14c236-5c42-4b79-ae8f-fd81843204bf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:38:53.580166", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1853": ["2018-05-09 04:48:54.212517", "NULL", "NULL", 2848, "2fb3c313-2afb-4500-adf0-819e36042d31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:48:54.032989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1854": ["2018-05-09 04:48:54.416424", "NULL", "NULL", 2849, "14708b8c-ac6e-42ba-ad08-0373bf71fbfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:48:54.41641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1855": ["2018-05-09 04:58:55.24544", "NULL", "NULL", 2850, "ac68010b-d226-4d77-9cd4-0d5f683509cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:58:55.063378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1856": ["2018-05-09 04:58:55.849335", "NULL", "NULL", 2851, "21692ef1-8ef4-4662-aed3-5671692c9b36", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:58:55.849323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1857": ["2018-05-09 05:08:53.681895", "NULL", "NULL", 2852, "c10fc16c-4cc2-4392-a07a-340fe468176b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:08:53.577085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1858": ["2018-05-09 05:08:53.88546", "NULL", "NULL", 2853, "4ed79126-d2ac-4652-a310-afb71f9950b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:08:53.885447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1859": ["2018-05-09 05:18:52.925664", "NULL", "NULL", 2854, "b6d5c1cd-dfe9-4f1b-be7f-63c165338b8f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:18:52.801017", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1860": ["2018-05-09 05:18:53.329249", "NULL", "NULL", 2855, "2868ad5a-58d3-4694-83b4-1f0bb824df8a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:18:53.329235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1861": ["2018-05-09 05:28:52.557718", "NULL", "NULL", 2856, "3b24df93-7dba-45aa-875c-4d4be0817fc5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:28:52.525368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1862": ["2018-05-09 05:28:52.961545", "NULL", "NULL", 2857, "093c258e-7128-433b-a9be-27076a9ba57a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:28:52.961531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1863": ["2018-05-09 05:38:52.804147", "NULL", "NULL", 2858, "e4f7fd45-cbf7-4eb0-85d5-145187daeaae", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:38:52.625526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1864": ["2018-05-09 05:38:53.007874", "NULL", "NULL", 2859, "bf327326-a23e-40a9-82c5-131fa85b1625", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:38:53.007848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1865": ["2018-05-09 05:48:53.23567", "NULL", "NULL", 2860, "c6d63250-c05d-4f6d-87d8-ce39082ac097", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:48:53.127788", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1866": ["2018-05-09 05:48:53.639645", "NULL", "NULL", 2861, "fb0cc851-df08-401e-87c0-ca010efefa70", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:48:53.639631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1867": ["2018-05-09 05:58:53.26656", "NULL", "NULL", 2862, "19006ce6-4e31-46dc-a867-73ae0fe410d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:58:53.240943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1868": ["2018-05-09 05:58:54.070381", "NULL", "NULL", 2863, "57a6ad26-dc08-44db-a810-e5cbe83a7182", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:58:54.07037", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1869": ["2018-05-09 06:08:53.501849", "NULL", "NULL", 2864, "bdc06657-a93a-4487-85f1-a8996364ee3a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:08:53.474364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1870": ["2018-05-09 06:08:53.905622", "NULL", "NULL", 2865, "bab845c1-6618-4e2c-bb7a-344552693cba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:08:53.905609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1871": ["2018-05-09 06:18:53.343245", "NULL", "NULL", 2866, "c744e31c-3d61-4e48-9a79-a8e96435619b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:18:53.193714", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1872": ["2018-05-09 06:18:53.747367", "NULL", "NULL", 2867, "d691b460-96e5-4573-af7f-fba1e384bd44", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:18:53.747354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1873": ["2018-05-09 06:28:53.577077", "NULL", "NULL", 2868, "02a68786-48c0-4e76-a212-50e9096b718e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:28:53.405845", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1874": ["2018-05-09 06:28:53.7809", "NULL", "NULL", 2869, "661fc094-82d2-4e72-8f75-68a339f7a159", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:28:53.780872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1875": ["2018-05-09 06:38:53.814017", "NULL", "NULL", 2870, "ec693b01-b1a0-4c37-a453-3de32b2efe12", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:38:53.713073", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1876": ["2018-05-09 06:38:54.017631", "NULL", "NULL", 2871, "703a96fb-407b-4f8f-a3d5-a12a58509750", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:38:54.017619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1877": ["2018-05-09 06:48:52.448662", "NULL", "NULL", 2872, "ac3b46c3-d7fa-4b56-9b01-d90797ababc7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:48:52.408511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1878": ["2018-05-09 06:48:52.852502", "NULL", "NULL", 2873, "42faa077-82cd-4a03-b21a-008c9178a490", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:48:52.852491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1879": ["2018-05-09 06:58:54.084402", "NULL", "NULL", 2874, "70b5db4c-b750-4c04-8baf-73ce1b44be82", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:58:54.018001", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1880": ["2018-05-09 06:58:54.888395", "NULL", "NULL", 2875, "a922febe-11d3-4f61-9544-d8e14db69c1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:58:54.88838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1881": ["2018-05-09 07:08:53.31778", "NULL", "NULL", 2876, "25cd8b1d-80fd-4c40-9c96-205caa9fd602", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:08:53.134825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1882": ["2018-05-09 07:08:53.521737", "NULL", "NULL", 2877, "aeca0568-5ed1-4378-9732-9e07d358311c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:08:53.521722", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1883": ["2018-05-09 07:18:52.753905", "NULL", "NULL", 2878, "a4a2e5e0-9f54-45cc-9038-6c881a7c325f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:18:52.557247", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1884": ["2018-05-09 07:18:52.957593", "NULL", "NULL", 2879, "d4b9896a-9fe3-450f-8669-42e76ffb6b7e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:18:52.95758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1885": ["2018-05-09 07:28:54.588251", "NULL", "NULL", 2880, "ed6faee1-7cd9-4f95-9535-8d5e674def34", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:28:54.478058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1886": ["2018-05-09 07:28:54.792057", "NULL", "NULL", 2881, "199d2f14-b957-4117-af01-809dd8e6d6b9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:28:54.79204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1887": ["2018-05-09 07:38:53.220505", "NULL", "NULL", 2882, "e3218d8e-4afd-4fb9-96df-770217d7853a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:38:53.192644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1888": ["2018-05-09 07:38:53.624051", "NULL", "NULL", 2883, "95c09d6a-4cca-4227-845a-e0aa2bba79fa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:38:53.624036", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1889": ["2018-05-09 07:48:53.253523", "NULL", "NULL", 2884, "ed00f254-3347-44a8-b3b9-67ae9616d2f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:48:53.095346", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1890": ["2018-05-09 07:48:53.45713", "NULL", "NULL", 2885, "5a2ea675-ec04-4039-8578-b3ac8e45d886", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:48:53.457119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1891": ["2018-05-09 07:58:53.082704", "NULL", "NULL", 2886, "1b2dcc62-eeb8-4b38-b3e8-bc5732ab1afb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:58:52.894808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1892": ["2018-05-09 07:58:53.886693", "NULL", "NULL", 2887, "ac35f260-a7e9-4bbb-92b1-2e56e27741dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:58:53.886678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1893": ["2018-05-09 08:08:52.713825", "NULL", "NULL", 2888, "6b979411-dd6d-45a1-aa7c-5c18fc237778", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:08:52.604016", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1894": ["2018-05-09 08:08:53.117696", "NULL", "NULL", 2889, "c26dbd56-ff69-40e4-b489-336afb3328cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:08:53.117682", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1895": ["2018-05-09 08:18:52.7448", "NULL", "NULL", 2890, "8c6b38ad-d2cf-44c4-82d5-eca10723ad58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:18:52.725098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1896": ["2018-05-09 08:18:53.148618", "NULL", "NULL", 2891, "525f0eb1-e66a-4a0d-8362-8143afc8999b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:18:53.148602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1897": ["2018-05-09 08:28:54.578901", "NULL", "NULL", 2892, "0aaaa549-dd51-4e6c-89c8-1a640e90d6c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:28:54.455256", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1898": ["2018-05-09 08:28:54.982652", "NULL", "NULL", 2893, "ff1cd910-0768-4732-bb98-f45146323bd1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:28:54.982638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1899": ["2018-05-09 08:38:53.608238", "NULL", "NULL", 2894, "4dc95dfd-7fc6-4df7-8322-3d3f21bc2dba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:38:53.553063", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1900": ["2018-05-09 08:38:54.011954", "NULL", "NULL", 2895, "34cf0bf0-e3ad-4a59-99b2-576b95a4b8cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:38:54.01194", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1901": ["2018-05-09 08:48:53.843583", "NULL", "NULL", 2896, "1c5706a0-d822-42ad-bed5-e796ec74eaa5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:48:53.676626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1902": ["2018-05-09 08:48:54.247284", "NULL", "NULL", 2897, "92c05606-1cd0-4b3c-bfb0-1a52a6394fc6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:48:54.24727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1903": ["2018-05-09 08:58:54.076539", "NULL", "NULL", 2898, "d870041f-69bf-46f0-812e-e6b9e4f5ed89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:58:53.88173", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1904": ["2018-05-09 08:58:54.680682", "NULL", "NULL", 2899, "8bb95696-eb6b-42b7-bfe3-29a4de0fcd49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:58:54.680666", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1905": ["2018-05-09 09:08:53.709607", "NULL", "NULL", 2900, "5155fbbd-98b6-4e5a-8e4a-2b090d54ce40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:08:53.693743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1906": ["2018-05-09 09:08:54.11323", "NULL", "NULL", 2901, "a07c7d71-a636-449b-b6d0-8247e38ca594", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:08:54.113218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1907": ["2018-05-09 09:18:53.348251", "NULL", "NULL", 2902, "c43bff90-48a7-4ef6-add2-bd41d63f60cb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:18:53.310114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1908": ["2018-05-09 09:18:53.752136", "NULL", "NULL", 2903, "784a5243-35d8-4a8f-8a61-4e38f7e50aa7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:18:53.752122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1909": ["2018-05-09 09:28:53.583052", "NULL", "NULL", 2904, "8d56e005-8dab-473a-ae2e-5a4af9342dd1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:28:53.429236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1910": ["2018-05-09 09:28:53.986807", "NULL", "NULL", 2905, "6b0e2b93-639a-4d40-811c-d3849b596617", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:28:53.986792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1911": ["2018-05-09 09:38:53.216414", "NULL", "NULL", 2906, "d6822d36-9826-4e6f-8b7e-dbc960d87048", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:38:53.158502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1912": ["2018-05-09 09:38:53.62043", "NULL", "NULL", 2907, "58a52d87-5b04-47ba-8193-5b3e653b5235", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:38:53.620416", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1913": ["2018-05-09 09:48:52.450626", "NULL", "NULL", 2908, "4ba4eab2-14be-43b3-8a8b-b7424799f6eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:48:52.379844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1914": ["2018-05-09 09:48:52.854296", "NULL", "NULL", 2909, "4178c68f-3f5a-445a-8ba2-eb508d35d91f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:48:52.854282", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1915": ["2018-05-09 09:58:53.295288", "NULL", "NULL", 2910, "13450c57-62df-4c60-b4c9-a85e7b52cfe4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:58:53.107738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1916": ["2018-05-09 09:58:53.899196", "NULL", "NULL", 2911, "983c7512-944a-4510-b635-cef3406335f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:58:53.899182", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1917": ["2018-05-09 10:08:52.92904", "NULL", "NULL", 2912, "55d93eac-977a-42ea-95cd-2b9b500eaf7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:08:52.72898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1918": ["2018-05-09 10:08:53.132807", "NULL", "NULL", 2913, "924e4f1d-7a53-48bd-94a5-8fd7619cf0c2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:08:53.132793", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1919": ["2018-05-09 10:18:53.373738", "NULL", "NULL", 2914, "23410496-2102-4623-988a-edcbb0302302", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:18:53.251533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1920": ["2018-05-09 10:18:53.577609", "NULL", "NULL", 2915, "42ae0a91-b8aa-4d54-90d7-c1bf35882d33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:18:53.577596", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1921": ["2018-05-09 10:28:53.41015", "NULL", "NULL", 2916, "3973d00d-d72f-43a2-9982-4da6ee2b3efd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:28:53.351107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1922": ["2018-05-09 10:28:53.814306", "NULL", "NULL", 2917, "c7edb610-0302-4b28-b57a-95f7657fd224", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:28:53.814292", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1923": ["2018-05-09 10:38:53.247364", "NULL", "NULL", 2918, "ca103f4c-24ee-438e-a082-772fe34b9c76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:38:53.159544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1924": ["2018-05-09 10:38:53.651516", "NULL", "NULL", 2919, "2559863c-65e7-4ff8-a867-2f6cfc0e7f53", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:38:53.651503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1925": ["2018-05-09 10:48:54.279794", "NULL", "NULL", 2920, "bc161e5c-f60f-4b6d-bb89-0e856595705c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:48:54.15974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1926": ["2018-05-09 10:48:54.483482", "NULL", "NULL", 2921, "3f3263ca-bc08-4d68-a476-5927341bb49b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:48:54.48347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1927": ["2018-05-09 10:58:53.707362", "NULL", "NULL", 2922, "949e5f7e-8a5a-4159-a49e-26076f9269eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:58:53.653735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1928": ["2018-05-09 10:58:54.511304", "NULL", "NULL", 2923, "2d2d125e-f99e-4c19-94d7-ca56ea40a2dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:58:54.51129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1929": ["2018-05-09 11:08:53.13999", "NULL", "NULL", 2924, "41082766-7509-483e-82be-8ec1131bac8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:08:52.959893", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1930": ["2018-05-09 11:08:53.343884", "NULL", "NULL", 2925, "66a8dd04-71b4-4c15-86d3-793011d2b346", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:08:53.343872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1931": ["2018-05-09 11:18:52.773738", "NULL", "NULL", 2926, "c804f0e1-a2e3-4acf-8771-f905cf42db58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:18:52.764159", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1932": ["2018-05-09 11:18:53.577703", "NULL", "NULL", 2927, "74902df7-9898-440a-9bd3-915bebc26a2a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:18:53.577688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1933": ["2018-05-09 11:28:54.40823", "NULL", "NULL", 2928, "5ce336ab-a4dc-40d5-8e86-a0a5e0f1b003", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:28:54.281596", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1934": ["2018-05-09 11:28:54.612165", "NULL", "NULL", 2929, "87e43d7e-3486-44c1-8b15-8e0d6a158509", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:28:54.612154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1935": ["2018-05-09 11:38:53.038006", "NULL", "NULL", 2930, "ebbf3e91-2c07-4a0c-879c-0e00ce37bb7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:38:52.88594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1936": ["2018-05-09 11:38:53.241974", "NULL", "NULL", 2931, "a3ee6328-18e0-4fa5-9574-e49c2ea19530", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:38:53.241961", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1937": ["2018-05-09 11:48:55.277932", "NULL", "NULL", 2932, "30e82de5-96c3-48f1-aacf-8b3ad5f79e54", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:48:55.102726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1938": ["2018-05-09 11:48:55.481833", "NULL", "NULL", 2933, "5265700b-a796-4fc3-b782-9fac7f54bc15", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:48:55.481819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1939": ["2018-05-09 11:58:54.90956", "NULL", "NULL", 2934, "5370b59d-e658-4ac4-b325-34a01dd73981", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:58:54.823262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1940": ["2018-05-09 11:58:55.713629", "NULL", "NULL", 2935, "06d61646-f7ff-4305-9f26-2c3d89338c1c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:58:55.713616", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1941": ["2018-05-09 12:08:53.738222", "NULL", "NULL", 2936, "b665df70-71f6-476a-8443-2daea3e9a0aa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:08:53.624789", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1942": ["2018-05-09 12:08:53.941987", "NULL", "NULL", 2937, "d0b60947-d21a-422c-9d4b-f509867ae324", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:08:53.941975", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1943": ["2018-05-09 12:18:52.371456", "NULL", "NULL", 2938, "20f2c842-1a5c-4e93-a6d3-fc56f8275b49", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:18:52.32819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1944": ["2018-05-09 12:18:52.774977", "NULL", "NULL", 2939, "a12df7b0-422e-4fa4-a97c-bfc33444ce40", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:18:52.774963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1945": ["2018-05-09 12:28:53.003101", "NULL", "NULL", 2940, "c69dc671-900c-4c12-98d6-33c87cd88f14", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:28:52.930784", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1946": ["2018-05-09 12:28:53.407065", "NULL", "NULL", 2941, "a2ecc3da-43f8-4e5b-8469-f4e8f47e319c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:28:53.40705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1947": ["2018-05-09 12:38:53.837745", "NULL", "NULL", 2942, "7229e5d5-2bb3-44fb-ad25-4960acaf2e48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:38:53.652706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1948": ["2018-05-09 12:38:54.241457", "NULL", "NULL", 2943, "dce6aa64-2a88-43ed-9ed9-feb8471307cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:38:54.241436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1949": ["2018-05-09 12:48:53.674713", "NULL", "NULL", 2944, "8c3567bd-182b-40e7-b3dc-613458e1edbf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:48:53.472606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1950": ["2018-05-09 12:48:53.878128", "NULL", "NULL", 2945, "90536603-2429-41e4-a001-585e4928b2e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:48:53.878116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1951": ["2018-05-09 12:58:53.910132", "NULL", "NULL", 2946, "19aa406e-c3d4-4b0d-8a88-6f7549625eeb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:58:53.799205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1952": ["2018-05-09 12:58:54.714408", "NULL", "NULL", 2947, "1faaa342-13d4-4f0d-b7cb-2deca03b3b91", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:58:54.714376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1953": ["2018-05-09 13:08:53.744531", "NULL", "NULL", 2948, "eb66a199-dfe6-4535-8df3-5cee22fe57ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:08:53.717316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1954": ["2018-05-09 13:08:54.148632", "NULL", "NULL", 2949, "1aef5800-eb96-4328-acdd-0fcc8a0959f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:08:54.148617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1955": ["2018-05-09 13:18:52.378631", "NULL", "NULL", 2950, "a8c70d79-ff8a-4d8f-a7f5-c5bcc967105c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:18:52.233545", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1956": ["2018-05-09 13:18:52.582503", "NULL", "NULL", 2951, "89abeea5-e623-4164-8476-941bb00db5a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:18:52.582491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1957": ["2018-05-09 13:28:52.812509", "NULL", "NULL", 2952, "dcec3bff-c8a3-4aa9-889e-fa678c4a6203", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:28:52.738494", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1958": ["2018-05-09 13:28:53.216625", "NULL", "NULL", 2953, "cfcd5a00-69ef-4caa-a49f-44b66361b08c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:28:53.21661", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1959": ["2018-05-09 13:38:52.443009", "NULL", "NULL", 2954, "46683f53-7054-441f-84e6-090500cc8355", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:38:52.432985", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1960": ["2018-05-09 13:38:52.846488", "NULL", "NULL", 2955, "d4b062e9-5656-4d45-a416-19be37cbad44", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:38:52.846466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1961": ["2018-05-09 13:48:53.27964", "NULL", "NULL", 2956, "b678a8fd-d6d0-4c9a-a55f-6b07643277d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:48:53.243622", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1962": ["2018-05-09 13:48:53.683966", "NULL", "NULL", 2957, "5793a16d-b853-4b9b-bd9e-49a3c132bce8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:48:53.683953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1963": ["2018-05-09 13:58:53.512057", "NULL", "NULL", 2958, "05fec9cc-dcd1-4711-909c-8fae4379b42c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:58:53.441686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1964": ["2018-05-09 13:58:54.316034", "NULL", "NULL", 2959, "b231d5d1-dcb1-49e5-abb9-1b257e8ee95f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:58:54.316019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1965": ["2018-05-09 14:08:52.744198", "NULL", "NULL", 2960, "33275ac1-97d5-49bc-890a-0550d23504bf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:08:52.65263", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1966": ["2018-05-09 14:08:53.148178", "NULL", "NULL", 2961, "259888c1-04d5-41d0-884f-9b48fc282023", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:08:53.148164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1967": ["2018-05-09 14:18:52.77842", "NULL", "NULL", 2962, "bb1c501c-96c7-437e-943b-f5e08f09bff9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:18:52.76198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1968": ["2018-05-09 14:18:53.182067", "NULL", "NULL", 2963, "c1e307f6-f87d-4906-9ef0-de3d94de07de", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:18:53.182041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1969": ["2018-05-09 14:28:53.410227", "NULL", "NULL", 2964, "1065fa68-2e1f-46c9-bb93-560e67670ec3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:28:53.276859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1970": ["2018-05-09 14:28:53.814078", "NULL", "NULL", 2965, "48eb8c88-f0e1-440c-85b5-e845ec1840cd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:28:53.814065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1971": ["2018-05-09 14:38:53.446137", "NULL", "NULL", 2966, "ea21fb0f-c353-417e-91e6-360378084c50", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:38:53.381417", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1972": ["2018-05-09 14:38:54.049884", "NULL", "NULL", 2967, "0339ea4b-9676-4af6-b5b5-82a07f548e8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:38:54.049869", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1973": ["2018-05-09 14:48:52.676605", "NULL", "NULL", 2968, "a5e1b854-faee-4dc9-a258-e6809dae529d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:48:52.493452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1974": ["2018-05-09 14:48:52.880292", "NULL", "NULL", 2969, "45a2f074-e10b-48e8-8750-dc1027fffcf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:48:52.880279", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1975": ["2018-05-09 14:58:53.710252", "NULL", "NULL", 2970, "a919811f-0ad3-4ac1-a8e1-bde45714e86a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:58:53.699167", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1976": ["2018-05-09 14:58:54.714255", "NULL", "NULL", 2971, "30484ea8-da57-4c46-8d36-eeb64e6e9fcb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:58:54.714242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1977": ["2018-05-09 15:08:52.545242", "NULL", "NULL", 2972, "afb5dad5-8fcc-4642-b1ac-41f7d9cfa438", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:08:52.508286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1978": ["2018-05-09 15:08:52.949398", "NULL", "NULL", 2973, "23813778-4183-4eb3-9732-58be70de2d46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:08:52.949383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1979": ["2018-05-09 15:18:52.777517", "NULL", "NULL", 2974, "454e9bb6-3f96-407a-95cf-fd713d71c84e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:18:52.612646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1980": ["2018-05-09 15:18:53.181399", "NULL", "NULL", 2975, "b811a627-b378-44e3-8998-15afc94a4606", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:18:53.181386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1981": ["2018-05-09 15:28:54.009154", "NULL", "NULL", 2976, "f7692de8-f578-4d1a-992e-2387cea19a06", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:28:53.919369", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1982": ["2018-05-09 15:28:54.41326", "NULL", "NULL", 2977, "91a1de6c-dcf3-44e4-91dc-73a4a2f2e7f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:28:54.413229", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1983": ["2018-05-09 15:38:53.250588", "NULL", "NULL", 2978, "3154606e-4f82-4f2b-8a07-0059836066a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:38:53.139181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1984": ["2018-05-09 15:38:53.654746", "NULL", "NULL", 2979, "0630ab0c-210e-4fd4-a83e-1a4c0c99b6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:38:53.654734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1985": ["2018-05-09 15:48:53.679724", "NULL", "NULL", 2980, "6d2aaf76-985e-4cd4-aed1-2d4baa06b060", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:48:53.642946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1986": ["2018-05-09 15:48:54.083544", "NULL", "NULL", 2981, "f0d0ed21-682b-425f-a400-70a67d28f6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:48:54.083531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1987": ["2018-05-09 15:58:52.718068", "NULL", "NULL", 2982, "3730d04d-f764-4ffa-8bba-b884967bb831", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:58:52.666873", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1988": ["2018-05-09 15:58:53.322291", "NULL", "NULL", 2983, "e751d2a0-c200-4a40-8805-e44fc33029d6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:58:53.322278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1989": ["2018-05-09 16:08:52.55255", "NULL", "NULL", 2984, "dccede36-f1a9-4dd7-8710-1b6287dacf44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:08:52.47393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1990": ["2018-05-09 16:08:52.956664", "NULL", "NULL", 2985, "4cf344c0-fbbd-4488-a102-07b325f39c08", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:08:52.956649", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1991": ["2018-05-09 16:18:52.786591", "NULL", "NULL", 2986, "32ec31fe-ba5a-48ea-8af6-325dc787b856", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:18:52.584043", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1992": ["2018-05-09 16:18:52.990402", "NULL", "NULL", 2987, "56d722c2-20dd-4f0b-b426-2316e954edf4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:18:52.990389", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1993": ["2018-05-09 16:28:52.421511", "NULL", "NULL", 2988, "d89b1ca9-e9a8-48de-aad1-b19cee18215f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:28:52.307199", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1994": ["2018-05-09 16:28:52.625182", "NULL", "NULL", 2989, "34a8c1bb-0ce7-4f95-9089-7fee7fd572af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:28:52.62517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1995": ["2018-05-09 16:38:52.85504", "NULL", "NULL", 2990, "4043e42a-55ab-40c4-9bdf-38aea577181d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:38:52.712299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1996": ["2018-05-09 16:38:53.058752", "NULL", "NULL", 2991, "73ece0ff-e584-4fea-8109-e02c03e078ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:38:53.058738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1997": ["2018-05-09 16:48:53.695058", "NULL", "NULL", 2992, "e9dc1023-7383-4ffa-b82f-ac87b5509cde", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:48:53.516814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1998": ["2018-05-09 16:48:54.099101", "NULL", "NULL", 2993, "a438a882-ef9c-41a3-a28a-48699db7e97b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:48:54.099087", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1999": ["2018-05-09 16:58:54.52954", "NULL", "NULL", 2994, "da5ac416-f663-4401-8fe5-387e2f091ab7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:58:54.522414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2000": ["2018-05-09 16:58:55.33353", "NULL", "NULL", 2995, "484b2374-6267-499e-9cfa-4aeaa7b27f52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:58:55.333517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2001": ["2018-05-09 17:08:52.566062", "NULL", "NULL", 2996, "e86154d7-e29a-48de-bbed-2714cf2c9492", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:08:52.442161", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2002": ["2018-05-09 17:08:52.970081", "NULL", "NULL", 2997, "845bafad-acb7-443c-a63e-336bed00ea52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:08:52.970067", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2003": ["2018-05-09 17:18:52.801111", "NULL", "NULL", 2998, "ca41f5ed-1286-4610-a92f-59a8d59c6d40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:18:52.661074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2004": ["2018-05-09 17:18:53.00517", "NULL", "NULL", 2999, "fd223d68-1b69-4d44-a2f7-b7f7069c094a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:18:53.005158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2005": ["2018-05-09 17:28:53.64052", "NULL", "NULL", 3000, "919a6ad8-5831-49c0-9ee9-d06f17b96ad0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:28:53.483326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2006": ["2018-05-09 17:28:53.844231", "NULL", "NULL", 3001, "190ce195-bd5d-4a36-8ea7-a67e2a16e41e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:28:53.844219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2007": ["2018-05-09 17:38:53.28232", "NULL", "NULL", 3002, "a049fa48-3219-491d-b5df-1eccd14db18f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:38:53.201311", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2008": ["2018-05-09 17:38:53.686327", "NULL", "NULL", 3003, "28257899-7e73-43ec-98d5-5869e5e9b9a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:38:53.686299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2009": ["2018-05-09 17:48:53.5152", "NULL", "NULL", 3004, "cf20ec62-3541-44e8-ae99-278331ea204b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:48:53.423548", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2010": ["2018-05-09 17:48:53.922056", "NULL", "NULL", 3005, "e1d27e11-3825-4301-a72b-09f2b6ab10c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:48:53.922042", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2011": ["2018-05-09 17:58:52.748704", "NULL", "NULL", 3006, "18ecb4de-828f-4d52-88a4-402b26e74337", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:58:52.617605", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2012": ["2018-05-09 17:58:53.352787", "NULL", "NULL", 3007, "2f5b9b45-ad2d-4021-b99e-9297e73f2c4b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:58:53.352775", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2013": ["2018-05-09 18:08:52.783535", "NULL", "NULL", 3008, "da4b2a19-3046-4623-9705-6a6f360e0191", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:08:52.619239", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2014": ["2018-05-09 18:08:52.98749", "NULL", "NULL", 3009, "77816c6a-3632-4d0e-aa46-31df27173964", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:08:52.987478", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2015": ["2018-05-09 18:18:52.618181", "NULL", "NULL", 3010, "2926f7e8-f30b-449b-886f-40419a369cbc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:18:52.548931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2016": ["2018-05-09 18:18:53.022543", "NULL", "NULL", 3011, "05e02f7d-0bf3-4307-8fbe-e158f548c3d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:18:53.022529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2017": ["2018-05-09 18:28:53.051508", "NULL", "NULL", 3012, "63984d0c-f976-4c2e-8547-237718cdbb98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:28:52.863858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2018": ["2018-05-09 18:28:53.2552", "NULL", "NULL", 3013, "a6b7e7f4-acc9-45d3-971d-33788af77f89", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:28:53.255187", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2019": ["2018-05-09 18:38:53.084741", "NULL", "NULL", 3014, "2c5500ad-84f7-45f3-8553-95f8d211729b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:38:52.982438", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2020": ["2018-05-09 18:38:53.488595", "NULL", "NULL", 3015, "d88f4023-d597-480b-bd0f-230ba19d0ec1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:38:53.48858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2021": ["2018-05-09 18:48:52.316719", "NULL", "NULL", 3016, "74b0a610-faf7-40bd-ab96-89aee814be0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:48:52.285943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2022": ["2018-05-09 18:48:52.720537", "NULL", "NULL", 3017, "016d7e20-a4c9-4c10-af9a-8cff93f88528", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:48:52.720522", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2023": ["2018-05-09 18:58:53.149978", "NULL", "NULL", 3018, "b75966de-1d8b-41bf-bf66-73297414eb6f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:58:52.993927", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2024": ["2018-05-09 18:58:53.953999", "NULL", "NULL", 3019, "dcbbb6e9-5f4f-4536-a102-726833df9153", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:58:53.95398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2025": ["2018-05-09 19:08:53.181265", "NULL", "NULL", 3020, "1693da22-8f28-4753-9ffa-32a6eae5acd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:08:52.990966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2026": ["2018-05-09 19:08:53.785203", "NULL", "NULL", 3021, "0921bd0e-cd72-4cc5-a49e-2534d63f8e11", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:08:53.785189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2027": ["2018-05-09 19:18:53.411872", "NULL", "NULL", 3022, "38a43a3d-a736-417b-babe-7b11a992ab63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:18:53.299461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2028": ["2018-05-09 19:18:53.615354", "NULL", "NULL", 3023, "71bfb9f5-37df-4092-8233-8b656682adb2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:18:53.615342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2029": ["2018-05-09 19:28:54.84454", "NULL", "NULL", 3024, "d3a2054c-e2b6-4a63-8cfd-9525bcff9dcd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:28:54.713057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2030": ["2018-05-09 19:28:55.04814", "NULL", "NULL", 3025, "ed53ce70-f504-4753-94c9-e745e922c7bf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:28:55.048128", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2031": ["2018-05-09 19:38:52.884556", "NULL", "NULL", 3026, "ed86ab10-e59a-4d42-8bb4-eec5faa2b082", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:38:52.712105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2032": ["2018-05-09 19:38:53.288662", "NULL", "NULL", 3027, "23d30382-4de9-4c48-9d76-c38a16798ce4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:38:53.288648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2033": ["2018-05-09 19:48:52.519616", "NULL", "NULL", 3028, "d0b6191c-67f7-45f9-a8c2-5d63a288ad88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:48:52.330938", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2034": ["2018-05-09 19:48:52.723545", "NULL", "NULL", 3029, "f8a2fec5-66da-45b8-a5ee-56dc2a443b3e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:48:52.723531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2035": ["2018-05-09 19:58:54.15593", "NULL", "NULL", 3030, "53923136-bb57-4024-b34d-e9296be002fc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:58:54.053255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2036": ["2018-05-09 19:58:54.959689", "NULL", "NULL", 3031, "2e8d6483-fe39-4d72-8bb3-21069d1dce57", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:58:54.959672", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2037": ["2018-05-09 20:08:53.187139", "NULL", "NULL", 3032, "807ed235-648d-4c31-bc59-b33d4539e3c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:08:53.160716", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2038": ["2018-05-09 20:08:53.591243", "NULL", "NULL", 3033, "cae8deba-9461-4df8-bb48-9d816c78c72c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:08:53.591231", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2039": ["2018-05-09 20:18:52.622156", "NULL", "NULL", 3034, "3cd57e17-f884-4c42-8c9c-7859805e551d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:18:52.565833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2040": ["2018-05-09 20:18:53.026001", "NULL", "NULL", 3035, "c53f7df0-61aa-41d9-9a8e-f27f11da75fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:18:53.025981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2041": ["2018-05-09 20:28:54.056149", "NULL", "NULL", 3036, "e927be64-a658-48f1-93d7-d428356971b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:28:53.878796", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2042": ["2018-05-09 20:28:54.260072", "NULL", "NULL", 3037, "a99be603-9357-4565-91dc-47619455b2e9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:28:54.260044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2043": ["2018-05-09 20:38:52.686225", "NULL", "NULL", 3038, "1ecade82-4588-448a-9bee-94e96870a3f1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:38:52.579404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2044": ["2018-05-09 20:38:52.890146", "NULL", "NULL", 3039, "82bc4e5c-9bf8-40fe-92e3-e452e32a9a78", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:38:52.890134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2045": ["2018-05-09 20:48:53.11959", "NULL", "NULL", 3040, "340557e7-03bb-4b06-ac70-87692c47de26", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:48:52.991005", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2046": ["2018-05-09 20:48:53.523462", "NULL", "NULL", 3041, "5ce35430-4eb2-4549-a893-7da6bdb4164c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:48:53.52344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2047": ["2018-05-09 20:58:54.161518", "NULL", "NULL", 3042, "e813f45d-a36e-4941-8f83-c1b37b170cb4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:58:53.993957", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2048": ["2018-05-09 20:58:54.76553", "NULL", "NULL", 3043, "5214cc07-7df7-42ce-96fa-4691dc823a9f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:58:54.765517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2049": ["2018-05-09 22:18:53.050112", "NULL", "NULL", 3059, "3faa9916-b10f-4dc2-8f62-925315e7bf4d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:18:53.0501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2050": ["2018-05-09 22:28:53.281211", "NULL", "NULL", 3060, "7d879716-a523-4d5c-805a-db11aba39e61", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:28:53.080727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2051": ["2018-05-09 22:28:53.485077", "NULL", "NULL", 3061, "19343286-a41b-475e-b88c-8319922a3498", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:28:53.485064", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2052": ["2018-05-09 22:38:53.315155", "NULL", "NULL", 3062, "3df76314-f046-4171-a944-25898c5b92b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:38:53.172654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2053": ["2018-05-09 22:38:53.518763", "NULL", "NULL", 3063, "e2030c13-642b-4339-a879-641ed459fa56", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:38:53.518738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2054": ["2018-05-09 22:48:52.546608", "NULL", "NULL", 3064, "554c0325-41ff-48e5-914e-e2bca5a8eb5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:48:52.379673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2055": ["2018-05-09 22:48:52.95052", "NULL", "NULL", 3065, "a99c0929-e1b1-4160-bc6e-b249fb0725f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:48:52.950507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2056": ["2018-05-09 22:58:54.178616", "NULL", "NULL", 3066, "2edd4973-7c84-44a6-9ca2-8143b2784b7f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:58:53.990144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2057": ["2018-05-09 22:58:54.782708", "NULL", "NULL", 3067, "e9d24ca9-32ff-4ab5-b45b-592dbbddc723", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:58:54.782694", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2058": ["2018-05-09 23:08:53.618959", "NULL", "NULL", 3068, "6ef54848-7cc6-449e-abd9-3da517fc24d3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:08:53.593621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2059": ["2018-05-09 23:08:54.022652", "NULL", "NULL", 3069, "bb94a5ba-7d88-4101-b447-58f72a397dc0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:08:54.02264", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2060": ["2018-05-09 23:18:53.651597", "NULL", "NULL", 3070, "11670864-c709-4766-a569-8f65b35fe7ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:18:53.597654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2061": ["2018-05-09 23:18:54.055661", "NULL", "NULL", 3071, "a7b76eff-0554-4f18-80da-e4ee87fb26cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:18:54.055647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2062": ["2018-05-09 23:28:52.682903", "NULL", "NULL", 3072, "3a6d9f0a-6891-4fda-8f1b-af5d8075c4de", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:28:52.608724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2063": ["2018-05-09 23:28:53.086832", "NULL", "NULL", 3073, "d050d63d-cbcb-4853-9aa0-9e1aa2cb7a8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:28:53.086819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2064": ["2018-05-09 23:38:53.115062", "NULL", "NULL", 3074, "c8c2f8c7-b46a-4de4-9b7b-c2b5d880a910", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:38:52.911144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2065": ["2018-05-09 23:38:53.318696", "NULL", "NULL", 3075, "987ebd6c-4a11-4ed6-8cc1-f19f198647a6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:38:53.318684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2066": ["2018-05-09 23:48:53.352605", "NULL", "NULL", 3076, "0350d4a4-1886-46b8-b59b-50ff52f77117", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:48:53.226873", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2067": ["2018-05-09 23:48:53.556059", "NULL", "NULL", 3077, "97d14c09-ba3d-49f4-bff6-f427d0b42249", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:48:53.556047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2068": ["2018-05-09 23:58:53.989098", "NULL", "NULL", 3078, "fe053401-f1f4-41a0-86ca-c7d20435ab9d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:58:53.950355", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2069": ["2018-05-09 23:58:54.993048", "NULL", "NULL", 3079, "569d15a9-5288-4ec7-9a68-73ff783bc69f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:58:54.993028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2070": ["2018-05-10 00:08:52.821005", "NULL", "NULL", 3080, "fd679cb2-d57d-4c9e-9e44-c4a291bc5061", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:08:52.671032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2071": ["2018-05-10 00:08:53.224796", "NULL", "NULL", 3081, "7a3c08c4-6f6a-40e4-841e-8712e171a071", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:08:53.224781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2072": ["2018-05-10 00:18:53.056668", "NULL", "NULL", 3082, "6c1c01e9-dfae-47ae-bd48-040b9580ebec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:18:53.006563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2073": ["2018-05-10 00:18:53.460405", "NULL", "NULL", 3083, "f366bcaa-9f30-49db-8ba3-ee35774b4642", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:18:53.460377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2074": ["2018-05-10 00:28:52.489668", "NULL", "NULL", 3084, "a89e3064-511a-469f-8668-032873ec8a8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:28:52.417729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2075": ["2018-05-10 00:28:52.893526", "NULL", "NULL", 3085, "7e6c34aa-046d-422c-9371-61531eea3c75", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:28:52.89351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2076": ["2018-05-10 00:38:53.725469", "NULL", "NULL", 3086, "6f155bf9-48f0-469a-a241-38faa91b86be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:38:53.646154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2077": ["2018-05-10 00:38:54.129317", "NULL", "NULL", 3087, "f8a34b9f-5420-4288-a347-b53b4a190ce9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:38:54.129302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2078": ["2018-05-10 00:48:52.755555", "NULL", "NULL", 3088, "fa3a0edb-07f5-4d20-93f0-dc57fda80ea2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:48:52.640742", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2079": ["2018-05-10 00:48:53.159287", "NULL", "NULL", 3089, "14240cca-a418-45a7-a25f-27c42831313c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:48:53.159274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2080": ["2018-05-10 00:58:54.188495", "NULL", "NULL", 3090, "6f1f31a2-54f6-4d74-a673-6e199230927b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:58:54.04727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2081": ["2018-05-10 00:58:55.192518", "NULL", "NULL", 3091, "97ef5b47-d0d9-4a31-af8d-12510a85c501", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:58:55.192503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2082": ["2018-05-10 01:08:54.022926", "NULL", "NULL", 3092, "abbf8ebd-c5e4-4f81-85f2-f0abc214640f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:08:53.855634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2083": ["2018-05-10 01:08:54.227196", "NULL", "NULL", 3093, "62d2512d-d196-49bf-8d1f-b13f3603831c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:08:54.227184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2084": ["2018-05-10 01:18:53.656896", "NULL", "NULL", 3094, "99bfc43c-3b5d-4b27-972b-435039b79e62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:18:53.573893", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2085": ["2018-05-10 01:18:54.060644", "NULL", "NULL", 3095, "c2040c4f-0c00-4208-b936-8e451b186efb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:18:54.060629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2086": ["2018-05-10 01:28:52.686396", "NULL", "NULL", 3096, "608ede5c-6d12-4a69-87f6-de334efc8903", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:28:52.488868", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2087": ["2018-05-10 01:28:52.88996", "NULL", "NULL", 3097, "1940521d-7720-4520-8522-01c4ebc30dca", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:28:52.889948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2088": ["2018-05-10 01:38:52.319035", "NULL", "NULL", 3098, "97d30818-25a0-4be8-9cad-1e96e2a8ee97", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:38:52.201306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2089": ["2018-05-10 01:38:52.922758", "NULL", "NULL", 3099, "c3bda893-6133-4ca6-ab49-65f124e462cd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:38:52.922746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2090": ["2018-05-10 01:48:52.952868", "NULL", "NULL", 3100, "59c06d6c-db2e-41ec-a7d6-58c2d99d75c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:48:52.924239", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2091": ["2018-05-10 01:48:53.356653", "NULL", "NULL", 3101, "00757771-b20d-46ff-aaf7-7eb2638b63ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:48:53.356641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2092": ["2018-05-10 01:58:52.587794", "NULL", "NULL", 3102, "c91b6fc8-121a-4d9e-915c-125cc64ea15d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:58:52.544364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2093": ["2018-05-10 01:58:53.391672", "NULL", "NULL", 3103, "6ea0baa4-ea74-4156-a7ae-1999000e5600", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:58:53.39166", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2094": ["2018-05-10 02:08:53.432628", "NULL", "NULL", 3104, "191ba579-78f0-4cac-87c7-1df23d46817b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:08:53.261404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2095": ["2018-05-10 02:08:53.636439", "NULL", "NULL", 3105, "8cf63e79-3d3f-4631-8e6c-f9a20b9b13f7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:08:53.636425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2096": ["2018-05-10 02:18:52.475029", "NULL", "NULL", 3106, "c2071b07-282b-421c-a298-f0b9dded602e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:18:52.455361", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2097": ["2018-05-10 02:18:52.87866", "NULL", "NULL", 3107, "85827f03-d3fe-4e96-b889-61add66abf02", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:18:52.878648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2098": ["2018-05-10 02:28:53.708362", "NULL", "NULL", 3108, "60de408e-3a16-4072-97c6-178865f77cae", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:28:53.56335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2099": ["2018-05-10 02:28:53.91216", "NULL", "NULL", 3109, "1b19a16c-1870-497b-8595-a4d09167f92f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:28:53.912146", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2100": ["2018-05-10 02:38:52.741316", "NULL", "NULL", 3110, "4c7689ef-10b9-42ed-b583-2933d971cdf2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:38:52.561344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2101": ["2018-05-10 02:38:52.945213", "NULL", "NULL", 3111, "211a635e-b004-465b-8368-002980f21955", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:38:52.9452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2102": ["2018-05-10 02:48:52.777062", "NULL", "NULL", 3112, "157e1281-a41c-49ee-9196-7b9e077fdaa4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:48:52.589623", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2103": ["2018-05-10 02:48:52.981036", "NULL", "NULL", 3113, "6032f71f-11ba-4835-a85f-03e9eeaed725", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:48:52.981025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2104": ["2018-05-10 02:58:55.011524", "NULL", "NULL", 3114, "a23dae01-d0df-4893-b19d-000a924d6018", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:58:54.900793", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2105": ["2018-05-10 02:58:55.628637", "NULL", "NULL", 3115, "2e4e2547-41f4-4def-b18d-592fdea6c73c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:58:55.628625", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2106": ["2018-05-10 03:08:52.658057", "NULL", "NULL", 3116, "2b2db753-49ae-4f72-9127-a9e71266ec90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:08:52.607938", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2107": ["2018-05-10 03:08:53.061732", "NULL", "NULL", 3117, "c2171595-4e2c-4cbe-903b-61b47f989036", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:08:53.061719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2108": ["2018-05-10 03:18:52.889322", "NULL", "NULL", 3118, "cc5134e4-f950-461a-ba0b-15f85773dae9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:18:52.734074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2109": ["2018-05-10 03:18:53.293331", "NULL", "NULL", 3119, "1f751c5b-b914-4f2c-a2fa-a7b560c40dc5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:18:53.293315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2110": ["2018-05-10 03:28:53.72045", "NULL", "NULL", 3120, "96916e5a-7002-47aa-aa60-8bdedd303423", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:28:53.540563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2111": ["2018-05-10 03:28:53.92414", "NULL", "NULL", 3121, "828df07f-b179-4dca-a875-8c3e5bebc8b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:28:53.924109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2112": ["2018-05-10 03:38:52.553549", "NULL", "NULL", 3122, "a85ff1cd-ed39-4c25-b52e-7a04aa8a6fe1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:38:52.357477", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2113": ["2018-05-10 03:38:53.157653", "NULL", "NULL", 3123, "02b5747c-4899-43cd-8f18-675383e053fb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:38:53.157638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2114": ["2018-05-10 03:48:53.985072", "NULL", "NULL", 3124, "7b69dc4e-62e9-4e64-9a29-2e0084127b22", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:48:53.860155", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2115": ["2018-05-10 03:48:54.188592", "NULL", "NULL", 3125, "9bf93172-c2aa-4318-a9dd-4a9f9dfbec42", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:48:54.18858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2116": ["2018-05-10 03:58:53.418309", "NULL", "NULL", 3126, "b22dfb11-439c-43b9-ab40-4244ca9a5cc9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:58:53.370388", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2117": ["2018-05-10 03:58:54.222144", "NULL", "NULL", 3127, "b0347f6f-3b47-48fa-826e-be2e2bababf7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:58:54.222129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2118": ["2018-05-10 04:08:53.452787", "NULL", "NULL", 3128, "bbbc9ba1-f8bf-462f-8fd6-e87172c40df9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:08:53.369125", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2119": ["2018-05-10 04:08:53.856416", "NULL", "NULL", 3129, "de9b0954-25de-46b9-a084-3bba74b3e3bb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:08:53.8564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2120": ["2018-05-10 04:18:52.083148", "NULL", "NULL", 3130, "65fbfaec-3e32-44e8-a814-da0b1f5118d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:18:52.062326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2121": ["2018-05-10 04:18:52.487213", "NULL", "NULL", 3131, "870f08a8-7189-4c10-be87-4c9e9dfec9cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:18:52.487195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2122": ["2018-05-10 04:28:53.715686", "NULL", "NULL", 3132, "6fefeafe-f8db-4bde-a7be-0b55cee3d5bf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:28:53.59176", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2123": ["2018-05-10 04:28:53.91952", "NULL", "NULL", 3133, "4d07460f-5643-48e2-a9e4-b9b19a5823de", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:28:53.919505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2124": ["2018-05-10 04:38:53.353424", "NULL", "NULL", 3134, "fd161be5-e185-45e5-b258-220270f594fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:38:53.194544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2125": ["2018-05-10 04:38:53.557224", "NULL", "NULL", 3135, "252701aa-4319-453b-a468-e9ec8b6804bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:38:53.557204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2126": ["2018-05-10 04:48:53.192427", "NULL", "NULL", 3136, "3a1849ea-02cc-4ee1-ac50-1ae58d38f460", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:48:53.110874", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2127": ["2018-05-10 04:48:53.596331", "NULL", "NULL", 3137, "9e63d20a-d956-4827-a9e3-36992383d256", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:48:53.596316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2128": ["2018-05-10 04:58:53.426626", "NULL", "NULL", 3138, "b6342f3a-925f-4b56-8e8b-8dfa4a518d2e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:58:53.334479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2129": ["2018-05-10 04:58:54.43083", "NULL", "NULL", 3139, "f9f40cb8-c9e9-4ab4-af1c-2f7cbfad253a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:58:54.430815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2130": ["2018-05-10 05:08:52.662196", "NULL", "NULL", 3140, "ef8ef0dc-5041-46d8-b7b5-2a8e800fa8ee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:08:52.557373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2131": ["2018-05-10 05:08:53.066619", "NULL", "NULL", 3141, "8a3dd9e5-db84-48ab-812b-de9c01fd9822", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:08:53.066606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2132": ["2018-05-10 05:18:53.293604", "NULL", "NULL", 3142, "40c65668-78a7-4aab-afb8-f80e43ebbe17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:18:53.156705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2133": ["2018-05-10 05:18:53.497501", "NULL", "NULL", 3143, "3d8ec8c9-ae1d-473e-a9e2-a45d84fcd631", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:18:53.497489", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2134": ["2018-05-10 05:28:52.933495", "NULL", "NULL", 3144, "d1ad914a-32d8-475f-a1d2-16d0cb4bbbd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:28:52.862673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2135": ["2018-05-10 05:28:53.537473", "NULL", "NULL", 3145, "6cc5fba8-a890-4dfa-9ad0-60a4b69eb610", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:28:53.537439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2136": ["2018-05-10 05:38:53.565902", "NULL", "NULL", 3146, "015e5dca-430f-4412-be00-0241b790c01f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:38:53.365502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2137": ["2018-05-10 05:38:53.769653", "NULL", "NULL", 3147, "357583f3-c58e-4260-a5d0-b7c053cfa5f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:38:53.769639", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2138": ["2018-05-10 05:48:52.998014", "NULL", "NULL", 3148, "3696e12d-dfaa-48eb-8d70-4a610a022b6d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:48:52.970641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2139": ["2018-05-10 05:48:53.401977", "NULL", "NULL", 3149, "2b07e33d-d854-4fcd-be06-f27f3d6d41db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:48:53.401963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2140": ["2018-05-10 05:58:54.032308", "NULL", "NULL", 3150, "d5eea37c-b20b-4ca4-989e-514116e108a7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:58:53.9886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2141": ["2018-05-10 05:58:54.836295", "NULL", "NULL", 3151, "9c8ac790-9774-4247-b8ef-19174e1673b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:58:54.836284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2142": ["2018-05-10 06:08:52.462299", "NULL", "NULL", 3152, "d1c60cbd-9fee-4dd1-b745-69061d2e7db2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:08:52.291891", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2143": ["2018-05-10 06:08:52.666136", "NULL", "NULL", 3153, "201084a0-f711-4c2c-84ba-e7a2d9c2ba6e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:08:52.666123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2144": ["2018-05-10 06:18:52.905186", "NULL", "NULL", 3154, "86cc8833-8fc0-4b22-bd42-84d113e3f61b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:18:52.79835", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2145": ["2018-05-10 06:18:53.109239", "NULL", "NULL", 3155, "5e537153-b55d-44d7-99cf-9404728c68e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:18:53.109227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2146": ["2018-05-10 06:28:52.736601", "NULL", "NULL", 3156, "5261addc-d957-46bb-958b-a4ffe7f4b2b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:28:52.708738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2147": ["2018-05-10 06:28:53.140289", "NULL", "NULL", 3157, "e5e92778-8a98-41fd-a5b7-f62a5395577f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:28:53.140278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2148": ["2018-05-10 06:38:52.773956", "NULL", "NULL", 3158, "22792664-8c08-41aa-b547-34d93886c83c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:38:52.73337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2149": ["2018-05-10 06:38:53.177785", "NULL", "NULL", 3159, "c6d5094a-8e47-4dd1-bf98-5fa87919a84e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:38:53.177762", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2150": ["2018-05-10 06:48:53.011426", "NULL", "NULL", 3160, "cfa4e486-adf1-4aba-a03f-378c16d7c488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:48:52.935782", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2151": ["2018-05-10 06:48:53.41528", "NULL", "NULL", 3161, "9100a415-69fb-40eb-9e14-d3b40703307c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:48:53.415266", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2152": ["2018-05-10 06:58:53.244584", "NULL", "NULL", 3162, "672cd938-fc30-4172-85ae-8a54b3ca8a09", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:58:53.138973", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2153": ["2018-05-10 06:58:53.849186", "NULL", "NULL", 3163, "d2168842-d561-46df-87a2-3b766b5c7222", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:58:53.849173", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2154": ["2018-05-10 07:08:53.477605", "NULL", "NULL", 3164, "760bb753-853b-4612-a932-9678a2e342f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:08:53.33685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2155": ["2018-05-10 07:08:53.681903", "NULL", "NULL", 3165, "f82e03b9-fb76-4000-86c8-3e94f5f6df9b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:08:53.68189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2156": ["2018-05-10 07:18:52.913859", "NULL", "NULL", 3166, "60ba7ae8-701a-4aa5-b0aa-23495df3589f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:18:52.754579", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2157": ["2018-05-10 07:18:53.118024", "NULL", "NULL", 3167, "f2161dea-fc2f-4bf0-aa29-776a3c26b529", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:18:53.11801", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2158": ["2018-05-10 07:28:53.948078", "NULL", "NULL", 3168, "34ed4262-6d87-49c1-9425-f67a610fc81d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:28:53.77592", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2159": ["2018-05-10 07:28:54.152021", "NULL", "NULL", 3169, "884f6adb-da04-4fed-b33a-094d3547beb4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:28:54.151999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2160": ["2018-05-10 07:38:53.583053", "NULL", "NULL", 3170, "57c054a1-90a7-4d15-90ee-5919b44ed74a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:38:53.397434", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2161": ["2018-05-10 07:38:53.78666", "NULL", "NULL", 3171, "1775ff6a-186c-41df-9d88-1d39ad55cdfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:38:53.786648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2162": ["2018-05-10 07:48:53.215681", "NULL", "NULL", 3172, "7cf1e05b-9106-4752-a42d-ee7ae63fff0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:48:53.109634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2163": ["2018-05-10 07:48:53.61954", "NULL", "NULL", 3173, "2d7e3897-dea7-4352-9bf2-c71723fbf59f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:48:53.619525", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2164": ["2018-05-10 07:58:53.247605", "NULL", "NULL", 3174, "355a8955-99c2-4fc5-83f6-2c2cf576d2f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:58:53.10913", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2165": ["2018-05-10 07:58:54.051542", "NULL", "NULL", 3175, "090b2a48-2e6b-45d9-b825-dc968bb871ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:58:54.051528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2166": ["2018-05-10 08:08:54.279019", "NULL", "NULL", 3176, "7f377abf-6ed6-4e45-b6da-28284cc3f847", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:08:54.134262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2167": ["2018-05-10 08:08:54.482547", "NULL", "NULL", 3177, "af59d035-98fa-452e-8e89-b904566bdd1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:08:54.482534", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2168": ["2018-05-10 08:18:53.312959", "NULL", "NULL", 3178, "dcd07c25-83c1-4e50-b348-cfe8c3daf235", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:18:53.243007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2169": ["2018-05-10 08:18:53.916513", "NULL", "NULL", 3179, "1eb968d8-d4cd-437a-8024-bfda665d6030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:18:53.916497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2170": ["2018-05-10 08:28:53.741774", "NULL", "NULL", 3180, "44827262-95f9-45c9-aa61-0805919c62d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:28:53.652792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2171": ["2018-05-10 08:28:54.14746", "NULL", "NULL", 3181, "b0fc826b-f759-49f1-b456-393fe6d906a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:28:54.147439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2172": ["2018-05-10 08:38:53.37606", "NULL", "NULL", 3182, "5872b821-d101-4186-96ad-f20b13ddfa23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:38:53.260222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2173": ["2018-05-10 08:38:53.579523", "NULL", "NULL", 3183, "c9c7e6ec-f714-4b2a-9308-ebadb09143dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:38:53.579511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2174": ["2018-05-10 08:48:53.208646", "NULL", "NULL", 3184, "adc4cdba-a57a-4c49-9261-25169af3648c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:48:53.074384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2175": ["2018-05-10 08:48:53.412501", "NULL", "NULL", 3185, "b42899d2-5b03-4182-9cc0-9464b8763ec3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:48:53.412488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2176": ["2018-05-10 08:58:53.247792", "NULL", "NULL", 3186, "f6a923a6-98a7-4fe2-9aea-ad673bfead44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:58:53.189955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2177": ["2018-05-10 08:58:54.051634", "NULL", "NULL", 3187, "22085e82-f049-4ac5-aee5-d178c62c5595", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:58:54.051621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2178": ["2018-05-10 09:08:53.682548", "NULL", "NULL", 3188, "76525456-2449-4aa7-99a4-3357856723dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:08:53.605335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2179": ["2018-05-10 09:08:54.086315", "NULL", "NULL", 3189, "415165f4-1480-43e8-988f-bd41240cb5ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:08:54.086301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2180": ["2018-05-10 09:18:52.919079", "NULL", "NULL", 3190, "0d997168-4318-4a8f-a35b-f3e77f4bddf6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:18:52.722758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2181": ["2018-05-10 09:18:53.12268", "NULL", "NULL", 3191, "41c0237d-af50-4588-afd2-33e8f98c2940", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:18:53.122667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2182": ["2018-05-10 09:28:52.361476", "NULL", "NULL", 3192, "14ec90d0-8525-4c25-9a7f-a21fc4fd3867", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:28:52.242431", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2183": ["2018-05-10 09:28:52.565139", "NULL", "NULL", 3193, "4ad9f4e6-b5c5-4ba1-80d1-b545b3900c49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:28:52.565127", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2184": ["2018-05-10 09:38:52.794551", "NULL", "NULL", 3194, "dc469ccb-ab13-408e-a8fe-0912ec952776", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:38:52.666539", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2185": ["2018-05-10 09:38:52.998232", "NULL", "NULL", 3195, "fe894597-ff72-43af-8ced-9603e4760bcb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:38:52.998218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2186": ["2018-05-10 09:48:52.628527", "NULL", "NULL", 3196, "df1f3eb3-4c9c-4ccb-bf2b-72e75a86c7f6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:48:52.466874", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2187": ["2018-05-10 09:48:52.832308", "NULL", "NULL", 3197, "9b9eaf55-0acf-4215-83a4-7ac8f77808ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:48:52.832281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2188": ["2018-05-10 09:58:53.663398", "NULL", "NULL", 3198, "405db7f1-0bd7-4e6d-ae84-1f80c4a9f327", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:58:53.475238", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2189": ["2018-05-10 09:58:54.667474", "NULL", "NULL", 3199, "4a77fe20-4f7d-488c-aff5-8e9fa4c0a396", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:58:54.66746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2190": ["2018-05-10 10:08:54.098111", "NULL", "NULL", 3200, "e7c87ae4-2132-4487-9836-67bf37d9c409", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:08:54.079849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2191": ["2018-05-10 10:08:54.502061", "NULL", "NULL", 3201, "d015d8c5-8467-47af-81cc-200a778381ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:08:54.502046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2192": ["2018-05-10 10:18:52.531196", "NULL", "NULL", 3202, "1da79b34-701d-4bea-8eab-ca41c11d741f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:18:52.384208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2193": ["2018-05-10 10:18:52.734791", "NULL", "NULL", 3203, "759e2daa-52f2-4ab9-9b07-f8c1ee2c517e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:18:52.734778", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2194": ["2018-05-10 10:28:53.172882", "NULL", "NULL", 3204, "3f0652bf-2904-4785-9d13-64638affc13b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:28:53.100929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2195": ["2018-05-10 10:28:53.576629", "NULL", "NULL", 3205, "693c641f-b8ee-42f7-91ff-4dafdfc6cf02", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:28:53.576615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2196": ["2018-05-10 10:38:53.206107", "NULL", "NULL", 3206, "3e6a56cb-df40-43c1-9e88-eb3bfd9f9e5b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:38:53.113363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2197": ["2018-05-10 10:38:53.610059", "NULL", "NULL", 3207, "6c932c30-12c2-4549-a182-b72631ca2ae6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:38:53.610044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2198": ["2018-05-10 10:48:52.438081", "NULL", "NULL", 3208, "c6bef12a-de17-4f4b-a50b-64f49876b490", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:48:52.425755", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2199": ["2018-05-10 10:48:52.841871", "NULL", "NULL", 3209, "72b39de0-6415-4bf0-969f-f5c8f329086a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:48:52.841859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2200": ["2018-05-10 10:58:53.473031", "NULL", "NULL", 3210, "d5103eac-cbc9-4682-aa19-cbae1902742c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:58:53.442188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2201": ["2018-05-10 10:58:54.277121", "NULL", "NULL", 3211, "585dd463-ba95-4c80-8434-266ab1e2a759", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:58:54.277108", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2202": ["2018-05-10 11:08:52.906217", "NULL", "NULL", 3212, "88edfdaf-8500-4944-a4b5-80f0f76bc1e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:08:52.855328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2203": ["2018-05-10 11:08:53.510327", "NULL", "NULL", 3213, "bf8e84ba-5477-4ab0-8830-c3112c4ca1b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:08:53.510312", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2204": ["2018-05-10 11:18:53.343136", "NULL", "NULL", 3214, "134e3217-1c12-4de3-8ec4-efdd18108c3f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:18:53.265123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2205": ["2018-05-10 11:18:53.947208", "NULL", "NULL", 3215, "65e79d08-0d9f-4506-97d6-1299411b42ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:18:53.947193", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2206": ["2018-05-10 11:28:54.183214", "NULL", "NULL", 3216, "14983248-68f2-4bc7-91cb-480050618d75", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:28:54.094849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2207": ["2018-05-10 11:28:54.587189", "NULL", "NULL", 3217, "3751bf94-5ad3-4bb4-ad26-1d9e8c5c51f5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:28:54.587175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2208": ["2018-05-10 11:38:53.421419", "NULL", "NULL", 3218, "7158c7e9-d34c-473b-8ee8-1fecf34b431a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:38:53.307654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2209": ["2018-05-10 11:38:53.625629", "NULL", "NULL", 3219, "204cccb0-e70d-445d-a3b2-1d3f058b5d1d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:38:53.625617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2210": ["2018-05-10 11:48:53.053549", "NULL", "NULL", 3220, "23f9fe47-259f-4092-8cc3-be50c3b2c7cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:48:53.024795", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2211": ["2018-05-10 11:48:53.457318", "NULL", "NULL", 3221, "1feb6f14-2d7d-43a6-8b26-5e00ccc91585", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:48:53.457306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2212": ["2018-05-10 11:58:53.486723", "NULL", "NULL", 3222, "9049aa42-9e43-4657-87d0-69366cd4b8dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:58:53.439604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2213": ["2018-05-10 11:58:54.290732", "NULL", "NULL", 3223, "6afb34e0-eb35-456c-9441-2cc24fb39aa1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:58:54.290717", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2214": ["2018-05-10 12:08:53.527148", "NULL", "NULL", 3224, "22aae1e8-57d9-40a7-a321-02ecde595d23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:08:53.354255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2215": ["2018-05-10 12:08:53.931085", "NULL", "NULL", 3225, "e175c983-d9ec-4339-9325-e59d545d537a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:08:53.93107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2216": ["2018-05-10 12:18:53.159755", "NULL", "NULL", 3226, "6e4f99b7-52bb-4d96-ae3f-231268b3e1b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:18:52.964356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2217": ["2018-05-10 12:18:53.363476", "NULL", "NULL", 3227, "01577bbc-74ea-447a-b8b4-5330e9eb782d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:18:53.363448", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2218": ["2018-05-10 12:28:52.99762", "NULL", "NULL", 3228, "da3a2aec-d142-4796-82cb-af44ef38e828", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:28:52.880264", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2219": ["2018-05-10 12:28:53.201564", "NULL", "NULL", 3229, "0eb4f1c1-7450-4c53-8c05-0ea2a1159652", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:28:53.201552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2220": ["2018-05-10 12:38:53.031999", "NULL", "NULL", 3230, "7320ff6d-23c9-414c-b91a-2e383b5506f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:38:52.902551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2221": ["2018-05-10 12:38:53.235594", "NULL", "NULL", 3231, "42d8dd24-5ab0-408a-9548-16a2a97981f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:38:53.23558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2222": ["2018-05-10 12:48:52.665734", "NULL", "NULL", 3232, "0a72d497-2e05-4000-8873-1da4a5b5da9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:48:52.61213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2223": ["2018-05-10 12:48:53.069547", "NULL", "NULL", 3233, "ebfa354f-e7f8-4067-9eea-b31ce046232f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:48:53.069532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2224": ["2018-05-10 12:58:53.500542", "NULL", "NULL", 3234, "55e2d4af-6d7f-4ffd-9c37-8d589addb3f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:58:53.335656", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2225": ["2018-05-10 12:58:54.104378", "NULL", "NULL", 3235, "46a1a697-7901-4563-8245-548dd09aa715", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:58:54.104363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2226": ["2018-05-10 13:08:52.732464", "NULL", "NULL", 3236, "fea9b3aa-1acc-4690-87cd-c37722312f9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:08:52.640934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2227": ["2018-05-10 13:08:53.136281", "NULL", "NULL", 3237, "e3e3c29c-659d-4ebf-9ad6-b5330b483486", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:08:53.136258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2228": ["2018-05-10 13:18:53.170384", "NULL", "NULL", 3238, "af7781fe-b585-47c8-8bda-57e76484863a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:18:53.140954", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2229": ["2018-05-10 13:18:53.574384", "NULL", "NULL", 3239, "94893512-91aa-493b-b5c7-8f2ff5a2c896", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:18:53.574368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2230": ["2018-05-10 13:28:53.404481", "NULL", "NULL", 3240, "c241c8ee-67fb-4972-bbdf-19e5e745bd9a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:28:53.359906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2231": ["2018-05-10 13:28:53.808257", "NULL", "NULL", 3241, "a6a2c1b8-7597-45c9-9994-dc1e88dec5da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:28:53.808242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2232": ["2018-05-10 13:38:53.036524", "NULL", "NULL", 3242, "70dd7738-c5a7-4d63-8114-bfbee5f37c0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:38:52.973907", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2233": ["2018-05-10 13:38:53.440493", "NULL", "NULL", 3243, "bba80395-5396-43cc-b356-aed77745573d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:38:53.44045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2234": ["2018-05-10 13:48:52.468412", "NULL", "NULL", 3244, "c4150d71-2746-46da-bf86-b206a88c9c0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:48:52.377028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2235": ["2018-05-10 13:48:52.872223", "NULL", "NULL", 3245, "08527b29-99c4-4f9f-b55e-9a97ecc84ec5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:48:52.87221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2236": ["2018-05-10 13:58:53.903853", "NULL", "NULL", 3246, "561fd1ca-e632-4a0f-8b91-81a4c8e9688e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:58:53.89702", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2237": ["2018-05-10 13:58:54.707952", "NULL", "NULL", 3247, "0f0d0c30-5066-42c0-aa62-900f7aa7dbc8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:58:54.70794", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2238": ["2018-05-10 14:08:53.537027", "NULL", "NULL", 3248, "fe22f0cd-e8d9-4994-874e-966fa47aa48c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:08:53.406373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2239": ["2018-05-10 14:08:53.941068", "NULL", "NULL", 3249, "e4ac44f8-a42e-4cf8-9cf3-b108ec81f31f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:08:53.941055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2240": ["2018-05-10 14:18:52.570176", "NULL", "NULL", 3250, "6ca4d50b-6386-456d-8f99-e7e4ccdb40a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:18:52.403624", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2241": ["2018-05-10 14:18:52.974045", "NULL", "NULL", 3251, "309acf16-3c5c-4ae4-b478-30cf054ac32f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:18:52.974029", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2242": ["2018-05-10 14:28:54.204121", "NULL", "NULL", 3252, "778c9163-b4a9-4897-a7cf-e19544037e67", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:28:54.009404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2243": ["2018-05-10 14:28:54.607886", "NULL", "NULL", 3253, "e0c93884-5932-4a7b-a97d-34c7a048ba04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:28:54.607871", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2244": ["2018-05-10 14:38:52.443656", "NULL", "NULL", 3254, "9f15815f-4a26-40b9-832f-622ce9c94165", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:38:52.328097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2245": ["2018-05-10 14:38:52.647403", "NULL", "NULL", 3255, "9a515a10-35ea-4873-81f2-37236488e7ec", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:38:52.647391", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2246": ["2018-05-10 14:48:52.478581", "NULL", "NULL", 3256, "df5c412f-8d94-4f7f-a985-5c2e973f2915", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:48:52.424719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2247": ["2018-05-10 14:48:52.882354", "NULL", "NULL", 3257, "c356cce9-63ca-4951-82e7-cd730ec2fa67", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:48:52.882343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2248": ["2018-05-10 14:58:53.311455", "NULL", "NULL", 3258, "bb33d13b-c468-4035-8da7-4fe98d8b4bd4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:58:53.255791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2249": ["2018-05-10 14:58:54.115339", "NULL", "NULL", 3259, "c796dac7-b6f8-4f84-b15b-6f8e5dbd22b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:58:54.115324", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2250": ["2018-05-10 19:18:53.844294", "NULL", "NULL", 3312, "eac2876b-cbe6-4f11-a285-ca29b4ccd472", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:18:53.6754", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2251": ["2018-05-10 19:18:54.047826", "NULL", "NULL", 3313, "eedcd27e-9ef3-4f16-923f-da0b39bf4a79", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:18:54.047813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2252": ["2018-05-10 19:28:53.880366", "NULL", "NULL", 3314, "f3e20254-8a67-4e10-9a88-47098029e3c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:28:53.695188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2253": ["2018-05-10 19:28:54.284409", "NULL", "NULL", 3315, "b68afd4d-b42e-416d-9367-8299d5b239a3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:28:54.284394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2254": ["2018-05-10 19:38:53.114128", "NULL", "NULL", 3316, "57b18168-479d-4e1a-a0f2-c5d5dec19bef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:38:53.003332", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2255": ["2018-05-10 19:38:53.317997", "NULL", "NULL", 3317, "39b8e12c-447b-433f-a661-9c3b52972d18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:38:53.31797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2256": ["2018-05-10 19:48:52.143154", "NULL", "NULL", 3318, "ccf9f547-ced9-43da-a29e-84467f99f9cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:48:52.115115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2257": ["2018-05-10 19:48:52.546942", "NULL", "NULL", 3319, "b771f2f5-be38-4cc0-9be7-0d8963bba311", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:48:52.546929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2258": ["2018-05-10 19:58:53.186095", "NULL", "NULL", 3320, "af71d0fd-b4fc-4864-9485-e91dfd2ed1a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:58:53.117221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2259": ["2018-05-10 19:58:53.990051", "NULL", "NULL", 3321, "46e81fa3-113a-49d8-9655-1a7a94dc257b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:58:53.990031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2260": ["2018-05-10 20:08:52.81373", "NULL", "NULL", 3322, "f524be2e-096d-4a97-9a91-06a2bdc197f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:08:52.634507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2261": ["2018-05-10 20:08:53.017515", "NULL", "NULL", 3323, "8cf969ed-2957-4db4-a2d2-b8ec3eef8bb0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:08:53.017501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2262": ["2018-05-10 20:18:52.453238", "NULL", "NULL", 3324, "de6cecd3-28ef-4dd9-8db6-9273d3f020d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:18:52.355809", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2263": ["2018-05-10 15:08:53.346467", "NULL", "NULL", 3260, "a0322c52-6fac-403d-830a-695cada2846f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:08:53.169663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2264": ["2018-05-10 15:08:53.550459", "NULL", "NULL", 3261, "fcb9a088-efa5-4950-8da5-29215e96bb65", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:08:53.550425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2265": ["2018-05-10 15:18:53.978746", "NULL", "NULL", 3262, "66aa22ca-38d4-44d1-bca1-29af9ad44e9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:18:53.888319", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2266": ["2018-05-10 15:18:54.382457", "NULL", "NULL", 3263, "3df14ec2-d39c-4e38-8a94-d17dd1ec9a37", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:18:54.382435", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2267": ["2018-05-10 15:28:52.413313", "NULL", "NULL", 3264, "f901b311-3e3c-4c9b-b614-310b95956fbc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:28:52.392419", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2268": ["2018-05-10 15:28:52.817508", "NULL", "NULL", 3265, "b941d1e8-0ae3-47db-8887-22bf73ce1814", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:28:52.817495", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2269": ["2018-05-10 15:38:52.250837", "NULL", "NULL", 3266, "9df61d35-5ddd-4b25-b49f-6c561f3c8368", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:38:52.219947", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2270": ["2018-05-10 15:38:52.654594", "NULL", "NULL", 3267, "da022c84-d23f-498a-b6e6-29d7916fc341", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:38:52.65458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2271": ["2018-05-10 15:48:53.682656", "NULL", "NULL", 3268, "f3be14ba-9062-4011-8c7f-14845b7ce087", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:48:53.628946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2272": ["2018-05-10 15:48:54.086565", "NULL", "NULL", 3269, "1b583ada-5b7a-4ef3-afab-d181c8a3f980", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:48:54.086552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2273": ["2018-05-10 15:58:53.315939", "NULL", "NULL", 3270, "b42ce747-f989-4410-a1c7-af7ef65c69fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:58:53.22851", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2274": ["2018-05-10 15:58:54.323658", "NULL", "NULL", 3271, "16557390-fcc3-4576-b749-ceb38fb12e06", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:58:54.323644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2275": ["2018-05-10 16:08:53.351047", "NULL", "NULL", 3272, "1b8e9779-2019-4842-8a30-102600a3ee48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:08:53.236482", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2276": ["2018-05-10 16:08:53.554782", "NULL", "NULL", 3273, "54dca51f-a1cd-4a6e-8bb1-0891efae9484", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:08:53.554769", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2277": ["2018-05-10 16:18:52.786551", "NULL", "NULL", 3274, "bda5df73-5333-47a0-9e41-193645b78e31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:18:52.758343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2278": ["2018-05-10 16:18:53.190268", "NULL", "NULL", 3275, "2eda41b4-ed63-4b05-8280-e35c8c9a5006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:18:53.190255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2279": ["2018-05-10 16:28:53.823096", "NULL", "NULL", 3276, "b41cffdf-c8e4-4472-959e-ed170f1dd2ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:28:53.766121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2280": ["2018-05-10 16:28:54.237157", "NULL", "NULL", 3277, "062c7b8f-f870-45d0-8aec-38772a3325ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:28:54.237142", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2281": ["2018-05-10 16:38:53.664539", "NULL", "NULL", 3278, "95ad14f6-0b84-48b7-90d0-a0bd461e2c2c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:38:53.467678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2282": ["2018-05-10 16:38:54.069827", "NULL", "NULL", 3279, "03aa40af-d396-4f10-9b0e-c109c4f9ba74", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:38:54.069814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2283": ["2018-05-10 16:48:52.310163", "NULL", "NULL", 3280, "4744e174-11f2-4e92-aa1a-ae2b0cb7f371", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:48:52.274109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2284": ["2018-05-10 16:48:52.714287", "NULL", "NULL", 3281, "c1a02899-4f10-480f-95ec-e3615f479443", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:48:52.714274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2285": ["2018-05-10 16:58:53.347337", "NULL", "NULL", 3282, "3e313a0e-1bd8-4d8c-8f46-5096ade164c4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:58:53.182315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2286": ["2018-05-10 16:58:53.951213", "NULL", "NULL", 3283, "67d276d2-421e-4e99-8dbf-5486741c76d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:58:53.951201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2287": ["2018-05-10 17:08:52.988149", "NULL", "NULL", 3284, "e4e3151a-472f-4f0d-a81a-4f50a141e3ff", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:08:52.907708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2288": ["2018-05-10 17:08:53.392299", "NULL", "NULL", 3285, "cda69afa-a211-4668-abd7-61b5af18b269", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:08:53.392287", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2289": ["2018-05-10 17:18:53.227492", "NULL", "NULL", 3286, "fb7d6513-59de-4eee-bbc4-475cfd70515b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:18:53.029839", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2290": ["2018-05-10 17:18:53.631459", "NULL", "NULL", 3287, "5de51acb-ae6b-4c18-b055-41b6d017cecc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:18:53.631441", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2291": ["2018-05-10 17:22:26.115005", "NULL", "NULL", 3288, "e3b9c57c-7f5d-43bd-82cb-1f50a9875d1e", "100.114", "set", "ntp", "host=controller-1.ntp=144.217.181.221", "2018-05-10 17:22:26.112853", "minor", "NTP address 144.217.181.221 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_2292": ["2018-05-10 17:28:52.466413", "NULL", "NULL", 3289, "fd4a99d9-3dc2-4b0b-9f6c-8d800fb3ccdd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:28:52.345923", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2293": ["2018-05-10 17:28:52.870164", "NULL", "NULL", 3290, "faab8734-2b96-41fa-809c-33f047bfa150", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:28:52.870148", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2294": ["2018-05-10 17:38:53.707201", "NULL", "NULL", 3291, "16521557-6317-46ec-927a-284355dfe38f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:38:53.554023", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2295": ["2018-05-10 17:38:54.111162", "NULL", "NULL", 3292, "de64afbf-088a-4ef8-a09a-c7bd5aac4087", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:38:54.111147", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2296": ["2018-05-10 17:48:52.340289", "NULL", "NULL", 3293, "e8df88b2-4518-429c-a42e-9c39294a7104", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:48:52.155759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2297": ["2018-05-10 17:48:52.744027", "NULL", "NULL", 3294, "9b0dbca5-9f44-4bff-81e8-efb5286aeb80", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:48:52.744011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2298": ["2018-05-10 17:58:53.37338", "NULL", "NULL", 3295, "83aa308a-140e-42d9-8e8a-9cb5f800f055", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:58:53.282323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2299": ["2018-05-10 17:58:54.177309", "NULL", "NULL", 3296, "23892ded-3ff4-48fb-ab2a-9c1619e8b980", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:58:54.177296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2300": ["2018-05-10 18:08:52.807361", "NULL", "NULL", 3297, "7a23a350-24cb-4335-8543-cf839f6ac4e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:08:52.679465", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2301": ["2018-05-10 18:08:53.01107", "NULL", "NULL", 3298, "67db911f-e1b3-42e8-bdcc-75a1efd4a31f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:08:53.011058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2302": ["2018-05-10 18:18:52.637938", "NULL", "NULL", 3299, "c5a6b9c3-af39-49cb-83d8-65ade2426b58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:18:52.581437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2303": ["2018-05-10 18:18:53.041871", "NULL", "NULL", 3300, "8d41d331-c4d3-4330-8354-a6d63f9f4009", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:18:53.041857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2304": ["2018-05-10 18:28:52.868812", "NULL", "NULL", 3301, "36d5b54c-a5e4-4947-b2e9-a55d03117b1c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:28:52.691038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2305": ["2018-05-10 18:28:53.072585", "NULL", "NULL", 3302, "48be0f80-ada8-4603-b02c-cff99eec5435", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:28:53.072571", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2306": ["2018-05-10 18:38:53.102987", "NULL", "NULL", 3303, "5d0ea837-9cb3-453b-a44e-9126812a2ec5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:38:52.909058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2307": ["2018-05-10 18:38:53.506703", "NULL", "NULL", 3304, "c19808b4-a666-47fc-bcb8-8a4f85e4f23f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:38:53.506688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2308": ["2018-05-10 18:48:52.13974", "NULL", "NULL", 3305, "00aeb660-0b5b-47e6-bd44-e48af79aaaf8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:48:52.127855", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2309": ["2018-05-10 18:48:52.543543", "NULL", "NULL", 3306, "8e4ff99f-fc54-4360-ba3a-498b586d9ae2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:48:52.54353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2310": ["2018-05-10 18:58:53.371465", "NULL", "NULL", 3307, "9253a57e-f68c-41c6-82ad-4d329c4485e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:58:53.339941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2311": ["2018-05-10 18:58:54.175354", "NULL", "NULL", 3308, "566c5365-bc14-491c-a575-084b0f3684f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:58:54.175343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2312": ["2018-05-10 20:18:52.85737", "NULL", "NULL", 3325, "278b3d0f-b2a5-4d85-a70d-5f33cf9bfc58", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:18:52.857347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2313": ["2018-05-16 19:46:53.390632", "NULL", "NULL", 1042, "3e3bf5d6-2522-4f18-9fbc-e0ddbb7f5b5d", "401.007", "log", "host", "host=controller-0", "2018-05-16 19:46:53.383516", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_2314": ["2018-05-10 19:08:52.806555", "NULL", "NULL", 3309, "6ee7af31-3930-4ffd-8d65-d336efe9e6c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:08:52.667734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2315": ["2018-05-10 19:08:53.010436", "NULL", "NULL", 3310, "e0b221fc-0db1-4722-ae4b-316e9e01de30", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:08:53.010425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2316": ["2018-05-10 19:12:29.69633", "NULL", "NULL", 3311, "09ed0aac-69cc-48f6-a606-f87803ad4929", "100.114", "clear", "ntp", "host=controller-1.ntp=144.217.181.221", "2018-05-10 19:12:29.696318", "minor", "NTP address 144.217.181.221 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_2317": ["2018-05-10 20:28:52.285137", "NULL", "NULL", 3326, "08609bb0-8e24-4c72-8f07-d05959a0f483", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:28:52.259743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2318": ["2018-05-10 20:28:52.688825", "NULL", "NULL", 3327, "bb369048-ee53-4fb1-9ef9-6279a353b7d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:28:52.68881", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2319": ["2018-05-10 20:38:52.71903", "NULL", "NULL", 3328, "f696e3ac-216c-478d-88a1-6798aa9a3105", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:38:52.675158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2320": ["2018-05-10 20:38:53.123038", "NULL", "NULL", 3329, "d7efdfa4-0dbf-4011-ad92-b88eb1a48413", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:38:53.123023", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2321": ["2018-05-10 20:48:52.356651", "NULL", "NULL", 3330, "f12db66a-7799-4904-b7a7-5ad24238c266", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:48:52.198974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2322": ["2018-05-10 20:48:52.560676", "NULL", "NULL", 3331, "4de5a248-f0e8-4700-8018-da4a0c9aab34", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:48:52.560662", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2323": ["2018-05-10 20:58:52.390385", "NULL", "NULL", 3332, "0f5fef42-f319-4965-8f24-472cee7fa61d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:58:52.333552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2324": ["2018-05-10 20:58:53.194273", "NULL", "NULL", 3333, "a17e7527-e4f6-47fc-8a08-7fc95cf51941", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:58:53.194254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2325": ["2018-05-10 21:08:52.824246", "NULL", "NULL", 3334, "5309616a-aab1-4afe-abfd-3fbb674987b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:08:52.660124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2326": ["2018-05-10 21:08:53.028415", "NULL", "NULL", 3335, "90c1e918-f667-475e-ad43-18f412dc5dd8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:08:53.028403", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2327": ["2018-05-10 21:18:52.859555", "NULL", "NULL", 3336, "8d64a344-55d0-43a1-9be7-b50dddd66b76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:18:52.793433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2328": ["2018-05-10 21:18:53.26343", "NULL", "NULL", 3337, "ab84931e-21c6-4606-956d-ec284c558c72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:18:53.263415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2329": ["2018-05-10 21:28:53.28955", "NULL", "NULL", 3338, "a608d071-488b-4977-823a-2db4d2c99632", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:28:53.098671", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2330": ["2018-05-10 21:28:53.493532", "NULL", "NULL", 3339, "6ae35d6e-6563-47d7-84d3-868aa6dd7fd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:28:53.493519", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2331": ["2018-05-10 21:38:52.923653", "NULL", "NULL", 3340, "3eb354a0-1907-4b4e-8f5b-ea9bacd2c566", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:38:52.907807", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2332": ["2018-05-10 21:38:53.327425", "NULL", "NULL", 3341, "70609ea7-a129-4b79-b0ee-a97f163de08d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:38:53.32741", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2333": ["2018-05-10 21:48:52.957174", "NULL", "NULL", 3342, "d93aa2ed-30ab-4038-8079-63c9c849440d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:48:52.922299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2334": ["2018-05-10 21:48:53.360844", "NULL", "NULL", 3343, "a6391cb5-044b-427c-ad78-24630f60081d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:48:53.360829", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2335": ["2018-05-10 21:58:53.79205", "NULL", "NULL", 3344, "69ec5e06-5265-456f-8a81-7fed4d611a43", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:58:53.740481", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2336": ["2018-05-10 21:58:54.596006", "NULL", "NULL", 3345, "46e40de7-3c5b-45c9-b9af-9edafb619069", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:58:54.595991", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2337": ["2018-05-10 22:08:52.832732", "NULL", "NULL", 3346, "ad068015-6fb9-423e-9333-fc49517c6725", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:08:52.772982", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2338": ["2018-05-10 22:08:53.236644", "NULL", "NULL", 3347, "7481a4a9-1fa5-4cfb-87cb-947387b824d1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:08:53.236632", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2339": ["2018-05-10 22:18:53.666603", "NULL", "NULL", 3348, "a96823bf-a659-465b-8a81-3b634d0b5c57", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:18:53.485964", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2340": ["2018-05-10 22:18:53.870126", "NULL", "NULL", 3349, "6aa47597-a348-4e86-a563-1db1428eee09", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:18:53.870114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2341": ["2018-05-10 22:28:53.297829", "NULL", "NULL", 3350, "442eb7da-ede4-4252-9c62-dd161b16462c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:28:53.193228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2342": ["2018-05-10 22:28:53.501508", "NULL", "NULL", 3351, "c421d29d-daa8-42a0-862a-5fa476f8e53f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:28:53.501496", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2343": ["2018-05-10 22:38:52.734194", "NULL", "NULL", 3352, "1107a941-fe03-4139-a5ff-e933b0b354a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:38:52.597139", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2344": ["2018-05-10 22:38:52.938136", "NULL", "NULL", 3353, "4eadd481-3afe-428b-b25e-113e02a50710", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:38:52.938124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2345": ["2018-05-10 22:48:51.775858", "NULL", "NULL", 3354, "38e8a753-84fa-48e3-b511-9d6608b71b10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:48:51.710051", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2346": ["2018-05-10 22:48:52.379817", "NULL", "NULL", 3355, "7c699500-9b1e-43b9-8c49-55bb75a778eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:48:52.379802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2347": ["2018-05-10 22:58:53.613299", "NULL", "NULL", 3356, "c6f03794-44bd-4b66-93b7-d3b0d28c32f9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:58:53.516498", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2348": ["2018-05-10 22:58:54.417405", "NULL", "NULL", 3357, "4eed183d-423f-4cf8-9444-607bea551c10", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:58:54.417392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2349": ["2018-05-10 23:08:53.056474", "NULL", "NULL", 3358, "fd13ef76-1895-4f28-beaa-60f6c4d5e6fa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:08:53.021685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2350": ["2018-05-10 23:08:53.460497", "NULL", "NULL", 3359, "ea77bcf7-3101-4a9f-8492-b5132a5f1d47", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:08:53.460484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2351": ["2018-05-10 23:18:52.69245", "NULL", "NULL", 3360, "7555397f-055e-4528-8837-bae4e9275e6e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:18:52.546324", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2352": ["2018-05-10 23:18:52.896157", "NULL", "NULL", 3361, "ce82ad8c-5e83-47d3-88e5-3384cc1631d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:18:52.896145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2353": ["2018-05-10 23:28:53.126265", "NULL", "NULL", 3362, "583cfee0-d22d-4991-acc7-c42cedcba648", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:28:53.062291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2354": ["2018-05-10 23:28:53.530595", "NULL", "NULL", 3363, "5e1d3601-cb42-431b-9648-d22afdf9b049", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:28:53.53058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2355": ["2018-05-10 23:38:52.959726", "NULL", "NULL", 3364, "bab4cca1-0fd0-42cc-ba47-92c8d48c783e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:38:52.885523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2356": ["2018-05-10 23:38:53.563589", "NULL", "NULL", 3365, "328c2e0a-a64f-4a56-b854-3b58847ce7d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:38:53.563575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2357": ["2018-05-10 23:48:52.993659", "NULL", "NULL", 3366, "5f9db165-d626-4580-b2a0-9f55fc5b54b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:48:52.905673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2358": ["2018-05-10 23:48:53.397251", "NULL", "NULL", 3367, "b9f956e5-6815-4a4f-98c6-0f3defe6a862", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:48:53.397236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2359": ["2018-05-10 23:58:53.026635", "NULL", "NULL", 3368, "a9869c55-9919-4fe3-814c-b27c739b7b3b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:58:52.92142", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2360": ["2018-05-10 23:58:53.630524", "NULL", "NULL", 3369, "d589538a-cfbe-4e12-b124-f73d8944c14d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:58:53.630511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2361": ["2018-05-11 00:08:52.865532", "NULL", "NULL", 3370, "fe71738c-c934-4e20-aa39-74ddb62e48ff", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:08:52.74372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2362": ["2018-05-11 00:08:53.269384", "NULL", "NULL", 3371, "aac3b4bd-6e8c-4d48-bcbc-965034945524", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:08:53.269369", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2363": ["2018-05-11 00:18:52.698993", "NULL", "NULL", 3372, "5c6ed3a0-c871-4a55-a134-b10f3dddac4c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:18:52.563334", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2364": ["2018-05-11 00:18:52.902757", "NULL", "NULL", 3373, "b2a68ebb-17c5-48d6-9628-7b8a2ad6d778", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:18:52.902744", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2365": ["2018-05-11 00:28:52.935584", "NULL", "NULL", 3374, "1ce21f30-2712-442f-89fe-3dea3016b267", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:28:52.879906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2366": ["2018-05-11 00:28:53.339467", "NULL", "NULL", 3375, "38ac72b9-7431-4fc0-bbc0-43edfdfdeca7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:28:53.339454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2367": ["2018-05-11 00:38:52.171535", "NULL", "NULL", 3376, "83e8b4d5-9dfd-45a9-882a-3686ff511208", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:38:51.97748", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2368": ["2018-05-11 00:38:52.375263", "NULL", "NULL", 3377, "6655135b-b75f-48dd-9f57-7380be87b34f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:38:52.375249", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2369": ["2018-05-11 00:48:53.015399", "NULL", "NULL", 3378, "be9e7738-9c61-441e-8f24-007f47340324", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:48:52.98735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2370": ["2018-05-11 00:48:53.419496", "NULL", "NULL", 3379, "589a8339-85c9-416a-ac32-0e79b415c323", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:48:53.419485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2371": ["2018-05-11 00:58:54.053612", "NULL", "NULL", 3380, "cba28ee4-66c1-4a2f-9749-b2c067f9e88e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:58:53.906517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2372": ["2018-05-11 00:58:54.657609", "NULL", "NULL", 3381, "4a74b169-bdd7-4bc6-b268-262783ab9bd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:58:54.657594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2373": ["2018-05-11 01:08:53.086207", "NULL", "NULL", 3382, "99fbf746-2739-4ac5-8ebc-b70c43505142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:08:52.928476", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2374": ["2018-05-11 01:08:53.29006", "NULL", "NULL", 3383, "8ca1374c-b833-46f0-b72b-cd926a2683fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:08:53.290045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2375": ["2018-05-11 01:18:52.718028", "NULL", "NULL", 3384, "bedac7a5-8f20-4751-b460-10b77cb571a2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:18:52.534045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2376": ["2018-05-11 01:18:52.921609", "NULL", "NULL", 3385, "5480a686-d8e1-446a-8ab6-9ab7268b5e49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:18:52.921595", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2377": ["2018-05-11 01:28:52.555803", "NULL", "NULL", 3386, "e0b72712-dab2-4cf6-8347-8f16c08ff228", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:28:52.439219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2378": ["2018-05-11 01:28:52.760125", "NULL", "NULL", 3387, "c5046645-8c3a-45d0-aa34-f698c759f41e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:28:52.760112", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2379": ["2018-05-11 01:38:52.989558", "NULL", "NULL", 3388, "88e7f10d-7d52-4270-831c-f20980490ca8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:38:52.83451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2380": ["2018-05-11 01:38:53.193369", "NULL", "NULL", 3389, "4d3246f7-8d42-47c0-a886-10f598528abd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:38:53.193338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2381": ["2018-05-11 01:48:53.024309", "NULL", "NULL", 3390, "2d0e5d8a-0507-4e2c-8396-69725722026a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:48:52.949242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2382": ["2018-05-11 01:48:53.428061", "NULL", "NULL", 3391, "0613018a-5dd1-4343-9ae2-b0a6d894b438", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:48:53.428046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2383": ["2018-05-11 01:58:54.060673", "NULL", "NULL", 3392, "3143135d-a9f3-4472-bd7a-dfd0a964f839", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:58:53.866427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2384": ["2018-05-11 01:58:54.664597", "NULL", "NULL", 3393, "5f7d83eb-8205-4bba-8f41-304dc9e12a0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:58:54.664584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2385": ["2018-05-11 02:08:51.892756", "NULL", "NULL", 3394, "ea300c72-8294-44fe-9ef9-8531aa3d0be1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:08:51.859761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2386": ["2018-05-11 02:08:52.296508", "NULL", "NULL", 3395, "6ab2bdbb-5bd6-44a6-89e0-a9e7d8902bab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:08:52.296495", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2387": ["2018-05-11 02:18:52.528277", "NULL", "NULL", 3396, "dbe2633d-ef18-42bd-a4d2-8aafe7cdd500", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:18:52.483578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2388": ["2018-05-11 02:18:52.932071", "NULL", "NULL", 3397, "ef2c475a-8c37-4129-88e7-6ca067695b03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:18:52.932056", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2389": ["2018-05-11 02:28:53.762395", "NULL", "NULL", 3398, "1f216cfe-66ac-4dab-842b-a200f36e5178", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:28:53.706774", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2390": ["2018-05-11 02:28:54.166327", "NULL", "NULL", 3399, "210d3ddd-05be-4e4e-adab-08321cd62686", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:28:54.166313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2391": ["2018-05-11 02:38:52.195293", "NULL", "NULL", 3400, "4e915875-266b-4cb7-9961-7323b696c098", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:38:52.018592", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2392": ["2018-05-11 02:38:52.399917", "NULL", "NULL", 3401, "97afa4ef-611b-4fdd-8cd1-c7b2400b6275", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:38:52.399904", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2393": ["2018-05-11 02:48:52.833954", "NULL", "NULL", 3402, "bb95356e-55fe-4957-939a-188ca04f9fa7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:48:52.814768", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2394": ["2018-05-11 02:48:53.237806", "NULL", "NULL", 3403, "17473993-b4c3-4f38-a2e9-c5812eaa4681", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:48:53.237792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2395": ["2018-05-11 02:58:53.266264", "NULL", "NULL", 3404, "b448932a-0fb2-42f3-b194-f55e60af13c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:58:53.217742", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2396": ["2018-05-11 02:58:54.070553", "NULL", "NULL", 3405, "b86135fa-f7c2-481c-b069-0e9071637724", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:58:54.070541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2397": ["2018-05-11 03:08:53.699266", "NULL", "NULL", 3406, "487a1c53-5178-4cb0-a355-9bee003de434", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:08:53.629011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2398": ["2018-05-11 03:08:54.103111", "NULL", "NULL", 3407, "d497d890-7c03-40f8-a2bf-f94c3d995168", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:08:54.103097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2399": ["2018-05-11 03:18:52.538518", "NULL", "NULL", 3408, "9b03be18-de80-4621-bfe1-2f5c977b98f9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:18:52.339349", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2400": ["2018-05-11 03:18:52.742253", "NULL", "NULL", 3409, "e96da67c-56e6-4513-92c7-d5bbdf580111", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:18:52.74224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2401": ["2018-05-11 03:28:53.175421", "NULL", "NULL", 3410, "cabb2ea0-1c54-41ec-8fc0-bc19c729c240", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:28:53.040617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2402": ["2018-05-11 03:28:53.379109", "NULL", "NULL", 3411, "13e5097d-df93-4876-90b8-0c092f4f92e5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:28:53.379097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2403": ["2018-05-11 03:38:53.017269", "NULL", "NULL", 3412, "82094bc2-d6a4-4e38-acc4-3ae108af1f90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:38:52.841484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2404": ["2018-05-11 03:38:53.221238", "NULL", "NULL", 3413, "85d80af6-c1df-4eee-a863-04b6bbd0267b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:38:53.221224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2405": ["2018-05-11 03:48:53.653053", "NULL", "NULL", 3414, "fa14d282-a586-4b5d-9570-fc5a4d224e21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:48:53.454597", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2406": ["2018-05-11 03:48:53.856622", "NULL", "NULL", 3415, "a79a5fa8-e15f-47f3-a7d2-fc377feab6a0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:48:53.856609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2407": ["2018-05-11 03:58:54.484629", "NULL", "NULL", 3416, "0c014cd8-4e75-41e4-b816-22024d626e00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:58:54.454518", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2408": ["2018-05-11 03:58:55.288992", "NULL", "NULL", 3417, "2cb10eb7-1a88-49af-9149-7fe702c940f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:58:55.288978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2409": ["2018-05-11 04:08:53.315575", "NULL", "NULL", 3418, "6ecab113-c42e-482c-b53e-f46c8799c07a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:08:53.154337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2410": ["2018-05-11 04:08:53.519839", "NULL", "NULL", 3419, "7ce8ed92-8b31-4155-a962-5e58def7b2f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:08:53.519824", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2411": ["2018-05-11 04:18:53.349096", "NULL", "NULL", 3420, "95f98042-2471-4505-b641-a824ca258d81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:18:53.176695", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2412": ["2018-05-11 04:18:53.553038", "NULL", "NULL", 3421, "f729a3f9-3578-497c-b5ef-5a976172c433", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:18:53.553026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2413": ["2018-05-11 04:28:52.389817", "NULL", "NULL", 3422, "d0784daa-4e37-47ce-83c1-dd288dabf336", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:28:52.28447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2414": ["2018-05-11 04:28:52.993523", "NULL", "NULL", 3423, "a914431b-fe85-4006-be85-6b6b01d45828", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:28:52.993511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2415": ["2018-05-11 04:38:53.42264", "NULL", "NULL", 3424, "d1d61fdd-5ccd-4f67-a410-7a323bfa275e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:38:53.390505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2416": ["2018-05-11 04:38:53.826383", "NULL", "NULL", 3425, "22374fc0-a5ba-45a5-954a-58e536365a51", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:38:53.826371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2417": ["2018-05-11 04:48:53.05546", "NULL", "NULL", 3426, "ee3ac2aa-4fe3-4f86-9f1e-0552a179933a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:48:52.894054", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2418": ["2018-05-11 04:48:53.259179", "NULL", "NULL", 3427, "12aba515-d428-40e3-bd27-9440655cc8e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:48:53.259165", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2419": ["2018-05-11 04:58:53.894313", "NULL", "NULL", 3428, "50bbae8a-ee51-4fc4-ac4c-4b74e7aaaedd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:58:53.702766", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2420": ["2018-05-11 04:58:54.498255", "NULL", "NULL", 3429, "e554aacf-caeb-455d-a4a6-3b9ca1a2ddaf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:58:54.498242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2421": ["2018-05-11 05:08:53.128531", "NULL", "NULL", 3430, "c9d65868-56ab-4415-a8d2-e88f557310d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:08:53.001397", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2422": ["2018-05-11 05:08:53.332362", "NULL", "NULL", 3431, "e0b72d3e-1ded-4f8d-9170-c9883327353b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:08:53.332347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2423": ["2018-05-11 05:18:51.963872", "NULL", "NULL", 3432, "e35e0dbd-c5a9-46f9-9c7c-846efbfb751b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:18:51.819646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2424": ["2018-05-11 05:18:52.367645", "NULL", "NULL", 3433, "3094563a-6335-41ab-939d-c1b3f3330319", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:18:52.367631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2425": ["2018-05-11 05:28:53.399637", "NULL", "NULL", 3434, "99811cd6-722b-4dff-890b-263da665baf8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:28:53.243351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2426": ["2018-05-11 05:28:53.603261", "NULL", "NULL", 3435, "bb49e5fc-2600-4b9e-8e09-7769d365e72f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:28:53.603245", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2427": ["2018-05-11 05:38:53.632358", "NULL", "NULL", 3436, "65eb772d-2d62-48c7-b012-75de0882a4bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:38:53.458963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2428": ["2018-05-11 05:38:53.836067", "NULL", "NULL", 3437, "184efc64-a693-4adb-8b9f-3a3373501090", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:38:53.836055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2429": ["2018-05-11 05:48:53.264197", "NULL", "NULL", 3438, "b0387a62-31fc-40c0-9f08-99e5ceb2000a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:48:53.160265", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2430": ["2018-05-11 05:48:53.467668", "NULL", "NULL", 3439, "2ccd6651-f29c-4686-ac4d-b72e7b0149f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:48:53.467656", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2431": ["2018-05-11 05:58:52.296358", "NULL", "NULL", 3440, "b09e5a8a-3fff-4c03-be54-b878cf51e626", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:58:52.257731", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2432": ["2018-05-11 05:58:53.100449", "NULL", "NULL", 3441, "7f7b4593-18f3-4471-b6a3-e636175c3d62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:58:53.100429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2433": ["2018-05-11 06:08:53.529237", "NULL", "NULL", 3442, "ce196027-4b3a-4b7f-9e87-cc540f6562d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:08:53.3735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2434": ["2018-05-11 06:08:54.133574", "NULL", "NULL", 3443, "ddae8ac4-edc2-4d2e-b033-63797c70cbd4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:08:54.133561", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2435": ["2018-05-11 06:18:53.560562", "NULL", "NULL", 3444, "53c9471f-9da3-4846-88db-43ddc0bd7555", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:18:53.504326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2436": ["2018-05-11 06:18:53.964539", "NULL", "NULL", 3445, "0e046330-0bc2-456d-bb2f-56b80341d9f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:18:53.964523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2437": ["2018-05-11 06:28:53.596472", "NULL", "NULL", 3446, "e0b403b7-17bc-49ac-9052-b422a33b89c4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:28:53.425941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2438": ["2018-05-11 06:28:53.7999", "NULL", "NULL", 3447, "32fe5833-18b9-4700-a9c6-8d58a1e4aaa4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:28:53.799889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2439": ["2018-05-11 06:38:53.027517", "NULL", "NULL", 3448, "301086fd-4f1e-4149-a4a7-14ce8c602d32", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:38:52.938933", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2440": ["2018-05-11 06:38:53.431369", "NULL", "NULL", 3449, "92382bce-93b6-43fa-a4d2-924b0c9a122d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:38:53.431354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2441": ["2018-05-11 06:48:52.660974", "NULL", "NULL", 3450, "7575a336-0d9b-4cc5-a307-f9b60205b3ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:48:52.650898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2442": ["2018-05-11 06:48:53.064667", "NULL", "NULL", 3451, "ea0fe456-0683-48fd-a91d-1a61bd6d1811", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:48:53.064654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2443": ["2018-05-11 06:58:53.098106", "NULL", "NULL", 3452, "cc34eb4f-6f64-4773-aad5-57000bb2b860", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:58:52.972383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2444": ["2018-05-11 06:58:53.702085", "NULL", "NULL", 3453, "d50373f8-c86f-4afa-bad1-83252ce37473", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:58:53.702072", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2445": ["2018-05-11 07:08:53.730634", "NULL", "NULL", 3454, "06bf120b-3b5f-49d1-b1c2-5bafe22fb61f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:08:53.603099", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2446": ["2018-05-11 07:08:54.134499", "NULL", "NULL", 3455, "a7f135ad-e1cb-40d6-acf0-9b949a21292e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:08:54.134458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2447": ["2018-05-11 07:18:52.370228", "NULL", "NULL", 3456, "7ce60dcc-5c9b-42a8-81c4-a94456ef9e47", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:18:52.212102", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2448": ["2018-05-11 07:18:52.574514", "NULL", "NULL", 3457, "ec0b4312-4ad1-4ad4-8e50-8cc0eeb47c90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:18:52.5745", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2449": ["2018-05-11 07:28:53.606632", "NULL", "NULL", 3458, "7f4c5878-03ca-4f6f-be01-5cf209da64ca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:28:53.537246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2450": ["2018-05-11 07:28:54.010423", "NULL", "NULL", 3459, "fbf099a9-ed81-466c-b609-78d637fa1310", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:28:54.010412", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2451": ["2018-05-11 07:38:52.646388", "NULL", "NULL", 3460, "ccf12fb5-8e22-4370-b536-e0d0af639c74", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:38:52.44402", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2452": ["2018-05-11 07:38:52.850235", "NULL", "NULL", 3461, "f4d6487b-b336-4668-b1ea-7850bb3169bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:38:52.850222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2453": ["2018-05-11 07:48:52.678594", "NULL", "NULL", 3462, "fdc153ec-7c10-4364-ac43-a977d8e2512e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:48:52.555743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2454": ["2018-05-11 07:48:52.882302", "NULL", "NULL", 3463, "c21ab62e-91c1-47ff-8e72-d1eea3343a03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:48:52.88229", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2455": ["2018-05-11 07:58:53.711712", "NULL", "NULL", 3464, "072a964f-02e9-4b75-85e7-b446898bd621", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:58:53.663362", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2456": ["2018-05-11 07:58:54.715664", "NULL", "NULL", 3465, "5ef05daa-8ce8-42f5-a11e-f8a3464e17b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:58:54.71565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2457": ["2018-05-11 08:08:53.543555", "NULL", "NULL", 3466, "2d3eb108-50ad-497e-b058-0d8a97afa8af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:08:53.361039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2458": ["2018-05-11 08:08:53.747341", "NULL", "NULL", 3467, "27caad8e-9d57-42ef-b54d-70043dbe404e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:08:53.747328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2459": ["2018-05-11 08:18:54.178334", "NULL", "NULL", 3468, "e893041c-731b-415f-9060-d0c392d7fe84", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:18:54.168396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2460": ["2018-05-11 08:18:54.582129", "NULL", "NULL", 3469, "7fdbdd4d-1ef2-4ca7-81a9-a717a49baf60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:18:54.582115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2461": ["2018-05-11 08:28:53.012114", "NULL", "NULL", 3470, "a48bc4f8-8064-4ea1-8afa-3a166dd7442d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:28:52.968929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2462": ["2018-05-11 08:28:53.416247", "NULL", "NULL", 3471, "cd6c770c-4a59-4d0d-90f5-79c8e3c4cbda", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:28:53.416217", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2463": ["2018-05-11 08:38:52.853069", "NULL", "NULL", 3472, "1828a109-aa42-40e5-a5e1-553d4b0fa22a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:38:52.780204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2464": ["2018-05-11 08:38:53.257371", "NULL", "NULL", 3473, "01b8569b-5bce-40e1-b233-c8eb2285f3ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:38:53.257356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2465": ["2018-05-11 08:48:52.696253", "NULL", "NULL", 3474, "f305c8e1-e1de-416a-aa3e-10ba62944017", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:48:52.582277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2466": ["2018-05-11 08:48:53.100158", "NULL", "NULL", 3475, "0d5272a8-f5c4-482a-a2a4-fe52f39cda12", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:48:53.100145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2467": ["2018-05-11 16:08:53.839341", "NULL", "NULL", 3562, "d63f2e53-4f0e-49f5-b700-eb2fc286af10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:08:53.689848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2468": ["2018-05-11 16:08:54.043067", "NULL", "NULL", 3563, "da3aae28-e0c3-4063-bc32-95a3acd3a927", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:08:54.043054", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2469": ["2018-05-11 16:18:53.074694", "NULL", "NULL", 3564, "484bd239-0475-43ec-a522-114624b27a85", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:18:52.910564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2470": ["2018-05-11 16:18:53.278281", "NULL", "NULL", 3565, "a77c4786-eb67-472a-bf40-8fa59fdf42bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:18:53.278242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2471": ["2018-05-11 16:28:52.911699", "NULL", "NULL", 3566, "a80159a3-8989-4f4e-8774-5404cea86912", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:28:52.827663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2472": ["2018-05-11 16:28:53.315544", "NULL", "NULL", 3567, "88e932cb-04d4-40f1-9d3f-043b53e874dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:28:53.31553", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2473": ["2018-05-11 16:38:53.148464", "NULL", "NULL", 3568, "2bf6fcd6-3789-4914-b601-2fdbf6f78d11", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:38:53.036895", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2474": ["2018-05-11 16:38:53.552713", "NULL", "NULL", 3569, "edb542d4-c65b-4598-83e4-ad60ea5277dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:38:53.5527", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2475": ["2018-05-11 16:48:53.380532", "NULL", "NULL", 3570, "71832940-f6b4-48af-8472-52b9b0c9a7c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:48:53.336516", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2476": ["2018-05-11 16:48:53.784451", "NULL", "NULL", 3571, "35e872bc-19cc-4035-86d2-77d4c2054bd9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:48:53.784429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2477": ["2018-05-11 16:58:54.611756", "NULL", "NULL", 3572, "3cd05b32-74bc-4374-9ea7-000ed4aac667", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:58:54.540983", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2478": ["2018-05-11 16:58:55.415699", "NULL", "NULL", 3573, "e7a99067-870a-49a1-8e28-22561ed22676", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:58:55.415685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2479": ["2018-05-11 08:58:53.729162", "NULL", "NULL", 3476, "575296dd-b4ec-4e49-ae94-787fafbefd0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:58:53.609659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2480": ["2018-05-11 08:58:54.333157", "NULL", "NULL", 3477, "d4287f6e-4764-4f62-a834-6bbae84a42e7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:58:54.333145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2481": ["2018-05-11 09:08:53.361126", "NULL", "NULL", 3478, "7fdeb709-a355-4d76-b90f-f03d017e1eb7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:08:53.209838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2482": ["2018-05-11 09:08:53.96504", "NULL", "NULL", 3479, "99419eaa-7eb3-408c-8b4b-925a099fa25a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:08:53.965026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2483": ["2018-05-11 09:18:52.802715", "NULL", "NULL", 3480, "f5fdac19-050a-474d-bfdd-dbbdee824625", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:18:52.62867", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2484": ["2018-05-11 09:18:53.206829", "NULL", "NULL", 3481, "6a131a86-326c-4a2a-affc-f16b672714ca", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:18:53.206813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2485": ["2018-05-11 09:28:53.038529", "NULL", "NULL", 3482, "bcf51951-b6a3-4c67-9752-26d165ef16d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:28:52.927674", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2486": ["2018-05-11 09:28:53.442312", "NULL", "NULL", 3483, "186fb80d-614f-4729-a884-8a345fe354f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:28:53.442301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2487": ["2018-05-11 09:38:52.069148", "NULL", "NULL", 3484, "fdbe44e9-d6ae-4e50-a35e-9140848a072d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:38:52.028792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2488": ["2018-05-11 09:38:52.473438", "NULL", "NULL", 3485, "6d2ea9a8-1c94-44a1-8b80-1c1ede55dab6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:38:52.473423", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2489": ["2018-05-11 09:48:52.501609", "NULL", "NULL", 3486, "79f44047-793c-4fdb-954e-8a68986604bd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:48:52.438119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2490": ["2018-05-11 09:48:52.905303", "NULL", "NULL", 3487, "39761b4c-1dde-4c71-80b9-81973c8b1b53", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:48:52.905288", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2491": ["2018-05-11 09:58:53.13613", "NULL", "NULL", 3488, "0bb0036a-ab83-4ca1-9567-d5d4470d37f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:58:53.039941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2492": ["2018-05-11 09:58:53.94025", "NULL", "NULL", 3489, "b10b02d9-eae9-4302-997b-c0c9e182edf8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:58:53.940234", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2493": ["2018-05-11 10:08:52.76897", "NULL", "NULL", 3490, "77a5a115-93ec-4864-a4d8-926e0f99e309", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:08:52.757469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2494": ["2018-05-11 10:08:53.172745", "NULL", "NULL", 3491, "915343da-5fee-4964-b6b1-0aa146af4342", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:08:53.172732", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2495": ["2018-05-11 10:18:52.999405", "NULL", "NULL", 3492, "ea596b65-66d4-4b7a-abaf-c99bf4f87eb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:18:52.863025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2496": ["2018-05-11 10:18:53.203302", "NULL", "NULL", 3493, "b515e595-8c24-46c9-ab57-13cdae94a7c6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:18:53.20329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2497": ["2018-05-11 10:28:54.033471", "NULL", "NULL", 3494, "a6f1a9e0-c560-43ea-b322-38eeb168b567", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:28:53.890844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2498": ["2018-05-11 10:28:54.437434", "NULL", "NULL", 3495, "c9885b1b-71ae-46ca-afee-49ab8618c268", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:28:54.437421", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2499": ["2018-05-11 10:38:53.269077", "NULL", "NULL", 3496, "48244756-1e5d-41ae-9f38-6d520c44a8bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:38:53.120189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2500": ["2018-05-11 10:38:53.47268", "NULL", "NULL", 3497, "dabad1d6-a40d-4bf2-9359-01866a6e4b3d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:38:53.472667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2501": ["2018-05-11 10:48:52.300166", "NULL", "NULL", 3498, "340cec0f-0b34-4422-b140-c05f0e7a62a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:48:52.127141", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2502": ["2018-05-11 10:48:52.504044", "NULL", "NULL", 3499, "35f11936-dc0b-4596-9b70-b2a7799026e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:48:52.504029", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2503": ["2018-05-11 10:58:53.932902", "NULL", "NULL", 3500, "86175651-338c-4ad1-81c3-69c99740adfe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:58:53.832804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2504": ["2018-05-11 10:58:54.736995", "NULL", "NULL", 3501, "266bd166-0311-41b3-b9b4-1bb3e41a7499", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:58:54.736981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2505": ["2018-05-11 11:08:52.172359", "NULL", "NULL", 3502, "7899b4d4-497b-4f0c-af5c-4f251b0c106e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:08:52.143382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2506": ["2018-05-11 11:08:52.576408", "NULL", "NULL", 3503, "528422ef-2f31-4fea-aee7-0bf18e45b055", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:08:52.576396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2507": ["2018-05-11 11:18:52.813202", "NULL", "NULL", 3504, "e841fc89-bd28-4698-a6ed-02fc41386ba6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:18:52.76538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2508": ["2018-05-11 11:18:53.216914", "NULL", "NULL", 3505, "bfd34767-1dc8-4d8c-937e-14bb6c751169", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:18:53.216901", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2509": ["2018-05-11 11:28:53.645515", "NULL", "NULL", 3506, "2a36fd8d-80be-43bf-af74-5562fd06e762", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:28:53.491213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2510": ["2018-05-11 11:28:54.049124", "NULL", "NULL", 3507, "6d5edf1b-9335-4730-8f5d-79058b5a4a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:28:54.049111", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2511": ["2018-05-11 11:38:53.080651", "NULL", "NULL", 3508, "22cfd86d-af18-4fd4-a44d-731044b8102f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:38:52.896393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2512": ["2018-05-11 11:38:53.28434", "NULL", "NULL", 3509, "29941e61-a8f8-43cb-b10a-a899f288bf18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:38:53.284329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2513": ["2018-05-11 11:48:53.523618", "NULL", "NULL", 3510, "c5ebd401-4ba5-438c-a6c8-55783d406bfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:48:53.390377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2514": ["2018-05-11 11:48:53.727884", "NULL", "NULL", 3511, "31251cd8-4005-4b68-9b64-401da9f4c0e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:48:53.727872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2515": ["2018-05-11 11:58:52.755675", "NULL", "NULL", 3512, "f2bfa741-518a-4630-b9eb-26dd2e764dc4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:58:52.693281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2516": ["2018-05-11 11:58:53.759904", "NULL", "NULL", 3513, "5bb96297-6bf1-4c52-972a-d1392e5f01be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:58:53.75989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2517": ["2018-05-11 12:08:53.188691", "NULL", "NULL", 3514, "c025d6fa-04a2-4f5b-b0b5-16537c786ec1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:08:52.998633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2518": ["2018-05-11 12:08:53.39243", "NULL", "NULL", 3515, "e9b6aa24-aa91-4f1a-b75a-c6c719c00f6d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:08:53.392415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2519": ["2018-05-11 12:18:52.429713", "NULL", "NULL", 3516, "d156755e-07e2-486a-96dd-577844f5a6e2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:18:52.295254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2520": ["2018-05-11 12:18:53.03369", "NULL", "NULL", 3517, "d5622c03-f5f0-400a-9972-54c2e94efd46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:18:53.033678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2521": ["2018-05-11 12:28:53.864256", "NULL", "NULL", 3518, "0aa0bf23-c165-4adb-a948-9076d73ebb89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:28:53.797382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2522": ["2018-05-11 12:28:54.268126", "NULL", "NULL", 3519, "66bf4de0-19dc-47fe-9332-759d7748522c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:28:54.268114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2523": ["2018-05-11 12:38:52.298535", "NULL", "NULL", 3520, "b6c979e3-ae9e-4592-ac6c-690ecb2ed7cb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:38:52.195982", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2524": ["2018-05-11 12:38:52.702426", "NULL", "NULL", 3521, "28c5f7cf-71d9-4246-a108-86f7d6909891", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:38:52.702414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2525": ["2018-05-11 12:48:52.129201", "NULL", "NULL", 3522, "5b78c147-ff77-45f8-9968-9d4502d5d845", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:48:52.001565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2526": ["2018-05-11 12:48:52.33298", "NULL", "NULL", 3523, "ff9ebdeb-fc6e-4a26-8587-ec795b0ce18f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:48:52.332967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2527": ["2018-05-11 12:58:52.764432", "NULL", "NULL", 3524, "37964617-5ec9-4e73-9d0a-266e48be4fa3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:58:52.722775", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2528": ["2018-05-11 12:58:53.568483", "NULL", "NULL", 3525, "7d687af4-6ef1-4b61-a2c0-f96f31c8e909", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:58:53.568467", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2529": ["2018-05-11 13:08:52.598666", "NULL", "NULL", 3526, "ce2c5b03-5017-47b0-957e-6b655a96aa79", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:08:52.536902", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2530": ["2018-05-11 13:08:53.002798", "NULL", "NULL", 3527, "9492d77c-0bd6-4af8-b569-f68cb81b7a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:08:53.002783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2531": ["2018-05-11 13:18:54.234587", "NULL", "NULL", 3528, "55988b45-8bbc-4512-96bf-2b38201c2296", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:18:54.054937", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2532": ["2018-05-11 13:18:54.638382", "NULL", "NULL", 3529, "a43c7bb8-4b67-4dbc-a1a3-4242a0445281", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:18:54.638366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2533": ["2018-05-11 13:28:52.870203", "NULL", "NULL", 3530, "77f69ff4-f367-4bd3-a73c-8e96c1cc48d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:28:52.78323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2534": ["2018-05-11 13:28:53.273987", "NULL", "NULL", 3531, "0134ad1f-e69d-44bf-b70c-a09101063d54", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:28:53.273958", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2535": ["2018-05-11 13:38:52.509509", "NULL", "NULL", 3532, "4aa957fe-cc46-4f23-b3c2-4b35c0aa27f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:38:52.391077", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2536": ["2018-05-11 13:38:52.713176", "NULL", "NULL", 3533, "9b98bf86-7bcb-4cf1-92db-9cb3a76b4adf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:38:52.713163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2537": ["2018-05-11 13:48:52.141689", "NULL", "NULL", 3534, "22acff27-2266-4a7c-898a-714426e9260f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:48:52.088374", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2538": ["2018-05-11 13:48:52.545434", "NULL", "NULL", 3535, "1899f09e-7585-4a42-9466-d6d597f8b457", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:48:52.54541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2539": ["2018-05-11 13:58:53.781126", "NULL", "NULL", 3536, "e4efe56f-4328-4819-80c1-18de74ea9122", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:58:53.602047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2540": ["2018-05-11 13:58:54.38524", "NULL", "NULL", 3537, "e48f7bad-54a3-4b68-a462-424d13c39834", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:58:54.385227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2541": ["2018-05-11 14:08:53.814921", "NULL", "NULL", 3538, "f4a80f7d-e878-4240-bd62-6629b259c3f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:08:53.622398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2542": ["2018-05-11 14:08:54.01857", "NULL", "NULL", 3539, "b42416eb-58cd-4197-988e-eb6956b68207", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:08:54.018556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2543": ["2018-05-11 14:18:52.448595", "NULL", "NULL", 3540, "7977672c-f5eb-4334-9536-504e5bd176a7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:18:52.439313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2544": ["2018-05-11 14:18:52.852287", "NULL", "NULL", 3541, "48749207-5f9c-4bc2-bf8f-5b92110ea7af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:18:52.852275", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2545": ["2018-05-11 14:28:53.288569", "NULL", "NULL", 3542, "bc97c9b9-1ad4-4135-9469-e9133f568e8c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:28:53.247359", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2546": ["2018-05-11 14:28:53.692648", "NULL", "NULL", 3543, "26f29363-e4e3-4dcb-b0c9-69137259a2ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:28:53.692633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2547": ["2018-05-11 14:38:53.132088", "NULL", "NULL", 3544, "041b9c52-aedb-4d38-93bd-7fb6f6b06d07", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:38:53.055137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2548": ["2018-05-11 14:38:53.736055", "NULL", "NULL", 3545, "e5e3c0bf-6e04-4e57-be20-41cc9d41032f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:38:53.736039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2549": ["2018-05-11 14:48:52.366593", "NULL", "NULL", 3546, "555fa372-45b3-4099-aa8e-221fd6720d81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:48:52.356548", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2550": ["2018-05-11 14:48:52.770948", "NULL", "NULL", 3547, "5c1a1a51-ec94-4b6c-ad94-46459ec7e328", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:48:52.770935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2551": ["2018-05-11 14:58:52.801334", "NULL", "NULL", 3548, "ae55ce7f-3c41-42f4-a1e0-779d7234a115", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:58:52.672208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2552": ["2018-05-11 14:58:53.405223", "NULL", "NULL", 3549, "2e41f46b-99ed-4738-8e6a-163214ddcebb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:58:53.405211", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2553": ["2018-05-11 15:08:53.232751", "NULL", "NULL", 3550, "d25ad315-d716-4f60-a724-20847acf6236", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:08:53.066692", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2554": ["2018-05-11 15:08:53.436453", "NULL", "NULL", 3551, "adf1adbf-3b34-4aa3-961d-23fa679adf88", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:08:53.436433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2555": ["2018-05-11 15:18:53.264605", "NULL", "NULL", 3552, "9b31ce06-5633-4587-9901-1cf54c9562a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:18:53.168327", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2556": ["2018-05-11 15:18:53.668328", "NULL", "NULL", 3553, "21ddd2db-7e76-495b-9def-cdd4f96f1d8c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:18:53.668313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2557": ["2018-05-11 15:28:53.704807", "NULL", "NULL", 3554, "31f1eba0-2628-40d3-aed6-5635a1277bcc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:28:53.566058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2558": ["2018-05-11 15:28:54.108616", "NULL", "NULL", 3555, "2e231947-d2a9-4dee-a8b1-85ab9eb7766d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:28:54.108602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2559": ["2018-05-11 15:38:52.535658", "NULL", "NULL", 3556, "eb3b9629-0a0b-425e-a12a-b0fea257c77c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:38:52.461607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2560": ["2018-05-11 15:38:52.939527", "NULL", "NULL", 3557, "5f9eebe7-24bf-4c16-8e61-ac01f837d4e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:38:52.939512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2561": ["2018-05-11 15:48:53.377705", "NULL", "NULL", 3558, "c90b22e9-db6c-4d74-8411-5c7380e328a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:48:53.272587", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2562": ["2018-05-11 15:48:53.581478", "NULL", "NULL", 3559, "a3561196-cf26-4f6b-9b5d-37a5be0a83ec", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:48:53.581466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2563": ["2018-05-11 15:58:52.808387", "NULL", "NULL", 3560, "a7214751-3dea-4fcf-8ae2-1d9b1d74014e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:58:52.687274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2564": ["2018-05-11 17:08:54.043883", "NULL", "NULL", 3574, "091733ed-be7e-4ab3-a6fa-b16c9b7391f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:08:53.84637", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2565": ["2018-05-11 17:08:54.247901", "NULL", "NULL", 3575, "32ba2651-73d0-4016-a1ae-c9be64f3f56c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:08:54.247886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2566": ["2018-05-11 17:18:53.67656", "NULL", "NULL", 3576, "5fa9f0c6-e602-4447-8d62-c829fc6e3a78", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:18:53.662586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2567": ["2018-05-11 17:18:54.080548", "NULL", "NULL", 3577, "8b1ae891-f754-42cb-afa4-873ea9a5e307", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:18:54.080535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2568": ["2018-05-11 17:28:53.711626", "NULL", "NULL", 3578, "de41bea6-9621-4531-a7aa-3fe8ef553949", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:28:53.672099", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2569": ["2018-05-11 17:28:54.115494", "NULL", "NULL", 3579, "6efb404c-7a5c-4663-b055-dd1959e42042", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:28:54.115469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2570": ["2018-05-11 17:38:53.140427", "NULL", "NULL", 3580, "e89414c7-ad23-4725-83ea-7fde94a3fd48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:38:52.980328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2571": ["2018-05-11 17:38:53.344076", "NULL", "NULL", 3581, "b4425acb-7e81-4965-a4b2-751acd308fe7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:38:53.344061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2572": ["2018-05-11 17:48:52.769501", "NULL", "NULL", 3582, "e9c02d38-1ef4-4dd9-b0fd-bb3c1e8cdd89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:48:52.578919", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2573": ["2018-05-11 17:48:52.973261", "NULL", "NULL", 3583, "166c9a09-3f6d-464b-ac99-67842e6efd7b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:48:52.973248", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2574": ["2018-05-11 17:58:53.201914", "NULL", "NULL", 3584, "630b9a51-6474-4ebf-b102-7ded2025186a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:58:53.103677", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2575": ["2018-05-11 17:58:54.206086", "NULL", "NULL", 3585, "cc3dc3fa-ab2b-48f5-8752-d1dbdf8cd60d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:58:54.206072", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2576": ["2018-05-11 18:08:53.03416", "NULL", "NULL", 3586, "8562aec5-e0fc-447e-aaf6-8ec52b3b5cc0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:08:53.028953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2577": ["2018-05-11 18:08:53.437651", "NULL", "NULL", 3587, "f78b5ded-8e5c-4777-9423-5462f2c0d360", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:08:53.43764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2578": ["2018-05-11 18:18:52.0667", "NULL", "NULL", 3588, "a17c7383-cc10-442f-93c2-c3ae1e313f4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:18:52.051557", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2579": ["2018-05-11 18:18:52.470424", "NULL", "NULL", 3589, "c9777f81-91c9-40d3-b19f-585681496bbe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:18:52.470409", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2580": ["2018-05-11 18:28:53.096099", "NULL", "NULL", 3590, "b1fe5ab3-d869-48dd-9910-3f8cd002bfa9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:28:52.96317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2581": ["2018-05-11 18:28:53.300056", "NULL", "NULL", 3591, "5b0e5a2f-7b8a-4841-9b34-127fa4a55af7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:28:53.300044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2582": ["2018-05-11 18:38:52.127529", "NULL", "NULL", 3592, "b4669eb7-6bbf-417e-a0a9-005edfffe97f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:38:51.963168", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2583": ["2018-05-11 18:38:52.531379", "NULL", "NULL", 3593, "3b4a5e8d-ecb6-406d-a89f-4b6628de3bfc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:38:52.531365", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2584": ["2018-05-11 18:48:53.160351", "NULL", "NULL", 3594, "cd225e15-ebb9-47dd-a746-cae25acba233", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:48:53.066582", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2585": ["2018-05-11 18:48:53.564212", "NULL", "NULL", 3595, "64f3b6c6-c499-4082-9666-2452786c2dac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:48:53.564199", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2586": ["2018-05-11 15:58:53.412074", "NULL", "NULL", 3561, "3e68c13e-d5e0-4933-972d-b25cba8cab6f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:58:53.412062", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2587": ["2018-05-11 18:58:52.60564", "NULL", "NULL", 3596, "7a67e831-11a5-4af0-b76c-ccdc1db7befb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:58:52.465601", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2588": ["2018-05-11 18:58:53.209479", "NULL", "NULL", 3597, "b587c0d3-4634-4f34-9c2d-123fd5ac814f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:58:53.20946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2589": ["2018-05-11 19:08:52.036848", "NULL", "NULL", 3598, "6cd9c9b8-aa69-4fd5-93c4-5f9de7d42157", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:08:51.881143", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2590": ["2018-05-11 19:08:52.240497", "NULL", "NULL", 3599, "41d7563b-b835-45a5-9bc6-a88260e69295", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:08:52.240485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2591": ["2018-05-11 19:18:52.469007", "NULL", "NULL", 3600, "6a8df89b-0641-4c05-94db-4201c6586447", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:18:52.301532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2592": ["2018-05-11 19:18:52.672473", "NULL", "NULL", 3601, "e81fd787-d458-4f51-9fc1-0ccf63867569", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:18:52.67246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2593": ["2018-05-11 19:28:52.701815", "NULL", "NULL", 3602, "fb430118-c29d-4862-9e24-02ae143fd4f1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:28:52.505201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2594": ["2018-05-11 19:28:52.905312", "NULL", "NULL", 3603, "72c341f0-5a26-442f-9273-d41d98b1444c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:28:52.905297", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2595": ["2018-05-11 19:38:52.932908", "NULL", "NULL", 3604, "85c0d8c6-9399-4086-bbef-af4afc8887a8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:38:52.902924", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2596": ["2018-05-11 19:38:53.336752", "NULL", "NULL", 3605, "a81fd25d-9d90-4163-9a45-c274bfeb35e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:38:53.336737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2597": ["2018-05-11 19:48:52.165832", "NULL", "NULL", 3606, "98c37320-757e-45d3-b676-82a8d10d001b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:48:52.108586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2598": ["2018-05-11 19:48:52.569479", "NULL", "NULL", 3607, "d88b1963-7a7a-4c2d-aefb-dada31ced66b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:48:52.569449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2599": ["2018-05-11 19:58:54.599828", "NULL", "NULL", 3608, "4207c07a-5055-4a59-abc0-5f7ecc9eafa0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:58:54.526558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2600": ["2018-05-11 19:58:55.403668", "NULL", "NULL", 3609, "8850fefe-3735-42af-a4b7-3803fb8e8ca9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:58:55.403653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2601": ["2018-05-11 20:08:52.630654", "NULL", "NULL", 3610, "de6ff275-35e9-4eee-bfda-8ffd0e84c907", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:08:52.534015", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2602": ["2018-05-11 20:08:53.034461", "NULL", "NULL", 3611, "96b19e01-e74f-4890-8f27-2d232da8d11d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:08:53.034439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2603": ["2018-05-11 20:18:53.062065", "NULL", "NULL", 3612, "053d5881-15be-44b6-a9cd-b56bd8c840fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:18:52.950561", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2604": ["2018-05-11 20:18:53.265725", "NULL", "NULL", 3613, "f733c960-2b34-4a60-97bf-ffb439d50c6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:18:53.265713", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2605": ["2018-05-11 20:28:52.091412", "NULL", "NULL", 3614, "10252f34-829e-4d0e-a06e-2496141a0318", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:28:52.054382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2606": ["2018-05-11 20:28:52.495091", "NULL", "NULL", 3615, "b0cfc0da-4a22-44a0-821a-0df3c1a90a42", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:28:52.495078", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2607": ["2018-05-11 20:38:53.928582", "NULL", "NULL", 3616, "f4a00ecd-c354-4dac-a2c2-d8a5c5d1d29d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:38:53.762285", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2608": ["2018-05-11 20:38:54.132252", "NULL", "NULL", 3617, "768d6cf4-9277-44b2-9399-fa29c56287fd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:38:54.132237", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2609": ["2018-05-11 20:48:51.959698", "NULL", "NULL", 3618, "d0a50d2b-54d0-47b5-aba8-27926d69ef9c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:48:51.86601", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2610": ["2018-05-11 20:48:52.363253", "NULL", "NULL", 3619, "640f3f7c-6046-49da-ba56-54f1253875c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:48:52.363241", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2611": ["2018-05-11 20:58:52.392626", "NULL", "NULL", 3620, "e23d620b-ed40-488c-a8cf-12f3c35bd332", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:58:52.369176", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2612": ["2018-05-11 20:58:53.196653", "NULL", "NULL", 3621, "156eb9c0-9462-4de3-89e5-31cabe4087f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:58:53.196638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2613": ["2018-05-11 21:08:53.624951", "NULL", "NULL", 3622, "a533c936-922d-49b9-8593-2d98711a38ba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:08:53.47204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2614": ["2018-05-11 21:08:53.828676", "NULL", "NULL", 3623, "897d71b4-0569-49eb-9bef-19eb0da0a8a5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:08:53.828663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2615": ["2018-05-11 21:18:52.259039", "NULL", "NULL", 3624, "763dd056-c86e-4913-a07b-45b56ce2ccbb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:18:52.181102", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2616": ["2018-05-11 21:18:52.663102", "NULL", "NULL", 3625, "b1f49c87-b54e-4cca-bcca-da8aab01d30b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:18:52.663074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2617": ["2018-05-11 21:28:53.305296", "NULL", "NULL", 3626, "43632f5a-21c5-4566-9db9-3326a27bf3d7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:28:53.207749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2618": ["2018-05-11 21:28:53.70897", "NULL", "NULL", 3627, "3b77b035-ae9c-4303-a688-e8f3ab7e67e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:28:53.708955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2619": ["2018-05-11 21:38:51.7325", "NULL", "NULL", 3628, "63ef187a-e303-4ebe-a1c6-e673ebbef435", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:38:51.70797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2620": ["2018-05-11 21:38:52.136129", "NULL", "NULL", 3629, "f5fb9c49-bc55-4cf2-97b6-c1b28226e391", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:38:52.136117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2621": ["2018-05-11 21:48:52.765719", "NULL", "NULL", 3630, "bf5dff5a-d5a0-4057-a5da-8cd35b1e75cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:48:52.630602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2622": ["2018-05-11 21:48:52.96966", "NULL", "NULL", 3631, "b482c8c5-a322-458e-80ed-674dd1f92121", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:48:52.969647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2623": ["2018-05-11 21:58:52.798708", "NULL", "NULL", 3632, "da8608ff-4f79-44b9-b732-4b36cf021825", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:58:52.730804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2624": ["2018-05-11 21:58:53.602603", "NULL", "NULL", 3633, "621c9035-6853-44a1-93dc-65e985c908e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:58:53.602591", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2625": ["2018-05-11 22:08:53.229508", "NULL", "NULL", 3634, "c7b2d904-2db6-46ab-898b-3519f4aa6c22", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:08:53.028493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2626": ["2018-05-11 22:08:53.633586", "NULL", "NULL", 3635, "dd4688ee-382c-4ed2-960a-104b31381b0a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:08:53.633571", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2627": ["2018-05-11 22:18:52.262865", "NULL", "NULL", 3636, "e228f7f7-bd3c-452c-8de2-8102f5640dcf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:18:52.233796", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2628": ["2018-05-11 22:18:52.666619", "NULL", "NULL", 3637, "4d91f338-1a9e-443d-a8ba-685e5d021c82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:18:52.666607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2629": ["2018-05-11 22:28:52.69715", "NULL", "NULL", 3638, "eeb93b1a-12b1-488e-9fd0-a0138f901791", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:28:52.636574", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2630": ["2018-05-11 22:28:53.100844", "NULL", "NULL", 3639, "1186efbc-3334-4c04-86ed-dcbdfe31fbfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:28:53.10083", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2631": ["2018-05-11 22:38:51.926974", "NULL", "NULL", 3640, "6bfe8307-0a5e-4314-99ec-fe358aafd66f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:38:51.843459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2632": ["2018-05-11 22:38:52.331231", "NULL", "NULL", 3641, "dc268618-8302-46cb-9d53-7eb6d388ea9a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:38:52.331217", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2633": ["2018-05-11 22:48:52.159955", "NULL", "NULL", 3642, "6e66d06c-72af-4a87-ab53-981daadf830a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:48:52.061821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2634": ["2018-05-11 22:48:52.56364", "NULL", "NULL", 3643, "c2dc2c59-2322-419b-9764-2cfce702f4c2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:48:52.563626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2635": ["2018-05-11 22:58:53.795292", "NULL", "NULL", 3644, "a5457dff-94ea-4b37-9cc7-58ff1094cd86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:58:53.680454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2636": ["2018-05-11 22:58:54.599364", "NULL", "NULL", 3645, "97547062-6bd5-43e2-a385-5cd60cfa3f32", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:58:54.599344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2637": ["2018-05-11 23:08:53.23738", "NULL", "NULL", 3646, "af67b303-c1d0-4649-810b-1df7db10b2fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:08:53.07551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2638": ["2018-05-11 23:08:53.441142", "NULL", "NULL", 3647, "655be064-7ae3-40d9-b203-6e93f7f83d34", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:08:53.441129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2639": ["2018-05-11 23:18:53.470262", "NULL", "NULL", 3648, "af07f329-81fb-47b6-8afd-c34e4adbe268", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:18:53.382277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2640": ["2018-05-11 23:18:53.874249", "NULL", "NULL", 3649, "a77fd7c5-2a2a-479d-b8d8-d2aa4e60a8d0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:18:53.874235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2641": ["2018-05-11 23:28:52.507732", "NULL", "NULL", 3650, "bae7b80d-766e-47f7-a372-8e873fafdace", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:28:52.385719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2642": ["2018-05-11 23:28:52.911689", "NULL", "NULL", 3651, "43b2dd4f-94b1-4956-8fa6-d6c48bd3ab92", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:28:52.911676", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2643": ["2018-05-11 23:38:52.941194", "NULL", "NULL", 3652, "55a1fcf6-f84f-4425-b2e7-7496402bd959", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:38:52.898293", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2644": ["2018-05-11 23:38:53.34494", "NULL", "NULL", 3653, "fcfaf3fe-30cb-4c28-a834-2b05f82c1c9e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:38:53.34492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2645": ["2018-05-11 23:48:52.171596", "NULL", "NULL", 3654, "1343db6a-f324-4bf1-8f79-d135f47f16b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:48:52.102672", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2646": ["2018-05-11 23:48:52.575593", "NULL", "NULL", 3655, "e217cdca-d350-4654-9181-ba999fe51fd3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:48:52.57558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2647": ["2018-05-11 23:58:54.001481", "NULL", "NULL", 3656, "b2bb0dd5-88ab-46cf-b164-479586a4b3d5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:58:53.813741", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2648": ["2018-05-11 23:58:54.605196", "NULL", "NULL", 3657, "7806f8a6-e553-4a0a-8c49-86db95f026ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:58:54.605184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2649": ["2018-05-12 00:08:53.035085", "NULL", "NULL", 3658, "c3552776-2001-494a-8984-9ce7204d8df9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:08:53.030294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2650": ["2018-05-12 00:08:53.438726", "NULL", "NULL", 3659, "e82dd6b2-b747-4dda-ae84-03bc8e436362", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:08:53.438707", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2651": ["2018-05-12 00:18:53.467166", "NULL", "NULL", 3660, "b7fa6670-7447-4f5c-9e81-8c18e41b1520", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:18:53.335333", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2652": ["2018-05-12 00:18:53.871013", "NULL", "NULL", 3661, "900f73c9-55c6-4253-a59a-96db188b847c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:18:53.871", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2653": ["2018-05-12 00:28:53.898602", "NULL", "NULL", 3662, "6281025f-a1a9-46ae-82da-cdc9c2a456b3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:28:53.754622", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2654": ["2018-05-12 00:28:54.102342", "NULL", "NULL", 3663, "be382fdd-7c37-4b63-be98-96caf40a80ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:28:54.102329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2655": ["2018-05-12 00:38:52.330595", "NULL", "NULL", 3664, "ec697479-a9cd-43fa-be43-05c02f523e50", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:38:52.273312", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2656": ["2018-05-12 00:38:52.734519", "NULL", "NULL", 3665, "73ecea99-5467-4e4c-b3c5-124afe46dd8a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:38:52.734503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2657": ["2018-05-12 00:48:52.96464", "NULL", "NULL", 3666, "a1e7864b-366f-4b65-8ee7-4ca9475912cc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:48:52.802598", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2658": ["2018-05-12 00:48:53.16827", "NULL", "NULL", 3667, "ed600219-c70f-4a32-a69b-eb4f168971a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:48:53.168255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2659": ["2018-05-12 00:58:53.996389", "NULL", "NULL", 3668, "90a20978-10f3-4253-a021-775977bc6a58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:58:53.91804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2660": ["2018-05-12 00:58:54.800234", "NULL", "NULL", 3669, "5e478788-cb6a-4d6a-8408-ea57c6b66e7b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:58:54.800222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2661": ["2018-05-12 01:08:53.027312", "NULL", "NULL", 3670, "a972bfd9-5d44-47e0-9d75-7f2b9cc8b14f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:08:52.935863", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2662": ["2018-05-12 01:08:53.431512", "NULL", "NULL", 3671, "ef77d764-4a47-4b97-8210-6a4368fc016c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:08:53.431499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2663": ["2018-05-12 01:18:52.870186", "NULL", "NULL", 3672, "8cb69127-a4a6-4198-b6d0-5a98f8bff25a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:18:52.744473", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2664": ["2018-05-12 01:18:53.073776", "NULL", "NULL", 3673, "84e8df33-c796-4295-8d98-5977fafd8621", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:18:53.073749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2665": ["2018-05-12 01:28:53.105636", "NULL", "NULL", 3674, "8441a98e-3b19-4056-8af6-09a13417ad9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:28:52.97115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2666": ["2018-05-12 01:28:53.309406", "NULL", "NULL", 3675, "ce1b9e4e-1257-4e3d-8cf3-91b081525229", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:28:53.309394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2667": ["2018-05-12 01:38:53.339043", "NULL", "NULL", 3676, "c087e922-eebf-4828-ade9-a66f71ff905a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:38:53.19541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2668": ["2018-05-12 01:38:53.542889", "NULL", "NULL", 3677, "08b267e2-cd91-4bae-a984-80bf24e74c52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:38:53.542877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2669": ["2018-05-12 01:48:52.175993", "NULL", "NULL", 3678, "f68171cd-9524-4431-aa6a-1d9cb9a3c562", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:48:51.993722", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2670": ["2018-05-12 01:48:52.37964", "NULL", "NULL", 3679, "7a9cc3da-ba5e-4d55-be76-4f17be939d45", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:48:52.379626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2671": ["2018-05-12 01:58:53.211541", "NULL", "NULL", 3680, "6999bcee-6c78-440d-b636-d40dd7cc1af1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:58:53.196479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2672": ["2018-05-12 01:58:54.01534", "NULL", "NULL", 3681, "3054a517-207f-493a-bc44-15308561bf03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:58:54.015311", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2673": ["2018-05-12 02:08:52.844406", "NULL", "NULL", 3682, "13cfb9c1-9750-42cc-85e7-8f25e8d90b96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:08:52.696877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2674": ["2018-05-12 02:08:53.048208", "NULL", "NULL", 3683, "2bb5c68e-8db3-4bed-a74d-21a2242eb549", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:08:53.048179", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2675": ["2018-05-12 02:18:52.282081", "NULL", "NULL", 3684, "8dfa8212-2433-4046-ae62-87fa4a675a20", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:18:52.118567", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2676": ["2018-05-12 02:18:52.686203", "NULL", "NULL", 3685, "2d3189c8-5f92-4031-9256-9cff2323b071", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:18:52.686188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2677": ["2018-05-12 02:28:52.715004", "NULL", "NULL", 3686, "8b828b51-e6d1-4894-8214-d0c7f98b19cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:28:52.647221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2678": ["2018-05-12 02:28:53.11876", "NULL", "NULL", 3687, "ba8fa646-ddcd-486e-9fdc-0ea4235f9a45", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:28:53.118746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2679": ["2018-05-12 02:38:52.747292", "NULL", "NULL", 3688, "9c924495-52c7-45d1-bc14-72693dc53a0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:38:52.675732", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2680": ["2018-05-12 02:38:53.151046", "NULL", "NULL", 3689, "2f2fa970-c906-4272-855c-dd268b339f54", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:38:53.151032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2681": ["2018-05-12 12:58:52.876684", "NULL", "NULL", 3812, "2a9f2581-893f-4031-8c77-f402c10191af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:58:52.810146", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2682": ["2018-05-12 12:58:53.880601", "NULL", "NULL", 3813, "584da4df-5902-4282-87b2-d950973575ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:58:53.880588", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2683": ["2018-05-12 13:08:52.908828", "NULL", "NULL", 3814, "d9d89dfa-1282-41d5-b53f-c2db2b6ddd00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:08:52.904203", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2684": ["2018-05-12 13:08:53.512551", "NULL", "NULL", 3815, "066d3522-6b76-4c7c-aba5-9c626e823899", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:08:53.512538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2685": ["2018-05-12 13:18:52.741813", "NULL", "NULL", 3816, "d5a73228-cd46-4361-bab6-7248930b0ab7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:18:52.617278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2686": ["2018-05-12 13:18:53.145489", "NULL", "NULL", 3817, "fb810b9e-4b94-49c3-a17c-dcb2b68fb8d1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:18:53.145458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2687": ["2018-05-12 13:28:52.976158", "NULL", "NULL", 3818, "35b0c0e6-1fd3-45ba-b7e0-52e323eaf008", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:28:52.840814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2688": ["2018-05-12 13:28:53.179932", "NULL", "NULL", 3819, "7305cfdc-54fe-456e-a4ee-57bb0759f494", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:28:53.17992", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2689": ["2018-05-12 13:38:53.209532", "NULL", "NULL", 3820, "092915b9-3b82-4eb7-9ab2-2556f6bacb63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:38:53.157184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2690": ["2018-05-12 13:38:53.613659", "NULL", "NULL", 3821, "37aa6cb9-90fe-4577-b566-49fd08f7410b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:38:53.613644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2691": ["2018-05-12 13:48:53.041705", "NULL", "NULL", 3822, "cf32da1c-7246-4dde-9796-ebb921c08eec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:48:52.867119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2692": ["2018-05-12 13:48:53.445619", "NULL", "NULL", 3823, "df0a27b2-7c91-4e72-b267-6fe47963ed76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:48:53.445603", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2693": ["2018-05-12 13:58:53.677476", "NULL", "NULL", 3824, "a0b7b636-fb8e-439c-b721-85b3ac494c96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:58:53.493885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2694": ["2018-05-12 13:58:54.281219", "NULL", "NULL", 3825, "37ff779b-7244-4d85-b7ba-23882d4ea904", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:58:54.281189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2695": ["2018-05-12 02:48:52.780499", "NULL", "NULL", 3690, "6a402f80-93eb-491f-8ed3-2d78941389cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:48:52.589113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2696": ["2018-05-12 02:48:53.184199", "NULL", "NULL", 3691, "8c22ae09-1138-4c16-b19e-8d5f4597ecf4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:48:53.184185", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2697": ["2018-05-12 02:58:53.411739", "NULL", "NULL", 3692, "2e4dc00a-fe85-4d36-973b-679c342adaf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:58:53.286726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2698": ["2018-05-12 02:58:54.015516", "NULL", "NULL", 3693, "5cdd9282-30e1-4aab-b056-336934b7791c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:58:54.015504", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2699": ["2018-05-12 03:08:52.644278", "NULL", "NULL", 3694, "e83821fb-8500-4c13-b1a6-c869b9efc4dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:08:52.516699", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2700": ["2018-05-12 03:08:53.048028", "NULL", "NULL", 3695, "74c142ff-0fcf-4811-a1ac-a36eda7aa782", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:08:53.048015", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2701": ["2018-05-12 03:18:53.276509", "NULL", "NULL", 3696, "7225538d-f1dc-438e-9392-2fc81b7ead9d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:18:53.129165", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2702": ["2018-05-12 03:18:53.680521", "NULL", "NULL", 3697, "0da813d9-be2a-42eb-8d5e-02e4c2506b3b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:18:53.680506", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2703": ["2018-05-12 03:28:52.311439", "NULL", "NULL", 3698, "90d2e795-97e3-40d5-9cec-5f4ca4e2d730", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:28:52.139536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2704": ["2018-05-12 03:28:52.715248", "NULL", "NULL", 3699, "12eef79b-5e26-42dd-9750-94982eb65021", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:28:52.715235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2705": ["2018-05-12 03:38:53.143656", "NULL", "NULL", 3700, "d6eb2692-c751-402c-aa97-0ea54e5c1c35", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:38:53.039007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2706": ["2018-05-12 03:38:53.347538", "NULL", "NULL", 3701, "4daac312-911a-4ffd-8229-6cf5795369e3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:38:53.347524", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2707": ["2018-05-12 03:48:52.774319", "NULL", "NULL", 3702, "f94eb5c3-aac1-41c3-a1fc-69068f85a424", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:48:52.646134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2708": ["2018-05-12 03:48:53.178078", "NULL", "NULL", 3703, "aef2912c-5ea9-44d7-82c7-c63a2bc721aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:48:53.178065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2709": ["2018-05-12 03:58:53.408526", "NULL", "NULL", 3704, "9d7af860-e935-4977-8289-8a3adb0fffce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:58:53.350427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2710": ["2018-05-12 03:58:54.212542", "NULL", "NULL", 3705, "b8c77bae-9e63-483d-9c23-e821163d6e72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:58:54.212526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2711": ["2018-05-12 04:08:53.248929", "NULL", "NULL", 3706, "e8dc8f8c-1840-4661-b448-2bd2aef225b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:08:53.171805", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2712": ["2018-05-12 04:08:53.6528", "NULL", "NULL", 3707, "e8c8c76d-85c1-491f-b193-232a71d0dcfa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:08:53.652786", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2713": ["2018-05-12 04:18:52.486999", "NULL", "NULL", 3708, "fcb29327-389f-464a-8b8c-75111e0ff21b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:18:52.369692", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2714": ["2018-05-12 04:18:52.690632", "NULL", "NULL", 3709, "18b13d99-17f1-4092-bb8c-1309746020da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:18:52.690619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2715": ["2018-05-12 04:28:52.315219", "NULL", "NULL", 3710, "9a5f87e0-a17a-4800-8f2f-1f9ac18864e6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:28:52.176655", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2716": ["2018-05-12 04:28:52.719099", "NULL", "NULL", 3711, "2ed62c5e-13ab-47cf-980a-598674c658ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:28:52.719085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2717": ["2018-05-12 04:38:53.550144", "NULL", "NULL", 3712, "601673e8-d066-4b26-b884-8f230f9852ea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:38:53.501109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2718": ["2018-05-12 04:38:53.954209", "NULL", "NULL", 3713, "8daa54a7-f39a-4ce6-a459-93e267dcfabd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:38:53.954196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2719": ["2018-05-12 04:48:52.581156", "NULL", "NULL", 3714, "1d4082c2-20f7-42b5-bc96-da260d4fb819", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:48:52.500307", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2720": ["2018-05-12 04:48:52.985148", "NULL", "NULL", 3715, "fdbfa838-7d0d-4d89-8656-229a2c6d8385", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:48:52.985136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2721": ["2018-05-12 04:58:53.217422", "NULL", "NULL", 3716, "41780950-6932-454a-b214-282fae464449", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:58:53.208253", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2722": ["2018-05-12 04:58:54.02144", "NULL", "NULL", 3717, "4eb686d6-9112-46da-be7e-f2b097e379aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:58:54.021427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2723": ["2018-05-12 05:08:52.45114", "NULL", "NULL", 3718, "8a8cf922-a7c6-401e-a187-064f5407dc6f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:08:52.421055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2724": ["2018-05-12 05:08:52.855099", "NULL", "NULL", 3719, "6099f9d4-3dc7-4319-85fe-ff7bb54b3cbd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:08:52.855083", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2725": ["2018-05-12 05:18:52.494024", "NULL", "NULL", 3720, "15a811dc-875b-4af4-9e81-35c9e1794dca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:18:52.332109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2726": ["2018-05-12 05:18:52.697655", "NULL", "NULL", 3721, "1a92c209-3b05-4025-a997-6bafdf4fe8cc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:18:52.697641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2727": ["2018-05-12 05:28:52.725698", "NULL", "NULL", 3722, "96418afe-4c9d-4820-bffc-ff35d54551a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:28:52.630724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2728": ["2018-05-12 05:28:53.129632", "NULL", "NULL", 3723, "4c068912-1089-491b-9ba5-39670cdc698c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:28:53.129618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2729": ["2018-05-12 05:38:51.965156", "NULL", "NULL", 3724, "917aa5c0-eded-474f-bf57-d595c3f11a0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:38:51.933162", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2730": ["2018-05-12 05:38:52.369046", "NULL", "NULL", 3725, "835d9455-5eeb-4b48-b122-dce86e9a5c97", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:38:52.369033", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2731": ["2018-05-12 05:48:53.397427", "NULL", "NULL", 3726, "3763850f-ea31-483b-aea6-92b2b9f8ef94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:48:53.240953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2732": ["2018-05-12 05:48:53.601241", "NULL", "NULL", 3727, "79f6a2e4-bc96-4ba2-863f-4b37b3209f5b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:48:53.601227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2733": ["2018-05-12 05:58:53.827681", "NULL", "NULL", 3728, "caf9d330-7cae-4616-b3e6-3ed3c1782051", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:58:53.751532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2734": ["2018-05-12 05:58:54.631648", "NULL", "NULL", 3729, "c714d101-39b7-4f25-b03f-12051d9218e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:58:54.631634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2735": ["2018-05-12 06:08:53.659052", "NULL", "NULL", 3730, "bcaddc10-fae6-4d7c-b55b-2e1fa4723553", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:08:53.580283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2736": ["2018-05-12 06:08:54.063138", "NULL", "NULL", 3731, "a48186a5-d9fa-450e-bb92-d52e97a76cff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:08:54.063122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2737": ["2018-05-12 06:18:53.301428", "NULL", "NULL", 3732, "5bc18db6-966d-49ba-9ad8-0a45bcb48036", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:18:53.106024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2738": ["2018-05-12 06:18:53.505283", "NULL", "NULL", 3733, "e6f92349-7772-42af-85da-55b1e9e8d745", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:18:53.505268", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2739": ["2018-05-12 06:28:52.34358", "NULL", "NULL", 3734, "22355531-70e6-421d-b670-26827b32a459", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:28:52.217834", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2740": ["2018-05-12 06:28:52.7474", "NULL", "NULL", 3735, "beda468b-530c-4acc-b5ba-5198785da3cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:28:52.747386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2741": ["2018-05-12 06:38:52.173011", "NULL", "NULL", 3736, "12a1481d-b900-47f8-8947-82e528c6531e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:38:52.007499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2742": ["2018-05-12 06:38:52.376555", "NULL", "NULL", 3737, "d098765b-552d-4f7f-91ec-413f7ad51560", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:38:52.376542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2743": ["2018-05-12 06:48:52.805585", "NULL", "NULL", 3738, "e7a1e425-853d-4cde-9d26-ae026fbb3d3a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:48:52.610486", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2744": ["2018-05-12 06:48:53.20941", "NULL", "NULL", 3739, "b1e643b2-db48-4cad-8c5b-1bfa00c27eb3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:48:53.209395", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2745": ["2018-05-12 06:58:52.642935", "NULL", "NULL", 3740, "a44a843a-cbe0-4847-bf68-e2de7dad10bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:58:52.513758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2746": ["2018-05-12 06:58:53.246641", "NULL", "NULL", 3741, "b85f77b9-7c3a-4aba-9c38-476650c632c7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:58:53.246629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2747": ["2018-05-12 07:08:53.078124", "NULL", "NULL", 3742, "10777edb-a387-4969-8446-2b267e170491", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:08:53.027885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2748": ["2018-05-12 07:08:53.482022", "NULL", "NULL", 3743, "d119e45e-b9a0-45d5-a4ea-95a86cd4503d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:08:53.482007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2749": ["2018-05-12 07:18:52.310269", "NULL", "NULL", 3744, "be970531-a6a9-4594-8c1f-27c99c6183dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:18:52.227131", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2750": ["2018-05-12 07:18:52.714012", "NULL", "NULL", 3745, "f9e78ff8-65f2-4346-9793-c9d51eff20c1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:18:52.713999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2751": ["2018-05-12 07:28:52.951147", "NULL", "NULL", 3746, "588e8d3f-3e35-4ea2-8abe-83b1d97b842b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:28:52.834112", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2752": ["2018-05-12 07:28:53.354671", "NULL", "NULL", 3747, "53bb61d9-5037-444e-8996-9ae59a88054e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:28:53.354659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2753": ["2018-05-12 07:38:51.980908", "NULL", "NULL", 3748, "904952e0-274f-47b9-b7b5-83f58d2cd832", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:38:51.960802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2754": ["2018-05-12 07:38:52.38462", "NULL", "NULL", 3749, "229ccd55-9aa8-445d-8df5-ae5138fabf7d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:38:52.384606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2755": ["2018-05-12 07:48:52.015689", "NULL", "NULL", 3750, "bd64e0d4-29cb-4215-ba79-8e71bd08634f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:48:51.969249", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2756": ["2018-05-12 07:48:52.419578", "NULL", "NULL", 3751, "1e4791d5-6a25-4f89-a2cd-d45b57759a55", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:48:52.419563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2757": ["2018-05-12 07:58:53.249666", "NULL", "NULL", 3752, "5e92384b-1647-441b-a579-7ee905378154", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:58:53.190487", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2758": ["2018-05-12 07:58:54.254065", "NULL", "NULL", 3753, "c27cb303-4b18-4cd4-8f7a-5d8aad3801d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:58:54.254049", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2759": ["2018-05-12 08:08:52.484237", "NULL", "NULL", 3754, "3d197330-e7c4-4164-8a66-a7af47a890ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:08:52.319095", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2760": ["2018-05-12 08:08:52.688069", "NULL", "NULL", 3755, "3f919889-f55a-4317-a7da-af0932c10f27", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:08:52.68804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2761": ["2018-05-12 08:18:53.31599", "NULL", "NULL", 3756, "4afb7c7a-94c0-4b54-9e33-f4ba9c5480eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:18:53.252179", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2762": ["2018-05-12 08:18:53.720096", "NULL", "NULL", 3757, "2e913231-82bb-408e-a727-75f9c3b9ca7c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:18:53.720081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2763": ["2018-05-12 08:28:52.750649", "NULL", "NULL", 3758, "d9bde149-abf7-426b-a3e3-ab4df93b17e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:28:52.671252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2764": ["2018-05-12 08:28:53.154846", "NULL", "NULL", 3759, "87064991-4990-45dd-a32a-e4ac1a502608", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:28:53.154835", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2765": ["2018-05-12 08:38:52.393461", "NULL", "NULL", 3760, "c4a89dbe-0a8b-4f2e-9d9b-eb37b6bbb814", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:38:52.370002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2766": ["2018-05-12 08:38:52.79728", "NULL", "NULL", 3761, "d347e559-6f55-4ea4-83a4-b38a2bd18f57", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:38:52.797265", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2767": ["2018-05-12 08:48:53.025955", "NULL", "NULL", 3762, "4ad6c468-14f8-4766-897e-317df3cafaaa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:48:52.972552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2768": ["2018-05-12 08:48:53.42986", "NULL", "NULL", 3763, "995d2978-8b39-4a3a-8555-350ddd9c994b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:48:53.429833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2769": ["2018-05-12 08:58:52.857671", "NULL", "NULL", 3764, "e7c9f96f-1568-4a6a-93e2-c82d55b7abca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:58:52.676948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2770": ["2018-05-12 08:58:53.461678", "NULL", "NULL", 3765, "d9b821fd-b6be-42b8-a98f-d1ce4e1c7855", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:58:53.461664", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2771": ["2018-05-12 09:08:53.291095", "NULL", "NULL", 3766, "c0652cfe-57b7-4b30-9c60-fa9d202b9b77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:08:53.183236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2772": ["2018-05-12 09:08:53.695264", "NULL", "NULL", 3767, "87f6c566-2293-4674-a0a4-63fd10008acd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:08:53.695252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2773": ["2018-05-12 09:18:52.323005", "NULL", "NULL", 3768, "b12b6a3d-2dce-45f8-a01c-43dbd585f868", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:18:52.291425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2774": ["2018-05-12 09:18:52.727205", "NULL", "NULL", 3769, "e2d06fce-b8b7-4e57-a64c-fa781b82c495", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:18:52.727192", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2775": ["2018-05-12 09:28:53.555995", "NULL", "NULL", 3770, "29997bab-46b1-41bd-b9db-47a68cc6a9d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:28:53.399834", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2776": ["2018-05-12 09:28:53.759342", "NULL", "NULL", 3771, "c894d824-76ee-48e8-8527-2b8da9dab12f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:28:53.759321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2777": ["2018-05-12 09:38:52.790697", "NULL", "NULL", 3772, "34c14f68-a878-4ee3-9a7a-4e84ce6bba92", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:38:52.601338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2778": ["2018-05-12 09:38:52.994365", "NULL", "NULL", 3773, "7142db0f-9bd7-43c5-b365-3ecdbb6c3a6e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:38:52.994352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2779": ["2018-05-12 09:48:53.223403", "NULL", "NULL", 3774, "b5a7b39c-1f2f-40da-87d6-2ffa0336c323", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:48:53.107954", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2780": ["2018-05-12 09:48:53.427201", "NULL", "NULL", 3775, "7d9cfa5d-c2e3-44ca-87c8-992d334a820a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:48:53.427172", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2781": ["2018-05-12 09:58:53.452397", "NULL", "NULL", 3776, "81da3f77-73c8-4c9f-96ad-a9172e218e53", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:58:53.306219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2782": ["2018-05-12 09:58:54.056284", "NULL", "NULL", 3777, "36505010-8ad4-46f1-b6a6-11b8aa340eea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:58:54.056272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2783": ["2018-05-12 10:08:53.086217", "NULL", "NULL", 3778, "449d9006-8b92-45a5-8090-4537472682c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:08:52.908575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2784": ["2018-05-12 10:08:53.290118", "NULL", "NULL", 3779, "5d9c0fae-7a02-4f37-90b1-17730cd16359", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:08:53.290101", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2785": ["2018-05-12 10:18:52.518501", "NULL", "NULL", 3780, "362980b3-7265-4ab5-84f8-7cb332c3cfd5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:18:52.410705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2786": ["2018-05-12 10:18:52.722616", "NULL", "NULL", 3781, "458eaef7-fd37-4287-9b48-2da657b50ceb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:18:52.722604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2787": ["2018-05-12 10:28:52.952003", "NULL", "NULL", 3782, "5da39af5-059b-4ac6-9ae0-2ed2d5c4c02e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:28:52.905272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2788": ["2018-05-12 10:28:53.355732", "NULL", "NULL", 3783, "43176e29-87cc-4c30-ac34-49623fbb001b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:28:53.35572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2789": ["2018-05-12 10:38:52.393284", "NULL", "NULL", 3784, "69a4f251-a832-4818-8d75-64a674e60669", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:38:52.21729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2790": ["2018-05-12 10:38:52.597549", "NULL", "NULL", 3785, "fb3b1bac-91b1-4762-86a9-922abee45413", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:38:52.597536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2791": ["2018-05-12 10:48:53.235212", "NULL", "NULL", 3786, "dcf6c632-2816-43c0-ac18-d952cf2366fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:48:53.119089", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2792": ["2018-05-12 10:48:53.639206", "NULL", "NULL", 3787, "487c8616-3357-4667-9384-23759c6a21aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:48:53.639188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2793": ["2018-05-12 10:58:53.269224", "NULL", "NULL", 3788, "925aed9e-d3ab-41bf-b405-ff58201692e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:58:53.143035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2794": ["2018-05-12 10:58:53.873011", "NULL", "NULL", 3789, "8b083f78-cc48-4393-a6a9-05f2c1eb5759", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:58:53.872999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2795": ["2018-05-12 11:08:52.303705", "NULL", "NULL", 3790, "08b90174-c454-4cc3-a2fa-d4aaf12e3b62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:08:52.267451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2796": ["2018-05-12 11:08:52.707513", "NULL", "NULL", 3791, "ad014166-f8eb-4503-88a7-d8a481b4f4e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:08:52.7075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2797": ["2018-05-12 11:18:53.136234", "NULL", "NULL", 3792, "7e4d6f80-7599-4f1d-ac5e-b9eb42a46c90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:18:52.988803", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2798": ["2018-05-12 11:18:53.539986", "NULL", "NULL", 3793, "abfe1229-75f1-4081-ab34-7caf7c416a41", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:18:53.53996", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2799": ["2018-05-12 11:28:53.971826", "NULL", "NULL", 3794, "d4d130f6-89b8-4597-8f19-7974c8006fd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:28:53.894387", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2800": ["2018-05-12 11:28:54.37574", "NULL", "NULL", 3795, "4436511b-ca10-422b-988f-49fb53f81c18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:28:54.375725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2801": ["2018-05-12 11:38:53.804652", "NULL", "NULL", 3796, "05f14952-bd3a-409f-abd4-7f0d2296590b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:38:53.613993", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2802": ["2018-05-12 11:38:54.008539", "NULL", "NULL", 3797, "5f483590-dcf3-4bb9-bf68-926fd93185e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:38:54.008523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2803": ["2018-05-12 11:48:52.438226", "NULL", "NULL", 3798, "cd46fcf4-a80e-4272-b945-cebf48303d90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:48:52.322613", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2804": ["2018-05-12 11:48:52.641952", "NULL", "NULL", 3799, "e056fad6-1d22-40a8-bf62-1ee743b8a46a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:48:52.641939", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2805": ["2018-05-12 11:58:52.871722", "NULL", "NULL", 3800, "5fff468f-0229-4231-ade4-c30cc9ed956f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:58:52.841841", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2806": ["2018-05-12 11:58:53.675734", "NULL", "NULL", 3801, "83e6e830-cee2-44d1-935f-caf931985d41", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:58:53.675721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2807": ["2018-05-12 12:08:53.303808", "NULL", "NULL", 3802, "9deed1d5-0f7c-4ccc-9f70-da6cd9a1ffd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:08:53.154493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2808": ["2018-05-12 12:08:53.507467", "NULL", "NULL", 3803, "5c73a326-1486-48e8-8518-c0b0309796a6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:08:53.507454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2809": ["2018-05-12 12:18:52.14368", "NULL", "NULL", 3804, "fe532b37-1f55-479b-a14c-ce3b37542b39", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:18:52.073392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2810": ["2018-05-12 12:18:52.547524", "NULL", "NULL", 3805, "4d69e5cc-db7c-4858-bdc4-b0a1e3f3db25", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:18:52.547508", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2811": ["2018-05-12 12:28:53.376268", "NULL", "NULL", 3806, "6e736f49-03ea-46cb-b244-1a3ee651c1ef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:28:53.292687", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2812": ["2018-05-12 12:28:53.780695", "NULL", "NULL", 3807, "f156dbd2-f6f6-46dc-9b50-a254f8a7e177", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:28:53.78068", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2813": ["2018-05-12 12:38:52.610183", "NULL", "NULL", 3808, "a02bf11d-3b60-4e3a-ad95-6596ff8b8d42", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:38:52.503594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2814": ["2018-05-12 14:08:53.11765", "NULL", "NULL", 3826, "51c37b2e-6103-4804-80a6-0f3d5905bf73", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:08:53.005955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2815": ["2018-05-12 14:08:53.321338", "NULL", "NULL", 3827, "379ff3d5-e22d-47b5-9721-7dc8e9ef0f5c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:08:53.321326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2816": ["2018-05-12 14:18:52.961088", "NULL", "NULL", 3828, "752da87f-43f3-49a1-a2f5-d1e16b06a695", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:18:52.825717", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2817": ["2018-05-12 14:18:53.165046", "NULL", "NULL", 3829, "c11f3c64-f6be-4f7a-b7ac-a65bcf7dfc43", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:18:53.165034", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2818": ["2018-05-12 14:28:53.20629", "NULL", "NULL", 3830, "b3fe2a23-8280-4d1b-a0b5-a8c9b4baa5a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:28:53.032652", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2819": ["2018-05-12 14:28:53.610549", "NULL", "NULL", 3831, "023f827b-e8a5-4f75-8599-3d74901d1de5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:28:53.610528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2820": ["2018-05-12 14:38:53.040192", "NULL", "NULL", 3832, "4692f002-f52e-4640-a1d8-df7f78da685a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:38:52.94252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2821": ["2018-05-12 14:38:53.443681", "NULL", "NULL", 3833, "91bbc77c-c9af-4576-8f06-f5b9bda716ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:38:53.443667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2822": ["2018-05-12 14:48:52.674085", "NULL", "NULL", 3834, "facad5b5-3f85-4e7a-b400-17e8c826dbb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:48:52.556105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2823": ["2018-05-12 14:48:52.877894", "NULL", "NULL", 3835, "cb75ec13-9199-4891-95f1-56c525753603", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:48:52.87788", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2824": ["2018-05-12 14:58:53.507971", "NULL", "NULL", 3836, "e9e08831-8549-420a-9999-cde29d52635e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:58:53.455377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2825": ["2018-05-12 14:58:54.311804", "NULL", "NULL", 3837, "6e892a89-85c7-4f94-838e-8dc283895da2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:58:54.311791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2826": ["2018-05-12 15:08:52.741326", "NULL", "NULL", 3838, "b15bfcd2-d6c7-40b5-908a-c24d3497b457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:08:52.58164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2827": ["2018-05-12 12:38:53.014213", "NULL", "NULL", 3809, "19fc9773-2c90-4f3a-b28e-c5f6f9703460", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:38:53.014198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2828": ["2018-05-12 12:48:52.841599", "NULL", "NULL", 3810, "982e1bd7-224c-4c96-ab1d-fd627c5bb535", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:48:52.712843", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2829": ["2018-05-12 12:48:53.445512", "NULL", "NULL", 3811, "ab316374-7a8b-44ce-af79-351b7161ab0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:48:53.445499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2830": ["2018-05-12 15:08:52.945041", "NULL", "NULL", 3839, "b9f70883-92a3-4518-955b-4cb414e9e725", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:08:52.945028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2831": ["2018-05-12 15:18:52.976656", "NULL", "NULL", 3840, "de7865e8-0736-4db6-9303-991076eff6d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:18:52.901542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2832": ["2018-05-12 15:18:53.380558", "NULL", "NULL", 3841, "dd737746-7635-4d9f-8748-f7220ada4014", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:18:53.380542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2833": ["2018-05-12 15:28:52.614179", "NULL", "NULL", 3842, "b0193d22-fbfb-4138-8a5d-6724f7123a9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:28:52.515917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2834": ["2018-05-12 15:28:53.017802", "NULL", "NULL", 3843, "e0b4bf26-1111-4823-970f-a34b97aa7e70", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:28:53.01779", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2835": ["2018-05-12 15:38:52.445558", "NULL", "NULL", 3844, "708ef89d-3b8c-4974-8585-9deb24bf4ae8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:38:52.416024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2836": ["2018-05-12 15:38:52.849266", "NULL", "NULL", 3845, "ed02b937-5559-44f8-9db8-a5430ec93ad2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:38:52.849252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2837": ["2018-05-12 15:48:52.877453", "NULL", "NULL", 3846, "365421de-4131-442e-b9b2-ca82e5a639ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:48:52.822243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2838": ["2018-05-12 15:48:53.281253", "NULL", "NULL", 3847, "7177772e-2fdd-4017-85ac-0c4850404a5c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:48:53.28124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2839": ["2018-05-12 15:58:53.509627", "NULL", "NULL", 3848, "a52e986b-1cd7-4e94-a237-f6d4ae0b133a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:58:53.423284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2840": ["2018-05-12 15:58:54.313956", "NULL", "NULL", 3849, "b197b9c5-97a9-4cc0-8a3b-0f1286c89760", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:58:54.313941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2841": ["2018-05-12 16:08:53.344329", "NULL", "NULL", 3850, "17039921-5c5e-43a2-8d03-dfcd223a4ebe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:08:53.226709", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2842": ["2018-05-12 16:08:53.548018", "NULL", "NULL", 3851, "7dd0ca04-8aea-40f4-adb0-f89d43ca64a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:08:53.548006", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2843": ["2018-05-12 16:18:53.176475", "NULL", "NULL", 3852, "d5190b02-957b-4588-8cff-8820e3d01125", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:18:53.152753", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2844": ["2018-05-12 16:18:53.580293", "NULL", "NULL", 3853, "ec38147a-434d-471d-b331-0b6decef5e3b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:18:53.58028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2845": ["2018-05-12 16:28:53.211132", "NULL", "NULL", 3854, "4675948d-8315-4314-a7f3-78afaef419fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:28:53.170889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2846": ["2018-05-12 16:28:53.615035", "NULL", "NULL", 3855, "0c337a1c-bd84-4387-80a7-c85be4dffd88", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:28:53.615021", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2847": ["2018-05-12 16:38:52.442012", "NULL", "NULL", 3856, "39c3a224-ac99-4c67-9954-5f894ee9584d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:38:52.394002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2848": ["2018-05-12 16:38:52.845568", "NULL", "NULL", 3857, "875d1729-ac49-4d0f-a88b-3d314ab1b796", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:38:52.845556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2849": ["2018-05-12 16:48:53.476977", "NULL", "NULL", 3858, "635f8c1a-2077-4e46-9850-4857878eb35e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:48:53.40889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2850": ["2018-05-12 16:48:54.280851", "NULL", "NULL", 3859, "3e48f45d-8292-42ff-8beb-18ee507ae6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:48:54.280838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2851": ["2018-05-12 16:58:54.111636", "NULL", "NULL", 3860, "9920aa99-fdcd-4537-8abe-b3538e913811", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:58:54.015724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2852": ["2018-05-12 16:58:54.915488", "NULL", "NULL", 3861, "3bdf4662-5ec3-4e6e-865a-f6df2dabd718", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:58:54.915456", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2853": ["2018-05-12 17:08:52.947439", "NULL", "NULL", 3862, "7c2b60db-23d8-4bb2-a1fc-470ff317660d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:08:52.92002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2854": ["2018-05-12 17:08:53.351274", "NULL", "NULL", 3863, "3c3514cf-25f3-41a1-bb5d-21f03686255c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:08:53.35126", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2855": ["2018-05-12 17:18:53.179063", "NULL", "NULL", 3864, "091c26d9-94f7-4fdb-b738-38de9c2983dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:18:53.132196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2856": ["2018-05-12 17:18:53.583149", "NULL", "NULL", 3865, "97170b2e-9dd3-4248-95ab-2508eefaf0e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:18:53.583136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2857": ["2018-05-12 17:28:53.412924", "NULL", "NULL", 3866, "998db384-c88d-45bc-9094-c13bf2e5295b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:28:53.333514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2858": ["2018-05-12 17:28:53.816645", "NULL", "NULL", 3867, "503e8db9-26f9-4936-866f-c4d62a82916b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:28:53.816631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2859": ["2018-05-12 17:38:52.846314", "NULL", "NULL", 3868, "f38f0854-bf83-4ad4-9fe0-b75df3d37fd4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:38:52.75124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2860": ["2018-05-12 17:38:53.250286", "NULL", "NULL", 3869, "8d0e3dbd-5e36-41e9-8f2b-e8c63eaf181b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:38:53.250272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2861": ["2018-05-12 17:48:52.875606", "NULL", "NULL", 3870, "53c1756d-f0f5-4650-b454-457e5a301ea1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:48:52.678262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2862": ["2018-05-12 17:48:53.079464", "NULL", "NULL", 3871, "ea62128d-4b55-4c09-947d-a09afa52df4e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:48:53.079449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2863": ["2018-05-12 17:58:52.710243", "NULL", "NULL", 3872, "3234a527-b3e0-42f0-8bd8-dd354c116a71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:58:52.587979", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2864": ["2018-05-12 17:58:53.314051", "NULL", "NULL", 3873, "082898e2-6c5d-4156-989a-004dc32388fc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:58:53.314035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2865": ["2018-05-12 18:08:52.343187", "NULL", "NULL", 3874, "c93d07f9-20b7-4f40-9829-43525e27b8ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:08:52.293342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2866": ["2018-05-12 18:08:52.747128", "NULL", "NULL", 3875, "3c287ba1-b8f6-48f5-a205-a2bfb36c98c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:08:52.747117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2867": ["2018-05-12 18:18:52.977476", "NULL", "NULL", 3876, "8adb6f6a-9f00-4725-acf4-b846a9bc73ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:18:52.901565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2868": ["2018-05-12 18:18:53.381368", "NULL", "NULL", 3877, "da269131-be11-42c7-8932-ee3f42b5a683", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:18:53.381353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2869": ["2018-05-12 18:28:53.413315", "NULL", "NULL", 3878, "387c95c9-a82e-4af8-a6b4-9ac9a6ce6b4d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:28:53.333821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2870": ["2018-05-12 18:28:53.817127", "NULL", "NULL", 3879, "24deb1c0-c31a-4238-a0cc-d18dd8769011", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:28:53.817098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2871": ["2018-05-12 18:38:52.246316", "NULL", "NULL", 3880, "24241b08-9da0-4a30-b2dd-d375d7aca7f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:38:52.228726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2872": ["2018-05-12 18:38:52.650218", "NULL", "NULL", 3881, "468ae187-9c70-4531-b485-d4755a6818db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:38:52.650204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2873": ["2018-05-12 18:48:52.279543", "NULL", "NULL", 3882, "dcf3c308-6697-42af-ab38-c5e8f2b8fe36", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:48:52.142715", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2874": ["2018-05-12 18:48:52.483157", "NULL", "NULL", 3883, "18093348-1ec1-4f39-9608-7d1d1539e37a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:48:52.483143", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2875": ["2018-05-12 18:58:53.920696", "NULL", "NULL", 3884, "6b89bbed-831e-4da1-bc9b-b2881a1bd3c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:58:53.776802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2876": ["2018-05-12 18:58:54.724937", "NULL", "NULL", 3885, "27246ea9-2f73-4780-83bb-7c0a0f1582f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:58:54.724926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2877": ["2018-05-12 19:08:53.356284", "NULL", "NULL", 3886, "6dd56989-8d27-44b8-98c4-67968d2dc677", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:08:53.298215", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2878": ["2018-05-12 19:08:53.960056", "NULL", "NULL", 3887, "4568ff89-46a0-4fb8-afdd-a18daf1fc170", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:08:53.960041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2879": ["2018-05-12 19:18:52.787998", "NULL", "NULL", 3888, "56328d49-9ab0-4ceb-a8c9-4232c07a34be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:18:52.607149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2880": ["2018-05-12 19:18:53.19164", "NULL", "NULL", 3889, "ed088671-b743-46c0-94d7-891dba832526", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:18:53.191626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2881": ["2018-05-12 19:28:52.421682", "NULL", "NULL", 3890, "b57ff70e-4a4a-4e35-b1b7-89d91c187ad4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:28:52.311306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2882": ["2018-05-12 19:28:52.625272", "NULL", "NULL", 3891, "7f15986c-e561-40fa-9011-cb9409edd482", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:28:52.625261", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2883": ["2018-05-12 19:38:52.453617", "NULL", "NULL", 3892, "531777b2-053a-4536-8416-44fd11e79752", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:38:52.436894", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2884": ["2018-05-12 19:38:52.857511", "NULL", "NULL", 3893, "28d52d3d-03da-4f20-8869-f87a5e3eb8dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:38:52.857466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2885": ["2018-05-12 19:48:52.484656", "NULL", "NULL", 3894, "ea541e81-c97e-4589-b8ce-b658cb9c5e98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:48:52.455361", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2886": ["2018-05-12 19:48:52.888399", "NULL", "NULL", 3895, "ec1bc036-762f-401d-9384-be80499f25e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:48:52.888368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2887": ["2018-05-12 19:58:52.718641", "NULL", "NULL", 3896, "d02a337b-1168-4bac-86b7-49ec51b1d7a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:58:52.682065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2888": ["2018-05-12 19:58:53.522641", "NULL", "NULL", 3897, "0b7d4b18-610b-4a3c-b0c5-f07e1b0d4363", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:58:53.522627", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2889": ["2018-05-12 20:08:52.350983", "NULL", "NULL", 3898, "0291e782-4d3f-4913-9eb9-5036946c0542", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:08:52.209283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2890": ["2018-05-12 20:08:52.554418", "NULL", "NULL", 3899, "b8fe024f-8443-4572-a8ce-beb6b7201f8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:08:52.554406", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2891": ["2018-05-12 20:18:52.584265", "NULL", "NULL", 3900, "4c8d8e1f-3248-431a-a536-14dd8341fdda", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:18:52.5336", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2892": ["2018-05-12 20:18:52.988072", "NULL", "NULL", 3901, "6fd987d8-6889-4b68-be7a-cf34276d5637", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:18:52.988057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2893": ["2018-05-12 20:28:52.622556", "NULL", "NULL", 3902, "2b2c4f7e-c81d-4a14-9f64-58d9b2578087", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:28:52.555262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2894": ["2018-05-12 20:28:53.226891", "NULL", "NULL", 3903, "3455b3c7-001e-4139-a305-ca63dae995f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:28:53.226878", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2895": ["2018-05-12 20:38:53.654306", "NULL", "NULL", 3904, "44160032-d936-461e-93e4-4b53ab78f45e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:38:53.457274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2896": ["2018-05-12 20:38:54.05796", "NULL", "NULL", 3905, "319e8a36-5df9-4c53-b7d7-43afc696a148", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:38:54.057945", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2897": ["2018-05-12 20:48:53.487939", "NULL", "NULL", 3906, "18df3255-5717-464d-8495-8a92304c0658", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:48:53.364644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2898": ["2018-05-12 20:48:53.691555", "NULL", "NULL", 3907, "610d3ca7-b367-4ebe-b478-d9be235db99c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:48:53.691543", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2899": ["2018-05-13 09:58:52.417558", "NULL", "NULL", 64, "713459c6-cbd9-4b04-8b29-58759c472d02", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:58:52.406842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2900": ["2018-05-13 09:58:53.421895", "NULL", "NULL", 65, "ea6a9782-aa75-4854-bdf3-ef1304eb608a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:58:53.421883", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2901": ["2018-05-13 10:08:53.051416", "NULL", "NULL", 66, "67ef9ddd-7cbf-4228-98da-4ee3b2090614", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:08:53.026549", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2902": ["2018-05-13 10:08:53.455272", "NULL", "NULL", 67, "1699c5e6-a577-46d5-9029-9f2429e6f01e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:08:53.455242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2903": ["2018-05-13 10:18:52.683872", "NULL", "NULL", 68, "b8bd5ebe-4c51-4984-8fd9-e94ace7d0056", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:18:52.633267", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2904": ["2018-05-13 10:18:53.087641", "NULL", "NULL", 69, "b99f09a7-1424-4152-ab0b-8455d927f01e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:18:53.087626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2905": ["2018-05-13 10:28:52.917259", "NULL", "NULL", 70, "fcfdcd57-2397-4a0b-9861-0835eb4fe9c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:28:52.729031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2906": ["2018-05-13 10:28:53.121131", "NULL", "NULL", 71, "0c5f4f75-979e-4b36-91c2-5f3674d8e85f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:28:53.121095", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2907": ["2018-05-13 10:38:52.756504", "NULL", "NULL", 72, "2f5d7612-90d3-420c-b7c2-dc4d109cac1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:38:52.650654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2908": ["2018-05-13 10:38:52.960317", "NULL", "NULL", 73, "cbc48b2f-80f5-4850-850a-759d08e1570f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:38:52.960306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2909": ["2018-05-13 10:48:51.593027", "NULL", "NULL", 74, "c76eb3fc-acbc-4202-bee4-358b02fe018a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:48:51.561134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2910": ["2018-05-13 10:48:51.996736", "NULL", "NULL", 75, "986761c3-4da7-48ab-a476-e9855c280af5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:48:51.996721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2911": ["2018-05-12 20:58:53.333058", "NULL", "NULL", 3908, "2ed9a3da-a8c9-4091-998b-c1b2da8cc5d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:58:53.267754", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2912": ["2018-05-12 20:58:53.937045", "NULL", "NULL", 3909, "ba368096-0adc-4032-820a-cae7925fe5b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:58:53.937031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2913": ["2018-05-12 21:08:52.365532", "NULL", "NULL", 3910, "314739fa-cf01-437f-a69a-3b628d331493", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:08:52.1723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2914": ["2018-05-12 21:08:52.569227", "NULL", "NULL", 3911, "548137eb-98bf-46f4-9404-c8bb916af8b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:08:52.569214", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2915": ["2018-05-12 21:18:52.999814", "NULL", "NULL", 3912, "0b6f6215-bf5c-4f94-be0d-f0539cf67da5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:18:52.979618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2916": ["2018-05-12 21:18:53.603632", "NULL", "NULL", 3913, "ab0063aa-38eb-490f-8129-c938912f4f3a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:18:53.603618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2917": ["2018-05-12 21:28:52.629641", "NULL", "NULL", 3914, "efe6909d-efce-4af2-9a75-6146665c9479", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:28:52.481883", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2918": ["2018-05-12 21:28:52.833316", "NULL", "NULL", 3915, "1ac42e07-f16a-4a88-a0de-a1c440b00198", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:28:52.833302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2919": ["2018-05-12 21:38:51.671325", "NULL", "NULL", 3916, "4ebf08b3-2311-4305-8abc-9afee09a4a0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:38:51.491825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2920": ["2018-05-12 21:38:51.875044", "NULL", "NULL", 3917, "0da39824-3a2d-4545-8316-18d0777347d3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:38:51.87503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2921": ["2018-05-12 21:48:52.905353", "NULL", "NULL", 3918, "739b632d-32cd-4011-bc30-20b2720cf98b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:48:52.71317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2922": ["2018-05-12 21:48:53.109046", "NULL", "NULL", 3919, "9c3a44c5-0ba7-46f8-a9a5-12449d813b60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:48:53.109032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2923": ["2018-05-12 21:58:53.536625", "NULL", "NULL", 3920, "31e6bf69-0476-497e-814f-7df64a98e021", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:58:53.528699", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2924": ["2018-05-12 21:58:54.340541", "NULL", "NULL", 3921, "d5e841d0-423a-4a68-b6e6-66ebcb2ead89", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:58:54.340528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2925": ["2018-05-12 22:08:52.568324", "NULL", "NULL", 3922, "3eea26b5-d738-4a29-8eb2-f76fe3577a7e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:08:52.523331", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2926": ["2018-05-12 22:08:52.972062", "NULL", "NULL", 3923, "c3e45294-82a5-4afa-bf41-d0dc1ad2e780", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:08:52.972046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2927": ["2018-05-12 22:18:52.39976", "NULL", "NULL", 3924, "728f0703-5798-4f9b-b8e4-9959f033ddf9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:18:52.327383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2928": ["2018-05-12 22:18:52.80336", "NULL", "NULL", 3925, "f192f655-b6ce-4fde-b3b5-8becfdff9f52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:18:52.803344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2929": ["2018-05-12 22:28:53.032972", "NULL", "NULL", 3926, "8521facc-50e5-4ea8-aef5-87445e7f23ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:28:52.841573", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2930": ["2018-05-12 22:28:53.437861", "NULL", "NULL", 3927, "00203b0f-1155-4d69-bfba-f4e4c5b65454", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:28:53.437846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2931": ["2018-05-12 22:38:52.067812", "NULL", "NULL", 3928, "ec93c902-9a3b-4c30-a0f1-01fc9d7942d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:38:52.044621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2932": ["2018-05-12 22:38:52.471683", "NULL", "NULL", 3929, "eaa63658-32b4-4587-824f-89bfcaf1f8ff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:38:52.471669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2933": ["2018-05-12 22:48:53.102521", "NULL", "NULL", 3930, "96ecb083-5e55-4c70-b7c3-fdc1357a6a38", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:48:52.945184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2934": ["2018-05-12 22:48:53.50668", "NULL", "NULL", 3931, "a85c2a13-74ff-481e-8326-cc5a4b47121d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:48:53.506666", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2935": ["2018-05-12 22:58:53.935659", "NULL", "NULL", 3932, "40989791-7b6f-4047-9b5a-4728a05192f4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:58:53.873055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2936": ["2018-05-12 22:58:54.739556", "NULL", "NULL", 3933, "e8be1d1a-d9b6-42d9-8b46-57a4dc7f97bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:58:54.739541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2937": ["2018-05-12 23:08:52.967734", "NULL", "NULL", 3934, "8c2630be-f77a-4be3-9e77-164ac66f2037", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:08:52.776631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2938": ["2018-05-12 23:08:53.171545", "NULL", "NULL", 3935, "9387d634-38b1-4006-a56a-8e49f6f379a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:08:53.171532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2939": ["2018-05-12 23:18:52.410411", "NULL", "NULL", 3936, "6d02b93d-6417-4701-ba5b-8795d0380db6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:18:52.278426", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2940": ["2018-05-12 23:18:52.614394", "NULL", "NULL", 3937, "64d0baee-5c9e-492e-8a55-5c943e9959d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:18:52.614381", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2941": ["2018-05-12 23:28:53.041479", "NULL", "NULL", 3938, "0fd5638f-3721-478b-998f-bf94ce1f1cb1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:28:52.885551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2942": ["2018-05-12 23:28:53.24498", "NULL", "NULL", 3939, "1c34b3f3-8c9b-4673-8231-207829fb04cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:28:53.244967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2943": ["2018-05-12 23:38:53.276333", "NULL", "NULL", 3940, "6009c00b-1991-4a42-a5de-ff6b98fe55e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:38:53.182342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2944": ["2018-05-12 23:38:53.680105", "NULL", "NULL", 3941, "4c0782d1-ef61-416a-aec4-4a2e7e1991e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:38:53.68009", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2945": ["2018-05-12 23:48:52.507706", "NULL", "NULL", 3942, "126f4965-6511-405b-b6c8-2867a2ffda4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:48:52.483935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2946": ["2018-05-12 23:48:52.911241", "NULL", "NULL", 3943, "54cf7c90-8790-4d55-9a15-08c264d1cdcf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:48:52.91123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2947": ["2018-05-12 23:58:53.942989", "NULL", "NULL", 3944, "14c2349a-d68d-4a87-9869-308f0cb7e918", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:58:53.79413", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2948": ["2018-05-12 23:58:54.547092", "NULL", "NULL", 3945, "d56e4548-c78d-4ae6-83bd-697b05147d52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:58:54.54708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2949": ["2018-05-13 00:08:51.572321", "NULL", "NULL", 3946, "82d5922e-6d07-4bad-a523-966b2e981d56", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:08:51.498604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2950": ["2018-05-13 00:08:51.976151", "NULL", "NULL", 3947, "f87d1396-7ddc-4f48-8f08-f0f1ba241922", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:08:51.97614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2951": ["2018-05-13 00:18:53.206339", "NULL", "NULL", 3948, "255893c8-155f-421b-a567-cdc935519e6c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:18:53.015002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2952": ["2018-05-13 00:18:53.410144", "NULL", "NULL", 3949, "0d200930-13b5-4ded-b16b-be598052c143", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:18:53.410108", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2953": ["2018-05-13 00:28:52.049057", "NULL", "NULL", 3950, "93b9adda-836f-40a5-935e-0b32ff44b057", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:28:51.936451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2954": ["2018-05-13 00:28:52.252666", "NULL", "NULL", 3951, "7c882d1b-c81e-4c46-8a3f-013b39fd26f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:28:52.252655", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2955": ["2018-05-13 00:38:52.885668", "NULL", "NULL", 3952, "3baa5719-19f4-4842-b919-d84230d5fcd8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:38:52.847121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2956": ["2018-05-13 00:38:53.289649", "NULL", "NULL", 3953, "59276405-d4ae-4ac8-9cd3-32b22e0b4a37", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:38:53.289633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2957": ["2018-05-13 00:48:52.316816", "NULL", "NULL", 3954, "b1f3c975-919e-4785-8234-c146d70817c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:48:52.147436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2958": ["2018-05-13 00:48:52.520686", "NULL", "NULL", 3955, "99e6df7b-0213-41b8-a7dc-03543dd2f6e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:48:52.520673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2959": ["2018-05-13 00:58:53.55052", "NULL", "NULL", 3956, "67a32041-ae07-4d16-8665-7c2f80133584", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:58:53.454223", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2960": ["2018-05-13 00:58:54.354772", "NULL", "NULL", 3957, "ed768283-c350-433c-b4a0-6d338fb498c0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:58:54.354757", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2961": ["2018-05-13 01:08:52.382522", "NULL", "NULL", 3958, "1acf24a0-31a6-4930-b6da-248aa3f26572", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:08:52.371105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2962": ["2018-05-13 01:08:52.786216", "NULL", "NULL", 3959, "af0b8675-65c3-4bab-9898-4af857da383c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:08:52.7862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2963": ["2018-05-13 01:18:52.415418", "NULL", "NULL", 3960, "52f3120f-ade7-4582-9e79-1f28a9f39a86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:18:52.383676", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2964": ["2018-05-13 01:18:52.819565", "NULL", "NULL", 3961, "630b5126-7c46-4f07-8895-5a230f04e786", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:18:52.819552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2965": ["2018-05-13 01:28:53.047515", "NULL", "NULL", 3962, "f261e791-efe0-4f86-b812-f68a5db16146", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:28:52.986565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2966": ["2018-05-13 01:28:53.451212", "NULL", "NULL", 3963, "f88271f7-c749-495a-9dec-5c4ccd0ea961", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:28:53.451198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2967": ["2018-05-13 01:38:52.681805", "NULL", "NULL", 3964, "0c9d7c30-64b2-4ac3-8a95-9314763da56e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:38:52.599833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2968": ["2018-05-13 01:38:53.085531", "NULL", "NULL", 3965, "0b1572d0-c8be-4eef-8405-c411a1dae04a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:38:53.085516", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2969": ["2018-05-13 01:48:52.714684", "NULL", "NULL", 3966, "c5fa2fe0-66c4-4754-9726-c137cbb2a9e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:48:52.612113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2970": ["2018-05-13 01:48:53.118457", "NULL", "NULL", 3967, "403209dc-c5b5-4521-a555-ef1d24ba1d4d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:48:53.118437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2971": ["2018-05-13 01:58:53.747207", "NULL", "NULL", 3968, "f776f063-42e0-4a30-acd7-312f663d337f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:58:53.547514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2972": ["2018-05-13 01:58:54.351272", "NULL", "NULL", 3969, "59261841-6b44-4a8a-ae81-21bb5e4456b1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:58:54.351256", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2973": ["2018-05-13 02:08:52.793382", "NULL", "NULL", 3970, "c12660cc-73c3-4344-badb-1e9819c38e9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:08:52.643953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2974": ["2018-05-13 02:08:52.997044", "NULL", "NULL", 3971, "5958ebc0-80da-41cf-a31c-cfce36cc8437", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:08:52.997032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2975": ["2018-05-13 02:18:53.623525", "NULL", "NULL", 3972, "bd18b69e-5b75-422c-9ffb-47f878a3a028", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:18:53.440818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2976": ["2018-05-13 02:18:54.027243", "NULL", "NULL", 3973, "19879eb1-ca16-4402-9399-cf76432ec923", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:18:54.02723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2977": ["2018-05-13 02:28:52.256412", "NULL", "NULL", 3974, "c84e869d-7e3a-4ff1-9fca-1776ef470346", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:28:52.244141", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2978": ["2018-05-13 02:28:52.660023", "NULL", "NULL", 3975, "65f2dab8-f3d2-4f4e-81ab-672a8e90254e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:28:52.660011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2979": ["2018-05-13 02:38:53.688055", "NULL", "NULL", 3976, "4f7f117b-8bd2-48cb-9fdc-d36af18e0db4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:38:53.641071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2980": ["2018-05-13 02:38:54.09268", "NULL", "NULL", 3977, "17b3b6e5-31c5-4635-94ba-44a8620bef9e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:38:54.092668", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2981": ["2018-05-13 02:48:53.318988", "NULL", "NULL", 3978, "77302616-ba20-4d81-96ae-4e74cd46b957", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:48:53.264174", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2982": ["2018-05-13 02:48:53.722665", "NULL", "NULL", 3979, "abbe7be4-07f9-4370-8351-3ceca4a730ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:48:53.722651", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2983": ["2018-05-13 02:58:53.153648", "NULL", "NULL", 3980, "f9a4f943-50d3-4872-9fca-6d4f7f6b6ca8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:58:53.077694", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2984": ["2018-05-13 02:58:53.957978", "NULL", "NULL", 3981, "be5c08d2-11d1-44a0-ae2b-97aea9f561be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:58:53.957963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2985": ["2018-05-13 03:08:53.585235", "NULL", "NULL", 3982, "d530a094-e7ee-4642-b6a3-133b004cde5a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:08:53.39207", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2986": ["2018-05-13 03:08:53.789111", "NULL", "NULL", 3983, "37a9487c-536b-4432-b17e-205a1ea3313d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:08:53.78909", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2987": ["2018-05-13 03:18:53.017765", "NULL", "NULL", 3984, "e9d3255c-18ba-49d2-a228-e10d72276809", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:18:52.892753", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2988": ["2018-05-13 03:18:53.221531", "NULL", "NULL", 3985, "ab68aa19-91af-4711-8bd7-ea7caa305a82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:18:53.221518", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2989": ["2018-05-13 03:28:52.451571", "NULL", "NULL", 3986, "1c3e6778-8fdf-49e0-a204-cfe8dc6e0a67", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:28:52.302378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2990": ["2018-05-13 03:28:52.655196", "NULL", "NULL", 3987, "7d9430ec-4035-469a-a06f-42bc65c81592", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:28:52.655183", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2991": ["2018-05-13 03:38:51.689122", "NULL", "NULL", 3988, "bef29600-9722-4df4-aefc-cca8a3cace28", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:38:51.605614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2992": ["2018-05-13 03:38:52.09344", "NULL", "NULL", 3989, "ba52d6db-433f-49ec-9aef-08eb7581d11f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:38:52.093427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2993": ["2018-05-13 03:48:52.728146", "NULL", "NULL", 3990, "5572f2b8-2b7b-4b28-84f4-3bcf88500bb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:48:52.611355", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2994": ["2018-05-13 03:48:53.132365", "NULL", "NULL", 3991, "2a7eb5ad-48c6-4bbf-b9f6-eebbd21f6f76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:48:53.132352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2995": ["2018-05-13 03:58:53.761305", "NULL", "NULL", 3992, "7dc040c2-a9c1-4b2c-bd9b-3938eeb1266c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:58:53.630985", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2996": ["2018-05-13 03:58:54.365295", "NULL", "NULL", 3993, "e30bd6aa-adc1-4ae2-8226-048214c9fbbf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:58:54.365283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2997": ["2018-05-13 04:08:54.598661", "NULL", "NULL", 3994, "ad5d97b1-cd16-478f-82e0-ee7b0ddb23a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:08:54.4354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2998": ["2018-05-13 04:08:54.802166", "NULL", "NULL", 3995, "c1dd8c4b-aefc-469f-98cf-6056f22389ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:08:54.802152", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2999": ["2018-05-13 04:18:52.235221", "NULL", "NULL", 3996, "1f6efab7-c479-4250-9bca-5a2caa4ba3d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:18:52.046808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3000": ["2018-05-13 04:18:52.639416", "NULL", "NULL", 3997, "a936ccd8-108e-42a9-b4ff-ee922648bccb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:18:52.639401", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3001": ["2018-05-13 04:28:52.268722", "NULL", "NULL", 3998, "dd61a8f4-3c48-41e7-806c-cc8a9ce60e96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:28:52.068201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3002": ["2018-05-13 04:28:52.472291", "NULL", "NULL", 3999, "4875a7d3-9d09-44ec-8382-93a8519be4b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:28:52.472279", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3003": ["2018-05-13 04:38:53.70688", "NULL", "NULL", 4000, "3329cb2f-42ae-41fb-844b-2ada89dbf326", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:38:53.595221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3004": ["2018-05-13 04:38:53.910614", "NULL", "NULL", 1, "68771ce8-e5dd-4651-9f15-184a58b17030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:38:53.910602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3005": ["2018-05-13 04:48:52.547909", "NULL", "NULL", 2, "f3c5e70c-d456-48e5-9df8-e458dc7b9776", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:48:52.38756", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3006": ["2018-05-13 04:48:52.751973", "NULL", "NULL", 3, "13d6fe21-a745-423c-a2a2-2549bbdf5ac9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:48:52.75196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3007": ["2018-05-13 04:58:52.786369", "NULL", "NULL", 4, "d36d5648-7045-4fc5-b766-d3e676886818", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:58:52.717174", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3008": ["2018-05-13 04:58:53.590404", "NULL", "NULL", 5, "ae750012-ac7a-4b15-8d3b-55679a81f309", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:58:53.590389", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3009": ["2018-05-13 05:08:53.221204", "NULL", "NULL", 6, "3db23653-64ab-4924-8b23-d79c0e2083f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:08:53.143842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3010": ["2018-05-13 05:08:53.625086", "NULL", "NULL", 7, "065a4a1f-f157-4a78-a07e-7972a0040833", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:08:53.625071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3011": ["2018-05-13 05:18:52.655654", "NULL", "NULL", 8, "ae5e8242-5d00-4491-a55e-5416e2e52a10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:18:52.459968", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3012": ["2018-05-13 05:18:52.85972", "NULL", "NULL", 9, "c8f09e29-a4a4-48dc-b36e-8f35aec52fdd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:18:52.859705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3013": ["2018-05-13 05:28:52.291147", "NULL", "NULL", 10, "5a39dbde-576d-4380-ac35-55366de9387a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:28:52.166729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3014": ["2018-05-13 05:28:52.496266", "NULL", "NULL", 11, "dc09de1f-eb50-4ca2-b9d9-a974a160482f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:28:52.496253", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3015": ["2018-05-13 05:38:53.125947", "NULL", "NULL", 12, "7a92d92d-5694-4517-b254-e1ba7da6a7ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:38:53.066354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3016": ["2018-05-13 05:38:53.529902", "NULL", "NULL", 13, "530d007a-2f44-48ff-b8e0-ab4687e46bb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:38:53.529888", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3017": ["2018-05-13 05:48:52.157696", "NULL", "NULL", 14, "3b577dcf-41ee-4ec9-b78c-7b1697aad5be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:48:51.973809", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3018": ["2018-05-13 05:48:52.361412", "NULL", "NULL", 15, "f3d09c42-8d24-4577-8717-3359cf31f2ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:48:52.361398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3019": ["2018-05-13 05:58:52.792535", "NULL", "NULL", 16, "88cf2835-c410-4a47-84d1-35328058e643", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:58:52.592841", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3020": ["2018-05-13 05:58:53.396387", "NULL", "NULL", 17, "880e84bc-9d89-41fa-9db2-9f0550dd35b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:58:53.39637", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3021": ["2018-05-13 06:08:52.034276", "NULL", "NULL", 18, "9fec8ea4-e815-4c80-800a-e7dd3814c8b1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:08:52.007201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3022": ["2018-05-13 06:08:52.438257", "NULL", "NULL", 19, "278d7204-dbb2-4d74-a89f-f82f1a51e950", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:08:52.438243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3023": ["2018-05-13 06:18:54.068591", "NULL", "NULL", 20, "66f596f2-1ea5-4d06-8714-0676123e89e0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:18:53.912633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3024": ["2018-05-13 06:18:54.472654", "NULL", "NULL", 21, "2a21b1ba-342e-45e0-b9f0-0953507b0944", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:18:54.472638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3025": ["2018-05-13 06:28:52.303331", "NULL", "NULL", 22, "19cc69b6-dfd6-405f-9dc0-e41ae8fe6c4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:28:52.219575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3026": ["2018-05-13 06:28:52.707134", "NULL", "NULL", 23, "4da3f1eb-6d85-43c9-8efc-9fb0bc18907e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:28:52.707119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3027": ["2018-05-13 06:38:53.737642", "NULL", "NULL", 24, "6ce984c3-e300-46b5-9afc-bf801e0204ac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:38:53.621815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3028": ["2018-05-13 06:38:53.9415", "NULL", "NULL", 25, "fff832db-2739-48d4-8487-81c1a73f187e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:38:53.941488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3029": ["2018-05-13 06:48:52.969592", "NULL", "NULL", 26, "16db163a-dd8d-494f-b632-03e76b2bb457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:48:52.924952", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3030": ["2018-05-13 06:48:53.373457", "NULL", "NULL", 27, "9cddb833-8d1d-4462-a43f-d53be5093fd5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:48:53.373436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3031": ["2018-05-13 06:58:53.200379", "NULL", "NULL", 28, "8b50ae20-4d96-4f0c-8adc-17e636a92c18", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:58:53.157679", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3032": ["2018-05-13 06:58:54.004384", "NULL", "NULL", 29, "1b82f109-bb79-4896-9f54-d80214e00de1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:58:54.004371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3033": ["2018-05-13 07:08:52.841861", "NULL", "NULL", 30, "fcf9ef50-9300-4072-aafb-30a4929e8b62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:08:52.782685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3034": ["2018-05-13 07:08:53.245599", "NULL", "NULL", 31, "1243551a-750f-4ffb-9c7f-20168975e348", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:08:53.24558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3035": ["2018-05-13 07:18:52.475464", "NULL", "NULL", 32, "8277b371-b13e-48af-b202-224fd808d594", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:18:52.313931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3036": ["2018-05-13 07:18:52.8794", "NULL", "NULL", 33, "b1440a85-3159-4986-ab5d-f5cca66aba52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:18:52.879384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3037": ["2018-05-13 07:28:52.709053", "NULL", "NULL", 34, "bccdc8da-acbc-4503-ad45-720552421cbe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:28:52.622491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3038": ["2018-05-13 07:28:53.112698", "NULL", "NULL", 35, "83bca05d-8a82-4960-953b-198f8db65bb7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:28:53.112686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3039": ["2018-05-13 07:38:52.538339", "NULL", "NULL", 36, "16ff9ab7-adc6-4e89-b0a5-2b02a8f9b420", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:38:52.527926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3040": ["2018-05-13 07:38:52.94217", "NULL", "NULL", 37, "9d24ea18-f8ae-4677-b3e7-bf6f4a964488", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:38:52.942155", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3041": ["2018-05-13 07:48:52.970368", "NULL", "NULL", 38, "c6ecb5cb-f891-4be0-bd0a-98a2c4c98f8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:48:52.935213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3042": ["2018-05-13 07:48:53.374623", "NULL", "NULL", 39, "08710c74-3abf-42d1-babb-7809540c836c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:48:53.374609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3043": ["2018-05-13 07:58:52.403593", "NULL", "NULL", 40, "149ef142-120a-401a-8e08-513f81651453", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:58:52.242569", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3044": ["2018-05-13 07:58:53.207502", "NULL", "NULL", 41, "6cb479ed-ab42-4afc-8156-699ae895f44b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:58:53.207487", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3045": ["2018-05-13 08:08:52.633629", "NULL", "NULL", 42, "6733dec9-b12d-49f9-8236-b42df6668918", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:08:52.547814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3046": ["2018-05-13 08:08:53.037533", "NULL", "NULL", 43, "251a759b-967a-4893-b843-e202d500667c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:08:53.037519", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3047": ["2018-05-13 08:18:52.467146", "NULL", "NULL", 44, "8b9ef291-f486-44a7-8f70-fd020d499d1a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:18:52.453999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3048": ["2018-05-13 08:18:52.870825", "NULL", "NULL", 45, "c6c4610b-2c7d-4871-8fec-a10e5d2cfe0a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:18:52.87081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3049": ["2018-05-13 08:28:52.502693", "NULL", "NULL", 46, "1f4989d9-b140-443b-87be-05df0a2bb6bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:28:52.370222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3050": ["2018-05-13 08:28:52.906644", "NULL", "NULL", 47, "5c535439-387b-4021-a2b5-74d14aee9c90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:28:52.906629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3051": ["2018-05-13 08:38:53.139866", "NULL", "NULL", 48, "62a55418-8da9-422d-a589-14b9758da027", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:38:53.087934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3052": ["2018-05-13 08:38:53.943833", "NULL", "NULL", 49, "83971d9e-8b0a-4b4e-be9d-be3b8a42fc0d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:38:53.943818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3053": ["2018-05-13 08:48:52.573215", "NULL", "NULL", 50, "aab092d8-fcf8-41ea-a41a-efaef6e45419", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:48:52.521996", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3054": ["2018-05-13 08:48:52.976699", "NULL", "NULL", 51, "1fbc83d0-ccaa-4884-af1e-9a12caa4233e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:48:52.976684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3055": ["2018-05-13 08:58:53.013111", "NULL", "NULL", 52, "d75b14a6-4a9f-4392-9ae0-27f3e890d2e4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:58:52.943647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3056": ["2018-05-13 08:58:53.817241", "NULL", "NULL", 53, "e0d4d6ab-70b2-4b97-b0d0-3166e32bda0b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:58:53.817228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3057": ["2018-05-13 09:08:53.046742", "NULL", "NULL", 54, "dfe99403-6d12-4c41-8fa0-db393decd2a1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:08:52.854038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3058": ["2018-05-13 09:08:53.250567", "NULL", "NULL", 55, "cd6104ca-dd1e-4cde-996c-741e2bc71aba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:08:53.25055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3059": ["2018-05-13 09:18:52.079584", "NULL", "NULL", 56, "e76dbbfb-05a4-44c3-99de-87015705ef86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:18:51.954255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3060": ["2018-05-13 09:18:52.283403", "NULL", "NULL", 57, "215455f5-af32-45d0-a808-33ed84deac8b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:18:52.283392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3061": ["2018-05-13 09:28:52.513192", "NULL", "NULL", 58, "20b02fc4-93d5-463c-803b-2dba1cc3e0d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:28:52.453284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3062": ["2018-05-13 09:28:52.917105", "NULL", "NULL", 59, "2860c73c-814d-4223-9458-855c3b1da703", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:28:52.917091", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3063": ["2018-05-13 09:38:52.14673", "NULL", "NULL", 60, "f5ded3f2-35c9-4c3a-8b99-2aac2b4119d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:38:51.962258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3064": ["2018-05-13 10:58:53.625428", "NULL", "NULL", 76, "740d8d83-64d3-4da8-b4bf-a42a09ca96d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:58:53.473787", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3065": ["2018-05-13 10:58:54.22941", "NULL", "NULL", 77, "8468de1a-2c5e-4bac-979f-aa6d5d2f6915", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:58:54.229398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3066": ["2018-05-13 11:08:53.455502", "NULL", "NULL", 78, "a35f9ec2-6463-4024-9625-b78f9a2ed2c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:08:53.380905", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3067": ["2018-05-13 11:08:53.859227", "NULL", "NULL", 79, "898738f0-8305-470a-a6c6-393b53fcf5eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:08:53.859212", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3068": ["2018-05-13 11:18:53.090455", "NULL", "NULL", 80, "fb8807eb-12f2-459a-b58a-347ae5f0545f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:18:52.97934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3069": ["2018-05-13 11:18:53.294149", "NULL", "NULL", 81, "540da9c2-af86-42e4-93af-9195fff28800", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:18:53.294137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3070": ["2018-05-13 09:38:52.350647", "NULL", "NULL", 61, "44e9994c-edc2-40c5-85af-a017f7acb498", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:38:52.350632", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3071": ["2018-05-13 09:48:52.182616", "NULL", "NULL", 62, "55011714-5143-431c-8f09-e9fae7e520b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:48:52.082727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3072": ["2018-05-13 09:48:52.386224", "NULL", "NULL", 63, "4aa097fd-6607-46ee-85c6-692fbde9346b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:48:52.386212", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3073": ["2018-05-13 11:28:52.322613", "NULL", "NULL", 82, "13167f4f-2405-46b4-a1c9-f5cc59ac9589", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:28:52.28354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3074": ["2018-05-13 11:28:52.72652", "NULL", "NULL", 83, "833ac244-7a04-49b5-9baa-27ad5fb0cdc7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:28:52.726506", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3075": ["2018-05-13 11:38:52.559931", "NULL", "NULL", 84, "1f9f3b92-41e1-4d3a-9680-77fad547ede0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:38:52.494353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3076": ["2018-05-13 11:38:52.963657", "NULL", "NULL", 85, "160bae71-b384-46a2-bfb5-ecaf240218df", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:38:52.963643", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3077": ["2018-05-13 11:48:52.395202", "NULL", "NULL", 86, "ce01bbc5-7b2f-4489-b31b-887eab35be0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:48:52.32491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3078": ["2018-05-13 11:48:52.799075", "NULL", "NULL", 87, "04e7415f-8b7b-4066-838a-70015a90d691", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:48:52.79906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3079": ["2018-05-13 11:58:53.828565", "NULL", "NULL", 88, "150c60c1-c3d1-4493-9434-672a8ad0b496", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:58:53.631946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3080": ["2018-05-13 11:58:54.432244", "NULL", "NULL", 89, "b30efa13-a4e4-43d7-a33e-4966a4328547", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:58:54.432232", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3081": ["2018-05-13 12:08:52.861201", "NULL", "NULL", 90, "fd188930-5ddc-4c44-ac63-c23b5971d9e2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:08:52.751734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3082": ["2018-05-13 12:08:53.265055", "NULL", "NULL", 91, "b44ef8ad-9276-4021-bdd7-93db17611411", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:08:53.265024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3083": ["2018-05-13 12:18:52.094588", "NULL", "NULL", 92, "7718ebe9-25d8-48ee-a9f2-368a724ebf44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:18:51.945178", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3084": ["2018-05-13 12:18:52.498094", "NULL", "NULL", 93, "3ed9b0fd-9645-44ce-a83f-757176976c1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:18:52.498079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3085": ["2018-05-13 12:28:52.12514", "NULL", "NULL", 94, "af053f82-e778-46dc-a6e7-c4eedd5a2526", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:28:52.04769", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3086": ["2018-05-13 12:28:52.728968", "NULL", "NULL", 95, "bb0c71e5-c886-448c-8440-16ac6c92d9a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:28:52.728953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3087": ["2018-05-13 12:38:52.160705", "NULL", "NULL", 96, "30ed892d-a54a-4f9a-9085-99110fc547c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:38:52.056521", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3088": ["2018-05-13 12:38:52.364317", "NULL", "NULL", 97, "95d3c10b-d981-4c19-a6fe-8c0e6566b92d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:38:52.364305", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3089": ["2018-05-13 12:48:53.595862", "NULL", "NULL", 98, "5a5f83db-93bf-4cce-919e-ff3c732da80b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:48:53.561705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3090": ["2018-05-13 12:48:53.999633", "NULL", "NULL", 99, "0211874e-386a-48b9-9a74-8989e0dcae85", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:48:53.999621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3091": ["2018-05-13 12:58:52.428389", "NULL", "NULL", 100, "e5efd74d-ed96-472a-af8b-5eb44d3e2dfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:58:52.26946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3092": ["2018-05-13 12:58:53.032448", "NULL", "NULL", 101, "b9c036d0-f534-4ddf-b4e4-946d8460e24e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:58:53.032428", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3093": ["2018-05-13 13:08:52.863024", "NULL", "NULL", 102, "e5d84c97-d0b5-4c48-b939-88af8324e25d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:08:52.671423", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3094": ["2018-05-13 13:08:53.066627", "NULL", "NULL", 103, "70e4f677-c948-4514-a536-3ada145d53fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:08:53.066612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3095": ["2018-05-13 13:18:52.099938", "NULL", "NULL", 104, "0f798e4a-bece-4d2e-b505-725c2186e7f6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:18:52.073132", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3096": ["2018-05-13 13:18:52.503814", "NULL", "NULL", 105, "841268ce-2c6f-40c7-9849-b1157b54fbb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:18:52.5038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3097": ["2018-05-13 13:28:52.133653", "NULL", "NULL", 106, "7ea1cfc4-c78c-4cb1-9a4e-a0839b87fffc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:28:52.078612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3098": ["2018-05-13 13:28:52.537648", "NULL", "NULL", 107, "80cc1bd5-673d-4d36-a074-79fa40dd2810", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:28:52.537633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3099": ["2018-05-13 13:38:52.571838", "NULL", "NULL", 108, "9a9a42ac-edc7-45ab-bb29-0b95eb98f6c8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:38:52.490528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3100": ["2018-05-13 13:38:52.975771", "NULL", "NULL", 109, "e704cd0b-0bd1-4577-aa82-62e77c013ef4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:38:52.975744", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3101": ["2018-05-13 13:48:52.812616", "NULL", "NULL", 110, "f3fbada4-ebef-4bb2-8722-bf7657034a8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:48:52.712447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3102": ["2018-05-13 13:48:53.216635", "NULL", "NULL", 111, "481f3658-f794-40e8-b59c-a79d91a89a4c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:48:53.216621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3103": ["2018-05-13 13:58:53.246477", "NULL", "NULL", 112, "66f09102-73a7-4d40-a0d6-70e80877f867", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:58:53.232218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3104": ["2018-05-13 13:58:54.2505", "NULL", "NULL", 113, "9a622df1-cd0d-4463-b898-9c1dfb4a11e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:58:54.250468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3105": ["2018-05-13 14:08:52.481102", "NULL", "NULL", 114, "5aec691f-3420-4cb0-95e0-21f3e14d3500", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:08:52.463492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3106": ["2018-05-13 14:08:52.88527", "NULL", "NULL", 115, "1d836af9-a806-4384-9b51-8eab160612d0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:08:52.885254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3107": ["2018-05-13 14:18:53.116315", "NULL", "NULL", 116, "0320d916-6362-42ff-8f18-55dbcdb263a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:18:53.07227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3108": ["2018-05-13 14:18:53.920379", "NULL", "NULL", 117, "9ed94e1d-ca41-4ddb-88ec-0d1d8d9ef1f5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:18:53.920353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3109": ["2018-05-13 14:28:52.95427", "NULL", "NULL", 118, "dcf36efa-c53e-4e68-8b98-a0dc4dbc43b1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:28:52.898162", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3110": ["2018-05-13 14:28:53.358647", "NULL", "NULL", 119, "b689eeb1-3be9-451e-8317-df4ff756374b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:28:53.358633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3111": ["2018-05-13 14:38:53.386026", "NULL", "NULL", 120, "9003c297-513b-41f2-a94d-a99913455b5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:38:53.31", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3112": ["2018-05-13 14:38:53.789829", "NULL", "NULL", 121, "1b80a81a-a895-4692-9e18-899208aa4772", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:38:53.789815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3113": ["2018-05-13 14:48:52.819416", "NULL", "NULL", 122, "84398289-1fc2-40f9-8141-c746b2f50336", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:48:52.724972", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3114": ["2018-05-13 14:48:53.223364", "NULL", "NULL", 123, "c58333b6-0480-45e0-9476-238d7aace98a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:48:53.22335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3115": ["2018-05-14 06:28:53.293071", "NULL", "NULL", 313, "7616848b-6e2c-466c-b5d1-c96f680f6d9b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:28:53.293058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3116": ["2018-05-14 06:38:52.322109", "NULL", "NULL", 314, "72d9fa93-66ea-4cd6-a67f-9a863be98958", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:38:52.22978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3117": ["2018-05-14 06:38:52.725926", "NULL", "NULL", 315, "279ff45a-17cc-44db-8a6e-b7cf9ece7f14", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:38:52.725912", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3118": ["2018-05-14 08:48:52.618424", "NULL", "NULL", 340, "24d9cbb9-6d81-4808-9ab8-89c96ffd5f6b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:48:52.479661", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3119": ["2018-05-14 08:48:52.822192", "NULL", "NULL", 341, "0d1f127b-23a6-4559-8ab7-5310d18cd0cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:48:52.822181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3120": ["2018-05-14 08:58:52.256901", "NULL", "NULL", 342, "4be8f190-db37-4b07-8d07-ea4c5c001456", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:58:52.18564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3121": ["2018-05-14 08:58:53.060811", "NULL", "NULL", 343, "05937398-2c0a-4819-bb74-710cd121f814", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:58:53.060797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3122": ["2018-05-14 09:08:53.690938", "NULL", "NULL", 344, "5c2e8541-3cf6-4b53-9435-ba2558bad0ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:08:53.500226", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3123": ["2018-05-14 09:08:54.094941", "NULL", "NULL", 345, "4fe47cd0-bef9-4353-891a-79eaa09faef0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:08:54.094918", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3124": ["2018-05-14 09:18:52.531404", "NULL", "NULL", 346, "ea789cc3-1aab-4a4d-a698-30a01f154515", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:18:52.525144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3125": ["2018-05-14 09:18:52.93531", "NULL", "NULL", 347, "afec72a3-50a1-4b17-9b23-cd271d1856fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:18:52.935297", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3126": ["2018-05-14 09:28:53.163454", "NULL", "NULL", 348, "b4487554-4ff6-4e40-af02-6bdb3f2557fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:28:53.04755", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3127": ["2018-05-13 14:58:53.652633", "NULL", "NULL", 124, "ecec94e0-e28b-4046-b7d2-e2017853ad21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:58:53.526966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3128": ["2018-05-13 14:58:54.256379", "NULL", "NULL", 125, "4ba1cc43-fe66-40ee-9a36-f5ec5d4f4897", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:58:54.256366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3129": ["2018-05-13 15:08:51.697873", "NULL", "NULL", 126, "dc80eaa5-7ce1-4fd4-9a90-02274e62e58e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:08:51.627181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3130": ["2018-05-13 15:08:52.101669", "NULL", "NULL", 127, "e0248c47-2314-462e-8ca5-52756704a98f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:08:52.101654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3131": ["2018-05-13 15:18:52.52981", "NULL", "NULL", 128, "0dacc0e8-3094-4141-a1bb-e83e1641cc94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:18:52.335534", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3132": ["2018-05-13 15:18:52.73346", "NULL", "NULL", 129, "9581b120-27d9-4f8f-85ec-0bc145061c1d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:18:52.73344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3133": ["2018-05-13 15:28:52.771848", "NULL", "NULL", 130, "a7c3e2d9-ad9e-4049-a827-5466863c0199", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:28:52.741695", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3134": ["2018-05-13 15:28:53.17561", "NULL", "NULL", 131, "b669c474-3512-4c24-aac6-60dea8f094d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:28:53.175597", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3135": ["2018-05-13 15:38:53.607362", "NULL", "NULL", 132, "0e01ee1a-f11f-4bc7-9676-ddd936d0ffbe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:38:53.468693", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3136": ["2018-05-13 15:38:53.810909", "NULL", "NULL", 133, "571e61fa-6f93-4b85-b10c-42bdbb237bab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:38:53.810896", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3137": ["2018-05-13 15:48:51.839299", "NULL", "NULL", 134, "189cf1c1-7c6f-47c0-81fc-8db1fd622bd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:48:51.766914", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3138": ["2018-05-13 15:48:52.243128", "NULL", "NULL", 135, "14aa44e8-b0f0-4d73-85a6-11285dc4253b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:48:52.243113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3139": ["2018-05-13 15:58:54.074133", "NULL", "NULL", 136, "6c443f20-c482-4561-9fab-ec8e5c1ef637", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:58:53.98132", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3140": ["2018-05-13 15:58:55.078052", "NULL", "NULL", 137, "e2ccace8-c3f0-4454-bc64-0a18ee67fb8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:58:55.078037", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3141": ["2018-05-13 16:08:53.909809", "NULL", "NULL", 138, "d8601677-45cd-4751-a85f-b06af93ef36b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:08:53.708967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3142": ["2018-05-13 16:08:54.113493", "NULL", "NULL", 139, "7946917b-7721-4c8c-8e7c-4b129d4d3ff2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:08:54.113478", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3143": ["2018-05-13 16:18:53.341328", "NULL", "NULL", 140, "898c21af-607c-4257-8d63-90635e93e1fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:18:53.316457", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3144": ["2018-05-13 16:18:53.745263", "NULL", "NULL", 141, "8a544742-2681-4d1d-8f87-4b0084a8c6d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:18:53.745252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3145": ["2018-05-13 16:28:52.786325", "NULL", "NULL", 142, "aec15615-db31-4395-91f1-bebaa760b142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:28:52.618718", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3146": ["2018-05-13 16:28:52.990289", "NULL", "NULL", 143, "5f621576-5f08-4584-a0d9-34d12a5e968a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:28:52.990276", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3147": ["2018-05-13 16:38:52.618705", "NULL", "NULL", 144, "4f0648d7-15c9-41e7-bece-6cbf92bf921a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:38:52.539898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3148": ["2018-05-13 16:38:53.022407", "NULL", "NULL", 145, "1740fc48-4974-4709-bc1d-efbd0c17a2f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:38:53.022394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3149": ["2018-05-13 16:48:51.855935", "NULL", "NULL", 146, "f8e0e2d5-b19e-4a7d-93b4-44360db6b35f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:48:51.85019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3150": ["2018-05-13 16:48:52.259793", "NULL", "NULL", 147, "09c8bd4e-917f-4bc4-bdb5-56ded32d5870", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:48:52.259781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3151": ["2018-05-13 16:58:52.895944", "NULL", "NULL", 148, "f73005b5-a6d5-4db3-9042-0fcba476dc71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:58:52.750887", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3152": ["2018-05-13 16:58:53.699846", "NULL", "NULL", 149, "efbdc4dd-5c3d-41a6-9710-5ce68f52d9cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:58:53.699831", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3153": ["2018-05-13 17:08:53.529516", "NULL", "NULL", 150, "1256105a-ccb6-4503-85b6-6e16945da5e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:08:53.361624", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3154": ["2018-05-13 17:08:53.733349", "NULL", "NULL", 151, "f625bfdd-c234-41bc-b152-02442c9e1486", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:08:53.733335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3155": ["2018-05-13 17:18:52.760896", "NULL", "NULL", 152, "c29428f8-ece2-4cc5-b92e-788e5f35cc7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:18:52.560641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3156": ["2018-05-13 17:18:52.964475", "NULL", "NULL", 153, "b397598b-dca0-4f01-9303-c77e6ce42378", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:18:52.964462", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3157": ["2018-05-13 17:28:52.993714", "NULL", "NULL", 154, "8300808b-e958-41d5-97d3-be684902b71e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:28:52.970848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3158": ["2018-05-13 17:28:53.397648", "NULL", "NULL", 155, "ec7522ae-662d-4bed-b8cc-d63e5ce23623", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:28:53.397634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3159": ["2018-05-13 17:38:52.433868", "NULL", "NULL", 156, "561a9644-422a-4809-bf1b-884a795eea86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:38:52.274584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3160": ["2018-05-13 17:38:52.637335", "NULL", "NULL", 157, "6315d4ae-651a-4f9d-b9c3-e4733979f9d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:38:52.637321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3161": ["2018-05-13 17:48:53.072437", "NULL", "NULL", 158, "192e5727-1781-4521-ade1-18c3f4406df2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:48:52.89158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3162": ["2018-05-13 17:48:53.276559", "NULL", "NULL", 159, "23ad2973-bc17-42ca-b7dd-b6452eef99b3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:48:53.276543", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3163": ["2018-05-13 17:58:53.903307", "NULL", "NULL", 160, "4c621ed9-48a4-4763-815b-d25d73a38cf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:58:53.807587", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3164": ["2018-05-13 17:58:54.707475", "NULL", "NULL", 161, "58cfb876-9adf-47c8-a6b5-ebfe965d8ae6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:58:54.707447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3165": ["2018-05-13 18:08:53.136712", "NULL", "NULL", 162, "4000e05c-0044-46a9-9735-ba457a019de5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:08:53.013094", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3166": ["2018-05-13 18:08:53.340364", "NULL", "NULL", 163, "eb01d36d-9c0b-4387-8fe5-28ba6baa3f93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:08:53.340353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3167": ["2018-05-13 18:18:53.372307", "NULL", "NULL", 164, "311a0737-c1ef-4dc8-92ba-cdea1fa8df5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:18:53.224169", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3168": ["2018-05-13 18:18:53.575944", "NULL", "NULL", 165, "a1eb4bc8-d46c-4678-9bb3-7c36810712b7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:18:53.575931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3169": ["2018-05-13 18:28:52.812107", "NULL", "NULL", 166, "a810c59e-837b-4ece-b24d-b616e60db142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:28:52.630242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3170": ["2018-05-13 18:28:53.015962", "NULL", "NULL", 167, "cfe66091-66e2-4c8a-8f74-5bcf81edcc07", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:28:53.015935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3171": ["2018-05-13 18:38:52.245604", "NULL", "NULL", 168, "e8b76fdf-f9cc-4269-bfac-63dadc909ec7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:38:52.146194", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3172": ["2018-05-13 18:38:52.649407", "NULL", "NULL", 169, "477d82c0-7feb-4653-a310-bc2bf78dccbc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:38:52.649392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3173": ["2018-05-13 18:48:52.079839", "NULL", "NULL", 170, "cdc93db0-d8c8-4c0b-9144-7037611803bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:48:51.959156", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3174": ["2018-05-13 18:48:52.483646", "NULL", "NULL", 171, "c4eec352-0b20-46d2-a979-b562c4ba336b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:48:52.483633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3175": ["2018-05-13 18:58:54.514393", "NULL", "NULL", 172, "d6350a9e-99ff-4824-9b56-5031185d0b4a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:58:54.464886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3176": ["2018-05-13 18:58:55.318589", "NULL", "NULL", 173, "00ca0441-1a79-4709-bb18-fe60681034e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:58:55.318574", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3177": ["2018-05-13 19:08:54.75022", "NULL", "NULL", 174, "cd85c02b-878a-4f37-b5cc-83e788620694", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:08:54.576669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3178": ["2018-05-13 19:08:54.954134", "NULL", "NULL", 175, "7d71f8cb-13a9-4a61-8d8f-3038c573b864", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:08:54.954121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3179": ["2018-05-13 19:18:52.181601", "NULL", "NULL", 176, "096ff882-c8fa-4afb-98ad-af1e286dad9c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:18:51.985337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3180": ["2018-05-13 19:18:52.385219", "NULL", "NULL", 177, "86b4c1d3-93b7-449d-b878-d6bf92e46459", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:18:52.385205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3181": ["2018-05-13 19:28:52.021624", "NULL", "NULL", 178, "3abdd4fe-2f36-4031-a85f-373878c28b77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:28:51.991581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3182": ["2018-05-13 19:28:52.425243", "NULL", "NULL", 179, "23d9a471-9262-4eb9-8c30-1777ac8c9e71", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:28:52.42523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3183": ["2018-05-13 19:38:53.054185", "NULL", "NULL", 180, "91701c67-6b61-4ec2-94f6-3a2600130756", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:38:52.991115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3184": ["2018-05-13 19:38:53.457998", "NULL", "NULL", 181, "73b942af-3d5b-45ce-a0a8-9b56a8b162bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:38:53.457986", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3185": ["2018-05-13 19:48:53.291128", "NULL", "NULL", 182, "6174a2c6-d7f4-4004-9a87-96e65155d7cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:48:53.098281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3186": ["2018-05-13 19:48:53.494643", "NULL", "NULL", 183, "b351e9f2-262f-47bd-802d-ffe968162e92", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:48:53.494629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3187": ["2018-05-13 19:54:01.61576", "NULL", "NULL", 184, "b401f13a-d504-421b-a75e-48d4e7c4b9ad", "100.114", "set", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-13 19:54:01.613652", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3188": ["2018-05-13 19:58:52.928081", "NULL", "NULL", 185, "8c7989f9-f11d-446d-b359-60c401a9f18e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:58:52.799268", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3189": ["2018-05-13 19:58:53.531959", "NULL", "NULL", 186, "be11b055-4ddb-41b0-8ab5-be9289aac713", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:58:53.531947", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3190": ["2018-05-13 20:08:53.961453", "NULL", "NULL", 187, "5e0b4943-d572-456b-96aa-84e742017488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:08:53.901857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3191": ["2018-05-13 20:08:54.365356", "NULL", "NULL", 188, "da5a4a1a-999c-4f0d-9d93-717f8d3c620b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:08:54.365344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3192": ["2018-05-13 20:18:52.194649", "NULL", "NULL", 189, "0e6b39e3-32e7-4c33-83fc-21e85d1864dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:18:52.116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3193": ["2018-05-13 20:18:52.598507", "NULL", "NULL", 190, "264de31d-ef92-4e46-a7ff-22c836a3bcb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:18:52.59844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3194": ["2018-05-13 20:28:53.031008", "NULL", "NULL", 191, "b2a21f5b-8715-4758-94bb-78d03e9a4cf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:28:52.837211", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3195": ["2018-05-13 20:28:53.234723", "NULL", "NULL", 192, "40f889fa-e8c9-4584-b9d6-43a653bbef04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:28:53.234708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3196": ["2018-05-13 20:38:53.66449", "NULL", "NULL", 193, "afb4668f-cce3-4afb-adb3-1e923950afb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:38:53.55254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3197": ["2018-05-13 20:38:53.868081", "NULL", "NULL", 194, "9c637542-b2e8-471d-b213-0ba5ba0baec5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:38:53.868069", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3198": ["2018-05-13 20:48:52.299432", "NULL", "NULL", 195, "420d3d80-c6da-477b-8e89-2f8c81ea3ec6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:48:52.162277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3199": ["2018-05-13 20:48:52.503546", "NULL", "NULL", 196, "859e9b3d-fc12-4050-938b-52b9f3052cef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:48:52.503533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3200": ["2018-05-13 20:58:53.934563", "NULL", "NULL", 197, "d8218189-c75f-4001-b1b8-26034f9016e3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:58:53.864575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3201": ["2018-05-13 20:58:54.738858", "NULL", "NULL", 198, "52f9ea6a-5c27-4b0a-8d76-e442bfe1b08d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:58:54.738844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3202": ["2018-05-13 21:04:03.857536", "NULL", "NULL", 199, "a7ead59a-2cf4-48de-aa7b-f7f3a8357266", "100.114", "clear", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-13 21:04:03.857523", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3203": ["2018-05-13 21:08:52.970822", "NULL", "NULL", 200, "13f7c8c8-3d3a-47b5-8bf3-ffe294e00775", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:08:52.78008", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3204": ["2018-05-13 21:08:53.174568", "NULL", "NULL", 201, "b355a204-d48e-499f-9c95-47cb60fafe59", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:08:53.174552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3205": ["2018-05-13 21:18:53.005154", "NULL", "NULL", 202, "0fbe15eb-22f4-4bf4-a293-9bd1c1227d77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:18:52.996221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3206": ["2018-05-13 21:18:53.40908", "NULL", "NULL", 203, "d9e0a002-7efb-4b14-b34c-1a9febe8f6d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:18:53.409058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3207": ["2018-05-13 21:28:53.637995", "NULL", "NULL", 204, "639b022d-07f3-4deb-8629-891823ba9d4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:28:53.498321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3208": ["2018-05-13 21:28:53.841515", "NULL", "NULL", 205, "d4077506-b83f-482e-ac96-9637a52f6c33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:28:53.841503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3209": ["2018-05-13 21:38:53.26961", "NULL", "NULL", 206, "55d34c29-76d9-4996-8213-5a4664db8a8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:38:53.117246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3210": ["2018-05-13 21:38:53.473328", "NULL", "NULL", 207, "d464e911-4256-4b44-93b0-8baaead4541a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:38:53.473316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3211": ["2018-05-13 21:48:52.30588", "NULL", "NULL", 208, "b11efaf9-099e-4d6c-bf11-34de65ced401", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:48:52.228341", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3212": ["2018-05-13 21:48:52.709931", "NULL", "NULL", 209, "a99c74d3-9524-49fc-8dd5-10f87288200b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:48:52.709916", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3213": ["2018-05-13 21:58:53.740598", "NULL", "NULL", 210, "c3f95ec2-8fd5-4959-b93c-5ea2d7f5024f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:58:53.655045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3214": ["2018-05-13 21:58:54.544529", "NULL", "NULL", 211, "5f4b2099-dc93-425b-a8ff-04834a6a14aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:58:54.544517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3215": ["2018-05-13 22:08:52.974194", "NULL", "NULL", 212, "bd80a51d-facd-4fc2-8f34-3b09eaee568f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:08:52.873671", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3216": ["2018-05-13 22:08:53.378034", "NULL", "NULL", 213, "d0953c68-c602-49a8-b2a0-45f85ad1dda0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:08:53.378021", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3217": ["2018-05-13 22:18:52.607327", "NULL", "NULL", 214, "3164dd77-edf3-4f73-bc7a-7a3d94f463d1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:18:52.501052", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3218": ["2018-05-13 22:18:52.811052", "NULL", "NULL", 215, "3c954ecb-b9df-47e3-af02-d23e34d2993b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:18:52.81104", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3219": ["2018-05-13 22:28:53.041617", "NULL", "NULL", 216, "b027d9fe-8d96-4313-9006-5c56b5dd9c0b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:28:52.917899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3220": ["2018-05-13 22:28:53.445441", "NULL", "NULL", 217, "7678a839-613e-430d-b6bb-1a884a7e2531", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:28:53.445429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3221": ["2018-05-13 22:38:52.872062", "NULL", "NULL", 218, "18a329a7-b0b4-4774-899e-35a5affa74e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:38:52.828208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3222": ["2018-05-13 22:38:53.276148", "NULL", "NULL", 219, "7e02e414-05ce-480a-96e2-d99208cad88f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:38:53.276119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3223": ["2018-05-13 22:48:53.506331", "NULL", "NULL", 220, "622888ce-120b-4150-91ba-72ebeba9152a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:48:53.353759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3224": ["2018-05-13 22:48:53.910056", "NULL", "NULL", 221, "e240accb-0e76-459d-9997-91958161ab20", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:48:53.910041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3225": ["2018-05-13 22:58:53.138835", "NULL", "NULL", 222, "9d8e9860-d80f-4344-aa9c-e440999bd357", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:58:53.05327", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3226": ["2018-05-13 22:58:53.942844", "NULL", "NULL", 223, "0e7c1114-38ea-405a-8516-46e11c16cc84", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:58:53.942831", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3227": ["2018-05-13 23:08:52.171977", "NULL", "NULL", 224, "c4cfd90c-7045-425c-ab0f-c50e13a1fc5b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:08:52.047674", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3228": ["2018-05-13 23:08:52.375944", "NULL", "NULL", 225, "6f58ba4f-2c16-40ba-9497-eb1b966f1bb3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:08:52.375931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3229": ["2018-05-13 23:18:52.605556", "NULL", "NULL", 226, "6ffbbf7e-8997-4e22-a3a7-c28b8fed7acd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:18:52.554619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3230": ["2018-05-13 23:18:53.009235", "NULL", "NULL", 227, "c51b6a5b-6c65-4fb6-a3c0-32d3571e22ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:18:53.00922", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3231": ["2018-05-13 23:28:53.037716", "NULL", "NULL", 228, "cd691aa9-3ed6-4689-81bc-87c83774196b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:28:52.961991", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3232": ["2018-05-13 23:28:53.441752", "NULL", "NULL", 229, "af51dac2-9d40-4019-a496-9e181ad8a4d3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:28:53.441737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3233": ["2018-05-13 23:38:52.66983", "NULL", "NULL", 230, "2d4b561b-8487-4825-8497-96317f1a4fd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:38:52.66096", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3234": ["2018-05-13 23:38:53.274144", "NULL", "NULL", 231, "c07ca8d3-7838-446b-a0f3-12f568d38870", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:38:53.274129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3235": ["2018-05-13 23:48:52.905204", "NULL", "NULL", 232, "afab4f93-cbac-4f38-a8cb-8f83fde0855e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:48:52.877105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3236": ["2018-05-13 23:48:53.30903", "NULL", "NULL", 233, "36f0096b-feeb-4855-92ee-2246bdbf13b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:48:53.309018", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3237": ["2018-05-13 23:58:52.945345", "NULL", "NULL", 234, "5478d16e-4f4a-4a22-90f2-6b8f2223b69d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:58:52.88092", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3238": ["2018-05-13 23:58:53.549352", "NULL", "NULL", 235, "41576d02-66bd-405a-acdb-139886972205", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:58:53.54934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3239": ["2018-05-14 00:08:54.378577", "NULL", "NULL", 236, "39215f64-6d92-4a96-935b-9a01d7af54b8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:08:54.304706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3240": ["2018-05-14 00:08:54.782329", "NULL", "NULL", 237, "3e216720-14c4-477e-a0e4-176dad4e84e5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:08:54.782315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3241": ["2018-05-14 00:18:52.610851", "NULL", "NULL", 238, "926d5371-1a31-4484-b9a5-db2f26c01dd8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:18:52.417569", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3242": ["2018-05-14 00:18:52.814413", "NULL", "NULL", 239, "d4ffff8f-1bda-478d-b393-71a04c6a25cc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:18:52.814394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3243": ["2018-05-14 00:28:53.849922", "NULL", "NULL", 240, "56f8888c-891b-432f-b9e8-bfa08ef1ea8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:28:53.742984", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3244": ["2018-05-14 00:28:54.053526", "NULL", "NULL", 241, "ae39629a-863a-41e9-ae0d-573554295743", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:28:54.053511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3245": ["2018-05-14 00:38:52.489516", "NULL", "NULL", 242, "9895f30f-4d6c-43bb-b9a2-fbe4ddaf5823", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:38:52.352154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3246": ["2018-05-14 00:38:52.893438", "NULL", "NULL", 243, "5a1aa567-bfa8-4a78-82e3-ecfd7a29b7fa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:38:52.893425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3247": ["2018-05-14 00:48:52.926632", "NULL", "NULL", 244, "0f915cd0-9fad-4fcb-a65e-e8507cb91457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:48:52.845949", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3248": ["2018-05-14 00:48:53.330559", "NULL", "NULL", 245, "1783b31d-3d99-482a-ae78-8ada8ae79919", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:48:53.330545", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3249": ["2018-05-14 00:58:52.766073", "NULL", "NULL", 246, "eb1bb7c4-7a6e-44c4-b144-a88c5874badf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:58:52.748679", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3250": ["2018-05-14 00:58:53.570176", "NULL", "NULL", 247, "f8a047a9-b72f-4b9d-af13-ecbde51734d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:58:53.570164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3251": ["2018-05-14 01:08:53.198897", "NULL", "NULL", 248, "e7bf9520-09c7-4225-9b7a-55dc18bf9b72", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:08:53.145016", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3252": ["2018-05-14 01:08:53.602546", "NULL", "NULL", 249, "81640649-93e4-4bde-a283-a542894dbedd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:08:53.602532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3253": ["2018-05-14 01:18:53.636877", "NULL", "NULL", 250, "ea3bac79-d0d3-42b5-b7ad-de3d8491987c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:18:53.565885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3254": ["2018-05-14 01:18:54.040382", "NULL", "NULL", 251, "f68ef0dd-6fee-4104-8037-1f4add8e4867", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:18:54.040368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3255": ["2018-05-14 01:28:53.069406", "NULL", "NULL", 252, "12a3f94f-ddbf-43cc-8ef1-3a73dbf02630", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:28:52.875306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3256": ["2018-05-14 01:28:53.47333", "NULL", "NULL", 253, "773a0f5f-89bc-44db-a3cf-0d4a91f0c4c6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:28:53.473315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3257": ["2018-05-14 01:38:52.502016", "NULL", "NULL", 254, "a405660b-2200-4518-a9f1-93c782a9c025", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:38:52.373581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3258": ["2018-05-14 01:38:52.905674", "NULL", "NULL", 255, "c6b60cfa-d58a-431b-b694-1d7af511aec1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:38:52.905659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3259": ["2018-05-14 01:48:52.335702", "NULL", "NULL", 256, "990c9125-e25f-4e3d-a374-c0c64b08937a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:48:52.182774", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3260": ["2018-05-14 01:48:52.739512", "NULL", "NULL", 257, "4a9b9697-f1e8-4aed-a303-4cb3e321b298", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:48:52.739499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3261": ["2018-05-14 01:58:54.168227", "NULL", "NULL", 258, "f4cceec3-ef64-46c1-a30d-658c8a004d58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:58:54.00075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3262": ["2018-05-14 01:58:54.772249", "NULL", "NULL", 259, "bec36658-5d19-4678-b3f7-25fabc95966b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:58:54.772235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3263": ["2018-05-14 02:08:52.598732", "NULL", "NULL", 260, "6ca67b3a-6e64-4ffe-8f76-d2b9d2172b46", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:08:52.522058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3264": ["2018-05-14 02:08:53.002479", "NULL", "NULL", 261, "9868c6ce-e848-485b-9a41-a5526a0123a9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:08:53.002464", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3265": ["2018-05-14 02:18:52.232307", "NULL", "NULL", 262, "33df186b-4d42-437f-92e8-86a39332a221", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:18:52.222025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3266": ["2018-05-14 02:18:52.636085", "NULL", "NULL", 263, "cd88a553-c7a5-462a-bdd3-db9c491c633d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:18:52.636071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3267": ["2018-05-14 02:28:52.468503", "NULL", "NULL", 264, "9f3ca68f-1179-4588-b690-9d529fdd2fc7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:28:52.342499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3268": ["2018-05-14 02:28:52.672461", "NULL", "NULL", 265, "4629ca83-b2fe-4aa0-9c30-0ec1f9b2af33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:28:52.672441", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3269": ["2018-05-14 02:38:53.098934", "NULL", "NULL", 266, "c553ce9e-3d7e-40f7-b64c-678b9bbacedc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:38:53.049688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3270": ["2018-05-14 02:38:53.502622", "NULL", "NULL", 267, "7bdb1a4e-56bb-4b5c-a3e8-b374cb4508d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:38:53.502609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3271": ["2018-05-14 02:48:52.938673", "NULL", "NULL", 268, "95945535-4562-4f9d-83c1-81780a8ac0e1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:48:52.858733", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3272": ["2018-05-14 02:48:53.542515", "NULL", "NULL", 269, "59de6d75-3b06-4dd4-80ee-9886b23d4763", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:48:53.542501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3273": ["2018-05-14 02:58:52.373395", "NULL", "NULL", 270, "42fe05b6-07f5-41bf-8f30-e6e4f5f63bb5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:58:52.175602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3274": ["2018-05-14 02:58:52.977481", "NULL", "NULL", 271, "a249b2db-ffd5-4d4e-83fa-8ed85be7865b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:58:52.977466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3275": ["2018-05-14 03:08:53.406431", "NULL", "NULL", 272, "962807e5-b4a5-43f2-9054-40b1b14f5ab9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:08:53.274425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3276": ["2018-05-14 03:08:53.810364", "NULL", "NULL", 273, "5e0d7b16-0a1c-4bb6-a2f5-87b1010860f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:08:53.81035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3277": ["2018-05-14 03:18:52.640802", "NULL", "NULL", 274, "dbf1498c-dedb-4722-849b-748b8ab17b2c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:18:52.598113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3278": ["2018-05-14 03:18:53.044482", "NULL", "NULL", 275, "e43431be-8fb4-4619-be78-762f365e3614", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:18:53.044468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3279": ["2018-05-14 03:28:53.673559", "NULL", "NULL", 276, "199f217a-1941-4271-9828-723d15e7d7dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:28:53.520449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3280": ["2018-05-14 03:28:53.877652", "NULL", "NULL", 277, "b94385b6-9d48-446e-86dc-46b31b0f5c2f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:28:53.87764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3281": ["2018-05-14 03:38:52.506994", "NULL", "NULL", 278, "22893dd8-b1be-4734-8ecb-7e05af6f9f33", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:38:52.441673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3282": ["2018-05-14 03:38:53.110698", "NULL", "NULL", 279, "0190c8e0-914f-499e-a4bd-98f3e2ce9654", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:38:53.110685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3283": ["2018-05-14 03:48:52.744387", "NULL", "NULL", 280, "ccb164d6-b004-4dbc-925d-efea9b122d8e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:48:52.649301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3284": ["2018-05-14 03:48:53.14846", "NULL", "NULL", 281, "7659a383-9ef3-4398-a0f4-260fcbe6d776", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:48:53.148448", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3285": ["2018-05-14 03:58:53.976506", "NULL", "NULL", 282, "821769b0-f8c8-4184-bfce-cf8d2f04fb38", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:58:53.876047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3286": ["2018-05-14 03:58:54.580517", "NULL", "NULL", 283, "16d3ee32-e5f6-4606-8dbb-a4b17f724e60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:58:54.580503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3287": ["2018-05-14 04:08:53.210279", "NULL", "NULL", 284, "7815206f-5d2e-4309-878f-f3cc11c1c088", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:08:53.193376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3288": ["2018-05-14 04:08:53.61424", "NULL", "NULL", 285, "8050d026-d032-46ac-a259-6c92cec4b352", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:08:53.614224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3289": ["2018-05-14 04:18:53.243872", "NULL", "NULL", 286, "a751f3a8-95b3-4500-8a16-7c1b34ce7439", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:18:53.108276", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3290": ["2018-05-14 04:18:53.447776", "NULL", "NULL", 287, "05d60989-7e37-4c08-ad46-90dbe337f972", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:18:53.447763", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3291": ["2018-05-14 04:28:51.873283", "NULL", "NULL", 288, "90247931-b35e-484c-845f-dfc90146bdf5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:28:51.825645", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3292": ["2018-05-14 04:28:52.477251", "NULL", "NULL", 289, "3a16f054-ba34-4373-9a49-961bbeda0da4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:28:52.477237", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3293": ["2018-05-14 04:38:52.5067", "NULL", "NULL", 290, "570a1f49-6e06-43bc-8b53-ea8e8f0d1d63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:38:52.445352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3294": ["2018-05-14 04:38:52.911108", "NULL", "NULL", 291, "c1d796ae-bf3d-4e95-9229-32a08f5efaf7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:38:52.911094", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3295": ["2018-05-14 04:48:52.539837", "NULL", "NULL", 292, "ee5eeaf5-5540-43e4-af38-db3aa2cb1291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:48:52.455978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3296": ["2018-05-14 04:48:52.943386", "NULL", "NULL", 293, "855d788f-7134-4b09-8b89-43bb5c3d7812", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:48:52.943371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3297": ["2018-05-14 04:58:53.374959", "NULL", "NULL", 294, "41faf9f3-0354-4823-825d-ca39d97a42d6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:58:53.277821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3298": ["2018-05-14 04:58:54.17896", "NULL", "NULL", 295, "2e740926-88fc-458e-bf31-d8c1772573af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:58:54.178944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3299": ["2018-05-14 05:08:54.206622", "NULL", "NULL", 296, "878b992d-75f3-471c-8991-770003a337bd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:08:54.192586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3300": ["2018-05-14 05:08:54.610407", "NULL", "NULL", 297, "675bc263-4c81-481a-96ed-95707fd6990f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:08:54.610394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3301": ["2018-05-14 05:18:54.041544", "NULL", "NULL", 298, "f0a44383-aacb-4cf4-b0d4-019f313b145a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:18:54.01001", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3302": ["2018-05-14 05:18:54.445241", "NULL", "NULL", 299, "f04c9d73-c197-4815-a388-d57c7d3e6495", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:18:54.445228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3303": ["2018-05-14 05:28:52.274941", "NULL", "NULL", 300, "494f1f4f-3d15-43ce-805c-909f24197fe3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:28:52.114027", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3304": ["2018-05-14 05:28:52.678817", "NULL", "NULL", 301, "fc816c51-7ac5-40dd-b373-00127807d54a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:28:52.678805", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3305": ["2018-05-14 05:38:53.110928", "NULL", "NULL", 302, "44dcce4c-34c5-4d57-a247-0de1aee4c44f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:38:52.924651", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3306": ["2018-05-14 05:38:53.514866", "NULL", "NULL", 303, "545ffda5-34e8-47de-bb5b-70b7bb5838a5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:38:53.51485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3307": ["2018-05-14 05:48:53.552508", "NULL", "NULL", 304, "31b18985-5d91-47eb-a1c4-01fd60320143", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:48:53.442235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3308": ["2018-05-14 05:48:53.756097", "NULL", "NULL", 305, "650b4632-d2a7-4602-9a69-8db3c2a5e0e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:48:53.756085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3309": ["2018-05-14 05:58:53.386062", "NULL", "NULL", 306, "c640f9ce-4ae0-45b7-a989-deada4f3af1a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:58:53.359187", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3310": ["2018-05-14 05:58:54.190311", "NULL", "NULL", 307, "cf160d62-d45b-4d97-9195-8f9535f98ced", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:58:54.190286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3311": ["2018-05-14 06:08:52.819673", "NULL", "NULL", 308, "8144e30f-dd96-45ca-a0c7-ccff5cb9181c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:08:52.785351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3312": ["2018-05-14 06:08:53.223523", "NULL", "NULL", 309, "b061853c-fb3a-4aaa-8daf-27f0b35ca6ff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:08:53.223507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3313": ["2018-05-14 06:18:52.255155", "NULL", "NULL", 310, "bc600f9e-fdbb-4b0a-b70e-c6933feb6fea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:18:52.101214", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3314": ["2018-05-14 06:18:52.458866", "NULL", "NULL", 311, "c21b7268-ae59-45b9-9f44-48d79a32ef65", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:18:52.458853", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3315": ["2018-05-14 06:28:52.889268", "NULL", "NULL", 312, "79e001e0-6e9a-42f7-a689-77f9e651b5de", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:28:52.713909", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3316": ["2018-05-14 09:28:53.567161", "NULL", "NULL", 349, "56cd0108-aa57-4463-a6f9-32a1f5b1e671", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:28:53.567145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3317": ["2018-05-14 09:38:52.998155", "NULL", "NULL", 350, "3f54ebc5-8807-49e5-a55f-e8118fd6f3a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:38:52.869877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3318": ["2018-05-14 09:38:53.206671", "NULL", "NULL", 351, "3783e711-1cc0-4b4c-a994-acabc8557b46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:38:53.206658", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3319": ["2018-05-14 09:48:53.637043", "NULL", "NULL", 352, "a3dcd3d9-de8a-43cf-a6a1-6678d4476b76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:48:53.577386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3320": ["2018-05-14 09:48:54.041246", "NULL", "NULL", 353, "d5992298-bc7b-4628-812e-35752e97b961", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:48:54.041231", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3321": ["2018-05-14 09:58:52.472456", "NULL", "NULL", 354, "ceac83b1-2ee6-46ae-9381-98a9ee33cfef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:58:52.281394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3322": ["2018-05-14 09:58:53.276521", "NULL", "NULL", 355, "484605e1-950e-4a55-91df-95c9f3c5da47", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:58:53.276505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3323": ["2018-05-14 10:08:52.703877", "NULL", "NULL", 356, "24273db2-db38-4b59-b756-55b481fd66b3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:08:52.681408", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3324": ["2018-05-14 10:08:53.107505", "NULL", "NULL", 357, "dd16c765-a901-44ef-8563-daabefa8447e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:08:53.107492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3325": ["2018-05-14 10:18:52.738004", "NULL", "NULL", 358, "10041ea5-3142-44db-8bba-6ec3c38c8d68", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:18:52.685203", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3326": ["2018-05-14 10:18:53.141728", "NULL", "NULL", 359, "d4ed8951-eac1-4016-8948-365abd51c6af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:18:53.141712", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3327": ["2018-05-14 10:28:53.778214", "NULL", "NULL", 360, "c9f9cc7c-9eea-47fd-80e3-94a8460b3b3c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:28:53.706066", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3328": ["2018-05-14 10:28:54.1827", "NULL", "NULL", 361, "80db14de-aa55-4892-b9ce-23ac6636fa82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:28:54.182685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3329": ["2018-05-14 10:38:53.208986", "NULL", "NULL", 362, "2f5f30f3-cd3d-4ad1-b170-472e39041a78", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:38:53.007538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3330": ["2018-05-14 10:38:53.412914", "NULL", "NULL", 363, "15a6be09-ccc0-4288-8629-2cae7d533381", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:38:53.412899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3331": ["2018-05-14 10:48:51.649267", "NULL", "NULL", 364, "be761ca6-a67b-406b-ae09-9dcebabf68c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:48:51.50781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3332": ["2018-05-14 10:48:51.852702", "NULL", "NULL", 365, "df4fe52f-5b7b-43ca-abcb-b8b82c425095", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:48:51.85269", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3333": ["2018-05-14 10:58:52.881269", "NULL", "NULL", 366, "b348b7a0-2a4a-4e5b-868b-821f25364723", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:58:52.811854", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3334": ["2018-05-14 10:58:53.685958", "NULL", "NULL", 367, "fa133a10-bd4d-4a83-80c5-d5f0686235c5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:58:53.685944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3335": ["2018-05-14 11:08:52.917794", "NULL", "NULL", 368, "c003a4ae-e46a-4004-a737-90a3ed456e51", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:08:52.714917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3336": ["2018-05-14 11:08:53.121641", "NULL", "NULL", 369, "84ad1428-69d5-4e15-9082-811ad361558c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:08:53.121626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3337": ["2018-05-14 11:18:51.94898", "NULL", "NULL", 370, "5be27732-7b47-45e2-b88e-e980bba314b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:18:51.831612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3338": ["2018-05-14 11:18:52.152696", "NULL", "NULL", 371, "4c307a79-3531-40b2-babb-6df35b79f71c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:18:52.152684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3339": ["2018-05-14 11:28:53.383719", "NULL", "NULL", 372, "cfb524cd-720a-4d72-af20-faae82d1efdc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:28:53.351963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3340": ["2018-05-14 11:28:53.78751", "NULL", "NULL", 373, "0394a329-3aac-4e3c-ace6-0c8c962f1c3e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:28:53.787469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3341": ["2018-05-14 11:38:53.22222", "NULL", "NULL", 374, "f7cf3c86-10df-430c-be8b-7cfba9aaee1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:38:53.170945", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3342": ["2018-05-14 11:38:53.626221", "NULL", "NULL", 375, "db22f5f6-4656-46da-831f-0cfb639da4df", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:38:53.626206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3343": ["2018-05-14 11:48:52.654518", "NULL", "NULL", 376, "4374b672-8964-4e58-af6c-56a8a8be3a14", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:48:52.479366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3344": ["2018-05-14 11:48:52.858176", "NULL", "NULL", 377, "7a906260-89e5-4e81-bbc9-2b01f2ce22f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:48:52.858163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3345": ["2018-05-14 11:58:52.689273", "NULL", "NULL", 378, "6ffc4846-15f4-4222-bb82-7183cca02ce5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:58:52.594177", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3346": ["2018-05-14 11:58:53.493217", "NULL", "NULL", 379, "d01beeb7-ec67-42e5-aa1c-0f667f9bffc8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:58:53.493201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3347": ["2018-05-14 12:08:53.323358", "NULL", "NULL", 380, "32c8b75e-dce9-49c3-a629-d6a3a1a1e2ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:08:53.199553", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3348": ["2018-05-14 12:08:53.726928", "NULL", "NULL", 381, "a4582dd2-fe12-43e8-ab95-468885fc99b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:08:53.726917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3349": ["2018-05-14 12:18:52.966593", "NULL", "NULL", 382, "05c20db4-b2ae-4f95-ba7a-99b96362d410", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:18:52.90723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3350": ["2018-05-14 12:18:53.370701", "NULL", "NULL", 383, "2e958230-a927-495d-8af8-822097ef0ac9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:18:53.370686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3351": ["2018-05-14 12:28:52.40437", "NULL", "NULL", 384, "0b4d53a5-c4be-4ce7-ac9e-4ce3cae3be9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:28:52.31981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3352": ["2018-05-14 12:28:53.008496", "NULL", "NULL", 385, "4a17415e-5446-487a-a50c-88ffc54367b7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:28:53.008479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3353": ["2018-05-14 12:38:52.237128", "NULL", "NULL", 386, "dc31bc5d-12d1-4b0c-a0cc-720c8ca5b080", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:38:52.034323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3354": ["2018-05-14 12:38:53.041256", "NULL", "NULL", 387, "d9017f5c-ee64-4bac-98bf-bf5250f6055c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:38:53.041243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3355": ["2018-05-14 12:48:51.670485", "NULL", "NULL", 388, "d2b69063-8916-4b97-8819-155cdd213c9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:48:51.651768", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3356": ["2018-05-14 12:48:52.074276", "NULL", "NULL", 389, "f7d127ee-e2a3-48a8-a52d-5a6e5230ba8b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:48:52.074263", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3357": ["2018-05-14 12:58:53.306234", "NULL", "NULL", 390, "c8203911-4c6c-4720-b9c4-bed8b1145fac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:58:53.164364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3358": ["2018-05-14 12:58:53.91009", "NULL", "NULL", 391, "df116f8f-72b1-46b9-9c78-420a29954056", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:58:53.910063", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3359": ["2018-05-14 13:08:52.336495", "NULL", "NULL", 392, "50827ebb-9fc7-42b6-a4ce-3087708ea1e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:08:52.258149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3360": ["2018-05-14 13:08:52.740541", "NULL", "NULL", 393, "1840acf6-25aa-45b3-9dca-25a44f1f75cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:08:52.740526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3361": ["2018-05-14 13:18:53.765622", "NULL", "NULL", 394, "4499476c-e333-41c7-89aa-1fb1ce8266a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:18:53.663494", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3362": ["2018-05-14 13:18:53.9692", "NULL", "NULL", 395, "8170e176-2fa1-4755-bb74-ce39cca3cd8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:18:53.969189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3363": ["2018-05-14 13:28:52.201093", "NULL", "NULL", 396, "c8dcbbc1-dd20-4c4c-b37d-74aa53c4e3b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:28:52.087659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3364": ["2018-05-14 13:28:52.405035", "NULL", "NULL", 397, "68e36253-9c6a-4949-9556-1f36539b77bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:28:52.405024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3365": ["2018-05-14 13:38:54.036338", "NULL", "NULL", 398, "79d5cc78-7c8e-4211-b504-955a04080d34", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:38:54.009346", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3366": ["2018-05-14 13:38:54.440226", "NULL", "NULL", 399, "24812e2a-823c-4c16-a726-872e8be674ce", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:38:54.440201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3367": ["2018-05-14 13:48:51.869491", "NULL", "NULL", 400, "e35fed80-43b8-4f72-a074-f1cf2902a145", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:48:51.727005", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3368": ["2018-05-14 13:48:52.073548", "NULL", "NULL", 401, "f1adc7fe-0023-4f18-a69a-4c12ce23e8e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:48:52.073535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3369": ["2018-05-14 13:58:52.897424", "NULL", "NULL", 402, "63ac0c24-57ed-47dd-b24b-78bef57dc19e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:58:52.725352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3370": ["2018-05-14 13:58:53.501373", "NULL", "NULL", 403, "2e10498d-4ab5-4be7-a4be-1786c751e657", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:58:53.501359", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3371": ["2018-05-14 14:08:53.129971", "NULL", "NULL", 404, "fc1dbe3e-b829-483e-86e9-648f46b5e758", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:08:52.939554", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3372": ["2018-05-14 14:08:53.533648", "NULL", "NULL", 405, "6e78c339-0124-4d8e-b40e-745111ab4682", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:08:53.533626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3373": ["2018-05-14 14:18:53.769031", "NULL", "NULL", 406, "b1eeb391-6285-4579-87e2-04a4008147d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:18:53.653737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3374": ["2018-05-14 14:18:53.97272", "NULL", "NULL", 407, "5071c65e-5a6f-48b9-bfc2-d3c1931472b9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:18:53.972708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3375": ["2018-05-14 14:28:54.209414", "NULL", "NULL", 408, "1e2b0f44-dc89-4621-8049-134e24ec41f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:28:54.078563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3376": ["2018-05-14 14:28:54.41316", "NULL", "NULL", 409, "45948913-fa66-4afb-80ad-679bbe95098d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:28:54.413148", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3377": ["2018-05-14 14:38:52.640891", "NULL", "NULL", 410, "6e466108-5ed3-448a-8a4f-f313b8ee515a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:38:52.580357", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3378": ["2018-05-14 14:38:53.045584", "NULL", "NULL", 411, "8a693c72-27d8-4d69-9f02-8847282b81d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:38:53.045572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3379": ["2018-05-14 14:48:52.682116", "NULL", "NULL", 412, "d8307466-abd6-4644-953e-bc50423e85f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:48:52.489533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3380": ["2018-05-14 14:48:52.886153", "NULL", "NULL", 413, "4cb9680f-805b-420f-bc40-4ab2be7a109f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:48:52.88614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3381": ["2018-05-14 14:58:53.91799", "NULL", "NULL", 414, "dec555d1-3496-48bc-8bf0-a6bcae695fc0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:58:53.817763", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3382": ["2018-05-14 14:58:54.72238", "NULL", "NULL", 415, "aa5089e2-150f-4443-83e0-91c2f0078e24", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:58:54.722366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3383": ["2018-05-14 15:08:53.750289", "NULL", "NULL", 416, "966f8a01-a601-40a8-be3b-7f9609e538ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:08:53.624329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3384": ["2018-05-14 15:08:53.95415", "NULL", "NULL", 417, "b68a1a27-97ca-4e9f-92f9-b2b4de62a9c7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:08:53.954138", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3385": ["2018-05-14 15:18:52.586358", "NULL", "NULL", 418, "7fc37cae-2995-4ce4-a76d-d23d3f6698f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:18:52.436549", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3386": ["2018-05-14 15:18:52.990111", "NULL", "NULL", 419, "d684b051-eb28-46e6-a4ad-7f684e19f19b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:18:52.990096", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3387": ["2018-05-14 15:28:52.419203", "NULL", "NULL", 420, "2aff5220-fdf3-4b31-83c7-19d7c0c1cd5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:28:52.232006", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3388": ["2018-05-14 15:28:52.622964", "NULL", "NULL", 421, "83abe3c1-70ef-46e2-a168-5027cc5b5c85", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:28:52.62295", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3389": ["2018-05-14 15:38:52.251594", "NULL", "NULL", 422, "5c948f78-2274-488f-992a-0508e9dd8f9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:38:52.157329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3390": ["2018-05-14 15:38:52.655318", "NULL", "NULL", 423, "feb15ea8-a089-46b1-8e10-0eb33be35cd7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:38:52.655296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3391": ["2018-05-14 15:48:53.085106", "NULL", "NULL", 424, "3d270022-5abe-4cde-a2fb-0acd9160ecee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:48:53.072867", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3392": ["2018-05-14 15:48:53.489233", "NULL", "NULL", 425, "b858441e-66ee-42b5-bfa1-632061d4df72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:48:53.489219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3393": ["2018-05-14 15:58:54.121274", "NULL", "NULL", 426, "ca3ed74f-9fca-430a-a095-3b399bcd6225", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:58:54.07917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3394": ["2018-05-14 15:58:54.92549", "NULL", "NULL", 427, "e62e02ec-71b7-4c38-8005-49ebf3e17b04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:58:54.925468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3395": ["2018-05-14 16:08:52.755584", "NULL", "NULL", 428, "72ecde24-1dab-4e22-9b11-f6a37382ff33", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:08:52.587538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3396": ["2018-05-14 16:08:52.959271", "NULL", "NULL", 429, "747a44fb-aa55-48c4-92dd-2d38f8e3c418", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:08:52.95926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3397": ["2018-05-14 16:18:52.784532", "NULL", "NULL", 430, "47d60a1e-8a45-4532-8917-56fafb1f7321", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:18:52.686318", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3398": ["2018-05-14 16:18:53.188224", "NULL", "NULL", 431, "e871791e-13ad-4711-b96d-3039f3dad839", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:18:53.188209", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3399": ["2018-05-14 16:28:53.022708", "NULL", "NULL", 432, "418962ea-3bb1-4266-ae87-e013657886ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:28:52.893568", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3400": ["2018-05-14 16:28:53.226949", "NULL", "NULL", 433, "43d98aa5-1952-47be-ae82-197c062ac1eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:28:53.226922", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3401": ["2018-05-14 16:38:51.854309", "NULL", "NULL", 434, "525cc96d-0234-4327-933e-5c4778ca168c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:38:51.791058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3402": ["2018-05-14 16:38:52.258136", "NULL", "NULL", 435, "4e698f19-d116-4dce-9702-038a2128622c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:38:52.258122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3403": ["2018-05-14 16:48:53.685612", "NULL", "NULL", 436, "89aae162-5b94-4056-8ff5-2fdbe2bf0c53", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:48:53.517551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3404": ["2018-05-14 16:48:53.889526", "NULL", "NULL", 437, "1da2cec4-e6c3-4221-a5a4-884570649ca9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:48:53.889512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3405": ["2018-05-14 16:58:53.326343", "NULL", "NULL", 438, "ce670825-130d-411b-a9db-d1bf93a42c17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:58:53.214642", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3406": ["2018-05-14 16:58:54.130404", "NULL", "NULL", 439, "5dd3db7e-dfa0-4821-a069-6657d676af6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:58:54.13039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3407": ["2018-05-14 17:08:52.164913", "NULL", "NULL", 440, "d3f1243a-2846-4dd0-a124-c6813a828a4a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:08:52.02044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3408": ["2018-05-14 17:08:52.969221", "NULL", "NULL", 441, "ca12125e-9231-407c-9d98-66f98cea28da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:08:52.969197", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3409": ["2018-05-14 17:18:52.401374", "NULL", "NULL", 442, "b9857b86-cc2e-4487-96e3-5d0cfea282c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:18:52.317792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3410": ["2018-05-14 17:18:52.80522", "NULL", "NULL", 443, "72014682-7d15-4466-9e34-226c56435003", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:18:52.805206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3411": ["2018-05-14 17:28:53.041064", "NULL", "NULL", 444, "0e905a66-58df-4b7a-8627-d0541e8bd5b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:28:53.018078", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3412": ["2018-05-14 17:28:53.445059", "NULL", "NULL", 445, "73d4e857-ef21-4222-9708-18769d4c32b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:28:53.445048", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3413": ["2018-05-14 17:38:53.075123", "NULL", "NULL", 446, "929cb9ea-5985-4efe-b73d-26927cf89dcf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:38:52.939087", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3414": ["2018-05-14 17:38:53.278704", "NULL", "NULL", 447, "9a7b7d5e-95aa-4473-a5d2-d4303add9e3c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:38:53.278691", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3415": ["2018-05-14 17:48:51.705936", "NULL", "NULL", 448, "86db354c-b60b-4c99-ae7d-5aaae4fc0f94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:48:51.639196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3416": ["2018-05-14 17:48:52.109681", "NULL", "NULL", 449, "053f2ea3-aba6-48e2-bcde-b13e9509ed43", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:48:52.109669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3417": ["2018-05-14 17:58:53.738839", "NULL", "NULL", 450, "23fb3e79-f2e2-40ff-976b-04ea0b66d488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:58:53.53869", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3418": ["2018-05-14 17:58:54.342518", "NULL", "NULL", 451, "a2c4f63e-0bf8-4773-a161-b8d5457ecb71", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:58:54.342505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3419": ["2018-05-14 18:08:52.570035", "NULL", "NULL", 452, "7a08c621-5353-4d79-939a-b37005e4622d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:08:52.449818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3420": ["2018-05-14 18:08:52.773957", "NULL", "NULL", 453, "25541514-e35c-4ead-95ab-e739d4d2a81d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:08:52.77394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3421": ["2018-05-14 18:18:52.209688", "NULL", "NULL", 454, "bbccbbec-8704-4f08-848f-359cbf498a17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:18:52.164848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3422": ["2018-05-14 18:18:52.613347", "NULL", "NULL", 455, "01c2d834-79c6-4c0f-b11a-a939f38fd208", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:18:52.613335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3423": ["2018-05-14 18:28:52.851011", "NULL", "NULL", 456, "c9df5a8a-61b3-47f1-af74-a50a5ecd2563", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:28:52.783069", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3424": ["2018-05-14 18:28:53.255161", "NULL", "NULL", 457, "135a24e1-e6c7-4c9c-bddd-5d4f3cd53588", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:28:53.255133", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3425": ["2018-05-14 18:38:53.086435", "NULL", "NULL", 458, "ebf16abe-b3a4-4d74-9121-99b2ed84f917", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:38:52.910721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3426": ["2018-05-14 18:38:53.290165", "NULL", "NULL", 459, "ce65eeec-cee4-4609-aabc-7ea2648eb430", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:38:53.290152", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3427": ["2018-05-14 18:48:51.728134", "NULL", "NULL", 460, "f7de9604-e76a-456a-a7ce-96f717be8aba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:48:51.716808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3428": ["2018-05-14 18:48:52.132217", "NULL", "NULL", 461, "d450b7cc-90bd-474f-90d9-adeeb683b5c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:48:52.132205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3429": ["2018-05-14 18:58:53.162998", "NULL", "NULL", 462, "325913bf-d0ac-40f2-846f-689f72020970", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:58:53.118492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3430": ["2018-05-14 18:58:54.167217", "NULL", "NULL", 463, "fd8b373c-3e53-4baf-92a3-3de9c9a7d59b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:58:54.167205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3431": ["2018-05-14 19:08:52.197659", "NULL", "NULL", 464, "544f3fc3-ff4c-4fa2-afad-0f4139347759", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:08:52.125724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3432": ["2018-05-14 19:08:52.601298", "NULL", "NULL", 465, "0530bc3a-1835-43d1-9f24-11667d919b6c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:08:52.601282", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3433": ["2018-05-14 19:18:52.428572", "NULL", "NULL", 466, "f9affb0f-cb93-4cfd-aefb-18415f898b58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:18:52.230463", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3434": ["2018-05-14 19:18:52.632138", "NULL", "NULL", 467, "67c0c05e-c5de-4c02-a93a-d2c70c12a839", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:18:52.632123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3435": ["2018-05-14 19:24:32.163437", "NULL", "NULL", 468, "98f72ddd-6b11-40a2-9051-0e5fa8ea2209", "100.114", "set", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-14 19:24:32.161292", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3436": ["2018-05-14 19:28:52.665912", "NULL", "NULL", 469, "db3aaeb1-d366-4d65-8911-9d3b2eb21d6c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:28:52.632542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3437": ["2018-05-14 19:28:53.069646", "NULL", "NULL", 470, "747f0913-c748-4e90-b753-c7cbd156d790", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:28:53.06963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3438": ["2018-05-14 19:38:52.899131", "NULL", "NULL", 471, "defc3ce1-ed46-403f-a729-67cf67d4a25a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:38:52.741675", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3439": ["2018-05-14 19:38:53.302837", "NULL", "NULL", 472, "e2f139ba-7535-45b7-8453-021842c8031a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:38:53.302823", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3440": ["2018-05-14 19:48:51.929784", "NULL", "NULL", 473, "7abd8da1-f48b-4f38-8264-c58044ff3476", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:48:51.854657", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3441": ["2018-05-14 19:48:52.733743", "NULL", "NULL", 474, "5e1e02d5-a8a1-4ffe-99cb-fe1741d997f0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:48:52.73373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3442": ["2018-05-14 19:58:54.968571", "NULL", "NULL", 475, "5becbaa1-138c-48bd-8076-f05945c6b26a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:58:54.770375", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3443": ["2018-05-14 19:58:55.572289", "NULL", "NULL", 476, "5600b5a0-7560-4891-bc7a-af9fb4d3ee1c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:58:55.572275", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3444": ["2018-05-14 20:08:52.405106", "NULL", "NULL", 477, "39e3ed0b-4fe4-41b1-a944-9e03e20cba3c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:08:52.278846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3445": ["2018-05-14 20:08:52.609003", "NULL", "NULL", 478, "f350274a-49e0-4c68-9be8-8e43ab7a56d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:08:52.60899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3446": ["2018-05-14 20:18:53.235134", "NULL", "NULL", 479, "a9dec98f-4537-49e3-815a-7881336fc378", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:18:53.073607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3447": ["2018-05-14 20:18:53.43881", "NULL", "NULL", 480, "d9558f84-394a-4162-bb1d-9cce9ebf59e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:18:53.438799", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3448": ["2018-05-14 20:28:52.867714", "NULL", "NULL", 481, "568a556f-9f45-43af-ada9-ada1e610789d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:28:52.770438", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3449": ["2018-05-14 20:28:53.271557", "NULL", "NULL", 482, "a5625e6c-db01-4dbc-84ff-d1afe7d873d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:28:53.271544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3450": ["2018-05-14 20:38:52.307289", "NULL", "NULL", 483, "f7e265e9-82d1-4dd9-a9eb-c4f6e64361e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:38:52.279326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3451": ["2018-05-14 20:38:52.711367", "NULL", "NULL", 484, "e1d307b7-ef54-49e0-9bf7-271766bbdaa5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:38:52.711354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3452": ["2018-05-14 20:48:52.340794", "NULL", "NULL", 485, "6e528e90-a4d2-4626-a4bc-7112a56e905d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:48:52.186372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3453": ["2018-05-14 20:48:52.544506", "NULL", "NULL", 486, "f92765c4-0006-4407-b336-bfacbd1956e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:48:52.544493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3454": ["2018-05-14 20:54:35.077162", "NULL", "NULL", 487, "427bc9c2-ebe8-42c6-b062-4614ffaefdbd", "100.114", "clear", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-14 20:54:35.077134", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3455": ["2018-05-14 20:58:53.977619", "NULL", "NULL", 488, "77192bc4-145c-4334-8568-c3fc97dc8519", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:58:53.795762", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3456": ["2018-05-14 20:58:54.581544", "NULL", "NULL", 489, "94889b96-62ca-44bf-accd-e2aac08a163a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:58:54.581531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3457": ["2018-05-14 21:08:52.808144", "NULL", "NULL", 490, "96f70b9e-3899-4076-a734-7256c237741f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:08:52.692233", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3458": ["2018-05-14 21:08:53.011961", "NULL", "NULL", 491, "4bcb21f6-72f5-4ca1-bfbc-ee3623e6df1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:08:53.01195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3459": ["2018-05-14 21:18:52.64198", "NULL", "NULL", 492, "fa3a2271-6e7c-49af-a659-84d02df2c01e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:18:52.602958", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3460": ["2018-05-14 21:18:53.045839", "NULL", "NULL", 493, "e036fad6-01b1-4c96-9a6e-145022ed5cb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:18:53.045825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3461": ["2018-05-14 21:28:52.873596", "NULL", "NULL", 494, "d883517f-570e-43b1-8ca5-1929637ea234", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:28:52.798749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3462": ["2018-05-14 21:28:53.077388", "NULL", "NULL", 495, "5d10ebf9-5e35-4189-a7b2-0ebbab42049b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:28:53.077375", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3463": ["2018-05-14 21:38:51.912935", "NULL", "NULL", 496, "9ff9f850-4dac-49ae-80e2-41aa0d40448f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:38:51.902149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3464": ["2018-05-14 21:38:52.317018", "NULL", "NULL", 497, "5b4335df-d512-4d6b-9ac0-07fc135450b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:38:52.317004", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3465": ["2018-05-14 21:48:52.145371", "NULL", "NULL", 498, "20885f99-8d55-4fa4-9084-cbc5ada634e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:48:52.110914", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3466": ["2018-05-14 21:48:52.549271", "NULL", "NULL", 499, "51e24691-fbde-4ef8-aab9-de80465753b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:48:52.549257", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3467": ["2018-05-14 21:58:53.78896", "NULL", "NULL", 500, "b8c96036-5210-4525-a501-1257c52a4e8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:58:53.715536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3468": ["2018-05-14 21:58:54.593096", "NULL", "NULL", 501, "e630761c-2a6f-4562-ad90-cad0b26a3079", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:58:54.59308", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3469": ["2018-05-14 22:08:53.828511", "NULL", "NULL", 502, "5c468a9b-bea9-4f45-96e6-8d9f343e3582", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:08:53.728968", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3470": ["2018-05-14 22:08:54.232394", "NULL", "NULL", 503, "00b0e715-aae5-4ea5-a2a0-dc228d56d808", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:08:54.232363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3471": ["2018-05-14 22:18:53.261579", "NULL", "NULL", 504, "5cbd1ffc-ff73-4621-9982-3cc49d5f1ca4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:18:53.125847", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3472": ["2018-05-14 22:18:53.465473", "NULL", "NULL", 505, "143ef08c-7171-49db-8904-21f4d45b18c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:18:53.465461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3473": ["2018-05-14 22:28:52.694452", "NULL", "NULL", 506, "f1d83125-6fe3-4441-9ec3-aa32e979a46c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:28:52.528966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3474": ["2018-05-14 22:28:52.898306", "NULL", "NULL", 507, "c3f06f35-fc13-4a78-9581-760b39e37597", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:28:52.898294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3475": ["2018-05-14 22:38:52.128537", "NULL", "NULL", 508, "376c713c-8948-404a-8710-48dd0c06320d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:38:52.032799", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3476": ["2018-05-14 22:38:52.532615", "NULL", "NULL", 509, "716e295d-1870-487e-9bbc-57fb9bcbee6d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:38:52.532599", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3477": ["2018-05-14 22:48:52.559638", "NULL", "NULL", 510, "34d78971-cf5e-46aa-84f4-16378bfe0cf1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:48:52.359626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3478": ["2018-05-14 22:48:52.76341", "NULL", "NULL", 511, "c5b0afd4-ec44-49db-9610-8e251fe2c1ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:48:52.763396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3479": ["2018-05-14 22:58:52.591295", "NULL", "NULL", 512, "91114a6a-b43d-419a-a97e-df421b828a98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:58:52.464535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3480": ["2018-05-14 22:58:53.395676", "NULL", "NULL", 513, "d84edac8-158d-4bdf-b9f8-9edf88f96baa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:58:53.395663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3481": ["2018-05-14 23:08:53.227196", "NULL", "NULL", 514, "e152ded3-1875-48b8-ae82-d3d313f13db8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:08:53.071411", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3482": ["2018-05-14 23:08:53.431316", "NULL", "NULL", 515, "ffb81d8a-0549-42d0-b360-1a325d622815", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:08:53.431304", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3483": ["2018-05-14 23:18:52.2604", "NULL", "NULL", 516, "9fffdddb-bc53-4c68-b8d9-6be097cb3683", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:18:52.085529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3484": ["2018-05-14 23:18:52.664138", "NULL", "NULL", 517, "e6ea758b-49b9-4a91-ba6a-ce47b36166d9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:18:52.664124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3485": ["2018-05-14 23:28:53.095959", "NULL", "NULL", 518, "e3136a5e-bc12-491d-b231-0848cba18d59", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:28:52.900258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3486": ["2018-05-14 23:28:53.300097", "NULL", "NULL", 519, "6384ff38-403d-4302-8fb1-0f548bb2b5cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:28:53.300082", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3487": ["2018-05-14 23:38:52.329105", "NULL", "NULL", 520, "8ddb9e6b-5a1e-4a02-b0d2-5a3f609be298", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:38:52.301657", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3488": ["2018-05-14 23:38:52.733309", "NULL", "NULL", 521, "0f2b28e9-f749-4f92-9184-36a7a6ace908", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:38:52.733295", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3489": ["2018-05-14 23:48:52.56163", "NULL", "NULL", 522, "9377d916-88a9-4237-98ce-1b971375316e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:48:52.396213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3490": ["2018-05-14 23:48:52.765626", "NULL", "NULL", 523, "a40210d7-7500-473f-832f-7d613ad0ed5e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:48:52.765612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3491": ["2018-05-14 23:58:53.002688", "NULL", "NULL", 524, "d4f8e296-b495-49a1-b4f5-cb0ef385b7a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:58:52.804725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3492": ["2018-05-14 23:58:53.806651", "NULL", "NULL", 525, "742eec4e-3968-4c45-a110-04fd8b4c4fb5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:58:53.806639", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3493": ["2018-05-15 00:08:53.035557", "NULL", "NULL", 526, "f70d27e6-793a-42f7-8ce2-0ca77ee2f862", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:08:53.026186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3494": ["2018-05-15 00:08:53.439419", "NULL", "NULL", 527, "4263f3aa-8c16-428e-918e-e4cfec369ac4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:08:53.439407", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3495": ["2018-05-15 00:18:52.667606", "NULL", "NULL", 528, "2557eb58-cee6-4f0d-96e2-b9a0a016d987", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:18:52.559394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3496": ["2018-05-15 00:18:52.871303", "NULL", "NULL", 529, "5512e0aa-9e68-4c92-b0b9-0e9ff0496342", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:18:52.871291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3497": ["2018-05-15 00:28:53.100543", "NULL", "NULL", 530, "37e2d344-0a8d-4d36-b9ff-05d09f5e6f1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:28:52.968773", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3498": ["2018-05-15 00:28:53.304285", "NULL", "NULL", 531, "00958390-cfee-42ac-aa61-edfb647b6cf6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:28:53.304273", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3499": ["2018-05-15 00:38:52.12938", "NULL", "NULL", 532, "c079599d-9130-4430-8b82-6a95528af639", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:38:51.967271", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3500": ["2018-05-15 00:38:52.333086", "NULL", "NULL", 533, "6f4c6dbe-cca9-4648-946f-90e527af4a5a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:38:52.333074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3501": ["2018-05-15 00:48:52.362692", "NULL", "NULL", 534, "7f8478c5-bfe7-4b35-b921-f5e93bead019", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:48:52.273857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3502": ["2018-05-15 00:48:52.766758", "NULL", "NULL", 535, "b1a20d2b-a338-4fc0-9393-89dabd9fa374", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:48:52.766746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3503": ["2018-05-15 00:58:53.203575", "NULL", "NULL", 536, "bb865ece-9684-407e-b6ea-4102b0835f23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:58:53.177129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3504": ["2018-05-15 00:58:54.007557", "NULL", "NULL", 537, "4484ec0a-8f2b-40c9-8f6f-e46ab0a1c030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:58:54.007541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3505": ["2018-05-15 01:08:51.637466", "NULL", "NULL", 538, "3007f876-1b00-4bbb-8963-81ae49e78a21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:08:51.588411", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3506": ["2018-05-15 01:08:52.041433", "NULL", "NULL", 539, "2d04e835-1db7-4d58-bd56-09cb738ffb81", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:08:52.041418", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3507": ["2018-05-15 01:18:52.271679", "NULL", "NULL", 540, "a244ffb3-b193-4e15-bf7a-e937e7a775e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:18:52.20611", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3508": ["2018-05-15 01:18:52.675727", "NULL", "NULL", 541, "bbd0e977-deae-4787-9184-b5e994833472", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:18:52.675701", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3509": ["2018-05-15 01:28:52.303137", "NULL", "NULL", 542, "21ec62cf-767f-4134-8b2d-dc64a9613278", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:28:52.219752", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3510": ["2018-05-15 01:28:52.707092", "NULL", "NULL", 543, "0e058a2c-285d-449e-9294-689300fef209", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:28:52.707077", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3511": ["2018-05-15 01:38:52.933683", "NULL", "NULL", 544, "66df0e01-b887-4ebe-84bd-5fd60ded9ff7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:38:52.731653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3512": ["2018-05-15 01:38:53.137389", "NULL", "NULL", 545, "2ca5e50f-d5a3-48a7-8c77-33cdbb1b3f5d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:38:53.137374", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3513": ["2018-05-15 01:48:52.164221", "NULL", "NULL", 546, "5178a5e9-c24f-4db7-a417-e32804c9845d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:48:52.158144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3514": ["2018-05-15 01:48:52.567979", "NULL", "NULL", 547, "2500d986-6561-4e33-a2ae-382eb9893b64", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:48:52.567966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3515": ["2018-05-15 01:58:51.997283", "NULL", "NULL", 548, "1ef2bda6-e9f7-4829-a911-830f2e545d7d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:58:51.954896", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3516": ["2018-05-15 01:58:52.801177", "NULL", "NULL", 549, "276c8843-2d6c-45aa-a11f-20b1218479f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:58:52.801163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3517": ["2018-05-15 02:08:53.030781", "NULL", "NULL", 550, "51fcb4aa-8741-40c9-8841-58e13581f179", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:08:52.957999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3518": ["2018-05-15 02:08:53.434605", "NULL", "NULL", 551, "5304ef89-357c-4ab5-be3e-36b835690c6b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:08:53.43459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3519": ["2018-05-15 02:18:53.062723", "NULL", "NULL", 552, "4fe05e82-970b-40db-b3ea-445f9e3fa0d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:18:52.86106", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3520": ["2018-05-15 02:18:53.266432", "NULL", "NULL", 553, "6b88a48f-8789-4baf-904c-9535e4c0063b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:18:53.266417", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3521": ["2018-05-15 02:28:52.496539", "NULL", "NULL", 554, "e3dadfd6-1f90-443b-9acf-8f41ccb95986", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:28:52.360838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3522": ["2018-05-15 02:28:52.70022", "NULL", "NULL", 555, "83de2237-330f-4581-8c85-70ca45cbfb31", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:28:52.700208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3523": ["2018-05-15 02:38:52.330237", "NULL", "NULL", 556, "b671bc8d-679c-4c30-b24c-526e33f93240", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:38:52.272079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3524": ["2018-05-15 02:38:52.733981", "NULL", "NULL", 557, "85ae46b6-ff9b-4842-9623-a4e3752912f3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:38:52.733966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3525": ["2018-05-15 02:48:51.965465", "NULL", "NULL", 558, "3217a1f3-602b-4f1d-a4ad-6bfc6f869f88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:48:51.875437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3526": ["2018-05-15 02:48:52.369125", "NULL", "NULL", 559, "5db2af38-509a-4bd7-b88b-5b3678c6c553", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:48:52.369111", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3527": ["2018-05-15 02:58:53.996959", "NULL", "NULL", 560, "47723540-62ea-4aeb-9bdc-c007add2736a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:58:53.98186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3528": ["2018-05-15 02:58:54.800825", "NULL", "NULL", 561, "898a5fa4-df87-4a7a-9010-3fb31297bbe0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:58:54.800812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3529": ["2018-05-15 03:08:53.231395", "NULL", "NULL", 562, "be0060ca-07f0-491b-99f3-a06de4f52dad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:08:53.086697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3530": ["2018-05-15 03:08:53.435075", "NULL", "NULL", 563, "9f04d39e-247b-4da4-9308-7e88ac191978", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:08:53.435061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3531": ["2018-05-15 03:18:53.863479", "NULL", "NULL", 564, "4e7e6ae5-1b84-459a-9687-d13169648069", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:18:53.693777", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3532": ["2018-05-15 03:18:54.067217", "NULL", "NULL", 565, "14fc5c91-d266-4ec4-80d2-40598bd830be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:18:54.067205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3533": ["2018-05-15 03:28:52.49561", "NULL", "NULL", 566, "b7e06198-485f-48db-8235-c846bcb5d267", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:28:52.392098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3534": ["2018-05-15 03:28:52.699133", "NULL", "NULL", 567, "d5a31b88-94ac-42dc-add0-df72d3836cf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:28:52.699121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3535": ["2018-05-15 08:18:51.68383", "NULL", "NULL", 624, "52676bbe-573e-423f-a582-e8e8f15508b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:18:51.596119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3536": ["2018-05-15 08:18:52.087766", "NULL", "NULL", 625, "e39bc152-b1eb-46c8-84c5-5b771b9148da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:18:52.087751", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3537": ["2018-05-15 08:28:52.117525", "NULL", "NULL", 626, "a6539dbc-533a-48ca-bff7-3c2a9372457a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:28:51.99998", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3538": ["2018-05-15 08:28:52.521334", "NULL", "NULL", 627, "dece3dd8-8ef8-4d12-990e-c1d24592cd4e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:28:52.521321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3539": ["2018-05-15 08:38:51.949677", "NULL", "NULL", 628, "cb27cadf-e3ca-475f-98dc-e0cd7dce9a91", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:38:51.805933", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3540": ["2018-05-15 08:38:52.353652", "NULL", "NULL", 629, "64026abb-b4dc-4018-bcb0-010e1068c3d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:38:52.353638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3541": ["2018-05-15 08:48:52.381497", "NULL", "NULL", 630, "cc843691-d0c0-4d17-85ae-363e64a9c775", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:48:52.208437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3542": ["2018-05-15 08:48:52.585274", "NULL", "NULL", 631, "951c0622-ee77-4122-9b21-1d6ed7815dfa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:48:52.585259", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3543": ["2018-05-15 08:58:54.215176", "NULL", "NULL", 632, "a205c162-e88e-464f-a223-ac8093552f75", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:58:54.117073", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3544": ["2018-05-15 08:58:55.019075", "NULL", "NULL", 633, "61d55588-fb45-4ab2-916c-0d8e02d8e006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:58:55.01905", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3545": ["2018-05-15 09:08:52.847641", "NULL", "NULL", 634, "8fe4cafd-e7a2-4149-aad2-7b550d4b2f8f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:08:52.822436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3546": ["2018-05-15 09:08:53.252251", "NULL", "NULL", 635, "444a2a6f-b59f-45fe-987a-fa04d4f43cf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:08:53.252221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3547": ["2018-05-15 09:18:52.079187", "NULL", "NULL", 636, "3c750147-68d5-4828-92b0-7efd1ee3b6fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:18:52.040081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3548": ["2018-05-15 09:18:52.483146", "NULL", "NULL", 637, "18bb2d9b-d9e4-4d8a-86e0-888e64fee468", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:18:52.483134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3549": ["2018-05-15 09:28:52.91436", "NULL", "NULL", 638, "66bcb45c-eb4b-4f4a-ab3a-421e3dede252", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:28:52.866992", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3550": ["2018-05-15 09:28:53.31843", "NULL", "NULL", 639, "1b783cbb-d95a-41c7-b2cb-f8c4c047d4ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:28:53.318418", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3551": ["2018-05-15 09:38:52.345997", "NULL", "NULL", 640, "d555e344-011d-4228-af68-874a1718d8ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:38:52.173415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3552": ["2018-05-15 09:38:52.749825", "NULL", "NULL", 641, "7ba2c165-b9f9-4858-9109-f9164ff8c37c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:38:52.749811", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3553": ["2018-05-15 09:48:51.97821", "NULL", "NULL", 642, "807d89a6-63ab-439c-b601-3c7d72603941", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:48:51.88175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3554": ["2018-05-15 09:48:52.382151", "NULL", "NULL", 643, "2ff4b380-a7e2-433f-ae05-a9886ca9c18f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:48:52.382136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3555": ["2018-05-15 09:58:53.410043", "NULL", "NULL", 644, "aac3d4fa-17d9-4121-acbe-2f4a112c52f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:58:53.298031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3556": ["2018-05-15 09:58:54.014138", "NULL", "NULL", 645, "875a9dcf-4cbf-4646-9472-e746772901b1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:58:54.014126", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3557": ["2018-05-15 10:08:52.045692", "NULL", "NULL", 646, "aab54b59-7e4d-4254-91c6-c7e5dd1a2f95", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:08:52.019195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3558": ["2018-05-15 10:08:52.449406", "NULL", "NULL", 647, "205772b3-87cc-42cd-84ae-a4257a712422", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:08:52.449393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3559": ["2018-05-15 10:18:52.278982", "NULL", "NULL", 648, "663d713e-735b-40f3-aef2-f73298c3172f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:18:52.134274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3560": ["2018-05-15 10:18:52.682737", "NULL", "NULL", 649, "6abdf0d1-2a53-44ef-863b-c7649446a573", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:18:52.682725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3561": ["2018-05-15 10:28:51.912498", "NULL", "NULL", 650, "8f76dc5b-8263-43cd-a192-b10a34de89af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:28:51.849139", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3562": ["2018-05-15 10:28:52.31629", "NULL", "NULL", 651, "becd46b9-6998-450d-a425-168b877105e9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:28:52.316267", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3563": ["2018-05-15 10:38:53.35031", "NULL", "NULL", 652, "486b400a-2ec8-4464-ba9f-4ed2e859521b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:38:53.156974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3564": ["2018-05-15 10:38:53.554391", "NULL", "NULL", 653, "55880ff4-0e84-4e41-9d6c-a84d261ee3d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:38:53.554376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3565": ["2018-05-15 10:48:52.181366", "NULL", "NULL", 654, "de948c82-7362-4c10-988e-57d4395c220f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:48:52.17575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3566": ["2018-05-15 10:48:52.585062", "NULL", "NULL", 655, "df7e9951-44ee-4ee5-922c-f59ece945a21", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:48:52.585049", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3567": ["2018-05-15 10:58:53.815677", "NULL", "NULL", 656, "59a3b755-dd77-4478-b210-e957ef67800b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:58:53.682944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3568": ["2018-05-15 10:58:54.619617", "NULL", "NULL", 657, "9f884406-550e-48c4-8d0c-8de550a5fc04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:58:54.619603", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3569": ["2018-05-15 11:08:52.852527", "NULL", "NULL", 658, "8feffeca-3273-4048-9730-e0763c2a0e45", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:08:52.778818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3570": ["2018-05-15 11:08:53.256099", "NULL", "NULL", 659, "9cc13ea1-1210-45bc-9cf7-1776addfbff5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:08:53.256088", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3571": ["2018-05-15 11:18:52.291384", "NULL", "NULL", 660, "f92c0842-73aa-4447-8add-05f5cd0d01fa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:18:52.191683", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3572": ["2018-05-15 11:18:52.695192", "NULL", "NULL", 661, "64dc956d-498a-47f0-9cab-f1db5c96b9a0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:18:52.695175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3573": ["2018-05-15 11:28:52.522901", "NULL", "NULL", 662, "221c862d-ac35-4ca3-858a-78b87fe2bb0a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:28:52.393783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3574": ["2018-05-15 11:28:52.726645", "NULL", "NULL", 663, "ae0879f1-58f7-4ddd-b821-5e0ad6aaadf6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:28:52.726633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3575": ["2018-05-15 11:38:52.355968", "NULL", "NULL", 664, "02788926-106c-43fd-b8d8-797084160f01", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:38:52.201252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3576": ["2018-05-15 11:38:52.559895", "NULL", "NULL", 665, "95c0b339-f095-40e0-a4aa-ff753b47337d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:38:52.559884", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3577": ["2018-05-15 11:48:52.788057", "NULL", "NULL", 666, "206cb9ae-6d6a-43d5-bcab-c6a708952aa4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:48:52.703594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3578": ["2018-05-15 11:48:53.192204", "NULL", "NULL", 667, "fec2656b-b45e-4a03-9e54-763e5adff4be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:48:53.19219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3579": ["2018-05-15 11:58:52.619242", "NULL", "NULL", 668, "70f9fae5-ea5b-4fcd-8663-846d78fdd6aa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:58:52.509057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3580": ["2018-05-15 11:58:53.42336", "NULL", "NULL", 669, "58c5d86c-b33e-4985-bdcd-8e913aaf3359", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:58:53.423345", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3581": ["2018-05-15 12:08:53.251372", "NULL", "NULL", 670, "119e3166-54ed-4bc0-85c4-6e8e1f4f3853", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:08:53.213117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3582": ["2018-05-15 12:08:53.455178", "NULL", "NULL", 671, "86272031-0e0f-4d28-9d43-cee48e159905", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:08:53.455149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3583": ["2018-05-15 12:18:53.092593", "NULL", "NULL", 672, "4764deec-9bb2-43f2-b65b-2a541a857271", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:18:53.018804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3584": ["2018-05-15 12:18:53.496512", "NULL", "NULL", 673, "b9084ec3-9d38-4e5b-97c0-f97616deeae4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:18:53.496497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3585": ["2018-05-15 12:28:52.323618", "NULL", "NULL", 674, "833dbd64-81bd-4834-bec6-2ade42a70c2f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:28:52.319363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3586": ["2018-05-15 12:28:52.727505", "NULL", "NULL", 675, "cc3ae085-e2fa-4ef6-98cd-498e80d4a984", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:28:52.727493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3587": ["2018-05-15 12:38:52.558732", "NULL", "NULL", 676, "47e1cbcf-51e3-438f-9d35-8d6465cf3b55", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:38:52.421493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3588": ["2018-05-15 12:38:52.762554", "NULL", "NULL", 677, "e362c432-f837-40c3-a463-9b656ccb2cfe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:38:52.762541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3589": ["2018-05-15 12:48:51.989713", "NULL", "NULL", 678, "45cdf46a-9a7a-4995-9782-62f09ff82af4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:48:51.830262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3590": ["2018-05-15 12:48:52.193385", "NULL", "NULL", 679, "f5eded76-e310-4ba9-8233-6e104562cc93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:48:52.193373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3591": ["2018-05-15 12:58:52.021263", "NULL", "NULL", 680, "a80df01c-0686-4eb9-b95d-f641b9a14826", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:58:51.936979", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3592": ["2018-05-15 12:58:52.825156", "NULL", "NULL", 681, "d4653715-d738-4953-9971-f85ad34c1893", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:58:52.82514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3593": ["2018-05-15 13:08:52.653644", "NULL", "NULL", 682, "87a83302-df83-420e-9ff5-654850bafaa6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:08:52.54296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3594": ["2018-05-15 13:08:52.857503", "NULL", "NULL", 683, "e9fa09a5-056b-4e43-882a-6db822dd8d84", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:08:52.857491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3595": ["2018-05-15 13:18:52.886638", "NULL", "NULL", 684, "82edd8e3-8999-4d08-96fc-04fa2f20b0a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:18:52.845862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3596": ["2018-05-15 13:18:53.290874", "NULL", "NULL", 685, "1cf337aa-bbc3-44eb-a7b8-ccab41ca9fef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:18:53.290862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3597": ["2018-05-15 13:28:52.51965", "NULL", "NULL", 686, "17c502a6-9026-4ff9-af4a-abea1d7221d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:28:52.45416", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3598": ["2018-05-15 13:28:52.923394", "NULL", "NULL", 687, "7c560e7d-1994-4881-8ac1-593d9d6fa675", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:28:52.92338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3599": ["2018-05-15 13:38:52.950451", "NULL", "NULL", 688, "84884d81-299a-4ab7-a202-12c8ae295cf6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:38:52.85309", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3600": ["2018-05-15 13:38:53.354362", "NULL", "NULL", 689, "a7441b01-518c-4d0f-9774-6698bd9410e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:38:53.354343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3601": ["2018-05-15 13:48:51.984896", "NULL", "NULL", 690, "d6ec30fb-ed55-4921-ab0e-98c33b107892", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:48:51.949317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3602": ["2018-05-15 13:48:52.388473", "NULL", "NULL", 691, "10ffec02-d5e3-48ea-85ad-c995ca9280c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:48:52.38846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3603": ["2018-05-15 13:58:53.621429", "NULL", "NULL", 692, "5a60fa26-b4b1-41a7-960c-b19654c5d517", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:58:53.45784", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3604": ["2018-05-15 13:58:54.225595", "NULL", "NULL", 693, "4b4b9a82-270d-415a-afee-c31bfe9bf73f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:58:54.225579", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3605": ["2018-05-15 14:08:52.653737", "NULL", "NULL", 694, "82838a78-35c5-45ae-8006-995f4121a3ea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:08:52.555761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3606": ["2018-05-15 14:08:53.057489", "NULL", "NULL", 695, "b4372f20-78a0-46fb-ae67-621bc58f1a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:08:53.057459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3607": ["2018-05-15 15:50:29.662354", "NULL", "NULL", 797, "fc963a1f-4caa-465b-b698-f7230bb332ee", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 15:50:29.525288", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3608": ["2018-05-15 15:50:29.865685", "NULL", "NULL", 798, "87f4ed75-7fb9-4622-b70d-9ea39b0af749", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 15:50:29.865672", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3609": ["2018-05-15 15:50:29.868433", "NULL", "NULL", 799, "5e9de66a-36ee-4e3e-b0b5-7efa9f638f3a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:29.868421", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3610": ["2018-05-15 15:50:30.071468", "NULL", "NULL", 800, "67b78103-d264-4aac-8399-e41d4eeca5ce", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:29.926457", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3611": ["2018-05-15 15:50:30.274669", "NULL", "NULL", 801, "3c2bcae6-6bf7-4bcb-b3a1-3861936c4997", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:30.274657", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3612": ["2018-05-15 15:50:30.477789", "NULL", "NULL", 802, "8e25930f-27be-49ea-a4ce-84b95cc03b7d", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:30.427931", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3613": ["2018-05-15 14:10:57.240377", "NULL", "NULL", 696, "59b01c6e-b879-4be1-9176-20497e8a17a8", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-15 14:10:57.237556", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3614": ["2018-05-15 14:11:02.237513", "NULL", "NULL", 697, "6251073e-1879-4633-91c3-356e5b595e37", "401.007", "log", "host", "host=controller-1", "2018-05-15 14:11:02.235359", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3615": ["2018-05-15 14:11:02.240216", "NULL", "NULL", 698, "a0557742-bf2e-4bae-b45d-a8fc5e2a5ca1", "401.007", "log", "host", "host=controller-0", "2018-05-15 14:11:02.234065", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3616": ["2018-05-15 14:11:02.694593", "NULL", "NULL", 699, "1ac7b219-8bf3-4129-bfc8-76de879d7643", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:02.652565", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3617": ["2018-05-15 14:11:02.737289", "NULL", "NULL", 700, "7bde3119-eac4-43d6-a706-50e322c55d57", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:02.695872", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3618": ["2018-05-15 14:11:02.819284", "NULL", "NULL", 701, "020c9d49-084b-416d-9393-d998d3231513", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:02.777571", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3619": ["2018-05-15 14:11:02.901138", "NULL", "NULL", 702, "628f2a90-146f-4db2-bebe-11ef97565049", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:02.859525", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3620": ["2018-05-15 14:11:02.983374", "NULL", "NULL", 703, "a7215b67-6bb6-4553-b04c-11b42bf4c069", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:02.941539", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3621": ["2018-05-15 14:11:43.497284", "NULL", "NULL", 704, "24acbf8e-349e-4792-8ad9-a3cb03f4f824", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:05.501653", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3622": ["2018-05-15 14:11:43.544776", "NULL", "NULL", 705, "67bc3e09-89e7-42b6-a9cc-095482d51982", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:05.501796", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3623": ["2018-05-15 14:11:43.627777", "NULL", "NULL", 706, "1ca34a22-cac7-4cf6-a65a-3bb1bbe8ef41", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:05.502521", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3624": ["2018-05-15 14:11:43.710716", "NULL", "NULL", 707, "1e647d45-faec-4f5e-9850-65c89593acdf", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:05.502977", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3625": ["2018-05-15 14:11:43.792852", "NULL", "NULL", 708, "c2ee2c54-7608-42cc-8e9a-f32e59bd0074", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-15 14:11:05.503357", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3626": ["2018-05-15 14:11:43.87578", "NULL", "NULL", 709, "0508b95f-b935-48ce-a72e-09138924ea79", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-15 14:11:32.998394", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3627": ["2018-05-15 14:11:43.959034", "NULL", "NULL", 710, "fea59cc6-9d52-44a5-90ef-1a5baee8c1c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-15 14:11:36.002852", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3628": ["2018-05-15 14:11:44.043709", "NULL", "NULL", 711, "69a7144a-f3b4-44d0-8faa-6c304e592110", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-15 14:11:36.003273", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3629": ["2018-05-15 14:11:44.129946", "NULL", "NULL", 712, "fbdb3cec-9ece-4a1a-8b37-d5cedb2d4fcb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-15 14:11:36.003999", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3630": ["2018-05-15 14:11:44.216592", "NULL", "NULL", 713, "a602b37f-37e2-4a2e-89ee-b55447205f1c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-15 14:11:36.00429", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3631": ["2018-05-15 14:11:44.298805", "NULL", "NULL", 714, "0e40e080-d600-4fcf-a00f-b0b80dbe1af4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-15 14:11:43.490967", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3632": ["2018-05-15 14:11:44.742502", "NULL", "NULL", 716, "ca690be3-6472-4fd1-88b5-68f8d8e7b2fc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-15 14:11:44.65716", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3633": ["2018-05-15 14:11:46.551675", "NULL", "NULL", 720, "35980118-26f9-4d3f-ac90-565da122b8a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-15 14:11:46.510534", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3634": ["2018-05-15 14:11:46.59477", "NULL", "NULL", 721, "641d9aaa-90db-433f-80f2-aef47c1c0240", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-15 14:11:46.552714", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3635": ["2018-05-15 14:11:46.724143", "NULL", "NULL", 722, "abb6db45-9e70-43b4-884a-6ae35cf271bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:02.997395", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3636": ["2018-05-15 14:11:46.766696", "NULL", "NULL", 723, "9a2da44e-f49b-446b-8b61-41e02dc4b1f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:02.997545", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3637": ["2018-05-15 14:11:44.723324", "NULL", "NULL", 715, "61d7ec17-9f27-4f5f-b01f-ac9bda7a2679", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:44.72035", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3638": ["2018-05-15 14:11:44.927941", "NULL", "NULL", 717, "f380a8b6-ab1b-4d97-9fc9-8639793cbfb2", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:44.926215", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3639": ["2018-05-15 14:11:44.930707", "NULL", "NULL", 718, "3f56b26d-d499-4cc6-9861-83b22d1acecc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:44.929375", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3640": ["2018-05-15 14:11:45.134091", "NULL", "NULL", 719, "3c902260-868b-464a-bf33-604f5e3cfe5d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:45.132158", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3641": ["2018-05-15 14:11:47.746242", "NULL", "NULL", 737, "5d0b0e1b-5c54-4c6c-ae6c-bcb07212e028", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:47.74623", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3642": ["2018-05-15 14:11:47.95066", "NULL", "NULL", 742, "68e16ec1-3455-4593-97ec-d6fed9f1f487", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:47.950644", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3643": ["2018-05-15 14:11:48.15525", "NULL", "NULL", 746, "c7d3269b-3e5a-4796-9884-855094796140", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:48.15523", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3644": ["2018-05-15 14:11:50.762541", "NULL", "NULL", 750, "0e657f63-41d9-439a-adb0-ebab0429ddb1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:50.762527", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3645": ["2018-05-15 14:16:54.099122", "NULL", "NULL", 751, "d352261d-7dcd-4252-8263-6e15089d6506", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:16:53.96859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3646": ["2018-05-15 14:16:54.303501", "NULL", "NULL", 752, "95624322-3f95-4107-9b14-8f5dc2231d0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:16:54.303488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3647": ["2018-05-15 14:26:52.962995", "NULL", "NULL", 753, "64ac3c27-6ea5-4b57-978f-80a8c6d16d36", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:26:52.821849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3648": ["2018-05-15 14:26:53.166528", "NULL", "NULL", 754, "d16b7e0b-4321-46a2-8d4e-00975c82f985", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:26:53.166517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3649": ["2018-05-15 14:36:53.217529", "NULL", "NULL", 755, "9a616c5b-3e96-4a26-97a5-3e6346137f7e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:36:53.168952", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3650": ["2018-05-15 14:36:53.621314", "NULL", "NULL", 756, "44371f87-9cf6-418e-af5d-853f8b8b4a90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:36:53.621302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3651": ["2018-05-15 14:45:13.823796", "NULL", "NULL", 757, "38ea7d1a-f72d-4ae7-bc0b-bb21280e8481", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:13.697848", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3652": ["2018-05-15 14:45:13.827117", "NULL", "NULL", 758, "ba0b8a5f-f47f-445f-a73e-523a99b8b277", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:13.742064", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3653": ["2018-05-15 14:45:16.231313", "NULL", "NULL", 759, "bb75b470-0abe-4e92-901e-cd7ce46c9774", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:16.21809", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3654": ["2018-05-15 14:45:16.435063", "NULL", "NULL", 760, "25479eb2-819e-466c-aa1b-52ce18b0b5da", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:16.246616", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3655": ["2018-05-15 14:45:26.642394", "NULL", "NULL", 761, "93b7b11e-1548-4e44-b92a-750e64f783db", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:26.636491", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3656": ["2018-05-15 14:45:26.845777", "NULL", "NULL", 762, "7f858dad-5fa3-4cae-bc3b-34bf11914421", "250.001", "clear", "host", "host=controller-1", "2018-05-15 14:45:26.845764", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3657": ["2018-05-15 14:45:27.649424", "NULL", "NULL", 763, "bd1b4e8f-38a9-48ca-8131-23cfa5663546", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:27.45999", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3658": ["2018-05-15 14:45:27.65231", "NULL", "NULL", 764, "440eff99-6cc6-4de1-9834-08d7d3574b3d", "250.001", "clear", "host", "host=controller-0", "2018-05-15 14:45:27.652296", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3659": ["2018-05-15 14:45:50.464869", "NULL", "NULL", 765, "d0fe66a2-cf50-4bfe-8793-456439fb49b6", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:50.344015", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3660": ["2018-05-15 14:45:50.467777", "NULL", "NULL", 766, "b88b49d2-ee44-4eee-856c-2bcefd5374d2", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:50.38569", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3661": ["2018-05-15 14:11:46.848706", "NULL", "NULL", 724, "d6728395-96a7-4568-883e-1421b9d8b459", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:03.007596", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3662": ["2018-05-15 14:11:46.930837", "NULL", "NULL", 725, "e93fd0b9-a34a-4dd3-b593-d3868c1f3804", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:03.007812", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3663": ["2018-05-15 14:11:47.012771", "NULL", "NULL", 726, "0e0fc22e-f0a0-46fe-9f84-d00cc405300b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:06.411633", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3664": ["2018-05-15 14:11:47.095429", "NULL", "NULL", 727, "1d1dc7d8-8b68-49b8-b3b9-563ac8e0dfaf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:06.413052", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3665": ["2018-05-15 14:11:47.177676", "NULL", "NULL", 728, "f423a164-3b55-4729-b406-3316bf028d2a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:06.413937", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3666": ["2018-05-15 14:11:47.260764", "NULL", "NULL", 729, "b339cb56-8c29-4044-af91-ccabe9963ba1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:06.414848", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3667": ["2018-05-15 14:11:47.336792", "NULL", "NULL", 730, "c8d8b920-bfbc-465c-8126-17a253fd33b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-15 14:11:47.294842", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3668": ["2018-05-15 14:11:47.343216", "NULL", "NULL", 731, "4436cd1a-da0b-4e46-8f63-0bb92964186c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:06.416077", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3669": ["2018-05-15 14:11:47.425801", "NULL", "NULL", 732, "5449ee4f-30bd-49bd-93c5-d131f876b23f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:20.548603", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3670": ["2018-05-15 14:11:47.507872", "NULL", "NULL", 733, "bdb47710-bdf4-48df-a5ac-9345a989e325", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:27.605175", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3671": ["2018-05-15 14:11:47.591107", "NULL", "NULL", 734, "a4924231-e4c9-4dfb-bdc1-f7c7a24fd919", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:32.583405", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3672": ["2018-05-15 14:11:47.67375", "NULL", "NULL", 735, "5651eb3a-bf66-477e-a104-d72d31048e01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:36.481053", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3673": ["2018-05-15 14:11:47.741663", "NULL", "NULL", 736, "e5f2a773-e191-4c2c-8cdd-45ea56cf8390", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:47.659099", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3674": ["2018-05-15 14:11:47.755474", "NULL", "NULL", 738, "bea42b18-ee5b-4e69-ac65-2fde1c36fa15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:36.482619", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3675": ["2018-05-15 14:11:47.837723", "NULL", "NULL", 739, "69eedecc-3e5b-4728-b26c-6eecac8283b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:36.484716", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3676": ["2018-05-15 14:11:47.905488", "NULL", "NULL", 740, "e3a27c35-eaa6-4d4c-98c2-4fd95db43243", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:47.78267", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3677": ["2018-05-15 14:11:47.921048", "NULL", "NULL", 741, "00c0e5b5-e00e-439b-b1de-f3acde3189b5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:36.487723", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3678": ["2018-05-15 14:11:48.004744", "NULL", "NULL", 743, "3e37f8be-09b8-4226-85c2-3bb9a287beb3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:36.489095", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3679": ["2018-05-15 14:11:48.068582", "NULL", "NULL", 744, "dc57128e-bd52-4b5f-b320-0785ada2136d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:47.945664", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3680": ["2018-05-15 14:11:48.086674", "NULL", "NULL", 745, "6e9e70f0-8765-4781-ad1b-55646d3a605b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:37.183073", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3681": ["2018-05-15 14:11:48.158501", "NULL", "NULL", 747, "4c56b9c0-07db-4792-962d-f3f079e2e7c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-15 14:11:48.117483", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3682": ["2018-05-15 14:11:48.168417", "NULL", "NULL", 748, "bec8417f-a993-4fac-bcd3-b37b89a40dd7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:38.722389", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3683": ["2018-05-15 14:11:50.744656", "NULL", "NULL", 749, "d0d28ef2-f077-4be3-8feb-ff641bc2dfbc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:50.66243", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3684": ["2018-05-15 14:45:52.671676", "NULL", "NULL", 767, "9a4bacda-82e5-4c11-81d6-d14c58955f8b", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:52.583822", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3685": ["2018-05-15 14:45:52.674617", "NULL", "NULL", 768, "b11dfdda-844f-49a4-8f50-abec31e6b34e", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:52.608011", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3686": ["2018-05-15 14:46:03.281821", "NULL", "NULL", 769, "a8d00dce-bec1-48eb-b467-429840414814", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:46:03.134448", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3687": ["2018-05-15 14:46:03.284652", "NULL", "NULL", 770, "1d8dee58-2c83-4b0c-9488-79337e2e299e", "250.001", "clear", "host", "host=controller-1", "2018-05-15 14:46:03.284641", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3688": ["2018-05-15 14:46:04.288402", "NULL", "NULL", 771, "088627e5-b718-4ab3-98a9-108c5f3a93d0", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:46:04.216152", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3689": ["2018-05-15 14:46:04.291355", "NULL", "NULL", 772, "a2309478-4770-4085-b1ec-e7a363897507", "250.001", "clear", "host", "host=controller-0", "2018-05-15 14:46:04.291344", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3690": ["2018-05-15 14:46:53.114706", "NULL", "NULL", 773, "55739ab4-c454-48ce-9aba-3c8ac4e0cc87", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:46:53.089866", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3691": ["2018-05-15 14:46:53.518643", "NULL", "NULL", 774, "9bbed11e-23e7-435f-a31e-5e51c6d77ddc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:46:53.51863", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3692": ["2018-05-15 14:56:53.356525", "NULL", "NULL", 775, "0df81542-a188-4a4b-a38f-3058b9bd3919", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:56:53.20474", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3693": ["2018-05-15 14:56:54.160381", "NULL", "NULL", 776, "d8b6ec9c-78dd-45bf-8639-ee052879db0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:56:54.160366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3694": ["2018-05-15 15:06:53.998234", "NULL", "NULL", 777, "45c9e665-b8b6-433b-9fd9-9411143afafa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:06:53.812446", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3695": ["2018-05-15 15:06:54.801914", "NULL", "NULL", 778, "65b6958c-26aa-46a1-8ed1-b3bfeaca6350", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:06:54.8019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3696": ["2018-05-15 15:16:54.034873", "NULL", "NULL", 779, "2c109c1c-71a1-4151-b677-c1809a9efa1d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:16:54.022074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3697": ["2018-05-15 15:16:54.438676", "NULL", "NULL", 780, "d9e0b46a-fe3a-49c4-bd75-b1c440d9a3db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:16:54.438662", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3698": ["2018-05-15 15:26:53.273127", "NULL", "NULL", 781, "ec31ce15-0344-4787-b608-2875b40bb049", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:26:53.211289", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3699": ["2018-05-15 15:26:53.676784", "NULL", "NULL", 782, "2879f51f-0c3b-4e1c-8c52-28b36ba71a3c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:26:53.676771", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3700": ["2018-05-15 15:36:53.308019", "NULL", "NULL", 783, "d66b6794-cdeb-461f-b80f-62d5ec51cf26", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:36:53.20484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3701": ["2018-05-15 15:36:53.511598", "NULL", "NULL", 784, "ac1abdba-f75c-4a39-85f1-9dc0aeceda56", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:36:53.511581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3702": ["2018-05-15 15:46:52.943028", "NULL", "NULL", 785, "c644ca23-7321-4671-a075-b10629609422", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:46:52.800745", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3703": ["2018-05-15 15:46:53.146593", "NULL", "NULL", 786, "795ee3ba-cac2-4cdc-9cf9-061ea8f963ef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:46:53.146576", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3704": ["2018-05-15 15:50:15.025821", "NULL", "NULL", 787, "62487397-5eb0-4ed0-afec-8b990390ba71", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:50:15.002561", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3705": ["2018-05-15 15:50:15.229258", "NULL", "NULL", 788, "ed31dd51-c2fc-4635-a1fa-e1fd2fe43761", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:50:15.229246", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3706": ["2018-05-15 15:50:15.231988", "NULL", "NULL", 789, "53dc9438-6df6-4fe8-831a-cf5846f17585", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:15.205077", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3707": ["2018-05-15 15:50:15.635056", "NULL", "NULL", 790, "47c89d5d-071a-47a3-bd43-4e6c192bd55e", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:15.635043", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3708": ["2018-05-15 15:50:17.438758", "NULL", "NULL", 791, "074953ae-69ff-418c-9400-fd3a7947d362", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:17.304135", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3709": ["2018-05-15 15:50:18.442437", "NULL", "NULL", 792, "c17aa86b-c9f3-4d80-a314-5232f3be1eb6", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 15:50:18.404335", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3710": ["2018-05-15 15:50:19.045755", "NULL", "NULL", 793, "bfe63646-a029-409c-bc2e-aaa3e900caa3", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:19.007275", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3711": ["2018-05-15 15:50:21.049561", "NULL", "NULL", 794, "97b3dffb-9f9f-4bd1-8a97-728ed0978389", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:21.049549", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3712": ["2018-05-15 15:50:23.453517", "NULL", "NULL", 795, "76a70460-a40e-4185-969c-57b021327b06", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:23.453505", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3713": ["2018-05-15 15:50:27.258078", "NULL", "NULL", 796, "c8b1cf24-6fbe-4f83-835b-2122ee234a04", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:27.219872", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3714": ["2018-05-15 15:50:31.281091", "NULL", "NULL", 803, "d0d5fed8-41b8-407b-ba5d-cdc4630b9d3b", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:31.227768", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3715": ["2018-05-15 15:50:33.885335", "NULL", "NULL", 804, "b4ad8eb0-fd76-41e2-9a78-3c4063fdd97a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:33.885307", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3716": ["2018-05-15 15:50:34.688663", "NULL", "NULL", 805, "ce72b545-94de-4c40-8567-bf874e943c54", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:34.688651", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3717": ["2018-05-15 15:50:38.693576", "NULL", "NULL", 806, "cfd0f8ec-b2dd-4d15-86e6-e01411173fe0", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 15:50:38.634575", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3718": ["2018-05-15 15:50:38.696102", "NULL", "NULL", 807, "212f9221-21ea-4401-9479-a22b2ffba152", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:38.639346", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3719": ["2018-05-15 15:50:43.101054", "NULL", "NULL", 808, "8461432e-53b0-481f-9f47-fe78884a572d", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:43.101039", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3720": ["2018-05-15 15:50:44.704859", "NULL", "NULL", 809, "ad5d64c5-c5f7-4676-b461-a1851ea619fb", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:44.639377", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3721": ["2018-05-15 15:50:47.909491", "NULL", "NULL", 810, "07c73031-5cc4-492f-b34d-31eed757e4fa", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:47.842807", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3722": ["2018-05-15 15:50:49.313257", "NULL", "NULL", 811, "bddc6f0c-6c24-4d70-92fa-bdb2f11254ef", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:49.313244", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3723": ["2018-05-15 15:50:50.516836", "NULL", "NULL", 812, "e9a90969-b975-4e8a-a99a-bb71428e5930", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:50.516824", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3724": ["2018-05-15 15:50:51.12008", "NULL", "NULL", 813, "c5834287-e52e-46e5-8b6a-a820c9de7906", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:51.046092", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3725": ["2018-05-15 15:50:53.924604", "NULL", "NULL", 814, "f1d2b368-a8b8-4ac4-b28b-4dd74cb3114f", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:53.924573", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3726": ["2018-05-15 15:51:01.330514", "NULL", "NULL", 815, "210494c7-0a1f-4d7f-9f60-70024cd0185e", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:51:01.16012", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3727": ["2018-05-15 15:51:04.134992", "NULL", "NULL", 816, "62ec155d-9b56-4b66-a8b8-b4d77309e294", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:51:04.13498", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3728": ["2018-05-15 15:56:50.268342", "NULL", "NULL", 817, "34396d03-9395-4d52-bc8e-b509c367fa2c", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:56:50.208733", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3729": ["2018-05-15 15:56:50.672178", "NULL", "NULL", 818, "69c82972-f1b4-40b8-b554-997a777a64ea", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:56:50.672166", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3730": ["2018-05-15 15:56:54.076505", "NULL", "NULL", 819, "0882319c-fc2f-491c-9214-bc5fb556bb4b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:56:54.009653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3731": ["2018-05-16 19:28:53.014739", "NULL", "NULL", 1002, "5677064b-6d54-4c1e-8811-13b143efeec6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:16.6151", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3732": ["2018-05-16 19:28:53.097517", "NULL", "NULL", 1003, "f00b996c-fb8e-467e-b1ce-325697157468", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:16.616205", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3733": ["2018-05-16 19:28:53.179633", "NULL", "NULL", 1004, "ade5b6b3-8338-482e-8143-143731f2524f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:16.61705", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3734": ["2018-05-16 19:28:53.263134", "NULL", "NULL", 1005, "90670dfb-af9f-4ab6-9e0e-1d6a84d50f59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:16.617909", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3735": ["2018-05-16 19:28:53.278826", "NULL", "NULL", 1006, "a0b8cff5-0d00-4d4e-9f14-df3356c62d78", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:28:53.106955", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3736": ["2018-05-15 15:56:54.879694", "NULL", "NULL", 820, "fe0ec30c-dd07-4690-9751-705e9968127f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:56:54.879681", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3737": ["2018-05-16 19:28:53.361557", "NULL", "NULL", 1007, "d32842ad-5f63-41f8-8ceb-a5e27d28cac0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:28:53.319533", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3738": ["2018-05-16 20:27:52.922228", "NULL", "NULL", 1263, "e909f7d2-02fc-4741-924f-f95347ea5892", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:52.919108", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3739": ["2018-05-16 20:27:53.73173", "NULL", "NULL", 1273, "31737c64-afa1-47cd-b406-9028d071bf6f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:53.729873", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3740": ["2018-05-16 20:27:54.338318", "NULL", "NULL", 1280, "15fbb0c9-6898-4567-b0d0-7bc75cffb921", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:27:54.336352", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3741": ["2018-05-16 20:27:54.744004", "NULL", "NULL", 1285, "380c038d-2465-4501-8fd1-ae1e03c8a941", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:54.742131", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3742": ["2018-05-16 20:27:54.947498", "NULL", "NULL", 1287, "d70db25b-12c9-4652-8fb3-ca1263b7b740", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:54.94548", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3743": ["2018-05-16 20:27:54.950608", "NULL", "NULL", 1288, "4b3ce844-8900-4759-929c-5abd22d1b1f1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:54.948965", "major", "Service group controller-services degraded; drbd-platform(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3744": ["2018-05-16 20:27:55.15559", "NULL", "NULL", 1289, "2693c7cc-ed61-4c61-9833-ed1f4c4f1f8d", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:55.155573", "major", "Service group controller-services degraded; drbd-platform(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3745": ["2018-05-16 20:27:55.158832", "NULL", "NULL", 1290, "cd95803d-39c2-43c1-9f62-e524f8a4b678", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:55.158818", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3746": ["2018-05-16 20:27:57.964983", "NULL", "NULL", 1295, "50dde394-db37-401f-9c11-201bdc283fa5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:57.964968", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3747": ["2018-05-16 20:27:58.168718", "NULL", "NULL", 1297, "c7c9ba4f-c8e1-4ddf-9d05-d2482ec22d6e", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:58.168702", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3748": ["2018-05-16 20:27:58.373335", "NULL", "NULL", 1300, "e2b897b4-f2f4-43ce-ab45-8232a5024452", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:58.373321", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3749": ["2018-05-16 20:28:00.978054", "NULL", "NULL", 1302, "0118f610-3c40-4bc1-90fd-760aaec0c7a6", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:28:00.978041", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3750": ["2018-05-16 21:12:21.397337", "NULL", "NULL", 1361, "90456b07-ce63-4a48-aa17-8f589e6242f0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:21.39613", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3751": ["2018-05-16 21:12:21.600429", "NULL", "NULL", 1364, "44e3253a-3cbc-47a3-80a0-15520092ed8a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:21.599019", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3752": ["2018-05-16 21:12:21.803963", "NULL", "NULL", 1366, "4676e36e-b679-4082-a3ef-40737dee8853", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:21.80199", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3753": ["2018-05-16 21:12:22.007664", "NULL", "NULL", 1368, "2d91817b-6fde-4061-9eab-dbd0b53d621b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:22.005825", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3754": ["2018-05-16 21:12:22.010355", "NULL", "NULL", 1369, "09f3b00a-2b50-48e7-a4a1-bcbac1269c76", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:22.009181", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3755": ["2018-05-16 19:47:34.558504", "NULL", "NULL", 1062, "f7b7c826-f6bd-4e09-a85d-1b253323d339", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:47:25.769974", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3756": ["2018-05-16 19:47:34.720674", "NULL", "NULL", 1063, "ff7ce95e-07ac-46fe-ac5b-a4f510f1a656", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:47:25.77017", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3757": ["2018-05-16 19:47:34.80366", "NULL", "NULL", 1064, "c4d6eac6-6eec-4e55-a23a-cd2ac8e86279", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:47:27.543134", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3758": ["2018-05-16 19:47:34.885688", "NULL", "NULL", 1065, "d3480bcf-c670-416e-a619-f383c4c1fd7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:47:33.174692", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3759": ["2018-05-16 19:47:34.968481", "NULL", "NULL", 1066, "456e0c32-6555-4be6-a25b-6f4e68f50192", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:47:34.926738", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3760": ["2018-05-16 19:47:35.131561", "NULL", "NULL", 1067, "cfaeb178-a9a3-4c9f-a0e2-fd78f2cccde4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:55.104594", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3761": ["2018-05-16 19:47:35.173822", "NULL", "NULL", 1068, "f51d6a59-f0b4-45f8-90c3-10222b4cb477", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:46:55.128767", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3762": ["2018-05-16 19:47:35.25609", "NULL", "NULL", 1069, "f8918788-b643-4458-96e3-e075cd9d1b4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:55.128852", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3763": ["2018-05-16 19:47:35.34021", "NULL", "NULL", 1070, "e3be172f-193a-475e-9636-da56ba73a477", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:55.128988", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3764": ["2018-05-16 19:47:35.42288", "NULL", "NULL", 1071, "023e2203-ba71-4336-a3d4-48700fb910c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:55.129111", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3765": ["2018-05-16 19:47:35.504848", "NULL", "NULL", 1072, "6e4041fc-6e20-4096-9eda-f9573f684cf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:55.129207", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3766": ["2018-05-16 19:47:35.589031", "NULL", "NULL", 1073, "dd035e2d-bf6b-44d8-bda2-3b4bf14c284a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:55.129353", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3767": ["2018-05-16 19:47:35.671807", "NULL", "NULL", 1074, "e143f862-a32b-481f-923a-87303c1ab43d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:55.129583", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3768": ["2018-05-16 19:47:35.749486", "NULL", "NULL", 1075, "ff3d5e9e-7e43-4dad-86b6-0b8a24710124", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:47:35.70762", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3769": ["2018-05-16 19:47:35.753682", "NULL", "NULL", 1076, "d065a020-9035-40fb-89e2-d28bd28ad83d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:58.661932", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3770": ["2018-05-16 19:47:35.791937", "NULL", "NULL", 1077, "a10415f4-c8ac-46f4-9000-6369daa83dc6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:47:35.750421", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3771": ["2018-05-16 19:47:35.83577", "NULL", "NULL", 1078, "3a5c9a33-83a6-4110-8f3d-a8b2c1d53d63", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:58.663099", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3772": ["2018-05-16 19:47:35.91807", "NULL", "NULL", 1079, "110855c7-4cf6-4939-90d4-7f8a9c09fa21", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:58.664073", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3773": ["2018-05-16 19:47:35.999625", "NULL", "NULL", 1080, "cacede88-cb1c-4c03-ae05-97b4462e2c9d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:58.664984", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3774": ["2018-05-16 19:47:36.081853", "NULL", "NULL", 1081, "5c3e3fd2-1277-413a-9828-1350762b6fbd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:46:58.665849", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3775": ["2018-05-16 19:47:36.164093", "NULL", "NULL", 1082, "79731424-16ec-4908-b135-535016d69515", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:58.666846", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3776": ["2018-05-16 19:47:36.246693", "NULL", "NULL", 1083, "7d3c276c-c4b4-4155-bab5-da77110c9619", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:47:12.777518", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3777": ["2018-05-16 19:47:36.328852", "NULL", "NULL", 1084, "369c7041-4136-4814-b56e-3a68540aa344", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:47:16.809121", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3778": ["2018-05-16 19:47:36.410719", "NULL", "NULL", 1085, "a59cee7f-6e23-499d-817b-d346cd8a0f7e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:47:21.41236", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3779": ["2018-05-16 19:47:36.492504", "NULL", "NULL", 1086, "e1d618e0-f192-4df8-91b6-34f0ed070bfa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:47:25.015602", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3780": ["2018-05-16 19:47:36.527397", "NULL", "NULL", 1087, "5174ec2e-9d45-4299-a3f2-fb76f6ec90e0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:47:36.485812", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3781": ["2018-05-16 19:47:36.574477", "NULL", "NULL", 1088, "a55e4393-428e-4d24-9706-f4840fc86760", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:47:25.017266", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3782": ["2018-05-16 19:47:36.657599", "NULL", "NULL", 1089, "19f1f9b3-5387-4b00-a705-10e4e6412d2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:47:25.018799", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3783": ["2018-05-16 19:47:36.67428", "NULL", "NULL", 1090, "d40c6774-d3cf-4fb5-9f53-5646bd9e24b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:36.55228", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3784": ["2018-05-16 19:47:36.740026", "NULL", "NULL", 1091, "caf20c24-278b-4440-88d0-7a519014a52c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:47:25.021432", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3785": ["2018-05-16 19:47:36.821552", "NULL", "NULL", 1093, "e0061f91-5577-464d-a17c-b031cff7dd7f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:47:25.024748", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3786": ["2018-05-16 19:47:36.8375", "NULL", "NULL", 1094, "e6ce5e99-019a-4018-b255-88faf76b1130", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:36.714713", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3787": ["2018-05-16 19:47:36.903937", "NULL", "NULL", 1095, "73ad740c-cf32-472e-9422-b6a9b6cadeaf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:47:25.026454", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3788": ["2018-05-16 19:47:36.919479", "NULL", "NULL", 1096, "efb94440-217d-4100-bcd9-a096218ebc88", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:36.87768", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3789": ["2018-05-16 19:47:38.310811", "NULL", "NULL", 1099, "d9c2dd74-4135-49c4-97ae-647478320ffb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:47:38.269231", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3790": ["2018-05-16 19:47:39.638636", "NULL", "NULL", 1100, "ae755283-7975-4e36-8d11-eb7738653b6b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:39.555619", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3791": ["2018-05-16 20:27:53.170502", "NULL", "NULL", 1267, "62f30d31-5e02-4f34-b28c-86538c527fe9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:27:53.128991", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3792": ["2018-05-16 20:27:53.184361", "NULL", "NULL", 1268, "8b91b110-acf2-4c28-9690-dc21f5030df4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:16.56169", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3793": ["2018-05-16 20:27:53.266594", "NULL", "NULL", 1269, "395eebbf-f80d-4143-93a9-8076740c252c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:16.562889", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3794": ["2018-05-16 20:27:53.349663", "NULL", "NULL", 1270, "d4ddccba-7191-41ca-b760-112a21054c24", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:32.74171", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3795": ["2018-05-16 20:27:53.512581", "NULL", "NULL", 1271, "c378dd6c-1eaa-4328-8576-71a276e6344b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:35.231097", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3796": ["2018-05-16 20:27:53.595664", "NULL", "NULL", 1272, "9e16e9a9-005d-4ab0-8201-95ceec9ae76e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:46.80408", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3797": ["2018-05-16 20:27:53.765376", "NULL", "NULL", 1274, "86052022-d1bc-4ab9-b339-4b2a3a4c2f29", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:46.804378", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3798": ["2018-05-16 20:27:53.848532", "NULL", "NULL", 1275, "6e18ee0a-25bf-47d9-bcd6-1b434944533b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:46.804778", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3799": ["2018-05-16 20:27:53.930659", "NULL", "NULL", 1276, "5eea29d3-6c58-4c96-9fad-cc01bee9baf9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:46.805092", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3800": ["2018-05-16 20:27:54.013691", "NULL", "NULL", 1277, "8bdaf58b-d918-467c-990b-9952da7dee6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:46.80551", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3801": ["2018-05-16 19:47:36.750482", "NULL", "NULL", 1092, "c89a5bff-38b1-4d79-ba62-46ed185f1e1a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:36.750466", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3802": ["2018-05-16 19:47:36.954745", "NULL", "NULL", 1097, "912b5ccf-c7cc-4bd2-9e59-dc91d5109800", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:36.95473", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3803": ["2018-05-16 19:47:37.159527", "NULL", "NULL", 1098, "ccff2e58-a4d8-4b52-ba1c-ce5de6751ce0", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:37.159512", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3804": ["2018-05-16 19:47:39.764735", "NULL", "NULL", 1101, "a7f936c7-f437-4747-9d00-fd42506fd65b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:39.76472", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3805": ["2018-05-16 20:27:54.096621", "NULL", "NULL", 1278, "ba90f750-22d0-483d-90a7-adb7edd0abf5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:46.805856", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3806": ["2018-05-16 20:27:54.179666", "NULL", "NULL", 1279, "c30beeac-424c-4b14-a4c9-faae957baa59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:46.806172", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3807": ["2018-05-16 20:27:54.343495", "NULL", "NULL", 1281, "ad5415ad-0804-4f07-8de7-048a0660af69", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:46.806566", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3808": ["2018-05-16 20:27:54.426558", "NULL", "NULL", 1282, "a8d685c9-498c-4ba5-9c2f-67436a2f0095", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:47.340368", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3809": ["2018-05-16 20:27:54.509515", "NULL", "NULL", 1283, "8346f057-7e0f-451e-a9fc-17aeb8bb275d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:48.844266", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3810": ["2018-05-16 20:27:54.592563", "NULL", "NULL", 1284, "44830bf8-9193-45b3-a2b5-5de725169dbe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:49.385289", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3811": ["2018-05-16 20:27:54.918753", "NULL", "NULL", 1286, "c4818508-518b-49ac-bf92-554750ad18f7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:54.860538", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3812": ["2018-05-16 20:27:55.69234", "NULL", "NULL", 1291, "848ef855-d143-4cc8-8e75-543144334adc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:27:55.650801", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3813": ["2018-05-16 20:27:55.736558", "NULL", "NULL", 1292, "4480bbc9-871f-4689-b48b-7a1a56d1c120", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:27:55.694516", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3814": ["2018-05-16 20:27:56.479607", "NULL", "NULL", 1293, "28ebbaed-7c6c-4989-b322-6f7a668b37e6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:27:56.438292", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3815": ["2018-05-16 20:27:57.959576", "NULL", "NULL", 1294, "95b999a3-e0f7-46b9-9c99-b8c679e5a74e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:57.874196", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3816": ["2018-05-16 20:27:58.123713", "NULL", "NULL", 1296, "f6882cab-edd1-4036-b37c-e2d3e1a484f2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:57.997721", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3817": ["2018-05-16 20:27:58.206476", "NULL", "NULL", 1298, "922967bb-5dfc-49b4-a682-4525e1526936", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:58.161787", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3818": ["2018-05-16 20:27:58.255382", "NULL", "NULL", 1299, "71003e0e-7676-4cc7-8095-a5673796ce92", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:27:58.213601", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3819": ["2018-05-16 20:28:00.96467", "NULL", "NULL", 1301, "42db176e-4362-470b-9512-13035134f708", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:28:00.879155", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3820": ["2018-05-16 21:12:22.083102", "NULL", "NULL", 1370, "9f540664-a448-43a2-b1f5-fe7b9d8b2148", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:12:21.966659", "critical", "Service group patching-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3821": ["2018-05-16 21:12:22.713598", "NULL", "NULL", 1371, "cba60628-025a-403f-9e37-69ba3de27cd8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:22.212052", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3822": ["2018-05-16 21:12:22.734971", "NULL", "NULL", 1372, "7879058e-3262-4fff-be11-8b42298afe33", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:12:22.128677", "critical", "Service group cloud-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3823": ["2018-05-16 21:12:22.795076", "NULL", "NULL", 1373, "fbb36877-7248-4e89-8690-fdf280d9bad0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:22.797594", "critical", "Service group controller-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3824": ["2018-05-16 21:12:22.877321", "NULL", "NULL", 1374, "e86a4e94-fcb8-4c77-99c8-197c00224401", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:12:22.840658", "critical", "Service group oam-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3825": ["2018-05-16 21:12:22.960317", "NULL", "NULL", 1375, "408bba26-5fa4-4d91-a23a-876e857b9a62", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:12:22.923001", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3826": ["2018-05-16 21:12:23.123229", "NULL", "NULL", 1377, "3df8333e-1ed3-42f0-baa6-3913776ea1b8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:12:23.005768", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3827": ["2018-05-16 21:12:23.205728", "NULL", "NULL", 1378, "ff02adc8-3b32-4322-864a-2b81dd9af49b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:12:23.168621", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3828": ["2018-05-16 21:12:23.288188", "NULL", "NULL", 1379, "c6e8e8b0-2bd2-4597-a56f-1dd7bf2d692d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:23.251629", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3829": ["2018-05-16 21:12:23.370527", "NULL", "NULL", 1380, "a4916cf0-e215-42e8-8202-45b453a7d077", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:12:23.333784", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3830": ["2018-05-16 21:12:23.452447", "NULL", "NULL", 1381, "97b3cafa-e646-4b05-a02c-da5a6dbf88ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:12:23.415702", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3831": ["2018-05-16 21:12:23.534229", "NULL", "NULL", 1382, "65130539-0e82-4a35-9592-812d190cbd7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:23.497661", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3832": ["2018-05-16 21:12:23.616529", "NULL", "NULL", 1383, "d92a26e8-d90d-4472-9207-febb5f6e5b53", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:23.579741", "critical", "Service group controller-services state change from go-standby to go-standby-degraded on host controller-0; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3833": ["2018-05-16 21:12:24.186723", "NULL", "NULL", 1386, "236b75e0-216e-4bf0-aa7a-7f2e0d761024", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:24.149634", "critical", "Service group controller-services state change from go-standby-degraded to standby-degraded on host controller-0; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3834": ["2018-05-16 21:12:24.367503", "NULL", "NULL", 1387, "e0f56864-e3f4-494d-9248-fb424f9ff04e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:24.330051", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3835": ["2018-05-16 21:12:30.810513", "NULL", "NULL", 1389, "b2e06040-5da0-4a8e-9ca2-85467a0e36d2", "200.022", "log", "system.host", "host=controller-0.state=enabled", "2018-05-16 21:12:30.808572", "not-applicable", "controller-0 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3836": ["2018-05-16 21:12:32.067797", "NULL", "NULL", 1390, "b707b026-b55b-463c-8009-f5a8a1e89a40", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:31.989883", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3837": ["2018-05-16 21:12:32.150245", "NULL", "NULL", 1392, "90464a1a-424f-4d70-9651-8717eadb2ead", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:32.113607", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3838": ["2018-05-16 21:12:32.232323", "NULL", "NULL", 1393, "ded590c7-09d8-44d9-9909-2f98de8f6e0c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:32.19563", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3839": ["2018-05-16 21:12:32.314284", "NULL", "NULL", 1394, "bcb453bd-5908-4e87-8d05-6cca2ef09494", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:32.277555", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3840": ["2018-05-16 21:12:32.396375", "NULL", "NULL", 1395, "fda1abbc-24a9-4002-ae01-dbf51b1c0e1e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:32.35957", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3841": ["2018-05-16 21:12:32.478329", "NULL", "NULL", 1396, "67616530-6361-48ad-ba41-13bc065bcf6e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:32.441612", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3842": ["2018-05-16 21:12:32.641306", "NULL", "NULL", 1397, "7ce027bd-5436-4884-8334-3e751a24d1ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:32.523661", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3843": ["2018-05-16 21:12:32.804177", "NULL", "NULL", 1400, "ad65b7f8-bfc5-431b-966e-01623da2ade8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:32.686635", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3844": ["2018-05-16 21:12:32.966293", "NULL", "NULL", 1402, "1670989e-dd6b-4f0d-8a0f-09e710c56b91", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:32.849605", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3845": ["2018-05-16 21:12:33.128308", "NULL", "NULL", 1403, "8ebe9b33-6bae-4f0b-9b33-e5b050dbd33a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:33.011576", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3846": ["2018-05-16 21:12:23.121747", "NULL", "NULL", 1376, "01af1bb4-1762-40da-a8d8-1ca099202eb6", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:23.11961", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-extension(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated), ...", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3847": ["2018-05-16 21:12:23.728054", "NULL", "NULL", 1384, "66261d9f-00e1-4794-b05a-e6030cfeec02", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:23.726224", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3848": ["2018-05-16 21:12:23.931522", "NULL", "NULL", 1385, "ccb5304d-622b-411d-a830-2c52ff438a71", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:23.929478", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3849": ["2018-05-16 21:12:26.137551", "NULL", "NULL", 1388, "13577257-76c7-4ceb-aaa7-f8bd8b0d5392", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:26.137535", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-extension(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated), ...", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3850": ["2018-05-16 21:12:32.143884", "NULL", "NULL", 1391, "145523ba-51f6-4991-ab8e-86f8e3007b0b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:32.143872", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3851": ["2018-05-16 21:12:32.750305", "NULL", "NULL", 1398, "5b812207-eb26-46ab-87a8-a4aa522eb101", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:32.750293", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3852": ["2018-05-16 21:12:32.753525", "NULL", "NULL", 1399, "39abb540-dabd-44d1-8edb-3f9a1f68c6c7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:32.753515", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3853": ["2018-05-16 21:12:32.957163", "NULL", "NULL", 1401, "c3e9cf1b-3c7a-4e4b-b37c-c130d6d0bede", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:32.957153", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3854": ["2018-05-16 21:12:33.161066", "NULL", "NULL", 1404, "143753c6-e5f4-4792-b9c9-0f1c7b874797", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:33.161055", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3855": ["2018-05-16 21:12:33.364697", "NULL", "NULL", 1405, "184311e0-8d11-4af0-9505-86fe4392839f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:33.364686", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3856": ["2018-05-16 21:12:35.370514", "NULL", "NULL", 1408, "98b2a973-e631-486f-99a7-f33233c48c76", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:35.370502", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3857": ["2018-05-16 21:12:35.373502", "NULL", "NULL", 1409, "71d31b3b-a298-45f0-b3d0-b25a579a1576", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:35.373476", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3858": ["2018-05-17 16:43:01.563005", "NULL", "NULL", 1580, "8e142d7e-447d-42b3-8c72-0793b08925df", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.561292", "critical", "Service group controller-services failure; cinder-ip(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3859": ["2018-05-17 16:53:12.754836", "NULL", "NULL", 1640, "23956a30-566a-4f30-a638-af3755c96b0c", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.753373", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3860": ["2018-05-17 16:53:12.958833", "NULL", "NULL", 1643, "f3334091-9ccd-4d33-9316-59a4b9c9c63f", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.957008", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3861": ["2018-05-17 16:53:12.9624", "NULL", "NULL", 1644, "8c833de7-aae1-40c7-a0e1-9318b4eeea74", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.962388", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3862": ["2018-05-17 16:53:12.965901", "NULL", "NULL", 1645, "6853652c-9e7a-4870-9a94-a302dcf8bb27", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.965887", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3863": ["2018-05-17 16:53:13.371047", "NULL", "NULL", 1650, "b1a3caa2-eaa5-4d92-8e9a-3fea8ec02f9c", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:13.369238", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3864": ["2018-05-17 16:53:14.17966", "NULL", "NULL", 1660, "316fde19-630c-4b83-8eeb-63f8f5af0f36", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:14.177843", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3865": ["2018-05-17 16:53:14.453887", "NULL", "NULL", 1664, "71eefea5-670c-4c5b-90e3-5f5d403115b8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:53:07.372626", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3866": ["2018-05-17 16:53:14.536956", "NULL", "NULL", 1665, "2ca5b101-69cd-42cb-823d-dccfbd6f6341", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:53:07.372762", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3867": ["2018-05-17 16:53:14.620075", "NULL", "NULL", 1666, "c30b33e8-456f-4700-8ec8-9256c5b6d06f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:53:07.372898", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3868": ["2018-05-17 16:53:14.703018", "NULL", "NULL", 1667, "faba644b-2002-48f2-ac85-8ccf3da23d35", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.373057", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3869": ["2018-05-17 16:53:14.785834", "NULL", "NULL", 1668, "24a0dbea-1102-4fa9-92c3-4b1f2880adcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.37318", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3870": ["2018-05-17 16:53:14.868761", "NULL", "NULL", 1669, "a64e653c-1b5e-44af-85df-7679ee82a9b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.373372", "critical", "Service group directory-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3871": ["2018-05-17 16:53:14.951898", "NULL", "NULL", 1670, "88275b3a-32bd-4423-ac1e-e77d55e0cbc1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.3735", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3872": ["2018-05-17 16:53:15.034693", "NULL", "NULL", 1671, "51f62131-7778-439e-ad72-5542c58e263a", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.373664", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3873": ["2018-05-17 16:53:15.117937", "NULL", "NULL", 1672, "b12a6250-6fd9-418d-a995-f64c814e5334", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.373777", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3874": ["2018-05-17 16:53:15.201059", "NULL", "NULL", 1673, "a0524015-a206-4821-a43f-322c75061339", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.373908", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3875": ["2018-05-17 16:53:15.283776", "NULL", "NULL", 1674, "9ef41f64-2d7f-4cf2-9b2c-19a9b62465d2", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.374075", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3876": ["2018-05-17 16:53:15.365701", "NULL", "NULL", 1675, "76927a5a-8167-46ba-8aec-7e36a0ea21ea", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.374196", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3877": ["2018-05-17 16:53:15.448854", "NULL", "NULL", 1676, "8d5b6869-4796-41f9-8eea-0a33aaaa9968", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.374322", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3878": ["2018-05-17 16:53:15.531857", "NULL", "NULL", 1677, "9879bfe3-30ff-4022-b8eb-4bdf07fd815c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.37447", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3879": ["2018-05-17 16:53:15.614922", "NULL", "NULL", 1678, "127c49a0-8bae-4c74-b147-db19b8a282ef", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.374629", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3880": ["2018-05-17 16:53:15.697907", "NULL", "NULL", 1679, "75da39aa-ec89-4176-a40b-d8a69d2071f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:53:07.374766", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3881": ["2018-05-17 16:53:15.780932", "NULL", "NULL", 1680, "4330d9e1-5c36-471b-a33d-de7f3f46df4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.374904", "critical", "Service group directory-services state change from disabling to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3882": ["2018-05-17 16:53:15.863748", "NULL", "NULL", 1681, "14adc401-74dd-46a9-b18c-1b20b9308f74", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.375044", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3883": ["2018-05-17 16:53:15.945759", "NULL", "NULL", 1682, "c9e6eba7-24c8-4a99-bc81-b964b595aa88", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.375184", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3884": ["2018-05-17 16:53:16.027799", "NULL", "NULL", 1683, "fd80625c-7533-4305-8487-b28f6a84262f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.375332", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3885": ["2018-05-17 16:53:16.109788", "NULL", "NULL", 1684, "52f5d093-9e3b-4ce2-861b-4d4c93094cfe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.375471", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3886": ["2018-05-17 16:53:16.191775", "NULL", "NULL", 1685, "2527b704-ea48-4c38-9922-af8265417b00", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.376109", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3887": ["2018-05-17 16:53:16.273938", "NULL", "NULL", 1686, "5ef736db-7f5c-4e4c-ba40-d9fb825e9c51", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.376249", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3888": ["2018-05-17 16:53:16.356895", "NULL", "NULL", 1687, "869fd54f-452b-4af1-858d-1c334dfae85b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:53:07.376436", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3889": ["2018-05-17 16:53:16.440898", "NULL", "NULL", 1688, "19aba2f0-1a54-47d2-a4be-f4add3f93e55", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.376634", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3890": ["2018-05-17 16:53:16.523728", "NULL", "NULL", 1689, "4bad42f6-9268-482d-a6ed-281937456473", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.37681", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3891": ["2018-05-17 16:53:16.605725", "NULL", "NULL", 1690, "d56c8734-3bcd-481b-a303-a70569fd6e3b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.376938", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3892": ["2018-05-17 16:53:16.687763", "NULL", "NULL", 1691, "c41d63b0-c186-4baa-92af-4254b52acfdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.377073", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3893": ["2018-05-17 16:53:16.769654", "NULL", "NULL", 1692, "32b0e74e-0667-4501-bee1-e0fb3c8ce413", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.377218", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3894": ["2018-05-17 16:53:16.851932", "NULL", "NULL", 1693, "d10d8995-1bf3-443c-b143-3f5f5b53716b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.377379", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3895": ["2018-05-17 16:53:16.934711", "NULL", "NULL", 1694, "7f683a81-7726-4a24-8155-71ba2892f9f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.377565", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3896": ["2018-05-17 16:53:17.016666", "NULL", "NULL", 1695, "9f8ec9ff-2a67-4fa1-aa93-675e0fd299cd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.378302", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3897": ["2018-05-17 16:53:17.099569", "NULL", "NULL", 1696, "549d5b6f-5ac5-40da-9201-d43d5911ed6b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.378513", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3898": ["2018-05-17 16:53:17.182092", "NULL", "NULL", 1697, "a81fd79d-5a36-414b-b0e5-18ce8187a962", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.37864", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3899": ["2018-05-17 16:53:17.264675", "NULL", "NULL", 1698, "73053b2e-6445-49d7-9f61-e88a95c8794c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.378851", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3900": ["2018-05-17 16:53:17.346681", "NULL", "NULL", 1699, "3a6f813a-c42f-4ff1-9277-f68c785080d8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.379256", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3901": ["2018-05-17 16:53:17.428746", "NULL", "NULL", 1700, "60a84828-5dd5-4908-80a5-778b1a0fc802", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.379392", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3902": ["2018-05-17 16:53:17.514984", "NULL", "NULL", 1701, "f84015c6-ec1a-4797-9a7d-6b635eb6bb26", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.379534", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3903": ["2018-05-17 16:53:17.597728", "NULL", "NULL", 1702, "5f1827d2-003f-4aa5-9cf2-bbfb55674006", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.379659", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3904": ["2018-05-17 16:53:17.679523", "NULL", "NULL", 1703, "f7c84f8d-ddc2-46e6-9f19-86bcf3723020", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.379796", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3905": ["2018-05-17 16:53:17.761582", "NULL", "NULL", 1704, "479088ee-f2d5-4edf-95e9-f67aac0c14a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.379931", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3906": ["2018-05-17 16:53:17.843574", "NULL", "NULL", 1705, "a45da034-bca2-484b-bd29-d5a06c4899d0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.380067", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3907": ["2018-05-17 16:53:17.925896", "NULL", "NULL", 1706, "9a51adb1-8d38-4c55-b5eb-402adbf4a76d", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:17.886393", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3908": ["2018-05-17 16:53:19.091683", "NULL", "NULL", 1708, "08e9937e-4bae-4550-9ce3-6b844f99cad2", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:19.011084", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3909": ["2018-05-18 00:13:32.344042", "NULL", "NULL", 1959, "374df9b3-d60c-4c71-a4c6-2f96cdc2c5f5", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:13:32.143973", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3910": ["2018-05-18 00:13:32.346643", "NULL", "NULL", 1960, "469a34a6-35ed-467b-b3c5-a83e78b28cf9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:13:32.147476", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3911": ["2018-05-18 00:13:32.549589", "NULL", "NULL", 1961, "6fb283a6-550f-4faf-b5f1-700b42e8547d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:13:32.549578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3912": ["2018-05-17 16:53:18.205363", "NULL", "NULL", 1707, "eff79a29-d294-457e-a478-06b31dca0dd5", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:18.205348", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3913": ["2018-05-17 16:53:19.21101", "NULL", "NULL", 1709, "be99b75d-27d1-495b-a7e8-f14fadf6936a", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:19.210992", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3914": ["2018-05-17 16:53:19.615669", "NULL", "NULL", 1710, "9d59da23-14af-4efa-bcb5-2e0841454237", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-17 16:53:19.615653", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_3915": ["2018-05-18 00:13:32.552183", "NULL", "NULL", 1962, "11546a27-b491-490b-ae23-3ffc7f9b7edf", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:13:32.552174", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3916": ["2018-05-18 00:13:32.755101", "NULL", "NULL", 1963, "6a68aedf-9185-4766-9340-af3bfe13b1b8", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:13:32.755087", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3917": ["2018-05-18 00:15:22.599992", "NULL", "NULL", 1964, "d487f727-87d4-43da-9569-499ad98c3291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:15:22.552551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3918": ["2018-05-18 00:15:22.602528", "NULL", "NULL", 1965, "79d5923b-8a31-4422-b6ba-451db1776caf", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:15:22.5564", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3919": ["2018-05-18 00:15:22.604933", "NULL", "NULL", 1966, "3af7c90c-f335-4872-8902-2c36d21aea6b", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:15:22.559756", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3920": ["2018-05-18 00:15:22.807656", "NULL", "NULL", 1967, "f65f4bef-1ddf-428a-b96c-69b242a9ae09", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:15:22.807642", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3921": ["2018-05-18 00:15:23.010953", "NULL", "NULL", 1968, "e11b82fc-652f-4840-b7ca-d5d62ceef3d3", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:15:23.010939", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3922": ["2018-05-18 00:15:23.013597", "NULL", "NULL", 1969, "0a762a17-3b92-4a86-8814-cfab5f760047", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:15:23.013586", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3923": ["2018-05-18 00:15:23.01607", "NULL", "NULL", 1970, "a5429943-5644-4d25-bf85-8ba1555b029b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:15:23.01605", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3924": ["2018-05-18 17:39:30.545265", "NULL", "NULL", 2205, "54c9751b-b2f2-476d-8677-d42e795cabe0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:30.503562", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3925": ["2018-05-18 17:39:30.627249", "NULL", "NULL", 2206, "b93b845e-9115-4e3c-a106-f3359c23ff4b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:30.585566", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3926": ["2018-05-18 17:39:30.709097", "NULL", "NULL", 2207, "68d66962-a9d5-411f-8f34-88c85c006e12", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:30.667501", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3927": ["2018-05-18 17:39:30.791176", "NULL", "NULL", 2208, "cbae2806-4c65-4d83-9b39-ab9f27679890", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:30.749504", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3928": ["2018-05-18 17:39:30.873319", "NULL", "NULL", 2209, "790b80e7-adcc-429d-b2e7-2eb2ce75ab18", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:30.83152", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3929": ["2018-05-18 17:39:30.954969", "NULL", "NULL", 2210, "a9af4110-aa7a-4ee4-9b40-b355cd593c30", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:30.913488", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3930": ["2018-05-18 17:39:31.037116", "NULL", "NULL", 2211, "e7a9c3c1-81c5-4a72-9e74-9f0ad772b1d4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:30.995532", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3931": ["2018-05-18 17:39:37.13508", "NULL", "NULL", 2215, "c413931f-bba0-41bb-b346-5ee74dfe5d0a", "200.022", "log", "system.host", "host=controller-1.state=disabled", "2018-05-18 17:39:37.133499", "not-applicable", "controller-1 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3932": ["2018-05-18 17:43:42.913396", "NULL", "NULL", 2221, "e7377b1e-a439-4817-80eb-e4ca393c6644", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:43:42.911493", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3933": ["2018-05-18 17:43:42.954812", "NULL", "NULL", 2222, "19c78994-72fa-4aae-a28f-a02c9c68d5e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:43:42.914387", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3934": ["2018-05-18 17:43:43.036828", "NULL", "NULL", 2223, "be2ee5ab-1486-4918-8ee2-6879e6f5dd74", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:43:42.995656", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3935": ["2018-05-18 17:43:43.118828", "NULL", "NULL", 2224, "c134b926-e21a-4ef0-a25a-eb5d73146a05", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:43:43.077532", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3936": ["2018-05-18 17:43:43.200602", "NULL", "NULL", 2225, "16bd4332-f408-4459-935c-bab124f4a9ac", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:43:43.159517", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3937": ["2018-05-18 17:48:00.683951", "NULL", "NULL", 2259, "fab683b0-d645-4bc1-a959-0e5d0897a208", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:48:00.642501", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3938": ["2018-05-18 17:48:00.847304", "NULL", "NULL", 2260, "0b471eb9-79f4-42a8-b01c-bd30311dd866", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:48:00.724509", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3939": ["2018-05-18 17:48:01.010454", "NULL", "NULL", 2262, "c74a9552-9558-4db8-88ed-d927998af89e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:48:00.887471", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3940": ["2018-05-18 17:48:01.092078", "NULL", "NULL", 2264, "580d75d9-dded-4f8a-a45d-ebb17a23a644", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:01.050524", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3941": ["2018-05-18 17:48:01.174182", "NULL", "NULL", 2265, "d3aa8266-24e5-412e-bfb8-87b4f9c24edc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:01.13251", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3942": ["2018-05-18 17:48:01.257282", "NULL", "NULL", 2266, "40a666e0-12e5-447f-83b7-4a58025879fc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:01.215523", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3943": ["2018-05-18 17:48:01.339183", "NULL", "NULL", 2267, "efcbdcd7-185d-42b1-b1bf-fc21bc55ffa6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:01.297513", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3944": ["2018-05-18 17:48:01.421175", "NULL", "NULL", 2268, "41369aa9-986e-4a3f-9d5d-08157834ba81", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:48:01.379509", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3945": ["2018-05-18 17:48:01.503108", "NULL", "NULL", 2269, "ccff0dc4-5651-4204-8c94-3bdc08b4fb68", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:48:01.461547", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3946": ["2018-05-18 17:48:01.585143", "NULL", "NULL", 2270, "137117b1-657d-4e0c-b2c7-9be0570f0549", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:48:01.543514", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3947": ["2018-05-18 17:48:01.667207", "NULL", "NULL", 2271, "15380ab1-bbf7-404a-bcac-8f84bd610293", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:01.625519", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3948": ["2018-05-18 17:48:01.749048", "NULL", "NULL", 2272, "d9c9a03c-3b52-4f63-9a93-3a2a5ebeea4c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:01.707516", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3949": ["2018-05-18 17:48:01.830975", "NULL", "NULL", 2273, "bb03515f-52c3-4d21-9cd9-a0a565c9a880", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:01.789505", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3950": ["2018-05-18 17:48:01.912904", "NULL", "NULL", 2274, "a1ad51ea-0acb-4a99-882b-92163fcccead", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:48:01.871888", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3951": ["2018-05-18 17:48:01.994953", "NULL", "NULL", 2275, "1ab1574b-63b6-4e39-955e-be8e52b18d22", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:48:01.953552", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3952": ["2018-05-18 17:48:02.076915", "NULL", "NULL", 2276, "d187a01f-abdf-4c57-9120-1363843d26ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.03555", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3953": ["2018-05-18 17:48:02.159068", "NULL", "NULL", 2277, "bb993f86-f008-40d3-ab62-0043e96ec180", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.117522", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3954": ["2018-05-18 17:48:02.241231", "NULL", "NULL", 2278, "8f5b087d-506c-4cfd-bc2a-ff6ea18ff803", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:02.199511", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3955": ["2018-05-18 17:48:02.323228", "NULL", "NULL", 2279, "10572b98-cf1d-43f0-ae49-bf5fcb75b5a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:02.281498", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3956": ["2018-05-18 17:48:02.4054", "NULL", "NULL", 2280, "83a3d595-7770-4de1-8877-9012dccf6440", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:02.363543", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3957": ["2018-05-18 17:48:02.487241", "NULL", "NULL", 2281, "7dc49ea4-966c-44ff-b4b6-48c53e45e54a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:02.445518", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3958": ["2018-05-18 17:48:02.569131", "NULL", "NULL", 2282, "59ba443d-54d3-4adc-9235-5e9f952a20b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.527532", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3959": ["2018-05-18 17:48:00.87737", "NULL", "NULL", 2261, "43bbd102-47e6-44bb-a5c2-6361e11fbddc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:00.875713", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3960": ["2018-05-18 17:48:01.080803", "NULL", "NULL", 2263, "10847fcc-e02b-480e-bdc0-d6a9300ed27d", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:01.078979", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3961": ["2018-05-18 17:48:04.499415", "NULL", "NULL", 2297, "1455b027-b0db-4081-b1ac-9cfa3b43fdb2", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:04.499399", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3962": ["2018-05-18 17:48:06.903844", "NULL", "NULL", 2298, "47ca56df-fc67-4714-b56b-097ddfb783d6", "200.005", "clear", "system.host", "host=controller-1.network=Management", "2018-05-18 17:48:06.903832", "critical", "controller-1 experienced a persistent critical ""Management Network"" communication failure.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_3963": ["2018-05-24 10:46:44.35792", "NULL", "NULL", 2756, "2de084dc-c039-481f-8666-7edc64533746", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:44.316295", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3964": ["2018-05-24 10:46:44.520824", "NULL", "NULL", 2758, "2bcb2fbe-aa55-4a95-93a2-99410b395082", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:44.398276", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3965": ["2018-05-24 10:46:44.683997", "NULL", "NULL", 2760, "27aecdc7-82aa-4381-90b2-a9e6a89801fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:44.561312", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3966": ["2018-05-24 10:46:44.848096", "NULL", "NULL", 2763, "843474d3-541e-4dbf-845e-7e690e110375", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:44.725308", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3967": ["2018-05-24 10:46:44.930019", "NULL", "NULL", 2764, "9ffca1e9-3eca-4ee9-950f-af7fa0a11368", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:44.888306", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3968": ["2018-05-24 10:46:45.01202", "NULL", "NULL", 2765, "5890ce1a-1d7b-455d-a932-b4fe174a42b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:44.970293", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3969": ["2018-05-24 10:46:45.093942", "NULL", "NULL", 2766, "4fbfd96a-0ac8-4959-99f3-d9674d0ac623", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:45.052638", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3970": ["2018-05-24 10:46:45.176093", "NULL", "NULL", 2767, "608d322a-f1d2-4048-b78e-5137574e2d87", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:45.134346", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3971": ["2018-05-24 10:46:45.258893", "NULL", "NULL", 2768, "ae84fd89-9ba2-460c-b6ab-0719140a8f7c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.217325", "critical", "Service group controller-services state change from go-active to go-active-degraded on host controller-1; drbd-patch-vault(enabled-active, degraded, data-syncing)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3972": ["2018-05-24 10:46:45.34094", "NULL", "NULL", 2769, "6427d224-6b76-4601-9f92-ed417abfea80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.299399", "critical", "Service group controller-services state change from go-active-degraded to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3973": ["2018-05-24 10:46:45.422799", "NULL", "NULL", 2770, "254105c6-7e4b-4ccd-874d-eb90758ea621", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:45.381655", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3974": ["2018-05-24 10:46:45.505068", "NULL", "NULL", 2771, "4f93717f-e045-46ab-8ec0-b6120545b6b3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:45.463406", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3975": ["2018-05-24 10:46:45.586999", "NULL", "NULL", 2772, "476eda51-2062-40bd-9eee-13cc29b9024b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:45.545463", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3976": ["2018-05-24 10:46:45.66891", "NULL", "NULL", 2773, "50941d42-eeac-40b7-b507-a9a479e0f452", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:45.627296", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3977": ["2018-05-24 10:46:45.750883", "NULL", "NULL", 2774, "874b261a-0ccc-4537-b55b-9c39ead6c58a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.709347", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3978": ["2018-05-24 10:46:45.834025", "NULL", "NULL", 2775, "b45e090c-afe1-49c3-9e2b-b15387971bfa", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:45.79229", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3979": ["2018-05-24 10:46:45.915908", "NULL", "NULL", 2776, "e6786437-d0e3-4300-b0c3-3a52a04a49f7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:45.874296", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3980": ["2018-05-24 10:46:45.997954", "NULL", "NULL", 2777, "093da01a-0962-44b2-9675-c85b71c5e613", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:45.956277", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3981": ["2018-05-18 17:48:02.651022", "NULL", "NULL", 2283, "bd38bfe1-5482-4a4d-8006-505ca1bf5500", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:02.609939", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3982": ["2018-05-18 17:48:02.73287", "NULL", "NULL", 2284, "f980c124-211c-4bda-b023-07871f4c0bde", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.691515", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3983": ["2018-05-18 17:48:02.815342", "NULL", "NULL", 2285, "50245be4-2be3-433d-8d18-e0675491e566", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:02.773511", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3984": ["2018-05-18 17:48:02.899244", "NULL", "NULL", 2286, "5fc6f88c-13a3-4b7f-bae4-4db179f6ff0f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:02.857567", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3985": ["2018-05-18 17:48:02.980826", "NULL", "NULL", 2287, "843d5e76-eb26-421e-be14-ee385468728d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:02.939674", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3986": ["2018-05-18 17:48:03.062893", "NULL", "NULL", 2288, "f6e26809-c5df-43d0-8285-285ade7fb569", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:48:03.021514", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3987": ["2018-05-18 17:48:03.144908", "NULL", "NULL", 2289, "88dd737b-aeed-4152-bd23-4fbb7b57e8f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:03.103478", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3988": ["2018-05-18 17:48:03.226844", "NULL", "NULL", 2290, "7ac95dd5-96cf-4190-bc03-5295c0cf949d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:03.185505", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3989": ["2018-05-18 17:48:03.309262", "NULL", "NULL", 2291, "3780c3b3-8b0e-4c56-a2da-3b732f06619e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:03.267516", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3990": ["2018-05-18 17:48:03.39121", "NULL", "NULL", 2292, "c1458cba-efdf-412d-a618-f3103be0b1b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:03.349536", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3991": ["2018-05-18 17:48:03.473138", "NULL", "NULL", 2293, "7323187a-0874-4b10-9e0e-a90b746208cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:03.43155", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3992": ["2018-05-18 17:48:03.555229", "NULL", "NULL", 2294, "ffa59193-69d2-4b8e-a276-ef079231cfdb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:03.513834", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3993": ["2018-05-18 17:48:03.693276", "NULL", "NULL", 2295, "b1226caf-2bc0-4811-97b5-8eb79fc92a75", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:03.651705", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3994": ["2018-05-18 17:48:04.376132", "NULL", "NULL", 2296, "d36721be-fef4-448e-98a2-1b90c7966c9c", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:04.294088", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3995": ["2018-05-24 10:46:44.371698", "NULL", "NULL", 2757, "271340f3-6f69-4972-9423-55a21ce18b69", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:44.371685", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3996": ["2018-05-24 10:46:44.575545", "NULL", "NULL", 2759, "6508e452-3d9b-4c93-96c3-af487a29686c", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:44.575504", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3997": ["2018-05-24 10:46:44.779307", "NULL", "NULL", 2761, "1195b4c2-1750-4f11-b368-aadce16c44c1", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:44.779295", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3998": ["2018-05-24 10:46:44.782754", "NULL", "NULL", 2762, "8806a596-ea90-4539-bd54-de93c6f3cc85", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:44.782743", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3999": ["2018-05-24 11:06:26.124996", "NULL", "NULL", 2782, "e6323d24-9ccb-421e-9eff-9cf4a2dac98f", "100.114", "clear", "ntp", "host=controller-0.ntp", "2018-05-24 11:06:26.124983", "major", "NTP configuration does not contain any valid or reachable NTP servers.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_host.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_host.json new file mode 100644 index 000000000..ec9b43724 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_host.json @@ -0,0 +1,4 @@ +{ + "i_host_0": ["2018-04-11 16:58:20.055114", "2018-05-28 17:49:08.775529", "NULL", false, "standard", "03152ed9-cf5f-4849-a0f3-f2e1d553371e", 2, "controller-1", "90:e2:ba:b0:e9:f4", "fd01:1::4", "128.224.64.214", "NULL", "bmc", "root", "controller", "NULL", "{"locn": ""}", "unlocked", "enabled", "available", "none", "", 1022811, "{"pers_subtype": "ceph-backing"}", "NULL", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", 1, "provisioned", "unlock", "services-enabled", "controller", "disabled", "online", "sda", "sda", "graphical", "", "NULL", false, "NULL", "reinstalled", "NULL", "completed+", "NULL", "iqn.1994-05.com.redhat:79e9f87b1c67", "false"], + "i_host_1": ["2018-04-11 15:32:44.764124", "2018-05-28 17:49:08.95438", "NULL", false, "standard", "fa1e22a0-61e2-4bc9-8d3f-5fc5d552235a", 1, "controller-0", "90:e2:ba:b0:df:d0", "fd01:1::3", "128.224.64.213", "NULL", "bmc", "root", "controller", "NULL", "{"locn": ""}", "unlocked", "enabled", "available", "none", "", 1024866, "{"pers_subtype": "ceph-backing"}", "NULL", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", 1, "provisioned", "unlock", "services-enabled", "controller", "disabled", "online", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "text", "tty0", "NULL", false, "NULL", "reinstalled", "NULL", "completed+", "NULL", "iqn.1994-05.com.redhat:298bbe50fd7", "false"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_icpu.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_icpu.json new file mode 100644 index 000000000..a34e8a5b7 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_icpu.json @@ -0,0 +1,90 @@ +{ + "i_icpu_0": ["2018-04-11 15:33:39.531912", "NULL", "NULL", 1, "c7b392bf-d088-48aa-8279-4631bb54523d", 0, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_1": ["2018-04-11 15:33:39.539085", "NULL", "NULL", 2, "162d56fe-1a60-45b1-b813-c53fd44ccffe", 1, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_2": ["2018-04-11 15:33:39.545597", "NULL", "NULL", 3, "cb821617-624b-42f4-b5cc-095c7847b197", 2, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_3": ["2018-04-11 15:33:39.552015", "NULL", "NULL", 4, "9db101f2-8cf7-48e4-93a6-70d572591189", 3, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_4": ["2018-04-11 15:33:39.558593", "NULL", "NULL", 5, "66e60ff5-5ad4-418c-be75-7f9e75d15560", 4, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_5": ["2018-04-11 15:33:39.566787", "NULL", "NULL", 6, "5f5b7ff1-6b3a-4ceb-b8d0-8601c936b5c3", 5, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_6": ["2018-04-11 15:33:39.573192", "NULL", "NULL", 7, "8b022229-e9fc-4cd0-a3d1-fbaf40a1db7a", 6, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_7": ["2018-04-11 15:33:39.579678", "NULL", "NULL", 8, "bc357378-e1ee-4a12-bb63-1ca3288e2507", 7, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_8": ["2018-04-11 15:33:39.586176", "NULL", "NULL", 9, "b9589e9e-f87c-4647-b134-9f5d23d05c13", 8, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_9": ["2018-04-11 15:33:39.592604", "NULL", "NULL", 10, "72c7b44a-68e2-40ed-98ce-218c7d80759f", 9, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_10": ["2018-04-11 15:33:39.599119", "NULL", "NULL", 11, "75e1f98f-8411-46ce-bb8c-e2234f990ffb", 10, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_11": ["2018-04-11 15:33:39.605694", "NULL", "NULL", 12, "fd5c5d04-084f-4758-8fae-9756e8ffdb65", 11, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_12": ["2018-04-11 15:33:39.613359", "NULL", "NULL", 13, "a45b3a61-98ea-4baf-a7ff-b00e68f886b8", 12, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_13": ["2018-04-11 15:33:39.619629", "NULL", "NULL", 14, "d5536faa-8506-4efe-9e3b-7c783f0ae575", 13, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_14": ["2018-04-11 15:33:39.626155", "NULL", "NULL", 15, "78fb6954-47cc-48e3-ae81-34d330b8d807", 14, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_15": ["2018-04-11 15:33:39.634153", "NULL", "NULL", 16, "fd48f6c0-cf1a-4a4e-b0db-4e3b6b47434b", 15, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_16": ["2018-04-11 15:33:39.640528", "NULL", "NULL", 17, "3111895a-42b0-44f4-9e0d-65324b734c7b", 16, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_17": ["2018-04-11 15:33:39.647087", "NULL", "NULL", 18, "04441b8e-a296-480b-87af-aac24a100d3a", 17, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_18": ["2018-04-11 15:33:39.653552", "NULL", "NULL", 19, "50731c44-5af7-431d-98e0-c5e2322d99b6", 18, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_19": ["2018-04-11 15:33:39.660019", "NULL", "NULL", 20, "193905a9-5f28-4483-b4d0-fcc42a5896a2", 19, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_20": ["2018-04-11 15:33:39.666649", "NULL", "NULL", 21, "93e25779-7083-4377-8dcd-2a32d98429ff", 20, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_21": ["2018-04-11 15:33:39.673023", "NULL", "NULL", 22, "31b5f3ad-db36-4943-9295-0ab061807ebe", 21, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_22": ["2018-04-11 15:33:39.679968", "NULL", "NULL", 23, "1eb522e1-0917-4cef-897d-356fa473f0a5", 22, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_23": ["2018-04-11 15:33:39.690245", "NULL", "NULL", 24, "e522822f-74a5-4f84-8989-dce2ceedda8d", 23, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_24": ["2018-04-11 15:33:39.700456", "NULL", "NULL", 25, "1c6dd77e-14b1-4d36-ab7e-1fcf6172145d", 24, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_25": ["2018-04-11 15:33:39.707215", "NULL", "NULL", 26, "ff043f01-9183-4a4c-8d9a-ad3f00ec33c7", 25, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_26": ["2018-04-11 15:33:39.713829", "NULL", "NULL", 27, "65bddb09-a137-4a1b-82b8-6aa0c84e2e7d", 26, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_27": ["2018-04-11 15:33:39.720535", "NULL", "NULL", 28, "aa26489b-d7ad-4d4b-805d-45d83160b2d0", 27, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_28": ["2018-04-11 15:33:39.727136", "NULL", "NULL", 29, "7b81c47c-7013-424a-84e7-6483035ac967", 28, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_29": ["2018-04-11 15:33:39.733642", "NULL", "NULL", 30, "55550dc5-25b3-4e61-93f4-dee3c102b6b6", 29, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_30": ["2018-04-11 15:33:39.740459", "NULL", "NULL", 31, "1075b561-5751-400c-9f21-69ea92b86998", 30, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_31": ["2018-04-11 15:33:39.746735", "NULL", "NULL", 32, "a286e98c-be38-4bf1-9a8c-19adbf2fc204", 31, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_32": ["2018-04-11 15:33:39.753171", "NULL", "NULL", 33, "9205bba1-71d8-4dda-8cb3-865dfa5b39ac", 32, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_33": ["2018-04-11 15:33:39.75973", "NULL", "NULL", 34, "a3edaa74-dbed-47c1-b692-ba91428eff87", 33, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_34": ["2018-04-11 15:33:39.767622", "NULL", "NULL", 35, "04035b20-8ab9-4bc5-8fcd-05ce887a1f95", 34, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_35": ["2018-04-11 15:33:39.774076", "NULL", "NULL", 36, "a48d3689-3517-4784-a5b5-81923d62f5bb", 35, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_36": ["2018-04-11 15:33:39.780565", "NULL", "NULL", 37, "bc1d4f26-d10c-4dd6-9ce9-2658e75f0226", 36, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_37": ["2018-04-11 15:33:39.787305", "NULL", "NULL", 38, "fab1ce15-39fd-4530-af50-cc3c194c337b", 37, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_38": ["2018-04-11 15:33:39.793701", "NULL", "NULL", 39, "496b4b80-c99c-4795-b571-0c1d866de751", 38, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_39": ["2018-04-11 15:33:39.8002", "NULL", "NULL", 40, "f3465d7c-181a-47c3-8502-79b6b195060b", 39, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_40": ["2018-04-11 15:33:39.806701", "NULL", "NULL", 41, "56a81b34-8b3d-44da-9bdf-fde0032cec49", 40, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_41": ["2018-04-11 15:33:39.813174", "NULL", "NULL", 42, "5f346a35-d043-4dcc-96d5-5d23189510c9", 41, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_42": ["2018-04-11 15:33:39.819849", "NULL", "NULL", 43, "d34d6478-3043-48aa-ab7f-6afd66e11831", 42, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_43": ["2018-04-11 15:33:39.827817", "NULL", "NULL", 44, "ae690294-10ff-4f62-a16e-d0a1d9caba73", 43, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_44": ["2018-04-11 17:11:16.301315", "NULL", "NULL", 45, "9a168328-064f-4934-bb0a-11a99f3c2574", 0, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_45": ["2018-04-11 17:11:16.311008", "NULL", "NULL", 46, "cd5d71d5-2031-4aef-b53f-07d6163a2240", 1, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_46": ["2018-04-11 17:11:16.31912", "NULL", "NULL", 47, "a10e6fb9-dfc1-403b-b44f-6f3908436a03", 2, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_47": ["2018-04-11 17:11:16.326803", "NULL", "NULL", 48, "92f770f2-6e80-467f-87e4-27e5f290a31f", 3, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_48": ["2018-04-11 17:11:16.334705", "NULL", "NULL", 49, "c7456eec-b30c-4cb4-abab-182f3e9bf6ee", 4, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_49": ["2018-04-11 17:11:16.343101", "NULL", "NULL", 50, "829ee7c1-c3d7-4eaf-b44b-68a4a1c664b2", 5, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_50": ["2018-04-11 17:11:16.351305", "NULL", "NULL", 51, "803be762-65c9-49ae-a7aa-55d919a681e4", 6, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_51": ["2018-04-11 17:11:16.359423", "NULL", "NULL", 52, "974d1ca6-edf9-4858-b368-f7ed3bb97a65", 7, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_52": ["2018-04-11 17:11:16.367212", "NULL", "NULL", 53, "3c10a002-e486-41bd-99c0-4745586e0f76", 8, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_53": ["2018-04-11 17:11:16.374792", "NULL", "NULL", 54, "736e67d5-0840-412c-94b2-90c256164c37", 9, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_54": ["2018-04-11 17:11:16.384399", "NULL", "NULL", 55, "c0129165-a155-49a2-ae48-f330ac16f1e6", 10, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_55": ["2018-04-11 17:11:16.392417", "NULL", "NULL", 56, "e1bc44d7-98a4-4510-9907-53ca05740353", 11, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_56": ["2018-04-11 17:11:16.400232", "NULL", "NULL", 57, "3403a5cf-ab52-4f44-bb9a-f4cfe7ef1b27", 12, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_57": ["2018-04-11 17:11:16.40801", "NULL", "NULL", 58, "e086b620-7ef2-49df-885f-967e332046a6", 13, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_58": ["2018-04-11 17:11:16.41611", "NULL", "NULL", 59, "eed14557-219b-4170-900e-b51bc74ca1bd", 14, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_59": ["2018-04-11 17:11:16.423718", "NULL", "NULL", 60, "39ad5a1a-82fa-4c36-9a0b-d2b86b3ed3c3", 15, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_60": ["2018-04-11 17:11:16.431703", "NULL", "NULL", 61, "cdee7690-3c13-47da-ba14-c6c617a22faa", 16, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_61": ["2018-04-11 17:11:16.43972", "NULL", "NULL", 62, "323356ac-30da-4555-b7f8-472f94cdd4e7", 17, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_62": ["2018-04-11 17:11:16.447712", "NULL", "NULL", 63, "0d7bd35e-fb25-4ba8-8bf3-1368b8725cbf", 18, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_63": ["2018-04-11 17:11:16.457469", "NULL", "NULL", 64, "a44c9dd6-acfd-4c80-bac4-1cfb5d163da6", 19, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_64": ["2018-04-11 17:11:16.465295", "NULL", "NULL", 65, "ead5d986-d2ff-4980-9f75-2b3a66c52e55", 20, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_65": ["2018-04-11 17:11:16.472688", "NULL", "NULL", 66, "25a18fb1-f9c5-4319-b170-142209c6404b", 21, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_66": ["2018-04-11 17:11:16.480912", "NULL", "NULL", 67, "c7d90c4b-caeb-47d3-a479-dfc73bbd9876", 22, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_67": ["2018-04-11 17:11:16.488717", "NULL", "NULL", 68, "1b8e2454-6036-4b3f-9b82-06c7e092bc98", 23, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_68": ["2018-04-11 17:11:16.496973", "NULL", "NULL", 69, "3fd64c59-e877-4ecd-98a4-c89270eb73ce", 24, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_69": ["2018-04-11 17:11:16.504925", "NULL", "NULL", 70, "fc7df4e3-0a63-4711-be71-2a79e8d6cd23", 25, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_70": ["2018-04-11 17:11:16.512986", "NULL", "NULL", 71, "46e9e30f-6cbd-4134-8545-d60acca057fa", 26, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_71": ["2018-04-11 17:11:16.5205", "NULL", "NULL", 72, "095c6f47-4a0c-4ca9-b3eb-5eb82ee9dcfd", 27, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_72": ["2018-04-11 17:11:16.527954", "NULL", "NULL", 73, "7d60be24-0a19-4bd0-ad6d-e93c4efb35f7", 28, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_73": ["2018-04-11 17:11:16.537122", "NULL", "NULL", 74, "148c8322-2cc3-4d85-aba0-6a955a8d33ed", 29, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_74": ["2018-04-11 17:11:16.545401", "NULL", "NULL", 75, "2066d82b-a8cf-4b1b-b1a3-e13cf680b631", 30, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_75": ["2018-04-11 17:11:16.553033", "NULL", "NULL", 76, "ca4ed9df-ce23-47e2-ba40-7ea90950f2be", 31, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_76": ["2018-04-11 17:11:16.560856", "NULL", "NULL", 77, "60f422cf-619f-4fe8-b29a-ba543fc2c68b", 32, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_77": ["2018-04-11 17:11:16.568698", "NULL", "NULL", 78, "45998441-92d1-4a1d-97d2-3d760597fec4", 33, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_78": ["2018-04-11 17:11:16.576274", "NULL", "NULL", 79, "6d192c21-30ea-49fc-9173-b87d359cb9f7", 34, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_79": ["2018-04-11 17:11:16.584011", "NULL", "NULL", 80, "102a2188-9093-4249-9535-55b60982b10c", 35, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_80": ["2018-04-11 17:11:16.592053", "NULL", "NULL", 81, "9287d096-0a35-4469-91f2-aa1795b9509b", 36, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_81": ["2018-04-11 17:11:16.600195", "NULL", "NULL", 82, "fba8215f-bda9-4e69-b539-12358e191d6e", 37, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_82": ["2018-04-11 17:11:16.610205", "NULL", "NULL", 83, "9d192ad1-3856-4090-b22a-3335e2601f8f", 38, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_83": ["2018-04-11 17:11:16.617702", "NULL", "NULL", 84, "25c206c4-65aa-4e33-b20f-9da38a16801d", 39, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_84": ["2018-04-11 17:11:16.625061", "NULL", "NULL", 85, "af0971c6-6bf2-480d-8072-5ea9c741427a", 40, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_85": ["2018-04-11 17:11:16.63289", "NULL", "NULL", 86, "18607d02-7fba-469e-bda0-bb235117c94c", 41, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_86": ["2018-04-11 17:11:16.641004", "NULL", "NULL", 87, "b1207ba1-0593-4dd8-93e2-30ad23ce6703", 42, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_87": ["2018-04-11 17:11:16.64875", "NULL", "NULL", 88, "37a10700-2baf-43e3-a882-9f1c7a4f9c71", 43, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_idisk.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_idisk.json new file mode 100644 index 000000000..323450a1f --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_idisk.json @@ -0,0 +1,8 @@ +{ + "i_idisk_0": ["2018-04-11 15:33:40.505214", "2018-05-28 17:52:20.141316", "NULL", 2, "6900d7af-5482-4999-823f-e3e6833663af", "/dev/sdb", 2064, "SSD", 457862, "PHWA620402ZU480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402ZU480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0", "wwn-0x55cd2e404c78a9ba", 311893], + "i_idisk_1": ["2018-04-11 15:33:40.523454", "2018-05-28 17:52:20.171622", "NULL", 3, "97314435-cb13-4531-91ea-f975971a6af6", "/dev/sdc", 2080, "SSD", 457862, "PHWA620402ZN480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402ZN480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-3.0", "wwn-0x55cd2e404c78a9b8", 457860], + "i_idisk_2": ["2018-04-11 17:11:17.577572", "2018-05-28 17:52:11.404163", "NULL", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "/dev/sda", 2048, "SSD", 457862, "PHWA620402W9480FGN", "{"model_num": "INTEL SSDSC2BB480G6", "stor_function": "rootfs"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402W9480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "wwn-0x55cd2e404c78a981", 0], + "i_idisk_3": ["2018-04-11 17:11:17.600735", "2018-05-28 17:52:11.438693", "NULL", 5, "756437b3-3c5e-42ae-b0a4-034def142e9e", "/dev/sdb", 2064, "SSD", 457862, "PHWA620402LS480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402LS480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0", "wwn-0x55cd2e404c78a95a", 311893], + "i_idisk_4": ["2018-04-11 17:11:17.620712", "2018-05-28 17:52:11.472483", "NULL", 6, "26546f25-b61c-4417-9237-a92a85d17cee", "/dev/sdc", 2080, "SSD", 457862, "PHWA6204034Y480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA6204034Y480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-3.0", "wwn-0x55cd2e404c78a9fe", 457860], + "i_idisk_5": ["2018-04-11 15:33:40.484557", "2018-05-28 17:52:20.107967", "NULL", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "/dev/sda", 2048, "SSD", 457862, "PHWA620402QH480FGN", "{"model_num": "INTEL SSDSC2BB480G6", "stor_function": "rootfs"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402QH480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "wwn-0x55cd2e404c78a961", 0] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_imemory.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_imemory.json new file mode 100644 index 000000000..7fbc33c3b --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_imemory.json @@ -0,0 +1,6 @@ +{ + "i_imemory_0": ["2018-04-11 17:11:16.991305", "2018-05-28 17:52:10.721885", "NULL", 3, "c998a671-4889-4347-876d-6375408db0f6", 65439, 47461, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 2, 3, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_1": ["2018-04-11 17:11:17.031842", "2018-05-28 17:52:10.747659", "NULL", 4, "923e3ddc-2f25-40f2-88fd-4d53d1476631", 65536, 50991, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 2, 4, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_2": ["2018-04-11 15:33:39.901965", "2018-05-28 17:52:19.445662", "NULL", 1, "65f2e8da-e996-4d0c-a3bc-569ac05677ee", 65436, 62735, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 1, 1, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_3": ["2018-04-11 15:33:39.931909", "2018-05-28 17:52:19.472705", "NULL", 2, "34761e76-7bf8-4e9f-9215-0080da865f74", 65536, 63129, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 1, 2, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_lvg.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_lvg.json new file mode 100644 index 000000000..cddb43a20 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_lvg.json @@ -0,0 +1,6 @@ +{ + "i_lvg_0": ["2018-04-11 15:55:19.436718", "2018-05-18 17:48:57.833773", "NULL", 2, "91741b12-3140-4ffb-b678-bbb8c9d757b5", "provisioned", "cinder-volumes", "1fTfXH-Pn34-Wchy-7WdQ-jmJN-UICy-wjyZeC", "wz--n-", 0, 1, 0, 1, 153050152960, 36490, 365, "{"lvm_type": "thin"}", 1], + "i_lvg_1": ["2018-04-11 17:11:18.393977", "2018-05-24 10:46:16.224453", "NULL", 3, "5ea70574-e071-4894-a34d-91f8c0081288", "provisioned", "cgts-vg", "89aN2C-rq62-Fjew-UiUL-BoB6-wSsK-Hmj1kB", "wz--n-", 0, 10, 0, 1, 458588422144, 13667, 8905, "NULL", 2], + "i_lvg_2": ["2018-04-11 17:34:06.646536", "2018-05-24 10:46:16.232289", "NULL", 4, "f61e7962-cc87-4c39-94fd-3757f9fd64b3", "provisioned", "cinder-volumes", "1fTfXH-Pn34-Wchy-7WdQ-jmJN-UICy-wjyZeC", "wz--n-", 0, 1, 0, 1, 153050152960, 36490, 365, "{"lvm_type": "thin"}", 2], + "i_lvg_3": ["2018-04-11 15:33:41.331137", "2018-05-24 10:46:16.877725", "NULL", 1, "60f640c6-f6a8-496b-ae91-cc5bc21e19a3", "provisioned", "cgts-vg", "kTaIxy-yDi7-Vdqe-q3DQ-3Rau-OwKo-pphwnZ", "wz--n-", 0, 10, 0, 1, 458588422144, 13667, 8905, "NULL", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_node.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_node.json new file mode 100644 index 000000000..4460f2218 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_node.json @@ -0,0 +1,6 @@ +{ + "i_node_0": ["2018-04-11 15:33:39.302808", "NULL", "NULL", 1, "6f02d1be-2a80-42f2-85e0-df75f0d3b56f", 0, "{}", 1], + "i_node_1": ["2018-04-11 15:33:39.443611", "NULL", "NULL", 2, "110e51f0-5772-4668-ac37-7e67e3eec452", 1, "{}", 1], + "i_node_2": ["2018-04-11 17:11:15.937057", "NULL", "NULL", 3, "ae2bb5e5-3460-433c-b71c-ca7e460a7b0b", 0, "{}", 2], + "i_node_3": ["2018-04-11 17:11:16.203203", "NULL", "NULL", 4, "e8d94718-bf32-4062-bd7f-9749b6b399b9", 1, "{}", 2] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_ntp.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_ntp.json new file mode 100644 index 000000000..ec6f82a81 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_ntp.json @@ -0,0 +1,3 @@ +{ + "i_ntp_0": ["2018-04-11 15:32:39.938629", "2018-04-11 15:52:46.292322", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_pv.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_pv.json new file mode 100644 index 000000000..8695eec70 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_pv.json @@ -0,0 +1,6 @@ +{ + "i_pv_0": ["2018-04-11 15:55:20.977272", "2018-05-18 17:48:57.705941", "NULL", 2, "3c8827bd-0092-42cc-b93f-0fc8318e67cb", "provisioned", "partition", "c5b9f660-8036-43a0-92a2-4ec402693d84", "/dev/sdb1", "/dev/drbd4", "cinder-volumes", "c3QUOm-Ylhu-59GW-vmCO-Yo5x-ryYN-QU5jJg", 153050152960, 36490, 36125, "NULL", 1, 2, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1"], + "i_pv_1": ["2018-04-11 17:37:55.801387", "2018-05-24 10:46:16.031028", "NULL", 4, "e857a26a-7a0b-4142-a88d-e5160e1925a3", "provisioned", "partition", "4b20d2cc-9426-4f6c-aea2-f51949a089f0", "/dev/sdb1", "/dev/drbd4", "cinder-volumes", "c3QUOm-Ylhu-59GW-vmCO-Yo5x-ryYN-QU5jJg", 153050152960, 36490, 36125, "NULL", 2, 4, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1"], + "i_pv_2": ["2018-04-11 17:11:19.769983", "2018-05-24 10:46:16.084335", "NULL", 3, "cff94efe-dfd9-4cc5-ad1d-d3a80bc15045", "provisioned", "partition", "19fbbcc0-7e91-4bb7-9b96-928778459e39", "/dev/sda4", "/dev/sda4", "cgts-vg", "mAs5zK-jns8-D5L0-NYEX-Y1MU-x4sW-xVidzf", 458588422144, 13667, 4762, "NULL", 2, 3, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4"], + "i_pv_3": ["2018-04-11 15:33:42.632857", "2018-05-24 10:46:16.792272", "NULL", 1, "c12269c9-2df2-43e1-83c2-c4ff16e7f808", "provisioned", "partition", "69217878-28e7-4ac2-8d73-828692df069e", "/dev/sda4", "/dev/sda4", "cgts-vg", "JOcJrC-2EAP-OuW4-aUYI-Y2jJ-322X-YVmjfB", 458588422144, 13667, 4762, "NULL", 1, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json new file mode 100644 index 000000000..1fef4c94a --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json @@ -0,0 +1,10 @@ +{ + "i_sensorgroups_0": ["2018-04-11 17:04:14.386334", "2018-04-11 17:04:19.135812", "NULL", 1, "0ca13638-c6eb-4cb3-873c-1ebbd12dc579", 2, "server fans", "na", "discrete", "fan", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_1": ["2018-04-11 17:04:14.429267", "2018-04-11 17:04:19.185008", "NULL", 2, "25e2959d-2ad8-41fa-92eb-8879d8edb72f", 2, "server temperature", "na", "discrete", "temperature", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_2": ["2018-04-11 17:04:14.458081", "2018-04-11 17:04:19.231536", "NULL", 3, "7c55fb29-7bbb-48f6-bbe2-aa7499ccf927", 2, "server power", "na", "discrete", "power", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_3": ["2018-04-11 17:04:14.48919", "2018-04-11 17:04:19.280021", "NULL", 4, "7d793c0e-a192-4da2-84b7-12dfb19a2681", 2, "server voltage", "na", "discrete", "voltage", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_4": ["2018-04-11 17:10:26.993174", "2018-04-11 17:10:31.38618", "NULL", 5, "daded4c8-7f51-4423-aec4-2c4e8839bea6", 1, "server fans", "na", "discrete", "fan", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_5": ["2018-04-11 17:10:27.033789", "2018-04-11 17:10:31.432569", "NULL", 6, "05757226-5c39-4cb0-9257-5e64aad01b21", 1, "server temperature", "na", "discrete", "temperature", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_6": ["2018-04-11 17:10:27.065682", "2018-04-11 17:10:31.479503", "NULL", 7, "40af954c-9dbc-4507-af02-e80fcd8f4d2b", 1, "server power", "na", "discrete", "power", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_7": ["2018-04-11 17:10:27.096627", "2018-04-11 17:10:31.527621", "NULL", 8, "bcb296bf-7afa-4f91-aba3-8bfc154b3732", 1, "server voltage", "na", "discrete", "voltage", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json new file mode 100644 index 000000000..1e36dfa7f --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json @@ -0,0 +1,10 @@ +{ + "i_sensorgroups_discrete_0": ["NULL", "NULL", "NULL", 1], + "i_sensorgroups_discrete_1": ["NULL", "NULL", "NULL", 2], + "i_sensorgroups_discrete_2": ["NULL", "NULL", "NULL", 3], + "i_sensorgroups_discrete_3": ["NULL", "NULL", "NULL", 4], + "i_sensorgroups_discrete_4": ["NULL", "NULL", "NULL", 5], + "i_sensorgroups_discrete_5": ["NULL", "NULL", "NULL", 6], + "i_sensorgroups_discrete_6": ["NULL", "NULL", "NULL", 7], + "i_sensorgroups_discrete_7": ["NULL", "NULL", "NULL", 8] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors.json new file mode 100644 index 000000000..7530a7a41 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors.json @@ -0,0 +1,78 @@ +{ + "i_sensors_0": ["2018-04-11 17:04:14.600754", "2018-05-26 13:05:24.079785", "NULL", 3, "5f11c358-7b43-4dc0-ab2e-03a02f9f9be4", 2, 2, "BB P2 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_1": ["2018-04-11 17:04:14.93988", "2018-04-19 22:01:54.905968", "NULL", 14, "62dd6071-7c35-47fe-b1e6-16b7f69b5302", 2, 1, "System Fan 2A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_2": ["2018-04-11 17:04:14.973051", "2018-04-11 17:04:20.060486", "NULL", 15, "723d9c73-f7ba-4c98-8bb7-4ea0ff17dfb8", 2, 1, "System Fan 2B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_3": ["2018-04-11 17:04:15.002569", "2018-04-11 17:04:20.096687", "NULL", 16, "e62e8d41-6514-4779-b2e0-a1acc9e00154", 2, 1, "System Fan 3A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_4": ["2018-04-11 17:04:15.034786", "2018-04-11 17:04:20.1356", "NULL", 17, "4bbea0f8-afae-4f2a-acb2-31f48910279f", 2, 1, "System Fan 3B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_5": ["2018-04-11 17:04:15.064897", "2018-04-20 17:11:08.773152", "NULL", 18, "3a4b22ba-19a0-4e05-b4ce-1d4fe6028662", 2, 1, "System Fan 4A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_6": ["2018-04-11 17:04:15.094726", "2018-05-17 07:31:01.334506", "NULL", 19, "e5aead60-c0b7-4d27-bf6d-fe8c21631969", 2, 1, "System Fan 4B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_7": ["2018-04-11 17:04:15.12667", "2018-04-11 17:04:20.252069", "NULL", 20, "900abf46-a628-4ee3-b813-56ec3e362ad0", 2, 1, "System Fan 5A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_8": ["2018-04-11 17:04:15.156121", "2018-04-11 17:04:20.287889", "NULL", 21, "5b8b6b72-b962-4855-a7b5-496206aa0b51", 2, 1, "System Fan 5B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_9": ["2018-04-11 17:04:15.187865", "2018-05-25 16:30:01.423213", "NULL", 22, "e7438025-2093-4f68-8f54-9ba5cb02d2b9", 2, 1, "System Fan 6A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_10": ["2018-04-11 17:04:15.217113", "2018-04-11 17:04:20.361196", "NULL", 23, "a0f419b3-ca9b-49b7-a75d-785ff9214239", 2, 1, "System Fan 6B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_11": ["2018-04-11 17:04:15.246792", "2018-05-15 15:10:09.156488", "NULL", 24, "4a69701e-ff83-4e78-ae10-3b7d1b9ab554", 2, 3, "PS1 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_12": ["2018-04-11 17:04:15.278232", "2018-04-11 17:04:20.433893", "NULL", 25, "4c59eabb-9d7f-4a0c-8bc1-cea292574eb4", 2, 3, "PS2 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_13": ["2018-04-11 17:04:14.63257", "2018-04-20 15:44:09.553798", "NULL", 4, "657668e1-c501-4c56-92ea-d3a3e7e24c07", 2, 2, "Front Panel Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_14": ["2018-04-11 17:04:14.663359", "2018-04-11 17:04:19.644048", "NULL", 5, "ae6b4c22-1e0d-42c2-84bd-1b4758e194fc", 2, 2, "SSB Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_15": ["2018-04-11 17:04:14.693529", "2018-04-11 17:04:19.685896", "NULL", 6, "115a305a-48dd-4bb0-92e5-a7fd27b76322", 2, 2, "BB BMC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_16": ["2018-04-11 17:04:14.725338", "2018-05-09 15:49:57.572135", "NULL", 7, "388f2216-2fb7-452c-ac17-f7fe88bf68b9", 2, 2, "BB Rt Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_17": ["2018-04-11 17:04:14.754977", "2018-04-11 17:04:19.765549", "NULL", 8, "752f6a91-0bbe-46ca-86dc-09c83a7138a8", 2, 2, "BB Lft Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_18": ["2018-04-11 17:04:14.78724", "2018-04-11 17:04:19.807569", "NULL", 9, "b4f8d1b0-392d-4936-8852-6ac28347cbb9", 2, 2, "HSBP 1 Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_19": ["2018-04-11 17:04:14.817054", "2018-04-17 14:16:54.605433", "NULL", 10, "a7cea2c5-724f-45bf-8eea-7cb42abad5d8", 2, 2, "Exit Air Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_20": ["2018-04-11 17:04:14.846833", "2018-04-11 17:04:19.890728", "NULL", 11, "4a995976-c38e-4e22-ba01-9b5af54fceb3", 2, 2, "LAN NIC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_21": ["2018-04-11 17:04:14.879278", "2018-04-11 17:04:19.932643", "NULL", 12, "9923ab79-2835-4ad2-96cf-d06f9bc39249", 2, 1, "System Fan 1A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_22": ["2018-04-11 17:04:14.908651", "2018-04-11 17:04:19.974484", "NULL", 13, "e411d6d8-39c4-4a8a-b48e-dc3e98045b65", 2, 1, "System Fan 1B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_23": ["2018-04-11 17:04:15.435919", "2018-04-11 17:04:20.541937", "NULL", 28, "39b85102-1851-434f-987b-d2b5575b8425", 2, 2, "P1 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_24": ["2018-04-11 17:04:15.606905", "2018-04-11 17:04:20.576219", "NULL", 29, "5ebb6c87-faf0-486b-a39e-c191940ce6b9", 2, 2, "P2 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_25": ["2018-04-11 17:04:15.652366", "2018-04-11 17:04:20.713045", "NULL", 30, "0454aba5-323f-49a4-ac9c-5da00beb8617", 2, 2, "P1 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_26": ["2018-04-11 17:04:15.681465", "2018-04-11 17:04:20.751894", "NULL", 31, "9b02da8e-e0df-4f0d-842e-b79010959bc4", 2, 2, "P2 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_27": ["2018-04-11 17:04:15.708762", "2018-04-11 17:04:20.789767", "NULL", 32, "43280352-efd5-4f2b-bdbd-c32b9c12f85a", 2, 2, "DIMM Thrm Mrgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_28": ["2018-04-11 17:04:15.735988", "2018-04-20 14:35:30.290666", "NULL", 33, "830b307b-b966-452e-b0ea-bcb745eac276", 2, 2, "DIMM Thrm Mrgn 2", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_29": ["2018-04-11 17:04:15.764789", "2018-05-16 23:06:38.6583", "NULL", 34, "8386a066-6093-4456-bddf-bf329c49049c", 2, 2, "DIMM Thrm Mrgn 3", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_30": ["2018-04-11 17:04:15.792013", "2018-04-11 17:04:20.898968", "NULL", 35, "791a3a4b-fbec-4d3e-a19c-2a5db608124e", 2, 2, "DIMM Thrm Mrgn 4", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_31": ["2018-04-11 17:04:15.819033", "2018-04-20 12:56:13.679183", "NULL", 36, "44258b03-66e2-412a-8d6a-a14c226806c0", 2, 2, "Agg Therm Mgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_32": ["2018-04-11 17:04:15.848074", "2018-04-11 17:04:20.970614", "NULL", 37, "44fa26f8-1294-4ad2-b758-63d93554c084", 2, 4, "BB +12.0V", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_33": ["2018-04-11 17:04:15.875329", "2018-04-13 17:26:18.366883", "NULL", 38, "035f64d2-ccce-41c5-a52d-1583e8da4c42", 2, 4, "BB +3.3V Vbat", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_34": ["2018-04-11 17:04:15.308341", "2018-04-11 17:04:20.469101", "NULL", 26, "61a9fdea-e1d2-47c5-9c72-261b9643eb32", 2, 2, "PS1 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_35": ["2018-04-11 17:04:15.338171", "2018-04-11 17:04:20.505303", "NULL", 27, "f32dffcb-370d-4777-b0ee-69491f370d14", 2, 2, "PS2 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_36": ["2018-04-11 17:04:14.526636", "2018-04-11 17:04:19.482279", "NULL", 1, "eb8158a2-8753-4794-8293-31b0842a4df0", 2, 1, "System Airflow", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_37": ["2018-04-11 17:04:14.571048", "2018-04-19 21:31:07.626152", "NULL", 2, "30f964fb-a628-4db9-8b5f-7510c972d659", 2, 2, "BB P1 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_38": ["2018-04-11 17:10:27.247246", "2018-04-11 17:10:32.023661", "NULL", 42, "65204732-c60e-4b11-aaca-16eefb5511c3", 1, 6, "Front Panel Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_39": ["2018-04-11 17:10:27.183025", "2018-04-20 14:24:06.487777", "NULL", 40, "a87187c1-e444-4222-8421-f72a1c7fc267", 1, 6, "BB P1 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_40": ["2018-04-11 17:10:27.216074", "2018-04-11 17:10:31.984548", "NULL", 41, "68426933-d2f8-453e-a6fb-580b7ca49564", 1, 6, "BB P2 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_41": ["2018-04-11 17:10:27.814992", "2018-04-11 17:10:32.720085", "NULL", 57, "2b9dc2a6-9f55-4047-aea8-ae0322c5901e", 1, 5, "System Fan 4B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_42": ["2018-04-11 17:10:27.842918", "2018-04-11 17:10:32.76191", "NULL", 58, "836827c9-8c08-411e-aec9-792e22242c5f", 1, 5, "System Fan 5A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_43": ["2018-04-11 17:10:27.870329", "2018-04-11 17:10:32.801248", "NULL", 59, "e3585d38-3d6a-43a1-9ac2-524cb66d9270", 1, 5, "System Fan 5B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_44": ["2018-04-11 17:10:27.897413", "2018-04-11 17:10:32.843358", "NULL", 60, "3cdf07f9-75f8-49ba-84dd-2e6d211e3fbb", 1, 5, "System Fan 6A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_45": ["2018-04-11 17:10:27.926138", "2018-04-11 17:10:32.889545", "NULL", 61, "85685f9a-4f1e-4485-81e0-9d98070d5d3d", 1, 5, "System Fan 6B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_46": ["2018-04-11 17:10:28.203746", "2018-04-24 23:52:43.292117", "NULL", 71, "91f183ee-78bc-49c7-80fe-1b7f3b279634", 1, 6, "DIMM Thrm Mrgn 2", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_47": ["2018-04-11 17:10:28.00976", "2018-04-11 17:10:32.962632", "NULL", 64, "7c182aee-cc8f-495d-90e9-16a4d7aca517", 1, 6, "PS1 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_48": ["2018-04-11 17:10:28.065491", "2018-04-11 17:10:33.002018", "NULL", 66, "993eb172-61b7-44e2-a8dd-8f6a2cd592d0", 1, 6, "P1 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_49": ["2018-04-11 17:10:28.092532", "2018-04-11 17:10:33.03736", "NULL", 67, "2e1b134d-9ebd-4753-bfec-36b578cd92d4", 1, 6, "P2 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_50": ["2018-04-11 17:10:27.597845", "2018-05-10 15:19:50.481308", "NULL", 49, "9e601cb3-d679-4adc-9876-6a585a0d3fd0", 1, 6, "LAN NIC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_51": ["2018-04-11 17:10:27.983247", "2018-04-11 17:10:30.879749", "NULL", 63, "282410b9-7821-4ddd-bfff-020ee520a6af", 1, 7, "PS2 Input Power", "", "discrete", "power", "offline", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_52": ["2018-04-11 17:10:27.569165", "2018-05-23 13:55:42.317944", "NULL", 48, "d079b50e-7490-447e-9cdc-7bc4f107e3b1", 1, 6, "Exit Air Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_53": ["2018-04-11 17:10:27.626006", "2018-04-11 17:10:32.433965", "NULL", 50, "a8bea8e2-dd68-4e6c-be0e-ce8fe55ee36e", 1, 5, "System Fan 1A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_54": ["2018-04-11 17:10:27.678969", "2018-04-11 17:10:32.515668", "NULL", 52, "dd1b76a7-80cd-430a-b904-26b3ae649f3f", 1, 5, "System Fan 2A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_55": ["2018-04-11 17:10:27.706466", "2018-04-11 17:10:32.557128", "NULL", 53, "d42deb73-53ae-4bec-8838-d8689ae76465", 1, 5, "System Fan 2B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_56": ["2018-04-11 17:10:27.733552", "2018-04-11 17:10:32.596914", "NULL", 54, "f376d950-0e4c-4e32-9167-35661251277a", 1, 5, "System Fan 3A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_57": ["2018-04-11 17:10:27.760459", "2018-04-11 17:10:32.639511", "NULL", 55, "6c9e9404-756f-4afe-b2c9-accfacdce194", 1, 5, "System Fan 3B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_58": ["2018-04-11 17:10:28.121637", "2018-04-25 16:57:44.765615", "NULL", 68, "53f2515f-f6f3-4552-a7db-637e211348a7", 1, 6, "P1 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_59": ["2018-04-11 17:10:28.230467", "2018-04-11 17:10:33.314352", "NULL", 72, "e0f70986-e987-41ed-b5b5-bedc177d3ecd", 1, 6, "DIMM Thrm Mrgn 3", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_60": ["2018-04-11 17:10:28.258733", "2018-04-11 17:10:33.353305", "NULL", 73, "b03b3e6d-62a6-4388-b487-d7a8f5720083", 1, 6, "DIMM Thrm Mrgn 4", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_61": ["2018-04-11 17:10:28.285891", "2018-04-11 17:10:33.390338", "NULL", 74, "21f3a468-2241-4082-978c-8219c1d831c8", 1, 6, "Agg Therm Mgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_62": ["2018-04-11 17:10:28.312522", "2018-04-11 17:10:33.427364", "NULL", 75, "2a3400fb-ac02-4971-873f-fff9ad9a4c11", 1, 8, "BB +12.0V", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_63": ["2018-04-11 17:10:27.377646", "2018-05-17 15:52:02.161537", "NULL", 46, "201f5abf-45ec-444d-a9bc-e7df9136592f", 1, 6, "BB Lft Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_64": ["2018-04-11 17:10:27.652276", "2018-04-25 00:17:15.575419", "NULL", 51, "fe69b9bb-d3e2-4413-86b7-5bf927ebceb2", 1, 5, "System Fan 1B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_65": ["2018-04-11 17:10:28.14837", "2018-04-12 05:46:12.904773", "NULL", 69, "80840676-1d8b-4a49-904c-82c9a35559c1", 1, 6, "P2 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_66": ["2018-04-11 17:10:27.953486", "2018-04-20 17:27:21.579132", "NULL", 62, "dbb73a93-181c-4c16-acd1-3fc203e39500", 1, 7, "PS1 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_67": ["2018-04-11 17:10:27.2787", "2018-04-20 15:44:38.910954", "NULL", 43, "db650813-1ff1-40fa-9692-3914736cf096", 1, 6, "SSB Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_68": ["2018-04-11 17:10:27.138332", "2018-04-11 17:10:31.896869", "NULL", 39, "dd8ceb13-5381-47a4-ad4e-64ac7e1fef52", 1, 5, "System Airflow", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_69": ["2018-04-11 17:10:28.036932", "2018-04-11 17:10:30.951974", "NULL", 65, "60f86fa2-f189-4362-b6b4-1755ff09ab0b", 1, 6, "PS2 Temperature", "", "discrete", "temperature", "offline", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_70": ["2018-04-11 17:10:28.175366", "2018-04-11 17:10:33.239162", "NULL", 70, "e9b0be11-826c-46af-9d30-abbc7208b949", 1, 6, "DIMM Thrm Mrgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_71": ["2018-04-11 17:10:27.312214", "2018-04-11 17:10:32.184471", "NULL", 44, "8dba862c-eab6-4a47-b6ac-fbb7bc69ebe8", 1, 6, "BB BMC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_72": ["2018-04-11 17:10:27.343777", "2018-04-11 17:10:32.226564", "NULL", 45, "96bd1740-314c-4931-92fc-db60501aaa13", 1, 6, "BB Rt Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_73": ["2018-04-11 17:10:28.340885", "2018-05-18 13:51:03.37858", "NULL", 76, "111ea70f-19fa-469c-a378-237c76bb3596", 1, 8, "BB +3.3V Vbat", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_74": ["2018-04-11 17:10:27.408029", "2018-04-11 17:10:32.30996", "NULL", 47, "2d23817b-d6bb-4257-9586-1693f8c1b45c", 1, 6, "HSBP 1 Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_75": ["2018-04-11 17:10:27.788518", "2018-04-11 17:10:32.678189", "NULL", 56, "9023191e-b785-43e8-9e09-684755ae276f", 1, 5, "System Fan 4A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json new file mode 100644 index 000000000..184973e4c --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json @@ -0,0 +1,78 @@ +{ + "i_sensors_discrete_0": ["NULL", "NULL", "NULL", 1], + "i_sensors_discrete_1": ["NULL", "NULL", "NULL", 2], + "i_sensors_discrete_2": ["NULL", "NULL", "NULL", 3], + "i_sensors_discrete_3": ["NULL", "NULL", "NULL", 4], + "i_sensors_discrete_4": ["NULL", "NULL", "NULL", 5], + "i_sensors_discrete_5": ["NULL", "NULL", "NULL", 6], + "i_sensors_discrete_6": ["NULL", "NULL", "NULL", 7], + "i_sensors_discrete_7": ["NULL", "NULL", "NULL", 8], + "i_sensors_discrete_8": ["NULL", "NULL", "NULL", 9], + "i_sensors_discrete_9": ["NULL", "NULL", "NULL", 10], + "i_sensors_discrete_10": ["NULL", "NULL", "NULL", 11], + "i_sensors_discrete_11": ["NULL", "NULL", "NULL", 12], + "i_sensors_discrete_12": ["NULL", "NULL", "NULL", 13], + "i_sensors_discrete_13": ["NULL", "NULL", "NULL", 14], + "i_sensors_discrete_14": ["NULL", "NULL", "NULL", 15], + "i_sensors_discrete_15": ["NULL", "NULL", "NULL", 16], + "i_sensors_discrete_16": ["NULL", "NULL", "NULL", 17], + "i_sensors_discrete_17": ["NULL", "NULL", "NULL", 18], + "i_sensors_discrete_18": ["NULL", "NULL", "NULL", 19], + "i_sensors_discrete_19": ["NULL", "NULL", "NULL", 20], + "i_sensors_discrete_20": ["NULL", "NULL", "NULL", 21], + "i_sensors_discrete_21": ["NULL", "NULL", "NULL", 22], + "i_sensors_discrete_22": ["NULL", "NULL", "NULL", 23], + "i_sensors_discrete_23": ["NULL", "NULL", "NULL", 24], + "i_sensors_discrete_24": ["NULL", "NULL", "NULL", 25], + "i_sensors_discrete_25": ["NULL", "NULL", "NULL", 26], + "i_sensors_discrete_26": ["NULL", "NULL", "NULL", 27], + "i_sensors_discrete_27": ["NULL", "NULL", "NULL", 28], + "i_sensors_discrete_28": ["NULL", "NULL", "NULL", 29], + "i_sensors_discrete_29": ["NULL", "NULL", "NULL", 30], + "i_sensors_discrete_30": ["NULL", "NULL", "NULL", 31], + "i_sensors_discrete_31": ["NULL", "NULL", "NULL", 32], + "i_sensors_discrete_32": ["NULL", "NULL", "NULL", 33], + "i_sensors_discrete_33": ["NULL", "NULL", "NULL", 34], + "i_sensors_discrete_34": ["NULL", "NULL", "NULL", 35], + "i_sensors_discrete_35": ["NULL", "NULL", "NULL", 36], + "i_sensors_discrete_36": ["NULL", "NULL", "NULL", 37], + "i_sensors_discrete_37": ["NULL", "NULL", "NULL", 38], + "i_sensors_discrete_38": ["NULL", "NULL", "NULL", 39], + "i_sensors_discrete_39": ["NULL", "NULL", "NULL", 40], + "i_sensors_discrete_40": ["NULL", "NULL", "NULL", 41], + "i_sensors_discrete_41": ["NULL", "NULL", "NULL", 42], + "i_sensors_discrete_42": ["NULL", "NULL", "NULL", 43], + "i_sensors_discrete_43": ["NULL", "NULL", "NULL", 44], + "i_sensors_discrete_44": ["NULL", "NULL", "NULL", 45], + "i_sensors_discrete_45": ["NULL", "NULL", "NULL", 46], + "i_sensors_discrete_46": ["NULL", "NULL", "NULL", 47], + "i_sensors_discrete_47": ["NULL", "NULL", "NULL", 48], + "i_sensors_discrete_48": ["NULL", "NULL", "NULL", 49], + "i_sensors_discrete_49": ["NULL", "NULL", "NULL", 50], + "i_sensors_discrete_50": ["NULL", "NULL", "NULL", 51], + "i_sensors_discrete_51": ["NULL", "NULL", "NULL", 52], + "i_sensors_discrete_52": ["NULL", "NULL", "NULL", 53], + "i_sensors_discrete_53": ["NULL", "NULL", "NULL", 54], + "i_sensors_discrete_54": ["NULL", "NULL", "NULL", 55], + "i_sensors_discrete_55": ["NULL", "NULL", "NULL", 56], + "i_sensors_discrete_56": ["NULL", "NULL", "NULL", 57], + "i_sensors_discrete_57": ["NULL", "NULL", "NULL", 58], + "i_sensors_discrete_58": ["NULL", "NULL", "NULL", 59], + "i_sensors_discrete_59": ["NULL", "NULL", "NULL", 60], + "i_sensors_discrete_60": ["NULL", "NULL", "NULL", 61], + "i_sensors_discrete_61": ["NULL", "NULL", "NULL", 62], + "i_sensors_discrete_62": ["NULL", "NULL", "NULL", 63], + "i_sensors_discrete_63": ["NULL", "NULL", "NULL", 64], + "i_sensors_discrete_64": ["NULL", "NULL", "NULL", 65], + "i_sensors_discrete_65": ["NULL", "NULL", "NULL", 66], + "i_sensors_discrete_66": ["NULL", "NULL", "NULL", 67], + "i_sensors_discrete_67": ["NULL", "NULL", "NULL", 68], + "i_sensors_discrete_68": ["NULL", "NULL", "NULL", 69], + "i_sensors_discrete_69": ["NULL", "NULL", "NULL", 70], + "i_sensors_discrete_70": ["NULL", "NULL", "NULL", 71], + "i_sensors_discrete_71": ["NULL", "NULL", "NULL", 72], + "i_sensors_discrete_72": ["NULL", "NULL", "NULL", 73], + "i_sensors_discrete_73": ["NULL", "NULL", "NULL", 74], + "i_sensors_discrete_74": ["NULL", "NULL", "NULL", 75], + "i_sensors_discrete_75": ["NULL", "NULL", "NULL", 76] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_system.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_system.json new file mode 100644 index 000000000..b1fbaa6fb --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_system.json @@ -0,0 +1,3 @@ +{ + "i_system_0": ["2018-04-11 15:32:39.919912", "2018-05-16 21:04:53.427686", "NULL", 1, "51ecfab9-400e-41c9-b679-2c6ba37f1099", "Distributed-Cloud-Lab", "System_Controller: setup by lab_setup.sh", "{"https_enabled": false, "vswitch_type": "avs", "region_config": false, "sdn_enabled": false, "shared_services": "[]"}", "NULL", "Ottawa-PheonixLab-Aisle_3-Rack_A", 72, "18.03", "Standard", "duplex", "UTC", "standard", "RegionOne", "services", "systemcontroller"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/i_user.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_user.json new file mode 100644 index 000000000..9246b003a --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/i_user.json @@ -0,0 +1,3 @@ +{ + "i_user_0": ["2018-04-11 15:32:39.923168", "2018-04-11 15:44:42.153281", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "c4decacb98ead527b91afeb0cec1e634", "NULL", "NULL", "NULL", 1, "$6$1sSJbEL3$opfSrh4/pzPW8TdNeTm2CAkxGXTAbPUU08SgpWtdbbH.o1bW3LIYpNRmStbfCuItvlQ9Coujo.ktxFjFFkgey/", 45] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces.json new file mode 100644 index 000000000..be18d358c --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces.json @@ -0,0 +1,20 @@ +{ + "interfaces_0": ["2018-04-11 15:33:38.540065", "NULL", "NULL", 2, "2fc56a3e-2e1a-4830-b8fd-a508b5f558a4", 1, "ethernet", "enp3s0f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_1": ["2018-04-11 15:33:38.588309", "NULL", "NULL", 3, "96dd1a3b-a3b6-459a-8f4a-14f63e77430e", 1, "ethernet", "ens785f0", "NULL", "NULL", "NULL", "NULL"], + "interfaces_2": ["2018-04-11 15:33:38.63678", "NULL", "NULL", 4, "a471bb81-c7ea-492f-a82f-9bdab34164e2", 1, "ethernet", "ens785f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_3": ["2018-04-11 15:33:38.685778", "NULL", "NULL", 5, "421b0159-211a-42ba-b09a-69b8e6415947", 1, "ethernet", "ens785f2", "NULL", "NULL", "NULL", "NULL"], + "interfaces_4": ["2018-04-11 15:33:38.734062", "NULL", "NULL", 6, "03cbcf8a-5c78-490e-9b12-f38e66429ff4", 1, "ethernet", "ens785f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_5": ["2018-04-11 15:33:38.830606", "NULL", "NULL", 8, "496fb63d-d649-41cf-b445-d74de1931ab8", 1, "ethernet", "ens801f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_6": ["2018-04-11 15:33:38.782463", "2018-04-11 15:34:00.614247", "NULL", 7, "e0057166-5d4c-4673-8c5a-0fd940be6875", 1, "ethernet", "ens801f0", "pxeboot", 0, "NULL", "NULL"], + "interfaces_7": ["2018-04-11 15:34:01.126331", "NULL", "NULL", 9, "6935a406-570b-457d-8400-aad4f13d2a18", 1, "vlan", "ens801f0.133", "mgmt", 0, "NULL", "NULL"], + "interfaces_8": ["2018-04-11 15:33:38.471122", "2018-04-11 15:34:02.197169", "NULL", 1, "b78b4c99-197b-4078-be85-9273eed33c56", 1, "ethernet", "eno1", "oam", 0, "NULL", "NULL"], + "interfaces_9": ["2018-04-11 17:11:14.92829", "NULL", "NULL", 11, "c09bba5d-69ed-47b4-9553-b598f0b2280d", 2, "ethernet", "enp3s0f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_10": ["2018-04-11 17:11:14.988133", "NULL", "NULL", 12, "a276f617-fe32-4b2d-8099-1db845b10904", 2, "ethernet", "ens785f0", "NULL", "NULL", "NULL", "NULL"], + "interfaces_11": ["2018-04-11 17:11:15.048478", "NULL", "NULL", 13, "c9951c01-f4e8-4d51-8c7e-fe1d80eeffb2", 2, "ethernet", "ens785f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_12": ["2018-04-11 17:11:15.106918", "NULL", "NULL", 14, "9069e9c5-47d1-43b1-a252-dd1d912e07a9", 2, "ethernet", "ens785f2", "NULL", "NULL", "NULL", "NULL"], + "interfaces_13": ["2018-04-11 17:11:15.165828", "NULL", "NULL", 15, "a84358ca-5ac0-4667-8521-9cb38590023f", 2, "ethernet", "ens785f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_14": ["2018-04-11 17:11:15.224274", "NULL", "NULL", 16, "44f27af2-a8fa-4e5a-acf6-66020dcefb5c", 2, "ethernet", "pxeboot0", "pxeboot", "NULL", "NULL", "NULL"], + "interfaces_15": ["2018-04-11 17:11:15.270051", "NULL", "NULL", 17, "bbb9e208-1f0a-4193-8233-f9a1cbb23437", 2, "vlan", "mgmt0", "mgmt", "NULL", "NULL", "NULL"], + "interfaces_16": ["2018-04-11 17:11:15.476387", "NULL", "NULL", 18, "2cb578f6-e693-449f-9c1e-1d038e8d3694", 2, "ethernet", "ens801f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_17": ["2018-04-11 17:11:14.858777", "2018-04-11 17:36:11.31691", "NULL", 10, "11c0cc6f-ab99-47cb-8396-1bf0e8448a7a", 2, "ethernet", "oam0", "oam", 0, "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json new file mode 100644 index 000000000..c41903aba --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json @@ -0,0 +1,4 @@ +{ + "interfaces_to_interfaces_0": [7, 9], + "interfaces_to_interfaces_1": [16, 17] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_agents.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_agents.json new file mode 100644 index 000000000..b38e04dd0 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_agents.json @@ -0,0 +1,18 @@ +{ + "lldp_agents_0": ["2018-04-11 15:51:26.318956", "NULL", "NULL", 1, "010de782-c80a-456c-87ee-598d4045aa2d", 1, 3, "rx=enabled,tx=enabled"], + "lldp_agents_1": ["2018-04-11 15:51:26.684301", "NULL", "NULL", 2, "14c8db49-f511-4684-9e9a-f3f97a026418", 1, 4, "rx=enabled,tx=enabled"], + "lldp_agents_2": ["2018-04-11 15:51:27.615927", "NULL", "NULL", 3, "f728b9a8-5c54-4830-90e6-f0654b4a28de", 1, 5, "rx=enabled,tx=enabled"], + "lldp_agents_3": ["2018-04-11 15:51:27.865353", "NULL", "NULL", 4, "5b5c8007-8488-43a4-b733-2c22b1447c28", 1, 1, "rx=enabled,tx=enabled"], + "lldp_agents_4": ["2018-04-11 15:51:28.22479", "NULL", "NULL", 5, "e765fb39-cb4d-40a8-bc16-b267f1cd4895", 1, 6, "rx=enabled,tx=enabled"], + "lldp_agents_5": ["2018-04-11 15:51:28.473039", "NULL", "NULL", 6, "13249556-4e8a-4771-a0e4-3532e9c074f9", 1, 7, "rx=enabled,tx=enabled"], + "lldp_agents_6": ["2018-04-11 15:51:28.746624", "NULL", "NULL", 7, "6cad1c0c-62dd-42b8-a152-35555c28f8fb", 1, 2, "rx=enabled,tx=enabled"], + "lldp_agents_7": ["2018-04-11 15:51:29.000971", "NULL", "NULL", 8, "cb8a7854-bd10-432b-a3e9-223470004697", 1, 8, "rx=enabled,tx=enabled"], + "lldp_agents_8": ["2018-04-11 17:17:13.981681", "NULL", "NULL", 9, "0610d1f4-a06b-45d3-a7eb-2b39a55f0231", 2, 11, "rx=enabled,tx=enabled"], + "lldp_agents_9": ["2018-04-11 17:17:14.2313", "NULL", "NULL", 10, "c7572fa4-3d0d-4601-9299-997d882c199b", 2, 12, "rx=enabled,tx=enabled"], + "lldp_agents_10": ["2018-04-11 17:17:14.476722", "NULL", "NULL", 11, "61c040f2-e063-4cf7-b061-13a283526cfb", 2, 13, "rx=enabled,tx=enabled"], + "lldp_agents_11": ["2018-04-11 17:17:14.726512", "NULL", "NULL", 12, "791576d5-94e2-4703-8def-67f1518de530", 2, 9, "rx=enabled,tx=enabled"], + "lldp_agents_12": ["2018-04-11 17:17:15.074982", "NULL", "NULL", 13, "126db5e7-a3f4-4a62-906f-104cc883e756", 2, 14, "rx=enabled,tx=enabled"], + "lldp_agents_13": ["2018-04-11 17:17:15.321967", "NULL", "NULL", 14, "1d19c57b-cdc7-4e17-90de-9782909d0c6f", 2, 15, "rx=enabled,tx=enabled"], + "lldp_agents_14": ["2018-04-11 17:17:15.59029", "NULL", "NULL", 15, "7aed93cf-cbd5-44e9-8844-3024c19f6730", 2, 10, "rx=enabled,tx=enabled"], + "lldp_agents_15": ["2018-04-11 17:17:15.846391", "NULL", "NULL", 16, "0df37546-9fed-4ccb-a1c1-a97f44bb4311", 2, 16, "rx=enabled,tx=enabled"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json new file mode 100644 index 000000000..2884db5a6 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json @@ -0,0 +1,6 @@ +{ + "lldp_neighbours_0": ["2018-04-17 15:29:20.259636", "NULL", "NULL", 5, "75144a26-7909-406b-998d-178fffe4d67d", 1, 1, "e8:ba:70:1e:f7:80,Gi1/0/19"], + "lldp_neighbours_1": ["2018-04-17 17:44:28.200456", "NULL", "NULL", 6, "35f9f127-d51c-407b-ae85-fe27b8792621", 2, 9, "e8:ba:70:1e:f7:80,Gi1/0/20"], + "lldp_neighbours_2": ["2018-05-18 17:54:58.480967", "NULL", "NULL", 10, "9f20939f-a95f-42dc-ab19-8a122e9973e1", 1, 7, "54:ab:3a:05:7f:5e,yow-cgcs-wildcat-90, mgmt0+infra0"], + "lldp_neighbours_3": ["2018-05-18 17:55:30.142751", "NULL", "NULL", 12, "1f7ade25-9566-4efe-a3e7-5bcdad5a79de", 2, 15, "54:ab:3a:05:7f:5e,yow-cgcs-wildcat-91, mgmt0+infra0"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json new file mode 100644 index 000000000..9176a9cf4 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json @@ -0,0 +1,198 @@ +{ + "lldp_tlvs_0": ["2018-04-11 15:51:28.51652", "2018-05-16 21:04:54.715897", "NULL", 71, 6, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_1": ["2018-04-11 15:51:26.759814", "2018-05-16 21:04:54.888698", "NULL", 35, 2, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_2": ["2018-04-11 15:51:27.654128", "2018-05-16 21:04:55.25446", "NULL", 44, 3, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_3": ["2018-04-11 15:51:28.264126", "2018-05-16 21:04:55.412587", "NULL", 62, 5, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_4": ["2018-04-11 15:51:29.039733", "2018-05-16 21:04:55.578327", "NULL", 90, 8, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_5": ["2018-04-11 15:51:27.903468", "2018-05-16 21:04:54.244292", "NULL", 53, 4, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_6": ["2018-04-11 15:51:28.787928", "2018-05-16 21:04:54.554172", "NULL", 81, 7, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_7": ["2018-04-11 15:51:26.418331", "NULL", "NULL", 27, 1, "NULL", "port_description", "ens785f0"], + "lldp_tlvs_8": ["2018-04-11 15:51:26.506982", "NULL", "NULL", 30, 1, "NULL", "ttl", "120"], + "lldp_tlvs_9": ["2018-04-11 15:51:26.532507", "NULL", "NULL", 31, 1, "NULL", "port_identifier", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_10": ["2018-04-11 15:51:26.558776", "NULL", "NULL", 32, 1, "NULL", "system_capabilities", "station"], + "lldp_tlvs_11": ["2018-04-11 15:51:26.586886", "NULL", "NULL", 33, 1, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_12": ["2018-04-11 15:51:26.6131", "NULL", "NULL", 34, 1, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_13": ["2018-04-11 15:51:26.858658", "NULL", "NULL", 36, 2, "NULL", "port_description", "ens785f1"], + "lldp_tlvs_14": ["2018-04-11 15:51:27.488618", "NULL", "NULL", 39, 2, "NULL", "ttl", "120"], + "lldp_tlvs_15": ["2018-04-11 15:51:27.509004", "NULL", "NULL", 40, 2, "NULL", "port_identifier", "3c:fd:fe:9f:6f:09"], + "lldp_tlvs_16": ["2018-04-11 15:51:27.530022", "NULL", "NULL", 41, 2, "NULL", "system_capabilities", "station"], + "lldp_tlvs_17": ["2018-04-11 15:51:27.5512", "NULL", "NULL", 42, 2, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_18": ["2018-04-11 15:51:27.571397", "NULL", "NULL", 43, 2, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_19": ["2018-04-11 15:51:27.676711", "NULL", "NULL", 45, 3, "NULL", "port_description", "ens785f2"], + "lldp_tlvs_20": ["2018-04-11 15:51:27.739275", "NULL", "NULL", 48, 3, "NULL", "ttl", "120"], + "lldp_tlvs_21": ["2018-04-11 15:51:27.759437", "NULL", "NULL", 49, 3, "NULL", "port_identifier", "3c:fd:fe:9f:6f:0a"], + "lldp_tlvs_22": ["2018-04-11 15:51:27.77917", "NULL", "NULL", 50, 3, "NULL", "system_capabilities", "station"], + "lldp_tlvs_23": ["2018-04-11 15:51:27.800927", "NULL", "NULL", 51, 3, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_24": ["2018-04-11 15:51:27.821369", "NULL", "NULL", 52, 3, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_25": ["2018-04-11 15:51:28.032604", "NULL", "NULL", 54, 4, "NULL", "port_description", "eno1"], + "lldp_tlvs_26": ["2018-04-11 15:51:28.09343", "NULL", "NULL", 57, 4, "NULL", "ttl", "120"], + "lldp_tlvs_27": ["2018-04-11 15:51:28.115112", "NULL", "NULL", 58, 4, "NULL", "port_identifier", "a4:bf:01:01:b6:ae"], + "lldp_tlvs_28": ["2018-04-11 15:51:28.135287", "NULL", "NULL", 59, 4, "NULL", "system_capabilities", "station"], + "lldp_tlvs_29": ["2018-04-11 15:51:28.15556", "NULL", "NULL", 60, 4, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_30": ["2018-04-11 15:51:28.178572", "NULL", "NULL", 61, 4, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_31": ["2018-04-11 15:51:28.286851", "NULL", "NULL", 63, 5, "NULL", "port_description", "ens785f3"], + "lldp_tlvs_32": ["2018-04-11 15:51:28.348028", "NULL", "NULL", 66, 5, "NULL", "ttl", "120"], + "lldp_tlvs_33": ["2018-04-11 15:51:28.367588", "NULL", "NULL", 67, 5, "NULL", "port_identifier", "3c:fd:fe:9f:6f:0b"], + "lldp_tlvs_34": ["2018-04-11 15:51:28.387421", "NULL", "NULL", 68, 5, "NULL", "system_capabilities", "station"], + "lldp_tlvs_35": ["2018-04-11 15:51:28.408891", "NULL", "NULL", 69, 5, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_36": ["2018-04-11 15:51:28.429438", "NULL", "NULL", 70, 5, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_37": ["2018-04-11 15:51:28.53719", "NULL", "NULL", 72, 6, "NULL", "port_description", "ens801f0"], + "lldp_tlvs_38": ["2018-04-11 15:51:28.557898", "NULL", "NULL", 73, 6, "NULL", "dot1_vlan_names", "ens801f0.133"], + "lldp_tlvs_39": ["2018-04-11 15:51:28.620788", "NULL", "NULL", 76, 6, "NULL", "ttl", "120"], + "lldp_tlvs_40": ["2018-04-11 15:51:28.642739", "NULL", "NULL", 77, 6, "NULL", "port_identifier", "90:e2:ba:b0:df:d0"], + "lldp_tlvs_41": ["2018-04-11 15:51:28.662583", "NULL", "NULL", 78, 6, "NULL", "system_capabilities", "station"], + "lldp_tlvs_42": ["2018-04-11 15:51:28.682311", "NULL", "NULL", 79, 6, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_43": ["2018-04-11 15:51:28.703709", "NULL", "NULL", 80, 6, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_44": ["2018-04-11 15:51:28.807618", "NULL", "NULL", 82, 7, "NULL", "port_description", "enp3s0f3"], + "lldp_tlvs_45": ["2018-04-11 15:51:28.871202", "NULL", "NULL", 85, 7, "NULL", "ttl", "120"], + "lldp_tlvs_46": ["2018-04-11 15:51:28.89333", "NULL", "NULL", 86, 7, "NULL", "port_identifier", "a4:bf:01:01:b6:af"], + "lldp_tlvs_47": ["2018-04-11 15:51:28.913319", "NULL", "NULL", 87, 7, "NULL", "system_capabilities", "station"], + "lldp_tlvs_48": ["2018-04-11 15:51:28.93343", "NULL", "NULL", 88, 7, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_49": ["2018-04-11 15:51:28.955552", "NULL", "NULL", 89, 7, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_50": ["2018-04-11 15:51:29.062455", "NULL", "NULL", 91, 8, "NULL", "port_description", "ens801f1"], + "lldp_tlvs_51": ["2018-04-11 15:51:29.123967", "NULL", "NULL", 94, 8, "NULL", "ttl", "120"], + "lldp_tlvs_52": ["2018-04-11 15:51:29.143663", "NULL", "NULL", 95, 8, "NULL", "port_identifier", "90:e2:ba:b0:df:d1"], + "lldp_tlvs_53": ["2018-04-11 15:51:29.163511", "NULL", "NULL", 96, 8, "NULL", "system_capabilities", "station"], + "lldp_tlvs_54": ["2018-04-11 15:51:28.306714", "2018-04-17 15:29:21.526998", "NULL", 64, 5, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_55": ["2018-04-17 15:29:20.306434", "NULL", "NULL", 197, "NULL", 5, "system_name", "yow-cisco-b2u45"], + "lldp_tlvs_56": ["2018-04-11 15:51:28.052293", "2018-04-17 15:29:21.012125", "NULL", 55, 4, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_57": ["2018-04-11 15:51:28.580375", "2018-04-17 15:29:21.220153", "NULL", 74, 6, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_58": ["2018-04-11 15:51:28.60022", "2018-04-17 15:29:21.238839", "NULL", 75, 6, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_59": ["2018-04-11 15:51:28.326592", "2018-04-17 15:29:21.547299", "NULL", 65, 5, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_60": ["2018-04-11 15:51:27.444682", "2018-04-17 15:29:21.116676", "NULL", 37, 2, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_61": ["2018-04-11 15:51:27.465738", "2018-04-17 15:29:21.135522", "NULL", 38, 2, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_62": ["2018-04-11 15:51:29.082001", "2018-04-17 15:29:21.635786", "NULL", 92, 8, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_63": ["2018-04-11 15:51:29.102313", "2018-04-17 15:29:21.654624", "NULL", 93, 8, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_64": ["2018-04-11 15:51:28.830696", "2018-04-17 15:29:21.322966", "NULL", 83, 7, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_65": ["2018-04-11 15:51:28.851107", "2018-04-17 15:29:21.341487", "NULL", 84, 7, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_66": ["2018-04-11 15:51:27.697025", "2018-04-17 15:29:21.425968", "NULL", 46, 3, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_67": ["2018-04-11 15:51:27.71713", "2018-04-17 15:29:21.443852", "NULL", 47, 3, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_68": ["2018-04-17 17:44:28.419847", "NULL", "NULL", 209, "NULL", 6, "system_name", "yow-cisco-b2u45"], + "lldp_tlvs_69": ["2018-04-17 17:44:28.440466", "NULL", "NULL", 210, "NULL", 6, "dot1_port_vid", "103"], + "lldp_tlvs_70": ["2018-04-17 15:29:20.325824", "NULL", "NULL", 198, "NULL", 5, "dot1_port_vid", "103"], + "lldp_tlvs_71": ["2018-04-17 15:29:20.344472", "NULL", "NULL", 199, "NULL", 5, "port_description", "GigabitEthernet1/0/19"], + "lldp_tlvs_72": ["2018-04-17 15:29:20.364241", "NULL", "NULL", 200, "NULL", 5, "dot1_vlan_names", ""], + "lldp_tlvs_73": ["2018-04-17 15:29:20.382621", "NULL", "NULL", 201, "NULL", 5, "system_description", "Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.0(2)SE10a, RELEASE SOFTWARE (fc3)], + "lldp_tlvs_74": ["2018-04-17 17:44:28.46055", "NULL", "NULL", 211, "NULL", 6, "port_description", "GigabitEthernet1/0/20"], + "lldp_tlvs_75": ["2018-04-17 17:44:28.483456", "NULL", "NULL", 212, "NULL", 6, "dot1_vlan_names", ""], + "lldp_tlvs_76": ["2018-04-17 17:44:28.509263", "NULL", "NULL", 213, "NULL", 6, "system_description", "Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.0(2)SE10a, RELEASE SOFTWARE (fc3)], + "lldp_tlvs_77": ["2018-04-17 17:44:28.545293", "NULL", "NULL", 214, "NULL", 6, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=y,10base-tfd, 100base-txfd, 1000base-tfd"], + "lldp_tlvs_78": ["2018-04-11 15:51:29.185581", "NULL", "NULL", 97, 8, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_79": ["2018-04-11 15:51:29.20581", "NULL", "NULL", 98, 8, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_80": ["2018-04-17 15:29:20.499284", "2018-05-28 17:28:18.518841", "NULL", 207, "NULL", 5, "ttl", "94"], + "lldp_tlvs_81": ["2018-05-18 17:55:30.243315", "2018-05-28 17:40:10.230892", "NULL", 262, "NULL", 12, "ttl", "97"], + "lldp_tlvs_82": ["2018-04-11 17:17:14.516098", "2018-05-16 21:04:54.66257", "NULL", 130, 11, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_83": ["2018-05-18 17:55:30.183363", "NULL", "NULL", 259, "NULL", 12, "port_identifier", "yow-cgcs-wildcat-91, mgmt0+infra0"], + "lldp_tlvs_84": ["2018-05-18 17:55:30.202767", "NULL", "NULL", 260, "NULL", 12, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_85": ["2018-05-18 17:55:30.222121", "NULL", "NULL", 261, "NULL", 12, "chassis_id", "54:ab:3a:05:7f:5e"], + "lldp_tlvs_86": ["2018-05-18 18:01:30.317788", "NULL", "NULL", 272, "NULL", 12, "system_name", "yow-cgcs-quanta-7"], + "lldp_tlvs_87": ["2018-05-18 18:01:30.337012", "NULL", "NULL", 273, "NULL", 12, "dot1_port_vid", "132"], + "lldp_tlvs_88": ["2018-05-18 18:01:30.418513", "2018-05-18 18:20:44.378225", "NULL", 277, "NULL", 12, "system_description", "LY2R, Runtime Code 5.4.05.00, Linux 3.8.13-rt9, U-Boot 2010.12 (Feb 10 2015 - 10:01:12) - ONIE 2014.05.03-d"], + "lldp_tlvs_89": ["2018-04-11 17:17:14.04255", "NULL", "NULL", 113, 9, "NULL", "port_description", "ens785f0"], + "lldp_tlvs_90": ["2018-04-11 15:51:26.396145", "2018-05-16 21:04:54.025332", "NULL", 26, 1, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_91": ["2018-04-11 17:17:14.105334", "NULL", "NULL", 116, 9, "NULL", "ttl", "120"], + "lldp_tlvs_92": ["2018-04-11 17:17:14.126605", "NULL", "NULL", 117, 9, "NULL", "port_identifier", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_93": ["2018-04-11 17:17:14.145793", "NULL", "NULL", 118, 9, "NULL", "system_capabilities", "station"], + "lldp_tlvs_94": ["2018-04-11 17:17:14.165828", "NULL", "NULL", 119, 9, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_95": ["2018-04-11 17:17:14.187199", "NULL", "NULL", 120, 9, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_96": ["2018-04-11 17:17:14.291361", "NULL", "NULL", 122, 10, "NULL", "port_description", "ens785f1"], + "lldp_tlvs_97": ["2018-04-11 17:17:14.351333", "NULL", "NULL", 125, 10, "NULL", "ttl", "120"], + "lldp_tlvs_98": ["2018-04-11 17:17:14.371112", "NULL", "NULL", 126, 10, "NULL", "port_identifier", "3c:fd:fe:9f:74:c9"], + "lldp_tlvs_99": ["2018-04-11 17:17:14.391033", "NULL", "NULL", 127, 10, "NULL", "system_capabilities", "station"], + "lldp_tlvs_100": ["2018-04-11 17:17:14.413831", "NULL", "NULL", 128, 10, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_101": ["2018-04-11 17:17:14.433521", "NULL", "NULL", 129, 10, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_102": ["2018-04-11 17:17:14.538397", "NULL", "NULL", 131, 11, "NULL", "port_description", "ens785f2"], + "lldp_tlvs_103": ["2018-04-11 17:17:14.601126", "NULL", "NULL", 134, 11, "NULL", "ttl", "120"], + "lldp_tlvs_104": ["2018-04-11 17:17:14.620921", "NULL", "NULL", 135, 11, "NULL", "port_identifier", "3c:fd:fe:9f:74:ca"], + "lldp_tlvs_105": ["2018-04-11 17:17:14.641948", "NULL", "NULL", 136, 11, "NULL", "system_capabilities", "station"], + "lldp_tlvs_106": ["2018-04-11 17:17:14.662088", "NULL", "NULL", 137, 11, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_107": ["2018-04-11 17:17:14.681618", "NULL", "NULL", 138, 11, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_108": ["2018-04-11 17:17:14.886763", "NULL", "NULL", 140, 12, "NULL", "port_description", "eno1"], + "lldp_tlvs_109": ["2018-04-11 17:17:14.947227", "NULL", "NULL", 143, 12, "NULL", "ttl", "120"], + "lldp_tlvs_110": ["2018-04-11 17:17:14.968879", "NULL", "NULL", 144, 12, "NULL", "port_identifier", "a4:bf:01:01:66:ca"], + "lldp_tlvs_111": ["2018-04-11 17:17:14.988674", "NULL", "NULL", 145, 12, "NULL", "system_capabilities", "station"], + "lldp_tlvs_112": ["2018-04-11 17:17:15.011199", "NULL", "NULL", 146, 12, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_113": ["2018-04-11 17:17:15.030635", "NULL", "NULL", 147, 12, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_114": ["2018-04-11 17:17:15.135308", "NULL", "NULL", 149, 13, "NULL", "port_description", "ens785f3"], + "lldp_tlvs_115": ["2018-04-11 17:17:14.269498", "2018-05-16 21:04:54.46626", "NULL", 121, 10, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_116": ["2018-04-11 17:17:15.197737", "NULL", "NULL", 152, 13, "NULL", "ttl", "120"], + "lldp_tlvs_117": ["2018-04-11 17:17:15.217731", "NULL", "NULL", 153, 13, "NULL", "port_identifier", "3c:fd:fe:9f:74:cb"], + "lldp_tlvs_118": ["2018-04-11 17:17:15.23658", "NULL", "NULL", 154, 13, "NULL", "system_capabilities", "station"], + "lldp_tlvs_119": ["2018-04-11 17:17:15.258537", "NULL", "NULL", 155, 13, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_120": ["2018-04-11 17:17:15.278415", "NULL", "NULL", 156, 13, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_121": ["2018-04-11 17:17:15.382502", "NULL", "NULL", 158, 14, "NULL", "port_description", "ens801f0"], + "lldp_tlvs_122": ["2018-04-11 17:17:15.402636", "NULL", "NULL", 159, 14, "NULL", "dot1_vlan_names", "ens801f0.133"], + "lldp_tlvs_123": ["2018-04-11 17:17:15.464682", "NULL", "NULL", 162, 14, "NULL", "ttl", "120"], + "lldp_tlvs_124": ["2018-04-11 17:17:15.485802", "NULL", "NULL", 163, 14, "NULL", "port_identifier", "90:e2:ba:b0:e9:f4"], + "lldp_tlvs_125": ["2018-04-11 17:17:15.506362", "NULL", "NULL", 164, 14, "NULL", "system_capabilities", "station"], + "lldp_tlvs_126": ["2018-04-11 17:17:15.526508", "NULL", "NULL", 165, 14, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_127": ["2018-04-11 17:17:15.548093", "NULL", "NULL", 166, 14, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_128": ["2018-04-11 17:17:15.651527", "NULL", "NULL", 168, 15, "NULL", "port_description", "enp3s0f3"], + "lldp_tlvs_129": ["2018-04-11 17:17:15.715391", "NULL", "NULL", 171, 15, "NULL", "ttl", "120"], + "lldp_tlvs_130": ["2018-04-11 17:17:15.737311", "NULL", "NULL", 172, 15, "NULL", "port_identifier", "a4:bf:01:01:66:cb"], + "lldp_tlvs_131": ["2018-04-11 17:17:15.75804", "NULL", "NULL", 173, 15, "NULL", "system_capabilities", "station"], + "lldp_tlvs_132": ["2018-04-11 17:17:15.777956", "NULL", "NULL", 174, 15, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_133": ["2018-04-11 17:17:15.800516", "NULL", "NULL", 175, 15, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_134": ["2018-04-11 17:17:15.910487", "NULL", "NULL", 177, 16, "NULL", "port_description", "ens801f1"], + "lldp_tlvs_135": ["2018-04-11 17:17:15.973174", "NULL", "NULL", 180, 16, "NULL", "ttl", "120"], + "lldp_tlvs_136": ["2018-04-11 17:17:15.99226", "NULL", "NULL", 181, 16, "NULL", "port_identifier", "90:e2:ba:b0:e9:f5"], + "lldp_tlvs_137": ["2018-04-11 17:17:16.012351", "NULL", "NULL", 182, 16, "NULL", "system_capabilities", "station"], + "lldp_tlvs_138": ["2018-04-11 17:17:16.033553", "NULL", "NULL", 183, 16, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_139": ["2018-04-11 17:17:16.053695", "NULL", "NULL", 184, 16, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_140": ["2018-04-11 17:17:14.86661", "2018-05-16 21:04:54.852016", "NULL", 139, 12, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_141": ["2018-04-11 17:17:14.023215", "2018-05-16 21:04:54.115524", "NULL", 112, 9, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_142": ["2018-04-11 17:17:15.63157", "2018-05-16 21:04:55.424585", "NULL", 167, 15, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_143": ["2018-04-11 17:17:15.363371", "2018-05-16 21:04:55.618947", "NULL", 157, 14, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_144": ["2018-04-11 17:17:15.424575", "2018-04-17 17:44:29.231506", "NULL", 160, 14, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_145": ["2018-04-11 17:17:15.886527", "2018-05-16 21:04:55.730124", "NULL", 176, 16, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_146": ["2018-04-11 17:17:14.559094", "2018-04-17 17:44:30.775347", "NULL", 132, 11, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_147": ["2018-04-11 17:17:15.155492", "2018-04-17 17:44:31.512547", "NULL", 150, 13, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_148": ["2018-04-11 17:17:15.113587", "2018-05-16 21:04:55.220538", "NULL", 148, 13, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_149": ["2018-04-11 17:17:14.31052", "2018-04-17 17:44:29.343832", "NULL", 123, 10, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_150": ["2018-04-11 17:17:15.930707", "2018-04-17 17:44:31.799391", "NULL", 178, 16, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_151": ["2018-04-11 17:17:15.673998", "2018-04-17 17:44:29.977574", "NULL", 169, 15, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_152": ["2018-04-11 17:17:15.694481", "2018-04-17 17:44:29.997563", "NULL", 170, 15, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_153": ["2018-04-11 17:17:14.579489", "2018-04-17 17:44:30.79838", "NULL", 133, 11, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_154": ["2018-04-11 17:17:15.950578", "2018-04-17 17:44:31.821609", "NULL", 179, 16, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_155": ["2018-05-18 18:01:30.357209", "NULL", "NULL", 274, "NULL", 12, "port_description", "Slot: 0 Port: 22 10G - Level (56:AB:3A:FD:78:16)"], + "lldp_tlvs_156": ["2018-04-11 17:17:14.064773", "2018-04-17 17:44:29.005307", "NULL", 114, 9, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_157": ["2018-04-11 17:17:14.908256", "2018-04-17 17:44:29.117225", "NULL", 141, 12, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_158": ["2018-04-17 15:29:20.400839", "NULL", "NULL", 202, "NULL", 5, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=y,10base-tfd, 100base-txfd, 1000base-tfd"], + "lldp_tlvs_159": ["2018-04-11 17:17:14.927689", "2018-04-17 17:44:29.139564", "NULL", 142, 12, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_160": ["2018-04-17 15:29:20.421295", "NULL", "NULL", 203, "NULL", 5, "port_identifier", "Gi1/0/19"], + "lldp_tlvs_161": ["2018-04-17 15:29:20.439727", "NULL", "NULL", 204, "NULL", 5, "chassis_id", "e8:ba:70:1e:f7:80"], + "lldp_tlvs_162": ["2018-04-17 15:29:20.458255", "NULL", "NULL", 205, "NULL", 5, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_163": ["2018-04-17 15:29:20.479024", "NULL", "NULL", 206, "NULL", 5, "management_address", "128.224.148.241"], + "lldp_tlvs_164": ["2018-04-11 17:17:14.329988", "2018-04-17 17:44:29.364607", "NULL", 124, 10, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_165": ["2018-05-18 18:01:30.378594", "NULL", "NULL", 275, "NULL", 12, "dot3_max_frame", "9242"], + "lldp_tlvs_166": ["2018-05-18 18:01:30.399134", "NULL", "NULL", 276, "NULL", 12, "dot1_vlan_names", ""], + "lldp_tlvs_167": ["2018-05-18 18:01:30.439987", "NULL", "NULL", 278, "NULL", 12, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=n,"], + "lldp_tlvs_168": ["2018-05-18 18:01:30.460609", "NULL", "NULL", 279, "NULL", 12, "dot3_power_mdi", "power-mdi-supported=n,power-mdi-enabled=n,"], + "lldp_tlvs_169": ["2018-05-18 18:01:30.480929", "NULL", "NULL", 280, "NULL", 12, "system_capabilities", "bridge, router"], + "lldp_tlvs_170": ["2018-05-18 17:54:58.52286", "NULL", "NULL", 251, "NULL", 10, "port_identifier", "yow-cgcs-wildcat-90, mgmt0+infra0"], + "lldp_tlvs_171": ["2018-05-18 17:54:58.545036", "NULL", "NULL", 252, "NULL", 10, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_172": ["2018-05-18 17:54:58.566354", "NULL", "NULL", 253, "NULL", 10, "chassis_id", "54:ab:3a:05:7f:5e"], + "lldp_tlvs_173": ["2018-05-18 18:00:58.63015", "NULL", "NULL", 263, "NULL", 10, "system_name", "yow-cgcs-quanta-7"], + "lldp_tlvs_174": ["2018-05-18 18:00:58.650262", "NULL", "NULL", 264, "NULL", 10, "dot1_port_vid", "132"], + "lldp_tlvs_175": ["2018-05-18 18:00:58.669909", "NULL", "NULL", 265, "NULL", 10, "port_description", "Slot: 0 Port: 21 10G - Level (56:AB:3A:FD:78:15)"], + "lldp_tlvs_176": ["2018-05-18 18:00:58.69121", "NULL", "NULL", 266, "NULL", 10, "dot3_max_frame", "9242"], + "lldp_tlvs_177": ["2018-05-18 18:00:58.711045", "NULL", "NULL", 267, "NULL", 10, "dot1_vlan_names", ""], + "lldp_tlvs_178": ["2018-05-18 18:00:58.751855", "NULL", "NULL", 269, "NULL", 10, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=n,"], + "lldp_tlvs_179": ["2018-05-18 18:00:58.771524", "NULL", "NULL", 270, "NULL", 10, "dot3_power_mdi", "power-mdi-supported=n,power-mdi-enabled=n,"], + "lldp_tlvs_180": ["2018-05-18 18:00:58.790743", "NULL", "NULL", 271, "NULL", 10, "system_capabilities", "bridge, router"], + "lldp_tlvs_181": ["2018-05-18 17:54:58.585316", "2018-05-28 17:28:18.566748", "NULL", 254, "NULL", 10, "ttl", "117"], + "lldp_tlvs_182": ["2018-05-18 18:00:58.729926", "2018-05-18 18:20:32.397623", "NULL", 268, "NULL", 10, "system_description", "LY2R, Runtime Code 5.4.05.00, Linux 3.8.13-rt9, U-Boot 2010.12 (Feb 10 2015 - 10:01:12) - ONIE 2014.05.03-d"], + "lldp_tlvs_183": ["2018-04-17 17:44:28.670692", "2018-05-28 17:40:10.182505", "NULL", 219, "NULL", 6, "ttl", "106"], + "lldp_tlvs_184": ["2018-04-17 15:29:20.517854", "NULL", "NULL", 208, "NULL", 5, "system_capabilities", "bridge"], + "lldp_tlvs_185": ["2018-04-11 15:51:26.448944", "2018-04-17 15:29:20.908064", "NULL", 28, 1, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_186": ["2018-04-11 15:51:26.481407", "2018-04-17 15:29:20.928035", "NULL", 29, 1, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_187": ["2018-04-11 15:51:28.073773", "2018-04-17 15:29:21.032785", "NULL", 56, 4, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_188": ["2018-04-17 17:44:28.57079", "NULL", "NULL", 215, "NULL", 6, "port_identifier", "Gi1/0/20"], + "lldp_tlvs_189": ["2018-04-17 17:44:28.593427", "NULL", "NULL", 216, "NULL", 6, "chassis_id", "e8:ba:70:1e:f7:80"], + "lldp_tlvs_190": ["2018-04-17 17:44:28.621591", "NULL", "NULL", 217, "NULL", 6, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_191": ["2018-04-17 17:44:28.649707", "NULL", "NULL", 218, "NULL", 6, "management_address", "128.224.148.241"], + "lldp_tlvs_192": ["2018-04-17 17:44:28.69122", "NULL", "NULL", 220, "NULL", 6, "system_capabilities", "bridge"], + "lldp_tlvs_193": ["2018-04-11 17:17:14.084826", "2018-04-17 17:44:29.026054", "NULL", 115, 9, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_194": ["2018-04-11 17:17:15.44443", "2018-04-17 17:44:29.251355", "NULL", 161, 14, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_195": ["2018-04-11 17:17:15.175761", "2018-04-17 17:44:31.533257", "NULL", 151, 13, "NULL", "system_description", "Titanium Cloud version 18.03"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/loads.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/loads.json new file mode 100644 index 000000000..6c81be790 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/loads.json @@ -0,0 +1,3 @@ +{ + "loads_0": ["2018-04-11 15:32:43.337062", "NULL", "NULL", 1, "461daa09-a46d-452c-9ae8-5d84d56fad35", "active", "18.03", "N/A", "N/A"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/migrate_version.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/migrate_version.json new file mode 100644 index 000000000..d337d588d --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/migrate_version.json @@ -0,0 +1,3 @@ +{ + "migrate_version_0": ["sysinv", "/usr/lib64/python2.7/site-packages/sysinv/db/sqlalchemy/migrate_repo", 67] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/networks.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/networks.json new file mode 100644 index 000000000..bcd0310b3 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/networks.json @@ -0,0 +1,6 @@ +{ + "networks_0": ["2018-04-11 15:32:43.431455", "NULL", "NULL", 1, "ef1b76d8-ba94-4b6f-a631-0ebc54b26635", "mgmt", 9216, 10000, true, 133, 1], + "networks_1": ["2018-04-11 15:32:43.660784", "NULL", "NULL", 2, "52ab3edf-e136-4441-94d4-137775e44f86", "pxeboot", 9216, "NULL", true, "NULL", 2], + "networks_2": ["2018-04-11 15:32:43.907972", "NULL", "NULL", 3, "ba666757-954b-4a9b-9cbc-b40dd81dee31", "oam", 1500, "NULL", false, "NULL", 3], + "networks_3": ["2018-04-11 15:32:44.050673", "NULL", "NULL", 4, "d277b894-aacd-44d0-af42-927efa197561", "multicast", 9216, "NULL", false, "NULL", 4] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/partition.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/partition.json new file mode 100644 index 000000000..10a1a2751 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/partition.json @@ -0,0 +1,12 @@ +{ + "partition_0": ["2018-04-11 15:52:53.442427", "2018-05-18 17:48:57.714339", "NULL", 5, "c5b9f660-8036-43a0-92a2-4ec402693d84", 1, 145968, 145967, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1", "ba5eba11-0000-1111-2222-000000000001", "LVM Physical Volume", 2, "6900d7af-5482-4999-823f-e3e6833663af", "NULL", 1, 2, 1, "/dev/sdb1"], + "partition_1": ["2018-04-11 17:35:47.295219", "2018-05-24 10:46:16.044707", "NULL", 12, "4b20d2cc-9426-4f6c-aea2-f51949a089f0", 1, 145968, 145967, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1", "ba5eba11-0000-1111-2222-000000000001", "LVM Physical Volume", 5, "756437b3-3c5e-42ae-b0a4-034def142e9e", "NULL", 1, 4, 2, "/dev/sdb1"], + "partition_2": ["2018-04-11 17:11:18.235864", "2018-05-24 10:46:16.10309", "NULL", 11, "19fbbcc0-7e91-4bb7-9b96-928778459e39", 20502, 457862, 437360, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4", "e6d6d379-f507-44c2-a23c-238f2a3df928", "Linux LVM", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, 3, 2, "/dev/sda4"], + "partition_3": ["2018-04-11 15:33:41.19528", "2018-05-24 10:46:16.804861", "NULL", 4, "69217878-28e7-4ac2-8d73-828692df069e", 20502, 457862, 437360, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4", "e6d6d379-f507-44c2-a23c-238f2a3df928", "Linux LVM", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, 1, 1, "/dev/sda4"], + "partition_4": ["2018-04-11 15:33:41.139602", "2018-05-17 23:53:40.048667", "NULL", 1, "377a1a04-fa36-49ba-93a2-0c13f8d180f6", 1, 2, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1", "21686148-6449-6e6f-744e-656564454649", "BIOS boot partition", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda1"], + "partition_5": ["2018-04-11 15:33:41.159382", "2018-05-17 23:53:40.060336", "NULL", 2, "9647b1af-bfe7-4822-8868-d922f8cf7386", 2, 502, 500, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda2"], + "partition_6": ["2018-04-11 15:33:41.178183", "2018-05-17 23:53:40.071821", "NULL", 3, "7a002034-98a4-4f02-9b53-17dffc2b6147", 502, 20502, 20000, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part3", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda3"], + "partition_7": ["2018-04-11 17:11:18.168709", "2018-05-17 23:52:06.643161", "NULL", 8, "6293717f-bc68-4348-8364-faecd1ff0c9e", 1, 2, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1", "21686148-6449-6e6f-744e-656564454649", "BIOS boot partition", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda1"], + "partition_8": ["2018-04-11 17:11:18.191481", "2018-05-17 23:52:06.654195", "NULL", 9, "fcb8a520-2a48-4cea-b634-568ec8aa9ce0", 2, 502, 500, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda2"], + "partition_9": ["2018-04-11 17:11:18.212978", "2018-05-17 23:52:06.666203", "NULL", 10, "37504d26-1a1c-4c67-8f5e-d506c9abb912", 502, 20502, 20000, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part3", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda3"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/pci_devices.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/pci_devices.json new file mode 100644 index 000000000..b27edfe34 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/pci_devices.json @@ -0,0 +1,40 @@ +{ + "pci_devices_0": ["2018-04-11 15:33:38.931771", "NULL", "NULL", 1, "c9486f78-eadc-412c-8042-63d7f838ea6f", 1, "pci_0000_00_11_0", "0000:00:11.0", "ff0000", "8086", "8d7c", "Unassigned class [ff00]", "Intel Corporation", "C610/X99 series chipset SPSR", "Intel Corporation", "Device 0000", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_1": ["2018-04-11 15:33:38.945293", "NULL", "NULL", 2, "ce96b406-5873-4500-b8da-1b09e20c6870", 1, "pci_0000_00_11_1", "0000:00:11.1", "0c0500", "8086", "8d7d", "SMBus", "Intel Corporation", "C610/X99 series chipset MS SMBus 0", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_2": ["2018-04-11 15:33:39.037819", "NULL", "NULL", 3, "1ddb41fe-a62f-45c8-ab90-201d638c3d05", 1, "pci_0000_00_11_4", "0000:00:11.4", "010601", "8086", "8d62", "SATA controller", "Intel Corporation", "C610/X99 series chipset sSATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_3": ["2018-04-11 15:33:39.052362", "NULL", "NULL", 4, "fb8add21-6418-480a-a731-45fff81b84c7", 1, "pci_0000_00_14_0", "0000:00:14.0", "0c0330", "8086", "8d31", "USB controller", "Intel Corporation", "C610/X99 series chipset USB xHCI Host Controller", "-p30", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_4": ["2018-04-11 15:33:39.066262", "NULL", "NULL", 5, "aac711a1-a5b5-4066-8686-f95b03d98480", 1, "pci_0000_00_16_0", "0000:00:16.0", "078000", "8086", "8d3a", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #1", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_5": ["2018-04-11 15:33:39.08064", "NULL", "NULL", 6, "64be6483-03b3-4ac9-a2e9-a9bc1c9135ce", 1, "pci_0000_00_16_1", "0000:00:16.1", "078000", "8086", "8d3b", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #2", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_6": ["2018-04-11 15:33:39.09381", "NULL", "NULL", 7, "a4cc79bf-822d-42a4-893d-4a1871beaf26", 1, "pci_0000_00_1a_0", "0000:00:1a.0", "0c0320", "8086", "8d2d", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #2", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_7": ["2018-04-11 15:33:39.107156", "NULL", "NULL", 8, "0c24f6ae-513e-4b05-8273-12ba32691798", 1, "pci_0000_00_1d_0", "0000:00:1d.0", "0c0320", "8086", "8d26", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #1", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_8": ["2018-04-11 15:33:39.120486", "NULL", "NULL", 9, "9fdcffd7-8a6c-4660-b4c9-ceeb44daf46a", 1, "pci_0000_00_1f_2", "0000:00:1f.2", "010601", "8086", "8d02", "SATA controller", "Intel Corporation", "C610/X99 series chipset 6-Port SATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_9": ["2018-04-11 15:33:39.133785", "NULL", "NULL", 10, "86eb65c4-cd6c-4755-bfd7-73c94d6a9833", 1, "pci_0000_00_1f_3", "0000:00:1f.3", "0c0500", "8086", "8d22", "SMBus", "Intel Corporation", "C610/X99 series chipset SMBus Controller", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_10": ["2018-04-11 15:33:39.14807", "NULL", "NULL", 11, "9a9b36dd-8da3-4cf0-93e3-7bc9ad1f2a0c", 1, "pci_0000_08_00_0", "0000:08:00.0", "030000", "102b", "0522", "VGA compatible controller", "Matrox Electronics Systems Ltd.", "MGA G200e [Pilot] ServerEngines (SEP1)", "Intel Corporation", "Device 0103", 0, "NULL", "NULL", 0, "", true, "NULL"], + "pci_devices_11": ["2018-04-11 15:33:39.161157", "NULL", "NULL", 12, "25f082b7-7f36-47c9-ac36-fbfaca1b123c", 1, "pci_0000_7f_0e_2", "0000:7f:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_12": ["2018-04-11 15:33:39.174161", "NULL", "NULL", 13, "1462f7f5-744f-4652-bb31-e81c54fb2323", 1, "pci_0000_7f_0e_3", "0000:7f:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_13": ["2018-04-11 15:33:39.187493", "NULL", "NULL", 14, "aa56a201-e9e8-46fb-a9da-ea899aff3c7a", 1, "pci_0000_7f_0e_4", "0000:7f:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_14": ["2018-04-11 15:33:39.200415", "NULL", "NULL", 15, "20acc6c1-c00a-4058-91dc-3d6074ac329c", 1, "pci_0000_7f_0e_5", "0000:7f:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_15": ["2018-04-11 15:33:39.215015", "NULL", "NULL", 16, "aa6ec9ac-82ee-4109-bad2-564f4e35b44b", 1, "pci_0000_ff_0e_2", "0000:ff:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_16": ["2018-04-11 15:33:39.22797", "NULL", "NULL", 17, "d462bb26-9e8f-4e30-8498-4dee5c98c04a", 1, "pci_0000_ff_0e_3", "0000:ff:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_17": ["2018-04-11 15:33:39.240909", "NULL", "NULL", 18, "0a40591d-7089-4c69-ac00-d71258ebe68e", 1, "pci_0000_ff_0e_4", "0000:ff:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_18": ["2018-04-11 15:33:39.254222", "NULL", "NULL", 19, "3e749432-ebbe-4b12-8801-c32ddc8865d4", 1, "pci_0000_ff_0e_5", "0000:ff:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_19": ["2018-04-11 17:11:15.599588", "NULL", "NULL", 20, "991fc4f4-44b0-43dd-9968-80d59697d731", 2, "pci_0000_00_11_0", "0000:00:11.0", "ff0000", "8086", "8d7c", "Unassigned class [ff00]", "Intel Corporation", "C610/X99 series chipset SPSR", "Intel Corporation", "Device 0000", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_20": ["2018-04-11 17:11:15.616116", "NULL", "NULL", 21, "dae38232-999e-4f5a-b51b-30a79bb8339f", 2, "pci_0000_00_11_1", "0000:00:11.1", "0c0500", "8086", "8d7d", "SMBus", "Intel Corporation", "C610/X99 series chipset MS SMBus 0", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_21": ["2018-04-11 17:11:15.632822", "NULL", "NULL", 22, "b9bde356-306c-4b0f-af71-4d0927ddfad8", 2, "pci_0000_00_11_4", "0000:00:11.4", "010601", "8086", "8d62", "SATA controller", "Intel Corporation", "C610/X99 series chipset sSATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_22": ["2018-04-11 17:11:15.649084", "NULL", "NULL", 23, "39f9a72a-af6d-4af6-a7df-e94bfd29087b", 2, "pci_0000_00_14_0", "0000:00:14.0", "0c0330", "8086", "8d31", "USB controller", "Intel Corporation", "C610/X99 series chipset USB xHCI Host Controller", "-p30", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_23": ["2018-04-11 17:11:15.665365", "NULL", "NULL", 24, "2f4a01b9-8e54-492f-8dcc-32008494acf6", 2, "pci_0000_00_16_0", "0000:00:16.0", "078000", "8086", "8d3a", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #1", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_24": ["2018-04-11 17:11:15.680556", "NULL", "NULL", 25, "0c813cbb-0358-4508-a967-1af5c5cf4ce8", 2, "pci_0000_00_16_1", "0000:00:16.1", "078000", "8086", "8d3b", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #2", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_25": ["2018-04-11 17:11:15.69692", "NULL", "NULL", 26, "00604bd9-6135-4961-bdfe-0438f62d2c12", 2, "pci_0000_00_1a_0", "0000:00:1a.0", "0c0320", "8086", "8d2d", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #2", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_26": ["2018-04-11 17:11:15.713996", "NULL", "NULL", 27, "0459721c-425d-4d06-b9c4-239ba7cb681a", 2, "pci_0000_00_1d_0", "0000:00:1d.0", "0c0320", "8086", "8d26", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #1", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_27": ["2018-04-11 17:11:15.729494", "NULL", "NULL", 28, "62ff322e-1229-4b99-a96d-50c0ea42a0b0", 2, "pci_0000_00_1f_2", "0000:00:1f.2", "010601", "8086", "8d02", "SATA controller", "Intel Corporation", "C610/X99 series chipset 6-Port SATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_28": ["2018-04-11 17:11:15.745326", "NULL", "NULL", 29, "6c216a1c-9ff9-4346-b73f-235e5defbada", 2, "pci_0000_00_1f_3", "0000:00:1f.3", "0c0500", "8086", "8d22", "SMBus", "Intel Corporation", "C610/X99 series chipset SMBus Controller", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_29": ["2018-04-11 17:11:15.761015", "NULL", "NULL", 30, "f77bde75-5077-47e1-aac2-4ed2291d0583", 2, "pci_0000_08_00_0", "0000:08:00.0", "030000", "102b", "0522", "VGA compatible controller", "Matrox Electronics Systems Ltd.", "MGA G200e [Pilot] ServerEngines (SEP1)", "Intel Corporation", "Device 0103", 0, "NULL", "NULL", 0, "", true, "NULL"], + "pci_devices_30": ["2018-04-11 17:11:15.777254", "NULL", "NULL", 31, "c46bf744-72dc-493c-83db-6d94a30dd53b", 2, "pci_0000_7f_0e_2", "0000:7f:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_31": ["2018-04-11 17:11:15.795", "NULL", "NULL", 32, "c83e401f-04da-424b-9b75-a0ad05b4aa65", 2, "pci_0000_7f_0e_3", "0000:7f:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_32": ["2018-04-11 17:11:15.810628", "NULL", "NULL", 33, "54826141-5909-4347-961a-0eb61dd53925", 2, "pci_0000_7f_0e_4", "0000:7f:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_33": ["2018-04-11 17:11:15.825939", "NULL", "NULL", 34, "8b4d86ae-a58b-41cc-aae3-f7797d052a79", 2, "pci_0000_7f_0e_5", "0000:7f:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_34": ["2018-04-11 17:11:15.841812", "NULL", "NULL", 35, "c51e18f4-9174-486e-815e-1f363ad684cf", 2, "pci_0000_ff_0e_2", "0000:ff:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_35": ["2018-04-11 17:11:15.857688", "NULL", "NULL", 36, "b4430803-afec-4e52-99f1-e982db12fe11", 2, "pci_0000_ff_0e_3", "0000:ff:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_36": ["2018-04-11 17:11:15.8753", "NULL", "NULL", 37, "936e9654-5ede-4fca-bd12-fcba9a98f17a", 2, "pci_0000_ff_0e_4", "0000:ff:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_37": ["2018-04-11 17:11:15.891445", "NULL", "NULL", 38, "1c7510d4-a3f2-45ea-914a-5c5dd4a398a0", 2, "pci_0000_ff_0e_5", "0000:ff:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/ports.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/ports.json new file mode 100644 index 000000000..8e8875ee2 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/ports.json @@ -0,0 +1,18 @@ +{ + "ports_0": ["2018-04-11 15:33:38.671242", "2018-05-17 23:53:34.967081", "NULL", 4, "813b87d8-689a-4b67-b5e4-243fc7c27584", 1, 1, 4, "ethernet", "ens785f1", "NULL", "0000:05:00.1", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_1": ["2018-04-11 15:33:38.71989", "2018-05-17 23:53:35.01302", "NULL", 5, "9ba44cb5-c180-4303-9c00-3582559a0acc", 1, 1, 5, "ethernet", "ens785f2", "NULL", "0000:05:00.2", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_2": ["2018-04-11 15:33:38.768266", "2018-05-17 23:53:35.057822", "NULL", 6, "04e6f325-e00e-4fa5-8baa-bdb4f3324922", 1, 1, 6, "ethernet", "ens785f3", "NULL", "0000:05:00.3", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_3": ["2018-04-11 15:33:38.816503", "2018-05-17 23:53:35.103271", "NULL", 7, "c7fef126-724a-4772-8aec-86edb744d5f9", 1, 2, 7, "ethernet", "ens801f0", "NULL", "0000:81:00.0", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_4": ["2018-04-11 15:33:38.864788", "2018-05-17 23:53:35.148319", "NULL", 8, "4cc16921-2b20-4f6e-bbd1-651a70ff0db2", 1, 2, 8, "ethernet", "ens801f1", "NULL", "0000:81:00.1", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_5": ["2018-04-11 17:11:14.912276", "2018-05-17 23:52:01.609196", "NULL", 9, "5119f262-9255-42be-8830-f72780e7f5fc", 2, 3, 10, "ethernet", "eno1", "NULL", "0000:03:00.0", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_6": ["2018-04-11 17:11:15.092383", "2018-05-17 23:52:01.741149", "NULL", 12, "37dd5e36-2c8b-4936-8583-7485975de434", 2, 3, 13, "ethernet", "ens785f1", "NULL", "0000:05:00.1", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_7": ["2018-04-11 17:11:15.150003", "2018-05-17 23:52:01.786282", "NULL", 13, "e7f0ae84-96eb-4f38-8ace-7c30de5c06c8", 2, 3, 14, "ethernet", "ens785f2", "NULL", "0000:05:00.2", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_8": ["2018-04-11 17:11:15.209604", "2018-05-17 23:52:01.830361", "NULL", 14, "4253f5cf-3b11-4130-a69a-72c5ae4beb0e", 2, 3, 15, "ethernet", "ens785f3", "NULL", "0000:05:00.3", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_9": ["2018-04-11 17:11:15.317012", "2018-05-17 23:52:01.874322", "NULL", 15, "3bec919d-73cd-41a7-b6a0-124d4059e2e2", 2, 4, 16, "ethernet", "ens801f0", "NULL", "0000:81:00.0", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_10": ["2018-04-11 17:11:15.52012", "2018-05-17 23:52:01.927675", "NULL", 16, "91fd8a0a-abc7-455e-b289-86dc51932575", 2, 4, 18, "ethernet", "ens801f1", "NULL", "0000:81:00.1", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_11": ["2018-04-11 15:33:38.524353", "2018-05-17 23:53:34.834124", "NULL", 1, "3b6fbb26-cd81-4062-863a-a77d6cffceec", 1, 1, 1, "ethernet", "eno1", "NULL", "0000:03:00.0", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_12": ["2018-04-11 17:11:14.973056", "2018-05-17 23:52:01.652221", "NULL", 10, "c4d9d5eb-d561-44de-90c1-71580af73792", 2, 3, 11, "ethernet", "enp3s0f3", "NULL", "0000:03:00.3", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_13": ["2018-04-11 15:33:38.574333", "2018-05-17 23:53:34.879016", "NULL", 2, "9b4cbd57-da46-4e6c-ad10-e73c23a2555c", 1, 1, 2, "ethernet", "enp3s0f3", "NULL", "0000:03:00.3", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_14": ["2018-04-11 15:33:38.622547", "2018-05-17 23:53:34.92476", "NULL", 3, "9e6fd28c-10f3-4a80-a212-28c643016d36", 1, 1, 3, "ethernet", "ens785f0", "NULL", "0000:05:00.0", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710-4", false, 0, "NULL"], + "ports_15": ["2018-04-11 17:11:15.032903", "2018-05-17 23:52:01.696813", "NULL", 11, "8d941df1-f6f3-4142-9b9a-b08cf82eb216", 2, 3, 12, "ethernet", "ens785f0", "NULL", "0000:05:00.0", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710-4", false, 0, "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/remotelogging.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/remotelogging.json new file mode 100644 index 000000000..961826a9a --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/remotelogging.json @@ -0,0 +1,3 @@ +{ + "remotelogging_0": ["2018-04-11 15:32:39.953129", "NULL", "NULL", 1, "3751daa1-0cee-481d-8fef-297cd9554d92", false, "udp", "NULL", 514, "NULL", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/routes.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/routes.json new file mode 100644 index 000000000..84a2e8d70 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/routes.json @@ -0,0 +1,8 @@ +{ + "routes_0": ["2018-04-11 17:01:49.654734", "NULL", "NULL", 1, "3a07ca95-d6fe-48cb-9393-b949f800b552", 6, "fd01:2::", 64, "fd01:1::1", 1, 9], + "routes_1": ["2018-04-11 17:11:15.447088", "NULL", "NULL", 2, "7e5f13d4-f7f4-4739-bc96-2bbe5ec48586", 6, "fd01:2::", 64, "fd01:1::1", 1, 17], + "routes_2": ["2018-05-15 14:45:13.606829", "NULL", "NULL", 11, "504bd824-1ba7-436e-9fde-f0e80815d4bd", 6, "fd01:3::", 64, "fd01:1::1", 1, 9], + "routes_3": ["2018-05-15 14:45:16.11896", "NULL", "NULL", 12, "16d71694-9260-400f-a93f-f296bcad7459", 6, "fd01:3::", 64, "fd01:1::1", 1, 17], + "routes_4": ["2018-05-15 14:45:50.297445", "NULL", "NULL", 13, "a2d89ab2-c21a-4090-b8da-dad2276bf2e6", 6, "fd01:4::", 64, "fd01:1::1", 1, 9], + "routes_5": ["2018-05-15 14:45:52.537", "NULL", "NULL", 14, "863fb8d3-0b93-4dfa-ab08-dd0d6780be16", 6, "fd01:4::", 64, "fd01:1::1", 1, 17] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/service_parameter.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/service_parameter.json new file mode 100644 index 000000000..202b7496c --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/service_parameter.json @@ -0,0 +1,26 @@ +{ + "service_parameter_0": ["2018-04-11 15:32:39.983847", "NULL", "NULL", 1, "276d8c7b-9f2d-46cf-a8fc-d5fab7431057", "identity", "assignment", "driver", "sql", "NULL", "NULL"], + "service_parameter_1": ["2018-04-11 15:32:39.986087", "NULL", "NULL", 2, "f5a5f810-541b-49aa-b22d-30122e8c9e60", "identity", "identity", "driver", "sql", "NULL", "NULL"], + "service_parameter_2": ["2018-04-11 15:32:39.987819", "NULL", "NULL", 3, "e2c30305-b4c8-4a2e-aa14-3d026a61bdd3", "identity", "config", "token_expiration", "3600", "NULL", "NULL"], + "service_parameter_3": ["2018-04-11 15:32:39.989492", "NULL", "NULL", 4, "e4731090-9c51-4db3-99ce-70ff869b35a3", "horizon", "auth", "lockout_seconds", "300", "NULL", "NULL"], + "service_parameter_4": ["2018-04-11 15:32:39.991139", "NULL", "NULL", 5, "f72418fe-d50a-4243-aff8-226c0f6df137", "horizon", "auth", "lockout_retries", "3", "NULL", "NULL"], + "service_parameter_5": ["2018-04-11 15:32:39.992775", "NULL", "NULL", 6, "be0378b2-e2ca-4d37-92f3-e3467b1108b1", "cinder", "emc_vnx", "enabled", "false", "NULL", "NULL"], + "service_parameter_6": ["2018-04-11 15:32:39.994497", "NULL", "NULL", 7, "7d9b9591-0c12-4e61-9ad2-49c603cc1871", "cinder", "emc_vnx.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_7": ["2018-04-11 15:32:39.996145", "NULL", "NULL", 8, "58cb1d86-0b89-4e5d-8d31-1c4a86af0766", "cinder", "hpe3par", "enabled", "false", "NULL", "NULL"], + "service_parameter_8": ["2018-04-11 15:32:39.997763", "NULL", "NULL", 9, "02160be4-d436-4da5-b235-a5b9fb21fecf", "cinder", "hpelefthand", "enabled", "false", "NULL", "NULL"], + "service_parameter_9": ["2018-04-11 15:32:39.999406", "NULL", "NULL", 10, "3ae3b936-e711-4cee-811a-b345a87b5def", "cinder", "hpe3par.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_10": ["2018-04-11 15:32:40.001063", "NULL", "NULL", 11, "420008e8-d1eb-4466-afdc-08efe5345bf2", "cinder", "hpelefthand.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_11": ["2018-04-11 15:32:40.002726", "NULL", "NULL", 12, "8d93cbf9-07b5-4083-8ab5-6493a53f627c", "platform", "maintenance", "compute_boot_timeout", "720", "NULL", "NULL"], + "service_parameter_12": ["2018-04-11 15:32:40.004397", "NULL", "NULL", 13, "3ec0b18f-9fe1-4575-aaa2-d32cbcd4cdc0", "platform", "maintenance", "controller_boot_timeout", "1200", "NULL", "NULL"], + "service_parameter_13": ["2018-04-11 15:32:40.006174", "NULL", "NULL", 14, "820598b7-cc5b-4e69-bbaa-616de14c2ad1", "platform", "maintenance", "heartbeat_period", "100", "NULL", "NULL"], + "service_parameter_14": ["2018-04-11 15:32:40.007891", "NULL", "NULL", 15, "02194572-5f47-4def-a555-b4eb878cf9ad", "platform", "maintenance", "heartbeat_failure_threshold", "10", "NULL", "NULL"], + "service_parameter_15": ["2018-04-11 15:32:40.009534", "NULL", "NULL", 16, "b9d9060c-caef-4961-a99e-b2fd5456188a", "platform", "maintenance", "heartbeat_degrade_threshold", "6", "NULL", "NULL"], + "service_parameter_16": ["2018-04-11 15:32:40.011255", "NULL", "NULL", 17, "711c1181-98c8-4eaf-a2a9-984f8a29dbdf", "ceilometer", "database", "metering_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_17": ["2018-04-11 15:32:40.012902", "NULL", "NULL", 18, "9f4bb5b5-b6e7-438d-b40b-298c95d70691", "panko", "database", "event_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_18": ["2018-04-11 15:32:40.014501", "NULL", "NULL", 19, "872903cd-e3cf-4f26-ba49-edcf5e7583ef", "aodh", "database", "alarm_history_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_19": ["2018-04-11 15:32:40.016153", "NULL", "NULL", 20, "12b437f6-f53d-4efe-b7c0-7e466e5af8c3", "platform", "sysinv", "firewall_rules_id", "NULL", "NULL", "NULL"], + "service_parameter_20": ["2018-04-11 15:32:40.017776", "NULL", "NULL", 21, "8fadbdff-559e-4fc4-8935-d512219ac111", "ceph", "cache_tiering", "feature_enabled", "false", "NULL", "NULL"], + "service_parameter_21": ["2018-04-11 15:32:40.019423", "NULL", "NULL", 22, "4cfe7b0a-ec8e-40e8-9c51-86f24ef31c8a", "ceph", "cache_tiering.applied", "feature_enabled", "false", "NULL", "NULL"], + "service_parameter_22": ["2018-04-11 15:32:40.02112", "NULL", "NULL", 23, "c2c73cdc-c932-46a5-9f55-9ae1f5b64115", "ceph", "cache_tiering", "cache_enabled", "false", "NULL", "NULL"], + "service_parameter_23": ["2018-04-11 15:32:40.02278", "NULL", "NULL", 24, "b26dda8b-9f22-4e1f-9a36-3e86c91a281d", "ceph", "cache_tiering.applied", "cache_enabled", "false", "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/services.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/services.json new file mode 100644 index 000000000..40d674be8 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/services.json @@ -0,0 +1,7 @@ +{ + "services_0": ["2018-04-11 15:32:39.970094", "NULL", "NULL", 1, "cinder", false, "NULL", "NULL"], + "services_1": ["2018-04-11 15:32:39.973401", "NULL", "NULL", 2, "murano", false, "NULL", "NULL"], + "services_2": ["2018-04-11 15:32:39.97584", "NULL", "NULL", 3, "magnum", false, "NULL", "NULL"], + "services_3": ["2018-04-11 15:32:39.978205", "NULL", "NULL", 4, "swift", false, "NULL", "NULL"], + "services_4": ["2018-04-11 15:32:39.980688", "NULL", "NULL", 5, "ironic", false, "NULL", "NULL"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_backend.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_backend.json new file mode 100644 index 000000000..61c4b8a56 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_backend.json @@ -0,0 +1,4 @@ +{ + "storage_backend_0": ["2018-04-11 15:32:39.960802", "2018-04-11 15:32:44.720892", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "file", "configured", "NULL", 1, "glance", "{}", "file-store"], + "storage_backend_1": ["2018-04-11 15:55:23.672523", "2018-04-11 15:58:28.002419", "NULL", 2, "7c9b8b2d-33e8-40e5-bd55-173254120bb3", "lvm", "configured", "NULL", 1, "cinder", "{}", "lvm-store"] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_file.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_file.json new file mode 100644 index 000000000..d6d52660b --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_file.json @@ -0,0 +1,3 @@ +{ + "storage_file_0": ["NULL", "NULL", "NULL", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_lvm.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_lvm.json new file mode 100644 index 000000000..c99cd1907 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_lvm.json @@ -0,0 +1,3 @@ +{ + "storage_lvm_0": ["NULL", "NULL", "NULL", 2] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_tiers.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_tiers.json new file mode 100644 index 000000000..d2e3fed05 --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/storage_tiers.json @@ -0,0 +1,3 @@ +{ + "storage_tiers_0": ["2018-04-11 15:44:36.530647", "NULL", "NULL", 1, "86006933-28fc-4928-84d0-20375ec42871", "storage", "ceph", "defined", "{}", "NULL", 1] +} diff --git a/dcmanager/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json b/dcmanager/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json new file mode 100644 index 000000000..51d85afff --- /dev/null +++ b/dcmanager/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json @@ -0,0 +1,4 @@ +{ + "vlan_interfaces_0": ["NULL", "NULL", "NULL", 9, "133", "NULL", "90:e2:ba:b0:df:d0", 9216, "NULL", "NULL"], + "vlan_interfaces_1": ["NULL", "NULL", "NULL", 17, "133", "NULL", "90:e2:ba:b0:e9:f4", 9216, "NULL", "NULL"] +} diff --git a/dcmanager/tests/unit/__init__.py b/dcmanager/tests/unit/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/api/__init__.py b/dcmanager/tests/unit/api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/api/test_root_controller.py b/dcmanager/tests/unit/api/test_root_controller.py new file mode 100644 index 000000000..457a7c148 --- /dev/null +++ b/dcmanager/tests/unit/api/test_root_controller.py @@ -0,0 +1,160 @@ +# Copyright (c) 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import pecan +from pecan.configuration import set_config +from pecan.testing import load_test_app + +from oslo_config import cfg +from oslo_config import fixture as fixture_config +from oslo_serialization import jsonutils +from oslo_utils import uuidutils + +from dcmanager.api import api_config +from dcmanager.common import config +from dcmanager.tests import base + +config.register_options() +OPT_GROUP_NAME = 'keystone_authtoken' +cfg.CONF.import_group(OPT_GROUP_NAME, "keystonemiddleware.auth_token") + + +def fake_delete_response(self, context): + resp = jsonutils.dumps(context.to_dict()) + return resp + + +class DCManagerApiTest(base.DCManagerTestCase): + + def setUp(self): + super(DCManagerApiTest, self).setUp() + + self.addCleanup(set_config, {}, overwrite=True) + + api_config.test_init() + + self.CONF = self.useFixture(fixture_config.Config()).conf + + # self.setup_messaging(self.CONF) + self.CONF.set_override('auth_strategy', 'noauth') + + self.app = self._make_app() + + def _make_app(self, enable_acl=False): + self.config = { + 'app': { + 'root': 'dcmanager.api.controllers.root.RootController', + 'modules': ['dcmanager.api'], + 'enable_acl': enable_acl, + 'errors': { + 400: '/error', + '__force_dict__': True + } + }, + } + + return load_test_app(self.config) + + def tearDown(self): + super(DCManagerApiTest, self).tearDown() + pecan.set_config({}, overwrite=True) + + +class TestRootController(DCManagerApiTest): + """Test version listing on root URI.""" + + def test_get(self): + response = self.app.get('/') + self.assertEqual(response.status_int, 200) + json_body = jsonutils.loads(response.body) + versions = json_body.get('versions') + self.assertEqual(1, len(versions)) + + def _test_method_returns_405(self, method): + api_method = getattr(self.app, method) + response = api_method('/', expect_errors=True) + self.assertEqual(response.status_int, 405) + + def test_post(self): + self._test_method_returns_405('post') + + def test_put(self): + self._test_method_returns_405('put') + + def test_patch(self): + self._test_method_returns_405('patch') + + def test_delete(self): + self._test_method_returns_405('delete') + + def test_head(self): + self._test_method_returns_405('head') + + +class TestErrors(DCManagerApiTest): + + def setUp(self): + super(TestErrors, self).setUp() + cfg.CONF.set_override('admin_tenant', 'fake_tenant_id', + group='cache') + + def test_404(self): + response = self.app.get('/assert_called_once', expect_errors=True) + self.assertEqual(response.status_int, 404) + + def test_bad_method(self): + fake_tenant = uuidutils.generate_uuid() + fake_url = '/v1.0/%s/bad_method' % fake_tenant + response = self.app.patch(fake_url, + expect_errors=True) + self.assertEqual(response.status_int, 404) + + +class TestRequestID(DCManagerApiTest): + + def test_request_id(self): + response = self.app.get('/') + self.assertIn('x-openstack-request-id', response.headers) + self.assertTrue( + response.headers['x-openstack-request-id'].startswith('req-')) + id_part = response.headers['x-openstack-request-id'].split('req-')[1] + self.assertTrue(uuidutils.is_uuid_like(id_part)) + + +class TestKeystoneAuth(DCManagerApiTest): + + def setUp(self): + super(DCManagerApiTest, self).setUp() + + self.addCleanup(set_config, {}, overwrite=True) + + api_config.test_init() + + self.CONF = self.useFixture(fixture_config.Config()).conf + + cfg.CONF.set_override('auth_strategy', 'keystone') + + self.app = self._make_app() + + def test_auth_not_enforced_for_root(self): + response = self.app.get('/') + self.assertEqual(response.status_int, 200) diff --git a/dcmanager/tests/unit/api/v1/__init__.py b/dcmanager/tests/unit/api/v1/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/api/v1/controllers/__init__.py b/dcmanager/tests/unit/api/v1/controllers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/api/v1/controllers/test_subclouds.py b/dcmanager/tests/unit/api/v1/controllers/test_subclouds.py new file mode 100644 index 000000000..61543d2ab --- /dev/null +++ b/dcmanager/tests/unit/api/v1/controllers/test_subclouds.py @@ -0,0 +1,271 @@ +# Copyright (c) 2017 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import copy +import mock +import webtest + +from dcmanager.api.controllers.v1 import subclouds +from dcmanager.common import consts +from dcmanager.rpc import client as rpc_client +from dcmanager.tests.unit.api import test_root_controller as testroot +from dcmanager.tests import utils + +FAKE_TENANT = utils.UUID1 +FAKE_ID = '1' +FAKE_URL = '/v1.0/subclouds' +WRONG_URL = '/v1.0/wrong' +FAKE_HEADERS = {'X-Tenant-Id': FAKE_TENANT, 'X_ROLE': 'admin', + 'X-Identity-Status': 'Confirmed'} + +FAKE_SUBCLOUD_DATA = {"name": "subcloud1", + "description": "subcloud1 description", + "location": "subcloud1 location", + "management-subnet": "192.168.101.0/24", + "management-start-ip": "192.168.101.2", + "management-end-ip": "192.168.101.50", + "management-gateway-ip": "192.168.101.1", + "systemcontroller-gateway-ip": "192.168.204.101", + "availability-status": "disabled"} + + +class FakeAddressPool(object): + def __init__(self, pool_network, pool_prefix, pool_start, pool_end): + self.network = pool_network + self.prefix = pool_prefix + range = list() + range.append(pool_start) + range.append(pool_end) + self.ranges = list() + self.ranges.append(range) + + +class TestSubclouds(testroot.DCManagerApiTest): + def setUp(self): + super(TestSubclouds, self).setUp() + self.ctx = utils.dummy_context() + + @mock.patch.object(subclouds.SubcloudsController, + '_get_management_address_pool') + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud(self, mock_db_api, mock_rpc_client, + mock_get_management_address_pool): + data = FAKE_SUBCLOUD_DATA + management_address_pool = FakeAddressPool('192.168.204.0', 24, + '192.168.204.2', + '192.168.204.100') + mock_get_management_address_pool.return_value = management_address_pool + mock_rpc_client().add_subcloud.return_value = True + response = self.app.post_json(FAKE_URL, + headers=FAKE_HEADERS, + params=data) + mock_rpc_client().add_subcloud.assert_called_once_with( + mock.ANY, + data) + self.assertEqual(response.status_int, 200) + + @mock.patch.object(subclouds.SubcloudsController, + '_get_management_address_pool') + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_bad_gateway(self, mock_db_api, mock_rpc_client, + mock_get_management_address_pool): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["systemcontroller-gateway-ip"] = "192.168.205.101" + management_address_pool = FakeAddressPool('192.168.204.0', 24, + '192.168.204.2', + '192.168.204.100') + mock_get_management_address_pool.return_value = management_address_pool + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(subclouds.SubcloudsController, + '_get_management_address_pool') + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_bad_gateway2(self, mock_db_api, mock_rpc_client, + mock_get_management_address_pool): + data = copy.copy(FAKE_SUBCLOUD_DATA) + management_address_pool = FakeAddressPool('192.168.204.0', 24, + '192.168.204.2', + '192.168.204.254') + mock_get_management_address_pool.return_value = management_address_pool + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_bad_subnet(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["management-subnet"] = "192.168.101.0/32" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_bad_start_ip(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["management-subnet"] = "192.168.101.0/24" + data["management-start-ip"] = "192.168.100.2" + data["management-end-ip"] = "192.168.100.50" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_bad_end_ip(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["management-start-ip"] = "192.168.101.2" + data["management-end-ip"] = "192.168.100.100" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_short_ip_range(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["management-start-ip"] = "192.168.101.2" + data["management-end-ip"] = "192.168.101.4" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_invert_ip_range(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SUBCLOUD_DATA) + data["management-start-ip"] = "192.168.101.20" + data["management-end-ip"] = "192.168.101.4" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_post_subcloud_wrong_url(self, mock_rpc_client): + data = FAKE_SUBCLOUD_DATA + self.assertRaisesRegexp(webtest.app.AppError, "404 *", + self.app.post_json, WRONG_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_post_no_body(self, mock_rpc_client): + data = {} + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_post_no_name(self, mock_rpc_client): + data = dict(FAKE_SUBCLOUD_DATA) + del data['name'] + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(subclouds.SubcloudsController, + '_create_subcloud_config_file') + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_post_subcloud_config(self, mock_db_api, mock_rpc_client, + mock_create_config): + mock_create_config.return_value = "Some\n long multiline config data" + post_url = FAKE_URL + '/' + FAKE_ID + '/config' + self.app.post(post_url, headers=FAKE_HEADERS) + self.assertEqual(1, mock_db_api.subcloud_get.call_count) + self.assertEqual(1, mock_create_config.call_count) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_delete_subcloud(self, mock_db_api, mock_rpc_client): + delete_url = FAKE_URL + '/' + FAKE_ID + mock_rpc_client().delete_subcloud.return_value = True + response = self.app.delete_json(delete_url, headers=FAKE_HEADERS) + mock_rpc_client().delete_subcloud.assert_called_once_with( + mock.ANY, mock.ANY) + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_delete_wrong_request(self, mock_rpc_client): + delete_url = WRONG_URL + '/' + FAKE_ID + self.assertRaisesRegex(webtest.app.AppError, "404 *", + self.app.delete_json, delete_url, + headers=FAKE_HEADERS) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_get_subcloud(self, mock_db_api, mock_rpc_client): + get_url = FAKE_URL + '/' + FAKE_ID + self.app.get(get_url, headers=FAKE_HEADERS) + self.assertEqual(1, mock_db_api.subcloud_get_with_status.call_count) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_get_wrong_request(self, mock_db_api, mock_rpc_client): + get_url = WRONG_URL + '/' + FAKE_ID + self.assertRaisesRegex(webtest.app.AppError, "404 *", + self.app.get, get_url, + headers=FAKE_HEADERS) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_get_subcloud_all(self, mock_db_api, mock_rpc_client): + get_url = FAKE_URL + self.app.get(get_url, headers=FAKE_HEADERS) + self.assertEqual(1, + mock_db_api.subcloud_get_all_with_status.call_count) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_patch_subcloud(self, mock_db_api, mock_rpc_client): + data = {'management-state': consts.MANAGEMENT_UNMANAGED} + mock_rpc_client().update_subcloud.return_value = True + response = self.app.patch_json(FAKE_URL + '/' + FAKE_ID, + headers=FAKE_HEADERS, + params=data) + mock_rpc_client().update_subcloud.assert_called_once_with( + mock.ANY, + mock.ANY, + management_state=consts.MANAGEMENT_UNMANAGED, + description=None, + location=None) + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_patch_subcloud_no_body(self, mock_rpc_client): + data = {} + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.patch_json, FAKE_URL + '/' + FAKE_ID, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(subclouds, 'db_api') + def test_patch_subcloud_bad_status(self, mock_db_api, mock_rpc_client): + data = {'management-state': 'bad-status'} + self.assertRaisesRegex(webtest.app.AppError, "400 *", + self.app.patch_json, FAKE_URL + '/' + FAKE_ID, + headers=FAKE_HEADERS, params=data) diff --git a/dcmanager/tests/unit/api/v1/controllers/test_sw_update_strategy.py b/dcmanager/tests/unit/api/v1/controllers/test_sw_update_strategy.py new file mode 100644 index 000000000..c2b831ca9 --- /dev/null +++ b/dcmanager/tests/unit/api/v1/controllers/test_sw_update_strategy.py @@ -0,0 +1,179 @@ +# Copyright (c) 2017 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import copy +import mock +import webtest + +from dcmanager.api.controllers.v1 import sw_update_strategy +from dcmanager.common import consts +from dcmanager.rpc import client as rpc_client +from dcmanager.tests.unit.api import test_root_controller as testroot +from dcmanager.tests import utils + +FAKE_TENANT = utils.UUID1 +FAKE_ID = '1' +FAKE_URL = '/v1.0/sw-update-strategy' +FAKE_HEADERS = {'X-Tenant-Id': FAKE_TENANT, 'X_ROLE': 'admin', + 'X-Identity-Status': 'Confirmed'} + +FAKE_SW_UPDATE_DATA = { + "type": consts.SW_UPDATE_TYPE_PATCH, + "subcloud-apply-type": consts.SUBCLOUD_APPLY_TYPE_PARALLEL, + "max-parallel-subclouds": "10", + "stop-on-failure": "true" +} + +FAKE_SW_UPDATE_APPLY_DATA = { + "action": consts.SW_UPDATE_ACTION_APPLY +} + +FAKE_SW_UPDATE_ABORT_DATA = { + "action": consts.SW_UPDATE_ACTION_ABORT +} + + +class TestSwUpdateStrategy(testroot.DCManagerApiTest): + def setUp(self): + super(TestSwUpdateStrategy, self).setUp() + self.ctx = utils.dummy_context() + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update(self, mock_db_api, mock_rpc_client): + data = FAKE_SW_UPDATE_DATA + mock_rpc_client().create_sw_update_strategy.return_value = True + response = self.app.post_json(FAKE_URL, + headers=FAKE_HEADERS, + params=data) + mock_rpc_client().create_sw_update_strategy.assert_called_once_with( + mock.ANY, + data) + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_bad_type(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data["type"] = "bad type" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_bad_apply_type(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data["subcloud-apply-type"] = "bad type" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_bad_max_parallel( + self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data["max-parallel-subclouds"] = "not an integer" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_post_no_body(self, mock_rpc_client): + data = {} + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + def test_post_no_type(self, mock_rpc_client): + data = copy.copy(FAKE_SW_UPDATE_DATA) + del data['type'] + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_apply(self, mock_db_api, mock_rpc_client): + data = FAKE_SW_UPDATE_APPLY_DATA + mock_rpc_client().apply_sw_update_strategy.return_value = True + response = self.app.post_json(FAKE_URL + '/actions', + headers=FAKE_HEADERS, + params=data) + mock_rpc_client().apply_sw_update_strategy.assert_called_once() + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_abort(self, mock_db_api, mock_rpc_client): + mock_rpc_client().abort_sw_update_strategy.return_value = True + data = FAKE_SW_UPDATE_ABORT_DATA + response = self.app.post_json(FAKE_URL + '/actions', + headers=FAKE_HEADERS, + params=data) + mock_rpc_client().abort_sw_update_strategy.assert_called_once() + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_post_sw_update_bad_action(self, mock_db_api, mock_rpc_client): + data = copy.copy(FAKE_SW_UPDATE_APPLY_DATA) + data["action"] = "bad action" + self.assertRaisesRegexp(webtest.app.AppError, "400 *", + self.app.post_json, FAKE_URL, + headers=FAKE_HEADERS, params=data) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_delete_sw_update_strategy(self, mock_db_api, mock_rpc_client): + delete_url = FAKE_URL + mock_rpc_client().delete_sw_update_strategy.return_value = True + response = self.app.delete_json(delete_url, headers=FAKE_HEADERS) + mock_rpc_client().delete_sw_update_strategy.assert_called_once_with( + mock.ANY) + self.assertEqual(response.status_int, 200) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_get_sw_update_strategy(self, mock_db_api, mock_rpc_client): + get_url = FAKE_URL + mock_db_api.sw_update_strategy_db_model_to_dict.return_value = {} + self.app.get(get_url, headers=FAKE_HEADERS) + self.assertEqual(1, mock_db_api.sw_update_strategy_get.call_count) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_get_sw_update_strategy_steps(self, mock_db_api, mock_rpc_client): + get_url = FAKE_URL + '/steps' + self.app.get(get_url, headers=FAKE_HEADERS) + self.assertEqual(1, mock_db_api.strategy_step_get_all.call_count) + + @mock.patch.object(rpc_client, 'ManagerClient') + @mock.patch.object(sw_update_strategy, 'db_api') + def test_get_sw_update_strategy_single_step( + self, mock_db_api, mock_rpc_client): + get_url = FAKE_URL + '/steps/subcloud1' + mock_db_api.strategy_step_db_model_to_dict.return_value = {} + self.app.get(get_url, headers=FAKE_HEADERS) + self.assertEqual(1, mock_db_api.strategy_step_get_by_name.call_count) diff --git a/dcmanager/tests/unit/common/__init__.py b/dcmanager/tests/unit/common/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/common/test_endpoint_cache.py b/dcmanager/tests/unit/common/test_endpoint_cache.py new file mode 100644 index 000000000..eaad2ecf4 --- /dev/null +++ b/dcmanager/tests/unit/common/test_endpoint_cache.py @@ -0,0 +1,124 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from mock import patch + +from dcmanager.tests import base +from dcmanager.tests import utils + +from ddt import ddt +from ddt import file_data + +from dcorch.common import endpoint_cache + +FAKE_REGION = 'fake_region' +FAKE_SERVICE = 'fake_service' +FAKE_URL = 'fake_url' + +FAKE_REGION_2 = 'fake_region_2' +FAKE_NOVA_SERVICE = 'fake_nova_service' +FAKE_NEUTRON_SERVICE = 'fake_neutron_service' +FAKE_CINDER_SERVICE = 'fake_cinder_service' +FAKE_NOVA_URL_1 = 'fake_url_nova_1' +FAKE_NOVA_URL_2 = 'fake_url_nova_2' +FAKE_CINDER_URL_2 = 'fake_url_cinder_2' +FAKE_NEUTRON_URL_1 = 'fake_url_neutron_1' + + +@ddt +class EndpointCacheTest(base.DCManagerTestCase): + def setUp(self): + super(EndpointCacheTest, self).setUp() + + @file_data(utils.get_data_filepath('keystone', 'endpoint')) + @patch.object(endpoint_cache.EndpointCache, '_initialize_keystone_client') + @patch.object(endpoint_cache.EndpointCache, '_get_endpoint_from_keystone') + def test_get_endpoint(self, value, mock_method, mock_init): + endpoint_dict = utils.create_endpoint_dict(value) + mock_method.return_value = {endpoint_dict['region_id']: { + endpoint_dict['service_id']: endpoint_dict['url']}} + mock_init.return_value = None + cache = endpoint_cache.EndpointCache() + self.assertEqual(cache.get_endpoint(endpoint_dict['region_id'], + endpoint_dict['service_id']), + endpoint_dict['url']) + + @file_data(utils.get_data_filepath('keystone', 'endpoint')) + @patch.object(endpoint_cache.EndpointCache, '_initialize_keystone_client') + @patch.object(endpoint_cache.EndpointCache, '_get_endpoint_from_keystone') + def test_get_endpoint_not_found(self, value, mock_method, mock_init): + endpoint_dict = utils.create_endpoint_dict(value) + mock_method.return_value = {endpoint_dict['region_id']: { + endpoint_dict['service_id']: endpoint_dict['url']}} + mock_init.return_value = None + cache = endpoint_cache.EndpointCache() + self.assertEqual(cache.get_endpoint('another_fake_region', + endpoint_dict['service_id']), '') + self.assertEqual(cache.get_endpoint(endpoint_dict['region_id'], + 'another_fake_service'), '') + + @file_data(utils.get_data_filepath('keystone', 'endpoint')) + @patch.object(endpoint_cache.EndpointCache, '_initialize_keystone_client') + @patch.object(endpoint_cache.EndpointCache, '_get_endpoint_from_keystone') + def test_get_endpoint_retry(self, value, mock_method, mock_init): + endpoint_dict = utils.create_endpoint_dict(value) + mock_init.return_value = None + cache = endpoint_cache.EndpointCache() + mock_method.return_value = {'another_region': { + endpoint_dict['service_id']: 'another_fake_url'}} + self.assertEqual(cache.get_endpoint('another_region', + endpoint_dict['service_id']), + 'another_fake_url') + + @file_data(utils.get_data_filepath('keystone', 'endpoint')) + @patch.object(endpoint_cache.EndpointCache, '_initialize_keystone_client') + @patch.object(endpoint_cache.EndpointCache, '_get_endpoint_from_keystone') + def test_update_endpoint(self, value, mock_method, mock_init): + endpoint_dict = utils.create_endpoint_dict(value) + mock_method.return_value = {endpoint_dict['region_id']: { + endpoint_dict['service_id']: endpoint_dict['url']}} + mock_init.return_value = None + cache = endpoint_cache.EndpointCache() + mock_method.return_value = {endpoint_dict['region_id']: { + endpoint_dict['service_id']: 'another_fake_url'}} + self.assertEqual(cache.get_endpoint(endpoint_dict['region_id'], + endpoint_dict['service_id']), + endpoint_dict['url']) + cache.update_endpoints() + self.assertEqual(cache.get_endpoint(endpoint_dict['region_id'], + endpoint_dict['service_id']), + 'another_fake_url') + + @patch.object(endpoint_cache.EndpointCache, '_initialize_keystone_client') + @patch.object(endpoint_cache.EndpointCache, '_get_endpoint_from_keystone') + def test_get_all_regions(self, mock_method, mock_init): + mock_method.return_value = { + FAKE_REGION: {FAKE_NOVA_SERVICE: FAKE_NOVA_URL_1, + FAKE_NEUTRON_SERVICE: FAKE_NEUTRON_URL_1}, + FAKE_REGION_2: {FAKE_NOVA_SERVICE: FAKE_NOVA_URL_2, + FAKE_CINDER_SERVICE: FAKE_CINDER_URL_2} + } + mock_init.return_value = None + cache = endpoint_cache.EndpointCache() + region_list = cache.get_all_regions() + self.assertIn(FAKE_REGION, region_list) + self.assertIn(FAKE_REGION_2, region_list) diff --git a/dcmanager/tests/unit/db/__init__.py b/dcmanager/tests/unit/db/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/db/test_subcloud_db_api.py b/dcmanager/tests/unit/db/test_subcloud_db_api.py new file mode 100644 index 000000000..c3a9d8674 --- /dev/null +++ b/dcmanager/tests/unit/db/test_subcloud_db_api.py @@ -0,0 +1,601 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import sqlalchemy + +from oslo_config import cfg +from oslo_db import exception as db_exception +from oslo_db import options + +from dcmanager.common import config +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.db import api as api +from dcmanager.db.sqlalchemy import api as db_api +from dcmanager.tests import base +from dcmanager.tests import utils + +from ddt import ddt +from ddt import file_data + +config.register_options() +get_engine = api.get_engine + +# Enable foreign key support in sqlite - see: +# http://docs.sqlalchemy.org/en/latest/dialects/sqlite.html +from sqlalchemy.engine import Engine +from sqlalchemy import event + + +@event.listens_for(Engine, "connect") +def set_sqlite_pragma(dbapi_connection, connection_record): + cursor = dbapi_connection.cursor() + cursor.execute("PRAGMA foreign_keys=ON") + cursor.close() + + +@ddt +class DBAPISubcloudTest(base.DCManagerTestCase): + def setup_dummy_db(self): + options.cfg.set_defaults(options.database_opts, + sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + + @staticmethod + def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + @staticmethod + def create_subcloud_static(ctxt, **kwargs): + values = { + 'name': "subcloud1", + 'description': "This is a subcloud", + 'location': "This is the location of the subcloud", + 'software_version': "10.04", + 'management_subnet': "192.168.101.0/24", + 'management_gateway_ip': "192.168.101.1", + 'management_start_ip': "192.168.101.2", + 'management_end_ip': "192.168.101.50", + 'systemcontroller_gateway_ip': "192.168.204.101", + } + values.update(kwargs) + return db_api.subcloud_create(ctxt, **values) + + @staticmethod + def create_subcloud(ctxt, data): + values = { + 'name': data['name'], + 'description': data['description'], + 'location': data['location'], + 'software_version': data['software-version'], + 'management_subnet': data['management-subnet'], + 'management_gateway_ip': data['management-gateway-ip'], + 'management_start_ip': data['management-start-ip'], + 'management_end_ip': data['management-end-ip'], + 'systemcontroller_gateway_ip': data['systemcontroller-gateway-ip'], + } + return db_api.subcloud_create(ctxt, **values) + + @staticmethod + def create_subcloud_status(ctxt, **kwargs): + values = { + 'subcloud_id': 1, + 'endpoint_type': "sysinv", + } + values.update(kwargs) + return db_api.subcloud_status_create(ctxt, **values) + + @staticmethod + def create_sw_update_strategy(ctxt, **kwargs): + values = { + 'type': consts.SW_UPDATE_TYPE_PATCH, + 'state': consts.SW_UPDATE_STATE_INITIAL, + 'subcloud_apply_type': consts.SUBCLOUD_APPLY_TYPE_PARALLEL, + 'max_parallel_subclouds': 10, + 'stop_on_failure': True, + } + values.update(kwargs) + return db_api.sw_update_strategy_create(ctxt, **values) + + @staticmethod + def create_strategy_step(ctxt, **kwargs): + values = { + 'subcloud_id': 1, + 'stage': 1, + 'state': consts.STRATEGY_STATE_INITIAL, + 'details': "The details" + } + values.update(kwargs) + return db_api.strategy_step_create(ctxt, **values) + + def setUp(self): + super(DBAPISubcloudTest, self).setUp() + + self.setup_dummy_db() + self.addCleanup(self.reset_dummy_db) + self.ctx = utils.dummy_context() + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_create_subcloud(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + new_subcloud = db_api.subcloud_get(self.ctx, subcloud.id) + self.assertIsNotNone(new_subcloud) + self.assertEqual(name, new_subcloud.name) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_create_subcloud_duplicate_name(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + fake_subcloud2 = utils.create_subcloud_dict(value) + fake_subcloud2['management-start-ip'] = "2.3.4.6" + fake_subcloud2['management-end-ip'] = "2.3.4.7" + self.assertRaises(db_exception.DBDuplicateEntry, + self.create_subcloud, + self.ctx, fake_subcloud2) + + def test_create_multiple_subclouds(self): + name1 = 'testname1' + name2 = 'testname2' + name3 = 'testname3' + subcloud = self.create_subcloud_static(self.ctx, name=name1) + self.assertIsNotNone(subcloud) + + subcloud2 = self.create_subcloud_static(self.ctx, + name=name2, + management_start_ip="2.3.4.6", + management_end_ip="2.3.4.7") + self.assertIsNotNone(subcloud2) + + subcloud3 = self.create_subcloud_static(self.ctx, + name=name3, + management_start_ip="3.3.4.6", + management_end_ip="3.3.4.7") + self.assertIsNotNone(subcloud3) + + new_subclouds = db_api.subcloud_get_all(self.ctx) + self.assertIsNotNone(new_subclouds) + self.assertEqual(3, len(new_subclouds)) + self.assertEqual(name1, new_subclouds[0].name) + self.assertEqual(1, new_subclouds[0].id) + self.assertEqual(name2, new_subclouds[1].name) + self.assertEqual(2, new_subclouds[1].id) + self.assertEqual(name3, new_subclouds[2].name) + self.assertEqual(3, new_subclouds[2].id) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_update_subcloud(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + management_state = 'testmanagementstate' + availability_status = 'testavailabilitystatus' + software_version = 'testversion' + updated = db_api.subcloud_update( + self.ctx, subcloud.id, + management_state=management_state, + availability_status=availability_status, + software_version=software_version) + self.assertIsNotNone(updated) + self.assertEqual(management_state, updated.management_state) + self.assertEqual(availability_status, updated.availability_status) + self.assertEqual(software_version, updated.software_version) + + updated_subcloud = db_api.subcloud_get(self.ctx, subcloud.id) + self.assertEqual(management_state, + updated_subcloud.management_state) + self.assertEqual(availability_status, + updated_subcloud.availability_status) + self.assertEqual(software_version, + updated_subcloud.software_version) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_delete_subcloud(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + db_api.subcloud_destroy(self.ctx, subcloud.id) + + self.assertRaises(exceptions.SubcloudNotFound, + db_api.subcloud_get, + self.ctx, subcloud.id) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_subcloud_get_by_name(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + by_name = db_api.subcloud_get_by_name(self.ctx, name) + self.assertIsNotNone(by_name) + self.assertEqual(name, by_name.name) + + def test_subcloud_get_by_non_existing_name(self): + name = 'testname' + self.assertRaises(exceptions.SubcloudNameNotFound, + db_api.subcloud_get_by_name, + self.ctx, name) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_create_subcloud_status(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type = 'testendpoint' + subcloud_status = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type) + self.assertIsNotNone(subcloud_status) + + new_subcloud_status = db_api.subcloud_status_get(self.ctx, + subcloud.id, + endpoint_type) + self.assertIsNotNone(new_subcloud_status) + self.assertEqual(endpoint_type, new_subcloud_status.endpoint_type) + self.assertEqual(consts.SYNC_STATUS_UNKNOWN, + new_subcloud_status.sync_status) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_create_multiple_subcloud_statuses(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type1 = 'testendpoint1' + subcloud_status1 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type1) + self.assertIsNotNone(subcloud_status1) + + endpoint_type2 = 'testendpoint2' + subcloud_status2 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type2) + self.assertIsNotNone(subcloud_status2) + + endpoint_type3 = 'testendpoint3' + subcloud_status3 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type3) + self.assertIsNotNone(subcloud_status3) + + new_subcloud_statuses = db_api.subcloud_status_get_all(self.ctx, + subcloud.id) + self.assertIsNotNone(new_subcloud_statuses) + self.assertEqual(3, len(new_subcloud_statuses)) + self.assertEqual(endpoint_type1, + new_subcloud_statuses[0].endpoint_type) + self.assertEqual(1, new_subcloud_statuses[0].id) + self.assertEqual(endpoint_type2, + new_subcloud_statuses[1].endpoint_type) + self.assertEqual(2, new_subcloud_statuses[1].id) + self.assertEqual(endpoint_type3, + new_subcloud_statuses[2].endpoint_type) + self.assertEqual(3, new_subcloud_statuses[2].id) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_update_subcloud_status(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type = 'testendpoint' + subcloud_status = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type) + self.assertIsNotNone(subcloud_status) + + sync_status = consts.SYNC_STATUS_IN_SYNC + updated = db_api.subcloud_status_update(self.ctx, subcloud.id, + endpoint_type=endpoint_type, + sync_status=sync_status) + self.assertIsNotNone(updated) + self.assertEqual(sync_status, updated.sync_status) + + updated_subcloud_status = db_api.subcloud_status_get(self.ctx, + subcloud.id, + endpoint_type) + self.assertIsNotNone(updated_subcloud_status) + self.assertEqual(endpoint_type, updated_subcloud_status.endpoint_type) + self.assertEqual(sync_status, updated_subcloud_status.sync_status) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_delete_subcloud_status(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type = 'testendpoint' + subcloud_status = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type) + self.assertIsNotNone(subcloud_status) + + db_api.subcloud_status_destroy_all(self.ctx, subcloud.id) + self.assertRaises(exceptions.SubcloudStatusNotFound, + db_api.subcloud_status_get, + self.ctx, subcloud.id, endpoint_type) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_cascade_delete_subcloud_status(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type = 'testendpoint' + subcloud_status = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type) + self.assertIsNotNone(subcloud_status) + + db_api.subcloud_destroy(self.ctx, subcloud.id) + self.assertRaises(exceptions.SubcloudNotFound, + db_api.subcloud_get, + self.ctx, subcloud.id) + self.assertRaises(exceptions.SubcloudStatusNotFound, + db_api.subcloud_status_get, + self.ctx, subcloud.id, endpoint_type) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_subcloud_status_get_all_by_name(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type1 = 'testendpoint1' + subcloud_status1 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type1) + self.assertIsNotNone(subcloud_status1) + + endpoint_type2 = 'testendpoint2' + subcloud_status2 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type2) + self.assertIsNotNone(subcloud_status2) + + endpoint_type3 = 'testendpoint3' + subcloud_status3 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type3) + self.assertIsNotNone(subcloud_status3) + + new_subcloud_statuses = db_api.subcloud_status_get_all_by_name( + self.ctx, name) + self.assertIsNotNone(new_subcloud_statuses) + self.assertEqual(3, len(new_subcloud_statuses)) + self.assertEqual(endpoint_type1, + new_subcloud_statuses[0].endpoint_type) + self.assertEqual(1, new_subcloud_statuses[0].id) + self.assertEqual(endpoint_type2, + new_subcloud_statuses[1].endpoint_type) + self.assertEqual(2, new_subcloud_statuses[1].id) + self.assertEqual(endpoint_type3, + new_subcloud_statuses[2].endpoint_type) + self.assertEqual(3, new_subcloud_statuses[2].id) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + def test_subcloud_status_get_all_by_non_existing_name(self, value): + fake_subcloud = utils.create_subcloud_dict(value) + # name = fake_subcloud['name'] + subcloud = self.create_subcloud(self.ctx, fake_subcloud) + self.assertIsNotNone(subcloud) + + endpoint_type1 = 'testendpoint1' + subcloud_status1 = self.create_subcloud_status( + self.ctx, endpoint_type=endpoint_type1) + self.assertIsNotNone(subcloud_status1) + + new_subcloud_statuses = db_api.subcloud_status_get_all_by_name( + self.ctx, 'thisnameisnotknown') + self.assertEqual([], new_subcloud_statuses) + + def test_create_sw_update_strategy(self): + sw_update_strategy = self.create_sw_update_strategy( + self.ctx, + type=consts.SW_UPDATE_TYPE_UPGRADE, + subcloud_apply_type=consts.SUBCLOUD_APPLY_TYPE_SERIAL, + max_parallel_subclouds=42, + stop_on_failure=False, + state=consts.SW_UPDATE_STATE_APPLYING + ) + self.assertIsNotNone(sw_update_strategy) + + new_sw_update_strategy = db_api.sw_update_strategy_get(self.ctx) + self.assertIsNotNone(new_sw_update_strategy) + self.assertEqual(consts.SW_UPDATE_TYPE_UPGRADE, + new_sw_update_strategy.type) + self.assertEqual(consts.SUBCLOUD_APPLY_TYPE_SERIAL, + new_sw_update_strategy.subcloud_apply_type) + self.assertEqual(42, new_sw_update_strategy.max_parallel_subclouds) + self.assertEqual(False, new_sw_update_strategy.stop_on_failure) + self.assertEqual(consts.SW_UPDATE_STATE_APPLYING, + new_sw_update_strategy.state) + + def test_create_sw_update_strategy_duplicate(self): + sw_update_strategy = self.create_sw_update_strategy(self.ctx) + self.assertIsNotNone(sw_update_strategy) + + self.assertRaises(db_exception.DBDuplicateEntry, + self.create_sw_update_strategy, + self.ctx) + + def test_update_sw_update_strategy(self): + sw_update_strategy = self.create_sw_update_strategy(self.ctx) + self.assertIsNotNone(sw_update_strategy) + + state = consts.SW_UPDATE_STATE_APPLYING + updated = db_api.sw_update_strategy_update(self.ctx, state=state) + self.assertIsNotNone(updated) + self.assertEqual(state, updated.state) + + updated_sw_update_strategy = db_api.sw_update_strategy_get(self.ctx) + self.assertEqual(state, updated_sw_update_strategy.state) + + def test_delete_sw_update_strategy(self): + sw_update_strategy = self.create_sw_update_strategy(self.ctx) + self.assertIsNotNone(sw_update_strategy) + + db_api.sw_update_strategy_destroy(self.ctx) + + self.assertRaises(exceptions.NotFound, + db_api.sw_update_strategy_get, + self.ctx) + + def test_create_strategy_step(self): + name = 'testname' + subcloud = self.create_subcloud_static(self.ctx, name=name) + self.assertIsNotNone(subcloud) + + strategy_step = self.create_strategy_step( + self.ctx, stage=1, details="Bart was here") + self.assertIsNotNone(strategy_step) + + new_strategy_step = db_api.strategy_step_get(self.ctx, + subcloud.id) + self.assertIsNotNone(new_strategy_step) + self.assertEqual(1, new_strategy_step.stage) + self.assertEqual(consts.STRATEGY_STATE_INITIAL, + new_strategy_step.state) + self.assertEqual("Bart was here", new_strategy_step.details) + + new_strategy_step = db_api.strategy_step_get_by_name(self.ctx, + subcloud.name) + self.assertIsNotNone(new_strategy_step) + self.assertEqual(1, new_strategy_step.stage) + self.assertEqual(consts.STRATEGY_STATE_INITIAL, + new_strategy_step.state) + self.assertEqual("Bart was here", new_strategy_step.details) + + def test_strategy_step_get_all(self): + subcloud1 = self.create_subcloud_static(self.ctx, + name='subcloud one') + self.assertIsNotNone(subcloud1) + subcloud2 = self.create_subcloud_static(self.ctx, + name='subcloud two') + self.assertIsNotNone(subcloud2) + subcloud3 = self.create_subcloud_static(self.ctx, + name='subcloud three') + self.assertIsNotNone(subcloud3) + + strategy_step_stage1 = self.create_strategy_step( + self.ctx, subcloud_id=1, stage=1) + self.assertIsNotNone(strategy_step_stage1) + + strategy_step_stage2 = self.create_strategy_step( + self.ctx, subcloud_id=2, stage=2) + self.assertIsNotNone(strategy_step_stage2) + + strategy_step_stage3 = self.create_strategy_step( + self.ctx, subcloud_id=3, stage=2) + self.assertIsNotNone(strategy_step_stage3) + + new_strategy = db_api.strategy_step_get_all(self.ctx) + + self.assertIsNotNone(new_strategy) + self.assertEqual(3, len(new_strategy)) + + self.assertEqual(1, new_strategy[0].id) + self.assertEqual(1, new_strategy[0].stage) + self.assertEqual('subcloud one', new_strategy[0].subcloud.name) + self.assertEqual(2, new_strategy[1].id) + self.assertEqual(2, new_strategy[1].stage) + self.assertEqual('subcloud two', new_strategy[1].subcloud.name) + self.assertEqual(3, new_strategy[2].id) + self.assertEqual(2, new_strategy[2].stage) + self.assertEqual('subcloud three', new_strategy[2].subcloud.name) + + def test_update_strategy_step(self): + name = 'testname' + subcloud = self.create_subcloud_static(self.ctx, name=name) + self.assertIsNotNone(subcloud) + + strategy_step = self.create_strategy_step( + self.ctx, stage=1, details="Bart was here") + self.assertIsNotNone(strategy_step) + + updated = db_api.strategy_step_update( + self.ctx, + subcloud.id, + stage=2, + state=consts.STRATEGY_STATE_COMPLETE, + details="New details" + ) + self.assertIsNotNone(updated) + self.assertEqual(2, updated.stage) + self.assertEqual(consts.STRATEGY_STATE_COMPLETE, updated.state) + self.assertEqual("New details", updated.details) + + updated_strategy_step = db_api.strategy_step_get(self.ctx, + subcloud.id) + self.assertIsNotNone(updated_strategy_step) + self.assertEqual(2, updated_strategy_step.stage) + self.assertEqual(consts.STRATEGY_STATE_COMPLETE, + updated_strategy_step.state) + self.assertEqual("New details", updated_strategy_step.details) + + def test_delete_strategy_step(self): + name = 'testname' + subcloud = self.create_subcloud_static(self.ctx, name=name) + self.assertIsNotNone(subcloud) + + strategy_step = self.create_strategy_step( + self.ctx, stage=1, details="Bart was here") + self.assertIsNotNone(strategy_step) + + db_api.strategy_step_destroy_all(self.ctx) + new_strategy = db_api.strategy_step_get_all(self.ctx) + self.assertEqual([], new_strategy) + + def test_cascade_delete_strategy_step(self): + name = 'testname' + subcloud = self.create_subcloud_static(self.ctx, name=name) + self.assertIsNotNone(subcloud) + + strategy_step = self.create_strategy_step( + self.ctx, stage=1, details="Bart was here") + self.assertIsNotNone(strategy_step) + + db_api.subcloud_destroy(self.ctx, subcloud.id) + self.assertRaises(exceptions.SubcloudNotFound, + db_api.subcloud_get, + self.ctx, subcloud.id) + + self.assertRaises(exceptions.StrategyStepNotFound, + db_api.strategy_step_get, + self.ctx, subcloud.id) diff --git a/dcmanager/tests/unit/drivers/__init__.py b/dcmanager/tests/unit/drivers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/drivers/test_keystone_v3.py b/dcmanager/tests/unit/drivers/test_keystone_v3.py new file mode 100644 index 000000000..5c71967b3 --- /dev/null +++ b/dcmanager/tests/unit/drivers/test_keystone_v3.py @@ -0,0 +1,126 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from dcmanager.tests import base +from dcmanager.tests import utils + +from dcorch.drivers.openstack import keystone_v3 + +FAKE_SERVICE = [ + 'endpoint_volume', + 'endpoint_network' + ] + + +class Project(object): + def __init__(self, proj_name, id, enabled=True): + self.proj_name = proj_name + self.id = id + self.enabled = enabled + + +class User(object): + def __init__(self, user_name, id, enabled=True): + self.user_name = user_name + self.id = id + self.enabled = enabled + + +class FakeEndpoint(object): + def __init__(self, endpoint_name, region): + self.endpoint_name = endpoint_name + self.region = region + + +class TestKeystoneClient(base.DCManagerTestCase): + def setUp(self): + super(TestKeystoneClient, self).setUp() + self.ctx = utils.dummy_context() + + @mock.patch.object(keystone_v3, 'KeystoneClient') + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_init(self, mock_endpoint_cache, mock_keystone): + mock_keystone().services_list = FAKE_SERVICE + mock_endpoint_cache().admin_session = 'fake_session' + mock_endpoint_cache().keystone_client = 'fake_key_client' + key_client = keystone_v3.KeystoneClient() + self.assertIsNotNone(key_client.keystone_client) + self.assertEqual(key_client.services_list, + FAKE_SERVICE) + + @mock.patch.object(keystone_v3, 'KeystoneClient') + def test_is_service_enabled(self, mock_keystone): + key_client = keystone_v3.KeystoneClient() + mock_keystone().is_service_enabled.return_value = True + network_enabled = key_client.is_service_enabled('network') + self.assertEqual(network_enabled, True) + + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_get_enabled_projects(self, mock_endpoint_cache): + p1 = Project('proj1', '123') + p2 = Project('proj2', '456', False) + key_client = keystone_v3.KeystoneClient() + mock_endpoint_cache().keystone_client.projects.list.return_value =\ + [p1, p2] + project_list = key_client.get_enabled_projects() + self.assertIn(p1.id, project_list) + self.assertNotIn(p2.id, project_list) + + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_get_enabled_users(self, mock_endpoint_cache): + u1 = User('user1', '123') + u2 = User('user2', '456', False) + key_client = keystone_v3.KeystoneClient() + mock_endpoint_cache().keystone_client.users.list.return_value =\ + [u1, u2] + users_list = key_client.get_enabled_users() + self.assertIn(u1.id, users_list) + self.assertNotIn(u2.id, users_list) + + @mock.patch.object(keystone_v3.endpoint_filter, 'EndpointFilterManager') + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_get_filtered_region(self, mock_endpoint_cache, + mock_endpoint_filter_manager): + endpoint_1 = FakeEndpoint('endpoint1', 'regionOne') + endpoint_2 = FakeEndpoint('endpoint2', 'regionTwo') + key_client = keystone_v3.KeystoneClient() + mock_endpoint_filter_manager(). \ + list_endpoints_for_project.return_value = [endpoint_1, endpoint_2] + region_list = key_client.get_filtered_region('fake_project') + self.assertIn('regionOne', region_list) + self.assertIn('regionTwo', region_list) + + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_delete_endpoints(self, mock_endpoint_cache): + endpoint_1 = FakeEndpoint('endpoint1', 'regionOne') + mock_endpoint_cache().keystone_client.endpoints.list.return_value = \ + [endpoint_1] + key_client = keystone_v3.KeystoneClient() + key_client.delete_endpoints('regionOne') + mock_endpoint_cache().keystone_client.endpoints.delete.\ + assert_called_with(endpoint_1) + + @mock.patch.object(keystone_v3, 'EndpointCache') + def test_delete_region(self, mock_endpoint_cache): + key_client = keystone_v3.KeystoneClient() + key_client.delete_region('regionOne') + mock_endpoint_cache().keystone_client.regions.delete.\ + assert_called_with('regionOne') diff --git a/dcmanager/tests/unit/drivers/test_sysinv_v1.py b/dcmanager/tests/unit/drivers/test_sysinv_v1.py new file mode 100644 index 000000000..290e3f85a --- /dev/null +++ b/dcmanager/tests/unit/drivers/test_sysinv_v1.py @@ -0,0 +1,127 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from dcmanager.common import consts +from dcmanager.drivers.openstack import sysinv_v1 +from dcmanager.tests import base +from dcmanager.tests import utils + +from ddt import ddt +from ddt import file_data + + +class FakeInterface(object): + def __init__(self, ifname, networktype): + self.ifname = ifname + self.networktype = networktype + + +class FakeNetwork(object): + def __init__(self, type, pool_uuid): + self.type = type + self.pool_uuid = pool_uuid + + +class FakeAddressPool(object): + def __init__(self, pool_uuid): + self.pool_uuid = pool_uuid + + +class FakeRoute(object): + def __init__(self, data): + self.uuid = data['uuid'] + self.network = data['network'] + self.prefix = data['prefix'] + self.gateway = data['gateway'] + self.metric = data['metric'] + + +@ddt +class TestSysinvClient(base.DCManagerTestCase): + def setUp(self): + super(TestSysinvClient, self).setUp() + self.ctx = utils.dummy_context() + + @mock.patch.object(sysinv_v1.SysinvClient, '__init__') + def test_get_controller_hosts(self, mock_sysinvclient_init): + controller_list = ['controller-0', 'controller-1'] + mock_sysinvclient_init.return_value = None + sysinv_client = sysinv_v1.SysinvClient(consts.DEFAULT_REGION_NAME, + None) + sysinv_client.sysinv_client = mock.MagicMock() + sysinv_client.sysinv_client.ihost.list_personality = mock.MagicMock() + sysinv_client.sysinv_client.ihost.list_personality.return_value = \ + controller_list + controllers = sysinv_client.get_controller_hosts() + self.assertEqual(controller_list, controllers) + + @mock.patch.object(sysinv_v1.SysinvClient, '__init__') + def test_get_management_interface(self, mock_sysinvclient_init): + interface = FakeInterface('interface', 'mgmt') + mock_sysinvclient_init.return_value = None + sysinv_client = sysinv_v1.SysinvClient(consts.DEFAULT_REGION_NAME, + None) + sysinv_client.sysinv_client = mock.MagicMock() + sysinv_client.sysinv_client.iinterface.list = mock.MagicMock() + sysinv_client.sysinv_client.iinterface.list.return_value = [interface] + management_interface = sysinv_client.get_management_interface( + 'hostname') + self.assertEqual(interface, management_interface) + + @mock.patch.object(sysinv_v1.SysinvClient, '__init__') + def test_get_management_address_pool(self, mock_sysinvclient_init): + network = FakeNetwork('mgmt', 'uuid') + pool = FakeAddressPool('uuid') + mock_sysinvclient_init.return_value = None + sysinv_client = sysinv_v1.SysinvClient(consts.DEFAULT_REGION_NAME, + None) + sysinv_client.sysinv_client = mock.MagicMock() + sysinv_client.sysinv_client.network.list = mock.MagicMock() + sysinv_client.sysinv_client.network.list.return_value = [network] + sysinv_client.sysinv_client.address_pool.get = mock.MagicMock() + sysinv_client.sysinv_client.address_pool.get.return_value = pool + management_pool = sysinv_client.get_management_address_pool() + self.assertEqual(pool, management_pool) + + @file_data(utils.get_data_filepath('sysinv', 'routes')) + @mock.patch.object(sysinv_v1.SysinvClient, '__init__') + def test_create_route(self, value, mock_sysinvclient_init): + fake_route = utils.create_route_dict(value) + mock_sysinvclient_init.return_value = None + sysinv_client = sysinv_v1.SysinvClient(consts.DEFAULT_REGION_NAME, + None) + sysinv_client.sysinv_client = mock.MagicMock() + sysinv_client.sysinv_client.route.create = mock.MagicMock() + sysinv_client.create_route(fake_route['uuid'], + fake_route['network'], + fake_route['prefix'], + fake_route['gateway'], + fake_route['metric']) + sysinv_client.sysinv_client.route.create.assert_called_with( + interface_uuid=fake_route['uuid'], + network=fake_route['network'], prefix=fake_route['prefix'], + gateway=fake_route['gateway'], metric=fake_route['metric']) + + @file_data(utils.get_data_filepath('sysinv', 'routes')) + @mock.patch.object(sysinv_v1.SysinvClient, '__init__') + def test_delete_route(self, value, mock_sysinvclient_init): + # fake_route = utils.create_route_dict(value) + mock_sysinvclient_init.return_value = None diff --git a/dcmanager/tests/unit/manager/__init__.py b/dcmanager/tests/unit/manager/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/manager/test_patch_audit_manager.py b/dcmanager/tests/unit/manager/test_patch_audit_manager.py new file mode 100644 index 000000000..ba9458e52 --- /dev/null +++ b/dcmanager/tests/unit/manager/test_patch_audit_manager.py @@ -0,0 +1,355 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from oslo_config import cfg + +from dcmanager.common import consts +from dcmanager.manager import patch_audit_manager +from dcmanager.manager import subcloud_manager +from dcmanager.tests import base +from dcmanager.tests import utils + +from dcorch.common import consts as dcorch_consts +from dcorch.common import messaging as dcorch_messaging + + +CONF = cfg.CONF + + +class Subcloud(object): + def __init__(self, id, name, is_managed, is_online): + self.id = id + self.name = name + self.software_version = '17.07' + if is_managed: + self.management_state = consts.MANAGEMENT_MANAGED + else: + self.management_state = consts.MANAGEMENT_UNMANAGED + if is_online: + self.availability_status = consts.AVAILABILITY_ONLINE + else: + self.availability_status = consts.AVAILABILITY_OFFLINE + + +class Load(object): + def __init__(self, software_version): + self.software_version = software_version + + +class FakePatchingClientInSync(object): + def __init__(self, region, session): + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + # This patch won't make us out of sync because it is for + # a different release. + 'OTHER_REL_DC.1': {'sw_version': '17.08', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + } + elif self.region in ['subcloud1', 'subcloud2']: + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + } + else: + return {} + + +class FakePatchingClientOutOfSync(object): + def __init__(self, region, session): + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Partial-Apply'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}} + elif self.region == 'subcloud2': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + elif self.region == 'subcloud3': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + elif self.region == 'subcloud4': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Partial-Apply'}} + else: + return {} + + +class FakePatchingClientExtraPatches(object): + def __init__(self, region, session): + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + elif self.region == 'subcloud2': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'OTHER_REL_DC.1': {'sw_version': '17.08', + 'repostate': 'Applied', + 'patchstate': 'Applied'}} + else: + return {} + + +class FakeSysinvClientOneLoad(object): + def __init__(self, region, session): + self.loads = [Load('17.07')] + + def get_loads(self): + return self.loads + + +class TestAuditManager(base.DCManagerTestCase): + def setUp(self): + super(TestAuditManager, self).setUp() + self.ctxt = utils.dummy_context() + dcorch_messaging.setup("fake://", optional=True) + + @mock.patch.object(patch_audit_manager, 'PatchingClient') + @mock.patch.object(patch_audit_manager, 'KeystoneClient') + @mock.patch.object(patch_audit_manager, 'context') + def test_init(self, mock_context, + mock_keystone_client, + mock_patching_client): + mock_context.get_admin_context.return_value = self.ctxt + + sm = subcloud_manager.SubcloudManager() + am = patch_audit_manager.PatchAuditManager(subcloud_manager=sm) + self.assertIsNotNone(am) + self.assertEqual('patch_audit_manager', am.service_name) + self.assertEqual('localhost', am.host) + self.assertEqual(self.ctxt, am.context) + + @mock.patch.object(patch_audit_manager, 'SysinvClient') + @mock.patch.object(patch_audit_manager, 'db_api') + @mock.patch.object(patch_audit_manager, 'PatchingClient') + @mock.patch.object(patch_audit_manager, 'KeystoneClient') + @mock.patch.object(patch_audit_manager, 'context') + def test_periodic_patch_audit_in_sync( + self, mock_context, + mock_keystone_client, + mock_patching_client, + mock_db_api, + mock_sysinv_client): + mock_context.get_admin_context.return_value = self.ctxt + mock_sm = mock.Mock() + am = patch_audit_manager.PatchAuditManager(subcloud_manager=mock_sm) + + mock_patching_client.side_effect = FakePatchingClientInSync + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=True, is_online=True) + mock_db_api.subcloud_get_all.return_value = [fake_subcloud1, + fake_subcloud2] + + am._periodic_patch_audit_loop() + expected_calls = [ + mock.call(mock.ANY, + subcloud_name='subcloud1', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_IN_SYNC), + mock.call(mock.ANY, + subcloud_name='subcloud2', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_IN_SYNC), + ] + mock_sm.update_subcloud_endpoint_status.assert_has_calls( + expected_calls) + + @mock.patch.object(patch_audit_manager, 'SysinvClient') + @mock.patch.object(patch_audit_manager, 'db_api') + @mock.patch.object(patch_audit_manager, 'PatchingClient') + @mock.patch.object(patch_audit_manager, 'KeystoneClient') + @mock.patch.object(patch_audit_manager, 'context') + def test_periodic_patch_audit_out_of_sync( + self, mock_context, + mock_keystone_client, + mock_patching_client, + mock_db_api, + mock_sysinv_client): + mock_context.get_admin_context.return_value = self.ctxt + mock_sm = mock.Mock() + am = patch_audit_manager.PatchAuditManager( + subcloud_manager=mock_sm) + + mock_patching_client.side_effect = FakePatchingClientOutOfSync + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=True, is_online=True) + fake_subcloud3 = Subcloud(3, 'subcloud3', + is_managed=True, is_online=True) + fake_subcloud4 = Subcloud(4, 'subcloud4', + is_managed=True, is_online=True) + mock_db_api.subcloud_get_all.return_value = [fake_subcloud1, + fake_subcloud2, + fake_subcloud3, + fake_subcloud4] + + am._periodic_patch_audit_loop() + expected_calls = [ + mock.call(mock.ANY, + subcloud_name='subcloud1', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC), + mock.call(mock.ANY, + subcloud_name='subcloud2', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC), + mock.call(mock.ANY, + subcloud_name='subcloud3', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_IN_SYNC), + mock.call(mock.ANY, + subcloud_name='subcloud4', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC), + ] + mock_sm.update_subcloud_endpoint_status.assert_has_calls( + expected_calls) + + @mock.patch.object(patch_audit_manager, 'db_api') + @mock.patch.object(patch_audit_manager, 'PatchingClient') + @mock.patch.object(patch_audit_manager, 'KeystoneClient') + @mock.patch.object(patch_audit_manager, 'context') + def test_periodic_patch_audit_ignore_unmanaged_or_offline( + self, mock_context, + mock_keystone_client, + mock_patching_client, + mock_db_api): + mock_context.get_admin_context.return_value = self.ctxt + mock_sm = mock.Mock() + am = patch_audit_manager.PatchAuditManager( + subcloud_manager=mock_sm) + + mock_patching_client.side_effect = FakePatchingClientOutOfSync + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=False, is_online=True) + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=True, is_online=False) + mock_db_api.subcloud_get_all.return_value = [fake_subcloud1, + fake_subcloud2] + + am._periodic_patch_audit_loop() + mock_sm.update_subcloud_endpoint_status.assert_not_called() + + @mock.patch.object(patch_audit_manager, 'SysinvClient') + @mock.patch.object(patch_audit_manager, 'db_api') + @mock.patch.object(patch_audit_manager, 'PatchingClient') + @mock.patch.object(patch_audit_manager, 'KeystoneClient') + @mock.patch.object(patch_audit_manager, 'context') + def test_periodic_patch_audit_extra_patches( + self, mock_context, + mock_keystone_client, + mock_patching_client, + mock_db_api, + mock_sysinv_client): + mock_context.get_admin_context.return_value = self.ctxt + mock_sm = mock.Mock() + am = patch_audit_manager.PatchAuditManager( + subcloud_manager=mock_sm) + + mock_patching_client.side_effect = FakePatchingClientExtraPatches + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=True, is_online=True) + mock_db_api.subcloud_get_all.return_value = [fake_subcloud1, + fake_subcloud2] + + am._periodic_patch_audit_loop() + expected_calls = [ + mock.call(mock.ANY, + subcloud_name='subcloud1', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC), + mock.call(mock.ANY, + subcloud_name='subcloud2', + endpoint_type=dcorch_consts.ENDPOINT_TYPE_PATCHING, + sync_status=consts.SYNC_STATUS_OUT_OF_SYNC), + ] + mock_sm.update_subcloud_endpoint_status.assert_has_calls( + expected_calls) diff --git a/dcmanager/tests/unit/manager/test_service.py b/dcmanager/tests/unit/manager/test_service.py new file mode 100644 index 000000000..f3291cd1f --- /dev/null +++ b/dcmanager/tests/unit/manager/test_service.py @@ -0,0 +1,152 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from dcmanager.manager import scheduler +from dcmanager.manager import service +from dcmanager.tests import base +from dcmanager.tests import utils +from oslo_config import cfg + +CONF = cfg.CONF +FAKE_USER = utils.UUID1 +FAKE_JOB = utils.UUID2 + + +class TestDCManagerService(base.DCManagerTestCase): + def setUp(self): + super(TestDCManagerService, self).setUp() + self.tenant_id = 'fake_admin' + self.thm = scheduler.ThreadGroupManager() + self.context = utils.dummy_context(user='test_user', + tenant=self.tenant_id) + self.service_obj = service.DCManagerService('dcmanager', + 'dcmanager') + self.payload = {} + self.user_id = FAKE_USER + self.job_id = FAKE_JOB + + def test_init(self): + self.assertEqual(self.service_obj.host, 'localhost') + self.assertEqual(self.service_obj.topic, 'dcmanager') + self.assertEqual(self.service_obj.periodic_enable, + CONF.scheduler.periodic_enable) + + def test_init_tgm(self): + self.service_obj.init_tgm() + self.assertIsNotNone(self.service_obj.TG) + + @mock.patch.object(service, 'SubcloudAuditManager') + def test_init_audit_managers(self, mock_audit_manager): + self.service_obj.init_audit_managers() + self.assertIsNotNone(self.service_obj.subcloud_audit_manager) + self.assertIsNotNone(self.service_obj.patch_audit_manager) + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + def test_init_managers(self, mock_subcloud_manager, + mock_sw_update_manager): + self.service_obj.init_managers() + self.assertIsNotNone(self.service_obj.subcloud_manager) + self.assertIsNotNone(self.service_obj.sw_update_manager) + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + @mock.patch.object(service, 'SubcloudAuditManager') + @mock.patch.object(service, 'rpc_messaging') + def test_start(self, mock_rpc, mock_audit_manager, mock_subcloud_manager, + mock_sw_update_manager): + self.service_obj.start() + mock_rpc.get_rpc_server.assert_called_once_with( + self.service_obj.target, self.service_obj) + mock_rpc.get_rpc_server().start.assert_called_once_with() + + @mock.patch.object(service, 'SubcloudAuditManager') + @mock.patch.object(service, 'PatchAuditManager') + def test_periodic_audit_subclouds(self, mock_patch_audit_manager, + mock_subcloud_audit_manager): + self.service_obj.init_tgm() + self.service_obj.init_audit_managers() + self.service_obj.subcloud_audit() + mock_subcloud_audit_manager().periodic_subcloud_audit.\ + assert_called_once_with() + + @mock.patch.object(service, 'SubcloudAuditManager') + @mock.patch.object(service, 'PatchAuditManager') + def test_periodic_audit_patches(self, mock_patch_audit_manager, + mock_subcloud_audit_manager): + self.service_obj.init_tgm() + self.service_obj.init_audit_managers() + self.service_obj.patch_audit() + mock_patch_audit_manager().periodic_patch_audit.\ + assert_called_once_with() + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + def test_add_subcloud(self, mock_subcloud_manager, mock_sw_update_manager): + self.service_obj.init_tgm() + self.service_obj.init_managers() + self.service_obj.add_subcloud( + self.context, payload={'name': 'testname'}) + mock_subcloud_manager().add_subcloud.\ + assert_called_once_with(self.context, mock.ANY) + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + def test_delete_subcloud(self, mock_subcloud_manager, + mock_sw_update_manager): + self.service_obj.init_tgm() + self.service_obj.init_managers() + self.service_obj.delete_subcloud( + self.context, subcloud_id='1') + mock_subcloud_manager().delete_subcloud.\ + assert_called_once_with(self.context, mock.ANY) + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + def test_update_subcloud(self, mock_subcloud_manager, + mock_sw_update_manager): + self.service_obj.init_tgm() + self.service_obj.init_managers() + self.service_obj.update_subcloud( + self.context, subcloud_id='1', management_state='testmgmtstatus') + mock_subcloud_manager().update_subcloud.\ + assert_called_once_with(self.context, mock.ANY, mock.ANY, mock.ANY, + mock.ANY) + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + @mock.patch.object(service, 'SubcloudAuditManager') + @mock.patch.object(service, 'rpc_messaging') + def test_stop_rpc_server(self, mock_rpc, mock_audit_manager, + mock_subcloud_manager, mock_sw_update_manager): + self.service_obj.start() + self.service_obj._stop_rpc_server() + mock_rpc.get_rpc_server().stop.assert_called_once_with() + + @mock.patch.object(service, 'SwUpdateManager') + @mock.patch.object(service, 'SubcloudManager') + @mock.patch.object(service, 'SubcloudAuditManager') + @mock.patch.object(service, 'rpc_messaging') + def test_stop(self, mock_rpc, mock_audit_manager, + mock_subcloud_manager, mock_sw_update_manager): + self.service_obj.start() + self.service_obj.stop() + mock_rpc.get_rpc_server().stop.assert_called_once_with() diff --git a/dcmanager/tests/unit/manager/test_subcloud_audit_manager.py b/dcmanager/tests/unit/manager/test_subcloud_audit_manager.py new file mode 100644 index 000000000..00b34639f --- /dev/null +++ b/dcmanager/tests/unit/manager/test_subcloud_audit_manager.py @@ -0,0 +1,79 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from oslo_config import cfg + +from dcmanager.manager import subcloud_audit_manager +from dcmanager.manager import subcloud_manager +from dcmanager.tests import base +from dcmanager.tests import utils + + +from dcorch.common import messaging as dcorch_messaging + + +CONF = cfg.CONF +FAKE_PROJECT = 'fake_project' +FAKE_REGION = 'fake_region' +NOVA_USAGE = {'ram': 100, 'cores': '50'} +NEUTRON_USAGE = {'port': 10} +CINDER_USAGE = {'volumes': 18} +FAKE_REGION_DICT = {'region1': {'ram': 100}, + 'region2': {'ram': 200, 'volumes': 500}} +TOTAL_USAGE = {} +TOTAL_USAGE.update(NOVA_USAGE) +TOTAL_USAGE.update(NEUTRON_USAGE) +TOTAL_USAGE.update(CINDER_USAGE) +TASK_TYPE = 'quota_sync' + + +class TestAuditManager(base.DCManagerTestCase): + def setUp(self): + super(TestAuditManager, self).setUp() + self.ctxt = utils.dummy_context() + dcorch_messaging.setup("fake://", optional=True) + + @mock.patch.object(subcloud_audit_manager, 'SysinvClient') + @mock.patch.object(subcloud_audit_manager, 'KeystoneClient') + @mock.patch.object(subcloud_audit_manager, 'context') + def test_init(self, mock_context, + mock_keystone_client, + mock_sysinv_client): + mock_context.get_admin_context.return_value = self.ctxt + + sm = subcloud_manager.SubcloudManager() + am = subcloud_audit_manager.SubcloudAuditManager(subcloud_manager=sm) + self.assertIsNotNone(am) + self.assertEqual('subcloud_audit_manager', am.service_name) + self.assertEqual('localhost', am.host) + self.assertEqual(self.ctxt, am.context) + + @mock.patch.object(subcloud_audit_manager, 'SysinvClient') + @mock.patch.object(subcloud_audit_manager, 'KeystoneClient') + @mock.patch.object(subcloud_audit_manager, 'context') + def test_periodic_subcloud_audit(self, mock_context, + mock_keystone_client, + mock_sysinv_client): + mock_context.get_admin_context.return_value = self.ctxt + mock_sm = mock.Mock() + am = subcloud_audit_manager.SubcloudAuditManager( + subcloud_manager=mock_sm) + am.periodic_subcloud_audit() diff --git a/dcmanager/tests/unit/manager/test_subcloud_manager.py b/dcmanager/tests/unit/manager/test_subcloud_manager.py new file mode 100644 index 000000000..cc3a00aa6 --- /dev/null +++ b/dcmanager/tests/unit/manager/test_subcloud_manager.py @@ -0,0 +1,178 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from oslo_config import cfg +from oslo_utils import timeutils + +from dcorch.rpc import client as dcorch_rpc_client + +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.manager import subcloud_manager +from dcmanager.tests import base +from dcmanager.tests import utils + +from ddt import ddt +from ddt import file_data + +CONF = cfg.CONF +FAKE_ID = '1' +FAKE_SUBCLOUD_DATA = {"name": "subcloud1", + "description": "subcloud1 description", + "location": "subcloud1 location", + "management-subnet": "192.168.101.0/24", + "management-start-ip": "192.168.101.3", + "management-end-ip": "192.168.101.4", + "management-gateway-ip": "192.168.101.1", + "systemcontroller-gateway-ip": "192.168.204.101"} + + +class Controller(object): + def __init__(self, hostname): + self.hostname = hostname + + +class Service(object): + def __init__(self, type, id): + self.type = type + self.id = id + + +class Subcloud(object): + def __init__(self, data, is_online): + self.id = data['id'] + self.name = data['name'] + self.description = data['description'] + self.location = data['location'] + self.software_version = data['software-version'] + self.management_state = consts.MANAGEMENT_UNMANAGED + if is_online: + self.availability_status = consts.AVAILABILITY_ONLINE + else: + self.availability_status = consts.AVAILABILITY_OFFLINE + + self.management_subnet = data['management-subnet'] + self.management_gateway_ip = data['management-gateway-ip'] + self.management_start_ip = data['management-start-ip'] + self.management_end_ip = data['management-end-ip'] + self.systemcontroller_gateway_ip = data['systemcontroller-gateway-ip'] + self.created_at = timeutils.utcnow() + self.updated_at = timeutils.utcnow() + + +@ddt +class TestSubcloudManager(base.DCManagerTestCase): + def setUp(self): + super(TestSubcloudManager, self).setUp() + self.ctxt = utils.dummy_context() + + @mock.patch.object(dcorch_rpc_client, 'EngineClient') + @mock.patch.object(subcloud_manager, 'KeystoneClient') + @mock.patch.object(subcloud_manager, 'context') + def test_init(self, mock_context, mock_endpoint, mock_dcorch_rpc_client): + mock_context.get_admin_context.return_value = self.ctxt + am = subcloud_manager.SubcloudManager() + self.assertIsNotNone(am) + self.assertEqual('subcloud_manager', am.service_name) + self.assertEqual('localhost', am.host) + self.assertEqual(self.ctxt, am.context) + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + @mock.patch.object(dcorch_rpc_client, 'EngineClient') + @mock.patch.object(subcloud_manager, 'context') + @mock.patch.object(subcloud_manager, 'KeystoneClient') + @mock.patch.object(subcloud_manager, 'db_api') + @mock.patch.object(subcloud_manager, 'SysinvClient') + @mock.patch.object(subcloud_manager.SubcloudManager, + '_create_addn_hosts_dc') + def test_add_subcloud(self, value, + mock_create_addn_hosts, mock_sysinv_client, + mock_db_api, mock_keystone_client, mock_context, + mock_dcorch_rpc_client): + value = utils.create_subcloud_dict(value) + controllers = [Controller('controller-0'), Controller('controller-1')] + services = [Service('identity', '1234')] + mock_context.get_admin_context.return_value = self.ctxt + mock_db_api.subcloud_get_by_name.side_effect = \ + exceptions.SubcloudNameNotFound() + + mock_sysinv_client().get_controller_hosts.return_value = controllers + mock_keystone_client().services_list = services + + sm = subcloud_manager.SubcloudManager() + sm.add_subcloud(self.ctxt, payload=value) + mock_db_api.subcloud_create.assert_called_once() + mock_db_api.subcloud_status_create.assert_called() + mock_sysinv_client().create_route.assert_called() + mock_dcorch_rpc_client().add_subcloud.assert_called_once() + mock_create_addn_hosts.assert_called_once() + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + @mock.patch.object(dcorch_rpc_client, 'EngineClient') + @mock.patch.object(subcloud_manager, 'context') + @mock.patch.object(subcloud_manager, 'db_api') + @mock.patch.object(subcloud_manager, 'SysinvClient') + @mock.patch.object(subcloud_manager, 'KeystoneClient') + @mock.patch.object(subcloud_manager.SubcloudManager, + '_create_addn_hosts_dc') + def test_delete_subcloud(self, value, mock_create_addn_hosts, + mock_keystone_client, + mock_sysinv_client, + mock_db_api, + mock_context, + mock_dcorch_rpc_client): + controllers = [Controller('controller-0'), Controller('controller-1')] + mock_context.get_admin_context.return_value = self.ctxt + data = utils.create_subcloud_dict(value) + fake_subcloud = Subcloud(data, False) + mock_db_api.subcloud_get.return_value = fake_subcloud + mock_sysinv_client().get_controller_hosts.return_value = controllers + sm = subcloud_manager.SubcloudManager() + sm.delete_subcloud(self.ctxt, subcloud_id=data['id']) + mock_sysinv_client().delete_route.assert_called() + mock_keystone_client().delete_region.assert_called_once() + mock_db_api.subcloud_destroy.assert_called_once() + mock_create_addn_hosts.assert_called_once() + + @file_data(utils.get_data_filepath('dcmanager', 'subclouds')) + @mock.patch.object(dcorch_rpc_client, 'EngineClient') + @mock.patch.object(subcloud_manager, 'context') + @mock.patch.object(subcloud_manager, 'KeystoneClient') + @mock.patch.object(subcloud_manager, 'db_api') + def test_update_subcloud(self, value, mock_db_api, + mock_endpoint, mock_context, + mock_dcorch_rpc_client): + mock_context.get_admin_context.return_value = self.ctxt + data = utils.create_subcloud_dict(value) + subcloud_result = Subcloud(data, True) + mock_db_api.subcloud_get.return_value = subcloud_result + mock_db_api.subcloud_update.return_value = subcloud_result + sm = subcloud_manager.SubcloudManager() + sm.update_subcloud(self.ctxt, data['id'], + management_state=consts.MANAGEMENT_MANAGED, + description="subcloud new description", + location="subcloud new location") + mock_db_api.subcloud_update.assert_called_once_with( + mock.ANY, + data['id'], + management_state=consts.MANAGEMENT_MANAGED, + description="subcloud new description", + location="subcloud new location") diff --git a/dcmanager/tests/unit/manager/test_sw_update_manager.py b/dcmanager/tests/unit/manager/test_sw_update_manager.py new file mode 100644 index 000000000..69a4344aa --- /dev/null +++ b/dcmanager/tests/unit/manager/test_sw_update_manager.py @@ -0,0 +1,834 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import copy +import mock + +from oslo_config import cfg +from oslo_utils import timeutils + +from dcorch.common import consts as dcorch_consts + +from dcmanager.common import consts +from dcmanager.common import exceptions +from dcmanager.manager import sw_update_manager +from dcmanager.tests import base +from dcmanager.tests import utils + +CONF = cfg.CONF +FAKE_ID = '1' +FAKE_SW_UPDATE_DATA = { + "type": consts.SW_UPDATE_TYPE_PATCH, + "subcloud-apply-type": consts.SUBCLOUD_APPLY_TYPE_PARALLEL, + "max-parallel-subclouds": "2", + "stop-on-failure": "true", + "state": consts.SW_UPDATE_STATE_INITIAL +} + +FAKE_STRATEGY_STEP_DATA = { + "id": 1, + "subcloud_id": 1, + "stage": 1, + "state": consts.STRATEGY_STATE_INITIAL, + "details": '', + "subcloud": None +} + + +def compare_call_with_unsorted_list(call, unsorted_list): + call_args, _ = call + return call_args[0].sort() == unsorted_list.sort() + + +class Subcloud(object): + def __init__(self, id, name, is_managed, is_online): + self.id = id + self.name = name + self.software_version = '12.04' + if is_managed: + self.management_state = consts.MANAGEMENT_MANAGED + else: + self.management_state = consts.MANAGEMENT_UNMANAGED + if is_online: + self.availability_status = consts.AVAILABILITY_ONLINE + else: + self.availability_status = consts.AVAILABILITY_OFFLINE + + +class SubcloudStatus(object): + def __init__(self, endpoint_type=None, sync_status=None): + if endpoint_type: + self.endpoint_type = endpoint_type + else: + self.endpoint_type = dcorch_consts.ENDPOINT_TYPE_PATCHING + if sync_status: + self.sync_status = sync_status + else: + self.sync_status = consts.SYNC_STATUS_OUT_OF_SYNC + + +class StrategyStep(object): + def __init__(self, id=1, subcloud_id=1, stage=1, + state=consts.STRATEGY_STATE_INITIAL, details='', + subcloud=None, subcloud_name=None): + self.id = id + self.subcloud_id = subcloud_id + self.stage = stage + self.state = state + self.details = details + self.subcloud = subcloud + self.subcloud_name = subcloud_name + + +class Load(object): + def __init__(self, software_version): + self.software_version = software_version + + +class FakePatchingClientOutOfSync(mock.Mock): + def __init__(self, region, session): + super(FakePatchingClientOutOfSync, self).__init__() + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.8': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + } + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Partial-Remove'}, + 'DC.5': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.6': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Partial-Apply'}, + } + else: + return {} + + def query_hosts(self): + return [] + + +class FakePatchingClientSubcloudCommitted(mock.Mock): + def __init__(self, region, session): + super(FakePatchingClientSubcloudCommitted, self).__init__() + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.8': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + } + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Partial-Remove'}, + 'DC.5': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.6': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Partial-Apply'}, + } + else: + return {} + + def query_hosts(self): + return [] + + +class FakePatchingClientSubcloudUnknown(mock.Mock): + def __init__(self, region, session): + super(FakePatchingClientSubcloudUnknown, self).__init__() + self.region = region + self.session = session + + def query(self): + if self.region == 'RegionOne': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.8': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + } + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Partial-Remove'}, + 'DC.5': {'sw_version': '17.07', + 'repostate': 'Unknown', + 'patchstate': 'Unknown'}, + 'DC.6': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Partial-Apply'}, + } + else: + return {} + + def query_hosts(self): + return [] + + +class FakePatchingClientFinish(mock.Mock): + def __init__(self, region, session): + super(FakePatchingClientFinish, self).__init__() + self.region = region + self.session = session + + def query(self, state=None): + if self.region == 'RegionOne': + if state == 'committed': + return {'DC.2': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + } + else: + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.8': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + } + elif self.region == 'subcloud1': + return {'DC.1': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.2': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.3': {'sw_version': '17.07', + 'repostate': 'Applied', + 'patchstate': 'Applied'}, + 'DC.4': {'sw_version': '17.07', + 'repostate': 'Committed', + 'patchstate': 'Committed'}, + 'DC.5': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + 'DC.6': {'sw_version': '17.07', + 'repostate': 'Available', + 'patchstate': 'Available'}, + } + else: + return {} + + def query_hosts(self): + return [] + + +class FakeSysinvClientOneLoad(object): + def __init__(self, region, session): + self.loads = [Load('17.07')] + + def get_loads(self): + return self.loads + + +class Controller(object): + def __init__(self, hostname): + self.hostname = hostname + + +class SwUpdateStrategy(object): + def __init__(self, id, data): + self.id = id + self.type = data['type'] + self.subcloud_apply_type = data['subcloud-apply-type'] + self.max_parallel_subclouds = int(data['max-parallel-subclouds']) + if data['stop-on-failure'] == 'true': + self.stop_on_failure = True + else: + self.stop_on_failure = False + self.state = data['state'] + self.created_at = timeutils.utcnow() + self.updated_at = timeutils.utcnow() + + +class TestSwUpdateManager(base.DCManagerTestCase): + def setUp(self): + super(TestSwUpdateManager, self).setUp() + self.ctxt = utils.dummy_context() + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + def test_init(self, mock_context, mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + um = sw_update_manager.SwUpdateManager() + self.assertIsNotNone(um) + self.assertEqual('sw_update_manager', um.service_name) + self.assertEqual('localhost', um.host) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_create_sw_update_strategy_no_subclouds( + self, mock_db_api, mock_context, mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + mock_db_api.sw_update_strategy_get.side_effect = \ + exceptions.NotFound() + um = sw_update_manager.SwUpdateManager() + um.create_sw_update_strategy(self.ctxt, payload=FAKE_SW_UPDATE_DATA) + mock_db_api.sw_update_strategy_create.assert_called_once() + + expected_calls = [ + mock.call(mock.ANY, + None, + stage=1, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + ] + mock_db_api.strategy_step_create.assert_has_calls( + expected_calls) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_create_sw_update_strategy_parallel( + self, mock_db_api, mock_context, mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + mock_db_api.sw_update_strategy_get.side_effect = \ + exceptions.NotFound() + + # Will be patched + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_status1 = SubcloudStatus() + # Not patched because not managed + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=False, is_online=True) + fake_status2 = SubcloudStatus() + # Will be patched + fake_subcloud3 = Subcloud(3, 'subcloud3', + is_managed=True, is_online=True) + fake_status3 = SubcloudStatus() + # Not patched because patching is in sync + fake_subcloud4 = Subcloud(4, 'subcloud4', + is_managed=True, is_online=True) + fake_status4 = SubcloudStatus( + sync_status=consts.SYNC_STATUS_IN_SYNC + ) + # Will be patched + fake_subcloud5 = Subcloud(5, 'subcloud5', + is_managed=True, is_online=True) + fake_status5 = SubcloudStatus() + # Will be patched + fake_subcloud6 = Subcloud(6, 'subcloud6', + is_managed=True, is_online=True) + fake_status6 = SubcloudStatus() + + mock_db_api.subcloud_get_all_with_status.return_value = [ + (fake_subcloud1, fake_status1), + (fake_subcloud2, fake_status2), + (fake_subcloud3, fake_status3), + (fake_subcloud4, fake_status4), + (fake_subcloud5, fake_status5), + (fake_subcloud6, fake_status6), + ] + + um = sw_update_manager.SwUpdateManager() + um.create_sw_update_strategy(self.ctxt, payload=FAKE_SW_UPDATE_DATA) + mock_db_api.sw_update_strategy_create.assert_called_once() + + expected_calls = [ + mock.call(mock.ANY, + None, + stage=1, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 1, + stage=2, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 3, + stage=2, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 5, + stage=3, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 6, + stage=3, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + ] + mock_db_api.strategy_step_create.assert_has_calls( + expected_calls) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_create_sw_update_strategy_serial( + self, mock_db_api, mock_context, mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + mock_db_api.sw_update_strategy_get.side_effect = \ + exceptions.NotFound() + + # Will be patched + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_status1 = SubcloudStatus() + # Not patched because not managed + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=False, is_online=True) + fake_status2 = SubcloudStatus() + # Will be patched + fake_subcloud3 = Subcloud(3, 'subcloud3', + is_managed=True, is_online=True) + fake_status3 = SubcloudStatus() + # Not patched because patching is in sync + fake_subcloud4 = Subcloud(4, 'subcloud4', + is_managed=True, is_online=True) + fake_status4 = SubcloudStatus( + sync_status=consts.SYNC_STATUS_IN_SYNC + ) + # Will be patched + fake_subcloud5 = Subcloud(5, 'subcloud5', + is_managed=True, is_online=True) + fake_status5 = SubcloudStatus() + # Will be patched + fake_subcloud6 = Subcloud(6, 'subcloud6', + is_managed=True, is_online=True) + fake_status6 = SubcloudStatus() + + mock_db_api.subcloud_get_all_with_status.return_value = [ + (fake_subcloud1, fake_status1), + (fake_subcloud2, fake_status2), + (fake_subcloud3, fake_status3), + (fake_subcloud4, fake_status4), + (fake_subcloud5, fake_status5), + (fake_subcloud6, fake_status6), + ] + + um = sw_update_manager.SwUpdateManager() + data = copy.copy(FAKE_SW_UPDATE_DATA) + data["subcloud-apply-type"] = consts.SUBCLOUD_APPLY_TYPE_SERIAL + um.create_sw_update_strategy(self.ctxt, payload=data) + mock_db_api.sw_update_strategy_create.assert_called_once() + + expected_calls = [ + mock.call(mock.ANY, + None, + stage=1, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 1, + stage=2, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 3, + stage=3, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 5, + stage=4, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + mock.call(mock.ANY, + 6, + stage=5, + state=consts.STRATEGY_STATE_INITIAL, + details=''), + ] + mock_db_api.strategy_step_create.assert_has_calls( + expected_calls) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_create_sw_update_strategy_unknown_sync_status( + self, mock_db_api, mock_context, mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + mock_db_api.sw_update_strategy_get.side_effect = \ + exceptions.NotFound() + + # Will be patched + fake_subcloud1 = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + fake_status1 = SubcloudStatus() + # Not patched because not managed + fake_subcloud2 = Subcloud(2, 'subcloud2', + is_managed=False, is_online=True) + fake_status2 = SubcloudStatus() + # Will be patched + fake_subcloud3 = Subcloud(3, 'subcloud3', + is_managed=True, is_online=True) + fake_status3 = SubcloudStatus() + # Will fail creation because sync status is unknown + fake_subcloud4 = Subcloud(4, 'subcloud4', + is_managed=True, is_online=True) + fake_status4 = SubcloudStatus( + sync_status=consts.SYNC_STATUS_UNKNOWN + ) + mock_db_api.subcloud_get_all_with_status.return_value = [ + (fake_subcloud1, fake_status1), + (fake_subcloud2, fake_status2), + (fake_subcloud3, fake_status3), + (fake_subcloud4, fake_status4), + ] + + um = sw_update_manager.SwUpdateManager() + self.assertRaises(exceptions.BadRequest, + um.create_sw_update_strategy, + self.ctxt, payload=FAKE_SW_UPDATE_DATA) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_delete_sw_update_strategy(self, mock_db_api, mock_context, + mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + FAKE_SW_UPDATE_DATA) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + um.delete_sw_update_strategy(self.ctxt) + mock_db_api.sw_update_strategy_update.assert_called_with( + mock.ANY, state=consts.SW_UPDATE_STATE_DELETING) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_delete_sw_update_strategy_invalid_state( + self, mock_db_api, mock_context, mock_patch_orch_thread): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data['state'] = consts.SW_UPDATE_STATE_APPLYING + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + data) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + self.assertRaises(exceptions.BadRequest, + um.delete_sw_update_strategy, + self.ctxt) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_apply_sw_update_strategy(self, mock_db_api, mock_context, + mock_patch_orch_thread): + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + FAKE_SW_UPDATE_DATA) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + um.apply_sw_update_strategy(self.ctxt) + mock_db_api.sw_update_strategy_update.assert_called_with( + mock.ANY, state=consts.SW_UPDATE_STATE_APPLYING) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_apply_sw_update_strategy_invalid_state( + self, mock_db_api, mock_context, mock_patch_orch_thread): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data['state'] = consts.SW_UPDATE_STATE_APPLYING + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + data) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + self.assertRaises(exceptions.BadRequest, + um.apply_sw_update_strategy, + self.ctxt) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_abort_sw_update_strategy( + self, mock_db_api, mock_context, mock_patch_orch_thread): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data['state'] = consts.SW_UPDATE_STATE_APPLYING + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + data) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + um.abort_sw_update_strategy(self.ctxt) + mock_db_api.sw_update_strategy_update.assert_called_with( + mock.ANY, state=consts.SW_UPDATE_STATE_ABORT_REQUESTED) + + @mock.patch.object(sw_update_manager, 'PatchOrchThread') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_abort_sw_update_strategy_invalid_state( + self, mock_db_api, mock_context, mock_patch_orch_thread): + data = copy.copy(FAKE_SW_UPDATE_DATA) + data['state'] = consts.SW_UPDATE_STATE_COMPLETE + mock_context.get_admin_context.return_value = self.ctxt + fake_sw_update_strategy = SwUpdateStrategy(FAKE_ID, + data) + mock_db_api.sw_update_strategy_get.return_value = \ + fake_sw_update_strategy + um = sw_update_manager.SwUpdateManager() + self.assertRaises(exceptions.BadRequest, + um.apply_sw_update_strategy, + self.ctxt) + + @mock.patch.object(sw_update_manager, 'SysinvClient') + @mock.patch.object(sw_update_manager, 'os') + @mock.patch.object(sw_update_manager, 'PatchingClient') + @mock.patch.object(sw_update_manager, 'threading') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_update_subcloud_patches( + self, mock_db_api, mock_context, mock_threading, + mock_patching_client, mock_os, mock_sysinv_client): + + mock_os.path.isfile.return_value = True + fake_subcloud = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + data = copy.copy(FAKE_STRATEGY_STEP_DATA) + data['state'] = consts.STRATEGY_STATE_UPDATING_PATCHES + data['subcloud'] = fake_subcloud + data['subcloud_name'] = 'subcloud1' + mock_context.get_admin_context.return_value = self.ctxt + fake_strategy_step = StrategyStep(**data) + mock_patching_client.side_effect = FakePatchingClientOutOfSync + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + FakePatchingClientOutOfSync.apply = mock.Mock() + FakePatchingClientOutOfSync.remove = mock.Mock() + FakePatchingClientOutOfSync.upload = mock.Mock() + sw_update_manager.PatchOrchThread.stopped = lambda x: False + pot = sw_update_manager.PatchOrchThread() + pot.get_ks_client = mock.Mock() + pot.update_subcloud_patches(fake_strategy_step) + + assert(compare_call_with_unsorted_list( + FakePatchingClientOutOfSync.remove.call_args_list[0], + ['DC.5', 'DC.6'] + )) + FakePatchingClientOutOfSync.upload.assert_called_with( + [consts.PATCH_VAULT_DIR + '/17.07/DC.8.patch']) + assert(compare_call_with_unsorted_list( + FakePatchingClientOutOfSync.apply.call_args_list[0], + ['DC.2', 'DC.3', 'DC.8'] + )) + mock_db_api.strategy_step_update.assert_called_with( + mock.ANY, + fake_strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_CREATING_STRATEGY, + details=mock.ANY, + started_at=mock.ANY, + finished_at=mock.ANY, + ) + + @mock.patch.object(sw_update_manager, 'SysinvClient') + @mock.patch.object(sw_update_manager, 'os') + @mock.patch.object(sw_update_manager, 'PatchingClient') + @mock.patch.object(sw_update_manager, 'threading') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_update_subcloud_patches_bad_committed( + self, mock_db_api, mock_context, mock_threading, + mock_patching_client, mock_os, mock_sysinv_client): + + mock_os.path.isfile.return_value = True + fake_subcloud = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + data = copy.copy(FAKE_STRATEGY_STEP_DATA) + data['state'] = consts.STRATEGY_STATE_UPDATING_PATCHES + data['subcloud'] = fake_subcloud + mock_context.get_admin_context.return_value = self.ctxt + fake_strategy_step = StrategyStep(**data) + mock_patching_client.side_effect = FakePatchingClientSubcloudCommitted + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + FakePatchingClientOutOfSync.apply = mock.Mock() + FakePatchingClientOutOfSync.remove = mock.Mock() + FakePatchingClientOutOfSync.upload = mock.Mock() + sw_update_manager.PatchOrchThread.stopped = lambda x: False + pot = sw_update_manager.PatchOrchThread() + pot.get_ks_client = mock.Mock() + pot.update_subcloud_patches(fake_strategy_step) + + mock_db_api.strategy_step_update.assert_called_with( + mock.ANY, + fake_strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=mock.ANY, + started_at=mock.ANY, + finished_at=mock.ANY, + ) + + @mock.patch.object(sw_update_manager, 'SysinvClient') + @mock.patch.object(sw_update_manager, 'os') + @mock.patch.object(sw_update_manager, 'PatchingClient') + @mock.patch.object(sw_update_manager, 'threading') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_update_subcloud_patches_bad_state( + self, mock_db_api, mock_context, mock_threading, + mock_patching_client, mock_os, mock_sysinv_client): + + mock_os.path.isfile.return_value = True + fake_subcloud = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + data = copy.copy(FAKE_STRATEGY_STEP_DATA) + data['state'] = consts.STRATEGY_STATE_UPDATING_PATCHES + data['subcloud'] = fake_subcloud + mock_context.get_admin_context.return_value = self.ctxt + fake_strategy_step = StrategyStep(**data) + mock_patching_client.side_effect = FakePatchingClientSubcloudUnknown + mock_sysinv_client.side_effect = FakeSysinvClientOneLoad + FakePatchingClientOutOfSync.apply = mock.Mock() + FakePatchingClientOutOfSync.remove = mock.Mock() + FakePatchingClientOutOfSync.upload = mock.Mock() + sw_update_manager.PatchOrchThread.stopped = lambda x: False + pot = sw_update_manager.PatchOrchThread() + pot.get_ks_client = mock.Mock() + pot.update_subcloud_patches(fake_strategy_step) + + mock_db_api.strategy_step_update.assert_called_with( + mock.ANY, + fake_strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_FAILED, + details=mock.ANY, + started_at=mock.ANY, + finished_at=mock.ANY, + ) + + @mock.patch.object(sw_update_manager, 'os') + @mock.patch.object(sw_update_manager, 'PatchingClient') + @mock.patch.object(sw_update_manager, 'threading') + @mock.patch.object(sw_update_manager, 'context') + @mock.patch.object(sw_update_manager, 'db_api') + def test_finish( + self, mock_db_api, mock_context, mock_threading, + mock_patching_client, mock_os): + + mock_os.path.isfile.return_value = True + fake_subcloud = Subcloud(1, 'subcloud1', + is_managed=True, is_online=True) + data = copy.copy(FAKE_STRATEGY_STEP_DATA) + data['state'] = consts.STRATEGY_STATE_UPDATING_PATCHES + data['subcloud'] = fake_subcloud + mock_context.get_admin_context.return_value = self.ctxt + fake_strategy_step = StrategyStep(**data) + mock_patching_client.side_effect = FakePatchingClientFinish + FakePatchingClientFinish.delete = mock.Mock() + FakePatchingClientFinish.commit = mock.Mock() + sw_update_manager.PatchOrchThread.stopped = lambda x: False + pot = sw_update_manager.PatchOrchThread() + pot.get_ks_client = mock.Mock() + pot.finish(fake_strategy_step) + + assert(compare_call_with_unsorted_list( + FakePatchingClientFinish.delete.call_args_list[0], + ['DC.5', 'DC.6'] + )) + assert(compare_call_with_unsorted_list( + FakePatchingClientFinish.commit.call_args_list[0], + ['DC.2', 'DC.3'] + )) + mock_db_api.strategy_step_update.assert_called_with( + mock.ANY, + fake_strategy_step.subcloud_id, + state=consts.STRATEGY_STATE_COMPLETE, + details=mock.ANY, + started_at=mock.ANY, + finished_at=mock.ANY, + ) diff --git a/dcmanager/tests/unit/objects/__init__.py b/dcmanager/tests/unit/objects/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/objects/test_base.py b/dcmanager/tests/unit/objects/test_base.py new file mode 100644 index 000000000..1df4c8d11 --- /dev/null +++ b/dcmanager/tests/unit/objects/test_base.py @@ -0,0 +1,67 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import mock + +from dcmanager.objects import base as obj_base +from dcmanager.tests import base + +from oslo_versionedobjects import fields as obj_fields + + +class TestBaseObject(base.DCManagerTestCase): + def test_base_class(self): + obj = obj_base.DCManagerObject() + self.assertEqual(obj_base.DCManagerObject.OBJ_PROJECT_NAMESPACE, + obj.OBJ_PROJECT_NAMESPACE) + self.assertEqual(obj_base.DCManagerObject.VERSION, + obj.VERSION) + + @mock.patch.object(obj_base.DCManagerObject, "obj_reset_changes") + def test_from_db_object(self, mock_obj_reset_ch): + class TestDCManagerObject(obj_base.DCManagerObject, + obj_base.VersionedObjectDictCompat): + fields = { + "key1": obj_fields.StringField(), + "key2": obj_fields.StringField(), + } + + obj = TestDCManagerObject() + context = mock.Mock() + db_obj = { + "key1": "value1", + "key2": "value2", + } + res = obj_base.DCManagerObject._from_db_object(context, obj, db_obj) + self.assertIsNotNone(res) + self.assertEqual("value1", obj["key1"]) + self.assertEqual("value2", obj["key2"]) + self.assertEqual(obj._context, context) + mock_obj_reset_ch.assert_called_once_with() + + def test_from_db_object_none(self): + obj = obj_base.DCManagerObject() + db_obj = None + context = mock.Mock() + + res = obj_base.DCManagerObject._from_db_object(context, obj, db_obj) + self.assertIsNone(res) diff --git a/dcmanager/tests/unit/rpc/__init__.py b/dcmanager/tests/unit/rpc/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcmanager/tests/unit/rpc/test_rpc_client.py b/dcmanager/tests/unit/rpc/test_rpc_client.py new file mode 100644 index 000000000..3a5e31655 --- /dev/null +++ b/dcmanager/tests/unit/rpc/test_rpc_client.py @@ -0,0 +1,94 @@ +# -*- coding: utf-8 -*- + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +import mock + +from dcmanager.common import config +from dcmanager.common import messaging +from dcmanager.rpc import client as rpc_client +from dcmanager.tests import base +from dcmanager.tests import utils + +config.register_options() + + +class ManagerRpcAPITestCase(base.DCManagerTestCase): + + def setUp(self): + messaging.setup("fake://", optional=True) + self.addCleanup(messaging.cleanup) + self.context = utils.dummy_context() + # self.stubs = stubout.StubOutForTesting() + self.rpcapi = rpc_client.ManagerClient() + super(ManagerRpcAPITestCase, self).setUp() + + @mock.patch.object(messaging, 'get_rpc_client') + def test_call(self, mock_client): + client = mock.Mock() + mock_client.return_value = client + + method = 'fake_method' + kwargs = {'key': 'value'} + rpcapi = rpc_client.ManagerClient() + msg = rpcapi.make_msg(method, **kwargs) + + # with no version + res = rpcapi.call(self.context, msg) + + self.assertEqual(client, rpcapi._client) + client.call.assert_called_once_with(self.context, 'fake_method', + key='value') + self.assertEqual(res, client.call.return_value) + + # with version + res = rpcapi.call(self.context, msg, version='123') + client.prepare.assert_called_once_with(version='123') + new_client = client.prepare.return_value + new_client.call.assert_called_once_with(self.context, 'fake_method', + key='value') + self.assertEqual(res, new_client.call.return_value) + + @mock.patch.object(messaging, 'get_rpc_client') + def test_cast(self, mock_client): + client = mock.Mock() + mock_client.return_value = client + + method = 'fake_method' + kwargs = {'key': 'value'} + rpcapi = rpc_client.ManagerClient() + msg = rpcapi.make_msg(method, **kwargs) + + # with no version + res = rpcapi.cast(self.context, msg) + + self.assertEqual(client, rpcapi._client) + client.cast.assert_called_once_with(self.context, 'fake_method', + key='value') + self.assertEqual(res, client.cast.return_value) + + # with version + res = rpcapi.cast(self.context, msg, version='123') + client.prepare.assert_called_once_with(version='123') + new_client = client.prepare.return_value + new_client.cast.assert_called_once_with(self.context, 'fake_method', + key='value') + self.assertEqual(res, new_client.cast.return_value) diff --git a/dcmanager/tests/unit/test_dcmanager.py b/dcmanager/tests/unit/test_dcmanager.py new file mode 100644 index 000000000..a9562ea65 --- /dev/null +++ b/dcmanager/tests/unit/test_dcmanager.py @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- + +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +""" +test_dcmanager +---------------------------------- + +Tests for `dcmanager` module. +""" + +from dcmanager.tests import base + + +class TestDCManager(base.DCManagerTestCase): + def test_something(self): + pass diff --git a/dcmanager/tests/unit/utils/test_utils.py b/dcmanager/tests/unit/utils/test_utils.py new file mode 100644 index 000000000..8e990bf2f --- /dev/null +++ b/dcmanager/tests/unit/utils/test_utils.py @@ -0,0 +1,30 @@ +# Copyright 2016 Ericsson AB +# All Rights Reserved +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from dcmanager.tests import base + + +class TestUtils(base.DCManagerTestCase): + def setUp(self): + super(TestUtils, self).setUp() + + # Nothing to test yet diff --git a/dcmanager/tests/utils.py b/dcmanager/tests/utils.py new file mode 100644 index 000000000..273eca52a --- /dev/null +++ b/dcmanager/tests/utils.py @@ -0,0 +1,155 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +import eventlet +import os +import random +import sqlalchemy +import string +import uuid + +from oslo_config import cfg +from oslo_db import options + +from dcmanager.common import context +from dcmanager.db import api as db_api + + +get_engine = db_api.get_engine + + +class UUIDStub(object): + def __init__(self, value): + self.value = value + + def __enter__(self): + self.uuid4 = uuid.uuid4 + uuid_stub = lambda: self.value + uuid.uuid4 = uuid_stub + + def __exit__(self, *exc_info): + uuid.uuid4 = self.uuid4 + + +UUIDs = (UUID1, UUID2, UUID3, UUID4, UUID5) = sorted([str(uuid.uuid4()) + for x in range(5)]) + + +def random_name(): + return ''.join(random.choice(string.ascii_uppercase) + for x in range(10)) + + +def setup_dummy_db(): + options.cfg.set_defaults(options.database_opts, sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + engine.connect() + + +def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + +def dummy_context(user='test_username', tenant='test_project_id', + region_name=None): + return context.RequestContext.from_dict({ + 'auth_token': 'abcd1234', + 'user': user, + 'project': tenant, + 'is_admin': True, + 'region_name': region_name + }) + + +def wait_until_true(predicate, timeout=60, sleep=1, exception=None): + with eventlet.timeout.Timeout(timeout, exception): + while not predicate(): + eventlet.sleep(sleep) + + +def get_current_cfg(): + f_name = os.environ['CURRENT_CFG_FILE'] + cfg = '' + with open(f_name) as f: + cfg = f.readline() + return cfg + + +def get_data_filepath(db, table): + cfg = get_current_cfg() + return "%s/%s/%s.json" % (cfg, db, table) + + +def create_subcloud_dict(data_list): + return {'id': data_list[0], + 'name': data_list[1], + 'description': data_list[2], + 'location': data_list[3], + 'software-version': data_list[4], + 'management-state': data_list[5], + 'availability-status': data_list[6], + 'management-subnet': data_list[7], + 'management-gateway-ip': data_list[8], + 'management-start-ip': data_list[9], + 'management-end-ip': data_list[10], + 'systemcontroller-gateway-ip': data_list[11], + 'audit-fail-count': data_list[12], + 'reserved-1': data_list[13], + 'reserved-2': data_list[14], + 'created-at': data_list[15], + 'updated-at': data_list[16], + 'deleted-at': data_list[17], + 'deleted': data_list[18]} + + +def create_route_dict(data_list): + return {'created-at': data_list[0], + 'updated-at': data_list[1], + 'deleted-at': data_list[2], + 'id': data_list[3], + 'uuid': data_list[4], + 'family': data_list[5], + 'network': data_list[6], + 'prefix': data_list[7], + 'gateway': data_list[8], + 'metric': data_list[9], + 'interface-id': data_list[10]} + + +def create_endpoint_dict(data_list): + return {'id': data_list[0], + 'legacy_endpoint_id': data_list[1], + 'interface': data_list[2], + 'service_id': data_list[3], + 'url': data_list[4], + 'extra': data_list[5], + 'enabled': data_list[6], + 'region_id': data_list[7]} diff --git a/dcmanager/version.py b/dcmanager/version.py new file mode 100644 index 000000000..fcd5ca438 --- /dev/null +++ b/dcmanager/version.py @@ -0,0 +1,23 @@ +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +import pbr.version + +version_info = pbr.version.VersionInfo('distributedcloud') diff --git a/dcorch/__init__.py b/dcorch/__init__.py new file mode 100644 index 000000000..e2412690d --- /dev/null +++ b/dcorch/__init__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + +# 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. + +import pbr.version + + +__version__ = pbr.version.VersionInfo( + 'distributedcloud').version_string() diff --git a/dcorch/api/README.rst b/dcorch/api/README.rst new file mode 100755 index 000000000..ed73fd8e9 --- /dev/null +++ b/dcorch/api/README.rst @@ -0,0 +1,31 @@ +=============================== +api +=============================== + +DC Orchestrator API is Web Server Gateway Interface (WSGI) applications to receive +and process API calls, including keystonemiddleware to do the authentication, +parameter check and validation, convert API calls to job rpc message, and +then send the job to DC Orchestrator Engine through the queue. If the job will +be processed by DC Orchestrator Engine in synchronous way, the DC Orchestrator API will +wait for the response from the DC Orchestrator Engine. Otherwise, the DC Orchestrator +API will send response to the API caller first, and then send the job to +DC Orchestrator Engine in asynchronous way. + +Multiple DC Orchestrator API could run in parallel, and also can work in multi-worker +mode. + +Multiple DC Orchestrator API will be designed and run in stateless mode, persistent +data will be accessed (read and write) from the DC Orchestrator Database through the +DAL module. + +Setup and encapsulate the API WSGI app + +app.py: + Setup and encapsulate the API WSGI app, including integrate the + keystonemiddleware app + +apicfg.py: + API configuration loading and init + +enforcer.py + Enforces policies on the version2 API's diff --git a/dcorch/api/__init__.py b/dcorch/api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/api_config.py b/dcorch/api/api_config.py new file mode 100644 index 000000000..286fe7a60 --- /dev/null +++ b/dcorch/api/api_config.py @@ -0,0 +1,101 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. + +""" +Routines for configuring dcorch, largely copy from Neutron +""" + +import os +import sys + + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common.i18n import _ +from dcorch.common import version + +LOG = logging.getLogger(__name__) + +common_opts = [ + cfg.StrOpt('bind_host', default='0.0.0.0', + help=_("The host IP to bind to")), + cfg.IntOpt('bind_port', default=8118, + help=_("The port to bind to")), + cfg.IntOpt('api_workers', default=2, + help=_("number of api workers")), + cfg.StrOpt('state_path', + default=os.path.join(os.path.dirname(__file__), '../'), + help='Top-level directory for maintaining dcorch state'), + cfg.StrOpt('api_extensions_path', default="", + help=_("The path for API extensions")), + cfg.StrOpt('auth_strategy', default='keystone', + help=_("The type of authentication to use")), + cfg.BoolOpt('allow_bulk', default=True, + help=_("Allow the usage of the bulk API")), + cfg.BoolOpt('allow_pagination', default=False, + help=_("Allow the usage of the pagination")), + cfg.BoolOpt('allow_sorting', default=False, + help=_("Allow the usage of the sorting")), + cfg.StrOpt('pagination_max_limit', default="-1", + help=_("The maximum number of items returned in a single " + "response, value was 'infinite' or negative integer " + "means no limit")), +] + + +def init(args, **kwargs): + # Register the configuration options + cfg.CONF.register_opts(common_opts) + + # ks_session.Session.register_conf_options(cfg.CONF) + # auth.register_conf_options(cfg.CONF) + logging.register_options(cfg.CONF) + + cfg.CONF(args=args, project='dcorch', + version='%%(prog)s %s' % version.version_info.release_string(), + **kwargs) + + +def setup_logging(): + """Sets up the logging options for a log with supplied name.""" + product_name = "dcorch" + logging.setup(cfg.CONF, product_name) + LOG.info("Logging enabled!") + LOG.info("%(prog)s version %(version)s", + {'prog': sys.argv[0], + 'version': version.version_info.release_string()}) + LOG.debug("command line: %s", " ".join(sys.argv)) + + +def reset_service(): + # Reset worker in case SIGHUP is called. + # Note that this is called only in case a service is running in + # daemon mode. + setup_logging() + + # TODO(joehuang) enforce policy later + # policy.refresh() + + +def test_init(): + # Register the configuration options + cfg.CONF.register_opts(common_opts) + logging.register_options(cfg.CONF) + setup_logging() + + +def list_opts(): + yield None, common_opts diff --git a/dcorch/api/app.py b/dcorch/api/app.py new file mode 100644 index 000000000..2b6178636 --- /dev/null +++ b/dcorch/api/app.py @@ -0,0 +1,101 @@ +# Copyright (c) 2015 Huawei, Tech. Co,. Ltd. +# All Rights Reserved. +# +# 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. + +import pecan + +from keystonemiddleware import auth_token +from oslo_config import cfg +from oslo_middleware import request_id +from oslo_service import service +from oslo_service import wsgi + +from dcorch.common import context as ctx +from dcorch.common.i18n import _ + + +def setup_app(*args, **kwargs): + + opts = cfg.CONF.pecan + config = { + 'server': { + 'port': cfg.CONF.bind_port, + 'host': cfg.CONF.bind_host + }, + 'app': { + 'root': 'dcorch.api.controllers.root.RootController', + 'modules': ['dcorch.api'], + "debug": opts.debug, + "auth_enable": opts.auth_enable, + 'errors': { + 400: '/error', + '__force_dict__': True + } + } + } + + pecan_config = pecan.configuration.conf_from_dict(config) + + # app_hooks = [], hook collection will be put here later + + app = pecan.make_app( + pecan_config.app.root, + debug=False, + wrap_app=_wrap_app, + force_canonical=False, + hooks=lambda: [ctx.AuthHook()], + guess_content_type_from_ext=True + ) + + return app + + +def load_paste_app(app_name=None): + """Loads a WSGI app from a paste config file.""" + if app_name is None: + app_name = cfg.CONF.prog + + loader = wsgi.Loader(cfg.CONF) + app = loader.load_app(app_name) + return app + + +def _wrap_app(app): + app = request_id.RequestId(app) + if cfg.CONF.pecan.auth_enable and cfg.CONF.auth_strategy == 'keystone': + conf = dict(cfg.CONF.keystone_authtoken) + # Change auth decisions of requests to the app itself. + conf.update({'delay_auth_decision': True}) + + # NOTE: Policy enforcement works only if Keystone + # authentication is enabled. No support for other authentication + # types at this point. + return auth_token.AuthProtocol(app, conf) + else: + return app + + +_launcher = None + + +def serve(api_service, conf, workers=1): + global _launcher + if _launcher: + raise RuntimeError(_('serve() can only be called once')) + + _launcher = service.launch(conf, api_service, workers=workers) + + +def wait(): + _launcher.wait() diff --git a/dcorch/api/controllers/README.rst b/dcorch/api/controllers/README.rst new file mode 100755 index 000000000..c173a7e47 --- /dev/null +++ b/dcorch/api/controllers/README.rst @@ -0,0 +1,14 @@ +=============================== +controllers +=============================== + +API request processing + +root.py: + API root request + +quota_manager.py + Controller for all the quota related request + +restcomm.py: + common functionality used in API diff --git a/dcorch/api/controllers/__init__.py b/dcorch/api/controllers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/controllers/restcomm.py b/dcorch/api/controllers/restcomm.py new file mode 100644 index 000000000..52d5d34c9 --- /dev/null +++ b/dcorch/api/controllers/restcomm.py @@ -0,0 +1,43 @@ +# Copyright (c) 2015 Huawei Tech. Co., Ltd. +# All Rights Reserved. +# +# 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. + + +from pecan import request + +import dcorch.common.context as k_context + + +def extract_context_from_environ(): + context_paras = {'auth_token': 'HTTP_X_AUTH_TOKEN', + 'user': 'HTTP_X_USER_ID', + 'project': 'HTTP_X_TENANT_ID', + 'user_name': 'HTTP_X_USER_NAME', + 'tenant_name': 'HTTP_X_PROJECT_NAME', + 'domain': 'HTTP_X_DOMAIN_ID', + 'roles': 'HTTP_X_ROLE', + 'user_domain': 'HTTP_X_USER_DOMAIN_ID', + 'project_domain': 'HTTP_X_PROJECT_DOMAIN_ID', + 'request_id': 'openstack.request_id'} + + environ = request.environ + + for key in context_paras: + context_paras[key] = environ.get(context_paras[key]) + role = environ.get('HTTP_X_ROLE') + + # context_paras['is_admin'] = role == 'admin' + # In order to work in TiC + context_paras['is_admin'] = 'admin' in role.split(',') + return k_context.RequestContext(**context_paras) diff --git a/dcorch/api/controllers/root.py b/dcorch/api/controllers/root.py new file mode 100644 index 000000000..44d269a9d --- /dev/null +++ b/dcorch/api/controllers/root.py @@ -0,0 +1,57 @@ +# Copyright (c) 2015 Huawei Tech. Co., Ltd. +# All Rights Reserved. +# +# 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. + + +import pecan + +from dcorch.api.controllers.v1 import root as v1_root + + +class RootController(object): + + @pecan.expose('json') + def _lookup(self, version, *remainder): + version = str(version) + minor_version = version[-1] + major_version = version[1] + remainder = remainder + (minor_version,) + if major_version == '1': + return v1_root.Controller(), remainder + + @pecan.expose(generic=True, template='json') + def index(self): + return { + "versions": [ + { + "status": "CURRENT", + "links": [ + { + "rel": "self", + "href": pecan.request.application_url + "/v1.0/" + } + ], + "id": "v1.0", + "updated": "2016-03-07" + } + ] + } + + @index.when(method='POST') + @index.when(method='PUT') + @index.when(method='DELETE') + @index.when(method='HEAD') + @index.when(method='PATCH') + def not_supported(self): + pecan.abort(405) diff --git a/dcorch/api/controllers/v1/__init__.py b/dcorch/api/controllers/v1/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/controllers/v1/alarm_manager.py b/dcorch/api/controllers/v1/alarm_manager.py new file mode 100644 index 000000000..08d44bd55 --- /dev/null +++ b/dcorch/api/controllers/v1/alarm_manager.py @@ -0,0 +1,85 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + +from dcorch.api.controllers import restcomm +from dcorch.db import api as db_api +from dcorch.rpc import client as rpc_client + +from oslo_log import log as logging + +from pecan import expose + +LOG = logging.getLogger(__name__) + + +class SubcloudAlarmController(object): + VERSION_ALIASES = { + 'Newton': '1.0', + } + + def __init__(self, *args, **kwargs): + super(SubcloudAlarmController, self).__init__(*args, **kwargs) + self.rpc_client = rpc_client.EngineClient() + + # to do the version compatibility for future purpose + def _determine_version_cap(self, target): + version_cap = 1.0 + return version_cap + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + def _get_alarm_aggregates(self): + context = restcomm.extract_context_from_environ() + alarms = db_api.subcloud_alarms_get_all(context) + summary = [] + for alarm in alarms: + alarm_dict = {'region_name': alarm['region_name'], + 'uuid': alarm['uuid'], + 'critical_alarms': alarm['critical_alarms'], + 'major_alarms': alarm['major_alarms'], + 'minor_alarms': alarm['minor_alarms'], + 'warnings': alarm['warnings'], + 'cloud_status': alarm['cloud_status']} + summary.append(alarm_dict) + return summary + + @index.when(method='GET', template='json') + def get(self, project): + """Get List of alarm summarys + + """ + return self._get_alarm_aggregates() + + def _get_alarm_summary(self): + context = restcomm.extract_context_from_environ() + alarms = db_api.subcloud_alarms_get_all(context) + summary = {'critical': 0, + 'degraded': 0, + 'ok': 0, + 'unreachable': 0} + for alarm in alarms: + summary[alarm['cloud_status']] += 1 + return summary + + @index.when(method='summary', template='json') + def summary(self, project): + """Get an agregate of all subcloud status + + :param project: UUID the project. + """ + return self._get_alarm_summary() diff --git a/dcorch/api/controllers/v1/root.py b/dcorch/api/controllers/v1/root.py new file mode 100644 index 000000000..46c83b3f4 --- /dev/null +++ b/dcorch/api/controllers/v1/root.py @@ -0,0 +1,50 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + + +from dcorch.api.controllers.v1 import alarm_manager +from dcorch.api.controllers.v1 import subcloud_manager +import pecan + + +class Controller(object): + + def _get_resource_controller(self, tenant_id, remainder): + if not remainder: + pecan.abort(404) + return + minor_version = remainder[-1] + remainder = remainder[:-1] + sub_controllers = dict() + if minor_version == '0': + sub_controllers["subclouds"] = subcloud_manager.\ + SubcloudController + sub_controllers["alarms"] = alarm_manager.\ + SubcloudAlarmController + for name, ctrl in sub_controllers.items(): + setattr(self, name, ctrl) + + resource = remainder[0] + if resource not in sub_controllers: + pecan.abort(404) + return + + # Pass the tenant_id for verification + remainder = (tenant_id,) + remainder[1:] + return sub_controllers[resource](), remainder + + @pecan.expose() + def _lookup(self, tenant_id, *remainder): + return self._get_resource_controller(tenant_id, remainder) diff --git a/dcorch/api/controllers/v1/subcloud_manager.py b/dcorch/api/controllers/v1/subcloud_manager.py new file mode 100644 index 000000000..ec614e020 --- /dev/null +++ b/dcorch/api/controllers/v1/subcloud_manager.py @@ -0,0 +1,93 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + +from oslo_log import log as logging +import oslo_messaging +from oslo_utils import uuidutils + +import pecan +from pecan import expose +from pecan import request + +from dcorch.api.controllers import restcomm +from dcorch.common.i18n import _ +from dcorch.rpc import client as rpc_client + + +LOG = logging.getLogger(__name__) + + +class SubcloudController(object): + VERSION_ALIASES = { + 'Newton': '1.0', + } + + def __init__(self, *args, **kwargs): + super(SubcloudController, self).__init__(*args, **kwargs) + self.rpc_client = rpc_client.EngineClient() + + # to do the version compatibility for future purpose + def _determine_version_cap(self, target): + version_cap = 1.0 + return version_cap + + @expose(generic=True, template='json') + def index(self): + # Route the request to specific methods with parameters + pass + + @index.when(method='POST', template='json') + def post(self, project): + """Sync resources present in one region to another region. + + """ + context = restcomm.extract_context_from_environ() + payload = eval(request.body) + if not payload: + pecan.abort(400, _('Body required')) + if not payload.get('subcloud'): + pecan.abort(400, _('subcloud required')) + job_id = uuidutils.generate_uuid() + return self._add_subcloud(job_id, payload, context) + + @index.when(method='delete', template='json') + def delete(self, project, subcloud): + """Delete the database entries of a given job_id. + + :param project: It's UUID of the project. + :param job_id: ID of the job for which the database entries + have to be deleted. + """ + context = restcomm.extract_context_from_environ() + try: + self.rpc_client.del_subcloud(context, subcloud) + return {'deleted': {'subcloud': subcloud}} + except oslo_messaging.RemoteError as ex: + if ex.exc_type == 'SubcloudNotFound': + pecan.abort(404, _('Subcloud not found')) + + def _add_subcloud(self, job_id, payload, context): + """Make an rpc call to engine. + + :param job_id: ID of the job to update values in database based on + the job_id. + :param payload: payload object. + :param context: context of the request. + :param result: Result object to return an output. + """ + name = payload['subcloud'] + version = '17.06' + self.rpc_client.add_subcloud(context, name, version) + return {'added': {'subcloud': name}} diff --git a/dcorch/api/enforcer.py b/dcorch/api/enforcer.py new file mode 100644 index 000000000..c2c56a262 --- /dev/null +++ b/dcorch/api/enforcer.py @@ -0,0 +1,71 @@ +# Copyright 2017 Ericsson AB. +# +# 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. + +"""Policy enforcer for DC Orchestrators.""" + +from oslo_config import cfg +from oslo_policy import policy + +from dcorch.common import exceptions as exc + + +_ENFORCER = None + + +def enforce(action, context, target=None, do_raise=True, + exc=exc.NotAuthorized): + """Verify that the action is valid on the target in this context. + + :param action: String, representing the action to be checked. + This should be colon separated for clarity. + i.e. ``sync:list`` + :param context: dcorch context. + :param target: Dictionary, representing the object of the action. + For object creation, this should be a dictionary + representing the location of the object. + e.g. ``{'project_id': context.project}`` + :param do_raise: if True (the default), raises specified exception. + :param exc: Exception to be raised if not authorized. Default is + dcorch.common.exceptions.NotAuthorized. + + :return: returns True if authorized and False if not authorized and + do_raise is False. + """ + if cfg.CONF.auth_strategy != 'keystone': + # Policy enforcement is supported now only with Keystone + # authentication. + return + + target_obj = { + 'project_id': context.project, + 'user_id': context.user, + } + + target_obj.update(target or {}) + _ensure_enforcer_initialization() + + try: + _ENFORCER.enforce(action, target_obj, context.to_dict(), + do_raise=do_raise, exc=exc) + return True + + except Exception: + return False + + +def _ensure_enforcer_initialization(): + global _ENFORCER + if not _ENFORCER: + _ENFORCER = policy.Enforcer(cfg.CONF) + _ENFORCER.load_rules() diff --git a/dcorch/api/proxy/__init__.py b/dcorch/api/proxy/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/proxy/apps/__init__.py b/dcorch/api/proxy/apps/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/proxy/apps/acceptor.py b/dcorch/api/proxy/apps/acceptor.py new file mode 100644 index 000000000..63b571bb5 --- /dev/null +++ b/dcorch/api/proxy/apps/acceptor.py @@ -0,0 +1,123 @@ +# Copyright 2017 Wind River +# +# 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. + +import routes + +from dcorch.api.proxy.apps.controller import CinderAPIController +from dcorch.api.proxy.apps.controller import ComputeAPIController +from dcorch.api.proxy.apps.controller import IdentityAPIController +from dcorch.api.proxy.apps.controller import NeutronAPIController +from dcorch.api.proxy.apps.controller import OrchAPIController +from dcorch.api.proxy.apps.controller import SysinvAPIController +from dcorch.api.proxy.apps.dispatcher import APIDispatcher +from dcorch.api.proxy.apps.patch import PatchAPIController +from dcorch.api.proxy.apps.router import Router +from dcorch.api.proxy.common import constants as proxy_consts +from dcorch.common import consts + +from oslo_config import cfg +from oslo_log import log as logging + + +LOG = logging.getLogger(__name__) + + +CONF = cfg.CONF + + +class Acceptor(Router): + + def __init__(self, app, conf): + self._default_dispatcher = APIDispatcher(app) + self.forwarder_map = { + consts.ENDPOINT_TYPE_COMPUTE: self._default_dispatcher, + consts.ENDPOINT_TYPE_PLATFORM: self._default_dispatcher, + consts.ENDPOINT_TYPE_VOLUME: self._default_dispatcher, + consts.ENDPOINT_TYPE_NETWORK: self._default_dispatcher, + consts.ENDPOINT_TYPE_IDENTITY: self._default_dispatcher, + } + if CONF.type in self.forwarder_map: + forwarder = self.forwarder_map[CONF.type] + else: + forwarder = None + + self.route_map = { + consts.ENDPOINT_TYPE_COMPUTE: self.add_compute_routes, + consts.ENDPOINT_TYPE_PLATFORM: self.add_platform_routes, + consts.ENDPOINT_TYPE_VOLUME: self.add_volume_routes, + consts.ENDPOINT_TYPE_NETWORK: self.add_network_routes, + consts.ENDPOINT_TYPE_PATCHING: self.add_patch_routes, + consts.ENDPOINT_TYPE_IDENTITY: self.add_identity_routes, + } + self._conf = conf + mapper = routes.Mapper() + self.add_routes(app, conf, mapper) + super(Acceptor, self).__init__(app, conf, mapper, forwarder) + + def add_routes(self, app, conf, mapper): + handler = self.route_map[CONF.type] + handler(app, conf, mapper) + + def add_compute_routes(self, app, conf, mapper): + api_controller = ComputeAPIController(app, conf) + orch_controller = OrchAPIController(app, conf) + + for key, value in proxy_consts.COMPUTE_PATH_MAP.iteritems(): + for k, v in value.iteritems(): + self._add_resource(mapper, api_controller, v, k, + CONF.type, key) + + self._add_resource(mapper, orch_controller, + proxy_consts.QUOTA_DETAIL_PATHS, + consts.RESOURCE_TYPE_COMPUTE_QUOTA_SET, + CONF.type, method=['GET']) + + def add_platform_routes(self, app, conf, mapper): + api_controller = SysinvAPIController(app, conf) + + for key, value in proxy_consts.SYSINV_PATH_MAP.iteritems(): + self._add_resource(mapper, api_controller, value, key, CONF.type) + + def add_volume_routes(self, app, conf, mapper): + api_controller = CinderAPIController(app, conf) + + for key, value in proxy_consts.CINDER_PATH_MAP.iteritems(): + for k, v in value.iteritems(): + self._add_resource(mapper, api_controller, v, k, + CONF.type, key) + + def add_network_routes(self, app, conf, mapper): + api_controller = NeutronAPIController(app, conf) + orch_controller = OrchAPIController(app, conf) + + for key, value in proxy_consts.NEUTRON_PATH_MAP.iteritems(): + self._add_resource(mapper, api_controller, value, key, CONF.type) + + self._add_resource(mapper, orch_controller, + proxy_consts.NEUTRON_QUOTA_DETAIL_PATHS, + consts.RESOURCE_TYPE_NETWORK_QUOTA_SET, + CONF.type, method=['GET']) + + def add_patch_routes(self, app, conf, mapper): + api_controller = PatchAPIController(app, conf) + + for key, value in proxy_consts.PATCH_PATH_MAP.iteritems(): + self._add_resource(mapper, api_controller, value, key, CONF.type) + + def add_identity_routes(self, app, conf, mapper): + api_controller = IdentityAPIController(app, conf) + + for key, value in proxy_consts.IDENTITY_PATH_MAP.iteritems(): + self._add_resource(mapper, api_controller, value, key, CONF.type) diff --git a/dcorch/api/proxy/apps/controller.py b/dcorch/api/proxy/apps/controller.py new file mode 100644 index 000000000..1485972a7 --- /dev/null +++ b/dcorch/api/proxy/apps/controller.py @@ -0,0 +1,649 @@ +# Copyright 2017 Wind River +# +# 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. + +import json +import webob.dec +import webob.exc + +from dcorch.api.proxy.apps.dispatcher import APIDispatcher +from dcorch.api.proxy.common import constants as proxy_consts +from dcorch.api.proxy.common.service import Middleware +from dcorch.api.proxy.common import utils as proxy_utils +from dcorch.common import consts +import dcorch.common.context as k_context +from dcorch.common import exceptions as exception +from dcorch.common import utils +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service.wsgi import Request + +from dcorch.rpc import client as rpc_client + + +LOG = logging.getLogger(__name__) + +controller_opts = [ + cfg.BoolOpt('show_request', + default=False, + help='Print out the request information'), + cfg.BoolOpt('show_response', + default=False, + help='Print out the response information'), +] + +CONF = cfg.CONF +CONF.register_opts(controller_opts) + + +class APIController(Middleware): + + def __init__(self, app, conf): + super(APIController, self).__init__(app) + self.ctxt = k_context.get_admin_context() + self._default_dispatcher = APIDispatcher(app) + self.rpc_client = rpc_client.EngineClient() + self.response_hander_map = {} + + @staticmethod + def get_status_code(response): + """Returns the integer status code from the response. + + """ + return response.status_int + + @staticmethod + def _get_resource_type_from_environ(request_environ): + return proxy_utils.get_routing_match_value(request_environ, 'action') + + @staticmethod + def get_resource_id_from_link(url): + return proxy_utils.get_url_path_components(url)[-1] + + @staticmethod + def get_request_header(environ): + from paste.request import construct_url + return construct_url(environ) + + def notify(self, environ, endpoint_type): + self.rpc_client.sync_request(self.ctxt, endpoint_type) + + def process_request(self, req): + return self._default_dispatcher + + def process_response(self, environ, request_body, response): + if CONF.show_response: + LOG.info("Response: (%s)", str(response)) + LOG.info("Response status: (%d)", self.get_status_code(response)) + handler = self.response_hander_map[CONF.type] + return handler(environ, request_body, response) + + def _update_response(self, environ, request_body, response): + # overwrite the usage numbers with the aggregated usage + # from dcorch + LOG.info("Query dcorch for usage info") + desired_fields = {'quota_set': 'in_use', + 'quota': 'used'} + project_id = proxy_utils.get_tenant_id(environ) + user_id = proxy_utils.get_user_id(environ) + response_data = json.loads(response.body) + # get the first match since it should only has one match + resource_type = next((x for x in desired_fields if x in response_data), + None) + if resource_type is None: + LOG.error("Could not find the quota data to update") + return response + + resource_info = response_data[resource_type] + try: + usage_dict = self.rpc_client.get_usage_for_project_and_user( + self.ctxt, CONF.type, project_id, user_id) + except Exception: + return response + + usage_info = json.dumps(usage_dict) + LOG.info("Project (%s) User (%s) aggregated usage: (%s)", + project_id, user_id, usage_info) + + quota_usage = desired_fields[resource_type] + to_be_updated = [res for res in usage_dict if res in resource_info] + for k in to_be_updated: + resource_info[k][quota_usage] = usage_dict[k] + response_data[resource_type] = resource_info + response.body = json.dumps(response_data) + return response + + @staticmethod + def print_environ(environ): + for name, value in sorted(environ.items()): + if (name not in ['CONTENT_LENGTH', 'CONTENT_TYPE'] and + not name.startswith('HTTP_')): + continue + LOG.info(' %s: %s\n' % (name, value)) + + @webob.dec.wsgify(RequestClass=Request) + def __call__(self, req): + if CONF.show_request: + self.print_request(req) + environ = req.environ + # copy the request body + request_body = req.body + application = self.process_request(req) + response = req.get_response(application) + return self.process_response(environ, request_body, response) + + @staticmethod + def print_request_body(body): + if body: + LOG.info("Request body:") + for line in body.splitlines(): + LOG.info(line.encode('string_escape') + '\n') + + def print_request(self, req): + environ = req.environ + length = int(req.environ.get('CONTENT_LENGTH') or '0') + LOG.info("Incoming request:(%s), content length: (%d)", + environ['REQUEST_METHOD'], length) + LOG.info("Request URL: (%s)\n", self.get_request_header(environ)) + LOG.info("Request header: \n") + for k, v in req.headers.iteritems(): + LOG.info(" %s: %s\n", k, v) + self.print_environ(environ) + self.print_request_body(req.body) + + +class ComputeAPIController(APIController): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_COMPUTE + RESOURCE_TYPE_MAP = { + consts.RESOURCE_TYPE_COMPUTE_QUOTA_SET: 'quota_set', + } + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + webob.exc.HTTPCreated.code, + webob.exc.HTTPAccepted.code, + webob.exc.HTTPNoContent.code + ] + + def __init__(self, app, conf): + super(ComputeAPIController, self).__init__(app, conf) + self.response_hander_map = { + self.ENDPOINT_TYPE: self._process_response + } + self._resource_handler = { + proxy_consts.FLAVOR_RESOURCE_TAG: self._process_flavor, + proxy_consts.FLAVOR_ACCESS_RESOURCE_TAG: + self._process_flavor_action, + proxy_consts.FLAVOR_EXTRA_SPECS_RESOURCE_TAG: + self._process_extra_spec, + proxy_consts.KEYPAIRS_RESOURCE_TAG: + self._process_keypairs, + proxy_consts.QUOTA_RESOURCE_TAG: + self._process_quota, + proxy_consts.QUOTA_CLASS_RESOURCE_TAG: + self._process_quota + } + + @staticmethod + def _get_resource_tag_from_header(url, operation, resource_type): + result = proxy_utils.get_url_path_components(url) + if (operation == consts.OPERATION_TYPE_DELETE or + resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_SET or + resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET): + return result[-2] + else: + return result[-1] + + @staticmethod + def _get_flavor_id_from_environ(environ): + return proxy_utils.get_routing_match_value(environ, 'flavor_id') + + def _process_response(self, environ, request_body, response): + operation_type = proxy_utils.get_operation_type(environ) + if self.get_status_code(response) in self.OK_STATUS_CODE and \ + operation_type != consts.OPERATION_TYPE_GET: + self._enqueue_work(environ, request_body, response) + self.notify(environ, self.ENDPOINT_TYPE) + return response + + def _process_flavor(self, **kwargs): + resource_id = None + resource_info = None + resource_type = kwargs.get('resource_type') + operation_type = kwargs.get('operation_type') + if operation_type == consts.OPERATION_TYPE_POST: + operation_type = consts.OPERATION_TYPE_CREATE + resp = json.loads(kwargs.get('response_body')) + resource = json.loads(kwargs.get('request_body')) + if resource_type in resource: + resource_info = resource[resource_type] + else: + LOG.info("Can't find resource type (%s) in request (%s)", + resource_type, resource) + + if resource_type in resp: + if 'links' in resp[resource_type]: + link = resp[resource_type]['links'][0] + resource_id = self.get_resource_id_from_link(link['href']) + + # update the resource id if it is available + if resource_id is not None: + resource_info['id'] = resource_id + resource_info = json.dumps(resource_info) + LOG.info("Resource id: (%s)", resource_id) + LOG.info("Resource info: (%s)", resource_info) + elif operation_type == consts.OPERATION_TYPE_DELETE: + resource_id = self.get_resource_id_from_link( + kwargs.get('request_header')) + LOG.info("Resource id: (%s), resource type: (%s)", + resource_id, resource_type) + else: + # it should never happen + LOG.info("Ignore request type: (%s)", operation_type) + + return operation_type, resource_id, resource_info + + def _process_flavor_action(self, **kwargs): + resource_id = self._get_flavor_id_from_environ(kwargs.get('environ')) + resource_info = kwargs.get('request_body') + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + consts.OPERATION_TYPE_ACTION, resource_id, resource_info) + return consts.OPERATION_TYPE_ACTION, resource_id, resource_info + + def _process_extra_spec(self, **kwargs): + environ = kwargs.get('environ') + resource_id = self._get_flavor_id_from_environ(environ) + operation_type = kwargs.get('operation_type') + if operation_type == consts.OPERATION_TYPE_DELETE: + extra_spec = proxy_utils.get_routing_match_value( + environ, 'extra_spec') + resource_dict = {consts.ACTION_EXTRASPECS_DELETE: extra_spec} + resource_info = json.dumps(resource_dict) + else: + resource_info = kwargs.get('request_body') + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + operation_type, resource_id, resource_info) + return consts.OPERATION_TYPE_ACTION, resource_id, resource_info + + def _process_keypairs(self, **kwargs): + resource_info = {} + user_id = None + environ = kwargs.get('environ') + operation_type = kwargs.get('operation_type') + if operation_type == consts.OPERATION_TYPE_POST: + operation_type = consts.OPERATION_TYPE_CREATE + request = json.loads(kwargs.get('request_body')) + resource_info = request[kwargs.get('resource_type')] + + if 'public_key' not in resource_info: + # need to get the public_key from response + resp = json.loads(kwargs.get('response_body')) + resp_info = resp.get(kwargs.get('resource_type')) + resource_info['public_key'] = resp_info.get('public_key') + + if 'user_id' in resource_info: + user_id = resource_info['user_id'] + resource_id = resource_info['name'] + else: + resource_id = proxy_utils.get_routing_match_value( + environ, consts.RESOURCE_TYPE_COMPUTE_KEYPAIR) + user_id = proxy_utils.get_user_id(environ) + + if user_id is None: + user_id = environ.get('HTTP_X_USER_ID', '') + + # resource_id = "name/user_id" + resource_id = utils.keypair_construct_id(resource_id, user_id) + resource_info = json.dumps(resource_info) + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + operation_type, resource_id, resource_info) + return operation_type, resource_id, resource_info + + def _process_quota(self, **kwargs): + environ = kwargs.get('environ') + resource_id = self.get_resource_id_from_link( + kwargs.get('request_header')) + resource_type = kwargs.get('resource_type') + operation_type = kwargs.get('operation_type') + if operation_type == consts.OPERATION_TYPE_DELETE: + resource_info = {} + else: + request = json.loads(kwargs.get('request_body')) + if resource_type in self.RESOURCE_TYPE_MAP: + resource_info = request[self.RESOURCE_TYPE_MAP.get( + resource_type)] + else: + resource_info = request[resource_type] + + # add user_id to resource if it is specified + user_id = proxy_utils.get_user_id(environ) + if user_id is not None: + resource_info['user_id'] = user_id + resource_info = json.dumps(resource_info) + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + operation_type, resource_id, resource_info) + return operation_type, resource_id, resource_info + + def _enqueue_work(self, environ, request_body, response): + LOG.info("enqueue_work") + request_header = self.get_request_header(environ) + operation_type = proxy_utils.get_operation_type(environ) + resource_type = self._get_resource_type_from_environ(environ) + resource_tag = self._get_resource_tag_from_header(request_header, + operation_type, + resource_type) + handler = self._resource_handler[resource_tag] + operation_type, resource_id, resource_info = handler( + environ=environ, + operation_type=operation_type, + resource_type=resource_type, + request_header=request_header, + request_body=request_body, + response_body=response.body) + + try: + utils.enqueue_work(self.ctxt, + self.ENDPOINT_TYPE, + resource_type, + resource_id, + operation_type, + resource_info) + except exception.ResourceNotFound as e: + raise webob.exc.HTTPNotFound(explanation=e.format_message()) + + +class SysinvAPIController(APIController): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_PLATFORM + RESOURCE_ID_MAP = { + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: 'ip_address', + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: 'community' + } + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + webob.exc.HTTPNoContent.code + ] + + def __init__(self, app, conf): + super(SysinvAPIController, self).__init__(app, conf) + self.response_hander_map = { + self.ENDPOINT_TYPE: self._process_response + } + + def _process_response(self, environ, request_body, response): + if self.get_status_code(response) in self.OK_STATUS_CODE: + self._enqueue_work(environ, request_body, response) + self.notify(environ, self.ENDPOINT_TYPE) + return response + + def _enqueue_work(self, environ, request_body, response): + LOG.info("enqueue_work") + resource_info = {} + request_header = self.get_request_header(environ) + operation_type = proxy_utils.get_operation_type(environ) + resource_type = self._get_resource_type_from_environ(environ) + # Firewall rule and certificate need special processing + p_resource_info = 'suppressed' + if resource_type == consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + resource_info['payload'] = request_body + resource = json.loads(response.body)[resource_type] + resource_id = resource['firewall_sig'] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + resource_info['payload'] = request_body + resource_info['content_type'] = environ.get('CONTENT_TYPE') + resource = json.loads(response.body)[resource_type] + resource_id = resource['signature'] + else: + if (operation_type == consts.OPERATION_TYPE_POST and + resource_type in self.RESOURCE_ID_MAP): + # need to get the id from the request data since it is + # not available in the header + rid = self.RESOURCE_ID_MAP.get(resource_type) + resource_id = json.loads(request_body)[rid] + else: + resource_id = self.get_resource_id_from_link(request_header) + + if operation_type != consts.OPERATION_TYPE_DELETE: + resource_info['payload'] = json.loads(request_body) + p_resource_info = resource_info + + LOG.info("Resource id: (%s), type: (%s), info: (%s)", + resource_id, resource_type, p_resource_info) + try: + utils.enqueue_work(self.ctxt, + self.ENDPOINT_TYPE, + resource_type, + resource_id, + operation_type, + json.dumps(resource_info)) + except exception.ResourceNotFound as e: + raise webob.exc.HTTPNotFound(explanation=e.format_message()) + + +class IdentityAPIController(APIController): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_IDENTITY + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + webob.exc.HTTPCreated.code, + webob.exc.HTTPAccepted.code, + webob.exc.HTTPNoContent.code + ] + + def __init__(self, app, conf): + super(IdentityAPIController, self).__init__(app, conf) + self.response_hander_map = { + self.ENDPOINT_TYPE: self._process_response + } + + def _process_response(self, environ, request_body, response): + if self.get_status_code(response) in self.OK_STATUS_CODE: + self._enqueue_work(environ, request_body, response) + self.notify(environ, self.ENDPOINT_TYPE) + return response + + def _generate_assignment_rid(self, url, environ): + resource_id = '' + # for role assignment or revocation, the URL is of format: + # /v3/projects/{project_id}/users/{user_id}/roles/{role_id} + # We need to extract all ID parameters from the URL + role_id = proxy_utils.get_routing_match_value(environ, 'role_id') + proj_id = proxy_utils.get_routing_match_value(environ, 'project_id') + user_id = proxy_utils.get_routing_match_value(environ, 'user_id') + + if (not role_id or not proj_id or not user_id): + LOG.error("Malformed Role Assignment or Revocation URL: %s", url) + else: + resource_id = "{}_{}_{}".format(proj_id, user_id, role_id) + return resource_id + + def _enqueue_work(self, environ, request_body, response): + LOG.info("enqueue_work") + resource_info = {} + request_header = self.get_request_header(environ) + operation_type = proxy_utils.get_operation_type(environ) + resource_type = self._get_resource_type_from_environ(environ) + + # if this is a Role Assignment or Revocation request then + # we need to extract Project ID, User ID and Role ID from the + # URL, and not just the Role ID + if (resource_type == + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS): + resource_id = self._generate_assignment_rid(request_header, + environ) + else: + if operation_type == consts.OPERATION_TYPE_POST: + # Retrieve the ID from the response + resource = json.loads(response.body).items()[0][1] + resource_id = resource['id'] + else: + resource_id = self.get_resource_id_from_link(request_header) + + if (operation_type != consts.OPERATION_TYPE_DELETE and request_body): + resource_info = json.loads(request_body) + + LOG.info("%s: Resource id: (%s), type: (%s), info: (%s)", + operation_type, resource_id, resource_type, resource_info) + try: + utils.enqueue_work(self.ctxt, + self.ENDPOINT_TYPE, + resource_type, + resource_id, + operation_type, + json.dumps(resource_info)) + except exception.ResourceNotFound as e: + raise webob.exc.HTTPNotFound(explanation=e.format_message()) + + +class CinderAPIController(APIController): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_VOLUME + RESOURCE_TYPE_MAP = { + consts.RESOURCE_TYPE_VOLUME_QUOTA_SET: 'quota_set', + } + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + ] + + def __init__(self, app, conf): + super(CinderAPIController, self).__init__(app, conf) + self.response_hander_map = { + self.ENDPOINT_TYPE: self._process_response + } + + def _process_response(self, environ, request_body, response): + if self.get_status_code(response) in self.OK_STATUS_CODE: + operation_type = proxy_utils.get_operation_type(environ) + if operation_type == consts.OPERATION_TYPE_GET: + if proxy_utils.show_usage(environ): + response = self._update_response(environ, request_body, + response) + else: + self._enqueue_work(environ, request_body, response) + self.notify(environ, self.ENDPOINT_TYPE) + return response + + def _enqueue_work(self, environ, request_body, response): + request_header = self.get_request_header(environ) + resource_id = self.get_resource_id_from_link(request_header) + resource_type = self._get_resource_type_from_environ(environ) + operation_type = proxy_utils.get_operation_type(environ) + if operation_type == consts.OPERATION_TYPE_DELETE: + resource_info = {} + else: + request = json.loads(request_body) + if resource_type in self.RESOURCE_TYPE_MAP: + resource_info = request[self.RESOURCE_TYPE_MAP.get( + resource_type)] + else: + resource_info = request[resource_type] + resource_info = json.dumps(resource_info) + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + operation_type, resource_id, resource_info) + try: + utils.enqueue_work(self.ctxt, + self.ENDPOINT_TYPE, + resource_type, + resource_id, + operation_type, + resource_info) + except exception.ResourceNotFound as e: + raise webob.exc.HTTPNotFound(explanation=e.format_message()) + + +class NeutronAPIController(APIController): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_NETWORK + RESOURCE_TYPE_MAP = { + consts.RESOURCE_TYPE_NETWORK_QUOTA_SET: 'quota', + } + # the following fields will be inserted to the resource_info if + # they are not presented in the request but are provided in the + # response + DESIRED_FIELDS = ['tenant_id', 'project_id'] + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + webob.exc.HTTPCreated.code, + webob.exc.HTTPNoContent.code + ] + + def __init__(self, app, conf): + super(NeutronAPIController, self).__init__(app, conf) + self.response_hander_map = { + self.ENDPOINT_TYPE: self._process_response + } + + def _process_response(self, environ, request_body, response): + if self.get_status_code(response) in self.OK_STATUS_CODE: + self._enqueue_work(environ, request_body, response) + self.notify(environ, self.ENDPOINT_TYPE) + return response + + def _enqueue_work(self, environ, request_body, response): + request_header = self.get_request_header(environ) + resource_type = self._get_resource_type_from_environ(environ) + operation_type = proxy_utils.get_operation_type(environ) + if operation_type == consts.OPERATION_TYPE_POST: + resource = json.loads(response.body)[resource_type] + resource_id = resource['id'] + else: + resource_id = self.get_resource_id_from_link(request_header) + + if operation_type == consts.OPERATION_TYPE_DELETE: + resource_info = {} + else: + request = json.loads(request_body) + if resource_type in self.RESOURCE_TYPE_MAP: + original_type = self.RESOURCE_TYPE_MAP.get( + resource_type) + else: + original_type = resource_type + resource_info = request[original_type] + if operation_type == consts.OPERATION_TYPE_POST: + resp_info = json.loads(response.body)[original_type] + for f in self.DESIRED_FIELDS: + if f not in resource_info and f in resp_info: + resource_info[f] = resp_info[f] + + resource_info = json.dumps(resource_info) + LOG.info("Operation:(%s), resource_id:(%s), resource_info:(%s)", + operation_type, resource_id, resource_info) + try: + utils.enqueue_work(self.ctxt, + self.ENDPOINT_TYPE, + resource_type, + resource_id, + operation_type, + resource_info) + except exception.ResourceNotFound as e: + raise webob.exc.HTTPNotFound(explanation=e.format_message()) + + +class OrchAPIController(APIController): + + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + ] + + def __init__(self, app, conf): + super(OrchAPIController, self).__init__(app, conf) + self.response_hander_map = { + consts.ENDPOINT_TYPE_COMPUTE: self._process_response, + consts.ENDPOINT_TYPE_NETWORK: self._process_response + } + + def _process_response(self, environ, request_body, response): + if self.get_status_code(response) in self.OK_STATUS_CODE: + response = self._update_response(environ, request_body, response) + return response diff --git a/dcorch/api/proxy/apps/dispatcher.py b/dcorch/api/proxy/apps/dispatcher.py new file mode 100644 index 000000000..094387d16 --- /dev/null +++ b/dcorch/api/proxy/apps/dispatcher.py @@ -0,0 +1,57 @@ +# Copyright 2017 Wind River +# +# 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. + +import webob.dec +import webob.exc + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.api.proxy.common import utils + +LOG = logging.getLogger(__name__) + +dispatch_opts = [ + cfg.StrOpt('remote_host', + default="192.168.204.2", + help='remote host for api proxy to forward the request'), + cfg.IntOpt('remote_port', + default=18774, + help='listen port for remote host'), +] + +CONF = cfg.CONF +CONF.register_opts(dispatch_opts, CONF.type) + + +class APIDispatcher(object): + """WSGI middleware that dispatch an incoming requests to a remote + + WSGI apps. + """ + + def __init__(self, app): + self._remote_host, self._remote_port = \ + utils.get_remote_host_port_options(CONF) + self.app = app + + @webob.dec.wsgify + def __call__(self, req): + """Route the incoming request to a remote host""" + LOG.debug("APIDispatcher dispatch the request to remote host: (%s), " + "port: (%d)" % (self._remote_host, self._remote_port)) + utils.set_request_forward_environ(req, self._remote_host, + self._remote_port) + return self.app diff --git a/dcorch/api/proxy/apps/filter.py b/dcorch/api/proxy/apps/filter.py new file mode 100644 index 000000000..9b0553c53 --- /dev/null +++ b/dcorch/api/proxy/apps/filter.py @@ -0,0 +1,63 @@ +# Copyright 2018 Wind River +# +# 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. + +import webob.dec +import webob.exc + +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service.wsgi import Request + +from dcorch.api.proxy.apps.proxy import Proxy +from dcorch.api.proxy.common.service import Middleware +from dcorch.api.proxy.common import utils +from dcorch.common import consts + +LOG = logging.getLogger(__name__) + +filter_opts = [ + cfg.StrOpt('user_header', + default=consts.TOPIC_ORCH_ENGINE, + help='An application specific header'), +] + +CONF = cfg.CONF + +CONF.register_opts(filter_opts) + + +class ApiFiller(Middleware): + """WSGI middleware that filters the API requests from the + + pipeline via an application specific header + + """ + + def __init__(self, app, conf): + self._default_dispatcher = Proxy() + self._remote_host, self._remote_port = \ + utils.get_remote_host_port_options(CONF) + super(ApiFiller, self).__init__(app) + + @webob.dec.wsgify(RequestClass=Request) + def __call__(self, req): + if ('HTTP_USER_HEADER' in req.environ and + req.environ['HTTP_USER_HEADER'] == CONF.user_header): + utils.set_request_forward_environ(req, self._remote_host, + self._remote_port) + LOG.debug("Forward dcorch-engine request to the API service") + return self._default_dispatcher + else: + return self.application diff --git a/dcorch/api/proxy/apps/patch.py b/dcorch/api/proxy/apps/patch.py new file mode 100644 index 000000000..82b6c5434 --- /dev/null +++ b/dcorch/api/proxy/apps/patch.py @@ -0,0 +1,225 @@ +# Copyright 2018 Wind River +# +# 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. + + +import glob +import json +import os +import shutil +import tarfile +import tempfile +import webob.dec +import webob.exc + +from cgcs_patch.exceptions import PatchMismatchFailure +from cgcs_patch.exceptions import PatchValidationFailure +from cgcs_patch.patch_functions import PatchData +from cgcs_patch.patch_functions import PatchFile +from dcmanager.common import consts as dcmanager_consts +from dcorch.api.proxy.apps.dispatcher import APIDispatcher +from dcorch.api.proxy.common import constants as proxy_consts +from dcorch.api.proxy.common.service import Middleware +from dcorch.api.proxy.common import utils as proxy_utils +from dcorch.common import consts +from dcorch.common import context +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service.wsgi import Request +from oslo_utils._i18n import _ + +from dcmanager.rpc import client as dcmanager_rpc_client + +LOG = logging.getLogger(__name__) + +patch_opts = [ + cfg.StrOpt('patch_vault', + default='/opt/patch-vault/', + help='file system for patch storage on SystemController'), +] + + +CONF = cfg.CONF +CONF.register_opts(patch_opts, CONF.type) + + +class PatchAPIController(Middleware): + + ENDPOINT_TYPE = consts.ENDPOINT_TYPE_PATCHING + OK_STATUS_CODE = [ + webob.exc.HTTPOk.code, + ] + + PATCH_META_DATA = 'metadata.xml' + SOFTWARE_VERSION = 'sw_version' + + def __init__(self, app, conf): + super(PatchAPIController, self).__init__(app) + self.ctxt = context.get_admin_context() + self._default_dispatcher = APIDispatcher(app) + self.rpc_client = dcmanager_rpc_client.ManagerClient() + self.response_hander_map = { + proxy_consts.PATCH_ACTION_UPLOAD: self.patch_upload_req, + proxy_consts.PATCH_ACTION_UPLOAD_DIR: self.patch_upload_dir_req, + proxy_consts.PATCH_ACTION_DELETE: self.patch_delete_req, + proxy_consts.PATCH_ACTION_APPLY: self.notify, + proxy_consts.PATCH_ACTION_COMMIT: self.notify, + proxy_consts.PATCH_ACTION_REMOVE: self.notify, + } + + @webob.dec.wsgify(RequestClass=Request) + def __call__(self, req): + # copy the request + request = req + application = self.process_request(req) + response = req.get_response(application) + return self.process_response(request, response) + + def ok_response(self, response): + rc = True + # check if the request was successful + if response.status_int in self.OK_STATUS_CODE: + data = json.loads(response.text) + if 'error' in data and data["error"] != "": + rc = False + else: + rc = False + + return rc + + def get_patch_sw_version(self, filename): + abs_patch = os.path.abspath(filename) + try: + PatchFile.read_patch(abs_patch, metadata_only=True) + patch_data = PatchData() + patch_id = patch_data.parse_metadata(self.PATCH_META_DATA) + sw_version = patch_data.query_line(patch_id, self.SOFTWARE_VERSION) + except PatchValidationFailure: + msg = _("Patch validation failed during extraction") + LOG.exception(msg) + raise webob.exc.HTTPUnprocessableEntity(explanation=msg) + except PatchMismatchFailure: + msg = _("Patch Mismatch during extraction") + LOG.exception(msg) + raise webob.exc.HTTPUnprocessableEntity(explanation=msg) + except tarfile.TarError: + msg = _("Failed during patch extraction") + LOG.exception(msg) + raise webob.exc.HTTPUnprocessableEntity(explanation=msg) + + return sw_version + + def copy_patch_to_version_vault(self, patch): + versioned_vault = CONF.patching.patch_vault + \ + self.get_patch_sw_version(patch) + if not os.path.isdir(versioned_vault): + os.makedirs(versioned_vault) + try: + shutil.copy(patch, versioned_vault) + except shutil.Error: + msg = _("Unable to store patch file (%s)") % patch + LOG.error(msg) + raise webob.exc.HTTPUnprocessableEntity(explanation=msg) + + @staticmethod + def delete_patch_from_version_vault(patch): + vault = CONF.patching.patch_vault + for name in os.listdir(vault): + fn = os.path.join(vault, name, patch) + if os.path.isfile(fn): + LOG.debug("Deleting (%s)", fn) + try: + os.remove(fn) + return + except OSError: + msg = ("Unable to remove patch file (%s) from the central" + "storage." % fn) + raise webob.exc.HTTPUnprocessableEntity(explanation=msg) + LOG.info("Patch (%s) was not found in (%s)", patch, vault) + + def store_patch_file(self, filename, fileno): + # the following copy method is taken from from api/controllers/root.py + # it is used for writing files from the http request stream chunk by + # chunk, rather than reading the file into memory as a whole + + # write the patch to a temporary directory first + tempdir = tempfile.mkdtemp(prefix="patch_proxy_", dir='/scratch') + fn = tempdir + '/' + os.path.basename(filename) + dst = os.open(fn, os.O_WRONLY | os.O_CREAT) + size = 64 * 1024 + n = size + while n >= size: + s = os.read(fileno, size) + n = os.write(dst, s) + os.close(dst) + + # copy the patch to the versioned vault + self.copy_patch_to_version_vault(fn) + shutil.rmtree(tempdir) + + def patch_upload_req(self, request, response): + # stores patch in the patch storage + file_item = request.POST['file'] + self.store_patch_file(file_item.filename, file_item.file.fileno()) + return response + + def patch_upload_dir_req(self, request, response): + files = [] + for key, path in request.GET.iteritems(): + LOG.info("upload-dir: Retrieving patches from %s" % path) + for f in glob.glob(path + '/*.patch'): + if os.path.isfile(f): + files.append(f) + + for f in files: + self.copy_patch_to_version_vault(f) + + return response + + def notify(self, request, response): + # Send a RPC to dcmanager + LOG.info("Send RPC to dcmanager to set patching sync status to " + "unknown") + self.rpc_client.update_subcloud_endpoint_status( + self.ctxt, + endpoint_type=self.ENDPOINT_TYPE, + sync_status=dcmanager_consts.SYNC_STATUS_UNKNOWN) + return response + + def patch_delete_req(self, request, response): + patch_ids = proxy_utils.get_routing_match_value(request.environ, + 'patch_id') + LOG.info("Deleting patches: %s", patch_ids) + patch_list = os.path.normpath(patch_ids).split(os.path.sep) + for patch_file in patch_list: + LOG.debug("Patch file:(%s)", patch_file) + self.delete_patch_from_version_vault(os.path.basename(patch_file) + + '.patch') + return response + + def process_request(self, req): + if CONF.show_request: + LOG.info("Request URL: (%s)", req.url) + return self._default_dispatcher + + def process_response(self, request, response): + if CONF.show_response: + LOG.info("Response: (%s)", str(response)) + LOG.info("Response status: (%s)", response.status) + action = proxy_utils.get_routing_match_value(request.environ, 'action') + if self.ok_response(response) and action in self.response_hander_map: + handler = self.response_hander_map[action] + return handler(request, response) + else: + return response diff --git a/dcorch/api/proxy/apps/proxy.py b/dcorch/api/proxy/apps/proxy.py new file mode 100644 index 000000000..655a0231b --- /dev/null +++ b/dcorch/api/proxy/apps/proxy.py @@ -0,0 +1,37 @@ +# Copyright 2017 Wind River +# +# 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. + +from dcorch.api.proxy.common.service import Application +from oslo_log import log as logging +from paste.proxy import TransparentProxy + + +LOG = logging.getLogger(__name__) + + +class Proxy(Application): + """A proxy that sends the request just as it was given, + + including respecting HTTP_HOST, wsgi.url_scheme, etc. + """ + + def __init__(self): + self.proxy_app = TransparentProxy() + + def __call__(self, environ, start_response): + LOG.debug("Proxy the request to the remote host: (%s)", environ[ + 'HTTP_HOST']) + result = self.proxy_app(environ, start_response) + return result diff --git a/dcorch/api/proxy/apps/router.py b/dcorch/api/proxy/apps/router.py new file mode 100644 index 000000000..317d95659 --- /dev/null +++ b/dcorch/api/proxy/apps/router.py @@ -0,0 +1,86 @@ +# Copyright 2017 Wind River +# +# 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. + + +import webob.dec +import webob.exc + +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service.wsgi import Request +from oslo_utils._i18n import _ +from routes.middleware import RoutesMiddleware + +from dcorch.api.proxy.common import constants +from dcorch.api.proxy.common.service import Middleware + +LOG = logging.getLogger(__name__) + +CONF = cfg.CONF + + +class Router(Middleware): + """WSGI middleware that maps incoming requests to WSGI apps. + + """ + + def __init__(self, app, conf, mapper, forwarder): + + """Create a router for the given routes.Mapper. + + """ + + self.map = mapper + self.forwarder = forwarder + self._router = RoutesMiddleware(self._dispatch, self.map) + super(Router, self).__init__(app) + + @webob.dec.wsgify(RequestClass=Request) + def __call__(self, req): + + """Route the incoming request to a controller based on self.map. + + """ + + return self._router + + @webob.dec.wsgify + def _dispatch(self, req): + + """Called by self._router after matching the incoming request to a + + route and putting the information into req.environ. + """ + + match = req.environ['wsgiorg.routing_args'][1] + if not match: + if self.forwarder: + return self.forwarder + msg = _('The request is not allowed in System Controller') + raise webob.exc.HTTPForbidden(explanation=msg) + LOG.debug("Found match action!") + app = match['controller'] + return app + + @staticmethod + def _add_resource(mapper, controller, paths, tag, endpoint_type, + action=None, method=None): + if action is None: + action = tag + if method is None: + method = constants.ROUTE_METHOD_MAP[endpoint_type].get(tag) + for path in paths: + mapper.connect(path, controller=controller, action=action, + conditions=dict(method=method)) diff --git a/dcorch/api/proxy/common/__init__.py b/dcorch/api/proxy/common/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/api/proxy/common/constants.py b/dcorch/api/proxy/common/constants.py new file mode 100755 index 000000000..0d4e33c8d --- /dev/null +++ b/dcorch/api/proxy/common/constants.py @@ -0,0 +1,368 @@ +# Copyright 2017 Wind River +# +# 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. + +from dcorch.common import consts + +# Compute +FLAVOR_RESOURCE_TAG = 'flavors' +FLAVOR_ACCESS_RESOURCE_TAG = 'action' +FLAVOR_EXTRA_SPECS_RESOURCE_TAG = 'os-extra_specs' +KEYPAIRS_RESOURCE_TAG = 'os-keypairs' +QUOTA_RESOURCE_TAG = 'os-quota-sets' +QUOTA_CLASS_RESOURCE_TAG = 'os-quota-class-sets' + +FLAVOR_PATHS = [ + '/v2.1/{project_id:.*?}/flavors', + '/v2.1/{project_id:.*?}/flavors/{flavor_id}' +] + +FLAVOR_ACCESS_PATHS = [ + '/v2.1/{project_id:.*?}/flavors/{flavor_id}/action' +] + +EXTRA_SPECS_PATHS = [ + '/v2.1/{project_id:.*?}/flavors/{flavor_id}/os-extra_specs', + '/v2.1/{project_id:.*?}/flavors/{flavor_id}/os-extra_specs/{extra_spec}' +] + +KEYPAIRS_PATHS = [ + '/v2.1/{project_id:.*?}/os-keypairs', + '/v2.1/{project_id:.*?}/os-keypairs/{keypair}' +] + +QUOTA_PATHS = [ + '/v2.1/{project_id:.*?}/os-quota-sets/{tenant_id}', +] + +QUOTA_DETAIL_PATHS = [ + '/v2.1/{project_id:.*?}/os-quota-sets/{tenant_id}/detail', +] + +QUOTA_CLASS_PATHS = [ + '/v2.1/{project_id:.*?}/os-quota-class-sets/{id}', +] + +COMPUTE_PATH_MAP = { + consts.RESOURCE_TYPE_COMPUTE_FLAVOR: { + FLAVOR_RESOURCE_TAG: FLAVOR_PATHS, + FLAVOR_ACCESS_RESOURCE_TAG: FLAVOR_ACCESS_PATHS, + FLAVOR_EXTRA_SPECS_RESOURCE_TAG: EXTRA_SPECS_PATHS + }, + consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: { + KEYPAIRS_RESOURCE_TAG: KEYPAIRS_PATHS + }, + consts.RESOURCE_TYPE_COMPUTE_QUOTA_SET: { + QUOTA_RESOURCE_TAG: QUOTA_PATHS, + }, + consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: { + QUOTA_CLASS_RESOURCE_TAG: QUOTA_CLASS_PATHS + }, +} + +# Sysinv +DNS_PATHS = [ + '/v1/idns/{uuid}' +] + +NTP_PATHS = [ + '/v1/intp/{uuid}' +] + +PTP_PATHS = [ + '/v1/ptp/{uuid}' +] + +TRAP_DEST_PATHS = [ + '/v1/itrapdest', + '/v1/itrapdest/{ip}' +] + +COMMUNITY_STRING_PATHS = [ + '/v1/icommunity', + '/v1/icommunity/{community}' +] + +REMOTELOGGING_PATHS = [ + '/v1/remotelogging/{uuid}' +] + +FIREWALLRULES_PATHS = [ + '/v1/firewallrules/import_firewall_rules' +] + +CERTIFICATE_PATHS = [ + '/v1/certificate/certificate_install' +] + +USER_PATHS = [ + '/v1/iuser/{uuid}' +] + + +SYSINV_PATH_MAP = { + consts.RESOURCE_TYPE_SYSINV_DNS: DNS_PATHS, + consts.RESOURCE_TYPE_SYSINV_NTP: NTP_PATHS, + consts.RESOURCE_TYPE_SYSINV_PTP: PTP_PATHS, + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: TRAP_DEST_PATHS, + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: COMMUNITY_STRING_PATHS, + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: REMOTELOGGING_PATHS, + consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: FIREWALLRULES_PATHS, + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: CERTIFICATE_PATHS, + consts.RESOURCE_TYPE_SYSINV_USER: USER_PATHS, +} + +# Cinder +CINDER_QUOTA_PATHS = [ + '/{version}/{admin_project_id}/os-quota-sets/{project_id}', +] + +CINDER_QUOTA_CLASS_PATHS = [ + '/{version}/{admin_project_id}/os-quota-class-sets/{quota_class_name}', +] + +CINDER_PATH_MAP = { + consts.RESOURCE_TYPE_VOLUME_QUOTA_SET: { + QUOTA_RESOURCE_TAG: CINDER_QUOTA_PATHS, + }, + consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: { + QUOTA_CLASS_RESOURCE_TAG: CINDER_QUOTA_CLASS_PATHS + }, +} + +# Neutron +NEUTRON_SECURITY_GROUPS_PATHS = [ + '/v2.0/security-groups', + '/v2.0/security-groups/{security_group_id}', +] + +NEUTRON_SECURITY_GROUP_RULES_PATHS = [ + '/v2.0/security-group-rules', + '/v2.0/security-group-rules/{security_group_rule_id}', +] + +NEUTRON_QOS_PATHS = [ + '/v2.0/qos/policies', + '/v2.0/wrs-tm/qoses', + '/v2.0/qos/policies/{policy_id}', + '/v2.0/wrs-tm/qoses/{policy_id}', +] + +NEUTRON_BANDWIDTH_LIMIT_RULES_PATHS = [ + '/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules', +] + +NEUTRON_DSCP_MARKING_RULES_PATHS = [ + '/v2.0/qos/policies/{policy_id}/dscp_marking_rules', +] + +NEUTRON_MINIMUM_BANDWIDTH_RULES_PATHS = [ + '/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules', + '/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}', +] + +NEUTRON_QUOTA_PATHS = [ + '/v2.0/quotas/{project_id}', +] + +NEUTRON_QUOTA_DETAIL_PATHS = [ + '/v2.0/quotas/{project_id}/details.json', +] + +NEUTRON_PATH_MAP = { + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: + NEUTRON_SECURITY_GROUPS_PATHS, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + NEUTRON_SECURITY_GROUP_RULES_PATHS, + consts.RESOURCE_TYPE_NETWORK_QUOTA_SET: + NEUTRON_QUOTA_PATHS, + consts.RESOURCE_TYPE_QOS_POLICY: + NEUTRON_QOS_PATHS, +} + +# Patching +# allow version request +PATCH_ACTION_GET_VERSION = 'version' +PATCH_ACTION_UPLOAD = 'upload' +PATCH_ACTION_UPLOAD_DIR = 'upload_dir' +PATCH_ACTION_APPLY = 'apply' +PATCH_ACTION_REMOVE = 'remove' +PATCH_ACTION_DELETE = 'delete' +PATCH_ACTION_QUERY = 'query' +PATCH_ACTION_SHOW = 'show' +PATCH_ACTION_COMMIT = 'commit' +PATCH_ACTION_WHAT_REQS = 'what_requires' +PATCH_ACTION_QUERY_DEPS = 'query_dependencies' + +PATCH_API_VERSION = ['/'] + +PATCH_UPLOAD_PATHS = [ + '/v1/upload', + '/patch/upload', +] + +# upload_dir is not supported for REST API access +PATCH_UPLOAD_DIR_PATHS = [ + '/patch/upload_dir' +] + +PATCH_APPLY_PATHS = [ + '/v1/apply/{patch_id}', + '/patch/apply/{patch_id:.*?}', +] + +PATCH_REMOVE_PATHS = [ + '/v1/remove/{patch_id}', + '/patch/remove/{patch_id:.*?}', +] + +PATCH_DELETE_PATHS = [ + '/v1/delete/{patch_id}', + '/patch/delete/{patch_id:.*?}', +] + +PATCH_QUERY_PATHS = [ + '/v1/query', + '/patch/query', +] + +PATCH_SHOW_PATHS = [ + '/v1/show/{patch_id}', + '/patch/show/{patch_id:.*?}', +] + +PATCH_COMMIT_PATHS = [ + '/patch/commit_dry_run/{patch_id:.*?}', + '/patch/commit/{patch_id:.*?}', +] + +PATCH_WHAT_REQS_PATHS = [ + '/patch/what_requires/{patch_id:.*?}' +] + +PATCH_QUERY_DEPS_PATHS = [ + '/patch/query_dependencies/{patch_id:.*?}' +] + +PATCH_PATH_MAP = { + PATCH_ACTION_GET_VERSION: PATCH_API_VERSION, + PATCH_ACTION_UPLOAD: PATCH_UPLOAD_PATHS, + PATCH_ACTION_UPLOAD_DIR: PATCH_UPLOAD_DIR_PATHS, + PATCH_ACTION_APPLY: PATCH_APPLY_PATHS, + PATCH_ACTION_REMOVE: PATCH_REMOVE_PATHS, + PATCH_ACTION_DELETE: PATCH_DELETE_PATHS, + PATCH_ACTION_QUERY: PATCH_QUERY_PATHS, + PATCH_ACTION_SHOW: PATCH_SHOW_PATHS, + PATCH_ACTION_COMMIT: PATCH_COMMIT_PATHS, + PATCH_ACTION_WHAT_REQS: PATCH_WHAT_REQS_PATHS, + PATCH_ACTION_QUERY_DEPS: PATCH_QUERY_DEPS_PATHS, +} + +# Identity +IDENTITY_USERS_PATH = [ + '/v3/users', + '/v3/users/{user_id}', +] + +IDENTITY_USERS_PW_PATH = [ + '/v3/users/{user_id}/password', +] + +IDENTITY_USER_GROUPS_PATH = [ + '/v3/groups', + '/v3/groups/{group_id}', + '/v3/groups/{group_id}/users/{user_id}', +] + +IDENTITY_ROLES_PATH = [ + '/v3/roles', + '/v3/roles/{role_id}', +] + +IDENTITY_PROJECTS_PATH = [ + '/v3/projects', + '/v3/projects/{project_id}', +] + +IDENTITY_PROJECTS_ROLE_PATH = [ + '/v3/projects/{project_id}/users/{user_id}/roles/{role_id}', + +] + +IDENTITY_PATH_MAP = { + consts.RESOURCE_TYPE_IDENTITY_USERS: IDENTITY_USERS_PATH, + consts.RESOURCE_TYPE_IDENTITY_USERS_PASSWORD: IDENTITY_USERS_PW_PATH, + consts.RESOURCE_TYPE_IDENTITY_ROLES: IDENTITY_ROLES_PATH, + consts.RESOURCE_TYPE_IDENTITY_PROJECTS: IDENTITY_PROJECTS_PATH, + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS: + IDENTITY_PROJECTS_ROLE_PATH +} + +ROUTE_METHOD_MAP = { + consts.ENDPOINT_TYPE_COMPUTE: { + FLAVOR_RESOURCE_TAG: ['POST', 'DELETE'], + FLAVOR_ACCESS_RESOURCE_TAG: ['POST'], + FLAVOR_EXTRA_SPECS_RESOURCE_TAG: ['POST', 'PUT', 'DELETE'], + KEYPAIRS_RESOURCE_TAG: ['POST', 'DELETE'], + QUOTA_RESOURCE_TAG: ['PUT', 'DELETE', 'GET'], + QUOTA_CLASS_RESOURCE_TAG: ['PUT'], + }, + consts.ENDPOINT_TYPE_VOLUME: { + QUOTA_RESOURCE_TAG: ['PUT', 'DELETE', 'GET'], + QUOTA_CLASS_RESOURCE_TAG: ['PUT'], + }, + consts.ENDPOINT_TYPE_PLATFORM: { + consts.RESOURCE_TYPE_SYSINV_DNS: ['PATCH', 'PUT'], + consts.RESOURCE_TYPE_SYSINV_NTP: ['PATCH', 'PUT'], + consts.RESOURCE_TYPE_SYSINV_PTP: ['PATCH', 'PUT'], + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: ['POST', 'DELETE'], + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: ['POST', 'DELETE'], + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: ['PATCH'], + consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: ['POST'], + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: ['POST'], + consts.RESOURCE_TYPE_SYSINV_USER: ['PATCH', 'PUT'], + }, + consts.ENDPOINT_TYPE_NETWORK: { + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: ['POST', 'PUT', 'DELETE'], + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: ['POST', 'DELETE'], + consts.RESOURCE_TYPE_NETWORK_QUOTA_SET: ['PUT', 'DELETE'], + consts.RESOURCE_TYPE_QOS_POLICY: ['POST', 'PUT', 'DELETE'], + }, + consts.ENDPOINT_TYPE_PATCHING: { + PATCH_ACTION_GET_VERSION: ['GET'], + PATCH_ACTION_UPLOAD: ['POST'], + PATCH_ACTION_UPLOAD_DIR: ['POST'], + PATCH_ACTION_APPLY: ['POST'], + PATCH_ACTION_REMOVE: ['POST'], + PATCH_ACTION_DELETE: ['POST'], + PATCH_ACTION_QUERY: ['GET'], + PATCH_ACTION_SHOW: ['POST', 'GET'], + PATCH_ACTION_COMMIT: ['POST'], + PATCH_ACTION_WHAT_REQS: ['GET'], + PATCH_ACTION_QUERY_DEPS: ['GET'], + }, + consts.ENDPOINT_TYPE_IDENTITY: { + consts.RESOURCE_TYPE_IDENTITY_USERS: + ['POST', 'PATCH', 'DELETE'], + consts.RESOURCE_TYPE_IDENTITY_USERS_PASSWORD: + ['POST'], + consts.RESOURCE_TYPE_IDENTITY_ROLES: + ['POST', 'PATCH', 'DELETE'], + consts.RESOURCE_TYPE_IDENTITY_PROJECTS: + ['POST', 'PATCH', 'DELETE'], + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS: + ['PUT', 'DELETE'] + + } +} diff --git a/dcorch/api/proxy/common/service.py b/dcorch/api/proxy/common/service.py new file mode 100644 index 000000000..8a614ad8f --- /dev/null +++ b/dcorch/api/proxy/common/service.py @@ -0,0 +1,91 @@ +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + +from oslo_log import log as logging +from oslo_service.wsgi import Request +import webob.dec +import webob.exc + +LOG = logging.getLogger(__name__) + + +class Application(object): + + @classmethod + def factory(cls, global_config, **local_config): + """Used for paste app factories in paste.deploy config files. + + """ + return cls(**local_config) + + def __call__(self, environ, start_response): + raise NotImplementedError('You must implement __call__') + + +class Middleware(Application): + + """Base WSGI middleware wrapper. + + These classes require an application to be + initialized that will be called next. By default the middleware will + simply call its wrapped app, or you can override __call__ to customize its + behavior. + """ + + @classmethod + def factory(cls, global_config, **local_config): + + """Used for paste app factories in paste.deploy config files. + + Any local configuration (that is, values under the [filter:APPNAME] + section of the paste config) will be passed into the `__init__` method + as kwargs. + """ + + def _factory(app): + return cls(app, global_config, **local_config) + return _factory + + def __init__(self, application): + self.application = application + + def process_request(self, req): + + """Called on each request. + + If this returns None, the next application down the stack will be + executed. If it returns a response then that response will be returned + and execution will stop here. + """ + + return None + + def process_response(self, response): + """Do whatever you'd like to the response.""" + return response + + @webob.dec.wsgify(RequestClass=Request) + def __call__(self, req): + response = self.process_request(req) + if response: + return response + # call the next app on the stack to process the request + response = req.get_response(self.application) + return self.process_response(response) diff --git a/dcorch/api/proxy/common/utils.py b/dcorch/api/proxy/common/utils.py new file mode 100644 index 000000000..666316e30 --- /dev/null +++ b/dcorch/api/proxy/common/utils.py @@ -0,0 +1,110 @@ +# Copyright 2017 Wind River +# +# 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. + +from dcorch.common import consts +from oslo_log import log as logging +from urlparse import urlparse + +LOG = logging.getLogger(__name__) + + +def get_host_port_options(cfg): + if cfg.type == consts.ENDPOINT_TYPE_COMPUTE: + return cfg.compute.bind_host, cfg.compute.bind_port + elif cfg.type == consts.ENDPOINT_TYPE_PLATFORM: + return cfg.platform.bind_host, cfg.platform.bind_port + elif cfg.type == consts.ENDPOINT_TYPE_NETWORK: + return cfg.network.bind_host, cfg.network.bind_port + elif cfg.type == consts.ENDPOINT_TYPE_PATCHING: + return cfg.patching.bind_host, cfg.patching.bind_port + elif cfg.type == consts.ENDPOINT_TYPE_VOLUME: + return cfg.volume.bind_host, cfg.volume.bind_port + elif cfg.type == consts.ENDPOINT_TYPE_IDENTITY: + return cfg.identity.bind_host, cfg.identity.bind_port + else: + LOG.error("Type: %s is undefined! Ignoring", cfg.type) + return None, None + + +def get_remote_host_port_options(cfg): + if cfg.type == consts.ENDPOINT_TYPE_COMPUTE: + return cfg.compute.remote_host, cfg.compute.remote_port + elif cfg.type == consts.ENDPOINT_TYPE_PLATFORM: + return cfg.platform.remote_host, cfg.platform.remote_port + elif cfg.type == consts.ENDPOINT_TYPE_NETWORK: + return cfg.network.remote_host, cfg.network.remote_port + elif cfg.type == consts.ENDPOINT_TYPE_PATCHING: + return cfg.patching.remote_host, cfg.patching.remote_port + elif cfg.type == consts.ENDPOINT_TYPE_VOLUME: + return cfg.volume.remote_host, cfg.volume.remote_port + elif cfg.type == consts.ENDPOINT_TYPE_IDENTITY: + return cfg.identity.remote_host, cfg.identity.remote_port + else: + LOG.error("Type: %s is undefined! Ignoring", cfg.type) + return None, None + + +def get_url_path_components(url): + result = urlparse(url) + return result.path.split('/') + + +def get_routing_match_arguments(environ): + return environ['wsgiorg.routing_args'][1] + + +def get_routing_match_value(environ, key): + match = get_routing_match_arguments(environ) + if key in match: + return match[key] + else: + LOG.info("(%s) is not available in routing match arguments.", key) + for k, v in match.iteritems(): + LOG.info("Match key:(%s), value:(%s)", k, v) + return None + + +def get_operation_type(environ): + return environ['REQUEST_METHOD'].lower() + + +def get_id_from_query_string(environ, id): + import six.moves.urllib.parse as six_urlparse + params = six_urlparse.parse_qs(environ.get('QUERY_STRING', '')) + return params.get(id, [None])[0] + + +def get_user_id(environ): + return get_id_from_query_string(environ, 'user_id') + + +def show_usage(environ): + return get_id_from_query_string(environ, 'usage') == 'True' + + +def get_tenant_id(environ): + return get_routing_match_value(environ, 'tenant_id') + + +def set_request_forward_environ(req, remote_host, remote_port): + req.environ['HTTP_X_FORWARDED_SERVER'] = req.environ.get( + 'HTTP_HOST', '') + req.environ['HTTP_X_FORWARDED_SCHEME'] = req.environ['wsgi.url_scheme'] + req.environ['HTTP_HOST'] = remote_host + ':' + str(remote_port) + req.environ['SERVER_NAME'] = remote_host + req.environ['SERVER_PORT'] = remote_port + if ('REMOTE_ADDR' in req.environ and 'HTTP_X_FORWARDED_FOR' not in + req.environ): + req.environ['HTTP_X_FORWARDED_FOR'] = req.environ['REMOTE_ADDR'] diff --git a/dcorch/cmd/README.rst b/dcorch/cmd/README.rst new file mode 100755 index 000000000..f52275d7b --- /dev/null +++ b/dcorch/cmd/README.rst @@ -0,0 +1,18 @@ +=============================== +cmd +=============================== + +Scripts to start the DC Orchestrators API and Engine services + +api.py: + start API service + python api.py --config-file=/etc/dcorch.conf + +engine.py: + start Engine service + python engine.py --config-file=/etc/dcorch.conf + +manage.py: + CLI interface for DC Orchestrators management + dcorch-manage --config-file /etc/dcorch.conf db_sync + dcorch-manage --config-file /etc/dcorch.conf db_version diff --git a/dcorch/cmd/__init__.py b/dcorch/cmd/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/cmd/api.py b/dcorch/cmd/api.py new file mode 100644 index 000000000..fcfc60e23 --- /dev/null +++ b/dcorch/cmd/api.py @@ -0,0 +1,70 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. + +# Much of this module is based on the work of the Ironic team +# see http://git.openstack.org/cgit/openstack/ironic/tree/ironic/cmd/api.py + + +import sys + +import eventlet +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service import systemd +from oslo_service import wsgi + +import logging as std_logging + +from dcorch.api import api_config +from dcorch.api import app + +from dcorch.common import config +from dcorch.common import messaging + +CONF = cfg.CONF +config.register_options() +LOG = logging.getLogger('dcorch.api') +eventlet.monkey_patch(os=False) + + +def main(): + api_config.init(sys.argv[1:]) + api_config.setup_logging() + application = app.setup_app() + + host = CONF.bind_host + port = CONF.bind_port + workers = CONF.api_workers + + if workers < 1: + LOG.warning("Wrong worker number, worker = %(workers)s", workers) + workers = 1 + + LOG.info("Server on http://%(host)s:%(port)s with %(workers)s", + {'host': host, 'port': port, 'workers': workers}) + messaging.setup() + systemd.notify_once() + service = wsgi.Server(CONF, "OrchEngine", application, host, port) + + app.serve(service, CONF, workers) + + LOG.info("Configuration:") + CONF.log_opt_values(LOG, std_logging.INFO) + + app.wait() + + +if __name__ == '__main__': + main() diff --git a/dcorch/cmd/api_proxy.py b/dcorch/cmd/api_proxy.py new file mode 100644 index 000000000..74229a0dd --- /dev/null +++ b/dcorch/cmd/api_proxy.py @@ -0,0 +1,100 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved. +# +# 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. + +# Much of this module is based on the work of the Ironic team +# see http://git.openstack.org/cgit/openstack/ironic/tree/ironic/cmd/api.py + + +import sys + +import eventlet +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service import systemd +from oslo_service import wsgi + +import logging as std_logging + +from dcmanager.common import messaging as dcmanager_messaging +from dcorch.api import api_config +from dcorch.api import app + +from dcorch.common import config +from dcorch.common import consts +from dcorch.common import messaging + +from dcorch.api.proxy.common import utils + +proxy_opts = [ + cfg.StrOpt('bind_host', + default="0.0.0.0", + help='IP address for api proxy to listen'), + cfg.IntOpt('bind_port', + default=28774, + help='listen port for api proxy'), +] + +proxy_cli_opts = [ + cfg.StrOpt('type', + default="compute", + help='Type of the proxy service'), +] + +CONF = cfg.CONF + +config.register_options() +CONF.register_cli_opts(proxy_cli_opts) + +LOG = logging.getLogger('dcorch.api.proxy') +eventlet.monkey_patch(os=False) + + +def main(): + api_config.init(sys.argv[1:]) + api_config.setup_logging() + + messaging.setup() + dcmanager_messaging.setup() + + application = app.load_paste_app() + + if CONF.type not in consts.ENDPOINT_TYPES_LIST: + LOG.error("Unsupported endpoint type: (%s)", CONF.type) + sys.exit(1) + + CONF.register_opts(proxy_opts, CONF.type) + + host, port = utils.get_host_port_options(CONF) + workers = CONF.api_workers + + if workers < 1: + LOG.warning("Wrong worker number, worker = %(workers)s", workers) + workers = 1 + + LOG.info("Server on http://%(host)s:%(port)s with %(workers)s", + {'host': host, 'port': port, 'workers': workers}) + systemd.notify_once() + service = wsgi.Server(CONF, CONF.prog, application, host, port) + + app.serve(service, CONF, workers) + + LOG.info("Configuration:") + CONF.log_opt_values(LOG, std_logging.INFO) + + app.wait() + + +if __name__ == '__main__': + main() diff --git a/dcorch/cmd/engine.py b/dcorch/cmd/engine.py new file mode 100644 index 000000000..704cef79a --- /dev/null +++ b/dcorch/cmd/engine.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python +# +# 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. + +""" +DC Orchestrators Engine Server. +""" + +import eventlet +eventlet.monkey_patch() + +from oslo_config import cfg +from oslo_i18n import _lazy +from oslo_log import log as logging +from oslo_service import service + +from dcmanager.common import messaging as dmanager_messaging +from dcorch.common import config +from dcorch.common import consts +from dcorch.common import messaging +from dcorch.engine import service as engine + +_lazy.enable_lazy() +config.register_options() +LOG = logging.getLogger('dcorch.engine') + + +def main(): + logging.register_options(cfg.CONF) + cfg.CONF(project='dcorch', prog='dcorch-engine') + logging.setup(cfg.CONF, 'dcorch-engine') + logging.set_defaults() + messaging.setup() + dmanager_messaging.setup() + + srv = engine.EngineService(cfg.CONF.host, + consts.TOPIC_ORCH_ENGINE) + launcher = service.launch(cfg.CONF, + srv, workers=cfg.CONF.workers) + # the following periodic tasks are intended serve as HA checking + # srv.create_periodic_tasks() + launcher.wait() + +if __name__ == '__main__': + main() diff --git a/dcorch/cmd/manage.py b/dcorch/cmd/manage.py new file mode 100644 index 000000000..e389f3dc9 --- /dev/null +++ b/dcorch/cmd/manage.py @@ -0,0 +1,78 @@ +# 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. + +""" +CLI interface for dc-dcorch management. +""" + +import sys + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common import config +from dcorch.db import api +from dcorch import version + +config.register_options() +CONF = cfg.CONF + + +def do_db_version(): + '''Print database's current migration level.''' + print(api.db_version(api.get_engine())) + + +def do_db_sync(): + '''Place a database under migration control and upgrade. + + DB is created first if necessary. + ''' + api.db_sync(api.get_engine(), CONF.command.version) + + +def add_command_parsers(subparsers): + parser = subparsers.add_parser('db_version') + parser.set_defaults(func=do_db_version) + + parser = subparsers.add_parser('db_sync') + parser.set_defaults(func=do_db_sync) + parser.add_argument('version', nargs='?') + parser.add_argument('current_version', nargs='?') + +command_opt = cfg.SubCommandOpt('command', + title='Commands', + help='Show available commands.', + handler=add_command_parsers) + + +def main(): + logging.register_options(CONF) + logging.setup(CONF, 'dcorch-manage') + CONF.register_cli_opt(command_opt) + + try: + default_config_files = cfg.find_config_files('dcorch', + 'dcorch-engine') + CONF(sys.argv[1:], project='dcorch', prog='dcorch-manage', + version=version.version_info.version_string(), + default_config_files=default_config_files) + except RuntimeError as e: + sys.exit("ERROR: %s" % e) + + try: + CONF.command.func() + except Exception as e: + sys.exit("ERROR: %s" % e) + +if __name__ == '__main__': + main() diff --git a/dcorch/cmd/snmp.py b/dcorch/cmd/snmp.py new file mode 100644 index 000000000..dda92d160 --- /dev/null +++ b/dcorch/cmd/snmp.py @@ -0,0 +1,42 @@ +#!/usr/bin/env python +# +# 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. + +""" +DC Orchestrators SNMP Server. +""" + +from dcorch.common import messaging +from dcorch.snmp import service as snmp_engine +from dcorch.snmp import snmp_config + +from oslo_config import cfg +from oslo_log import log as logging + +import sys + +LOG = logging.getLogger('dcorch.snmp') + + +def main(): + snmp_config.init(sys.argv[1:]) + cfg.CONF(project='dcorch', prog='dcorch-snmp') + logging.setup(cfg.CONF, 'dcorch-snmp') + logging.set_defaults() + messaging.setup() + + snmp_engine.SNMPService(cfg) + + +if __name__ == '__main__': + main() diff --git a/dcorch/common/__init__.py b/dcorch/common/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/common/config.py b/dcorch/common/config.py new file mode 100644 index 000000000..df69e4620 --- /dev/null +++ b/dcorch/common/config.py @@ -0,0 +1,230 @@ +# Copyright 2016 Ericsson AB +# 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. + +""" +File to store all the configurations +""" +from oslo_config import cfg + +global_opts = [ + cfg.BoolOpt('use_default_quota_class', + default=True, + help='Enables or disables use of default quota class ' + 'with default quota.'), + cfg.IntOpt('report_interval', + default=60, + help='Seconds between running periodic reporting tasks.'), +] + +# Pecan_opts +pecan_opts = [ + cfg.StrOpt( + 'root', + default='dcorch.api.controllers.root.RootController', + help='Pecan root controller' + ), + cfg.ListOpt( + 'modules', + default=["dcorch.api"], + help='A list of modules where pecan will search for applications.' + ), + cfg.BoolOpt( + 'debug', + default=False, + help='Enables the ability to display tracebacks in the browser and' + 'interactively debug during development.' + ), + cfg.BoolOpt( + 'auth_enable', + default=True, + help='Enables user authentication in pecan.' + ) +] + + +# Global nova quotas for all projects +nova_quotas = [ + cfg.IntOpt('quota_instances', + default=10, + help='Number of instances allowed per project'), + cfg.IntOpt('quota_cores', + default=20, + help='Number of instance cores allowed per project'), + cfg.IntOpt('quota_ram', + default=50 * 1024, + help='Megabytes of instance RAM allowed per project'), + cfg.IntOpt('quota_floating_ips', + default=10, + help='Number of floating IPs allowed per project'), + cfg.IntOpt('quota_fixed_ips', + default=-1, + help='Number of fixed IPs allowed per project (this should be ' + 'at least the number of instances allowed)'), + cfg.IntOpt('quota_metadata_items', + default=128, + help='Number of metadata items allowed per instance'), + cfg.IntOpt('quota_security_groups', + default=10, + help='Number of security groups per project'), + cfg.IntOpt('quota_key_pairs', + default=100, + help='Number of key pairs per user'), +] + +# Global neutron quotas for all projects +neutron_quotas = [ + cfg.IntOpt('quota_network', + default=10, + help='Number of networks allowed per project. ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_subnet', + default=10, + help='Number of subnets allowed per project, ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_port', + default=50, + help='Number of ports allowed per project. ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_security_group', + default=10, + help='Number of security groups allowed per project. ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_security_group_rule', + default=100, + help='Number of security rules allowed per project. ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_router', + default=10, + help='Number of routers allowed per project. ' + 'A negative value means unlimited.'), + cfg.IntOpt('quota_floatingip', + default=50, + help='Number of floating IPs allowed per project. ' + 'A negative value means unlimited.') +] + +# Global cinder quotas for all projects +cinder_quotas = [ + cfg.IntOpt('quota_volumes', + default=10, + help='Number of volumes allowed per project.'), + cfg.IntOpt('quota_snapshots', + default=10, + help='Number of volume snapshots allowed per project.'), + cfg.IntOpt('quota_gigabytes', + default=1000, + help='Total amount of storage, in gigabytes, allowed ' + 'for volumes and snapshots per project.'), + cfg.IntOpt('quota_backups', default=10, + help='Number of volume backups allowed per project.'), + cfg.IntOpt('quota_backup_gigabytes', + default=1000, + help='Total amount of storage, in gigabytes, allowed ' + 'for backups per project.') +] + +# OpenStack credentials used for Endpoint Cache +cache_opts = [ + cfg.StrOpt('auth_uri', + help='Keystone authorization url'), + cfg.StrOpt('identity_uri', + help='Keystone service url'), + cfg.StrOpt('admin_username', + help='Username of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_password', + help='Password of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_tenant', + help='Tenant name of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_user_domain_name', + default='Default', + help='User domain name of admin account, needed when' + ' auto_refresh_endpoint set to True'), + cfg.StrOpt('admin_project_domain_name', + default='Default', + help='Project domain name of admin account, needed when' + ' auto_refresh_endpoint set to True') +] + +scheduler_opts = [ + cfg.BoolOpt('periodic_enable', + default=True, + help='boolean value for enable/disenable periodic tasks'), + cfg.IntOpt('periodic_interval', + default=600, + help='periodic time interval for automatic quota sync job' + ' and resource sync audit') +] + +common_opts = [ + cfg.IntOpt('workers', default=1, + help='number of workers'), + cfg.StrOpt('host', + default='localhost', + help='hostname of the machine'), + cfg.StrOpt('disable_audit_endpoints', + default='', + help='endpoints for which audit is disabled') +] + +snmp_server_opts = [ + cfg.StrOpt('snmp_ip', default='0.0.0.0', + help='ip to listen on'), + cfg.IntOpt('snmp_port', + default=162, + help='snmp trap port'), + cfg.StrOpt('snmp_comm_str', default='dcorchAlarmAggregator', + help='community string'), + cfg.StrOpt('snmp_sec_area', default='fm-aggregator', + help='security area'), + cfg.IntOpt('delay_time', + default=60, + help='min time between update requests per server'), + cfg.IntOpt('alarm_audit_interval_time', + default=787, + help='interval of periodic updates in seconds') +] + +scheduler_opt_group = cfg.OptGroup('scheduler', + title='Scheduler options for periodic job') +# The group stores DC Orchestrator global limit for all the projects. +default_quota_group = cfg.OptGroup(name='dc_orch_global_limit', + title='Global quota limit for all projects') +# The group stores the pecan configurations. +pecan_group = cfg.OptGroup(name='pecan', + title='Pecan options') + +cache_opt_group = cfg.OptGroup(name='cache', + title='OpenStack Credentials') + +snmp_opt_group = cfg.OptGroup(name='snmp', + title='SNMP Options') + + +def list_opts(): + yield default_quota_group.name, nova_quotas + yield default_quota_group.name, neutron_quotas + yield default_quota_group.name, cinder_quotas + yield cache_opt_group.name, cache_opts + yield scheduler_opt_group.name, scheduler_opts + yield pecan_group.name, pecan_opts + yield snmp_opt_group.name, snmp_server_opts + yield None, global_opts + yield None, common_opts + + +def register_options(): + for group, opts in list_opts(): + cfg.CONF.register_opts(opts, group=group) diff --git a/dcorch/common/consts.py b/dcorch/common/consts.py new file mode 100644 index 000000000..902b292eb --- /dev/null +++ b/dcorch/common/consts.py @@ -0,0 +1,180 @@ +# Copyright (c) 2016 Ericsson AB. + +# 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. +# +# Copyright (c) 2017-2018 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +NOVA_QUOTA_FIELDS = ("metadata_items", + "cores", + "instances", + "ram", + "key_pairs", + "injected_files", + "injected_file_path_bytes", + "injected_file_content_bytes", + "server_group_members", + "server_groups",) + +CINDER_QUOTA_FIELDS = ("volumes", + "volumes_iscsi", + "volumes_ceph", + "per_volume_gigabytes", + "groups", + "snapshots", + "snapshots_iscsi", + "snapshots_ceph", + "gigabytes", + "gigabytes_iscsi", + "gigabytes_ceph", + "backups", + "backup_gigabytes") + +NEUTRON_QUOTA_FIELDS = ("network", + "subnet", + "subnetpool", + "rbac_policy", + "trunk", + "port", + "router", + "floatingip", + "security_group", + "security_group_rule", + ) + +JOB_PROGRESS = "IN_PROGRESS" + +RPC_API_VERSION = "1.0" + +TOPIC_ORCH_ENGINE = "dcorch-engine" + +# Distributed Cloud constants +CLOUD_0 = "RegionOne" +VIRTUAL_MASTER_CLOUD = "SystemController" + +ALARMS_DISABLED = "disabled" + +USER_HEADER = {'User-Header': TOPIC_ORCH_ENGINE} + +# SyncRequest States +ORCH_REQUEST_NONE = None +ORCH_REQUEST_QUEUED = "queued" # in database, not in thread +ORCH_REQUEST_IN_PROGRESS = "in-progress" +ORCH_REQUEST_COMPLETED = "completed" +ORCH_REQUEST_FAILED = "failed" +ORCH_REQUEST_TIMED_OUT = "timed-out" +ORCH_REQUEST_ABORTED = "aborted" + +# SysInv Resources +RESOURCE_TYPE_SYSINV_CERTIFICATE = "certificates" +RESOURCE_TYPE_SYSINV_DNS = "idns" +RESOURCE_TYPE_SYSINV_FIREWALL_RULES = "firewallrules" +RESOURCE_TYPE_SYSINV_NTP = "intp" +RESOURCE_TYPE_SYSINV_PTP = "ptp" +RESOURCE_TYPE_SYSINV_REMOTE_LOGGING = "remotelogging" +RESOURCE_TYPE_SYSINV_SNMP_COMM = "icommunity" +RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST = "itrapdest" +RESOURCE_TYPE_SYSINV_USER = "iuser" + +# Compute Resources +RESOURCE_TYPE_COMPUTE_FLAVOR = "flavor" +RESOURCE_TYPE_COMPUTE_KEYPAIR = "keypair" +RESOURCE_TYPE_COMPUTE_QUOTA_SET = "compute_quota_set" +RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET = "quota_class_set" + +# Volume Resources +RESOURCE_TYPE_VOLUME_QUOTA_SET = "volume_quota_set" +RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET = "quota_class_set" + +# These are quota items that control resources that are managed +# by dcorch. It doesn't make sense to count the usage in the +# various subclouds since they're all essentially duplicates +# of what's in the master cloud. +QUOTAS_FOR_MANAGED_RESOURCES = ['key_pairs', + 'security_group', + 'security_group_rule'] + +# Neutron Resources +RESOURCE_TYPE_NETWORK_QUOTA_SET = "network_quota_set" +RESOURCE_TYPE_NETWORK_SECURITY_GROUP = "security_group" +RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE = "security_group_rule" +RESOURCE_TYPE_QOS_POLICY = "qos" + +# Identity Resources +RESOURCE_TYPE_IDENTITY_USERS = "users" +RESOURCE_TYPE_IDENTITY_USERS_PASSWORD = "users_password" +RESOURCE_TYPE_IDENTITY_ROLES = "roles" +RESOURCE_TYPE_IDENTITY_PROJECTS = "projects" +RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS = "project_role_assignments" + +KEYPAIR_ID_DELIM = "/" + +SHARED_CONFIG_STATE_MANAGED = "managed" +SHARED_CONFIG_STATE_UNMANAGED = "unmanaged" + +ENDPOINT_TYPE_PLATFORM = "platform" +ENDPOINT_TYPE_VOLUME = "volume" +ENDPOINT_TYPE_COMPUTE = "compute" +ENDPOINT_TYPE_NETWORK = "network" +ENDPOINT_TYPE_PATCHING = "patching" +ENDPOINT_TYPE_IDENTITY = "identity" + +ENDPOINT_TYPES_LIST = [ENDPOINT_TYPE_PLATFORM, + ENDPOINT_TYPE_VOLUME, + ENDPOINT_TYPE_COMPUTE, + ENDPOINT_TYPE_NETWORK, + ENDPOINT_TYPE_PATCHING, + ENDPOINT_TYPE_IDENTITY] + +ENDPOINT_QUOTA_MAPPING = { + ENDPOINT_TYPE_COMPUTE: NOVA_QUOTA_FIELDS, + ENDPOINT_TYPE_NETWORK: NEUTRON_QUOTA_FIELDS, + ENDPOINT_TYPE_VOLUME: CINDER_QUOTA_FIELDS, +} + +KS_ENDPOINT_INTERNAL = "internal" +KS_ENDPOINT_DEFAULT = KS_ENDPOINT_INTERNAL + +# Do we need separate patch/put operations or could we just use +# create/update/delete and have the sync code know which HTTP +# operation to use? +OPERATION_TYPE_CREATE = "create" +OPERATION_TYPE_POST = "post" +OPERATION_TYPE_PATCH = "patch" +OPERATION_TYPE_PUT = "put" +OPERATION_TYPE_DELETE = "delete" +OPERATION_TYPE_ACTION = "action" +OPERATION_TYPE_GET = "get" + +ORCH_REQUEST_STATE_NONE = None +ORCH_REQUEST_STATE_IN_PROGRESS = "in-progress" +ORCH_REQUEST_STATE_COMPLETED = "completed" +ORCH_REQUEST_STATE_FAILED = "failed" +ORCH_REQUEST_STATE_TIMED_OUT = "timed-out" +ORCH_REQUEST_STATE_ABORTED = "aborted" + +# Flavor Actions +ACTION_ADDTENANTACCESS = "addTenantAccess" +ACTION_REMOVETENANTACCESS = "removeTenantAccess" +ACTION_EXTRASPECS_POST = "extra_specs" +ACTION_EXTRASPECS_DELETE = "extra_specs_delete" + +# Alarm aggregation +ALARM_OK_STATUS = "OK" +ALARM_DEGRADED_STATUS = "degraded" +ALARM_CRITICAL_STATUS = "critical" diff --git a/dcorch/common/context.py b/dcorch/common/context.py new file mode 100644 index 000000000..2b30ba125 --- /dev/null +++ b/dcorch/common/context.py @@ -0,0 +1,147 @@ +# 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. + +import pecan +from pecan import hooks + +from oslo_context import context as base_context +from oslo_utils import encodeutils + +from dcorch.common import policy +from dcorch.db import api as db_api + +ALLOWED_WITHOUT_AUTH = '/' + + +class RequestContext(base_context.RequestContext): + '''Stores information about the security context. + + The context encapsulates information related to the user accessing the + the system, as well as additional request information. + ''' + + def __init__(self, auth_token=None, user=None, project=None, + domain=None, user_domain=None, project_domain=None, + is_admin=None, read_only=False, show_deleted=False, + request_id=None, auth_url=None, trusts=None, + user_name=None, project_name=None, domain_name=None, + user_domain_name=None, project_domain_name=None, + auth_token_info=None, region_name=None, roles=None, + password=None, **kwargs): + + '''Initializer of request context.''' + # We still have 'tenant' param because oslo_context still use it. + super(RequestContext, self).__init__( + auth_token=auth_token, user=user, tenant=project, + domain=domain, user_domain=user_domain, + project_domain=project_domain, roles=roles, + read_only=read_only, show_deleted=show_deleted, + request_id=request_id) + + # request_id might be a byte array + self.request_id = encodeutils.safe_decode(self.request_id) + + # we save an additional 'project' internally for use + self.project = project + + # Session for DB access + self._session = None + + self.auth_url = auth_url + self.trusts = trusts + + self.user_name = user_name + self.project_name = project_name + self.domain_name = domain_name + self.user_domain_name = user_domain_name + self.project_domain_name = project_domain_name + + self.auth_token_info = auth_token_info + self.region_name = region_name + self.roles = roles or [] + self.password = password + + # Check user is admin or not + if is_admin is None: + self.is_admin = policy.enforce(self, 'context_is_admin', + target={'project': self.project}, + do_raise=False) + else: + self.is_admin = is_admin + + @property + def session(self): + if self._session is None: + self._session = db_api.get_session() + return self._session + + def to_dict(self): + return { + 'auth_url': self.auth_url, + 'auth_token': self.auth_token, + 'auth_token_info': self.auth_token_info, + 'user': self.user, + 'user_name': self.user_name, + 'user_domain': self.user_domain, + 'user_domain_name': self.user_domain_name, + 'project': self.project, + 'project_name': self.project_name, + 'project_domain': self.project_domain, + 'project_domain_name': self.project_domain_name, + 'domain': self.domain, + 'domain_name': self.domain_name, + 'trusts': self.trusts, + 'region_name': self.region_name, + 'roles': self.roles, + 'show_deleted': self.show_deleted, + 'is_admin': self.is_admin, + 'request_id': self.request_id, + 'password': self.password, + } + + @classmethod + def from_dict(cls, values): + return cls(**values) + + +def get_admin_context(show_deleted=False): + return RequestContext(is_admin=True, show_deleted=show_deleted) + + +def get_service_context(**args): + '''An abstraction layer for getting service context. + + There could be multiple cloud backends for dcorch-engine to use. This + abstraction layer provides an indirection for dcorch-engine to get the + credentials of 'dcorch' user on the specific cloud. By default, + this credential refers to the credentials built for keystone middleware + in an OpenStack cloud. + ''' + pass + + +class AuthHook(hooks.PecanHook): + def before(self, state): + if state.request.path == ALLOWED_WITHOUT_AUTH: + return + req = state.request + identity_status = req.headers.get('X-Identity-Status') + service_identity_status = req.headers.get('X-Service-Identity-Status') + if (identity_status == 'Confirmed' or + service_identity_status == 'Confirmed'): + return + if req.headers.get('X-Auth-Token'): + msg = 'Auth token is invalid: %s' % req.headers['X-Auth-Token'] + else: + msg = 'Authentication required' + msg = "Failed to validate access token: %s" % str(msg) + pecan.abort(status_code=401, detail=msg) diff --git a/dcorch/common/endpoint_cache.py b/dcorch/common/endpoint_cache.py new file mode 100644 index 000000000..5387d949b --- /dev/null +++ b/dcorch/common/endpoint_cache.py @@ -0,0 +1,178 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# All Rights Reserved +# +# 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. + +import collections + +from keystoneauth1 import loading +from keystoneauth1 import session + +from keystoneclient.v3 import client as keystone_client + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common import consts + +LOG = logging.getLogger(__name__) + + +class EndpointCache(object): + def __init__(self, region_name=None, auth_url=None): + self.endpoint_map = collections.defaultdict(dict) + self.admin_session = None + self.keystone_client = None + + # if auth_url is provided use that otherwise use the one + # defined in the config + if auth_url: + self.external_auth_url = auth_url + else: + self.external_auth_url = cfg.CONF.cache.auth_uri + + self._initialize_keystone_client(region_name, auth_url) + + self._update_endpoints() + + def _initialize_keystone_client(self, region_name=None, auth_url=None): + loader = loading.get_plugin_loader( + cfg.CONF.keystone_authtoken.auth_type) + + auth = loader.load_from_options( + auth_url=self.external_auth_url, + username=cfg.CONF.cache.admin_username, + user_domain_name=cfg.CONF.cache.admin_user_domain_name, + password=cfg.CONF.cache.admin_password, + project_name=cfg.CONF.cache.admin_tenant, + project_domain_name=cfg.CONF.cache.admin_project_domain_name, + ) + self.admin_session = session.Session( + auth=auth, additional_headers=consts.USER_HEADER) + self.keystone_client = keystone_client.Client( + session=self.admin_session, + region_name=consts.VIRTUAL_MASTER_CLOUD) + + # if Endpoint cache is intended for a subcloud then + # we need to retrieve the subcloud token and session. + # Skip this if auth_url was provided as its assumed that the + # auth_url would correspond to a subcloud so session was + # set up above + if (not auth_url and region_name and + region_name not in + [consts.CLOUD_0, consts.VIRTUAL_MASTER_CLOUD]): + identity_service = self.keystone_client.services.list( + name='keystone', type='identity') + sc_auth_url = self.keystone_client.endpoints.list( + service=identity_service[0].id, + interface=consts.KS_ENDPOINT_INTERNAL, + region=region_name) + try: + sc_auth_url = sc_auth_url[0].url + except IndexError: + LOG.error("Cannot find identity auth_url for %s", region_name) + raise + sc_loader = loading.get_plugin_loader( + cfg.CONF.keystone_authtoken.auth_type) + # We assume that the Admin user names and passwords are the same + # on this subcloud since this is an audited resource + sc_auth = sc_loader.load_from_options( + auth_url=sc_auth_url, + username=cfg.CONF.cache.admin_username, + user_domain_name=cfg.CONF.cache.admin_user_domain_name, + password=cfg.CONF.cache.admin_password, + project_name=cfg.CONF.cache.admin_tenant, + project_domain_name=cfg.CONF.cache.admin_project_domain_name, + ) + self.admin_session = session.Session( + auth=sc_auth, additional_headers=consts.USER_HEADER) + self.keystone_client = keystone_client.Client( + session=self.admin_session, + region_name=region_name) + self.external_auth_url = sc_auth_url + + @staticmethod + def _get_endpoint_from_keystone(self): + service_id_name_map = {} + for service in self.keystone_client.services.list(): + service_dict = service.to_dict() + service_id_name_map[service_dict['id']] = service_dict['name'] + + region_service_endpoint_map = {} + for endpoint in self.keystone_client.endpoints.list(): + endpoint_dict = endpoint.to_dict() + if endpoint_dict['interface'] != consts.KS_ENDPOINT_INTERNAL: + continue + region_id = endpoint_dict['region'] + service_id = endpoint_dict['service_id'] + url = endpoint_dict['url'] + service_name = service_id_name_map[service_id] + if region_id not in region_service_endpoint_map: + region_service_endpoint_map[region_id] = {} + region_service_endpoint_map[region_id][service_name] = url + return region_service_endpoint_map + + def _get_endpoint(self, region, service, retry): + if service not in self.endpoint_map[region]: + if retry: + self.update_endpoints() + return self._get_endpoint(region, service, False) + else: + return '' + else: + return self.endpoint_map[region][service] + + def _update_endpoints(self): + endpoint_map = EndpointCache._get_endpoint_from_keystone(self) + + for region in endpoint_map: + for service in endpoint_map[region]: + self.endpoint_map[region][ + service] = endpoint_map[region][service] + + def get_endpoint(self, region, service): + """Get service endpoint url. + + :param region: region the service belongs to + :param service: service type + :return: url of the service + """ + return self._get_endpoint(region, service, True) + + def update_endpoints(self): + """Update endpoint cache from Keystone. + + :return: None + """ + self._update_endpoints() + + def get_all_regions(self): + """Get region list. + + return: List of regions + """ + return self.endpoint_map.keys() + + def get_session_from_token(self, token, project_id): + """Get session based on token to communicate with openstack services. + + :param token: token with which the request is triggered. + :param project_id: UUID of the project. + + :return: session object. + """ + loader = loading.get_plugin_loader('token') + auth = loader.load_from_options(auth_url=self.external_auth_url, + token=token, project_id=project_id) + sess = session.Session(auth=auth) + return sess diff --git a/dcorch/common/exceptions.py b/dcorch/common/exceptions.py new file mode 100644 index 000000000..a8dd0f87a --- /dev/null +++ b/dcorch/common/exceptions.py @@ -0,0 +1,211 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# Copyright 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +""" +DC Orchestrator base exception handling. +""" +import six + +from oslo_utils import excutils + +from dcorch.common.i18n import _ + + +class OrchestratorException(Exception): + """Base Orchestrator Exception. + + To correctly use this class, inherit from it and define + a 'message' property. That message will get printf'd + with the keyword arguments provided to the constructor. + """ + + message = _("An unknown exception occurred.") + + def __init__(self, **kwargs): + try: + super(OrchestratorException, self).__init__(self.message % kwargs) + self.msg = self.message % kwargs + except Exception: + with excutils.save_and_reraise_exception() as ctxt: + if not self.use_fatal_exceptions(): + ctxt.reraise = False + # at least get the core message out if something happened + super(OrchestratorException, self).__init__(self.message) + + if six.PY2: + def __unicode__(self): + return unicode(self.msg) + + def use_fatal_exceptions(self): + return False + + +class BadRequest(OrchestratorException): + message = _('Bad %(resource)s request: %(msg)s') + + +class NotFound(OrchestratorException): + pass + + +class Conflict(OrchestratorException): + pass + + +class NotAuthorized(OrchestratorException): + message = _("Not authorized.") + + +class ServiceUnavailable(OrchestratorException): + message = _("The service is unavailable") + + +class AdminRequired(NotAuthorized): + message = _("User does not have admin privileges: %(reason)s") + + +class InUse(OrchestratorException): + message = _("The resource is inuse") + + +class InvalidConfigurationOption(OrchestratorException): + message = _("An invalid value was provided for %(opt_name)s: " + "%(opt_value)s") + + +class Invalid(OrchestratorException): + message = _("Unacceptable parameters.") + + +class ProjectNotFound(NotFound): + message = _("Project %(project_id)s doesn't exist.") + + +class ProjectQuotaNotFound(NotFound): + message = _("Quota for project %(project_id)s doesn't exist.") + + +class QuotaClassNotFound(NotFound): + message = _("Quota class %(class_name)s doesn't exist.") + + +class JobNotFound(NotFound): + message = _("Job doesn't exist.") + + +class DependentImageNotFound(NotFound): + message = _("Dependent image doesn't exist.") + + +class ImageFormatNotSupported(OrchestratorException): + message = _("An invalid version was provided") + + +class ConnectionRefused(OrchestratorException): + message = _("Connection to the service endpoint is refused") + + +class TimeOut(OrchestratorException): + message = _("Timeout when connecting to OpenStack Service") + + +class InternalError(OrchestratorException): + message = _("Error when performing operation") + + +class InvalidInputError(OrchestratorException): + message = _("An invalid value was provided") + + +# Cannot be templated as the error syntax varies. +# msg needs to be constructed when raised. +class InvalidParameterValue(Invalid): + message = _("%(err)s") + + +class SubcloudResourceAlreadyExists(Conflict): + message = _("Subcloud resource with subcloud_id=%(subcloud_id)s " + "resource_id=%(resource_id)s already exists") + + +class SubcloudResourceNotFound(NotFound): + message = _("SubcloudResource %(resource)s not available") + + +class EndpointNotReachable(OrchestratorException): + message = _("The specified resource endpoint is not reachable") + + +class SyncRequestFailed(OrchestratorException): + message = _("The sync operation failed") + + +class SyncRequestFailedRetry(OrchestratorException): + message = _("The sync operation failed, will retry") + + +class SyncRequestTimeout(OrchestratorException): + message = _("The sync operation timed out") + + +class ResourceNotFound(NotFound): + message = _("Resource not available") + + +class SubcloudNotFound(NotFound): + message = _("Subcloud %(region_name)s not found") + + +class OrchJobNotFound(NotFound): + message = _("OrchJob %(orch_job)s not found") + + +class OrchJobAlreadyExists(Conflict): + message = _("OrchJob with resource_id=%(resource_id)s " + "endpoint_type=%(endpoint_type)s " + "operation_type=%(operation_type)s already exists") + + +class OrchRequestNotFound(NotFound): + message = _("OrchRequest %(orch_request)s not found") + + +class OrchRequestAlreadyExists(Conflict): + message = _("OrchRequest with orch_request=%(orch_request)s " + "target_region_name=%(target_region_name)s already exists") + + +class ObjectActionError(OrchestratorException): + msg_fmt = _('Object action %(action)s failed because: %(reason)s') + + +class TrapDestAlreadyExists(Conflict): + message = _("TrapDest in region=%(region_name)s ip_address=%(ip_address)s " + "community=%(community)s already exists") + + +class TrapDestNotFound(NotFound): + message = _("Trapdest in region=%(region_name)s with ip_address " + "%(ip_address)s not found") + + +class CommunityAlreadyExists(Conflict): + message = _("Community %(community)s in region=%(region_name)s " + "already exists") + + +class CommunityNotFound(NotFound): + message = _("Community %(community)s not found in region=%(region_name)s") diff --git a/dcorch/common/i18n.py b/dcorch/common/i18n.py new file mode 100644 index 000000000..7fa26e950 --- /dev/null +++ b/dcorch/common/i18n.py @@ -0,0 +1,20 @@ +# All Rights Reserved. +# +# 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. + +import oslo_i18n + +_translators = oslo_i18n.TranslatorFactory(domain='dcorch-engine') + +# The primary translation function using the well-known name "_" +_ = _translators.primary diff --git a/dcorch/common/manager.py b/dcorch/common/manager.py new file mode 100644 index 000000000..300b2e152 --- /dev/null +++ b/dcorch/common/manager.py @@ -0,0 +1,117 @@ +# Copyright 2010 United States Government as represented by the +# Administrator of the National Aeronautics and Space Administration. +# All Rights Reserved. +# +# 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. +# copy and modify from Nova manager.py + +"""Base Manager class. +Managers are responsible for a certain aspect of the system. It is a logical +grouping of code relating to a portion of the system. In general other +components should be using the manager to make changes to the components that +it is responsible for. +For example, other components that need to deal with volumes in some way, +should do so by calling methods on the VolumeManager instead of directly +changing fields in the database. This allows us to keep all of the code +relating to volumes in the same place. +We have adopted a basic strategy of Smart managers and dumb data, which means +rather than attaching methods to data objects, components should call manager +methods that act on the data. +Methods on managers that can be executed locally should be called directly. If +a particular method must execute on a remote host, this should be done via rpc +to the service that wraps the manager +Managers should be responsible for most of the db access, and +non-implementation specific data. Anything implementation specific that can't +be generalized should be done by the Driver. +Managers will often provide methods for initial setup of a host or periodic +tasks to a wrapping service. +This module provides Manager, a base class for managers. +""" + +from oslo_config import cfg +from oslo_log import log as logging +from oslo_service import periodic_task + +from dcorch.common import config + +CONF = cfg.CONF +config.register_options() +LOG = logging.getLogger(__name__) + + +class PeriodicTasks(periodic_task.PeriodicTasks): + def __init__(self): + super(PeriodicTasks, self).__init__(CONF) + + +class Manager(PeriodicTasks): + + def __init__(self, host=None, service_name='undefined'): + if not host: + host = cfg.CONF.host + self.host = host + self.service_name = service_name + # self.notifier = rpc.get_notifier(self.service_name, self.host) + self.additional_endpoints = [] + super(Manager, self).__init__() + + def periodic_tasks(self, context, raise_on_error=False): + """Tasks to be run at a periodic interval.""" + return self.run_periodic_tasks(context, raise_on_error=raise_on_error) + + def init_host(self): + + """init_host + + Hook to do additional manager initialization when one requests + the service be started. This is called before any service record + is created. + Child classes should override this method. + """ + + pass + + def cleanup_host(self): + + """cleanup_host + + Hook to do cleanup work when the service shuts down. + Child classes should override this method. + """ + + pass + + def pre_start_hook(self): + + """pre_start_hook + + Hook to provide the manager the ability to do additional + start-up work before any RPC queues/consumers are created. This is + called after other initialization has succeeded and a service + record is created. + Child classes should override this method. + """ + + pass + + def post_start_hook(self): + + """post_start_hook + + Hook to provide the manager the ability to do additional + start-up work immediately after a service creates RPC consumers + and starts 'running'. + Child classes should override this method. + """ + + pass diff --git a/dcorch/common/messaging.py b/dcorch/common/messaging.py new file mode 100644 index 000000000..87cde57fc --- /dev/null +++ b/dcorch/common/messaging.py @@ -0,0 +1,111 @@ +# 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. + +import eventlet + +from oslo_config import cfg +import oslo_messaging +from oslo_serialization import jsonutils + +from dcorch.common import context + +TRANSPORT = None +NOTIFIER = None + +_ALIASES = { + 'dcorch-engine.openstack.common.rpc.impl_kombu': 'rabbit', + 'dcorch-engine.openstack.common.rpc.impl_qpid': 'qpid', + 'dcorch-engine.openstack.common.rpc.impl_zmq': 'zmq', +} + + +class RequestContextSerializer(oslo_messaging.Serializer): + def __init__(self, base): + self._base = base + + def serialize_entity(self, ctxt, entity): + if not self._base: + return entity + return self._base.serialize_entity(ctxt, entity) + + def deserialize_entity(self, ctxt, entity): + if not self._base: + return entity + return self._base.deserialize_entity(ctxt, entity) + + @staticmethod + def serialize_context(ctxt): + return ctxt.to_dict() + + @staticmethod + def deserialize_context(ctxt): + return context.RequestContext.from_dict(ctxt) + + +class JsonPayloadSerializer(oslo_messaging.NoOpSerializer): + @classmethod + def serialize_entity(cls, context, entity): + return jsonutils.to_primitive(entity, convert_instances=True) + + +def setup(url=None, optional=False): + """Initialise the oslo_messaging layer.""" + global TRANSPORT, NOTIFIER + + if url and url.startswith("fake://"): + # NOTE: oslo_messaging fake driver uses time.sleep + # for task switch, so we need to monkey_patch it + eventlet.monkey_patch(time=True) + + if not TRANSPORT: + oslo_messaging.set_transport_defaults('dcorch-engine') + exmods = ['dcorch-engine.common.exception'] + try: + TRANSPORT = oslo_messaging.get_transport( + cfg.CONF, url, allowed_remote_exmods=exmods, aliases=_ALIASES) + except oslo_messaging.InvalidTransportURL as e: + TRANSPORT = None + if not optional or e.url: + raise + + if not NOTIFIER and TRANSPORT: + serializer = RequestContextSerializer(JsonPayloadSerializer()) + NOTIFIER = oslo_messaging.Notifier(TRANSPORT, serializer=serializer) + + +def cleanup(): + """Cleanup the oslo_messaging layer.""" + global TRANSPORT, NOTIFIER + if TRANSPORT: + TRANSPORT.cleanup() + TRANSPORT = NOTIFIER = None + + +def get_rpc_server(target, endpoint): + """Return a configured oslo_messaging rpc server.""" + serializer = RequestContextSerializer(JsonPayloadSerializer()) + return oslo_messaging.get_rpc_server(TRANSPORT, target, [endpoint], + executor='eventlet', + serializer=serializer) + + +def get_rpc_client(**kwargs): + """Return a configured oslo_messaging RPCClient.""" + target = oslo_messaging.Target(**kwargs) + serializer = RequestContextSerializer(JsonPayloadSerializer()) + return oslo_messaging.RPCClient(TRANSPORT, target, + serializer=serializer) + + +def get_notifier(publisher_id): + """Return a configured oslo_messaging notifier.""" + return NOTIFIER.prepare(publisher_id=publisher_id) diff --git a/dcorch/common/policy.py b/dcorch/common/policy.py new file mode 100644 index 000000000..33db3282d --- /dev/null +++ b/dcorch/common/policy.py @@ -0,0 +1,49 @@ +# 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. + +""" +Policy Engine For DC Orchestrators +""" + +# from oslo_concurrency import lockutils +from oslo_config import cfg +from oslo_policy import policy + +from dcorch.common import exceptions + +POLICY_ENFORCER = None +CONF = cfg.CONF + + +# @lockutils.synchronized('policy_enforcer', 'dcorch-') +def _get_enforcer(policy_file=None, rules=None, default_rule=None): + + global POLICY_ENFORCER + + if POLICY_ENFORCER is None: + POLICY_ENFORCER = policy.Enforcer(CONF, + policy_file=policy_file, + rules=rules, + default_rule=default_rule) + return POLICY_ENFORCER + + +def enforce(context, rule, target, do_raise=True, *args, **kwargs): + + enforcer = _get_enforcer() + credentials = context.to_dict() + target = target or {} + if do_raise: + kwargs.update(exc=exceptions.Forbidden) + + return enforcer.enforce(rule, target, credentials, do_raise, + *args, **kwargs) diff --git a/dcorch/common/serializer.py b/dcorch/common/serializer.py new file mode 100644 index 000000000..f13d92594 --- /dev/null +++ b/dcorch/common/serializer.py @@ -0,0 +1,82 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# +# 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. + +import oslo_messaging + +ATTR_NOT_SPECIFIED = object() + + +class Mapping(object): + def __init__(self, mapping): + self.direct_mapping = mapping + self.reverse_mapping = {} + for key, value in mapping.items(): + self.reverse_mapping[value] = key + +_SINGLETON_MAPPING = Mapping({ + ATTR_NOT_SPECIFIED: "@@**ATTR_NOT_SPECIFIED**@@", +}) + + +class DCOrchSerializer(oslo_messaging.Serializer): + def __init__(self, base=None): + super(DCOrchSerializer, self).__init__() + self._base = base + + def serialize_entity(self, context, entity): + if isinstance(entity, dict): + for key, value in entity.items(): + entity[key] = self.serialize_entity(context, value) + + elif isinstance(entity, list): + for i, item in enumerate(entity): + entity[i] = self.serialize_entity(context, item) + + elif entity in _SINGLETON_MAPPING.direct_mapping: + entity = _SINGLETON_MAPPING.direct_mapping[entity] + + if self._base is not None: + entity = self._base.serialize_entity(context, entity) + + return entity + + def deserialize_entity(self, context, entity): + if isinstance(entity, dict): + for key, value in entity.items(): + entity[key] = self.deserialize_entity(context, value) + + elif isinstance(entity, list): + for i, item in enumerate(entity): + entity[i] = self.deserialize_entity(context, item) + + elif entity in _SINGLETON_MAPPING.reverse_mapping: + entity = _SINGLETON_MAPPING.reverse_mapping[entity] + + if self._base is not None: + entity = self._base.deserialize_entity(context, entity) + + return entity + + def serialize_context(self, context): + if self._base is not None: + context = self._base.serialize_context(context) + + return context + + def deserialize_context(self, context): + if self._base is not None: + context = self._base.deserialize_context(context) + + return context diff --git a/dcorch/common/utils.py b/dcorch/common/utils.py new file mode 100644 index 000000000..40c47d7eb --- /dev/null +++ b/dcorch/common/utils.py @@ -0,0 +1,184 @@ +# Copyright 2015 Huawei Technologies Co., Ltd. +# +# 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. + +import itertools + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.objects import orchjob +from dcorch.objects import orchrequest +from dcorch.objects import resource +from dcorch.objects import subcloud as subcloud_obj +from oslo_db import exception as oslo_db_exception +from oslo_log import log as logging + +LOG = logging.getLogger(__name__) + + +def get_import_path(cls): + return cls.__module__ + "." + cls.__name__ + + +# Returns a iterator of tuples containing batch_size number of objects in each +def get_batch_projects(batch_size, project_list, fillvalue=None): + args = [iter(project_list)] * batch_size + return itertools.izip_longest(fillvalue=fillvalue, *args) + + +# to do validate the quota limits +def validate_quota_limits(payload): + for rsrc in payload: + # Check valid resource name + if rsrc not in itertools.chain(consts.CINDER_QUOTA_FIELDS, + consts.NOVA_QUOTA_FIELDS, + consts.NEUTRON_QUOTA_FIELDS): + raise exceptions.InvalidInputError + # Check valid quota limit value in case for put/post + if isinstance(payload, dict) and (not isinstance( + payload[rsrc], int) or payload[rsrc] <= 0): + raise exceptions.InvalidInputError + + +def keypair_construct_id(name, user_id): + # Keypair has a unique name per user. + # Hence, keypair id stored in dcorch DB is of the format + # "/". + return name + consts.KEYPAIR_ID_DELIM + user_id + + +def keypair_constructed_id(id): + if id and id.find(consts.KEYPAIR_ID_DELIM) > 0: + return True + return False + + +def keypair_deconstruct_id(id): + if keypair_constructed_id(id): + return id.split(consts.KEYPAIR_ID_DELIM) + else: + return [id, ""] + + +def enqueue_work(context, endpoint_type, + resource_type, source_resource_id, + operation_type, resource_info=None, + subcloud=None): + """Enqueue work into the DB + + :param context: authorization context + :param endpoint_type: consts.ENDPOINT_TYPE_* + :param resource_type: consts.RESOURCE_TYPE_* + :param source_resource_id: resource id in system controller + :param operation_type: consts.OPERATION_TYPE_* + :param resource_info: json string representing resource info, optional + :param subcloud: subcloud resource, optional + :return: nothing + + The enqueue_work() routine would be used by the API proxy code, to store + information about a requested sync job in the DB. It would typically be + followed by a call to sync_request() to wake up the sync threads in case + they're sleeping. + + It would be called like this to create and then delete a flavor: + + utils.enqueue_work(context, + consts.ENDPOINT_TYPE_COMPUTE, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + '0bbdb1ed-acc9-440f-b6e9-b1c6d37d9a56', + consts.OPERATION_TYPE_CREATE, + resource_info='{"ram": 512, "vcpus": 3, + "name": "testflavor", + "disk":10, "id":"auto"}') + + utils.enqueue_work(context, + consts.ENDPOINT_TYPE_COMPUTE, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + '0bbdb1ed-acc9-440f-b6e9-b1c6d37d9a56', + consts.OPERATION_TYPE_DELETE) + + Flavor-access add/remove examples: + + utils.enqueue_work(context.get_admin_context(), + consts.ENDPOINT_TYPE_COMPUTE, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + '0bbdb1ed-acc9-440f-b6e9-b1c6d37d9a56', + consts.OPERATION_TYPE_ACTION, + resource_info='{ + "addTenantAccess": {"tenant": "new_tenant"}}') + + utils.enqueue_work(context.get_admin_context(), + consts.ENDPOINT_TYPE_COMPUTE, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + '0bbdb1ed-acc9-440f-b6e9-b1c6d37d9a56', + consts.OPERATION_TYPE_ACTION, + resource_info='{ + "removeTenantAccess": {"tenant": "new_tenant"}}') + + """ + if operation_type in [consts.OPERATION_TYPE_CREATE, + consts.OPERATION_TYPE_PATCH]: + try: + rsrc = resource.Resource( + context=context, resource_type=resource_type, + master_id=source_resource_id) + rsrc.create() + LOG.info("Resource created in DB {}/{}/{}/{}".format( + rsrc.id, resource_type, source_resource_id, operation_type)) + except oslo_db_exception.DBDuplicateEntry: + # In case of discrepancies found during audit, resource might + # be already present in DB, but not its dependent resources. + # A retry of create should work, in such cases. + # Another scenario handled here is that of two threads trying to + # create the resource at the same time. One will fail due to unique + # constraint uniq_resource0resource_type0master_id0deleted + rsrc = resource.Resource.get_by_type_and_master_id( + context, resource_type, source_resource_id) + LOG.info("Resource already in DB {}/{}/{}/{}".format( + rsrc.id, resource_type, source_resource_id, operation_type)) + except Exception as e: + LOG.exception(e) + return + else: + try: + rsrc = resource.Resource.get_by_type_and_master_id( + context, resource_type, source_resource_id) + except exceptions.ResourceNotFound: + # Some resources do not go through a create + LOG.info("Resource not in DB {}/{}/{}".format( + resource_type, source_resource_id, operation_type)) + rsrc = resource.Resource( + context=context, resource_type=resource_type, + master_id=source_resource_id) + rsrc.create() + + # todo: user_id and project_id are not used, to be removed from model + orch_job = orchjob.OrchJob( + context=context, user_id='', project_id='', + endpoint_type=endpoint_type, source_resource_id=source_resource_id, + operation_type=operation_type, resource_id=rsrc.id, + resource_info=resource_info) + orch_job.create() + if subcloud: + subclouds = [subcloud] + else: + subclouds = subcloud_obj.SubcloudList.get_all(context) + for sc in subclouds: + orch_req = orchrequest.OrchRequest( + context=context, state=consts.ORCH_REQUEST_QUEUED, + target_region_name=sc.region_name, + orch_job_id=orch_job.id) + orch_req.create() + LOG.info("Work order created for {}:{}/{}/{}/{}".format( + subcloud, rsrc.id, resource_type, source_resource_id, operation_type)) diff --git a/dcorch/common/version.py b/dcorch/common/version.py new file mode 100644 index 000000000..f102dc67f --- /dev/null +++ b/dcorch/common/version.py @@ -0,0 +1,41 @@ +# Copyright 2011 OpenStack Foundation +# +# 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. + +import pbr.version + +DC_ORCH_VENDOR = "Wind River Systems" +DC_ORCH_PRODUCT = "Distributed Cloud Orchestrator" +DC_ORCH_PACKAGE = None # OS distro package version suffix + +version_info = pbr.version.VersionInfo('distributedcloud') +version_string = version_info.version_string + + +def vendor_string(): + return DC_ORCH_VENDOR + + +def product_string(): + return DC_ORCH_PRODUCT + + +def package_string(): + return DC_ORCH_PACKAGE + + +def version_string_with_package(): + if package_string() is None: + return version_info.version_string() + else: + return "%s-%s" % (version_info.version_string(), package_string()) diff --git a/dcorch/config-generator.conf b/dcorch/config-generator.conf new file mode 100644 index 000000000..9f5d6304c --- /dev/null +++ b/dcorch/config-generator.conf @@ -0,0 +1,15 @@ +[DEFAULT] +output_file = etc/dcorch/dcorch.conf.sample +wrap_width = 79 +namespace = dcorch.common.config +namespace = dcorch.manager.subcloud_manager +namespace = dcorch.api.api_config +namespace = keystonemiddleware.auth_token +namespace = oslo.messaging +namespace = oslo.middleware +namespace = oslo.db +namespace = oslo.log +namespace = oslo.policy +namespace = oslo.service.service +namespace = oslo.service.periodic_task +namespace = oslo.service.sslutils diff --git a/dcorch/db/__init__.py b/dcorch/db/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/db/api.py b/dcorch/db/api.py new file mode 100644 index 000000000..491d4e88e --- /dev/null +++ b/dcorch/db/api.py @@ -0,0 +1,312 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +""" +Interface for database access. + +SQLAlchemy is currently the only supported backend. +""" + +from oslo_config import cfg +from oslo_db import api + +CONF = cfg.CONF + +_BACKEND_MAPPING = {'sqlalchemy': 'dcorch.db.sqlalchemy.api'} + +IMPL = api.DBAPI.from_config(CONF, backend_mapping=_BACKEND_MAPPING) + + +def get_engine(): + return IMPL.get_engine() + + +def get_session(): + return IMPL.get_session() + + +# quota usage db methods + +################### + + +def quota_create(context, project_id, resource, limit): + """Create a quota for the given project and resource.""" + return IMPL.quota_create(context, project_id, resource, limit) + + +def quota_get(context, project_id, resource): + """Retrieve a quota or raise if it does not exist.""" + return IMPL.quota_get(context, project_id, resource) + + +def quota_get_all_by_project(context, project_id): + """Retrieve all quotas associated with a given project.""" + return IMPL.quota_get_all_by_project(context, project_id) + + +def quota_update(context, project_id, resource, limit): + """Update a quota or raise if it does not exist.""" + return IMPL.quota_update(context, project_id, resource, limit) + + +def quota_destroy(context, project_id, resource): + """Destroy the quota or raise if it does not exist.""" + return IMPL.quota_destroy(context, project_id, resource) + + +def quota_destroy_all(context, project_id): + """Destroy the quota or raise if it does not exist.""" + return IMPL.quota_destroy(context, project_id) + + +def quota_class_get(context, class_name, resource): + """Retrieve quota from the given quota class.""" + return IMPL.quota_class_get(context, class_name, resource) + + +def quota_class_get_default(context): + """Get default class quotas.""" + return IMPL.quota_class_get_default(context) + + +def quota_class_get_all_by_name(context, class_name): + """Get all quota limits for a specified class.""" + return IMPL.quota_class_get_all_by_name(context, class_name) + + +def quota_class_create(context, class_name, resource, limit): + """Create a new quota limit in a specified class.""" + return IMPL.quota_class_create(context, class_name, resource, limit) + + +def quota_class_destroy_all(context, class_name): + """Destroy all quotas for class.""" + return IMPL.quota_class_destroy_all(context, class_name) + + +def quota_class_update(context, class_name, resource, limit): + """Update a quota or raise if it doesn't exist.""" + return IMPL.quota_class_update(context, class_name, resource, limit) + + +def db_sync(engine, version=None): + """Migrate the database to `version` or the most recent version.""" + return IMPL.db_sync(engine, version=version) + + +def db_version(engine): + """Display the current database version.""" + return IMPL.db_version(engine) + + +def service_create(context, service_id, host=None, binary=None, + topic=None): + return IMPL.service_create(context, service_id=service_id, host=host, + binary=binary, topic=topic) + + +def service_update(context, service_id, values=None): + return IMPL.service_update(context, service_id, values=values) + + +def service_delete(context, service_id): + return IMPL.service_delete(context, service_id) + + +def service_get(context, service_id): + return IMPL.service_get(context, service_id) + + +def service_get_all(context): + return IMPL.service_get_all(context) + + +def subcloud_get(context, region_id): + return IMPL.subcloud_get(context, region_id) + + +def subcloud_get_all(context, region_name=None, + management_state=None, + availability_status=None): + return IMPL.subcloud_get_all(context, region_name=region_name, + management_state=management_state, + availability_status=availability_status) + + +def subcloud_create(context, region_name, values): + return IMPL.subcloud_create(context, region_name, values) + + +def subcloud_update(context, region_name, values): + return IMPL.subcloud_update(context, region_name, values) + + +def subcloud_delete(context, region_name): + return IMPL.subcloud_delete(context, region_name) + + +def resource_get_by_type_and_master_id(context, resource_type, master_id): + return IMPL.resource_get_by_type_and_master_id( + context, resource_type, master_id) + + +def resource_get_by_id(context, id): + return IMPL.resource_get_by_id(context, id) + + +def resource_get_all(context, resource_type=None): + return IMPL.resource_get_all(context, resource_type=resource_type) + + +def resource_create(context, resource_type, values): + return IMPL.resource_create(context, resource_type, values) + + +def resource_update(context, resource_type, values): + return IMPL.resource_update(context, resource_type, values) + + +def resource_delete(context, resource_type, master_id): + return IMPL.resource_delete(context, resource_type, master_id) + + +def add_subcloud_resource_filter_by_subcloud(query, value): + return IMPL.add_subcloud_resource_filter_by_subcloud(query, value) + + +def subcloud_resource_get(context, subcloud_resource_id): + return IMPL.subcloud_resource_get(context, subcloud_resource_id) + + +def subcloud_resources_get_by_subcloud(context, subcloud_id): + return IMPL.subcloud_resources_get_by_subcloud(context, subcloud_id) + + +def subcloud_resources_get_by_resource(context, resource_id): + return IMPL.subcloud_resources_get_by_resource(context, resource_id) + + +def subcloud_resource_get_by_resource_and_subcloud( + context, resource_id, subcloud_id): + return IMPL.subcloud_resource_get_by_resource_and_subcloud( + context, resource_id, subcloud_id) + + +def subcloud_resources_get_all(context): + return IMPL.subcloud_resources_get_all(context) + + +def subcloud_resource_create(context, subcloud_id, resource_id, values): + return IMPL.subcloud_resource_create(context, + subcloud_id, resource_id, values) + + +def subcloud_resource_update(context, subcloud_resource_id, values): + return IMPL.subcloud_resource_update(context, + subcloud_resource_id, values) + + +def subcloud_resource_delete(context, subcloud_resource_id): + return IMPL.subcloud_resource_delete(context, subcloud_resource_id) + + +def orch_job_get(context, orch_job_id): + return IMPL.orch_job_get(context, orch_job_id) + + +def orch_job_get_all(context, resource_id=None): + return IMPL.orch_job_get_all(context, resource_id=resource_id) + + +def orch_job_create(context, resource_id, endpoint_type, + operation_type, values): + return IMPL.orch_job_create(context, resource_id, endpoint_type, + operation_type, values) + + +def orch_job_update(context, orch_job_id, values): + return IMPL.orch_job_update(context, orch_job_id, values) + + +def orch_job_delete(context, orch_job_id): + return IMPL.orch_job_delete(context, orch_job_id) + + +def orch_request_get(context, orch_request_id): + return IMPL.orch_request_get(context, orch_request_id) + + +def orch_request_get_all(context, orch_job_id=None): + return IMPL.orch_request_get_all(context, orch_job_id=orch_job_id) + + +def orch_request_get_by_attrs(context, + endpoint_type, + resource_type=None, + target_region_name=None, + states=None): + """Query OrchRequests by attributes. + + :param context: authorization context + :param endpoint_type: OrchJob.endpoint_type + :param resource_type: Resource.resource_type + :param target_region_name: OrchRequest target_region_name + :param states: [OrchRequest.state] must be a list + :return: [OrchRequests] sorted by OrchRequest.id + """ + return IMPL.orch_request_get_by_attrs( + context, + endpoint_type, + resource_type=resource_type, + target_region_name=target_region_name, + states=states) + + +def orch_request_create(context, orch_job_id, target_region_name, values): + return IMPL.orch_request_create(context, orch_job_id, + target_region_name, values) + + +def orch_request_update(context, orch_request_id, values): + return IMPL.orch_request_update(context, orch_request_id, values) + + +def orch_request_destroy(context, orch_request_id): + return IMPL.orch_request_destroy(context, orch_request_id) + + +def orch_request_delete_by_subcloud(context, region_name): + return IMPL.orch_request_delete_by_subcloud(context, region_name) + + +# Alarm Resources +def subcloud_alarms_get(context, region_id): + return IMPL.subcloud_alarms_get(context, region_id) + + +def subcloud_alarms_get_all(context, region_name=None): + return IMPL.subcloud_alarms_get_all(context, region_name=region_name) + + +def subcloud_alarms_create(context, region_name, values): + return IMPL.subcloud_alarms_create(context, region_name, values) + + +def subcloud_alarms_update(context, region_name, values): + return IMPL.subcloud_alarms_update(context, region_name, values) + + +def subcloud_alarms_delete(context, region_name): + return IMPL.subcloud_alarms_delete(context, region_name) diff --git a/dcorch/db/sqlalchemy/__init__.py b/dcorch/db/sqlalchemy/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/db/sqlalchemy/api.py b/dcorch/db/sqlalchemy/api.py new file mode 100644 index 000000000..171894ff3 --- /dev/null +++ b/dcorch/db/sqlalchemy/api.py @@ -0,0 +1,953 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017-2018 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +""" +Implementation of SQLAlchemy backend. +""" + +import sys +import threading + +from oslo_db import exception as db_exc +from oslo_db.sqlalchemy import enginefacade +# from oslo_db.sqlalchemy import utils as db_utils + +from oslo_log import log as logging +from oslo_utils import strutils +from oslo_utils import timeutils +from oslo_utils import uuidutils + +from sqlalchemy import asc +from sqlalchemy import desc +from sqlalchemy.orm.exc import MultipleResultsFound +from sqlalchemy.orm.exc import NoResultFound +from sqlalchemy.orm import joinedload_all + +from dcorch.common import exceptions as exception +from dcorch.common.i18n import _ +from dcorch.db.sqlalchemy import migration +from dcorch.db.sqlalchemy import models + +LOG = logging.getLogger(__name__) + +_facade = None + +_main_context_manager = None +_CONTEXT = threading.local() + + +def _get_main_context_manager(): + global _main_context_manager + if not _main_context_manager: + _main_context_manager = enginefacade.transaction_context() + return _main_context_manager + + +def get_engine(): + return _get_main_context_manager().get_legacy_facade().get_engine() + + +def get_session(): + return _get_main_context_manager().get_legacy_facade().get_session() + + +def read_session(): + return _get_main_context_manager().reader.using(_CONTEXT) + + +def write_session(): + return _get_main_context_manager().writer.using(_CONTEXT) + + +_DEFAULT_QUOTA_NAME = 'default' + + +def get_backend(): + """The backend is this module itself.""" + return sys.modules[__name__] + + +def model_query(context, *args, **kwargs): + session = kwargs.get('session') + if session: + return session.query(*args).options(joinedload_all('*')) + else: + with read_session() as session: + return session.query(*args).options(joinedload_all('*')) + + +def _session(context): + return get_session() + + +def is_admin_context(context): + """Indicate if the request context is an administrator.""" + if not context: + LOG.warning(_('Use of empty request context is deprecated'), + DeprecationWarning) + raise Exception('die') + return context.is_admin + + +def is_user_context(context): + """Indicate if the request context is a normal user.""" + if not context: + return False + if context.is_admin: + return False + if not context.user or not context.project: + return False + return True + + +def require_admin_context(f): + """Decorator to require admin request context. + + The first argument to the wrapped function must be the context. + """ + def wrapper(*args, **kwargs): + if not is_admin_context(args[0]): + raise exception.AdminRequired() + return f(*args, **kwargs) + + return wrapper + + +def require_context(f): + """Decorator to require *any* user or admin context. + + This does no authorization for user or project access matching, see + :py:func:`authorize_project_context` and + :py:func:`authorize_user_context`. + The first argument to the wrapped function must be the context. + + """ + def wrapper(*args, **kwargs): + if not is_admin_context(args[0]) and not is_user_context(args[0]): + raise exception.NotAuthorized() + return f(*args, **kwargs) + + return wrapper + + +################### + + +@require_context +def _quota_get(context, project_id, resource, session=None): + result = model_query(context, models.Quota). \ + filter_by(project_id=project_id). \ + filter_by(resource=resource). \ + first() + + if not result: + raise exception.ProjectQuotaNotFound(project_id=project_id) + + return result + + +@require_context +def quota_get(context, project_id, resource): + return _quota_get(context, project_id, resource) + + +@require_context +def quota_get_all_by_project(context, project_id): + rows = model_query(context, models.Quota). \ + filter_by(project_id=project_id). \ + all() + result = {'project_id': project_id} + for row in rows: + result[row.resource] = row.hard_limit + return result + + +@require_admin_context +def quota_create(context, project_id, resource, limit): + with write_session() as session: + quota_ref = models.Quota() + quota_ref.project_id = project_id + quota_ref.resource = resource + quota_ref.hard_limit = limit + session.add(quota_ref) + return quota_ref + + +@require_admin_context +def quota_update(context, project_id, resource, limit): + with write_session() as session: + quota_ref = _quota_get(context, project_id, resource, session=session) + if not quota_ref: + raise exception.ProjectQuotaNotFound(project_id=project_id) + quota_ref.hard_limit = limit + quota_ref.save(session) + return quota_ref + + +@require_admin_context +def quota_destroy(context, project_id, resource): + with write_session() as session: + quota_ref = _quota_get(context, project_id, resource, session=session) + if not quota_ref: + raise exception.ProjectQuotaNotFound(project_id=project_id) + session.delete(quota_ref) + + +@require_admin_context +def quota_destroy_all(context, project_id): + with write_session() as session: + + quotas = model_query(context, models.Quota). \ + filter_by(project_id=project_id). \ + all() + + if not quotas: + raise exception.ProjectQuotaNotFound(project_id=project_id) + + for quota_ref in quotas: + session.delete(quota_ref) + + +########################## + +@require_context +def _quota_class_get(context, class_name, resource): + result = model_query(context, models.QuotaClass). \ + filter_by(deleted=0). \ + filter_by(class_name=class_name). \ + filter_by(resource=resource). \ + first() + + if not result: + raise exception.QuotaClassNotFound(class_name=class_name) + + return result + + +@require_context +def quota_class_get(context, class_name, resource): + return _quota_class_get(context, class_name, resource) + + +@require_context +def quota_class_get_default(context): + return quota_class_get_all_by_name(context, _DEFAULT_QUOTA_NAME) + + +@require_context +def quota_class_get_all_by_name(context, class_name): + rows = model_query(context, models.QuotaClass). \ + filter_by(deleted=0). \ + filter_by(class_name=class_name). \ + all() + + result = {'class_name': class_name} + for row in rows: + result[row.resource] = row.hard_limit + + return result + + +@require_admin_context +def quota_class_create(context, class_name, resource, limit): + with write_session() as session: + quota_class_ref = models.QuotaClass() + quota_class_ref.class_name = class_name + quota_class_ref.resource = resource + quota_class_ref.hard_limit = limit + session.add(quota_class_ref) + return quota_class_ref + + +@require_admin_context +def quota_class_update(context, class_name, resource, limit): + with write_session() as session: + quota_class_ref = session.query(models.QuotaClass). \ + filter_by(deleted=0). \ + filter_by(class_name=class_name). \ + filter_by(resource=resource).first() + if not quota_class_ref: + raise exception.QuotaClassNotFound(class_name=class_name) + quota_class_ref.hard_limit = limit + quota_class_ref.save(session) + return quota_class_ref + + +@require_admin_context +def quota_class_destroy_all(context, class_name): + with write_session() as session: + quota_classes = session.query(models.QuotaClass). \ + filter_by(deleted=0). \ + filter_by(class_name=class_name). \ + all() + if quota_classes: + for quota_class_ref in quota_classes: + session.delete(quota_class_ref) + else: + raise exception.QuotaClassNotFound() + + +def db_sync(engine, version=None): + """Migrate the database to `version` or the most recent version.""" + return migration.db_sync(engine, version=version) + + +def db_version(engine): + """Display the current database version.""" + return migration.db_version(engine) + + +def service_create(context, service_id, host=None, binary=None, + topic=None): + with write_session() as session: + time_now = timeutils.utcnow() + svc = models.Service(id=service_id, + host=host, + binary=binary, + topic=topic, + created_at=time_now, + updated_at=time_now) + session.add(svc) + return svc + + +def service_update(context, service_id, values=None): + with write_session() as session: + service = session.query(models.Service).get(service_id) + if not service: + return + + if values is None: + values = {} + + values.update({'updated_at': timeutils.utcnow()}) + service.update(values) + service.save(session) + return service + + +def service_delete(context, service_id): + with write_session() as session: + session.query(models.Service).filter_by( + id=service_id).delete(synchronize_session='fetch') + + +def service_get(context, service_id): + return model_query(context, models.Service).get(service_id) + + +def service_get_all(context): + return model_query(context, models.Service).all() + + +########################## + +# dbapi for orchestrator +def add_identity_filter(query, value, + use_region_name=None, + use_resource_type=None): + """Adds an identity filter to a query. + + Filters results by 'id', if supplied value is a valid integer. + then attempts to filter results by 'uuid'; + otherwise filters by name + + :param query: Initial query to add filter to. + :param value: Value for filtering results by. + :param use_region_name: Use region_name in filter + :param use_resource_type: Use resource_type in filter + + :return: Modified query. + """ + if strutils.is_int_like(value): + return query.filter_by(id=value) + elif uuidutils.is_uuid_like(value): + return query.filter_by(uuid=value) + elif use_region_name: + return query.filter_by(region_name=value) + elif use_resource_type: + return query.filter_by(resource_type=value) + else: + return query.filter_by(name=value) + + +def add_filter_by_many_identities(query, model, values): + """Adds an identity filter to a query for values list. + + Filters results by ID, if supplied values contain a valid integer. + Otherwise attempts to filter results by UUID. + + :param query: Initial query to add filter to. + :param model: Model for filter. + :param values: Values for filtering results by. + :return: tuple (Modified query, filter field name). + """ + if not values: + raise exception.InvalidIdentity(identity=values) + value = values[0] + if strutils.is_int_like(value): + return query.filter(getattr(model, 'id').in_(values)), 'id' + elif uuidutils.is_uuid_like(value): + return query.filter(getattr(model, 'uuid').in_(values)), 'uuid' + else: + raise exception.InvalidIdentity(identity=value) + + +@require_context +def _subcloud_get(context, region_id, session=None): + query = model_query(context, models.Subcloud, session=session). \ + filter_by(deleted=0) + query = add_identity_filter(query, region_id, use_region_name=True) + + try: + return query.one() + except NoResultFound: + raise exception.SubcloudNotFound(region_name=region_id) + except MultipleResultsFound: + raise exception.InvalidParameterValue( + err="Multiple entries found for subcloud %s" % region_id) + + +@require_context +def subcloud_get(context, region_id): + return _subcloud_get(context, region_id) + + +@require_context +def subcloud_get_all(context, region_name=None, + management_state=None, + availability_status=None): + query = model_query(context, models.Subcloud). \ + filter_by(deleted=0) + + if region_name: + query = add_identity_filter(query, region_name, use_region_name=True) + if management_state: + query = query.filter_by(management_state=management_state) + if availability_status: + query = query.filter_by(availability_status=availability_status) + + return query.all() + + +@require_admin_context +def subcloud_create(context, region_name, values): + with write_session() as session: + result = models.Subcloud() + result.region_name = region_name + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + try: + session.add(result) + except db_exc.DBDuplicateEntry: + raise exception.SubcloudAlreadyExists(region_name=region_name) + return result + + +@require_admin_context +def subcloud_update(context, region_name, values): + with write_session() as session: + result = _subcloud_get(context, region_name, session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def subcloud_delete(context, region_name): + with write_session() as session: + subclouds = session.query(models.Subcloud). \ + filter_by(deleted=0). \ + filter_by(region_name=region_name). \ + all() + if subclouds: + for subcloud_ref in subclouds: + session.delete(subcloud_ref) + else: + raise exception.SubcloudNotFound(region_name=region_name) + + +@require_context +def _resource_get(context, resource_type, master_id, session): + query = model_query(context, models.Resource, session=session). \ + filter_by(deleted=0) + query = query.filter_by(resource_type=resource_type) + query = query.filter_by(master_id=master_id) + try: + return query.one() + except NoResultFound: + raise exception.ResourceNotFound(resource_type=resource_type) + except MultipleResultsFound: + raise exception.InvalidParameterValue( + err=("Multiple entries found for resource %(id)s of type %(type)s", + {'id': master_id, 'type': resource_type})) + + +@require_context +def resource_get_by_type_and_master_id(context, resource_type, master_id): + with read_session() as session: + return _resource_get(context, resource_type, master_id, session) + + +@require_context +def resource_get_by_id(context, resource_id, session=None): + query = model_query(context, models.Resource, session=session). \ + filter_by(deleted=0) + query = query.filter_by(id=resource_id) + try: + return query.one() + except NoResultFound: + raise exception.ResourceNotFound(id=resource_id) + + +@require_context +def resource_get_all(context, resource_type=None): + query = model_query(context, models.Resource). \ + filter_by(deleted=0) + + if resource_type: + query = add_identity_filter(query, resource_type, + use_resource_type=True) + + return query.all() + + +@require_admin_context +def resource_create(context, resource_type, values): + with write_session() as session: + result = models.Resource() + result.resource_type = resource_type + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + session.add(result) + return result + + +@require_admin_context +def resource_update(context, resource_id, values): + with write_session() as session: + result = resource_get_by_id(context, resource_id, session=session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def resource_delete(context, resource_type, master_id): + with write_session() as session: + resources = session.query(models.Resource). \ + filter_by(deleted=0). \ + filter_by(resource_type=resource_type). \ + filter_by(master_id=master_id). \ + all() + if resources: + for resource_ref in resources: + session.delete(resource_ref) + else: + raise exception.ResourceNotFound(resource_type=resource_type) + + +def add_subcloud_resource_filter_by_subcloud(query, value): + if strutils.is_int_like(value): + return query.filter(models.Subcloud.id == value) + elif uuidutils.is_uuid_like(value): + return query.filter(models.Subcloud.uuid == value) + + +@require_context +def _subcloud_resource_get(context, subcloud_resource_id, session=None): + query = model_query(context, models.SubcloudResource, session=session). \ + filter_by(deleted=0) + query = add_identity_filter(query, subcloud_resource_id) + try: + return query.one() + except NoResultFound: + raise exception.SubcloudResourceNotFound(resource=subcloud_resource_id) + + +@require_context +def subcloud_resource_get(context, subcloud_resource_id): + return _subcloud_resource_get(context, subcloud_resource_id) + + +@require_context +def subcloud_resources_get_by_subcloud(context, subcloud_id): + query = model_query(context, models.SubcloudResource). \ + filter_by(deleted=0) + if subcloud_id: + query = (query.join(models.Subcloud, + models.Subcloud.id == + models.SubcloudResource.subcloud_id)) + query, field = add_filter_by_many_identities( + query, models.Subcloud, [subcloud_id]) + return query.all() + + +@require_context +def subcloud_resources_get_by_resource(context, resource_id): + # query by resource id or uuid, not resource master uuid. + query = model_query(context, models.SubcloudResource). \ + filter_by(deleted=0) + if resource_id: + query = (query.join(models.Resource, + models.Resource.id == + models.SubcloudResource.resource_id)) + query, field = add_filter_by_many_identities( + query, models.Resource, [resource_id]) + return query.all() + + +def subcloud_resources_get_all(context): + query = model_query(context, models.SubcloudResource). \ + filter_by(deleted=0) + return query.all() + + +@require_context +def subcloud_resource_get_by_resource_and_subcloud( + context, resource_id, subcloud_id): + query = model_query(context, models.SubcloudResource). \ + filter_by(deleted=0). \ + filter_by(resource_id=resource_id). \ + filter_by(subcloud_id=subcloud_id) + try: + return query.one() + except NoResultFound: + raise exception.SubcloudResourceNotFound() + except MultipleResultsFound: + raise exception.InvalidParameterValue( + err=("Multiple entries found for resource %(rid)d " + "subcloud %(sid)d", + {'rid': resource_id, 'sid': subcloud_id})) + + +@require_admin_context +def subcloud_resource_create(context, subcloud_id, resource_id, values): + with write_session() as session: + result = models.SubcloudResource() + result.subcloud_id = subcloud_id + result.resource_id = resource_id + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + try: + session.add(result) + except db_exc.DBDuplicateEntry: + raise exception.SubcloudResourceAlreadyExists( + subcloud_id=subcloud_id, + resource_id=resource_id) + return result + + +@require_admin_context +def subcloud_resource_update(context, subcloud_resource_id, values): + with write_session() as session: + result = _subcloud_resource_get(context, subcloud_resource_id, session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def subcloud_resource_delete(context, subcloud_resource_id): + with write_session() as session: + query = session.query(models.SubcloudResource). \ + filter_by(deleted=0) + query = add_identity_filter(query, subcloud_resource_id) + try: + subcloud_resource_ref = query.one() + except NoResultFound: + raise exception.SubcloudResourceNotFound( + resource=subcloud_resource_id) + session.delete(subcloud_resource_ref) + + +def add_orch_job_filter_by_resource(query, value): + if strutils.is_int_like(value): + return query.filter(models.OrchJob.id == value) + elif uuidutils.is_uuid_like(value): + return query.filter(models.OrchJob.uuid == value) + + +@require_context +def _orch_job_get(context, orch_job_id, session=None): + query = model_query(context, models.OrchJob, session=session). \ + filter_by(deleted=0) + query = add_identity_filter(query, orch_job_id) + try: + return query.one() + except NoResultFound: + raise exception.OrchJobNotFound(orch_job=orch_job_id) + + +@require_context +def orch_job_get(context, orch_job_id): + return _orch_job_get(context, orch_job_id) + + +@require_context +def orch_job_get_all(context, resource_id=None): + query = model_query(context, models.OrchJob). \ + filter_by(deleted=0) + if resource_id: + query = (query.join(models.Resource, + models.Resource.id == models.OrchJob.resource_id)) + query, field = add_filter_by_many_identities( + query, models.Resource, [resource_id]) + return query.all() + + +@require_admin_context +def orch_job_create(context, resource_id, endpoint_type, + operation_type, values): + with write_session() as session: + result = models.OrchJob() + result.resource_id = resource_id + result.endpoint_type = endpoint_type + result.operation_type = operation_type + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + try: + session.add(result) + except db_exc.DBDuplicateEntry: + raise exception.OrchJobAlreadyExists( + resource_id=resource_id, + endpoint_type=endpoint_type, + operation_type=operation_type) + return result + + +@require_admin_context +def orch_job_update(context, orch_job_id, values): + with write_session() as session: + result = _orch_job_get(context, orch_job_id, session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def orch_job_delete(context, orch_job_id): + with write_session() as session: + query = session.query(models.OrchJob). \ + filter_by(deleted=0) + query = add_identity_filter(query, orch_job_id) + try: + orch_job_ref = query.one() + except NoResultFound: + raise exception.OrchJobNotFound(orch_job=orch_job_id) + session.delete(orch_job_ref) + + +def add_orch_request_filter_by_resource(query, value): + if strutils.is_int_like(value): + return query.filter(models.OrchRequest.id == value) + elif uuidutils.is_uuid_like(value): + return query.filter(models.OrchRequest.uuid == value) + + +@require_context +def _orch_request_get(context, orch_request_id, session=None): + query = model_query(context, models.OrchRequest, session=session). \ + filter_by(deleted=0) + query = add_identity_filter(query, orch_request_id) + try: + return query.one() + except NoResultFound: + raise exception.OrchRequestNotFound(orch_request=orch_request_id) + + +@require_context +def orch_request_get(context, orch_request_id): + return _orch_request_get(context, orch_request_id) + + +@require_context +def orch_request_get_all(context, orch_job_id=None): + query = model_query(context, models.OrchRequest). \ + filter_by(deleted=0) + if orch_job_id: + query = (query.join(models.OrchJob, + models.OrchJob.id == + models.OrchRequest.orch_job_id)) + query, field = add_filter_by_many_identities( + query, models.OrchJob, [orch_job_id]) + return query.all() + + +@require_context +def orch_request_get_by_attrs(context, + endpoint_type, + resource_type=None, + target_region_name=None, + states=None): + """Query OrchRequests by attributes. + + :param context: authorization context + :param endpoint_type: OrchJob.endpoint_type + :param resource_type: Resource.resource_type + :param target_region_name: OrchRequest target_region_name + :param states: [OrchRequest.state] note: must be a list + :return: [OrchRequests] sorted by OrchRequest.id + """ + query = model_query(context, models.OrchRequest). \ + filter_by(deleted=0) + + if target_region_name: + query = query.filter_by(target_region_name=target_region_name) + + if states: + states = set(states) + query = query.filter(models.OrchRequest.state.in_(states)) + + query = query.join(models.OrchJob, + models.OrchJob.id == models.OrchRequest.orch_job_id). \ + filter_by(endpoint_type=endpoint_type) + + if resource_type is not None: + query = query.join(models.Resource, + models.Resource.id == models.OrchJob.resource_id). \ + filter_by(resource_type=resource_type) + + # sort by orch_request id + query = query.order_by(asc(models.OrchRequest.id)).all() + + return query + + +@require_admin_context +def orch_request_create(context, orch_job_id, target_region_name, values): + with write_session() as session: + result = models.OrchRequest() + result.orch_job_id = orch_job_id + result.target_region_name = target_region_name + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + try: + session.add(result) + except db_exc.DBDuplicateEntry: + raise exception.OrchRequestAlreadyExists( + orch_request=orch_job_id, + target_region_name=target_region_name) + return result + + +@require_admin_context +def orch_request_update(context, orch_request_id, values): + with write_session() as session: + result = _orch_request_get(context, orch_request_id, session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def orch_request_destroy(context, orch_request_id): + with write_session() as session: + query = session.query(models.OrchRequest). \ + filter_by(deleted=0) + query = add_identity_filter(query, orch_request_id) + try: + orch_request_ref = query.one() + except NoResultFound: + raise exception.OrchRequestNotFound(orch_request=orch_request_id) + session.delete(orch_request_ref) + + +@require_admin_context +def orch_request_delete_by_subcloud(context, region_name): + """Delete all orch_request entries for a given subcloud. + + This is used primarily when deleting a subcloud. + In particular, it is not a bug if there are no entries to delete. + """ + with write_session() as session: + session.query(models.OrchRequest). \ + filter_by(target_region_name=region_name). \ + delete() + + +@require_context +def _subcloud_alarms_get(context, region_id, session=None): + query = model_query(context, models.SubcloudAlarmSummary, session=session). \ + filter_by(deleted=0) + query = add_identity_filter(query, region_id, use_region_name=True) + + try: + return query.one() + except NoResultFound: + raise exception.SubcloudNotFound(region_name=region_id) + except MultipleResultsFound: + raise exception.InvalidParameterValue( + err="Multiple entries found for subcloud %s" % region_id) + + +@require_context +def subcloud_alarms_get(context, region_id): + return _subcloud_get(context, region_id) + + +@require_context +def subcloud_alarms_get_all(context, region_name=None): + query = model_query(context, models.SubcloudAlarmSummary). \ + filter_by(deleted=0) + + if region_name: + query = add_identity_filter(query, region_name, use_region_name=True) + + return query.order_by(desc(models.SubcloudAlarmSummary.id)).all() + + +@require_admin_context +def subcloud_alarms_create(context, region_name, values): + with write_session() as session: + result = models.SubcloudAlarmSummary() + result.region_name = region_name + if not values.get('uuid'): + values['uuid'] = uuidutils.generate_uuid() + result.update(values) + try: + session.add(result) + except db_exc.DBDuplicateEntry: + raise exception.SubcloudAlreadyExists(region_name=region_name) + return result + + +@require_admin_context +def subcloud_alarms_update(context, region_name, values): + with write_session() as session: + result = _subcloud_alarms_get(context, region_name, session) + result.update(values) + result.save(session) + return result + + +@require_admin_context +def subcloud_alarms_delete(context, region_name): + with write_session() as session: + session.query(models.SubcloudAlarmSummary).\ + filter_by(region_name=region_name).delete() diff --git a/dcorch/db/sqlalchemy/migrate_repo/README b/dcorch/db/sqlalchemy/migrate_repo/README new file mode 100644 index 000000000..6218f8cac --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/README @@ -0,0 +1,4 @@ +This is a database migration repository. + +More information at +http://code.google.com/p/sqlalchemy-migrate/ diff --git a/dcorch/db/sqlalchemy/migrate_repo/__init__.py b/dcorch/db/sqlalchemy/migrate_repo/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/db/sqlalchemy/migrate_repo/manage.py b/dcorch/db/sqlalchemy/migrate_repo/manage.py new file mode 100644 index 000000000..39fa3892e --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/manage.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from migrate.versioning.shell import main + +if __name__ == '__main__': + main(debug='False') diff --git a/dcorch/db/sqlalchemy/migrate_repo/migrate.cfg b/dcorch/db/sqlalchemy/migrate_repo/migrate.cfg new file mode 100644 index 000000000..16c3fb002 --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/migrate.cfg @@ -0,0 +1,25 @@ +[db_settings] +# Used to identify which repository this database is versioned under. +# You can use the name of your project. +repository_id=dcorch + +# The name of the database table used to track the schema version. +# This name shouldn't already be used by your project. +# If this is changed once a database is under version control, you'll need to +# change the table name in each database too. +version_table=migrate_version + +# When committing a change script, Migrate will attempt to generate the +# sql for all supported databases; normally, if one of them fails - probably +# because you don't have that database installed - it is ignored and the +# commit continues, perhaps ending successfully. +# Databases in this list MUST compile successfully during a commit, or the +# entire commit will fail. List the databases your application will actually +# be using to ensure your updates to that database work properly. +# This must be a list; example: ['postgres','sqlite'] +required_dbs=['postgres'] + +# When creating new change scripts, Migrate will stamp the new script with +# a version number. By default this is latest_version + 1. You can set this +# to 'true' to tell Migrate to use the UTC timestamp instead. +use_timestamp_numbering=False diff --git a/dcorch/db/sqlalchemy/migrate_repo/versions/001_initial.py b/dcorch/db/sqlalchemy/migrate_repo/versions/001_initial.py new file mode 100644 index 000000000..db62737d6 --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/versions/001_initial.py @@ -0,0 +1,131 @@ +# Copyright (c) 2017-2018 Wind River Inc. +# All Rights Reserved. +# 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. + +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +import datetime +from oslo_config import cfg +import sqlalchemy + + +QUOTA_CLASS_NAME_DEFAULT = 'default' +CONF = cfg.CONF +CONF.import_group('dc_orch_global_limit', 'dcorch.common.config') + + +def upgrade(migrate_engine): + meta = sqlalchemy.MetaData() + meta.bind = migrate_engine + + quotas = sqlalchemy.Table( + 'quotas', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('project_id', sqlalchemy.String(36)), + sqlalchemy.Column('resource', sqlalchemy.String(255), nullable=False), + sqlalchemy.Column('hard_limit', sqlalchemy.Integer, nullable=False), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + quota_classes = sqlalchemy.Table( + 'quota_classes', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('class_name', sqlalchemy.String(length=255), + index=True), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + sqlalchemy.Column('resource', sqlalchemy.String(length=255)), + sqlalchemy.Column('hard_limit', sqlalchemy.Integer, + nullable=True), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + service = sqlalchemy.Table( + 'service', meta, + sqlalchemy.Column('id', sqlalchemy.String(36), + primary_key=True, nullable=False), + sqlalchemy.Column('host', sqlalchemy.String(length=255)), + sqlalchemy.Column('binary', sqlalchemy.String(length=255)), + sqlalchemy.Column('topic', sqlalchemy.String(length=255)), + sqlalchemy.Column('disabled', sqlalchemy.Boolean, default=False), + sqlalchemy.Column('disabled_reason', sqlalchemy.String(length=255)), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + tables = ( + quotas, + quota_classes, + service, + ) + + for index, table in enumerate(tables): + try: + table.create() + except Exception: + # If an error occurs, drop all tables created so far to return + # to the previously existing state. + meta.drop_all(tables=tables[:index]) + raise + + rows = quota_classes.count(). \ + where(quota_classes.c.class_name == 'default').execute().scalar() + + # Do not add entries if there are already 'default' entries. We don't + # want to write over something the user added. + if not rows: + created_at = datetime.datetime.now() + + # Set default quota limits + qci = quota_classes.insert() + for resource, default in CONF.dc_orch_global_limit.items(): + qci.execute({'created_at': created_at, + 'class_name': QUOTA_CLASS_NAME_DEFAULT, + 'resource': resource[6:], + 'hard_limit': default, + 'deleted': 0}) + + +def downgrade(migrate_engine): + raise NotImplementedError('Database downgrade not supported - ' + 'would drop all tables') diff --git a/dcorch/db/sqlalchemy/migrate_repo/versions/002_orch.py b/dcorch/db/sqlalchemy/migrate_repo/versions/002_orch.py new file mode 100644 index 000000000..803b5bb64 --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/versions/002_orch.py @@ -0,0 +1,222 @@ +# Copyright (c) 2017-2018 Wind River Inc. +# All Rights Reserved. +# +# 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. + +import sqlalchemy + + +def upgrade(migrate_engine): + meta = sqlalchemy.MetaData() + meta.bind = migrate_engine + + subcloud = sqlalchemy.Table( + 'subcloud', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('region_name', sqlalchemy.String(255), unique=True), + sqlalchemy.Column('software_version', sqlalchemy.String(255)), + + sqlalchemy.Column('management_state', sqlalchemy.String(64)), + sqlalchemy.Column('availability_status', sqlalchemy.String(64), + default="offline"), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + + sqlalchemy.Index('subcloud_region_name_idx', 'region_name'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + subcloud_alarms = sqlalchemy.Table( + 'subcloud_alarms', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('region_name', sqlalchemy.String(255), unique=True), + sqlalchemy.Column('critical_alarms', sqlalchemy.Integer), + sqlalchemy.Column('major_alarms', sqlalchemy.Integer), + sqlalchemy.Column('minor_alarms', sqlalchemy.Integer), + sqlalchemy.Column('warnings', sqlalchemy.Integer), + sqlalchemy.Column('cloud_status', sqlalchemy.String(64)), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + + sqlalchemy.Index('subcloud_alarm_region_name_idx', 'region_name'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + resource = sqlalchemy.Table( + 'resource', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('resource_type', sqlalchemy.String(128)), + sqlalchemy.Column('master_id', sqlalchemy.String(255)), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Index('resource_resource_type_idx', 'resource_type'), + sqlalchemy.Index('resource_master_id_idx', 'master_id'), + sqlalchemy.UniqueConstraint( + 'resource_type', 'master_id', 'deleted', + name='uniq_resource0resource_type0master_id0deleted'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + subcloud_resource = sqlalchemy.Table( + 'subcloud_resource', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('subcloud_resource_id', sqlalchemy.String(255)), + + # Could have also gotten this from subcloud.region_name + sqlalchemy.Column('subcloud_name', sqlalchemy.String(255)), + # Is this resource managed or unmanaged + sqlalchemy.Column('shared_config_state', sqlalchemy.String(64), + default="managed"), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Column('resource_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('resource.id', + ondelete='CASCADE')), + # primary_key=True), + sqlalchemy.Column('subcloud_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('subcloud.id', + ondelete='CASCADE')), + # primary_key=True), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + + sqlalchemy.Index('subcloud_resource_resource_id_idx', 'resource_id'), + sqlalchemy.UniqueConstraint( + 'resource_id', 'subcloud_id', + name='uniq_subcloud_resource0resource_id0subcloud_id'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + orch_job = sqlalchemy.Table( + 'orch_job', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('user_id', sqlalchemy.String(128)), + sqlalchemy.Column('project_id', sqlalchemy.String(128)), + + # filledin by x_orch_api + sqlalchemy.Column('endpoint_type', sqlalchemy.String(255), + nullable=False), + # sqlalchemy.Column('resource_type', sqlalchemy.String(255), + # nullable=False), + + sqlalchemy.Column('source_resource_id', sqlalchemy.String(255)), + # http type: e.g. post/put/patch/delete + sqlalchemy.Column('operation_type', sqlalchemy.String(255)), + + sqlalchemy.Column('resource_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('resource.id')), + + sqlalchemy.Column('resource_info', sqlalchemy.Text), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + sqlalchemy.Index('orch_job_endpoint_type_idx', 'endpoint_type'), + # sqlalchemy.Index('orch_job_resource_type_idx', 'resource_type'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + orch_request = sqlalchemy.Table( + 'orch_request', meta, + sqlalchemy.Column('id', sqlalchemy.Integer, + primary_key=True, nullable=False), + sqlalchemy.Column('uuid', sqlalchemy.String(36), unique=True), + + sqlalchemy.Column('state', sqlalchemy.String(128)), + sqlalchemy.Column('try_count', sqlalchemy.Integer, default=0), + sqlalchemy.Column('api_version', sqlalchemy.String(128)), + sqlalchemy.Column('target_region_name', sqlalchemy.String(255)), + sqlalchemy.Column('capabilities', sqlalchemy.Text), + + sqlalchemy.Column('orch_job_id', sqlalchemy.Integer, + sqlalchemy.ForeignKey('orch_job.id')), + + sqlalchemy.Column('created_at', sqlalchemy.DateTime), + sqlalchemy.Column('updated_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted_at', sqlalchemy.DateTime), + sqlalchemy.Column('deleted', sqlalchemy.Integer), + + sqlalchemy.Index('orch_request_idx', 'state'), + sqlalchemy.UniqueConstraint( + 'target_region_name', 'orch_job_id', 'deleted', + name='uniq_orchreq0target_region_name0orch_job_id0deleted'), + + mysql_engine='InnoDB', + mysql_charset='utf8' + ) + + tables = ( + subcloud, + subcloud_alarms, + resource, + subcloud_resource, + orch_job, + orch_request + ) + + for index, table in enumerate(tables): + try: + table.create() + except Exception: + # If an error occurs, drop all tables created so far to return + # to the previously existing state. + meta.drop_all(tables=tables[:index]) + raise + + +def downgrade(migrate_engine): + raise NotImplementedError('Database downgrade not supported - ' + 'would drop all tables') diff --git a/dcorch/db/sqlalchemy/migrate_repo/versions/003_placeholder.py b/dcorch/db/sqlalchemy/migrate_repo/versions/003_placeholder.py new file mode 100644 index 000000000..773865b0c --- /dev/null +++ b/dcorch/db/sqlalchemy/migrate_repo/versions/003_placeholder.py @@ -0,0 +1,16 @@ +# Copyright (c) 2018 Wind River Inc. +# 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. + + +def upgrade(migrate_engine): + pass diff --git a/dcorch/db/sqlalchemy/migrate_repo/versions/__init__.py b/dcorch/db/sqlalchemy/migrate_repo/versions/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/db/sqlalchemy/migration.py b/dcorch/db/sqlalchemy/migration.py new file mode 100644 index 000000000..168c47fcf --- /dev/null +++ b/dcorch/db/sqlalchemy/migration.py @@ -0,0 +1,40 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +import os + +from oslo_db.sqlalchemy import migration as oslo_migration + + +INIT_VERSION = 0 + + +def db_sync(engine, version=None): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_sync(engine, path, version, + init_version=INIT_VERSION) + + +def db_version(engine): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_version(engine, path, INIT_VERSION) + + +def db_version_control(engine, version=None): + path = os.path.join(os.path.abspath(os.path.dirname(__file__)), + 'migrate_repo') + return oslo_migration.db_version_control(engine, path, version) diff --git a/dcorch/db/sqlalchemy/models.py b/dcorch/db/sqlalchemy/models.py new file mode 100644 index 000000000..1d5288f9b --- /dev/null +++ b/dcorch/db/sqlalchemy/models.py @@ -0,0 +1,316 @@ +# Copyright (c) 2017-2018 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# +# +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. +""" +SQLAlchemy models for dcorch data. +""" + +import json +from oslo_db.sqlalchemy import models + +from sqlalchemy.orm import session as orm_session +from sqlalchemy import (Column, Integer, String, Boolean, Index, schema) +from sqlalchemy.ext.declarative import declarative_base +from sqlalchemy import ForeignKey, UniqueConstraint +from sqlalchemy.types import TypeDecorator, VARCHAR +from sqlalchemy.orm import relationship + +from dcmanager.common import consts as dcm_consts +from dcorch.common import consts + +BASE = declarative_base() + + +def get_session(): + from dcorch.db.sqlalchemy import api as db_api + + return db_api.get_session() + + +class JSONEncodedDict(TypeDecorator): + """Represents an immutable structure as a json-encoded string.""" + + impl = VARCHAR + + def process_bind_param(self, value, dialect): + if value is not None: + value = json.dumps(value) + return value + + def process_result_value(self, value, dialect): + if value is not None: + value = json.loads(value) + return value + + +class OrchestratorBase(models.ModelBase, + models.SoftDeleteMixin, + models.TimestampMixin): + """Base class for Orchestrator Models.""" + + __table_args__ = {'mysql_engine': 'InnoDB'} + + def expire(self, session=None, attrs=None): + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.expire(self, attrs) + + def refresh(self, session=None, attrs=None): + """Refresh this object.""" + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.refresh(self, attrs) + + def delete(self, session=None): + """Delete this object.""" + if not session: + session = orm_session.Session.object_session(self) + if not session: + session = get_session() + session.begin() + session.delete(self) + session.commit() + + +class Quota(BASE, OrchestratorBase): + """Represents a single quota override for a project. + + If there is no row for a given project id and resource, then the + default for the quota class is used. If there is no row for a + given quota class and resource, then the default for the + deployment is used. If the row is present but the hard limit is + Null, then the resource is unlimited. + """ + + __tablename__ = 'quotas' + + __table_args__ = ( + schema.UniqueConstraint("project_id", "resource", "deleted", + name="uniq_quotas0project_id0resource0deleted" + ),) + + id = Column(Integer, primary_key=True) + + project_id = Column(String(255), index=True) + + resource = Column(String(255), nullable=False) + + hard_limit = Column(Integer, nullable=True) + + capabilities = Column(JSONEncodedDict) + + +class QuotaClass(BASE, OrchestratorBase): + """Represents a single quota override for a quota class. + + If there is no row for a given quota class and resource, then the + default for the deployment is used. If the row is present but the + hard limit is Null, then the resource is unlimited. + """ + + __tablename__ = "quota_classes" + + id = Column(Integer, primary_key=True) + + class_name = Column(String(255), index=True) + + resource = Column(String(255)) + + hard_limit = Column(Integer, nullable=True) + + capabilities = Column(JSONEncodedDict) + + +class Service(BASE, OrchestratorBase): + """"Orchestrator service engine registry""" + + __tablename__ = 'service' + + id = Column('id', String(36), primary_key=True, nullable=False) + + host = Column(String(255)) + + binary = Column(String(255)) + + topic = Column(String(255)) + + disabled = Column(Boolean, default=False) + + disabled_reason = Column(String(255)) + + capabilities = Column(JSONEncodedDict) + + +# Distributed Cloud Orchestrator Data Base Models +class Subcloud(BASE, OrchestratorBase): + """Represents a Distributed Cloud subcloud""" + + __tablename__ = 'subcloud' + __table_args__ = ( + Index('subcloud_region_name_idx', 'region_name'), + ) + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + region_name = Column('region_name', String(255), unique=True) # keystone + software_version = Column('software_version', String(255)) + + # dc manager updates the management and availability + # default management_state is None; could be set to 'deleting' + management_state = Column('management_state', String(64)) + availability_status = Column('availability_status', String(64), + default=dcm_consts.AVAILABILITY_OFFLINE) + capabilities = Column(JSONEncodedDict) + + +class SubcloudAlarmSummary(BASE, OrchestratorBase): + """Represents a Distributed Cloud subcloud alarm aggregate""" + __tablename__ = 'subcloud_alarms' + __table_args__ = ( + Index('subcloud_alarm_region_name_idx', 'region_name'), + ) + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + region_name = Column('region_name', String(255), unique=True) # keystone + critical_alarms = Column('critical_alarms', Integer) + major_alarms = Column('major_alarms', Integer) + minor_alarms = Column('minor_alarms', Integer) + warnings = Column('warnings', Integer) + cloud_status = Column('cloud_status', String(64)) + capabilities = Column(JSONEncodedDict) + + +class Resource(BASE, OrchestratorBase): + """Represents a Distributed Cloud Orchestrator Resource""" + + __tablename__ = 'resource' + __table_args__ = ( + Index('resource_resource_type_idx', 'resource_type'), + Index('resource_master_id_idx', 'master_id'), + UniqueConstraint( + 'resource_type', 'master_id', 'deleted', + name='uniq_resource0resource_type0master_id0deleted'), + ) + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + capabilities = Column(JSONEncodedDict) + + resource_type = Column(String(128)) # e.g. quota_x,flavor_extra_spec,dns.. + master_id = Column(String(255)) # id/uuid of resource in central region + + +class SubcloudResource(BASE, OrchestratorBase): + """Represents a Distributed Cloud Orchestrator Subcloud Resource""" + + __tablename__ = 'subcloud_resource' + __table_args__ = ( + Index('subcloud_resource_resource_id_idx', 'resource_id'), + UniqueConstraint( + 'resource_id', 'subcloud_id', + name='uniq_subcloud_resource0resource_id0subcloud_id'), + ) + + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + + # Could get subcloud_name (or target_region) from subcloud.region_name + # subcloud_name = Column('subcloud_name', String(255)) + # Is this resource managed or unmanaged: e.g. ntp may not be managed + # by orchestrator for some subcloud + shared_config_state = Column('shared_config_state', String(255), + default="managed") + capabilities = Column(JSONEncodedDict) + + subcloud_resource_id = Column(String(255)) # usually uuid, sometimes id + # if either resource_id or subcloud_id is set as primary key, id does not + # autoincrement + resource_id = Column('resource_id', Integer, + ForeignKey('resource.id', ondelete='CASCADE')) + + subcloud_id = Column('subcloud_id', Integer, + ForeignKey('subcloud.id', ondelete='CASCADE')) + # todo: we shouldn't allow more than one row to have the same + # resource_id/subcloud_id tuple + + +class OrchJob(BASE, OrchestratorBase): + """Orchestrator Job registry""" + + __tablename__ = 'orch_job' + __table_args__ = ( + Index('orch_job_endpoint_type_idx', 'endpoint_type'), + ) + + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + + user_id = Column('user_id', String(128)) + project_id = Column('project_id', String(128)) + + # Filled in by x_orch_api e.g. platform, volumev2, compute, network + endpoint_type = Column(String(255), nullable=False) + # e.g. quota_x, flavors, flavor_extra_spec, idns + # resource_type = Column(String(255), nullable=False) + source_resource_id = Column(String(255)) # for debugging + operation_type = Column(String(255)) # http type: post/put/patch/delete + capabilities = Column(JSONEncodedDict) + + resource_id = Column('resource_id', Integer, + ForeignKey('resource.id')) # nullable=False? + + # resource_info cannot be derived from resource.master_values + # Represents resource info for a specific API call. In case of update, it + # may only be adding a specific k/v pair to an existing resource. Also, we + # need to ensure order of operations in the subcloud matches order of + # operations in the master cloud. This is a string representing a JSON- + # formatted dict. The exact contents will vary depending on resource. + resource_info = Column(String()) + + orchrequests = relationship('OrchRequest', backref='orch_job') + # orch_status can be derived from the underlying OrchRequests state + + +class OrchRequest(BASE, OrchestratorBase): + __tablename__ = 'orch_request' + __table_args__ = ( + Index('orch_request_state_idx', 'state'), + UniqueConstraint( + 'target_region_name', 'orch_job_id', 'deleted', + name='uniq_orchreq0target_region_name0orch_job_id0deleted'), + ) + + id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) + uuid = Column(String(36), unique=True) + + # state updated by engine one of: "in-progress", "completed", "failed", + # "timed-out", "aborted" + state = Column(String(128), default=consts.ORCH_REQUEST_NONE) + try_count = Column(Integer, default=0) + api_version = Column(String(128)) + + target_region_name = Column(String(255)) + capabilities = Column(JSONEncodedDict) + + orch_job_id = Column('orch_job_id', Integer, + ForeignKey('orch_job.id'), primary_key=True) diff --git a/dcorch/db/utils.py b/dcorch/db/utils.py new file mode 100644 index 000000000..e8a9bed6f --- /dev/null +++ b/dcorch/db/utils.py @@ -0,0 +1,48 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + + +class LazyPluggable(object): + """A pluggable backend loaded lazily based on some value.""" + + def __init__(self, pivot, **backends): + self.__backends = backends + self.__pivot = pivot + self.__backend = None + + def __get_backend(self): + if not self.__backend: + backend_name = 'sqlalchemy' + backend = self.__backends[backend_name] + if isinstance(backend, tuple): + name = backend[0] + fromlist = backend[1] + else: + name = backend + fromlist = backend + + self.__backend = __import__(name, None, None, fromlist) + return self.__backend + + def __getattr__(self, key): + backend = self.__get_backend() + return getattr(backend, key) + + +IMPL = LazyPluggable('backend', sqlalchemy='dcorch.db.sqlalchemy.api') + + +def purge_deleted(age, granularity='days'): + IMPL.purge_deleted(age, granularity) diff --git a/dcorch/drivers/README.rst b/dcorch/drivers/README.rst new file mode 100644 index 000000000..fce9934e4 --- /dev/null +++ b/dcorch/drivers/README.rst @@ -0,0 +1,5 @@ +=============================== +OpenStack Drivers +================================ + +Driver for openstack communication based on python native clients. diff --git a/dcorch/drivers/__init__.py b/dcorch/drivers/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/drivers/base.py b/dcorch/drivers/base.py new file mode 100644 index 000000000..37ac06b19 --- /dev/null +++ b/dcorch/drivers/base.py @@ -0,0 +1,55 @@ +# 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. + +''' +Base class for all drivers. +''' + +import abc +import six + +from oslo_log import log as logging + +LOG = logging.getLogger(__name__) + + +class DriverBase(object): + + six.add_metaclass(abc.ABCMeta) + '''Base class for all drivers.''' + + def __init__(self, context): + self.context = context + + @abc.abstractmethod + def get_resource_usages(self, project_id): + '''Collects resource usages for a given project + + :params: project_id + :return: dictionary of corresponding resources with its usage + ''' + + @abc.abstractmethod + def update_quota_limits(self, project_id, new_quota): + '''Updates quota limits for a given project + + :params: project_id, dictionary with the quota limits to update + :return: Nothing + ''' + + @abc.abstractmethod + def delete_quota_limits(self, project_id): + '''Delete quota limits for a given project + + :params: project_id + :return: Nothing + ''' diff --git a/dcorch/drivers/openstack/__init__.py b/dcorch/drivers/openstack/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/drivers/openstack/cinder_v2.py b/dcorch/drivers/openstack/cinder_v2.py new file mode 100644 index 000000000..e74c20ff4 --- /dev/null +++ b/dcorch/drivers/openstack/cinder_v2.py @@ -0,0 +1,88 @@ +# 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. + +from collections import defaultdict +from oslo_log import log + +from cinderclient import client + +from dcorch.common import exceptions +from dcorch.drivers import base + +LOG = log.getLogger(__name__) +API_VERSION = '2' + + +class CinderClient(base.DriverBase): + '''Cinder V2 driver.''' + + def __init__(self, region, disabled_quotas, session, endpoint_type): + try: + self.cinder = client.Client(API_VERSION, + session=session, + region_name=region, + endpoint_type=endpoint_type) + self.no_volumes = True if 'volumes' in disabled_quotas else False + except exceptions.ServiceUnavailable: + raise + + def get_resource_usages(self, project_id): + """Calculate resources usage and return the dict + + :param: project_id + :return: resource usage dict + + TODO: support the rest of the quotas + """ + if not self.no_volumes: + try: + quota_usage = self.cinder.quotas.get( + project_id, usage=True) + quota_usage_dict = quota_usage.to_dict() + del quota_usage_dict['id'] + resource_usage = defaultdict(dict) + for resource in quota_usage_dict: + # NOTE: May be able to remove "reserved" if + # cinder will never set it. Need to check. + resource_usage[resource] = ( + quota_usage_dict[resource]['in_use'] + + quota_usage_dict[resource]['reserved']) + return resource_usage + except exceptions.InternalError: + raise + + def get_quota_limits(self, project_id): + """Get the resource limits""" + try: + quotas = self.cinder.quotas.get( + project_id, usage=False) + quotas_dict = quotas.to_dict() + del quotas_dict['id'] + return quotas_dict + except exceptions.InternalError: + raise + + def update_quota_limits(self, project_id, **new_quota): + """Update the limits""" + try: + if not self.no_volumes: + return self.cinder.quotas.update(project_id, **new_quota) + except exceptions.InternalError: + raise + + def delete_quota_limits(self, project_id): + """Delete/Reset the limits""" + try: + if not self.no_volumes: + return self.cinder.quotas.delete(project_id) + except exceptions.InternalError: + raise diff --git a/dcorch/drivers/openstack/keystone_v3.py b/dcorch/drivers/openstack/keystone_v3.py new file mode 100644 index 000000000..0bc0932ba --- /dev/null +++ b/dcorch/drivers/openstack/keystone_v3.py @@ -0,0 +1,137 @@ +# Copyright 2012-2013 OpenStack Foundation +# +# 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. +# + +from keystoneauth1 import exceptions as keystone_exceptions +from keystoneclient.v3.contrib import endpoint_filter +from oslo_utils import importutils + +from dcorch.common.endpoint_cache import EndpointCache +from dcorch.common import exceptions +from dcorch.drivers import base + +# Ensure keystonemiddleware options are imported +importutils.import_module('keystonemiddleware.auth_token') + + +class KeystoneClient(base.DriverBase): + '''Keystone V3 driver.''' + + def __init__(self, region_name=None, auth_url=None): + try: + self.endpoint_cache = EndpointCache(region_name, auth_url) + self.session = self.endpoint_cache.admin_session + self.keystone_client = self.endpoint_cache.keystone_client + self.services_list = self.keystone_client.services.list() + self.endpoints_list = self.keystone_client.endpoints.list() + except exceptions.ServiceUnavailable: + raise + + def get_enabled_projects(self, id_only=True): + try: + project_list = self.keystone_client.projects.list() + if id_only: + return [current_project.id for current_project in + project_list if current_project.enabled] + else: + return [current_project for current_project in + project_list if current_project.enabled] + except exceptions.InternalError: + raise + + def get_project_by_id(self, projectid): + if not projectid: + return None + try: + return self.keystone_client.projects.get(projectid) + except exceptions.InternalError: + raise + + def get_project_by_name(self, projectname): + if not projectname: + return None + try: + project_list = self.get_enabled_projects(id_only=False) + for project in project_list: + if project.name == projectname: + return project + except Exception: + raise + + def get_enabled_users(self, id_only=True): + try: + user_list = self.keystone_client.users.list() + if id_only: + return [current_user.id for current_user in + user_list if current_user.enabled] + else: + return [current_user for current_user in + user_list if current_user.enabled] + except exceptions.InternalError: + raise + + def get_user_by_id(self, userid): + if not userid: + return None + try: + return self.keystone_client.users.get(userid) + except exceptions.InternalError: + raise + + def get_user_by_name(self, username): + if not username: + return None + try: + user_list = self.get_enabled_users(id_only=False) + for user in user_list: + if user.name == username: + return user + except Exception: + raise + + def is_service_enabled(self, service): + try: + for current_service in self.services_list: + if service in current_service.type: + return True + return False + except exceptions.InternalError: + raise + + # Returns list of regions if endpoint filter is applied for the project + def get_filtered_region(self, project_id): + try: + region_list = [] + endpoint_manager = endpoint_filter.EndpointFilterManager( + self.keystone_client) + endpoint_lists = endpoint_manager.list_endpoints_for_project( + project_id) + for endpoint in endpoint_lists: + region_list.append(endpoint.region) + return region_list + except exceptions.InternalError: + raise + except keystone_exceptions.NotFound: + raise exceptions.ProjectNotFound(project_id=project_id) + + def delete_endpoints(self, region_name): + endpoints = self.keystone_client.endpoints.list(region=region_name) + for endpoint in endpoints: + self.keystone_client.endpoints.delete(endpoint) + + def delete_region(self, region_name): + try: + self.keystone_client.regions.delete(region_name) + except keystone_exceptions.NotFound: + pass diff --git a/dcorch/drivers/openstack/neutron_v2.py b/dcorch/drivers/openstack/neutron_v2.py new file mode 100644 index 000000000..df2a0cd34 --- /dev/null +++ b/dcorch/drivers/openstack/neutron_v2.py @@ -0,0 +1,132 @@ +# 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. + +from collections import defaultdict + +from oslo_log import log + +from dcorch.common import exceptions +from dcorch.drivers import base + +from neutronclient.neutron import client + +LOG = log.getLogger(__name__) +API_VERSION = '2.0' + + +class NeutronClient(base.DriverBase): + '''Neutron V2 driver.''' + def __init__(self, region, disabled_quotas, session, endpoint_type): + try: + self.neutron = client.Client( + API_VERSION, session=session, + region_name=region, + endpoint_type=endpoint_type, + ) + self.extension_list = self.neutron.list_extensions() + self.disabled_quotas = disabled_quotas + self.no_network = True if 'floatingip' in self.disabled_quotas \ + else False + self.is_sec_group_enabled = self.is_extension_supported( + 'security-group') + except exceptions.ServiceUnavailable: + raise + + def get_resource_usages(self, project_id): + '''Calcualte resources usage and return the dict + + :param: project_id + :return: resource usage dict + ''' + if not self.no_network: + try: + usages = defaultdict(dict) + limits = self.neutron.show_quota_details(project_id) + limits = limits['quota'] + for resource in limits: + # NOTE: May be able to remove "reserved" if + # neutron will never set it. Need to check. + usages[resource] = (limits[resource]['used'] + + limits[resource]['reserved']) + return usages + except exceptions.InternalError: + raise + except AttributeError: + # Dealing with neutronclient without show_quota_details(), + # fall back to older code. + try: + usages = defaultdict(dict) + + opts = {'tenant_id': project_id} + + networks = self.neutron.list_networks(**opts)['networks'] + subnets = self.neutron.list_subnets(**opts)['subnets'] + ports = self.neutron.list_ports(**opts)['ports'] + routers = self.neutron.list_routers(**opts)['routers'] + floatingips = self.neutron.list_floatingips( + **opts)['floatingips'] + + usages['network'] = len(networks) + usages['subnet'] = len(subnets) + usages['port'] = len(ports) + usages['router'] = len(routers) + usages['floatingip'] = len(floatingips) + + if self.is_sec_group_enabled: + security_group_rules = \ + self.neutron.list_security_group_rules( + **opts)['security_group_rules'] + security_groups = self.neutron.list_security_groups( + **opts)['security_groups'] + usages['security_group_rule'] = len( + security_group_rules) + usages['security_group'] = len(security_groups) + return usages + except exceptions.InternalError: + raise + + def get_quota_limits(self, project_id): + '''Get the limits + + TODO: support the rest of the limits + ''' + try: + resource_limit = {} + if not self.no_network: + limits = self.neutron.show_quota(project_id) + resource_limit = limits['quota'] + return resource_limit + except exceptions.InternalError: + raise + + def update_quota_limits(self, project_id, new_quota): + '''Update the limits''' + try: + if not self.no_network: + return self.neutron.update_quota(project_id, + {"quota": new_quota}) + except exceptions.InternalError: + raise + + def delete_quota_limits(self, project_id): + '''Delete/Reset the limits''' + try: + if not self.no_network: + return self.neutron.delete_quota(project_id) + except exceptions.InternalError: + raise + + def is_extension_supported(self, extension): + for current_extension in self.extension_list['extensions']: + if extension in current_extension['alias']: + return True + return False diff --git a/dcorch/drivers/openstack/nova_v2.py b/dcorch/drivers/openstack/nova_v2.py new file mode 100644 index 000000000..67e310760 --- /dev/null +++ b/dcorch/drivers/openstack/nova_v2.py @@ -0,0 +1,151 @@ +# Copyright 2016 Ericsson AB + +# 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. +import collections + +from oslo_log import log + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.drivers import base + +from novaclient import client + +LOG = log.getLogger(__name__) +API_VERSION = '2.37' + + +class NovaClient(base.DriverBase): + """Nova V2.37 driver.""" + + def __init__(self, region, session, endpoint_type, disabled_quotas=None): + try: + self.nova_client = client.Client(API_VERSION, + session=session, + region_name=region, + endpoint_type=endpoint_type) + if disabled_quotas: + self.enabled_quotas = list(set(consts.NOVA_QUOTA_FIELDS) - + set(disabled_quotas)) + self.no_neutron = True if 'floatingips' in self.enabled_quotas \ + or 'fixedips' in self.enabled_quotas else False + except exceptions.ServiceUnavailable: + raise + + def get_resource_usages(self, project_id, user_id): + """Collect resource usages for a given project. + + :params: project_id + :return: dictionary of corresponding resources with its usage + TODO switch this over to using quotas API, support other resources. + """ + try: + # The API call does not give usage for keypair, fixed ips & + # metadata items. Have raised a bug for that. + quota_usage = self.nova_client.quotas.get( + project_id, user_id=user_id, detail=True) + quota_usage_dict = quota_usage.to_dict() + del quota_usage_dict['id'] + resource_usage = collections.defaultdict(dict) + for resource in quota_usage_dict: + # Don't need to add in "reserved" here, it will always be zero. + resource_usage[resource] = quota_usage_dict[resource]['in_use'] + + # For time being, keypair is calculated in below manner. + # This is actually not correct for projects, as keypair quotas + # apply to users only, and across all projects. + resource_usage['key_pairs'] = \ + len(self.nova_client.keypairs.list(user_id=user_id)) + return resource_usage + except exceptions.InternalError: + raise + + def get_quota_limits(self, project_id, user_id): + """Collect resource limits for a given project. + + :params: project_id + :return: dictionary of corresponding resources with its limit + + TODO: switch this over to using quotas API, support other resources. + """ + try: + quotas = self.nova_client.quotas.get( + project_id, user_id=user_id, detail=False) + quotas_dict = quotas.to_dict() + del quotas_dict['id'] + return quotas_dict + except exceptions.InternalError: + raise + + def update_quota_limits(self, project_id, user_id, **new_quota): + """Update quota limits for a given project. + + :params: project_id, dictionary with the quota limits to update + :return: Nothing + """ + try: + if not self.no_neutron: + if 'floating_ips' in new_quota: + del new_quota['floating_ips'] + if 'fixed_ips' in new_quota: + del new_quota['fixed_ips'] + if 'security_groups' in new_quota: + del new_quota['security_groups'] + return self.nova_client.quotas.update(project_id, user_id=user_id, + **new_quota) + except exceptions.InternalError: + raise + + def delete_quota_limits(self, project_id): + """Delete/Reset quota limits for a given project. + + :params: project_id + :return: Nothing + """ + try: + return self.nova_client.quotas.delete(project_id) + except exceptions.InternalError: + raise + + def get_keypairs(self, res_id): + """Display keypair of the specified User. + + :params: resource_identifier + :return: Keypair + """ + try: + keypair = self.nova_client.keypairs.get(res_id) + LOG.info("Source Keypair: %s", keypair.name) + return keypair + + except Exception as exception: + LOG.error('Exception Occurred: %s', exception.message) + pass + + def create_keypairs(self, force, keypair): + """Create keypair for the specified User. + + :params: keypair, force + :return: Creates a Keypair + """ + if force: + try: + self.nova_client.keypairs.delete(keypair) + LOG.info("Deleted Keypair: %s", keypair.name) + except Exception as exception: + LOG.error('Exception Occurred: %s', exception.message) + pass + LOG.info("Created Keypair: %s", keypair.name) + return self.nova_client.keypairs. \ + create(keypair.name, + public_key=keypair.public_key) diff --git a/dcorch/drivers/openstack/sdk.py b/dcorch/drivers/openstack/sdk.py new file mode 100644 index 000000000..7010c4c61 --- /dev/null +++ b/dcorch/drivers/openstack/sdk.py @@ -0,0 +1,322 @@ +# Copyright 2016 Ericsson AB + +# 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. + +''' +OpenStack Driver +''' +import collections + +from oslo_concurrency import lockutils +from oslo_log import log +from oslo_utils import timeutils + +from dcorch.common import consts +from dcorch.common import exceptions + +from dcorch.drivers.openstack.cinder_v2 import CinderClient +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient +from dcorch.drivers.openstack.neutron_v2 import NeutronClient +from dcorch.drivers.openstack.nova_v2 import NovaClient +from dcorch.drivers.openstack.sysinv_v1 import SysinvClient + +# Gap, in seconds, to determine whether the given token is about to expire +STALE_TOKEN_DURATION = 60 + +LOG = log.getLogger(__name__) + + +class OpenStackDriver(object): + + os_clients_dict = collections.defaultdict(dict) + _identity_tokens = {} + + @lockutils.synchronized('dcorch-openstackdriver') + def __init__(self, region_name=consts.VIRTUAL_MASTER_CLOUD, + auth_url=None): + # Check if objects are cached and try to use those + self.region_name = region_name + + if (region_name in OpenStackDriver._identity_tokens and + (region_name in OpenStackDriver.os_clients_dict) and + ('keystone' in OpenStackDriver.os_clients_dict[region_name]) + and self._is_token_valid(self.region_name)): + self.keystone_client = \ + OpenStackDriver.os_clients_dict[region_name]['keystone'] + else: + LOG.info("get new keystone client for %s" % region_name) + self.keystone_client = KeystoneClient(region_name, auth_url) + OpenStackDriver.os_clients_dict[region_name]['keystone'] = \ + self.keystone_client + + self.disabled_quotas = self._get_disabled_quotas(region_name) + if region_name in OpenStackDriver.os_clients_dict and \ + self._is_token_valid(region_name): + LOG.info('Using cached OS client objects %s' % region_name) + self.sysinv_client = OpenStackDriver.os_clients_dict[ + region_name]['sysinv'] + self.nova_client = OpenStackDriver.os_clients_dict[ + region_name]['nova'] + self.cinder_client = OpenStackDriver.os_clients_dict[ + region_name]['cinder'] + self.neutron_client = OpenStackDriver.os_clients_dict[ + region_name]['neutron'] + else: + # Create new objects and cache them + LOG.info("Creating fresh OS Clients objects %s" % region_name) + OpenStackDriver.os_clients_dict[ + region_name] = collections.defaultdict(dict) + + try: + self.sysinv_client = SysinvClient(region_name, + self.keystone_client.session) + OpenStackDriver.os_clients_dict[region_name][ + 'sysinv'] = self.sysinv_client + except Exception as exception: + LOG.error('sysinv_client region %s error: %s' % + (region_name, exception.message)) + + try: + self.neutron_client = NeutronClient( + region_name, + self.disabled_quotas, + self.keystone_client.session, + endpoint_type=consts.KS_ENDPOINT_DEFAULT) + OpenStackDriver.os_clients_dict[region_name][ + 'neutron'] = self.neutron_client + except Exception as exception: + LOG.error('neutron_client region %s error: %s' % + (region_name, exception.message)) + + try: + self.nova_client = NovaClient( + region_name, + self.keystone_client.session, + endpoint_type=consts.KS_ENDPOINT_DEFAULT, + disabled_quotas=self.disabled_quotas) + OpenStackDriver.os_clients_dict[region_name][ + 'nova'] = self.nova_client + except Exception as exception: + LOG.error('nova_client region %s error: %s' % + (region_name, exception.message)) + + try: + self.cinder_client = CinderClient( + region_name, + self.disabled_quotas, + self.keystone_client.session, + endpoint_type=consts.KS_ENDPOINT_DEFAULT) + OpenStackDriver.os_clients_dict[region_name][ + 'cinder'] = self.cinder_client + except Exception as exception: + LOG.error('cinder_client region %s error: %s' % + (region_name, exception.message)) + + @classmethod + @lockutils.synchronized('dcorch-openstackdriver') + def delete_region_clients(cls, region_name, clear_token=False): + LOG.warn("delete_region_clients=%s, clear_token=%s" % + (region_name, clear_token)) + if region_name in cls.os_clients_dict: + del cls.os_clients_dict[region_name] + if clear_token: + OpenStackDriver._identity_tokens[region_name] = None + + def get_enabled_projects(self, id_only=True): + try: + return self.keystone_client.get_enabled_projects(id_only) + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + + def get_project_by_name(self, projectname): + try: + return self.keystone_client.get_project_by_name(projectname) + except Exception as exception: + LOG.error('Error Occurred : %s', exception.message) + + def get_project_by_id(self, projectid): + try: + return self.keystone_client.get_project_by_id(projectid) + except Exception as exception: + LOG.error('Error Occurred : %s', exception.message) + + def get_enabled_users(self, id_only=True): + try: + return self.keystone_client.get_enabled_users(id_only) + except Exception as exception: + LOG.error('Error Occurred : %s', exception.message) + + def get_user_by_name(self, username): + try: + return self.keystone_client.get_user_by_name(username) + except Exception as exception: + LOG.error('Error Occurred : %s', exception.message) + + def get_user_by_id(self, userid): + try: + return self.keystone_client.get_user_by_id(userid) + except Exception as exception: + LOG.error('Error Occurred : %s', exception.message) + + def get_resource_usages(self, project_id, user_id): + # If one of the resources is unavailable we still want to return + # any usage information we have for the others. + nova_usages = {} + neutron_usages = {} + cinder_usages = {} + try: + nova_usages = self.nova_client.get_resource_usages(project_id, + user_id) + if user_id is None: + # neutron/cinder don't do per-user quotas/usage + neutron_usages = self.neutron_client.get_resource_usages( + project_id) + cinder_usages = self.cinder_client.get_resource_usages( + project_id) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut) as ex: + # Delete the cached objects for that region + LOG.error('Error Occurred: %s', ex.message) + del OpenStackDriver.os_clients_dict[self.region_name] + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + return nova_usages, neutron_usages, cinder_usages + + def get_quota_limits(self, project_id, user_id): + # If one of the resources is unavailable we still want to return + # any limit information we have for the others. + nova_limits = {} + neutron_limits = {} + cinder_limits = {} + try: + nova_limits = self.nova_client.get_quota_limits(project_id, + user_id) + if user_id is None: + # neutron/cinder don't do per-user quotas/usage + neutron_limits = self.neutron_client.get_quota_limits( + project_id) + cinder_limits = self.cinder_client.get_quota_limits( + project_id) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut) as ex: + LOG.error('Error Occurred: %s', ex.message) + # Delete the cached objects for that region + del OpenStackDriver.os_clients_dict[self.region_name] + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + return nova_limits, neutron_limits, cinder_limits + + def write_quota_limits(self, project_id, user_id, limits_to_write): + try: + self.nova_client.update_quota_limits(project_id, user_id, + **limits_to_write['nova']) + # Only nova supports per-user quotas. + if user_id is None: + self.cinder_client.update_quota_limits( + project_id, **limits_to_write['cinder']) + self.neutron_client.update_quota_limits( + project_id, limits_to_write['neutron']) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut) as ex: + LOG.error('Error Occurred: %s', ex.message) + # Delete the cached objects for that region + del OpenStackDriver.os_clients_dict[self.region_name] + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + + def delete_quota_limits(self, project_id): + try: + self.nova_client.delete_quota_limits(project_id) + self.neutron_client.delete_quota_limits(project_id) + self.cinder_client.delete_quota_limits(project_id) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + # Delete the cached objects for that region + del OpenStackDriver.os_clients_dict[self.region_name] + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + + def _get_disabled_quotas(self, region): + disabled_quotas = [] + if not self.keystone_client.is_service_enabled('volume') and \ + not self.keystone_client.is_service_enabled('volumev2'): + disabled_quotas.extend(consts.CINDER_QUOTA_FIELDS) + # Neutron + if not self.keystone_client.is_service_enabled('network'): + disabled_quotas.extend(consts.NEUTRON_QUOTA_FIELDS) + else: + disabled_quotas.extend(['floating_ips', 'fixed_ips']) + disabled_quotas.extend(['security_groups', + 'security_group_rules']) + return disabled_quotas + + def get_all_regions_for_project(self, project_id): + try: + # Retrieve regions based on endpoint filter for the project. + region_lists = self._get_filtered_regions(project_id) + if not region_lists: + # If endpoint filter is not used for the project, then + # return all regions + region_lists = \ + KeystoneClient().endpoint_cache.get_all_regions() + # nova, cinder, and neutron have no endpoints in consts.CLOUD_0 + if consts.CLOUD_0 in region_lists: + region_lists.remove(consts.CLOUD_0) + return region_lists + except Exception as exception: + LOG.error('Error Occurred: %s', exception.message) + raise + + def _get_filtered_regions(self, project_id): + return self.keystone_client.get_filtered_region(project_id) + + def _is_token_valid(self, region_name): + try: + keystone = \ + self.os_clients_dict[region_name]['keystone'].keystone_client + if (not OpenStackDriver._identity_tokens + or region_name not in OpenStackDriver._identity_tokens + or not OpenStackDriver._identity_tokens[region_name]): + identity_token = \ + keystone.tokens.validate(keystone.session.get_token()) + OpenStackDriver._identity_tokens[region_name] = identity_token + LOG.info("Got new token for subcloud %s, expires_at=%s" % + (region_name, identity_token['expires_at'])) + # Reset the cached dictionary + OpenStackDriver.os_clients_dict[region_name] = \ + collections.defaultdict(dict) + return False + keystone.tokens.validate( + OpenStackDriver._identity_tokens[region_name]) + except Exception as exception: + LOG.info('_is_token_valid handle: %s', exception.message) + # Reset the cached dictionary + OpenStackDriver.os_clients_dict[region_name] = \ + collections.defaultdict(dict) + OpenStackDriver._identity_tokens[region_name] = None + return False + + identity_token = OpenStackDriver._identity_tokens[region_name] + expiry_time = timeutils.normalize_time(timeutils.parse_isotime( + identity_token['expires_at'])) + if timeutils.is_soon(expiry_time, STALE_TOKEN_DURATION): + LOG.info("The cached keystone token for subcloud %s will " + "expire soon %s" % + (region_name, identity_token['expires_at'])) + # Reset the cached dictionary + OpenStackDriver.os_clients_dict[region_name] = \ + collections.defaultdict(dict) + OpenStackDriver._identity_tokens[region_name] = None + return False + else: + return True diff --git a/dcorch/drivers/openstack/sdk_platform.py b/dcorch/drivers/openstack/sdk_platform.py new file mode 100644 index 000000000..b17330344 --- /dev/null +++ b/dcorch/drivers/openstack/sdk_platform.py @@ -0,0 +1,131 @@ +# Copyright 2017-2018 Wind River Inc + +# 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. + +''' +OpenStack Driver +''' +import collections + +from oslo_concurrency import lockutils +from oslo_log import log +from oslo_utils import timeutils + +from dcorch.common import consts +from dcorch.drivers.openstack.keystone_v3 import KeystoneClient +from dcorch.drivers.openstack.sysinv_v1 import SysinvClient + +# Gap, in seconds, to determine whether the given token is about to expire +STALE_TOKEN_DURATION = 60 + +LOG = log.getLogger(__name__) + + +class OpenStackDriver(object): + + @lockutils.synchronized('dcorch-openstackdriver-platform') + def __init__(self, region_name=consts.VIRTUAL_MASTER_CLOUD, + auth_url=None): + # Check if objects are cached and try to use those + self.os_clients_dict = collections.defaultdict(dict) + self._identity_tokens = {} + + self.region_name = region_name + + if ((region_name in self.os_clients_dict) and + ('keystone' in self.os_clients_dict[region_name]) and + self._is_token_valid(region_name)): + self.keystone_client = \ + self.os_clients_dict[region_name]['keystone'] + else: + LOG.info("get new keystone client for subcloud %s", region_name) + self.keystone_client = KeystoneClient(region_name, auth_url) + self.os_clients_dict[region_name]['keystone'] = \ + self.keystone_client + if ((region_name in self.os_clients_dict) and + ('sysinv' in self.os_clients_dict[region_name]) and + self._is_token_valid(region_name)): + LOG.info('Using cached OS client objects %s' % region_name) + self.sysinv_client = self.os_clients_dict[ + region_name]['sysinv'] + else: + # Create new objects and cache them + LOG.debug("Creating fresh OS Clients objects %s" % region_name) + self.os_clients_dict[ + region_name] = collections.defaultdict(dict) + + try: + self.sysinv_client = SysinvClient(region_name, + self.keystone_client.session) + self.os_clients_dict[region_name][ + 'sysinv'] = self.sysinv_client + except Exception as exception: + LOG.error('sysinv_client region %s error: %s' % + (region_name, exception.message)) + + @lockutils.synchronized('dcorch-openstackdriver-platform') + def delete_region_clients(self, region_name, clear_token=False): + LOG.warn("delete_region_clients=%s, clear_token=%s" % + (region_name, clear_token)) + if region_name in self.os_clients_dict: + del self.os_clients_dict[region_name] + if clear_token: + self._identity_tokens[region_name] = None + + def _is_token_valid(self, region_name): + try: + keystone = \ + self.os_clients_dict[region_name]['keystone'].keystone_client + if (not self._identity_tokens + or region_name not in self._identity_tokens + or not self._identity_tokens[region_name]): + self._identity_tokens[region_name] = \ + keystone.tokens.validate(keystone.session.get_token()) + LOG.info("Get new token for subcloud %s expires_at=%s" % + (region_name, + self._identity_tokens[region_name]['expires_at'])) + # Reset the cached dictionary + self.os_clients_dict[region_name] = \ + collections.defaultdict(dict) + return False + + token = \ + keystone.tokens.validate(self._identity_tokens[region_name]) + if token != self._identity_tokens[region_name]: + LOG.info("updating token %s to %s" % + (self._identity_tokens[region_name], token)) + self._identity_tokens[region_name] = token + self.os_clients_dict[region_name] = \ + collections.defaultdict(dict) + return False + + except Exception as exception: + LOG.info('_is_token_valid handle: %s', exception.message) + # Reset the cached dictionary + self.os_clients_dict[region_name] = collections.defaultdict(dict) + self._identity_tokens[region_name] = None + return False + + expiry_time = timeutils.normalize_time(timeutils.parse_isotime( + self._identity_tokens[region_name]['expires_at'])) + if timeutils.is_soon(expiry_time, STALE_TOKEN_DURATION): + LOG.info("The cached keystone token for subcloud %s " + "will expire soon %s" % + (region_name, + self._identity_tokens[region_name]['expires_at'])) + # Reset the cached dictionary + self.os_clients_dict[region_name] = collections.defaultdict(dict) + self._identity_tokens[region_name] = None + return False + else: + return True diff --git a/dcorch/drivers/openstack/sysinv_v1.py b/dcorch/drivers/openstack/sysinv_v1.py new file mode 100644 index 000000000..5e5f9ded2 --- /dev/null +++ b/dcorch/drivers/openstack/sysinv_v1.py @@ -0,0 +1,710 @@ +# 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. + +import hashlib +import os +import tsconfig.tsconfig as tsc + +from cgtsclient import client as cgts_client +from cgtsclient.exc import HTTPConflict +from cgtsclient.exc import HTTPNotFound +from cgtsclient.v1.icommunity import CREATION_ATTRIBUTES \ + as SNMP_COMMUNITY_CREATION_ATTRIBUTES +from cgtsclient.v1.itrapdest import CREATION_ATTRIBUTES \ + as SNMP_TRAPDEST_CREATION_ATTRIBUTES +from oslo_log import log +from sysinv.common import constants as sysinv_constants + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.drivers import base + +LOG = log.getLogger(__name__) + +API_VERSION = '1' + + +def make_sysinv_patch(update_dict): + patch = [] + for k, v in update_dict.iteritems(): + key = k + if not k.startswith('/'): + key = '/' + key + + p = {'path': key, 'value': v, 'op': 'replace'} + patch.append(dict(p)) + + LOG.debug("make_sysinv_patch patch={}".format(patch)) + + return patch + + +class SysinvClient(base.DriverBase): + """Sysinv V1 driver.""" + + # TODO(John): This could go into cgtsclient/v1/remotelogging.py + REMOTELOGGING_PATCH_ATTRS = ['ip_address', 'enabled', 'transport', 'port', + 'action'] + + def __init__(self, region_name, session): + self._expired = False + self.api_version = API_VERSION + self.region_name = region_name + self.session = session + + self.client = self.update_client( + self.api_version, self.region_name, self.session) + + def update_client(self, api_version, region_name, session): + try: + endpoint = self.session.get_endpoint( + service_type=consts.ENDPOINT_TYPE_PLATFORM, + interface=consts.KS_ENDPOINT_INTERNAL, + region_name=region_name) + token = session.get_token() + client = cgts_client.Client( + api_version, + endpoint=endpoint, + token=token) + except exceptions.ServiceUnavailable: + raise + + self._expired = False + + return client + + def get_dns(self): + """Get the dns nameservers for this region + + :return: dns + """ + idnss = self.client.idns.list() + if not idnss: + LOG.info("dns is None for region: %s" % self.region_name) + return None + idns = idnss[0] + + LOG.debug("get_dns uuid=%s nameservers=%s" % + (idns.uuid, idns.nameservers)) + + return idns + + def update_dns(self, nameservers): + """Update the dns nameservers for this region + + :param: nameservers csv string + :return: Nothing + """ + try: + idns = self.get_dns() + if not idns: + LOG.warn("idns not found %s" % self.region_name) + return idns + + if idns.nameservers != nameservers: + if nameservers == "": + nameservers = "NC" + patch = make_sysinv_patch({'nameservers': nameservers, + 'action': 'apply'}) + LOG.info("region={} dns update uuid={} patch={}".format( + self.region_name, idns.uuid, patch)) + idns = self.client.idns.update(idns.uuid, patch) + else: + LOG.info("update_dns no changes, skip dns region={} " + "update uuid={} nameservers={}".format( + self.region_name, idns.uuid, nameservers)) + except Exception as e: + LOG.error("update_dns exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return idns + + def get_ntp(self): + """Get the ntp configuration for this region + + :return: ntp + """ + intps = self.client.intp.list() + if not intps: + LOG.info("ntp is None for region: %s" % self.region_name) + return None + intp = intps[0] + + LOG.debug("get_ntp uuid=%s enabled=%s ntpservers=%s" % + (intp.uuid, intp.enabled, intp.ntpservers)) + + return intp + + @staticmethod + def _same_ntpservers(i1, i2): + same_ntpservers = True + if i1 != i2: + if not i1 and not i2: + # To catch equivalent ntpservers None vs "" + same_ntpservers = True + else: + same_ntpservers = False + return same_ntpservers + + def update_ntp(self, enabled, ntpservers): + """Update the ntpservers for this region + + :param: enabled string + :param: ntpservers csv string + :return: Nothing + """ + try: + intp = self.get_ntp() + if not intp: + LOG.warn("intp not found %s" % self.region_name) + return intp + if ntpservers == "NC": + ntpservers = "" + if intp.enabled != (enabled == "True") or \ + not self._same_ntpservers(intp.ntpservers, ntpservers): + if ntpservers == "": + ntpservers = "NC" + patch = make_sysinv_patch({'enabled': enabled, + 'ntpservers': ntpservers, + 'action': 'apply'}) + LOG.info("region={} ntp update uuid={} patch={}".format( + self.region_name, intp.uuid, patch)) + intp = self.client.intp.update(intp.uuid, patch) + else: + LOG.info("update_ntp no changes, skip ntp region={} " + "update uuid={} enabled={} ntpservers={}".format( + self.region_name, intp.uuid, enabled, ntpservers)) + except Exception as e: + LOG.error("update_ntp exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return intp + + def get_ptp(self): + """Get the ptp configuration for this region + + :return: ptp + """ + ptps = self.client.ptp.list() + if not ptps: + LOG.info("ptp is None for region: %s" % self.region_name) + return None + ptp = ptps[0] + + LOG.debug("get_ptp uuid=%s enabled=%s" % (ptp.uuid, ptp.enabled)) + + return ptp + + def update_ptp(self, enabled): + """Update the ptp configuration for this region + + :param: enabled + :return: Nothing + """ + try: + ptp = self.get_ptp() + if not ptp: + LOG.warn("ptp not found %s" % self.region_name) + return ptp + + if ptp.enabled != (enabled == "True"): + patch = make_sysinv_patch({'enabled': enabled}) + LOG.info("region={} ptp update uuid={} patch={}".format( + self.region_name, ptp.uuid, patch)) + ptp = self.client.ptp.update(ptp.uuid, patch) + else: + LOG.info("update_ptp no changes, skip ptp region={} " + "update uuid={} enabled={}".format( + self.region_name, ptp.uuid, enabled)) + except Exception as e: + LOG.error("update_ptp exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return ptp + + def snmp_trapdest_list(self): + """Get the trapdest list for this region + + :return: itrapdests list of itrapdest + """ + itrapdests = self.client.itrapdest.list() + return itrapdests + + def snmp_trapdest_create(self, trapdest_dict): + """Add the trapdest for this region + + :param: trapdest_payload dictionary + :return: itrapdest + """ + + # Example trapdest_dict: + # {"ip_address": "10.10.10.12", "community": "cgcs"} + itrapdest = None + trapdest_create_dict = {} + for k, v in trapdest_dict.iteritems(): + if k in SNMP_TRAPDEST_CREATION_ATTRIBUTES: + trapdest_create_dict[str(k)] = v + + LOG.info("snmp_trapdest_create driver region={}" + "trapdest_create_dict={}".format( + self.region_name, trapdest_create_dict)) + try: + itrapdest = self.client.itrapdest.create(**trapdest_create_dict) + except HTTPConflict: + LOG.info("snmp_trapdest_create exists region={}" + "trapdest_dict={}".format( + self.region_name, trapdest_dict)) + # Retrieve the existing itrapdest + trapdests = self.snmp_trapdest_list() + for trapdest in trapdests: + if trapdest.ip_address == trapdest_dict.get('ip_address'): + LOG.info("snmp_trapdest_create found existing {}" + "for region: {}".format( + trapdest, self.region_name)) + itrapdest = trapdest + break + except Exception as e: + LOG.error("snmp_trapdest_create exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return itrapdest + + def snmp_trapdest_delete(self, trapdest_ip_address): + """Delete the trapdest for this region + + :param: trapdest_ip_address + """ + try: + LOG.info("snmp_trapdest_delete region {} ip_address: {}".format( + self.region_name, trapdest_ip_address)) + self.client.itrapdest.delete(trapdest_ip_address) + except HTTPNotFound: + LOG.info("snmp_trapdest_delete NotFound %s for region: {}".format( + trapdest_ip_address, self.region_name)) + raise exceptions.TrapDestNotFound(region_name=self.region_name, + ip_address=trapdest_ip_address) + except Exception as e: + LOG.error("snmp_trapdest_delete exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + def snmp_community_list(self): + """Get the community list for this region + + :return: icommunitys list of icommunity + """ + icommunitys = self.client.icommunity.list() + return icommunitys + + def snmp_community_create(self, community_dict): + """Add the community for this region + + :param: community_payload dictionary + :return: icommunity + """ + + # Example community_dict: {"community": "cgcs"} + icommunity = None + community_create_dict = {} + for k, v in community_dict.iteritems(): + if k in SNMP_COMMUNITY_CREATION_ATTRIBUTES: + community_create_dict[str(k)] = v + + LOG.info("snmp_community_create driver region={}" + "community_create_dict={}".format( + self.region_name, community_create_dict)) + try: + icommunity = self.client.icommunity.create(**community_create_dict) + except HTTPConflict: + LOG.info("snmp_community_create exists region={}" + "community_dict={}".format( + self.region_name, community_dict)) + # Retrieve the existing icommunity + communitys = self.snmp_community_list() + for community in communitys: + if community.community == community_dict.get('community'): + LOG.info("snmp_community_create found existing {}" + "for region: {}".format( + community, self.region_name)) + icommunity = community + break + except Exception as e: + LOG.error("snmp_community_create exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return icommunity + + def snmp_community_delete(self, community): + """Delete the community for this region + + :param: community + """ + try: + LOG.info("snmp_community_delete region {} community: {}".format( + self.region_name, community)) + self.client.icommunity.delete(community) + except HTTPNotFound: + LOG.info("snmp_community_delete NotFound %s for region: {}".format( + community, self.region_name)) + raise exceptions.CommunityNotFound(region_name=self.region_name, + community=community) + except Exception as e: + LOG.error("snmp_community_delete exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + def get_remotelogging(self): + """Get the remotelogging for this region + + :return: remotelogging + """ + try: + remoteloggings = self.client.remotelogging.list() + remotelogging = remoteloggings[0] + except Exception as e: + LOG.error("get_remotelogging exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + if not remotelogging: + LOG.info("remotelogging is None for region: %s" % self.region_name) + + else: + LOG.debug("get_remotelogging uuid=%s ip_address=%s" % + (remotelogging.uuid, remotelogging.ip_address)) + + return remotelogging + + def create_remote_logging_patch_from_dict(self, values): + patch = {} + action_found = False + for k, v in values.iteritems(): + if k in self.REMOTELOGGING_PATCH_ATTRS: + if k == 'action': + action_found = True + elif k == 'enabled' and not isinstance(v, basestring): + # api requires a string for enabled + if not v: + patch[k] = 'false' + else: + patch[k] = 'true' + elif k == 'ip_address' and not v: + # api requires a non None/empty value + continue + else: + patch[k] = v + + if not action_found: + patch['action'] = 'apply' + + patch = make_sysinv_patch(patch) + LOG.debug("create_remote_logging_patch_from_dict=%s" % patch) + return patch + + @staticmethod + def ip_address_in_patch(patch): + for p in patch: + if p['path'] == '/ip_address': + if p['value']: + return True + LOG.info("No valid ip_address_in_patch: %s" % patch) + return False + + def update_remotelogging(self, values): + """Update the remotelogging values for this region + + :param: values dictionary or payload + :return: remotelogging + """ + try: + remotelogging = self.get_remotelogging() + if not remotelogging: + LOG.warn("remotelogging not found %s" % self.region_name) + return remotelogging + + if isinstance(values, dict): + patch = self.create_remote_logging_patch_from_dict(values) + else: + patch = values + + if (not self.ip_address_in_patch(patch) and + not remotelogging.ip_address): + # This region does not have an ip_address set yet + LOG.info("region={} remotelogging ip_address not set " + "uuid={} patch={}. Skip patch operation.".format( + self.region_name, remotelogging.uuid, patch)) + return remotelogging + + LOG.info("region={} remotelogging update uuid={} patch={}".format( + self.region_name, remotelogging.uuid, patch)) + remotelogging = self.client.remotelogging.update( + remotelogging.uuid, patch) + except Exception as e: + LOG.error("update_remotelogging exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return remotelogging + + def get_alarm_summary(self): + """Get this regions alarm summary + + """ + try: + LOG.info("get_alarm_summary region %s" % + self.region_name) + alarms = self.client.ialarm.summary() + return alarms + except Exception as e: + LOG.error("get_alarm_summary exception=%s" % e) + pass + return {} + + def get_firewallrules(self): + """Get the firewallrules for this region + + :return: firewallrules + """ + try: + firewallruless = self.client.firewallrules.list() + firewallrules = firewallruless[0] + except Exception as e: + LOG.error("get_firewallrules region={} " + "exception={}".format(self.region_name, e)) + raise exceptions.SyncRequestFailedRetry() + + if not firewallrules: + LOG.info("firewallrules is None for region: {}".format( + self.region_name)) + + else: + LOG.info("get_firewallrules uuid=%s firewall_sig=%s" % + (firewallrules.uuid, firewallrules.firewall_sig)) + + return firewallrules + + def _validate_firewallrules(self, firewall_sig, firewallrules): + firewallrules_sig = hashlib.md5(firewallrules).hexdigest() + + if firewallrules_sig == firewall_sig: + return True + + LOG.info("_validate_firewallrules region={} sig={} mismatch " + "reference firewall_sig={}".format( + self.region_name, firewallrules_sig, firewall_sig)) + return False + + def update_firewallrules(self, + firewall_sig, + firewallrules=None): + """Update the firewallrules for this region + + :param: firewall_sig + :param: firewallrules + :return: ifirewallrules + """ + + if not firewallrules: + # firewallrules not provided, obtain from SystemController + firewall_rules_file = os.path.join( + tsc.CONFIG_PATH, + sysinv_constants.FIREWALL_RULES_FILE) + + with open(firewall_rules_file, 'r') as content_file: + firewallrules = content_file.read() + + LOG.info("update_firewallrules from shared file={}".format( + firewallrules)) + + if not self._validate_firewallrules(firewall_sig, firewallrules): + raise exceptions.SyncRequestFailedRetry() + + try: + ifirewallrules = self.client.firewallrules.import_firewall_rules( + firewallrules) + LOG.info("region={} firewallrules uuid={} firewall_sig={}".format( + self.region_name, ifirewallrules.get('uuid'), firewall_sig)) + except Exception as e: + LOG.error("update_firewallrules exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return ifirewallrules + + def get_certificates(self): + """Get the certificates for this region + + :return: certificates + """ + + try: + certificates = self.client.certificate.list() + except Exception as e: + LOG.error("get_certificates region={} " + "exception={}".format(self.region_name, e)) + raise exceptions.SyncRequestFailedRetry() + + if not certificates: + LOG.info("No certificates in region: {}".format( + self.region_name)) + + return certificates + + def _validate_certificate(self, signature, certificate): + # JKUNG need to look at the crypto public serial id + certificate_sig = hashlib.md5(certificate).hexdigest() + + if certificate_sig == signature: + return True + + LOG.info("_validate_certificate region={} sig={} mismatch " + "reference signature={}".format( + self.region_name, certificate_sig, signature)) + return False + + def update_certificate(self, + signature, + certificate=None, + data=None): + """Update the certificate for this region + + :param: signature of the public certificate + :param: certificate + :param: data + :return: icertificate + """ + + LOG.info("update_certificate signature {} data {}".format( + signature, data)) + if not certificate: + tpmconfigs = self.client.tpmconfig.list() + if tpmconfigs: + LOG.info("region={} no certificates available, " + "tpm configured".format(self.region_name)) + return + + if data: + data['passphrase'] = None + mode = data.get('mode', sysinv_constants.CERT_MODE_SSL) + if mode == sysinv_constants.CERT_MODE_SSL_CA: + certificate_files = [sysinv_constants.SSL_CERT_CA_FILE] + elif mode == sysinv_constants.CERT_MODE_SSL: + certificate_files = [sysinv_constants.SSL_PEM_FILE] + elif mode == sysinv_constants.CERT_MODE_MURANO_CA: + certificate_files = [sysinv_constants.MURANO_CERT_CA_FILE] + elif mode == sysinv_constants.CERT_MODE_MURANO: + certificate_files = [sysinv_constants.MURANO_CERT_KEY_FILE, + sysinv_constants.MURANO_CERT_FILE] + else: + LOG.warn("update_certificate mode {} not supported".format( + mode)) + return + elif signature and signature.startswith( + sysinv_constants.CERT_MODE_SSL_CA): + data['mode'] = sysinv_constants.CERT_MODE_SSL_CA + certificate_files = [sysinv_constants.SSL_CERT_CA_FILE] + elif signature and signature.startswith( + sysinv_constants.CERT_MODE_SSL): + data['mode'] = sysinv_constants.CERT_MODE_SSL + certificate_files = [sysinv_constants.SSL_PEM_FILE] + elif signature and signature.startswith( + sysinv_constants.CERT_MODE_MURANO_CA): + data['mode'] = sysinv_constants.CERT_MODE_MURANO_CA + certificate_files = [sysinv_constants.MURANO_CERT_CA_FILE] + elif signature and signature.startswith( + sysinv_constants.CERT_MODE_MURANO + '_'): + data['mode'] = sysinv_constants.CERT_MODE_MURANO + certificate_files = [sysinv_constants.MURANO_CERT_KEY_FILE, + sysinv_constants.MURANO_CERT_FILE] + else: + LOG.warn("update_certificate signature {} " + "not supported".format(signature)) + return + + certificate = "" + for certificate_file in certificate_files: + with open(certificate_file, 'r') as content_file: + certificate += content_file.read() + + LOG.info("update_certificate from shared file {} {}".format( + signature, certificate_files)) + + if (signature and + (signature.startswith(sysinv_constants.CERT_MODE_SSL) or + (signature.startswith(sysinv_constants.CERT_MODE_TPM)))): + # ensure https is enabled + isystem = self.client.isystem.list()[0] + https_enabled = isystem.capabilities.get('https_enabled', False) + if not https_enabled: + isystem = self.client.isystem.update( + isystem.uuid, + [{"path": "/https_enabled", + "value": "true", + "op": "replace"}]) + LOG.info("region={} enabled https system={}".format( + self.region_name, isystem.uuid)) + + try: + icertificate = self.client.certificate.certificate_install( + certificate, data) + LOG.info("update_certificate region={} signature={}".format( + self.region_name, + signature)) + except Exception as e: + LOG.error("update_certificate exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return icertificate + + def get_user(self): + """Get the user password info for this region + + :return: iuser + """ + iusers = self.client.iuser.list() + if not iusers: + LOG.info("user is None for region: %s" % self.region_name) + return None + iuser = iusers[0] + + LOG.debug("get_user uuid=%s passwd_hash=%s" % + (iuser.uuid, iuser.passwd_hash)) + + return iuser + + def update_user(self, passwd_hash, root_sig, passwd_expiry_days): + """Update the user passwd for this region + + :param: passwd_hash + :return: iuser + """ + try: + iuser = self.get_user() + if not iuser: + LOG.warn("iuser not found %s" % self.region_name) + return iuser + + if (iuser.passwd_hash != passwd_hash or + iuser.passwd_expiry_days != passwd_expiry_days): + patch = make_sysinv_patch( + {'passwd_hash': passwd_hash, + 'passwd_expiry_days': passwd_expiry_days, + 'root_sig': root_sig, + 'action': 'apply', + }) + LOG.info("region={} user update uuid={} patch={}".format( + self.region_name, iuser.uuid, patch)) + iuser = self.client.iuser.update(iuser.uuid, patch) + else: + LOG.info("update_user no changes, skip user region={} " + "update uuid={} passwd_hash={}".format( + self.region_name, iuser.uuid, passwd_hash)) + except Exception as e: + LOG.error("update_user exception={}".format(e)) + raise exceptions.SyncRequestFailedRetry() + + return iuser diff --git a/dcorch/engine/README.rst b/dcorch/engine/README.rst new file mode 100755 index 000000000..07f283f7e --- /dev/null +++ b/dcorch/engine/README.rst @@ -0,0 +1,17 @@ +=============================== +Service +=============================== + +Distributed Cloud Orchestration Engine Service has responsibility for: + + Monitoring the subcloud status, and return the result if needed. + + There is a single engine, with each subcloud having one persistent + sync thread per endpoint-type. Sync audit threads will be created + on demand as needed. + +service.py: + run orchengine service, and establish RPC server + +generic_sync_manager.py + Manages all the generic resource syncing. diff --git a/dcorch/engine/__init__.py b/dcorch/engine/__init__.py new file mode 100644 index 000000000..8b9d538b3 --- /dev/null +++ b/dcorch/engine/__init__.py @@ -0,0 +1,7 @@ +# the sync services needs to be imported for them to +# be seen as subclasses to SyncThread in subcloud.py +from dcorch.engine.sync_services.compute import ComputeSyncThread # noqa +from dcorch.engine.sync_services.identity import IdentitySyncThread # noqa +from dcorch.engine.sync_services.network import NetworkSyncThread # noqa +from dcorch.engine.sync_services.sysinv import SysinvSyncThread # noqa +from dcorch.engine.sync_services.volume import VolumeSyncThread # noqa diff --git a/dcorch/engine/alarm_aggregate_manager.py b/dcorch/engine/alarm_aggregate_manager.py new file mode 100644 index 000000000..e7b71bd3c --- /dev/null +++ b/dcorch/engine/alarm_aggregate_manager.py @@ -0,0 +1,160 @@ +# Copyright 2016 Ericsson AB +# +# 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. + +import datetime +from dcmanager.common import consts as dcm_consts +from dcorch.common import consts +from dcorch.common import context +from dcorch.common import exceptions +from dcorch.common.i18n import _ +from dcorch.common import manager +from dcorch.db import api as db_api +from dcorch.drivers.openstack import sdk_platform as sdk + +from oslo_config import cfg +from oslo_log import log as logging + +import threading +import time + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + + +class AlarmAggregateManager(manager.Manager): + """Manages tasks related to alarm aggregation""" + + def __init__(self, *args, **kwargs): + LOG.debug(_('AlarmAggregateManager initialization...')) + + super(AlarmAggregateManager, self).\ + __init__(service_name="alarm_aggregate_manager", *args, **kwargs) + self.context = context.get_admin_context() + self.alarm_update_thread = PeriodicAlarmUpdate(self) + self.alarm_update_thread.start() + + def shutdown(self): + self.alarm_update_thread.stop() + self.alarm_update_thread.join() + + def enable_snmp(self, ctxt, subcloud_name): + LOG.info("Enabling fm-aggregation trap for region_name=%s" % + subcloud_name) + os_client = sdk.OpenStackDriver(subcloud_name) + payload = {"ip_address": CONF.snmp.snmp_ip, + "community": CONF.snmp.snmp_comm_str} + try: + os_client.sysinv_client.snmp_trapdest_create(payload) + self.update_alarm_summary(self.context, subcloud_name) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("snmp_trapdest_create exception Timeout region_name=%s" % + subcloud_name) + pass + except AttributeError: + LOG.info("snmp_trapdest_create AttributeError region_name=%s" % + subcloud_name) + pass + except exceptions.TrapDestAlreadyExists: + LOG.info("snmp_trapdest_create TrapDestAlreadyExists " + "region_name=%s payload %s" % (subcloud_name, payload)) + pass + except Exception: + LOG.info("snmp_trapdest_create exception region_name=%s" % + subcloud_name) + pass + + def update_alarm_summary(self, cntx, region_name): + LOG.info("Updating alarm summary for %s" % region_name) + try: + os_client = sdk.OpenStackDriver(region_name) + alarms = os_client.sysinv_client.get_alarm_summary() + alarm_updates = {'critical_alarms': alarms[0].critical, + 'major_alarms': alarms[0].major, + 'minor_alarms': alarms[0].minor, + 'warnings': alarms[0].warnings} + alarm_updates = self._set_cloud_status(alarm_updates) + db_api.subcloud_alarms_update(self.context, region_name, + alarm_updates) + except Exception: + LOG.error('Failed to update alarms for %s' % region_name) + + def _set_cloud_status(self, alarm_dict): + status = consts.ALARM_OK_STATUS + if (alarm_dict.get('major_alarms') > 0) or\ + (alarm_dict.get('minor_alarms') > 0): + status = consts.ALARM_DEGRADED_STATUS + if (alarm_dict.get('critical_alarms') > 0): + status = consts.ALARM_CRITICAL_STATUS + alarm_dict['cloud_status'] = status + return alarm_dict + + def get_alarm_summary(self, ctxt): + alarms = db_api.subcloud_alarms_get_all(self.context) + summary = [] + for alarm in alarms: + alarm_dict = {'region_name': alarm['region_name'], + 'uuid': alarm['uuid'], + 'critical_alarms': alarm['critical_alarms'], + 'major_alarms': alarm['major_alarms'], + 'minor_alarms': alarm['minor_alarms'], + 'warnings': alarm['warnings'], + 'cloud_status': alarm['cloud_status']} + summary.append(alarm_dict) + return summary + + +class PeriodicAlarmUpdate(threading.Thread): + def __init__(self, parent): + super(PeriodicAlarmUpdate, self).__init__() + self.parent = parent + self.context = context.get_admin_context() + self._stop = threading.Event() + self.interval = CONF.snmp.alarm_audit_interval_time + self.system_last_update = datetime.datetime.now() + + def run_updates(self): + while not self.stopped(): + delta = (datetime.datetime.now() - + self.system_last_update).total_seconds() + if delta < self.interval: + time.sleep(1.0) + continue + try: + LOG.info('Running alarm summary update sync') + self.system_last_update = datetime.datetime.now() + subclouds = db_api.subcloud_get_all(self.context) + for subcloud in subclouds: + if self.stopped(): + break + if subcloud['availability_status'] ==\ + dcm_consts.AVAILABILITY_ONLINE: + self.parent.\ + update_alarm_summary(self.context, + subcloud['region_name']) + except Exception: + pass + time.sleep(1.0) + LOG.info("Periodic Alarm Update Thread Stopped") + + def stopped(self): + return self._stop.isSet() + + def stop(self): + LOG.info("Periodic Alarm Update Thread Stopping") + self._stop.set() + + def run(self): + self.run_updates() diff --git a/dcorch/engine/dc_orch_lock.py b/dcorch/engine/dc_orch_lock.py new file mode 100644 index 000000000..cee51ce4e --- /dev/null +++ b/dcorch/engine/dc_orch_lock.py @@ -0,0 +1,94 @@ +# Copyright 2016 Ericsson AB +# 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. + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common.i18n import _ +from dcorch.engine import scheduler + + +LOG = logging.getLogger(__name__) + +lock_opts = [ + cfg.IntOpt('lock_retry_times', + default=3, + help=_('Number of times trying to grab a lock.')), + cfg.IntOpt('lock_retry_interval', + default=10, + help=_('Number of seconds between lock retries.')) +] + +lock_opts_group = cfg.OptGroup('locks') +cfg.CONF.register_group(lock_opts_group) +cfg.CONF.register_opts(lock_opts, group=lock_opts_group) + + +def sync_lock_acquire(engine_id, task_type, lock): + """Try to lock with specified engine_id. + + :param engine: ID of the engine which wants to lock the projects. + :param lock: the lock object owned by the caller + :returns: True if lock is acquired, or False otherwise. + """ + + # Step 1: try lock the projects- if it returns True then success + LOG.info('Trying to acquire lock with %(engId)s for Task: %(task)s', + {'engId': engine_id, + 'task': task_type + } + ) + lock_status = lock.acquire(False) + if lock_status: + return True + + # Step 2: retry using global configuration options + retries = cfg.CONF.locks.lock_retry_times + retry_interval = cfg.CONF.locks.lock_retry_interval + + while retries > 0: + scheduler.sleep(retry_interval) + LOG.info('Retry acquire lock with %(engId)s for Task: %(task)s', + {'engId': engine_id, + 'task': task_type + } + ) + lock_status = lock.acquire(False) + if lock_status: + return True + retries = retries - 1 + + # Will reach here only when not able to acquire locks with retry + + LOG.error('Not able to acquire lock for %(task)s with retry' + ' with engineId %(engId)s', + {'engId': engine_id, + 'task': task_type + } + ) + return False + + +def sync_lock_release(engine_id, task_type, lock): + """Release the lock for the projects""" + + LOG.info('Releasing acquired lock with %(engId)s for Task: %(task)s', + {'engId': engine_id, + 'task': task_type + } + ) + return lock.release() + + +def list_opts(): + yield lock_opts_group.name, lock_opts diff --git a/dcorch/engine/generic_sync_manager.py b/dcorch/engine/generic_sync_manager.py new file mode 100644 index 000000000..9de9226a7 --- /dev/null +++ b/dcorch/engine/generic_sync_manager.py @@ -0,0 +1,90 @@ +# Copyright 2017 Ericsson AB. +# +# 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. + + +from oslo_log import log as logging + +from dcorch.common import exceptions +from dcorch.engine.subcloud import SubCloudEngine +from dcorch.objects import subcloud + +LOG = logging.getLogger(__name__) + + +class GenericSyncManager(object): + """Manages tasks related to resource management.""" + + def __init__(self, *args, **kwargs): + super(GenericSyncManager, self).__init__() + self.subcloud_engines = {} + + def init_from_db(self, context): + subclouds = subcloud.SubcloudList.get_all(context) + for sc in subclouds: + engine = SubCloudEngine(subcloud=sc) + LOG.info('loading subcloud %(sc)s' % + {'sc': sc.region_name}) + self.subcloud_engines[sc.region_name] = engine + engine.spawn_sync_threads() + + def add_subcloud(self, context, name, version): + LOG.info('adding subcloud %(sc)s' % {'sc': name}) + subcloud_engine = SubCloudEngine( + context=context, name=name, version=version) + self.subcloud_engines[name] = subcloud_engine + subcloud_engine.spawn_sync_threads() + + def del_subcloud(self, context, subcloud_name): + try: + subcloud_engine = self.subcloud_engines[subcloud_name] + LOG.info('deleting subcloud %(sc)s' % {'sc': subcloud_name}) + subcloud_engine.delete() + del self.subcloud_engines[subcloud_name] + except KeyError: + raise exceptions.SubcloudNotFound(region_name=subcloud_name) + + def sync_request(self, ctxt, endpoint_type): + # Someone has enqueued a sync job. Wake the subcloud engines. + for subcloud_engine in self.subcloud_engines.values(): + subcloud_engine.wake(endpoint_type) + + def enable_subcloud(self, context, subcloud_name): + try: + subcloud_engine = self.subcloud_engines[subcloud_name] + LOG.info('enabling subcloud %(sc)s' % {'sc': subcloud_name}) + subcloud_engine.enable() + except KeyError: + raise exceptions.SubcloudNotFound(region_name=subcloud_name) + + def disable_subcloud(self, context, subcloud_name): + try: + subcloud_engine = self.subcloud_engines[subcloud_name] + LOG.info('disabling subcloud %(sc)s' % {'sc': subcloud_name}) + subcloud_engine.disable() + except KeyError: + raise exceptions.SubcloudNotFound(region_name=subcloud_name) + + def update_subcloud_version(self, context, subcloud_name, sw_version): + try: + subcloud_engine = self.subcloud_engines[subcloud_name] + LOG.info('updating subcloud %(sc)s version to %(ver)s' % + {'sc': subcloud_name, 'ver': sw_version}) + subcloud_engine.set_version(sw_version) + except KeyError: + raise exceptions.SubcloudNotFound(region_name=subcloud_name) + + def run_sync_audit(self): + for subcloud_engine in self.subcloud_engines.values(): + subcloud_engine.run_sync_audit() diff --git a/dcorch/engine/quota_manager.py b/dcorch/engine/quota_manager.py new file mode 100644 index 000000000..b1d1dfd48 --- /dev/null +++ b/dcorch/engine/quota_manager.py @@ -0,0 +1,491 @@ +# Copyright 2016 Ericsson AB +# +# 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. + +import collections +import copy +from Queue import Queue +import re +import threading +import time + +from oslo_config import cfg +from oslo_log import log as logging + +from dcorch.common import consts +from dcorch.common import context +from dcorch.common import endpoint_cache +from dcorch.common import exceptions +from dcorch.common.i18n import _ +from dcorch.common import manager +from dcorch.common import utils +from dcorch.db import api as db_api +from dcorch.drivers.openstack import sdk +from dcorch.engine import dc_orch_lock + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + +# Projects are synced batch by batch. Below configuration defines +# number of projects in each batch +batch_opts = [ + cfg.IntOpt('batch_size', + default=3, + help='Batch size number of projects will be synced at a time') +] + +batch_opt_group = cfg.OptGroup('batch') +cfg.CONF.register_group(batch_opt_group) +cfg.CONF.register_opts(batch_opts, group=batch_opt_group) +TASK_TYPE = 'quota_sync' + + +class QuotaManager(manager.Manager): + """Manages tasks related to quota management""" + + # Static variables used to store cached usage information and the lock + # that protects their access. + # It's either this or pass references to the QuotaManager object + # down into the guts of the SyncThread class. + usage_lock = threading.Lock() + # Each of the following is a dict where the keys are project-ID/user-ID + # tuples. (Where the user-ID can be None for project-only usage.) + total_project_usages = {} + regions_usage_dict = {} + + def __init__(self, *args, **kwargs): + LOG.debug(_('QuotaManager initialization...')) + + super(QuotaManager, self).__init__(service_name="quota_manager", + *args, **kwargs) + self.context = context.get_admin_context() + self.endpoints = endpoint_cache.EndpointCache() + + # This lock is used to ensure we only have one quota sync audit at + # a time. For better efficiency we could use per-project locks + # and/or the ReaderWriterLock from the "fastener" package. + self.quota_audit_lock = threading.Lock() + + @classmethod + def calculate_subcloud_project_quotas(cls, project_id, user_id, + new_global_quotas, subcloud): + # Someone has changed the quotas for a project, so we need to + # calculate the new quotas in each subcloud. + + # First, grab a copy of the usage from the last quota audit. + with cls.usage_lock: + regions_usage_dict = copy.deepcopy( + cls.regions_usage_dict.get((project_id, user_id), {})) + total_project_usages = copy.deepcopy( + cls.total_project_usages.get((project_id, user_id), {})) + + # Calculate the remaining global project limit based on the new quotas + # and the total usage for the project across all subclouds. + unused_global_limits = collections.Counter( + new_global_quotas) - collections.Counter(total_project_usages) + + # Now get the region-specific usage and trim it back to just the dict + # keys present in the new quotas. + try: + region_usage = regions_usage_dict[subcloud] + region_usage = dict([(k, region_usage[k]) + for k in new_global_quotas]) + except KeyError: + # From startup until the quota audit runs we'll end up here. + region_usage = {} + + # Now add the region-specific usage to the global remaining limits. + region_new_limits = dict(unused_global_limits + + collections.Counter(region_usage)) + + return region_new_limits + + def get_projects_users_with_modified_quotas(self): + # get the list of project/user tuples that have modified quotas + project_user_list = set([]) + os_client = sdk.OpenStackDriver(consts.VIRTUAL_MASTER_CLOUD) + try: + quotas = os_client.nova_client.nova_client.quotas.list() + project_user_quotas = quotas['project_user_quotas'] + for project_user_quota in project_user_quotas: + project_id = project_user_quota['project_id'] + user_quotas = project_user_quota['user_quotas'] + for user_quota in user_quotas: + user_id = user_quota['user_id'] + project_user_list.add((project_id, user_id)) + except AttributeError: + # Dealing with novaclient that doesn't have quotas.list(), + # so just ignore project/user quotas. + pass + return list(project_user_list) + + def periodic_balance_all(self, engine_id): + LOG.info("periodically balance quota for all keystone tenants") + lock = dc_orch_lock.sync_lock_acquire(engine_id, TASK_TYPE, + self.quota_audit_lock) + if not lock: + LOG.error("Not able to acquire lock for %(task_type)s, may" + " be Previous sync job has not finished yet, " + "Aborting this run at: %(time)s ", + {'task_type': TASK_TYPE, + 'time': time.strftime("%c")} + ) + return + LOG.info("Successfully acquired lock") + projects_thread_list = [] + + # Generate a list of project_id/user_id tuples that need to have their + # quotas updated. This is basically all projects, and the + # projects/users that have modified quotas. + # Where user_id is None, this represents the project quotas. Where + # user_id is specified, it represents the project/user quotas. (This + # is only applicable to nova.) + project_list = sdk.OpenStackDriver().get_enabled_projects() + project_user_list = [(project, None) for project in project_list] + project_user_mod_list = self.get_projects_users_with_modified_quotas() + project_user_list.extend(project_user_mod_list) + + # Remove any global cache entries for project_id/user_id tuples that + # aren't in the list to be updated. (They'll get updated on-demand.) + with QuotaManager.usage_lock: + # The same keys should be in QuotaManager.total_project_usages + # so we only need to look at one of them. + to_delete = [k for k in QuotaManager.regions_usage_dict + if k not in project_user_mod_list] + for k in to_delete: + del QuotaManager.regions_usage_dict[k] + del QuotaManager.total_project_usages[k] + + # Iterate through project list and call sync project for each project + # using threads + # Divide list of projects into batches and perfrom quota sync + # for one batch at a time. + for current_batch_projects_users in utils.get_batch_projects( + cfg.CONF.batch.batch_size, project_user_list): + # "current_batch_projects_users" may have some None entries that + # we don't want to iterate over. + current_batch_projects_users = [ + x for x in current_batch_projects_users if x is not None] + LOG.info("Syncing quota for current batch with projects: %s", + current_batch_projects_users) + for project_id, user_id in current_batch_projects_users: + if project_id: + thread = threading.Thread( + target=self.quota_sync_for_project, + args=(project_id, user_id,)) + projects_thread_list.append(thread) + thread.start() + # Wait for all the threads to complete + # the job(sync all projects quota) + for current_thread in projects_thread_list: + current_thread.join() + dc_orch_lock.sync_lock_release(engine_id, TASK_TYPE, + self.quota_audit_lock) + + def read_quota_usage(self, project_id, user_id, region, usage_queue): + # Writes usage dict to the Queue in the following format + # {'region_name': (, , )} + LOG.info("Reading quota usage for project: %(project_id)s and user: " + "%(user_id)s in %(region)s", + {'project_id': project_id, 'user_id': user_id, + 'region': region} + ) + os_client = sdk.OpenStackDriver(region) + (nova_usage, neutron_usage, cinder_usage) = \ + os_client.get_resource_usages(project_id, user_id) + total_region_usage = collections.defaultdict(dict) + # region_usage[0], region_usage[1], region_usage[3] are + # nova, neutron & cinder usages respectively + if nova_usage: + total_region_usage.update(nova_usage) + if neutron_usage: + total_region_usage.update(neutron_usage) + if cinder_usage: + total_region_usage.update(cinder_usage) + usage_queue.put({region: total_region_usage}) + + def get_summation(self, regions_dict): + # Adds resources usages from different regions + single_region = {} + resultant_dict = collections.Counter() + for current_region in regions_dict: + single_region[current_region] = collections.Counter( + regions_dict[current_region]) + resultant_dict += single_region[current_region] + return resultant_dict + + def get_tenant_quota_limits_region(self, project_id, user_id, region): + # returns quota limits for region in the following format + # {, , } + LOG.info("Reading quota limits for project: %(project_id)s and user: " + "%(user_id)s in %(region)s", + {'project_id': project_id, 'user_id': user_id, + 'region': region} + ) + os_client = sdk.OpenStackDriver(region) + (nova_limits, neutron_limits, cinder_limits) = \ + os_client.get_quota_limits(project_id, user_id) + limits = {} + limits.update(nova_limits) + limits.update(neutron_limits) + limits.update(cinder_limits) + return limits + + def _get_dc_orch_project_limit(self, project_id): + # Returns DC Orchestrator project limit for a project. + dc_orch_limits_for_project = collections.defaultdict(dict) + try: + # checks if there are any quota limit in DB for a project + limits_from_db = db_api.quota_get_all_by_project(self.context, + project_id) + except exceptions.ProjectQuotaNotFound: + limits_from_db = {} + for current_resource in CONF.dc_orch_global_limit.iteritems(): + resource = re.sub('quota_', '', current_resource[0]) + # If resource limit in DB, then use it or else use limit + # from conf file + if resource in limits_from_db: + dc_orch_limits_for_project[resource] = limits_from_db[ + resource] + else: + dc_orch_limits_for_project[resource] = current_resource[1] + return dc_orch_limits_for_project + + def _arrange_quotas_by_service_name(self, region_new_limit): + # Returns a dict of resources with limits arranged by service name + resource_with_service = collections.defaultdict(dict) + resource_with_service['nova'] = collections.defaultdict(dict) + resource_with_service['cinder'] = collections.defaultdict(dict) + resource_with_service['neutron'] = collections.defaultdict(dict) + for limit in region_new_limit: + if limit in consts.NOVA_QUOTA_FIELDS: + resource_with_service['nova'].update( + {limit: region_new_limit[limit]}) + elif limit in consts.CINDER_QUOTA_FIELDS: + resource_with_service['cinder'].update( + {limit: region_new_limit[limit]}) + elif limit in consts.NEUTRON_QUOTA_FIELDS: + resource_with_service['neutron'].update( + {limit: region_new_limit[limit]}) + return resource_with_service + + def update_quota_limits(self, project_id, user_id, region_new_limit, + current_region): + # Updates quota limit for a project with new calculated limit + os_client = sdk.OpenStackDriver(current_region) + os_client.write_quota_limits(project_id, user_id, region_new_limit) + + def quota_usage_update(self, project_id, user_id): + # Update the quota usage for the specified project/user + regions_usage_dict = self.get_tenant_quota_usage_per_region(project_id, + user_id) + if not regions_usage_dict: + # Skip syncing for the project if not able to read regions usage + LOG.error("Error reading regions usage for the project: " + "'%(project)s' and user: '%(user)s'. Aborting, continue " + "with next project/user.", + {'project': project_id, 'user': user_id}) + return None, None + + # We want to return the original per-subcloud usage, so make a + # copy for us to mangle. + regions_usage_dict_copy = copy.deepcopy(regions_usage_dict) + + # We don't want to sum up the subcloud usage of resource types that + # are managed by dcorch so delete them from all regions except + # the master one. + for region in regions_usage_dict_copy: + if region == consts.VIRTUAL_MASTER_CLOUD: + continue + for quota in consts.QUOTAS_FOR_MANAGED_RESOURCES: + regions_usage_dict_copy[region].pop(quota, None) + + # Add up the usage for this project/user across all subclouds. + total_project_usages = dict( + self.get_summation(regions_usage_dict_copy)) + + # Save the global and per-region usage for use when + # modifying quotas later + with QuotaManager.usage_lock: + # Use the project/user tuple as the dict key. + # 'user_id' will be None for the overall project usage. + QuotaManager.total_project_usages[(project_id, user_id)] = \ + copy.deepcopy(total_project_usages) + QuotaManager.regions_usage_dict[(project_id, user_id)] = \ + copy.deepcopy(regions_usage_dict) + + return total_project_usages, regions_usage_dict + + def quota_sync_for_project(self, project_id, user_id): + # Sync quota limits for the project according to below formula + # Global remaining limit = + # DC Orchestrator global limit - Summation of usages + # in all the regions + # New quota limit = Global remaining limit + usage in that region + LOG.info("Quota sync called for project: %(project)s user: %(user)s", + {'project': project_id, 'user': user_id}) + regions_thread_list = [] + # Retrieve regions for the project. This is also done in + # get_tenant_quota_usage_per_region() so we may be able to only do + # it once. Would have to consider the failure modes though. + os_driver = sdk.OpenStackDriver() + region_lists = os_driver.get_all_regions_for_project( + project_id) + + total_project_usages, regions_usage_dict = self.quota_usage_update( + project_id, user_id) + if ((total_project_usages, regions_usage_dict) == (None, None)): + return + + # Get the global limit for this project from the master subcloud. + dc_orch_global_limits = self.get_overall_tenant_quota_limits( + project_id, user_id) + # Calculate how much of the various limits have not yet been used. + unused_global_limits = collections.Counter( + dc_orch_global_limits) - collections.Counter(total_project_usages) + + # Remove the master region from the list. Its quotas should already + # be up to date for managed resources. + region_lists.remove(consts.VIRTUAL_MASTER_CLOUD) + + # (NOTE: knasim-wrs): The Master Cloud's Project ID and User ID + # dont mean anything for the subcloud, so we need to first resolve + # the project name, and username and then determine the specific + # IDs for that subcloud + qproject = os_driver.get_project_by_id(project_id) + quser = os_driver.get_user_by_id(user_id) + + for current_region in region_lists: + # Calculate the new limit for this region. + region_new_limits = dict( + unused_global_limits + collections.Counter( + regions_usage_dict[current_region])) + # Reformat the limits + region_new_limits = self._arrange_quotas_by_service_name( + region_new_limits) + # Update the subcloud with the new limit + try: + # First find this project and user in this subcloud + sc_user_id = None + sc_os_driver = sdk.OpenStackDriver(current_region) + sc_project = sc_os_driver.get_project_by_name(qproject.name) + if not sc_project: + LOG.info("Cannot find project %s in subcloud %s. Skipping " + "quota sync for this project on subcloud", + qproject.name, current_region) + continue + sc_project_id = sc_project.id + if quser: + sc_user = sc_os_driver.get_user_by_name(quser.name) + sc_user_id = getattr(sc_user, 'id', None) + except Exception as e: + LOG.error("quota sync %s: %s", current_region, e.message) + continue + + thread = threading.Thread(target=self.update_quota_limits, + args=(sc_project_id, sc_user_id, + region_new_limits, + current_region,)) + regions_thread_list.append(thread) + thread.start() + + # Wait for all the threads to update quota + for current_thread in regions_thread_list: + current_thread.join() + + def get_overall_tenant_quota_limits(self, project_id, user_id): + # Return quota limits in the master cloud. These are the overall + # quota limits for the whole cloud. + return self.get_tenant_quota_limits_region(project_id, user_id, + consts.VIRTUAL_MASTER_CLOUD) + + def get_tenant_quota_usage_per_region(self, project_id, user_id): + # Return quota usage dict with keys as region name & values as usages. + # Calculates the usage from each region concurrently using threads. + os_driver = sdk.OpenStackDriver() + # Retrieve regions for the project + region_lists = os_driver.get_all_regions_for_project( + project_id) + usage_queue = Queue() + regions_usage_dict = collections.defaultdict(dict) + regions_thread_list = [] + qproject = os_driver.get_project_by_id(project_id) + quser = os_driver.get_user_by_id(user_id) + + for current_region in region_lists: + # First find this project and user in this subcloud + try: + sc_user_id = None + sc_os_driver = sdk.OpenStackDriver(current_region) + sc_project = sc_os_driver.get_project_by_name(qproject.name) + if not sc_project: + LOG.info("Cannot find project %s in subcloud %s. Skipping " + "quota usage for this project on subcloud", + qproject.name, current_region) + continue + sc_project_id = sc_project.id + if quser: + sc_user = sc_os_driver.get_user_by_name(quser.name) + sc_user_id = getattr(sc_user, 'id', None) + except Exception as e: + LOG.error("quota usage %s: %s", current_region, e.message) + continue + + thread = threading.Thread(target=self.read_quota_usage, + args=(sc_project_id, sc_user_id, + current_region, usage_queue)) + regions_thread_list.append(thread) + thread.start() + # Wait for all the threads to finish reading usages + for current_thread in regions_thread_list: + current_thread.join() + # Check If all the regions usages are read + if len(region_lists) == usage_queue.qsize(): + for i in range(usage_queue.qsize()): + # Read Queue + current_region_data = usage_queue.get() + regions_usage_dict.update(current_region_data) + return regions_usage_dict + + def get_usage_for_project_and_user(self, endpoint_type, + project_id, user_id): + # Returns cached quota usage for a project and user. If there + # is no cached usage information then update the cache. + + with QuotaManager.usage_lock: + # First, try to get a copy of the usage from the last quota audit. + total_project_usages = copy.deepcopy( + QuotaManager.total_project_usages.get((project_id, user_id), + None)) + if total_project_usages is None: + # This project/user doesn't have any cached usage information, + # so we need to query it. + try: + total_project_usages, regions_usage_dict = \ + self.quota_usage_update(project_id, user_id) + except exceptions.ProjectNotFound: + total_project_usages = {} + + # "total_project_usages" includes fields from multiple + # endpoint types, so we need to figure out which ones we want. + desired_fields = consts.ENDPOINT_QUOTA_MAPPING[endpoint_type] + usage_dict = {} + for k, v in total_project_usages.iteritems(): + if k in desired_fields: + usage_dict[k] = v + return usage_dict + + +def list_opts(): + yield batch_opt_group.name, batch_opts diff --git a/dcorch/engine/scheduler.py b/dcorch/engine/scheduler.py new file mode 100644 index 000000000..058d2e134 --- /dev/null +++ b/dcorch/engine/scheduler.py @@ -0,0 +1,104 @@ +# 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. + +import time + +import eventlet +from oslo_config import cfg +from oslo_log import log as logging + +from oslo_service import threadgroup + +LOG = logging.getLogger(__name__) + +wallclock = time.time + + +class ThreadGroupManager(object): + '''Thread group manager.''' + + def __init__(self): + super(ThreadGroupManager, self).__init__() + self.threads = {} + self.group = threadgroup.ThreadGroup() + + # Create dummy service task, because when there is nothing queued + # on self.tg the process exits + self.add_timer(cfg.CONF.scheduler.periodic_interval, + self._service_task) + + def _service_task(self): + '''Dummy task which gets queued on the service.Service threadgroup. + + Without this service.Service sees nothing running i.e has nothing to + wait() on, so the process exits.. + This could also be used to trigger periodic non-cluster-specific + housekeeping tasks + + (Yanyan)Not sure this is still necessary, just keep it temporarily. + ''' + # TODO(Yanyan): have this task call dbapi purge events + pass + + def start(self, func, *args, **kwargs): + '''Run the given method in a sub-thread.''' + + return self.group.add_thread(func, *args, **kwargs) + + def add_timer(self, interval, func, *args, **kwargs): + '''Define a periodic task to be run in the thread group. + + The task will be executed in a separate green thread. + Interval is from cfg.CONF.periodic_interval + ''' + + self.group.add_timer(interval, func, *args, **kwargs) + + def stop_timers(self): + self.group.stop_timers() + + def stop(self, graceful=False): + '''Stop any active threads belong to this threadgroup.''' + # Try to stop all threads gracefully + self.group.stop(graceful) + self.group.wait() + + # Wait for link()ed functions (i.e. lock release) + threads = self.group.threads[:] + links_done = dict((th, False) for th in threads) + + def mark_done(gt, th): + links_done[th] = True + + for th in threads: + th.link(mark_done, th) + + while not all(links_done.values()): + eventlet.sleep() + + +def reschedule(action, sleep_time=1): + '''Eventlet Sleep for the specified number of seconds. + + :param sleep_time: seconds to sleep; if None, no sleep; + ''' + + if sleep_time is not None: + LOG.debug('Action %s sleep for %s seconds' % ( + action.id, sleep_time)) + eventlet.sleep(sleep_time) + + +def sleep(sleep_time): + '''Interface for sleeping.''' + + eventlet.sleep(sleep_time) diff --git a/dcorch/engine/service.py b/dcorch/engine/service.py new file mode 100644 index 000000000..a0fd5489e --- /dev/null +++ b/dcorch/engine/service.py @@ -0,0 +1,235 @@ +# 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. + +import six +import time + +import functools +from oslo_config import cfg +from oslo_log import log as logging +import oslo_messaging + +from dcmanager.common import consts as dcm_consts +from dcorch.common import consts +from dcorch.common import context +from dcorch.common import exceptions +from dcorch.common.i18n import _ +from dcorch.common import messaging as rpc_messaging +from dcorch.engine.alarm_aggregate_manager import AlarmAggregateManager +from dcorch.engine.generic_sync_manager import GenericSyncManager +from dcorch.engine.quota_manager import QuotaManager +from dcorch.engine import scheduler +from dcorch.objects import service as service_obj +from oslo_service import service +from oslo_utils import timeutils +from oslo_utils import uuidutils + +CONF = cfg.CONF +LOG = logging.getLogger(__name__) + + +def request_context(func): + @functools.wraps(func) + def wrapped(self, ctx, *args, **kwargs): + if ctx is not None and not isinstance(ctx, context.RequestContext): + ctx = context.RequestContext.from_dict(ctx.to_dict()) + try: + return func(self, ctx, *args, **kwargs) + except exceptions.OrchestratorException: + raise oslo_messaging.rpc.dispatcher.ExpectedException() + + return wrapped + + +class EngineService(service.Service): + """Lifecycle manager for a running service engine. + + - All the methods in here are called from the RPC client. + - If a RPC call does not have a corresponding method here, an exceptions + will be thrown. + - Arguments to these calls are added dynamically and will be treated as + keyword arguments by the RPC client. + """ + + def __init__(self, host, topic, manager=None): + + super(EngineService, self).__init__() + self.host = cfg.CONF.host + self.rpc_api_version = consts.RPC_API_VERSION + self.topic = consts.TOPIC_ORCH_ENGINE + # The following are initialized here, but assigned in start() which + # happens after the fork when spawning multiple worker processes + self.engine_id = None + self.TG = None + self.periodic_enable = cfg.CONF.scheduler.periodic_enable + self.periodic_interval = cfg.CONF.scheduler.periodic_interval + self.target = None + self._rpc_server = None + self.qm = None + self.gsm = None + self.aam = None + + def init_tgm(self): + self.TG = scheduler.ThreadGroupManager() + + def init_qm(self): + self.qm = QuotaManager() + + def init_gsm(self): + ctxt = context.get_admin_context() + self.gsm = GenericSyncManager() + self.gsm.init_from_db(ctxt) + + def init_aam(self): + self.aam = AlarmAggregateManager() + + def start(self): + self.engine_id = uuidutils.generate_uuid() + self.init_tgm() + self.init_qm() + self.init_gsm() + self.init_aam() + target = oslo_messaging.Target(version=self.rpc_api_version, + server=self.host, + topic=self.topic) + self.target = target + self._rpc_server = rpc_messaging.get_rpc_server(self.target, self) + self._rpc_server.start() + + self.service_registry_cleanup() + + self.TG.add_timer(cfg.CONF.report_interval, + self.service_registry_report) + + super(EngineService, self).start() + if self.periodic_enable: + LOG.info("Adding periodic tasks for the engine to perform") + self.TG.add_timer(self.periodic_interval, + self.periodic_balance_all, None, self.engine_id) + self.TG.add_timer(self.periodic_interval, + self.periodic_sync_audit, + initial_delay=self.periodic_interval / 2) + + def service_registry_report(self): + ctx = context.get_admin_context() + try: + svc = service_obj.Service.update(ctx, self.engine_id) + # if svc is None, means it's not created. + if svc is None: + service_obj.Service.create(ctx, self.engine_id, self.host, + 'dcorch-engine', self.topic) + except Exception as ex: + LOG.error('Service %(service_id)s update failed: %(error)s', + {'service_id': self.engine_id, 'error': ex}) + + def service_registry_cleanup(self): + ctx = context.get_admin_context() + time_window = (2 * cfg.CONF.report_interval) + services = service_obj.Service.get_all(ctx) + for svc in services: + if svc['id'] == self.engine_id: + continue + if timeutils.is_older_than(svc['updated_at'], time_window): + # < time_line: + # hasn't been updated, assuming it's died. + LOG.info('Service %s was aborted', svc['id']) + service_obj.Service.delete(ctx, svc['id']) + + def periodic_balance_all(self, engine_id): + # Automated Quota Sync for all the keystone projects + LOG.info("Periodic quota sync job started at: %s", + time.strftime("%c")) + self.qm.periodic_balance_all(engine_id) + + @request_context + def get_usage_for_project_and_user(self, context, endpoint_type, + project_id, user_id=None): + # Returns cached usage as of last quota sync audit so will be + # slightly stale. + return self.qm.get_usage_for_project_and_user(endpoint_type, + project_id, user_id) + + @request_context + def quota_sync_for_project(self, context, project_id): + # On Demand Quota Sync for a project, will be triggered by KB-API + LOG.info("On Demand Quota Sync Called for: %s", + project_id) + self.qm.quota_sync_for_project(project_id) + + @request_context + def add_subcloud(self, ctxt, subcloud_name, sw_version): + self.gsm.add_subcloud(ctxt, subcloud_name, sw_version) + + @request_context + # todo: add authentication since ctxt not actually needed later + def del_subcloud(self, ctxt, subcloud_name): + self.gsm.del_subcloud(ctxt, subcloud_name) + + @request_context + # todo: add authentication since ctxt not actually needed later + def update_subcloud_states(self, ctxt, subcloud_name, + management_state, + availability_status): + # keep equivalent functionality for now + if (management_state == dcm_consts.MANAGEMENT_MANAGED) and \ + (availability_status == dcm_consts.AVAILABILITY_ONLINE): + self.aam.enable_snmp(ctxt, subcloud_name) + self.gsm.enable_subcloud(ctxt, subcloud_name) + else: + self.gsm.disable_subcloud(ctxt, subcloud_name) + + @request_context + # todo: add authentication since ctxt not actually needed later + def update_subcloud_version(self, ctxt, subcloud_name, sw_version): + self.gsm.update_subcloud_version(ctxt, subcloud_name, sw_version) + + @request_context + def update_alarm_summary(self, ctxt, region_name): + self.aam.update_alarm_summary(ctxt, region_name) + + @request_context + def get_alarm_summary(self, ctxt): + return self.aam.get_alarm_summary(ctxt) + + @request_context + # The sync job info has been written to the DB, alert the sync engine + # that there is work to do. + # todo: add authentication since ctxt not actually needed later + def sync_request(self, ctxt, endpoint_type): + self.gsm.sync_request(ctxt, endpoint_type) + + def periodic_sync_audit(self): + # subcloud sync audit + LOG.info("Periodic sync audit started at: %s", + time.strftime("%c")) + self.gsm.run_sync_audit() + + def _stop_rpc_server(self): + # Stop RPC connection to prevent new requests + LOG.debug(_("Attempting to stop engine service...")) + try: + self._rpc_server.stop() + self._rpc_server.wait() + LOG.info('Engine service stopped successfully') + except Exception as ex: + LOG.error('Failed to stop engine service: %s', + six.text_type(ex)) + + def stop(self): + self._stop_rpc_server() + + self.TG.stop() + if self.aam: + self.aam.shutdown() + # Terminate the engine process + LOG.info("All threads were gone, terminating engine") + super(EngineService, self).stop() diff --git a/dcorch/engine/subcloud.py b/dcorch/engine/subcloud.py new file mode 100644 index 000000000..28c6d4611 --- /dev/null +++ b/dcorch/engine/subcloud.py @@ -0,0 +1,113 @@ +# Copyright 2017 Wind River +# +# 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. + +import threading + +from dcmanager.common import consts as dcm_consts +from dcorch.engine.sync_thread import SyncThread +from dcorch.objects.subcloud import Subcloud +from oslo_log import log as logging + +LOG = logging.getLogger(__name__) + + +class SubCloudEngine(object): + def __init__(self, context=None, name=None, + version=None, subcloud=None): + """Init a subcloud + + :param context: operational context + :param name: subcloud name, currently must match region name + :param version: TiC software version running in subcloud + :param subcloud: an embedded Subcloud object, persisted to DB + """ + super(SubCloudEngine, self).__init__() + if subcloud is not None: + self.subcloud = subcloud + else: + self.subcloud = Subcloud( + context, region_name=name, software_version=version) + self.subcloud.create() + self.lock = threading.Lock() # protects the status + self.sync_threads = [] # the individual SyncThread objects + + def set_version(self, version): + # todo make sure we only increase the version + self.subcloud.software_version = version + self.subcloud.save() + + def spawn_sync_threads(self): + # spawn the threads that actually handle syncing this subcloud + for subclass in SyncThread.__subclasses__(): + thread = subclass(self) + self.sync_threads.append(thread) + thread.start() + + def is_managed(self): + # is this subcloud managed + self.lock.acquire() + managed = self.subcloud.management_state + self.lock.release() + return managed == dcm_consts.MANAGEMENT_MANAGED + + def is_enabled(self): + # is this subcloud enabled + self.lock.acquire() + status = self.subcloud.availability_status + self.lock.release() + return status == dcm_consts.AVAILABILITY_ONLINE + + def enable(self): + # set subcloud availability to online + self.lock.acquire() + self.subcloud.management_state = dcm_consts.MANAGEMENT_MANAGED + self.subcloud.availability_status = dcm_consts.AVAILABILITY_ONLINE + self.subcloud.save() + self.lock.release() + for thread in self.sync_threads: + thread.enable() + + def wake(self, endpoint_type): + # wake specific endpoint type sync thread to process work + if self.is_enabled(): + for thread in self.sync_threads: + if thread.endpoint_type == endpoint_type: + thread.wake() + + def disable(self): + # set subcloud availability to offline + self.lock.acquire() + self.subcloud.management_state = dcm_consts.MANAGEMENT_UNMANAGED + self.subcloud.availability_status = dcm_consts.AVAILABILITY_OFFLINE + self.subcloud.save() + self.lock.release() + + def shutdown(self): + # shutdown, optionally deleting queued work + self.disable() + while self.sync_threads: + thread = self.sync_threads.pop() + thread.shutdown() + + def delete(self): + # delete this subcloud + self.shutdown() + self.subcloud.delete() + + def run_sync_audit(self): + # run periodic sync audit on all threads in this subcloud + if self.is_enabled(): + for thread in self.sync_threads: + thread.run_sync_audit() diff --git a/dcorch/engine/sync_services/__init__.py b/dcorch/engine/sync_services/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/engine/sync_services/compute.py b/dcorch/engine/sync_services/compute.py new file mode 100644 index 000000000..7ddce9e8f --- /dev/null +++ b/dcorch/engine/sync_services/compute.py @@ -0,0 +1,737 @@ +# Copyright 2017-2018 Wind River +# +# 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. + +from keystoneauth1 import exceptions as keystone_exceptions +from novaclient import client as novaclient +from novaclient import exceptions as novaclient_exceptions +from novaclient import utils as novaclient_utils + +from oslo_log import log as logging +from oslo_serialization import jsonutils + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.common import utils +from dcorch.engine import quota_manager +from dcorch.engine.sync_thread import SyncThread + +LOG = logging.getLogger(__name__) + + +class ComputeSyncThread(SyncThread): + """Manages tasks related to resource management for nova.""" + + def __init__(self, subcloud_engine): + super(ComputeSyncThread, self).__init__(subcloud_engine) + self.endpoint_type = consts.ENDPOINT_TYPE_COMPUTE + self.sync_handler_map = { + consts.RESOURCE_TYPE_COMPUTE_FLAVOR: self.sync_compute_resource, + consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: self.sync_compute_resource, + consts.RESOURCE_TYPE_COMPUTE_QUOTA_SET: self.sync_compute_resource, + consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + self.sync_compute_resource, + } + self.audit_resources = [ + consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + consts.RESOURCE_TYPE_COMPUTE_KEYPAIR, + # note: no audit here for quotas, that's handled separately + ] + self.log_extra = {"instance": "{}/{}: ".format( + self.subcloud_engine.subcloud.region_name, self.endpoint_type)} + self.sc_nova_client = None + self.initialize() + LOG.info("ComputeSyncThread initialized", extra=self.log_extra) + + def initialize_sc_clients(self): + super(ComputeSyncThread, self).initialize_sc_clients() + if (not self.sc_nova_client and self.sc_admin_session): + self.sc_nova_client = novaclient.Client( + '2.38', session=self.sc_admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=self.subcloud_engine.subcloud.region_name) + + def initialize(self): + # Subcloud may be enabled a while after being added. + # Keystone endpoints for the subcloud could be added in + # between these 2 steps. Reinitialize the session to + # get the most up-to-date service catalog. + super(ComputeSyncThread, self).initialize() + # todo: update version to 2.53 once on pike + self.m_nova_client = novaclient.Client( + '2.38', session=self.admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=consts.VIRTUAL_MASTER_CLOUD) + + self.initialize_sc_clients() + LOG.info("session and clients initialized", extra=self.log_extra) + + def sync_compute_resource(self, request, rsrc): + self.initialize_sc_clients() + # Invoke function with name format "operationtype_resourcetype". + # For example: create_flavor() + try: + func_name = request.orch_job.operation_type + \ + "_" + rsrc.resource_type + getattr(self, func_name)(request, rsrc) + except AttributeError: + LOG.error("{} not implemented for {}" + .format(request.orch_job.operation_type, + rsrc.resource_type)) + raise exceptions.SyncRequestFailed + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.error("sync_compute_resource: {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except exceptions.SyncRequestFailed: + raise + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + # ---- Override common audit functions ---- + def get_resource_id(self, resource_type, resource): + if hasattr(resource, 'master_id'): + # If resource from DB, return master resource id + # from master cloud + return resource.master_id + + # Else, it is OpenStack resource retrieved from master cloud + if resource_type == consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: + # User_id field is set in _info data by audit query code. + return utils.keypair_construct_id( + resource.id, resource._info['keypair']['user_id']) + if resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + # We only care about the default class. + return 'default' + + # Nothing special for other resources (flavor) + return resource.id + + def get_resource_info(self, resource_type, resource, operation_type=None): + if resource_type == consts.RESOURCE_TYPE_COMPUTE_FLAVOR: + return jsonutils.dumps(resource._info) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: + return jsonutils.dumps(resource._info.get('keypair')) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + return jsonutils.dumps(resource._info) + else: + return super(ComputeSyncThread, self).get_resource_info( + resource_type, resource, operation_type) + + def get_subcloud_resources(self, resource_type): + self.initialize_sc_clients() + if resource_type == consts.RESOURCE_TYPE_COMPUTE_FLAVOR: + return self.get_flavor_resources(self.sc_nova_client) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + return self.get_quota_class_resources(self.sc_nova_client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def get_master_resources(self, resource_type): + if resource_type == consts.RESOURCE_TYPE_COMPUTE_FLAVOR: + return self.get_flavor_resources(self.m_nova_client) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + return self.get_quota_class_resources(self.m_nova_client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def same_resource(self, resource_type, m_resource, sc_resource): + if resource_type == consts.RESOURCE_TYPE_COMPUTE_FLAVOR: + return self.same_flavor(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: + return self.same_keypair(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_COMPUTE_QUOTA_CLASS_SET: + return self.same_quota_class(m_resource, sc_resource) + else: + return True + + def audit_discrepancy(self, resource_type, m_resource, sc_resources): + if resource_type in [consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + consts.RESOURCE_TYPE_COMPUTE_KEYPAIR]: + # It could be that the flavor details are different + # between master cloud and subcloud now. + # Thus, delete the flavor before creating it again. + # Dependants (ex: flavor-access) will be created again. + self.schedule_work(self.endpoint_type, resource_type, + self.get_resource_id(resource_type, m_resource), + consts.OPERATION_TYPE_DELETE) + + # For quota classes there is no delete operation, so we just want + # to update the existing class. Nothing to do here. + + # Return true to try creating the resource again + return True + + # ---- Flavor & dependants (flavor-access, extra-spec) ---- + def create_flavor(self, request, rsrc): + flavor_dict = jsonutils.loads(request.orch_job.resource_info) + name = flavor_dict['name'] + ram = flavor_dict['ram'] + vcpus = flavor_dict['vcpus'] + disk = flavor_dict['disk'] + kwargs = {} + # id is always passed in by proxy + kwargs['flavorid'] = flavor_dict['id'] + if 'OS-FLV-EXT-DATA:ephemeral' in flavor_dict: + kwargs['ephemeral'] = flavor_dict['OS-FLV-EXT-DATA:ephemeral'] + if 'swap' in flavor_dict and flavor_dict['swap']: + kwargs['swap'] = flavor_dict['swap'] + if 'rxtx_factor' in flavor_dict: + kwargs['rxtx_factor'] = flavor_dict['rxtx_factor'] + if 'os-flavor-access:is_public' in flavor_dict: + kwargs['is_public'] = flavor_dict['os-flavor-access:is_public'] + + # todo: maybe we can bypass all the above and just directly call + # self.sc_nova_client.flavors._create("/flavors", body, "flavor") + # with "body" made from request.orch_job.resource_info. + newflavor = None + try: + newflavor = self.sc_nova_client.flavors.create( + name, ram, vcpus, disk, **kwargs) + except novaclient_exceptions.Conflict as e: + if "already exists" in e.message: + # FlavorExists or FlavorIdExists. + LOG.info("Flavor {} already exists in subcloud" + .format(name), extra=self.log_extra) + # Compare the flavor details and recreate flavor if required. + newflavor = self.recreate_flavor_if_reqd(name, ram, vcpus, + disk, kwargs) + else: + LOG.exception(e) + if not newflavor: + raise exceptions.SyncRequestFailed + + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, newflavor.id) + LOG.info("Flavor {}:{} [{}/{}] created" + .format(rsrc.id, subcloud_rsrc_id, name, newflavor.id), + extra=self.log_extra) + + def recreate_flavor_if_reqd(self, name, ram, vcpus, disk, kwargs): + # Both the flavor name and the flavor id must be unique. + # If the conflict is due to same name, but different uuid, + # we have to fetch the correct id from subcloud before + # attempting to delete it. + # Since the flavor details are available, compare with master cloud + # and recreate the flavor only if required. + newflavor = None + try: + master_flavor = self.m_nova_client.flavors.get(kwargs['flavorid']) + subcloud_flavor = None + sc_flavors = self.sc_nova_client.flavors.list(is_public=None) + for sc_flavor in sc_flavors: + # subcloud flavor might have the same name and/or the same id + if name == sc_flavor.name or \ + kwargs['flavorid'] == sc_flavor.id: + subcloud_flavor = sc_flavor + break + if master_flavor and subcloud_flavor: + if self.same_flavor(master_flavor, subcloud_flavor): + newflavor = subcloud_flavor + else: + LOG.info("recreate_flavor, deleting {}:{}".format( + subcloud_flavor.name, subcloud_flavor.id), + extra=self.log_extra) + self.sc_nova_client.flavors.delete(subcloud_flavor.id) + newflavor = self.sc_nova_client.flavors.create( + name, ram, vcpus, disk, **kwargs) + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailed + return newflavor + + def delete_flavor(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + try: + self.sc_nova_client.flavors.delete( + subcloud_rsrc.subcloud_resource_id) + except novaclient_exceptions.NotFound: + # Flavor already deleted in subcloud, carry on. + LOG.info("ResourceNotFound in subcloud, may be already deleted", + extra=self.log_extra) + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Flavor {}:{} [{}] deleted".format(rsrc.id, subcloud_rsrc.id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + + def action_flavor(self, request, rsrc): + action_dict = jsonutils.loads(request.orch_job.resource_info) + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + LOG.error("Subcloud resource missing for {}:{}" + .format(rsrc, action_dict), + extra=self.log_extra) + return + + switcher = { + consts.ACTION_ADDTENANTACCESS: self.add_tenant_access, + consts.ACTION_REMOVETENANTACCESS: self.remove_tenant_access, + consts.ACTION_EXTRASPECS_POST: self.set_extra_specs, + consts.ACTION_EXTRASPECS_DELETE: self.unset_extra_specs, + } + action = action_dict.keys()[0] + if action not in switcher.keys(): + LOG.error("Unsupported flavor action {}".format(action), + extra=self.log_extra) + return + LOG.info("Flavor action [{}]: {}".format(action, action_dict), + extra=self.log_extra) + switcher[action](rsrc, action, action_dict, subcloud_rsrc) + + def add_tenant_access(self, rsrc, action, action_dict, subcloud_rsrc): + tenant_id = action_dict[action]['tenant'] + try: + self.sc_nova_client.flavor_access.add_tenant_access( + subcloud_rsrc.subcloud_resource_id, tenant_id) + except novaclient_exceptions.Conflict: + LOG.info("Flavor-access already present {}:{}" + .format(rsrc, action_dict), + extra=self.log_extra) + + def remove_tenant_access(self, rsrc, action, action_dict, subcloud_rsrc): + tenant_id = action_dict[action]['tenant'] + try: + self.sc_nova_client.flavor_access.remove_tenant_access( + subcloud_rsrc.subcloud_resource_id, tenant_id) + except novaclient_exceptions.NotFound: + LOG.info("Flavor-access already deleted {}:{}" + .format(rsrc, action_dict), + extra=self.log_extra) + + def set_extra_specs(self, rsrc, action, action_dict, subcloud_rsrc): + flavor = novaclient_utils.find_resource( + self.sc_nova_client.flavors, + subcloud_rsrc.subcloud_resource_id, is_public=None) + flavor.set_keys(action_dict[action]) + # No need to handle "extra-spec already exists" case. + # Nova throws no exception for that. + + def unset_extra_specs(self, rsrc, action, action_dict, subcloud_rsrc): + flavor = novaclient_utils.find_resource( + self.sc_nova_client.flavors, + subcloud_rsrc.subcloud_resource_id, is_public=None) + + es_metadata = action_dict[action] + metadata = {} + # extra_spec keys passed in could be of format "key1" + # or "key1;key2;key3" + for metadatum in es_metadata.split(';'): + if metadatum: + metadata[metadatum] = None + + try: + flavor.unset_keys(metadata.keys()) + except novaclient_exceptions.NotFound: + LOG.info("Extra-spec {} not found {}:{}" + .format(metadata.keys(), rsrc, action_dict), + extra=self.log_extra) + + def get_flavor_resources(self, nc): + try: + flavors = nc.flavors.list(is_public=None) + for flavor in flavors: + # Attach flavor access list to flavor object, so that + # it can be audited later in audit_dependants() + if not flavor.is_public: + try: + fa_list = nc.flavor_access.list(flavor=flavor.id) + flavor.attach_fa = fa_list + except novaclient_exceptions.NotFound: + # flavor/flavor_access just got deleted + # (after flavors.list) + LOG.info("Flavor/flavor_access not found [{}]" + .format(flavor.id), + extra=self.log_extra) + flavor.attach_fa = [] + else: + flavor.attach_fa = [] + + # Attach extra_spec dict to flavor object, so that + # it can be audited later in audit_dependants() + flavor.attach_es = flavor.get_keys() + return flavors + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_flavor: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except Exception as e: + LOG.exception(e) + return None + + def same_flavor(self, f1, f2): + return (f1.name == f2.name and + f1.vcpus == f2.vcpus and + f1.ram == f2.ram and + f1.disk == f2.disk and + f1.swap == f2.swap and + f1.rxtx_factor == f2.rxtx_factor and + f1.is_public == f2.is_public and + f1.ephemeral == f2.ephemeral) + + def audit_dependants(self, resource_type, m_flavor, sc_flavor): + num_of_audit_jobs = 0 + if not self.subcloud_engine.is_enabled() or self.should_exit(): + return num_of_audit_jobs + if resource_type == consts.RESOURCE_TYPE_COMPUTE_FLAVOR: + num_of_audit_jobs += self.audit_flavor_access( + resource_type, m_flavor, sc_flavor) + num_of_audit_jobs += self.audit_extra_specs( + resource_type, m_flavor, sc_flavor) + return num_of_audit_jobs + + def audit_flavor_access(self, resource_type, m_flavor, sc_flavor): + num_of_audit_jobs = 0 + sc_fa_attachment = [] # Subcloud flavor-access attachment + if sc_flavor: + sc_fa_attachment = sc_flavor.attach_fa + + # Flavor-access needs to be audited. flavor-access details are + # filled in m_resources and sc_resources during query. + for m_fa in m_flavor.attach_fa: + found = False + for sc_fa in sc_fa_attachment: + if m_fa.tenant_id == sc_fa.tenant_id: + found = True + sc_flavor.attach_fa.remove(sc_fa) + break + if not found: + action_dict = { + consts.ACTION_ADDTENANTACCESS: {"tenant": m_fa.tenant_id}} + self.schedule_work( + self.endpoint_type, resource_type, m_flavor.id, + consts.OPERATION_TYPE_ACTION, + jsonutils.dumps(action_dict)) + num_of_audit_jobs += 1 + + for sc_fa in sc_fa_attachment: + action_dict = { + consts.ACTION_REMOVETENANTACCESS: {"tenant": sc_fa.tenant_id}} + self.schedule_work( + self.endpoint_type, resource_type, m_flavor.id, + consts.OPERATION_TYPE_ACTION, + jsonutils.dumps(action_dict)) + num_of_audit_jobs += 1 + + return num_of_audit_jobs + + def audit_extra_specs(self, resource_type, m_flavor, sc_flavor): + num_of_audit_jobs = 0 + sc_es_attachment = {} # Subcloud extra-spec attachment + if sc_flavor: + # sc_flavor could be None. + sc_es_attachment = sc_flavor.attach_es + + # Extra-spec needs to be audited. Extra-spec details are + # filled in m_resources and sc_resources during query. + metadata = {} + for m_key, m_value in m_flavor.attach_es.iteritems(): + found = False + for sc_key, sc_value in sc_es_attachment.iteritems(): + if m_key == sc_key and m_value == sc_value: + found = True + sc_es_attachment.pop(sc_key) + break + if not found: + metadata.update({m_key: m_value}) + if metadata: + action_dict = {consts.ACTION_EXTRASPECS_POST: metadata} + self.schedule_work( + self.endpoint_type, resource_type, m_flavor.id, + consts.OPERATION_TYPE_ACTION, jsonutils.dumps(action_dict)) + num_of_audit_jobs += 1 + + keys_to_delete = "" + for sc_key, sc_value in sc_es_attachment.iteritems(): + keys_to_delete += sc_key + ";" + if keys_to_delete: + action_dict = {consts.ACTION_EXTRASPECS_DELETE: keys_to_delete} + self.schedule_work( + self.endpoint_type, resource_type, m_flavor.id, + consts.OPERATION_TYPE_ACTION, jsonutils.dumps(action_dict)) + num_of_audit_jobs += 1 + + return num_of_audit_jobs + + # ---- Keypair resource ---- + def create_keypair(self, request, rsrc): + keypair_dict = jsonutils.loads(request.orch_job.resource_info) + name, user_id = utils.keypair_deconstruct_id(rsrc.master_id) + log_str = rsrc.master_id + ' ' + name + '/' + user_id + kwargs = {} + kwargs['user_id'] = user_id + if 'public_key' in keypair_dict: + kwargs['public_key'] = keypair_dict['public_key'] + if 'type' in keypair_dict: + kwargs['key_type'] = keypair_dict['type'] + log_str += "/" + kwargs['key_type'] + newkeypair = None + try: + newkeypair = self.sc_nova_client.keypairs.create(name, **kwargs) + except novaclient_exceptions.Conflict: + # KeyPairExists: keypair with same name already exists. + LOG.info("Keypair {} already exists in subcloud" + .format(log_str), extra=self.log_extra) + newkeypair = self.recreate_keypair(name, kwargs) + if not newkeypair: + raise exceptions.SyncRequestFailed + + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, rsrc.master_id) + LOG.info("Keypair {}:{} [{}] created".format(rsrc.id, + subcloud_rsrc_id, log_str), + extra=self.log_extra) + + def recreate_keypair(self, name, kwargs): + newkeypair = None + try: + # Not worth doing additional api calls to compare the + # master and subcloud keypairs. Delete and create again. + # This is different from recreate_flavor_if_reqd(). + # Here for keypair, name and user_id are already available + # and query api can be avoided. + delete_kw = {'user_id': kwargs['user_id']} + LOG.info("recreate_keypair, deleting {}:{}" + .format(name, delete_kw), + extra=self.log_extra) + self.sc_nova_client.keypairs.delete(name, **delete_kw) + newkeypair = self.sc_nova_client.keypairs.create( + name, **kwargs) + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailed + return newkeypair + + def delete_keypair(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + name, user_id = utils.keypair_deconstruct_id(rsrc.master_id) + log_str = subcloud_rsrc.subcloud_resource_id + ' ' + \ + name + '/' + user_id + kwargs = {} + kwargs['user_id'] = user_id + try: + self.sc_nova_client.keypairs.delete(name, **kwargs) + except novaclient_exceptions.NotFound: + # Keypair already deleted in subcloud, carry on. + LOG.info("Keypair {} not found in subcloud, may be already deleted" + .format(log_str), extra=self.log_extra) + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Keypair {}:{} [{}] deleted".format(rsrc.id, subcloud_rsrc.id, + log_str), extra=self.log_extra) + + def get_all_resources(self, resource_type): + if resource_type == consts.RESOURCE_TYPE_COMPUTE_KEYPAIR: + # Keypair has unique id (name) per user. And, there is no API to + # retrieve all keypairs at once. So, keypair for each user is + # retrieved individually. + try: + m_resources = [] + sc_resources = [] + users = self.ks_client.users.list() + users_with_kps = set() + for user in users: + user_keypairs = self.get_keypair_resources( + self.m_nova_client, user.id) + if user_keypairs: + m_resources.extend(user_keypairs) + users_with_kps.add(user.id) + db_resources = self.get_db_master_resources(resource_type) + # Query the subcloud for only the users-with-keypairs in the + # master cloud + for userid in users_with_kps: + sc_user_keypairs = self.get_keypair_resources( + self.sc_nova_client, userid) + if sc_user_keypairs: + sc_resources.extend(sc_user_keypairs) + LOG.info("get_all_resources: users_with_kps={}" + .format(users_with_kps), extra=self.log_extra) + return m_resources, db_resources, sc_resources + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_all_resources: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None, None, None + except Exception as e: + LOG.exception(e) + return None, None, None + else: + return super(ComputeSyncThread, self).get_all_resources( + resource_type) + + def get_keypair_resources(self, nc, user_id): + keypairs = nc.keypairs.list(user_id) + for keypair in keypairs: + keypair._info['keypair']['user_id'] = user_id + return keypairs + + def same_keypair(self, k1, k2): + return (k1.name == k2.name + and k1.type == k2.type + and k1.fingerprint == k2.fingerprint + and (k1._info['keypair']['user_id'] == + k2._info['keypair']['user_id']) + ) + + # ---- quota_set resource operations ---- + def put_compute_quota_set(self, request, rsrc): + project_id = request.orch_job.source_resource_id + + # Get the new global limits from the request. + quota_dict = jsonutils.loads(request.orch_job.resource_info) + + # Extract the user_id if there is one. + user_id = quota_dict.pop('user_id', None) + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Force the update in case existing usage is higher. + quota_dict['force'] = True + + # Apply the limits to the subcloud. + self.sc_nova_client.quotas.update(project_id, user_id=user_id, + **quota_dict) + # Persist the subcloud resource. (Not really applicable for quotas.) + self.persist_db_subcloud_resource(rsrc.id, rsrc.master_id) + LOG.info("Updated quotas {} for tenant {} and user {}" + .format(quota_dict, rsrc.master_id, user_id), + extra=self.log_extra) + + def delete_compute_quota_set(self, request, rsrc): + # There's tricky behaviour here, pay attention! + + # If you delete a quota-set for a tenant nova will automatically + # delete all tenant/user quota-sets within that tenant. + + # If we delete a tenant/user quota-set in the master then we want to + # delete it in the subcloud as well. Nothing more is needed. + # + # If we delete a tenant quota-set in the master then we want to delete + # it in the subcloud as well (to force deletion of all related + # tenant/user quota-sets. However, we then need to recalculate the + # quota-set for that tenant in all the subclouds based on the current + # usage and the default quotas. + + project_id = request.orch_job.source_resource_id + + # Get the request info from the request. + req_info = jsonutils.loads(request.orch_job.resource_info) + + # Extract the user_id if there is one. + user_id = req_info.pop('user_id', None) + + # Delete the quota set in the subcloud. If user_id is None this will + # also delete the quota-sets for all users within this project. + self.sc_nova_client.quotas.delete(project_id, user_id) + + # Clean up the subcloud resource entry in the DB. + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if subcloud_rsrc: + subcloud_rsrc.delete() + + # If we deleted a user/tenant quota-set we're done. + if user_id is not None: + return + + # If we deleted a tenant quota-set we need to recalculate the + # tenant quota-set in the subcloud based on the default quotas + # in the master cloud. + + # Get the new global quotas + quota_resource = self.m_nova_client.quotas.get(project_id) + quota_dict = quota_resource.to_dict() + + # Get rid of the "id" field before doing any calculations + quota_dict.pop('id', None) + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Force the update in case existing usage is higher. + quota_dict['force'] = True + + # Apply the limits to the subcloud. + self.sc_nova_client.quotas.update(project_id, user_id=user_id, + **quota_dict) + + # ---- quota_set resource operations ---- + def put_quota_class_set(self, request, rsrc): + # Only a class_id of "default" is meaningful to nova. + class_id = request.orch_job.source_resource_id + + # Get the new quota class limits from the request. + quota_dict = jsonutils.loads(request.orch_job.resource_info) + + # If this is coming from the audit we need to remove the "id" field. + quota_dict.pop('id', None) + + # Apply the new quota class limits to the subcloud. + self.sc_nova_client.quota_classes.update(class_id, **quota_dict) + + # Persist the subcloud resource. (Not really applicable for quotas.) + self.persist_db_subcloud_resource(rsrc.id, rsrc.master_id) + LOG.info("Updated quota classes {} for class {}" + .format(quota_dict, rsrc.master_id), + extra=self.log_extra) + + # This will only be called by the audit code. + def create_quota_class_set(self, request, rsrc): + self.put_quota_class_set(request, rsrc) + + def same_quota_class(self, qc1, qc2): + # The audit code will pass in QuotaClassSet objects, we need to + # convert them before comparing them. + return qc1.to_dict() == qc2.to_dict() + + def get_quota_class_resources(self, nc): + # We only care about the "default" class since it's the only one + # that actually affects nova. + try: + quota_class = nc.quota_classes.get('default') + return [quota_class] + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_quota_class: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except Exception as e: + LOG.exception(e) + return None diff --git a/dcorch/engine/sync_services/identity.py b/dcorch/engine/sync_services/identity.py new file mode 100644 index 000000000..6df77bbff --- /dev/null +++ b/dcorch/engine/sync_services/identity.py @@ -0,0 +1,862 @@ +# Copyright 2018 Wind River +# +# 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. + +import keyring + +from collections import namedtuple +from keystoneauth1 import exceptions as keystone_exceptions +from keystoneclient import client as keystoneclient + +from oslo_log import log as logging +from oslo_serialization import jsonutils + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.engine.sync_thread import SyncThread + +LOG = logging.getLogger(__name__) + + +class IdentitySyncThread(SyncThread): + """Manages tasks related to resource management for keystone.""" + + def __init__(self, subcloud_engine): + super(IdentitySyncThread, self).__init__(subcloud_engine) + self.endpoint_type = consts.ENDPOINT_TYPE_IDENTITY + self.sync_handler_map = { + consts.RESOURCE_TYPE_IDENTITY_USERS: + self.sync_identity_resource, + consts.RESOURCE_TYPE_IDENTITY_USERS_PASSWORD: + self.sync_identity_resource, + consts.RESOURCE_TYPE_IDENTITY_ROLES: + self.sync_identity_resource, + consts.RESOURCE_TYPE_IDENTITY_PROJECTS: + self.sync_identity_resource, + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS: + self.sync_identity_resource, + } + # Since services may use unscoped tokens, it is essential to ensure + # that users are replicated prior to assignment data (roles/projects) + self.audit_resources = [ + consts.RESOURCE_TYPE_IDENTITY_USERS, + consts.RESOURCE_TYPE_IDENTITY_ROLES, + consts.RESOURCE_TYPE_IDENTITY_PROJECTS, + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS + ] + + # For all the resource types, we need to filter out certain + # resources + self.filtered_audit_resources = { + consts.RESOURCE_TYPE_IDENTITY_USERS: + ['admin', 'mtce', 'heat_admin', + 'cinder' + self.subcloud_engine.subcloud.region_name], + consts.RESOURCE_TYPE_IDENTITY_ROLES: + ['heat_stack_owner', 'heat_stack_user', 'ResellerAdmin'], + consts.RESOURCE_TYPE_IDENTITY_PROJECTS: + ['admin', 'services'] + } + + self.log_extra = {"instance": "{}/{}: ".format( + self.subcloud_engine.subcloud.region_name, self.endpoint_type)} + self.sc_ks_client = None + self.initialize() + LOG.info("IdentitySyncThread initialized", extra=self.log_extra) + + def initialize_sc_clients(self): + super(IdentitySyncThread, self).initialize_sc_clients() + if (not self.sc_ks_client and self.sc_admin_session): + self.sc_ks_client = keystoneclient.Client( + session=self.sc_admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=self.subcloud_engine.subcloud.region_name) + + def initialize(self): + # Subcloud may be enabled a while after being added. + # Keystone endpoints for the subcloud could be added in + # between these 2 steps. Reinitialize the session to + # get the most up-to-date service catalog. + super(IdentitySyncThread, self).initialize() + + # We initialize a master version of the keystone client, and a + # subcloud specific version + self.m_ks_client = self.ks_client + + LOG.info("Identity session and clients initialized", + extra=self.log_extra) + + def sync_identity_resource(self, request, rsrc): + self.initialize_sc_clients() + # Invoke function with name format "operationtype_resourcetype" + # For example: post_users() + try: + # If this sync is triggered by an audit, then the default + # audit action is a CREATE instead of a POST Operation Type. + # We therefore recognize those triggers and convert them to + # POST operations + operation_type = request.orch_job.operation_type + rtype_role_assignments = \ + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS + if operation_type == consts.OPERATION_TYPE_CREATE: + if (rsrc.resource_type == rtype_role_assignments): + operation_type = consts.OPERATION_TYPE_PUT + else: + operation_type = consts.OPERATION_TYPE_POST + + func_name = operation_type + \ + "_" + rsrc.resource_type + getattr(self, func_name)(request, rsrc) + except AttributeError: + LOG.error("{} not implemented for {}" + .format(operation_type, + rsrc.resource_type)) + raise exceptions.SyncRequestFailed + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.error("sync_identity_resource: {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except exceptions.SyncRequestFailed: + raise + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def post_users(self, request, rsrc): + # Create this user on this subcloud + user_dict = jsonutils.loads(request.orch_job.resource_info) + if 'user' in user_dict.keys(): + user_dict = user_dict['user'] + + # (NOTE: knasim-wrs): If the user create request contains + # "default_project_id" or "domain_id" then we need to remove + # both these fields, since it is highly unlikely that these + # IDs would exist on the subcloud, i.e. the ID for the "services" + # project on subcloud-X will be different to the ID for the + # project on Central Region. + # These fields are optional anyways since a subsequent role + # assigment will give the same scoping + # + # If these do need to be synced in the future then + # procure the project / domain list for this subcloud first + # and use IDs from that. + user_dict.pop('default_project_id', None) + user_dict.pop('domain_id', None) + username = user_dict.pop('name', None) # compulsory + if not username: + LOG.error("Received user create request without required " + "'name' field", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + password = user_dict.pop('password', None) # compulsory + if not password: + # this user creation request may have been generated + # from the Identity Audit, in which case this password + # would not be present in the resource info. We will + # attempt to retrieve it from Keyring, failing which + # we cannot proceed. + + # TODO(knasim-wrs): Set Service as constant + password = keyring.get_password('CGCS', username) + if not password: + LOG.error("Received user create request without required " + "'password' field and cannot retrieve from " + "Keyring either", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + # Create the user in the subcloud + user_ref = self.sc_ks_client.users.create( + name=username, + domain=user_dict.pop('domain', None), + password=password, + email=user_dict.pop('email', None), + description=user_dict.pop('description', None), + enabled=user_dict.pop('enabled', True), + project=user_dict.pop('project', None), + default_project=user_dict.pop('default_project', None)) + + user_ref_id = user_ref.id + + # Persist the subcloud resource. + subcloud_rsrc_id = self.persist_db_subcloud_resource(rsrc.id, + user_ref_id) + LOG.info("Created Keystone user {}:{} [{}]" + .format(rsrc.id, subcloud_rsrc_id, username), + extra=self.log_extra) + + def post_users_password(self, request, rsrc): + # Update this user's password on this subcloud + user_dict = jsonutils.loads(request.orch_job.resource_info) + oldpw = user_dict.pop('original_password', None) + newpw = user_dict.pop('password', None) + if (not oldpw or not newpw): + LOG.error("Received users password change request without " + "required original password or new password field", + extra=self.log_extra) + raise exceptions.SyncRequestFailed + + # NOTE (knasim-wrs): We can only update the password of the ADMIN + # user, that is the one used to establish this subcloud session, + # since the default behavior within the keystone client is to + # take the user_id from within the client context (client.user_id) + + # user_id for this resource was passed in via URL and extracted + # into the resource_id + if (self.sc_ks_client.user_id == rsrc.id): + self.sc_ks_client.users.update_password(oldpw, newpw) + LOG.info("Updated password for user {}".format(rsrc.id), + extra=self.log_extra) + + else: + LOG.error("User {} requested a modification to its password. " + "Can only self-modify for user {}. Consider updating " + "the password for {} using the Admin user" + .format(rsrc.id, self.sc_ks_client.user_id, rsrc.id)) + raise exceptions.SyncRequestFailed + + def patch_users(self, request, rsrc): + # Update user reference on this subcloud + user_update_dict = jsonutils.loads(request.orch_job.resource_info) + if not user_update_dict.keys(): + LOG.error("Received user update request " + "without any update fields", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + user_update_dict = user_update_dict['user'] + user_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not user_subcloud_rsrc: + LOG.error("Unable to update user reference {}:{}, " + "cannot find equivalent Keystone user in subcloud." + .format(rsrc, user_update_dict), + extra=self.log_extra) + return + + # instead of stowing the entire user reference or + # retrieving it, we build an opaque wrapper for the + # v3 User Manager, containing the ID field which is + # needed to update this user reference + UserReferenceWrapper = namedtuple('UserReferenceWrapper', + 'id') + user_id = user_subcloud_rsrc.subcloud_resource_id + original_user_ref = UserReferenceWrapper(id=user_id) + + # Update the user in the subcloud + user_ref = self.sc_ks_client.users.update( + original_user_ref, + name=user_update_dict.pop('name', None), + domain=user_update_dict.pop('domain', None), + project=user_update_dict.pop('project', None), + password=user_update_dict.pop('password', None), + email=user_update_dict.pop('email', None), + description=user_update_dict.pop('description', None), + enabled=user_update_dict.pop('enabled', None), + default_project=user_update_dict.pop('default_project', None)) + + if (user_ref.id == user_id): + LOG.info("Updated Keystone user: {}:{}" + .format(rsrc.id, user_ref.id), extra=self.log_extra) + else: + LOG.error("Unable to update Keystone user {}:{} for subcloud" + .format(rsrc.id, user_id), extra=self.log_extra) + + def delete_users(self, request, rsrc): + # Delete user reference on this subcloud + user_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not user_subcloud_rsrc: + LOG.error("Unable to delete user reference {}, " + "cannot find equivalent Keystone user in subcloud." + .format(rsrc), extra=self.log_extra) + return + + # instead of stowing the entire user reference or + # retrieving it, we build an opaque wrapper for the + # v3 User Manager, containing the ID field which is + # needed to delete this user reference + UserReferenceWrapper = namedtuple('UserReferenceWrapper', + 'id') + user_id = user_subcloud_rsrc.subcloud_resource_id + original_user_ref = UserReferenceWrapper(id=user_id) + + # Delete the user in the subcloud + self.sc_ks_client.users.delete(original_user_ref) + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Keystone user {}:{} [{}] deleted" + .format(rsrc.id, user_subcloud_rsrc.id, + user_subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + user_subcloud_rsrc.delete() + + def post_projects(self, request, rsrc): + # Create this project on this subcloud + project_dict = jsonutils.loads(request.orch_job.resource_info) + if 'project' in project_dict.keys(): + project_dict = project_dict['project'] + + projectname = project_dict.pop('name', None) # compulsory + projectdomain = project_dict.pop('domain_id', 'default') # compulsory + if not projectname: + LOG.error("Received project create request without required " + "'name' field", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + # Create the project in the subcloud + project_ref = self.sc_ks_client.projects.create( + name=projectname, + domain=projectdomain, + description=project_dict.pop('description', None), + enabled=project_dict.pop('enabled', True), + parent=project_dict.pop('parent_id', None)) + + project_ref_id = project_ref.id + + # Persist the subcloud resource. + subcloud_rsrc_id = self.persist_db_subcloud_resource(rsrc.id, + project_ref_id) + LOG.info("Created Keystone project {}:{} [{}]" + .format(rsrc.id, subcloud_rsrc_id, projectname), + extra=self.log_extra) + + def patch_projects(self, request, rsrc): + # Update project on this subcloud + project_update_dict = jsonutils.loads(request.orch_job.resource_info) + if not project_update_dict.keys(): + LOG.error("Received project update request " + "without any update fields", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + project_update_dict = project_update_dict['project'] + project_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not project_subcloud_rsrc: + LOG.error("Unable to update project reference {}:{}, " + "cannot find equivalent Keystone project in subcloud." + .format(rsrc, project_update_dict), + extra=self.log_extra) + return + + # instead of stowing the entire project reference or + # retrieving it, we build an opaque wrapper for the + # v3 ProjectManager, containing the ID field which is + # needed to update this user reference + ProjectReferenceWrapper = namedtuple('ProjectReferenceWrapper', 'id') + proj_id = project_subcloud_rsrc.subcloud_resource_id + original_proj_ref = ProjectReferenceWrapper(id=proj_id) + + # Update the project in the subcloud + project_ref = self.sc_ks_client.projects.update( + original_proj_ref, + name=project_update_dict.pop('name', None), + domain=project_update_dict.pop('domain_id', None), + description=project_update_dict.pop('description', None), + enabled=project_update_dict.pop('enabled', None)) + + if (project_ref.id == proj_id): + LOG.info("Updated Keystone project: {}:{}" + .format(rsrc.id, project_ref.id), extra=self.log_extra) + else: + LOG.error("Unable to update Keystone project {}:{} for subcloud" + .format(rsrc.id, proj_id), extra=self.log_extra) + + def delete_projects(self, request, rsrc): + # Delete this project on this subcloud + + project_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not project_subcloud_rsrc: + LOG.error("Unable to delete project reference {}, " + "cannot find equivalent Keystone project in subcloud." + .format(rsrc), extra=self.log_extra) + return + + # instead of stowing the entire project reference or + # retrieving it, we build an opaque wrapper for the + # v3 ProjectManager, containing the ID field which is + # needed to delete this project reference + ProjectReferenceWrapper = namedtuple('ProjectReferenceWrapper', 'id') + proj_id = project_subcloud_rsrc.subcloud_resource_id + original_proj_ref = ProjectReferenceWrapper(id=proj_id) + + # Delete the project in the subcloud + self.sc_ks_client.projects.delete(original_proj_ref) + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Keystone project {}:{} [{}] deleted" + .format(rsrc.id, project_subcloud_rsrc.id, + project_subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + project_subcloud_rsrc.delete() + + def post_roles(self, request, rsrc): + # Create this role on this subcloud + role_dict = jsonutils.loads(request.orch_job.resource_info) + if 'role' in role_dict.keys(): + role_dict = role_dict['role'] + + rolename = role_dict.pop('name', None) # compulsory + if not rolename: + LOG.error("Received role create request without required " + "'name' field", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + # Create the role in the subcloud + role_ref = self.sc_ks_client.roles.create( + name=rolename, + domain=role_dict.pop('domain_id', None)) + + role_ref_id = role_ref.id + + # Persist the subcloud resource. + subcloud_rsrc_id = self.persist_db_subcloud_resource(rsrc.id, + role_ref_id) + LOG.info("Created Keystone role {}:{} [{}]" + .format(rsrc.id, subcloud_rsrc_id, rolename), + extra=self.log_extra) + + def patch_roles(self, request, rsrc): + # Update this role on this subcloud + role_update_dict = jsonutils.loads(request.orch_job.resource_info) + if not role_update_dict.keys(): + LOG.error("Received role update request " + "without any update fields", extra=self.log_extra) + raise exceptions.SyncRequestFailed + + role_update_dict = role_update_dict['role'] + role_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not role_subcloud_rsrc: + LOG.error("Unable to update role reference {}:{}, " + "cannot find equivalent Keystone role in subcloud." + .format(rsrc, role_update_dict), + extra=self.log_extra) + return + + # instead of stowing the entire role reference or + # retrieving it, we build an opaque wrapper for the + # v3 RoleManager, containing the ID field which is + # needed to update this user reference + RoleReferenceWrapper = namedtuple('RoleReferenceWrapper', 'id') + role_id = role_subcloud_rsrc.subcloud_resource_id + original_role_ref = RoleReferenceWrapper(id=role_id) + + # Update the role in the subcloud + role_ref = self.sc_ks_client.roles.update( + original_role_ref, + name=role_update_dict.pop('name', None)) + + if (role_ref.id == role_id): + LOG.info("Updated Keystone role: {}:{}" + .format(rsrc.id, role_ref.id), extra=self.log_extra) + else: + LOG.error("Unable to update Keystone role {}:{} for subcloud" + .format(rsrc.id, role_id), extra=self.log_extra) + + def delete_roles(self, request, rsrc): + # Delete this role on this subcloud + + role_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not role_subcloud_rsrc: + LOG.error("Unable to delete role reference {}, " + "cannot find equivalent Keystone role in subcloud." + .format(rsrc), extra=self.log_extra) + return + + # instead of stowing the entire role reference or + # retrieving it, we build an opaque wrapper for the + # v3 RoleManager, containing the ID field which is + # needed to delete this role reference + RoleReferenceWrapper = namedtuple('RoleReferenceWrapper', 'id') + role_id = role_subcloud_rsrc.subcloud_resource_id + original_role_ref = RoleReferenceWrapper(id=role_id) + + # Delete the role in the subcloud + self.sc_ks_client.projects.delete(original_role_ref) + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Keystone project {}:{} [{}] deleted" + .format(rsrc.id, role_subcloud_rsrc.id, + role_subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + role_subcloud_rsrc.delete() + + def put_project_role_assignments(self, request, rsrc): + # Assign this role to user on project on this subcloud + resource_tags = rsrc.master_id.split('_') + if len(resource_tags) < 3: + LOG.error("Malformed resource tag {} expected to be in " + "format: ProjectID_UserID_RoleID." + .format(rsrc.id), extra=self.log_extra) + raise exceptions.SyncRequestFailed + + project_id = resource_tags[0] + user_id = resource_tags[1] + role_id = resource_tags[2] + + project_name = self.m_ks_client.projects.get(project_id).name + user_name = self.m_ks_client.users.get(user_id).name + role_name = self.m_ks_client.roles.get(role_id).name + + # Ensure that we have already synced the project, user and role + # prior to syncing the assignment + sc_role = None + sc_role_list = self.sc_ks_client.roles.list() + for role in sc_role_list: + if role.name == role_name: + sc_role = role + break + if not sc_role: + LOG.error("Unable to assign role to user on project reference {}:" + "{}, cannot find equivalent Keystone Role in subcloud." + .format(rsrc, role_name), + extra=self.log_extra) + raise exceptions.SyncRequestFailed + + sc_proj = None + sc_proj_list = self.sc_ks_client.projects.list() + for proj in sc_proj_list: + if proj.name == project_name: + sc_proj = proj + break + if not sc_proj: + LOG.error("Unable to assign role to user on project reference {}:" + "{}, cannot find equivalent Keystone Project in subcloud" + .format(rsrc, project_name), + extra=self.log_extra) + raise exceptions.SyncRequestFailed + + sc_user = None + sc_user_list = self.sc_ks_client.users.list() + for user in sc_user_list: + if user.name == user_name: + sc_user = user + break + if not sc_user: + LOG.error("Unable to assign role to user on project reference {}:" + "{}, cannot find equivalent Keystone User in subcloud." + .format(rsrc, user_name), + extra=self.log_extra) + raise exceptions.SyncRequestFailed + + # Create role assignment + self.sc_ks_client.roles.grant( + sc_role, + user=sc_user, + project=sc_proj) + role_ref = self.sc_ks_client.role_assignments.list( + user=sc_user, + project=sc_proj, + role=sc_role) + + if role_ref: + LOG.info("Added Keystone role assignment: {}:{}" + .format(rsrc.id, role_ref), extra=self.log_extra) + # Persist the subcloud resource. + sc_rid = sc_proj.id + '_' + sc_user.id + '_' + sc_role.id + subcloud_rsrc_id = self.persist_db_subcloud_resource(rsrc.id, + sc_rid) + LOG.info("Created Keystone role assignment {}:{} [{}]" + .format(rsrc.id, subcloud_rsrc_id, sc_rid), + extra=self.log_extra) + else: + LOG.error("Unable to update Keystone role assignment {}:{} " + .format(rsrc.id, sc_role), extra=self.log_extra) + + def delete_project_role_assignments(self, request, rsrc): + # Revoke this role for user on project on this subcloud + + # Ensure that we have already synced the project, user and role + # prior to syncing the assignment + assignment_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not assignment_subcloud_rsrc: + LOG.error("Unable to delete assignment {}, " + "cannot find Keystone Role Assignment in subcloud." + .format(rsrc), extra=self.log_extra) + return + + # resource_id is in format: + # projectId_userId_roleId + subcloud_rid = assignment_subcloud_rsrc.subcloud_resource_id + resource_tags = subcloud_rid.split('_') + if len(resource_tags) < 3: + LOG.error("Malformed subcloud resource tag {} expected to be in " + "format: ProjectID_UserID_RoleID." + .format(assignment_subcloud_rsrc), extra=self.log_extra) + assignment_subcloud_rsrc.delete() + return + + project_id = resource_tags[0] + user_id = resource_tags[1] + role_id = resource_tags[2] + + # Revoke role assignment + self.sc_ks_client.roles.revoke( + role_id, + user=user_id, + project=project_id) + + role_ref = self.sc_ks_client.role_assignments.list( + user=user_id, + project=project_id, + role=role_id) + + if (not role_ref): + LOG.info("Deleted Keystone role assignment: {}:{}" + .format(rsrc.id, assignment_subcloud_rsrc), + extra=self.log_extra) + else: + LOG.error("Unable to delete Keystone role assignment {}:{} " + .format(rsrc.id, role_id), extra=self.log_extra) + assignment_subcloud_rsrc.delete() + + # ---- Override common audit functions ---- + + def _get_resource_audit_handler(self, resource_type, client): + if resource_type == consts.RESOURCE_TYPE_IDENTITY_USERS: + return self._get_users_resource(client) + elif resource_type == consts.RESOURCE_TYPE_IDENTITY_ROLES: + return self._get_roles_resource(client) + elif resource_type == consts.RESOURCE_TYPE_IDENTITY_PROJECTS: + return self._get_projects_resource(client) + elif (resource_type == + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS): + return self._get_assignments_resource(client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def _get_users_resource(self, client): + try: + users = client.users.list() + # NOTE (knasim-wrs): We need to filter out services users, + # as some of these users may be for optional services + # (such as Magnum, Murano etc) which will be picked up by + # the Sync Audit and created on subclouds, later when these + # optional services are enabled on the subcloud + services = client.services.list() + filtered_list = self.filtered_audit_resources[ + consts.RESOURCE_TYPE_IDENTITY_USERS] + + filtered_users = [user for user in users if + (all(user.name != service.name for + service in services) and + all(user.name != filtered for + filtered in filtered_list))] + return filtered_users + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("User Audit: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + return None + except Exception as e: + LOG.exception(e) + return None + + def _get_roles_resource(self, client): + try: + roles = client.roles.list() + # Filter out system roles + filtered_list = self.filtered_audit_resources[ + consts.RESOURCE_TYPE_IDENTITY_ROLES] + + filtered_roles = [role for role in roles if + (all(role.name != filtered for + filtered in filtered_list))] + return filtered_roles + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("Role Audit: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + return None + except Exception as e: + LOG.exception(e) + return None + + def _get_projects_resource(self, client): + try: + projects = client.projects.list() + # Filter out admin or services projects + filtered_list = self.filtered_audit_resources[ + consts.RESOURCE_TYPE_IDENTITY_PROJECTS] + + filtered_projects = [project for project in projects if + all(project.name != filtered for + filtered in filtered_list)] + return filtered_projects + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("Project Audit: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + return None + except Exception as e: + LOG.exception(e) + return None + + def _get_assignments_resource(self, client): + try: + refactored_assignments = [] + # An assignment will only contain scope information, + # i.e. the IDs for the Role, the User and the Project. + # We need to furnish additional information such a + # role, project and user names + assignments = client.role_assignments.list() + roles = self._get_roles_resource(client) + projects = self._get_projects_resource(client) + users = self._get_users_resource(client) + for assignment in assignments: + if 'project' not in assignment.scope: + # this is a domain scoped role, we don't care + # about syncing or auditing them for now + continue + role_id = assignment.role['id'] + user_id = assignment.user['id'] + project_id = assignment.scope['project']['id'] + assignment_dict = {} + + for user in users: + if user.id == user_id: + assignment_dict['user'] = user + break + else: + continue + + for role in roles: + if role.id == role_id: + assignment_dict['role'] = role + break + else: + continue + + for project in projects: + if project.id == project_id: + assignment_dict['project'] = project + break + else: + continue + + # The id of a Role Assigment is: + # projectID_userID_roleID + assignment_dict['id'] = "{}_{}_{}".format( + project_id, user_id, role_id) + + # Build an opaque object wrapper for this RoleAssignment + refactored_assignment = namedtuple( + 'RoleAssignmentWrapper', + assignment_dict.keys())(*assignment_dict.values()) + refactored_assignments.append(refactored_assignment) + + return refactored_assignments + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("Assignment Audit: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + return None + except Exception as e: + LOG.exception(e) + return None + + def _same_identity_resource(self, m, sc): + LOG.debug("master={}, subcloud={}".format(m, sc), + extra=self.log_extra) + # Any Keystone resource can be system wide or domain scoped, + # If the domains are different then these resources + # are instantly unique since the same resource name can be + # mapped in different domains + return (m.name == sc.name and + m.domain_id == sc.domain_id) + + def _same_assignment_resource(self, m, sc): + LOG.debug("same_assignment master={}, subcloud={}".format(m, sc), + extra=self.log_extra) + # For an assignment to be the same, all 3 of its role, project and + # user information must match up + is_same = (self._same_identity_resource(m.user, sc.user) and + self._same_identity_resource(m.role, sc.role) and + self._same_identity_resource(m.project, sc.project)) + return is_same + + def get_master_resources(self, resource_type): + return self._get_resource_audit_handler(resource_type, + self.m_ks_client) + + def get_subcloud_resources(self, resource_type): + self.initialize_sc_clients() + return self._get_resource_audit_handler(resource_type, + self.sc_ks_client) + + def same_resource(self, resource_type, m_resource, sc_resource): + if (resource_type == + consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS): + return self._same_assignment_resource(m_resource, sc_resource) + else: + return self._same_identity_resource(m_resource, sc_resource) + + def get_resource_id(self, resource_type, resource): + if hasattr(resource, 'master_id'): + # If resource from DB, return master resource id + # from master cloud + return resource.master_id + + # Else, it is OpenStack resource retrieved from master cloud + return resource.id + + def get_resource_info(self, resource_type, + resource, operation_type=None): + rtype = consts.RESOURCE_TYPE_IDENTITY_PROJECT_ROLE_ASSIGNMENTS + if (operation_type == consts.OPERATION_TYPE_CREATE and + resource_type != rtype): + # With the exception of role assignments, for all create + # requests the resource_info needs to be extracted + # from the master resource + return jsonutils.dumps(resource._info) + else: + super(IdentitySyncThread, self).get_resource_info( + resource_type, resource, operation_type) + + def audit_discrepancy(self, resource_type, m_resource, sc_resources): + # It could be that the details are different + # between master cloud and subcloud now. + # Thus, delete the resource before creating it again. + self.schedule_work(self.endpoint_type, resource_type, + self.get_resource_id(resource_type, m_resource), + consts.OPERATION_TYPE_DELETE) + # Return true to try creating the resource again + return True + + def map_subcloud_resource(self, resource_type, m_r, m_rsrc_db, + sc_resources): + # Map an existing subcloud resource to an existing master resource. + # If a mapping is created the function should return True. + + # Need to do this for all Identity resources (users, roles, projects) + # as common resources would be created by application of the Puppet + # manifest on the Subclouds and the Central Region should not try + # to create these on the subclouds + for sc_r in sc_resources: + if self.same_resource(resource_type, m_r, sc_r): + LOG.info( + "Mapping resource {} to existing subcloud resource {}" + .format(m_r, sc_r), extra=self.log_extra) + self.persist_db_subcloud_resource(m_rsrc_db.id, + self.get_resource_id( + resource_type, + sc_r)) + return True + return False diff --git a/dcorch/engine/sync_services/network.py b/dcorch/engine/sync_services/network.py new file mode 100644 index 000000000..8e22d21d1 --- /dev/null +++ b/dcorch/engine/sync_services/network.py @@ -0,0 +1,486 @@ +# Copyright 2017-2018 Wind River +# +# 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. + +from keystoneauth1 import exceptions as keystone_exceptions +from neutronclient.common import exceptions as neutronclient_exceptions +from neutronclient.neutron import client as neutronclient + +from oslo_log import log as logging +from oslo_serialization import jsonutils + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.engine import quota_manager +from dcorch.engine.sync_thread import SyncThread +from dcorch.objects import resource + +LOG = logging.getLogger(__name__) + + +class NetworkSyncThread(SyncThread): + """Manages tasks related to resource management for neutron.""" + + def __init__(self, subcloud_engine): + super(NetworkSyncThread, self).__init__(subcloud_engine) + self.endpoint_type = consts.ENDPOINT_TYPE_NETWORK + self.sync_handler_map = { + consts.RESOURCE_TYPE_NETWORK_QUOTA_SET: self.sync_network_resource, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: + self.sync_network_resource, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + self.sync_network_resource, + } + # Security group needs to come before security group rule to ensure + # that the group exists by the time we try to create the rules. + self.audit_resources = [ + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE, + # note: no audit here for quotas, that's handled separately + ] + self.log_extra = {"instance": "{}/{}: ".format( + self.subcloud_engine.subcloud.region_name, self.endpoint_type)} + self.sc_neutron_client = None + self.initialize() + LOG.info("NetworkSyncThread initialized", extra=self.log_extra) + + def initialize_sc_clients(self): + super(NetworkSyncThread, self).initialize_sc_clients() + if (not self.sc_neutron_client and self.sc_admin_session): + self.sc_neutron_client = neutronclient.Client( + "2.0", session=self.sc_admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=self.subcloud_engine.subcloud.region_name) + + def initialize(self): + # Subcloud may be enabled a while after being added. + # Keystone endpoints for the subcloud could be added in + # between these 2 steps. Reinitialize the session to + # get the most up-to-date service catalog. + super(NetworkSyncThread, self).initialize() + self.m_neutron_client = neutronclient.Client( + "2.0", session=self.admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=consts.VIRTUAL_MASTER_CLOUD) + + self.initialize_sc_clients() + LOG.info("session and clients initialized", extra=self.log_extra) + + def sync_network_resource(self, request, rsrc): + self.initialize_sc_clients() + # Invoke function with name format "operationtype_resourcetype". + # For example: create_flavor() + try: + func_name = request.orch_job.operation_type + \ + "_" + rsrc.resource_type + getattr(self, func_name)(request, rsrc) + except AttributeError: + LOG.error("{} not implemented for {}" + .format(request.orch_job.operation_type, + rsrc.resource_type)) + raise exceptions.SyncRequestFailed + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.error("sync_network_resource: {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except exceptions.SyncRequestFailed: + raise + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def put_network_quota_set(self, request, rsrc): + project_id = request.orch_job.source_resource_id + + # Get the new global limits from the request. + quota_dict = jsonutils.loads(request.orch_job.resource_info) + + # Neutron doesn't do user-specific quotas + user_id = None + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Apply the limits to the subcloud. + self.sc_neutron_client.update_quota(project_id, {"quota": quota_dict}) + + # Persist the subcloud resource. (Not really applicable for quotas.) + self.persist_db_subcloud_resource(rsrc.id, rsrc.master_id) + LOG.info("Updated quotas {} for tenant {} and user {}" + .format(quota_dict, rsrc.master_id, user_id), + extra=self.log_extra) + + def delete_network_quota_set(self, request, rsrc): + # When deleting the quota-set in the master cloud, we don't actually + # delete it in the subcloud. Instead we recalculate the subcloud + # quotas based on the defaults in the master cloud. + project_id = request.orch_job.source_resource_id + user_id = None + + # Get the new master quotas + quota_dict = self.m_neutron_client.show_quota(project_id)['quota'] + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Apply the limits to the subcloud. + self.sc_neutron_client.update_quota(project_id, {"quota": quota_dict}) + + # Clean up the subcloud resource entry in the DB since it's been + # deleted in the master cloud. + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if subcloud_rsrc: + subcloud_rsrc.delete() + + def post_security_group(self, request, rsrc): + sec_group_dict = jsonutils.loads(request.orch_job.resource_info) + body = {"security_group": sec_group_dict} + + # Create the security group in the subcloud + sec_group = self.sc_neutron_client.create_security_group(body) + sec_group_id = sec_group['security_group']['id'] + + # Persist the subcloud resource. + subcloud_rsrc_id = self.persist_db_subcloud_resource(rsrc.id, + sec_group_id) + LOG.info("Created security group {}:{} [{}]" + .format(rsrc.id, subcloud_rsrc_id, sec_group_dict['name']), + extra=self.log_extra) + + def put_security_group(self, request, rsrc): + sec_group_dict = jsonutils.loads(request.orch_job.resource_info) + body = {"security_group": sec_group_dict} + + sec_group_subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not sec_group_subcloud_rsrc: + LOG.error("Unable to update security group {}:{}," + "cannot find equivalent security group in subcloud." + .format(rsrc, sec_group_dict), + extra=self.log_extra) + return + + # Update the security group in the subcloud + sec_group = self.sc_neutron_client.update_security_group( + sec_group_subcloud_rsrc.subcloud_resource_id, body) + sec_group = sec_group['security_group'] + + LOG.info("Updated security group: {}:{} [{}]" + .format(rsrc.id, sec_group['id'], sec_group['name']), + extra=self.log_extra) + + def delete_security_group(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + try: + self.sc_neutron_client.delete_security_group( + subcloud_rsrc.subcloud_resource_id) + except neutronclient_exceptions.NotFound: + # security group already deleted in subcloud, carry on. + LOG.info("ResourceNotFound in subcloud, may be already deleted", + extra=self.log_extra) + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Security group {}:{} [{}] deleted" + .format(rsrc.id, subcloud_rsrc.id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + + def post_security_group_rule(self, request, rsrc): + sec_group_rule_dict = jsonutils.loads(request.orch_job.resource_info) + + # Any fields with values of "None" are removed since they are defaults + # and we can't send them to Neutron. + for key in sec_group_rule_dict.keys(): + if sec_group_rule_dict[key] is None: + del sec_group_rule_dict[key] + + try: + sec_group_rule_dict = self.update_resource_refs( + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE, + sec_group_rule_dict) + except exceptions.SubcloudResourceNotFound: + # If we couldn't find the equivalent internal resource refs, + # we don't know what to create in the subcloud. + raise exceptions.SyncRequestFailed + + body = {"security_group_rule": sec_group_rule_dict} + + # Create the security group in the subcloud + try: + rule = self.sc_neutron_client.create_security_group_rule(body) + rule_id = rule['security_group_rule']['id'] + except neutronclient.common.exceptions.Conflict: + # This can happen if we try to create a rule that is already there. + # If this happens, we'll update our mapping on the next audit. + LOG.info("Problem creating security group rule {}, neutron says" + "it's a duplicate.".format(sec_group_rule_dict)) + # No point in retrying. + raise exceptions.SyncRequestFailed + + # Persist the subcloud resource. + self.persist_db_subcloud_resource(rsrc.id, rule_id) + LOG.info("Created security group rule {}:{}" + .format(rsrc.id, rule_id), + extra=self.log_extra) + + def delete_security_group_rule(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + try: + self.sc_neutron_client.delete_security_group_rule( + subcloud_rsrc.subcloud_resource_id) + except neutronclient_exceptions.NotFound: + # security group rule already deleted in subcloud, carry on. + LOG.info("ResourceNotFound in subcloud, may be already deleted", + extra=self.log_extra) + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("Security group rule {}:{} [{}] deleted" + .format(rsrc.id, subcloud_rsrc.id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + + # ---- Override common audit functions ---- + + def get_resource_id(self, resource_type, resource): + if hasattr(resource, 'master_id'): + # If resource from DB, return master resource id + # from master cloud + return resource.master_id + + # Else, it is OpenStack resource retrieved from master cloud + if resource_type in (consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE): + return resource['id'] + + def get_resource_info(self, resource_type, resource, operation_type=None): + if resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: + if isinstance(resource, dict): + tmp = resource.copy() + del tmp['id'] + return jsonutils.dumps(tmp) + else: + return jsonutils.dumps( + resource._info.get( + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP)) + elif resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + if isinstance(resource, dict): + tmp = resource.copy() + del tmp['id'] + return jsonutils.dumps(tmp) + else: + return jsonutils.dumps(resource._info.get( + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE)) + else: + return super(NetworkSyncThread, self).get_resource_info( + resource_type, resource, operation_type) + + def get_resources(self, resource_type, client): + if resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: + return self.get_security_groups(client) + elif resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + return self.get_security_group_rules(client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def get_subcloud_resources(self, resource_type): + self.initialize_sc_clients() + return self.get_resources(resource_type, self.sc_neutron_client) + + def get_master_resources(self, resource_type): + return self.get_resources(resource_type, self.m_neutron_client) + + def same_resource(self, resource_type, m_resource, sc_resource): + if resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP: + return self.same_security_group(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + return self.same_security_group_rule(m_resource, sc_resource) + else: + return True + + def audit_discrepancy(self, resource_type, m_resource, sc_resources): + if resource_type in [consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE]: + # It could be that the group/rule details are different + # between master cloud and subcloud now. + # Thus, delete the resource before creating it again. + self.schedule_work(self.endpoint_type, resource_type, + self.get_resource_id(resource_type, m_resource), + consts.OPERATION_TYPE_DELETE) + # Return true to try creating the resource again + return True + + def map_subcloud_resource(self, resource_type, m_r, m_rsrc_db, + sc_resources): + # Map an existing subcloud resource to an existing master resource. + # If a mapping is created the function should return True. + # It is expected that update_resource_refs() has been called on m_r. + + # Used for security groups since there are a couple of default + # groups (and rules) that get created in the subcloud. + if resource_type in (consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE): + + for sc_r in sc_resources: + if self.same_resource(resource_type, m_r, sc_r): + LOG.info( + "Mapping resource {} to existing subcloud resource {}" + .format(m_r, sc_r), extra=self.log_extra) + self.persist_db_subcloud_resource(m_rsrc_db.id, + sc_r['id']) + return True + return False + + def update_resource_refs(self, resource_type, m_r): + # Update any references in m_r to other resources in the master cloud + # to use the equivalent subcloud resource instead. + m_r = m_r.copy() + if resource_type == consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP_RULE: + + if m_r.get('security_group_id') is not None: + # If the security group id is in the dict then it is for the + # master region, and we need to update it with the equivalent + # id from the subcloud. + master_sec_group_id = m_r['security_group_id'] + sec_group_rsrc = resource.Resource.get_by_type_and_master_id( + self.ctxt, consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + master_sec_group_id) + sec_group_subcloud_rsrc = self.get_db_subcloud_resource( + sec_group_rsrc.id) + if sec_group_subcloud_rsrc: + m_r['security_group_id'] = \ + sec_group_subcloud_rsrc.subcloud_resource_id + else: + LOG.error( + "Unable to update security group id in {}," + "cannot find equivalent security group in subcloud." + .format(m_r), extra=self.log_extra) + raise exceptions.SubcloudResourceNotFound( + resource=sec_group_rsrc.id) + + if m_r.get('remote_group_id') is not None: + # If the remote group id is in the dict then it is for the + # master region, and we need to update it with the equivalent + # id from the subcloud. + master_remote_group_id = m_r['remote_group_id'] + remote_group_rsrc = \ + resource.Resource.get_by_type_and_master_id( + self.ctxt, consts.RESOURCE_TYPE_NETWORK_SECURITY_GROUP, + master_remote_group_id) + remote_group_subcloud_rsrc = self.get_db_subcloud_resource( + remote_group_rsrc.id) + if remote_group_subcloud_rsrc: + m_r['remote_group_id'] = \ + remote_group_subcloud_rsrc.subcloud_resource_id + else: + LOG.error( + "Unable to update remote group id in {}," + "cannot find equivalent remote group in subcloud." + .format(m_r), extra=self.log_extra) + raise exceptions.SubcloudResourceNotFound( + resource=sec_group_rsrc.id) + return m_r + + # This will only be called by the audit code. + def create_security_group(self, request, rsrc): + self.post_security_group(request, rsrc) + + # This will only be called by the audit code. + def create_security_group_rule(self, request, rsrc): + self.post_security_group_rule(request, rsrc) + + def same_security_group(self, qc1, qc2): + return (qc1['description'] == qc2['description'] and + qc1['tenant_id'] == qc2['tenant_id'] and + qc1['name'] == qc2['name']) + + def same_security_group_rule(self, qc1, qc2): + # Ignore id, created_at, updated_at, and revision_number + return (qc1['description'] == qc2['description'] and + qc1['tenant_id'] == qc2['tenant_id'] and + qc1['project_id'] == qc2['project_id'] and + qc1['direction'] == qc2['direction'] and + qc1['protocol'] == qc2['protocol'] and + qc1['ethertype'] == qc2['ethertype'] and + qc1['remote_group_id'] == qc2['remote_group_id'] and + qc1['security_group_id'] == qc2['security_group_id'] and + qc1['remote_ip_prefix'] == qc2['remote_ip_prefix'] and + qc1['port_range_min'] == qc2['port_range_min'] and + qc1['port_range_max'] == qc2['port_range_max']) + + def get_security_groups(self, nc): + try: + # Only retrieve the info we care about. + # created_at, updated_at, and revision_number can't be specified + # when making a new group. tags would require special handling, + # and security_group_rules is handled separately. + groups = nc.list_security_groups( + retrieve_all=True, + fields=['id', 'name', 'description', 'tenant_id']) + groups = groups['security_groups'] + return groups + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_flavor: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_security_group_rules(self, nc): + try: + rules = nc.list_security_group_rules(retrieve_all=True) + rules = rules['security_group_rules'] + for rule in rules: + # We don't need these for comparing/creating security groups + # and/or they're not allowed in POST calls. + del rule['created_at'] + del rule['updated_at'] + del rule['revision_number'] + # These would have to be handled separately, not yet supported. + rule.pop('tags', None) + # Some rules have a blank description as an empty string, some + # as None, depending on whether they were auto-created during + # security group creation or added later. Convert the empty + # strings to None. + if rule['description'] == '': + rule['description'] = None + return rules + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_flavor: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except Exception as e: + LOG.exception(e) + return None diff --git a/dcorch/engine/sync_services/sysinv.py b/dcorch/engine/sync_services/sysinv.py new file mode 100644 index 000000000..31f86d1ab --- /dev/null +++ b/dcorch/engine/sync_services/sysinv.py @@ -0,0 +1,1263 @@ +# Copyright 2017-2018 Wind River +# +# 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. + +from keystoneauth1 import exceptions as keystone_exceptions +from requests_toolbelt import MultipartDecoder + +from oslo_log import log as logging +from oslo_serialization import jsonutils + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.drivers.openstack import sdk_platform as sdk + +from dcorch.engine.sync_thread import AUDIT_RESOURCE_MISSING +from dcorch.engine.sync_thread import SyncThread + +LOG = logging.getLogger(__name__) + + +class SysinvSyncThread(SyncThread): + """Manages tasks related to distributed cloud orchestration for sysinv.""" + + SYSINV_MODIFY_RESOURCES = [consts.RESOURCE_TYPE_SYSINV_DNS, + consts.RESOURCE_TYPE_SYSINV_NTP, + consts.RESOURCE_TYPE_SYSINV_PTP, + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING, + consts.RESOURCE_TYPE_SYSINV_USER, + ] + + SYSINV_ADD_DELETE_RESOURCES = [consts.RESOURCE_TYPE_SYSINV_SNMP_COMM, + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST] + + SYSINV_CREATE_RESOURCES = [consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES, + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE] + + FIREWALL_SIG_NULL = 'NoCustomFirewallRules' + CERTIFICATE_SIG_NULL = 'NoCertificate' + RESOURCE_UUID_NULL = 'NoResourceUUID' + + def __init__(self, subcloud_engine): + super(SysinvSyncThread, self).__init__(subcloud_engine) + + self.endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + self.sync_handler_map = { + consts.RESOURCE_TYPE_SYSINV_DNS: self.sync_dns, + consts.RESOURCE_TYPE_SYSINV_NTP: self.sync_ntp, + consts.RESOURCE_TYPE_SYSINV_PTP: self.sync_ptp, + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: + self.sync_snmp_community, + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: + self.sync_snmp_trapdest, + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: + self.sync_remotelogging, + consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + self.sync_firewallrules, + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + self.sync_certificate, + consts.RESOURCE_TYPE_SYSINV_USER: self.sync_user, + } + self.region_name = self.subcloud_engine.subcloud.region_name + self.log_extra = {"instance": "{}/{}: ".format( + self.subcloud_engine.subcloud.region_name, self.endpoint_type)} + + self.audit_resources = [ + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE, + consts.RESOURCE_TYPE_SYSINV_DNS, + consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES, + consts.RESOURCE_TYPE_SYSINV_NTP, + consts.RESOURCE_TYPE_SYSINV_PTP, + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING, + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM, + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST, + consts.RESOURCE_TYPE_SYSINV_USER, + ] + + # initialize the master clients + super(SysinvSyncThread, self).initialize() + LOG.info("SysinvSyncThread initialized", extra=self.log_extra) + + def update_dns(self, nameservers): + try: + s_os_client = sdk.OpenStackDriver(self.region_name) + idns = s_os_client.sysinv_client.update_dns(nameservers) + return idns + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_dns exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_dns error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_dns(self, request, rsrc): + # The system is created with default dns; thus there + # is a prepopulated dns entry. + LOG.info("sync_dns resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + dns_dict = jsonutils.loads(request.orch_job.resource_info) + payload = dns_dict.get('payload') + + nameservers = None + if type(payload) is list: + for ipayload in payload: + if ipayload.get('path') == '/nameservers': + nameservers = ipayload.get('value') + LOG.debug("sync_dns nameservers = {}".format(nameservers), + extra=self.log_extra) + break + else: + nameservers = payload.get('nameservers') + LOG.debug("sync_dns nameservers from dict={}".format(nameservers), + extra=self.log_extra) + + if nameservers is None: + LOG.info("sync_dns No nameservers update found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + nameservers = "" + + idns = self.update_dns(nameservers) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, idns.uuid) + LOG.info("DNS {}:{} [{}] updated" + .format(rsrc.id, subcloud_rsrc_id, nameservers), + extra=self.log_extra) + + def update_ntp(self, enabled, ntpservers): + try: + s_os_client = sdk.OpenStackDriver(self.region_name) + intp = s_os_client.sysinv_client.update_ntp(enabled, ntpservers) + return intp + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_ntp exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_ntp error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_ntp(self, request, rsrc): + # The system is created with default ntp; thus there + # is a prepopulated ntp entry. + LOG.info("sync_ntp resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + ntp_dict = jsonutils.loads(request.orch_job.resource_info) + payload = ntp_dict.get('payload') + + enabled = None + ntpservers = None + if type(payload) is list: + for ipayload in payload: + if ipayload.get('path') == '/enabled': + enabled = ipayload.get('value') + LOG.debug("sync_ntp enabled %s" % enabled, + extra=self.log_extra) + if ipayload.get('path') == '/ntpservers': + ntpservers = ipayload.get('value') + LOG.debug("sync_ntp ntpservers = {}".format(ntpservers), + extra=self.log_extra) + if enabled is not None and ntpservers is not None: + break + else: + enabled = payload.get('enabled') + LOG.debug("sync_ntp enabled %s" % enabled, extra=self.log_extra) + ntpservers = payload.get('ntpservers') + LOG.debug("sync_ntp ntpservers from dict={}".format(ntpservers), + extra=self.log_extra) + + if enabled is None or ntpservers is None: + LOG.info("sync_ntp No ntp update found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + intp = self.update_ntp(enabled, ntpservers) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, intp.uuid) + LOG.info("NTP {}:{} - {} [{}] updated" + .format(rsrc.id, subcloud_rsrc_id, enabled, ntpservers), + extra=self.log_extra) + + def update_ptp(self, enabled): + try: + s_os_client = sdk.OpenStackDriver(self.region_name) + ptp = s_os_client.sysinv_client.update_ptp(enabled) + return ptp + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_ptp exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_ptp error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_ptp(self, request, rsrc): + # The system is created with default ptp; thus there + # is a prepopulated ptp entry. + LOG.info("sync_ptp resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + ptp_dict = jsonutils.loads(request.orch_job.resource_info) + payload = ptp_dict.get('payload') + + enabled = None + if type(payload) is list: + for ipayload in payload: + if ipayload.get('path') == '/enabled': + enabled = ipayload.get('value') + LOG.debug("sync_ptp enabled %s" % enabled, + extra=self.log_extra) + break + else: + enabled = payload.get('enabled') + LOG.debug("sync_ptp enabled %s" % enabled, extra=self.log_extra) + + if enabled is None: + LOG.info("sync_ptp No status update found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + ptp = self.update_ptp(enabled) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, ptp.uuid) + LOG.info("PTP {}:{} - {} updated" + .format(rsrc.id, subcloud_rsrc_id, enabled), + extra=self.log_extra) + + def sync_snmp_trapdest(self, request, rsrc): + switcher = { + consts.OPERATION_TYPE_POST: self.snmp_trapdest_create, + consts.OPERATION_TYPE_CREATE: self.snmp_trapdest_create, + consts.OPERATION_TYPE_DELETE: self.snmp_trapdest_delete, + } + + func = switcher[request.orch_job.operation_type] + try: + func(request, rsrc) + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("sync_snmp_trapdest: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def snmp_trapdest_create(self, request, rsrc): + LOG.info("snmp_trapdest_create region {} resource_info={}".format( + self.subcloud_engine.subcloud.region_name, + request.orch_job.resource_info), + extra=self.log_extra) + resource_info_dict = jsonutils.loads(request.orch_job.resource_info) + payload = resource_info_dict.get('payload') + if not payload: + payload = resource_info_dict + + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + itrapdest = s_os_client.sysinv_client.snmp_trapdest_create( + payload) + itrapdest_id = itrapdest.uuid + ip_address = itrapdest.ip_address + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("snmp_trapdest_create exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("snmp_trapdest_create error {}".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + + # Now persist the subcloud resource to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, ip_address) + + LOG.info("SNMP trapdest {}:{} [{}/{}] created".format(rsrc.id, + subcloud_rsrc_id, ip_address, itrapdest_id), + extra=self.log_extra) + return itrapdest + + def snmp_trapdest_delete(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + s_os_client.sysinv_client.snmp_trapdest_delete( + subcloud_rsrc.subcloud_resource_id) + except exceptions.TrapDestNotFound: + # SNMP trapdest already deleted in subcloud, carry on. + LOG.info("SNMP trapdest not in subcloud, may be already deleted", + extra=self.log_extra) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("snmp_trapdest_delete exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("snmp_trapdest_delete error {}".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("SNMP trapdest {}:{} [{}] deleted".format( + rsrc.id, subcloud_rsrc.id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + + def sync_snmp_community(self, request, rsrc): + switcher = { + consts.OPERATION_TYPE_POST: self.snmp_community_create, + consts.OPERATION_TYPE_CREATE: self.snmp_community_create, + consts.OPERATION_TYPE_DELETE: self.snmp_community_delete, + } + + func = switcher[request.orch_job.operation_type] + try: + func(request, rsrc) + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("sync_snmp_community: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def snmp_community_create(self, request, rsrc): + LOG.info("snmp_community_create region {} resource_info={}".format( + self.subcloud_engine.subcloud.region_name, + request.orch_job.resource_info), + extra=self.log_extra) + resource_info_dict = jsonutils.loads(request.orch_job.resource_info) + payload = resource_info_dict.get('payload') + if not payload: + payload = resource_info_dict + + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + icommunity = s_os_client.sysinv_client.snmp_community_create( + payload) + icommunity_id = icommunity.uuid + community = icommunity.community + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("snmp_community_create exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("snmp_community_create error {}".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + + # Now persist the subcloud resource to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, community) + + LOG.info("SNMP community {}:{} [{}/{}] created".format(rsrc.id, + subcloud_rsrc_id, community, icommunity_id), + extra=self.log_extra) + return icommunity + + def snmp_community_delete(self, request, rsrc): + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if not subcloud_rsrc: + return + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + s_os_client.sysinv_client.snmp_community_delete( + subcloud_rsrc.subcloud_resource_id) + except exceptions.CommunityNotFound: + # Community already deleted in subcloud, carry on. + LOG.info("SNMP community not in subcloud, may be already deleted", + extra=self.log_extra) + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("snmp_community_delete exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("snmp_community_delete error {}".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + + subcloud_rsrc.delete() + # Master Resource can be deleted only when all subcloud resources + # are deleted along with corresponding orch_job and orch_requests. + LOG.info("SNMP community {}:{} [{}] deleted".format( + rsrc.id, subcloud_rsrc.id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + + def update_remotelogging(self, values): + + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + iremotelogging = s_os_client.sysinv_client.update_remotelogging( + values) + return iremotelogging + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_remotelogging exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_remotelogging error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_remotelogging(self, request, rsrc): + # The system is created with default remotelogging; thus there + # is a prepopulated remotelogging entry. + LOG.info("sync_remotelogging resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + remotelogging_dict = jsonutils.loads(request.orch_job.resource_info) + payload = remotelogging_dict.get('payload') + + if not payload: + LOG.info("sync_remotelogging No payload found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + iremotelogging = self.update_remotelogging(payload) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, iremotelogging.uuid) + + LOG.info("remotelogging {}:{} [{}/{}] updated".format(rsrc.id, + subcloud_rsrc_id, iremotelogging.ip_address, + iremotelogging.uuid), + extra=self.log_extra) + + def update_firewallrules(self, firewall_sig, firewallrules=None): + + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + ifirewallrules = s_os_client.sysinv_client.update_firewallrules( + firewall_sig, firewallrules=firewallrules) + return ifirewallrules + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_firewallrules exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_firewallrules error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_firewallrules(self, request, rsrc): + # The system is not created with default firewallrules + LOG.info("sync_firewallrules resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + firewallrules_dict = jsonutils.loads(request.orch_job.resource_info) + payload = firewallrules_dict.get('payload') + # payload is the contents of the POST operation + + if not payload: + LOG.info("sync_firewallrules No payload found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + if isinstance(payload, dict): + firewall_sig = payload.get('firewall_sig') + else: + firewall_sig = rsrc.master_id + LOG.info("firewall_sig from master_id={}".format(firewall_sig)) + + ifirewallrules = None + if firewall_sig: + ifirewallrules = self.update_firewallrules(firewall_sig) + else: + firewall_sig = rsrc.master_id + if firewall_sig and firewall_sig != self.FIREWALL_SIG_NULL: + ifirewallrules = self.update_firewallrules( + firewall_sig, + firewallrules=payload) + else: + LOG.info("skipping firewall_sig={}".format(firewall_sig)) + + ifirewallrules_sig = None + try: + ifirewallrules_sig = \ + ifirewallrules.get('firewallrules').get('firewall_sig') + except Exception as e: + LOG.warn("No ifirewallrules={} unknown e={}".format( + ifirewallrules, e)) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, firewall_sig) + + LOG.info("firewallrules {} {} [{}/{}] updated".format(rsrc.id, + subcloud_rsrc_id, ifirewallrules_sig, firewall_sig), + extra=self.log_extra) + + def update_certificate(self, signature, certificate=None, data=None): + + s_os_client = sdk.OpenStackDriver(self.region_name) + try: + icertificate = s_os_client.sysinv_client.update_certificate( + signature, certificate=certificate, data=data) + return icertificate + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_certificate exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_certificate error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + @staticmethod + def _decode_certificate_payload(certificate_dict): + """Decode certificate from payload. + + params: certificate_dict + returns: certificate, metadata + """ + certificate = None + metadata = {} + content_disposition = 'Content-Disposition' + try: + content_type = certificate_dict.get('content_type') + payload = certificate_dict.get('payload') + multipart_data = MultipartDecoder(payload, content_type) + for part in multipart_data.parts: + if ('name="passphrase"' in part.headers.get( + content_disposition)): + metadata.update({'passphrase': part.content}) + elif ('name="mode"' in part.headers.get( + content_disposition)): + metadata.update({'mode': part.content}) + elif ('name="file"' in part.headers.get( + content_disposition)): + certificate = part.content + except Exception as e: + LOG.warn("No certificate decode e={}".format(e)) + + LOG.info("_decode_certificate_payload metadata={}".format( + metadata)) + return certificate, metadata + + def sync_certificate(self, request, rsrc): + LOG.info("sync_certificate resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + certificate_dict = jsonutils.loads(request.orch_job.resource_info) + payload = certificate_dict.get('payload') + + if not payload: + LOG.info("sync_certificate No payload found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + if isinstance(payload, dict): + signature = payload.get('signature') + LOG.info("signature from dict={}".format(signature)) + else: + signature = rsrc.master_id + LOG.info("signature from master_id={}".format(signature)) + + certificate, metadata = self._decode_certificate_payload( + certificate_dict) + + isignature = None + signature = rsrc.master_id + if signature and signature != self.CERTIFICATE_SIG_NULL: + icertificate = self.update_certificate( + signature, + certificate=certificate, + data=metadata) + cert_body = icertificate.get('certificates') + if cert_body: + isignature = cert_body.get('signature') + else: + LOG.info("skipping signature={}".format(signature)) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, signature) + + LOG.info("certificate {} {} [{}/{}] updated".format(rsrc.id, + subcloud_rsrc_id, isignature, signature), + extra=self.log_extra) + + def update_user(self, passwd_hash, root_sig, passwd_expiry_days): + LOG.info("update_user={} {} {}".format( + passwd_hash, root_sig, passwd_expiry_days), + extra=self.log_extra) + + try: + s_os_client = sdk.OpenStackDriver(self.region_name) + iuser = s_os_client.sysinv_client.update_user(passwd_hash, + root_sig, + passwd_expiry_days) + return iuser + except (exceptions.ConnectionRefused, exceptions.NotAuthorized, + exceptions.TimeOut): + LOG.info("update_user exception Timeout", + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name) + raise exceptions.SyncRequestTimeout + except (AttributeError, TypeError) as e: + LOG.info("update_user error {} region_name".format(e), + extra=self.log_extra) + s_os_client.delete_region_clients(self.region_name, + clear_token=True) + raise exceptions.SyncRequestFailedRetry + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def sync_user(self, request, rsrc): + # The system is populated with user entry for wrsroot. + LOG.info("sync_user resource_info={}".format( + request.orch_job.resource_info), + extra=self.log_extra) + user_dict = jsonutils.loads(request.orch_job.resource_info) + payload = user_dict.get('payload') + + passwd_hash = None + if type(payload) is list: + for ipayload in payload: + if ipayload.get('path') == '/passwd_hash': + passwd_hash = ipayload.get('value') + elif ipayload.get('path') == '/root_sig': + root_sig = ipayload.get('value') + elif ipayload.get('path') == '/passwd_expiry_days': + passwd_expiry_days = ipayload.get('value') + else: + passwd_hash = payload.get('passwd_hash') + root_sig = payload.get('root_sig') + passwd_expiry_days = payload.get('passwd_expiry_days') + + LOG.info("sync_user from dict passwd_hash={} root_sig={} " + "passwd_expiry_days={}".format( + passwd_hash, root_sig, passwd_expiry_days), + extra=self.log_extra) + + if not passwd_hash: + LOG.info("sync_user no user update found in resource_info" + "{}".format(request.orch_job.resource_info), + extra=self.log_extra) + return + + iuser = self.update_user(passwd_hash, root_sig, passwd_expiry_days) + + # Ensure subcloud resource is persisted to the DB for later + subcloud_rsrc_id = self.persist_db_subcloud_resource( + rsrc.id, iuser.uuid) + LOG.info("User wrsroot {}:{} [{}] updated" + .format(rsrc.id, subcloud_rsrc_id, passwd_hash), + extra=self.log_extra) + + # SysInv Audit Related + def get_master_resources(self, resource_type): + os_client = sdk.OpenStackDriver(consts.CLOUD_0) + if resource_type == consts.RESOURCE_TYPE_SYSINV_DNS: + return [self.get_dns_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_NTP: + return [self.get_ntp_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_PTP: + return [self.get_ptp_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: + return self.get_snmp_community_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: + return self.get_snmp_trapdest_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: + return [self.get_remotelogging_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + return [self.get_firewallrules_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + return self.get_certificates_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_USER: + return [self.get_user_resource(os_client)] + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def get_subcloud_resources(self, resource_type): + os_client = sdk.OpenStackDriver(self.region_name) + if resource_type == consts.RESOURCE_TYPE_SYSINV_DNS: + return [self.get_dns_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_NTP: + return [self.get_ntp_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_PTP: + return [self.get_ptp_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: + return self.get_snmp_community_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: + return self.get_snmp_trapdest_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: + return [self.get_remotelogging_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + return [self.get_firewallrules_resource(os_client)] + elif resource_type == consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + return self.get_certificates_resources(os_client) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_USER: + return [self.get_user_resource(os_client)] + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def get_dns_resource(self, os_client): + try: + idns = os_client.sysinv_client.get_dns() + return idns + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_dns: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # TODO(knasim-wrs): This is a bad design to delete the + # client here as the parent may be passing in a shared + # client. Return error here and let parent + # (get_master_resources or get_subcloud_resources) clean + # it up. + os_client.delete_region_clients(self.region_name) + # None will force skip of audit + return None + except (AttributeError, TypeError) as e: + LOG.info("get_dns_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_ntp_resource(self, os_client): + try: + intp = os_client.sysinv_client.get_ntp() + return intp + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_ntp: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_ntp_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_ptp_resource(self, os_client): + try: + ptp = os_client.sysinv_client.get_ptp() + return ptp + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_ptp: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_ptp_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_snmp_trapdest_resources(self, os_client): + try: + itrapdests = os_client.sysinv_client.snmp_trapdest_list() + return itrapdests + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("snmp_trapdest_list: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_snmp_trapdest_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_snmp_community_resources(self, os_client): + try: + icommunitys = os_client.sysinv_client.snmp_community_list() + return icommunitys + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("snmp_community_list: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_snmp_community_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_remotelogging_resource(self, os_client): + try: + iremotelogging = os_client.sysinv_client.get_remotelogging() + return iremotelogging + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_remotelogging: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_remotelogging_resource error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_firewallrules_resource(self, os_client): + try: + ifirewallrules = os_client.sysinv_client.get_firewallrules() + return ifirewallrules + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_firewallrules: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_firewallrules_resource error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_certificates_resources(self, os_client): + try: + return os_client.sysinv_client.get_certificates() + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_certificates: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_certificates_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_user_resource(self, os_client): + try: + iuser = os_client.sysinv_client.get_user() + return iuser + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_user: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + # None will force skip of audit + os_client.delete_region_clients(self.region_name) + return None + except (AttributeError, TypeError) as e: + LOG.info("get_user_resources error {}".format(e), + extra=self.log_extra) + os_client.delete_region_clients(self.region_name, clear_token=True) + return None + except Exception as e: + LOG.exception(e) + return None + + def get_resource_id(self, resource_type, resource): + if resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: + LOG.debug("get_resource_id for community {}".format(resource)) + return resource.community + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: + if hasattr(resource, 'ip_address') and \ + hasattr(resource, 'community'): + LOG.debug("get_resource_id resource={} has ip_address and " + "community".format(resource), + extra=self.log_extra) + return resource.ip_address + elif resource_type == consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + if hasattr(resource, 'firewall_sig'): + LOG.info("get_resource_id firewall_sig={}".format( + resource.firewall_sig)) + if resource.firewall_sig is None: + return self.FIREWALL_SIG_NULL # master_id cannot be None + return resource.firewall_sig + elif hasattr(resource, 'master_id'): + LOG.info("get_resource_id master_id firewall_sig={}".format( + resource.master_id)) + if resource.master_id is None: + return self.FIREWALL_SIG_NULL # master_id cannot be None + return resource.master_id + else: + LOG.error("no get_resource_id for firewall") + elif resource_type == consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + if hasattr(resource, 'signature'): + LOG.info("get_resource_id signature={}".format( + resource.signature)) + if resource.signature is None: + return self.CERTIFICATE_SIG_NULL + return resource.signature + elif hasattr(resource, 'master_id'): + LOG.info("get_resource_id master_id signature={}".format( + resource.master_id)) + if resource.master_id is None: + # master_id cannot be None + return self.CERTIFICATE_SIG_NULL + return resource.master_id + else: + LOG.error("no get_resource_id for certificate") + return self.CERTIFICATE_SIG_NULL + else: + if hasattr(resource, 'uuid'): + LOG.info("get_resource_id {} uuid={}".format( + resource_type, resource.uuid)) + return resource.uuid + else: + LOG.info("get_resource_id {} NO uuid resource_type={}".format( + resource_type)) + return self.RESOURCE_UUID_NULL # master_id cannot be None + + def same_dns(self, i1, i2): + LOG.debug("same_dns i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same_nameservers = True + if i1.nameservers != i2.nameservers: + if not i1.nameservers and not i2.nameservers: + # To catch equivalent nameservers None vs "" + same_nameservers = True + else: + same_nameservers = False + return same_nameservers + + def same_ntp(self, i1, i2): + LOG.debug("same_ntp i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same_ntpservers = True + if i1.ntpservers != i2.ntpservers: + if not i1.ntpservers and not i2.ntpservers: + # To catch equivalent ntpservers None vs "" + same_ntpservers = True + else: + same_ntpservers = False + return (i1.enabled == i2.enabled) and same_ntpservers + + def same_ptp(self, i1, i2): + LOG.debug("same_ptp i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + return i1.enabled == i2.enabled + + def same_snmp_trapdest(self, i1, i2): + LOG.debug("same_snmp_trapdest i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + return (i1.ip_address == i2.ip_address and + i1.community == i2.community) + + def same_snmp_community(self, i1, i2): + LOG.debug("same_snmp_community i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + if i1.community and (i1.community != i2.community): + if i1.signature == self.RESOURCE_UUID_NULL: + LOG.info("Master Resource SNMP Community NULL UUID") + return True + return False + return True + + def same_remotelogging(self, i1, i2): + LOG.debug("same_remotelogging i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + + same_ip_address = True + if i1.ip_address and (i1.ip_address != i2.ip_address): + same_ip_address = False + + return (same_ip_address and + i1.enabled == i2.enabled and + i1.transport == i2.transport and + i1.port == i2.port) + + def same_firewallrules(self, i1, i2): + LOG.debug("same_firewallrules i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same = True + if i1.firewall_sig and (i1.firewall_sig != i2.firewall_sig): + if i1.firewall_sig == self.FIREWALL_SIG_NULL: + return True + LOG.info("same_firewallrules differ i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same = False + + return same + + def same_certificate(self, i1, i2): + LOG.debug("same_certificate i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same = True + if i1.signature and (i1.signature != i2.signature): + if i1.signature == self.CERTIFICATE_SIG_NULL: + return True + same = False + if ((i1.expiry_date and i1.expiry_date != i2.expiry_date) or + (i1.start_date and i1.start_date != i2.start_date)): + same = False + + if not same: + LOG.info("same_certificate differs i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + + return same + + def same_user(self, i1, i2): + LOG.debug("same_user i1={}, i2={}".format(i1, i2), + extra=self.log_extra) + same_user = True + if (i1.passwd_hash != i2.passwd_hash or + i1.passwd_expiry_days != i2.passwd_expiry_days): + same_user = False + return same_user + + def same_resource(self, resource_type, m_resource, sc_resource): + if resource_type == consts.RESOURCE_TYPE_SYSINV_DNS: + return self.same_dns(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_NTP: + return self.same_ntp(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_PTP: + return self.same_ptp(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_COMM: + return self.same_snmp_community(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST: + return self.same_snmp_trapdest(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING: + return self.same_remotelogging(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES: + return self.same_firewallrules(m_resource, sc_resource) + elif resource_type == consts.RESOURCE_TYPE_SYSINV_CERTIFICATE: + return self.same_certificate(m_resource, sc_resource) + if resource_type == consts.RESOURCE_TYPE_SYSINV_USER: + return self.same_user(m_resource, sc_resource) + else: + LOG.warn("same_resource() unexpected resource_type {}".format( + resource_type), + extra=self.log_extra) + + def audit_discrepancy(self, resource_type, m_resource, sc_resources): + # Return true to try the audit_action + if resource_type in self.SYSINV_ADD_DELETE_RESOURCES: + # It could be that the details are different + # between master cloud and subcloud now. + # Thus, delete the resource before creating it again. + master_id = self.get_resource_id(resource_type, m_resource) + self.schedule_work(self.endpoint_type, resource_type, + master_id, + consts.OPERATION_TYPE_DELETE) + return True + elif (resource_type in self.SYSINV_MODIFY_RESOURCES or + resource_type in self.SYSINV_CREATE_RESOURCES): + # The resource differs, signal to perform the audit_action + return True + + LOG.info("audit_discrepancy default action".format(resource_type), + extra=self.log_extra) + return False + + def audit_action(self, resource_type, finding, resource): + if resource_type in self.SYSINV_MODIFY_RESOURCES: + LOG.info("audit_action: {}/{}" + .format(finding, resource_type), + extra=self.log_extra) + num_of_audit_jobs = 0 + if finding == AUDIT_RESOURCE_MISSING: + # The missing resource should be created by underlying subcloud + # thus action is to update for a 'missing' resource + # should not get here since audit discrepency will handle this + resource_id = self.get_resource_id(resource_type, resource) + self.schedule_work(self.endpoint_type, resource_type, + resource_id, + consts.OPERATION_TYPE_PATCH, + self.get_resource_info( + resource_type, resource)) + num_of_audit_jobs += 1 + else: + LOG.warn("unexpected finding {} resource_type {}".format( + finding, resource_type), + extra=self.log_extra) + return num_of_audit_jobs + elif resource_type in self.SYSINV_CREATE_RESOURCES: + LOG.info("audit_action: {}/{}" + .format(finding, resource_type), + extra=self.log_extra) + # Default actions are create & delete. Can be overridden + # in resource implementation + num_of_audit_jobs = 0 + # resource can be either from dcorch DB or + # fetched by OpenStack query + resource_id = self.get_resource_id(resource_type, resource) + if finding == AUDIT_RESOURCE_MISSING: + # default action is create for a 'missing' resource + if resource_id == self.FIREWALL_SIG_NULL: + LOG.info("No custom firewall resource to sync") + return num_of_audit_jobs + elif resource_id == self.CERTIFICATE_SIG_NULL: + LOG.info("No certificate resource to sync") + return num_of_audit_jobs + elif resource_id == self.RESOURCE_UUID_NULL: + LOG.info("No resource to sync") + return num_of_audit_jobs + + self.schedule_work( + self.endpoint_type, resource_type, + resource_id, + consts.OPERATION_TYPE_CREATE, + self.get_resource_info( + resource_type, resource, + consts.OPERATION_TYPE_CREATE)) + num_of_audit_jobs += 1 + return num_of_audit_jobs + else: # use default audit_action + return super(SysinvSyncThread, self).audit_action( + resource_type, + finding, + resource) + + def get_resource_info(self, resource_type, + resource, operation_type=None): + payload_resources = [consts.RESOURCE_TYPE_SYSINV_DNS, + consts.RESOURCE_TYPE_SYSINV_NTP, + consts.RESOURCE_TYPE_SYSINV_PTP, + consts.RESOURCE_TYPE_SYSINV_SNMP_COMM, + consts.RESOURCE_TYPE_SYSINV_SNMP_TRAPDEST, + consts.RESOURCE_TYPE_SYSINV_REMOTE_LOGGING, + consts.RESOURCE_TYPE_SYSINV_FIREWALL_RULES, + consts.RESOURCE_TYPE_SYSINV_CERTIFICATE, + consts.RESOURCE_TYPE_SYSINV_USER, + ] + if resource_type in payload_resources: + if 'payload' not in resource._info: + dumps = jsonutils.dumps({"payload": resource._info}) + else: + dumps = jsonutils.dumps(resource._info) + LOG.info("get_resource_info resource_type={} dumps={}".format( + resource_type, dumps), + extra=self.log_extra) + return dumps + else: + LOG.warn("get_resource_info unsupported resource {}".format( + resource_type), + extra=self.log_extra) + return super(SysinvSyncThread, self).get_resource_info( + resource_type, resource, operation_type) diff --git a/dcorch/engine/sync_services/volume.py b/dcorch/engine/sync_services/volume.py new file mode 100644 index 000000000..f8523409b --- /dev/null +++ b/dcorch/engine/sync_services/volume.py @@ -0,0 +1,258 @@ +# Copyright 2017-2018 Wind River +# +# 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. + +from cinderclient import client as cinderclient +from keystoneauth1 import exceptions as keystone_exceptions + +from oslo_log import log as logging +from oslo_serialization import jsonutils + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.engine import quota_manager +from dcorch.engine.sync_thread import SyncThread + +LOG = logging.getLogger(__name__) + + +class VolumeSyncThread(SyncThread): + """Manages tasks related to resource management for cinder.""" + + def __init__(self, subcloud_engine): + super(VolumeSyncThread, self).__init__(subcloud_engine) + self.endpoint_type = consts.ENDPOINT_TYPE_VOLUME + self.sync_handler_map = { + consts.RESOURCE_TYPE_VOLUME_QUOTA_SET: self.sync_volume_resource, + consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + self.sync_volume_resource, + } + self.audit_resources = [ + consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET, + # note: no audit here for quotas, that's handled separately + ] + self.log_extra = {"instance": "{}/{}: ".format( + self.subcloud_engine.subcloud.region_name, + self.endpoint_type)} + # define the subcloud clients + self.sc_cinder_client = None + self.initialize() + LOG.info("VolumeSyncThread initialized", extra=self.log_extra) + + def initialize_sc_clients(self): + super(VolumeSyncThread, self).initialize_sc_clients() + if (not self.sc_cinder_client and self.sc_admin_session): + self.sc_cinder_client = cinderclient.Client( + "3.0", session=self.sc_admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=self.subcloud_engine.subcloud.region_name) + + def initialize(self): + # Subcloud may be enabled a while after being added. + # Keystone endpoints for the subcloud could be added in + # between these 2 steps. Reinitialize the session to + # get the most up-to-date service catalog. + super(VolumeSyncThread, self).initialize() + self.m_cinder_client = cinderclient.Client( + "3.0", session=self.admin_session, + endpoint_type=consts.KS_ENDPOINT_INTERNAL, + region_name=consts.VIRTUAL_MASTER_CLOUD) + + self.initialize_sc_clients() + LOG.info("session and clients initialized", extra=self.log_extra) + + def sync_volume_resource(self, request, rsrc): + self.initialize_sc_clients() + # Invoke function with name format "operationtype_resourcetype". + # For example: create_flavor() + try: + func_name = request.orch_job.operation_type + \ + "_" + rsrc.resource_type + getattr(self, func_name)(request, rsrc) + except keystone_exceptions.EndpointNotFound as e: + # Cinder is optional in the subcloud, so this isn't considered + # an error. + LOG.info("sync_volume_resource: {} does not have a volume " + "endpoint in keystone" + .format(self.subcloud_engine.subcloud.region_name), + extra=self.log_extra) + except AttributeError: + LOG.error("{} not implemented for {}" + .format(request.orch_job.operation_type, + rsrc.resource_type)) + raise exceptions.SyncRequestFailed + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.error("sync_volume_resource: {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + raise exceptions.SyncRequestTimeout + except exceptions.SyncRequestFailed: + raise + except Exception as e: + LOG.exception(e) + raise exceptions.SyncRequestFailedRetry + + def put_volume_quota_set(self, request, rsrc): + project_id = request.orch_job.source_resource_id + + # Get the new global limits from the request. + quota_dict = jsonutils.loads(request.orch_job.resource_info) + + # Cinder doesn't do user-specific quotas + user_id = None + + # The client code may set a tenant_id field. If so, remove it + # since it's not defined in the API. + quota_dict.pop('tenant_id', None) + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Apply the limits to the subcloud. + self.sc_cinder_client.quotas.update(project_id, **quota_dict) + + # Persist the subcloud resource. (Not really applicable for quotas.) + self.persist_db_subcloud_resource(rsrc.id, rsrc.master_id) + LOG.info("Updated quotas {} for tenant {} and user {}" + .format(quota_dict, rsrc.master_id, user_id), + extra=self.log_extra) + + def delete_volume_quota_set(self, request, rsrc): + # When deleting the quota-set in the master cloud, we don't actually + # delete it in the subcloud. Instead we recalculate the subcloud + # quotas based on the defaults in the master cloud. + + project_id = request.orch_job.source_resource_id + user_id = None + + # Get the new master quotas + quota_dict = self.m_cinder_client.quotas.get(project_id).to_dict() + + # Remove the 'id' key before doing calculations. + quota_dict.pop('id', None) + + # Calculate the new limits for this subcloud (factoring in the + # existing usage). + quota_dict = \ + quota_manager.QuotaManager.calculate_subcloud_project_quotas( + project_id, user_id, quota_dict, + self.subcloud_engine.subcloud.region_name) + + # Apply the limits to the subcloud. + self.sc_cinder_client.quotas.update(project_id, **quota_dict) + + # Clean up the subcloud resource entry in the DB since it's been + # deleted in the master cloud. + subcloud_rsrc = self.get_db_subcloud_resource(rsrc.id) + if subcloud_rsrc: + subcloud_rsrc.delete() + + def put_quota_class_set(self, request, rsrc): + # Only a class_id of "default" is meaningful to cinder. + class_id = request.orch_job.source_resource_id + + # Get the new quota class limits from the request. + quota_dict = jsonutils.loads(request.orch_job.resource_info) + + # If this is coming from the audit we need to remove the "id" field. + quota_dict.pop('id', None) + + # The client code may set a class name. If so, remove it since it's + # not defined in the API. + quota_dict.pop('class_name', None) + + # Apply the new quota class limits to the subcloud. + self.sc_cinder_client.quota_classes.update(class_id, **quota_dict) + + # Persist the subcloud resource. (Not really applicable for quotas.) + self.persist_db_subcloud_resource(rsrc.id, rsrc.master_id) + LOG.info("Updated quota classes {} for class {}" + .format(quota_dict, rsrc.master_id), + extra=self.log_extra) + + # ---- Override common audit functions ---- + def get_resource_id(self, resource_type, resource): + if resource_type == consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + # We only care about the default class. + return 'default' + else: + return super(VolumeSyncThread, self).get_resource_id( + resource_type, resource) + + def get_resource_info(self, resource_type, resource, operation_type=None): + if resource_type == consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + return jsonutils.dumps(resource._info) + else: + return super(VolumeSyncThread, self).get_resource_info( + resource_type, resource, operation_type) + + def get_subcloud_resources(self, resource_type): + if resource_type == consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + # No-op if clients were initialized previously + self.initialize_sc_clients() + return self.get_quota_class_resources(self.sc_cinder_client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def get_master_resources(self, resource_type): + if resource_type == consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + return self.get_quota_class_resources(self.m_cinder_client) + else: + LOG.error("Wrong resource type {}".format(resource_type), + extra=self.log_extra) + return None + + def same_resource(self, resource_type, m_resource, sc_resource): + if resource_type == consts.RESOURCE_TYPE_VOLUME_QUOTA_CLASS_SET: + return self.same_quota_class(m_resource, sc_resource) + else: + return True + + # This will only be called by the audit code. + def create_quota_class_set(self, request, rsrc): + self.put_quota_class_set(request, rsrc) + + def same_quota_class(self, qc1, qc2): + # The audit code will pass in QuotaClassSet objects, we need to + # convert them before comparing them. + return qc1.to_dict() == qc2.to_dict() + + def get_quota_class_resources(self, nc): + # We only care about the "default" class since it's the only one + # that actually affects cinder. + try: + quota_class = nc.quota_classes.get('default') + return [quota_class] + except (keystone_exceptions.connection.ConnectTimeout, + keystone_exceptions.ConnectFailure) as e: + LOG.info("get_quota_class: subcloud {} is not reachable [{}]" + .format(self.subcloud_engine.subcloud.region_name, + str(e)), extra=self.log_extra) + return None + except keystone_exceptions.EndpointNotFound as e: + LOG.info("get_quota_class: subcloud {} does not have a volume " + "endpoint in keystone" + .format(self.subcloud_engine.subcloud.region_name), + extra=self.log_extra) + return None + except Exception as e: + LOG.exception(e) + return None diff --git a/dcorch/engine/sync_thread.py b/dcorch/engine/sync_thread.py new file mode 100644 index 000000000..3b5585292 --- /dev/null +++ b/dcorch/engine/sync_thread.py @@ -0,0 +1,726 @@ +# Copyright 2017 Wind River +# +# 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. + +import threading + +from oslo_log import log as logging + +from keystoneauth1 import loading +from keystoneauth1 import session +from keystoneclient import client as keystoneclient + +from dcmanager.common import consts as dcmanager_consts +from dcmanager.rpc import client as dcmanager_rpc_client +from dcorch.common import consts +from dcorch.common import context +from dcorch.common import exceptions +from dcorch.common import utils +from dcorch.objects import orchrequest +from dcorch.objects import resource +from dcorch.objects import subcloud_resource +from oslo_config import cfg + +LOG = logging.getLogger(__name__) + +STATUS_NEW = 'new' +STATUS_PROCESSING = 'processing' +STATUS_TIMEDOUT = 'timedout' +STATUS_SLEEPING = 'sleeping' +STATUS_SHUTTING_DOWN = 'shutting_down' # is this actually needed? + +# sync request states, should be in SyncRequest class +STATE_QUEUED = 'queued' +STATE_IN_PROGRESS = 'in-progress' +STATE_TIMEDOUT = 'timedout' +STATE_ABORTED = 'aborted' +STATE_FAILED = 'failed' +STATE_COMPLETED = 'completed' + +# Audit findings +AUDIT_RESOURCE_MISSING = 'missing' +AUDIT_RESOURCE_EXTRA = 'extra_resource' + + +class SyncThread(object): + """Manages tasks related to resource management.""" + + MAX_RETRY = 2 + + def __init__(self, subcloud_engine): + super(SyncThread, self).__init__() + self.endpoint_type = None # endpoint type in keystone + self.subcloud_engine = subcloud_engine # engine that owns this obj + self.thread = None # thread running sync() + self.audit_thread = None + self.status = STATUS_NEW # protected by condition lock + self.audit_status = None # todo: needed? + self.condition = threading.Condition() # used to wake up the thread + self.ctxt = context.get_admin_context() + self.sync_handler_map = {} + self.master_region_name = consts.CLOUD_0 + self.audit_resources = [] + + self.log_extra = { + "instance": self.subcloud_engine.subcloud.region_name + ": "} + self.dcmanager_rpc_client = dcmanager_rpc_client.ManagerClient() + self.sync_status = dcmanager_consts.SYNC_STATUS_UNKNOWN + self.subcloud_managed = False + + self.sc_admin_session = None + self.admin_session = None + self.ks_client = None + + def start(self): + if self.status == STATUS_NEW: + self.status = STATUS_PROCESSING + self.thread = threading.Thread(target=self.sync) + self.thread.start() + else: + LOG.error("unable to start, not in new status", + extra=self.log_extra) + + def shutdown(self): + # Stop all work, optionally delete from DB + self.condition.acquire() + self.status = STATUS_SHUTTING_DOWN + self.condition.notify() # Wake the threads so they exit. + self.condition.release() + + def should_exit(self): + # Return whether the sync/audit threads should exit. + # Caller must hold the condition lock. + return self.status == STATUS_SHUTTING_DOWN + + def wake(self): + # Called when work has been saved to the DB + self.condition.acquire() + self.status = STATUS_PROCESSING + self.condition.notify() + self.condition.release() + + def initialize(self): + # base implementation of initializing the master client. + # The specific SyncThread subclasses may extend this. + loader = loading.get_plugin_loader( + cfg.CONF.keystone_authtoken.auth_type) + auth = loader.load_from_options( + auth_url=cfg.CONF.cache.auth_uri, + username=cfg.CONF.cache.admin_username, + password=cfg.CONF.cache.admin_password, + project_name=cfg.CONF.cache.admin_tenant, + project_domain_name=cfg.CONF.cache.admin_project_domain_name, + user_domain_name=cfg.CONF.cache.admin_user_domain_name) + self.admin_session = session.Session( + auth=auth, timeout=60, additional_headers=consts.USER_HEADER) + self.ks_client = keystoneclient.Client( + session=self.admin_session, + region_name=consts.VIRTUAL_MASTER_CLOUD) + + def initialize_sc_clients(self): + # base implementation of initializing the subcloud specific + # clients, only used by the subclasses. + # The specific SyncThread subclasses may extend this + if (not self.sc_admin_session): + # Subclouds will use token from the Subcloud specific Keystone, + # so define a session against that subcloud's identity + identity_service = self.ks_client.services.list( + name='keystone', type='identity') + sc_auth_url = self.ks_client.endpoints.list( + service=identity_service[0].id, + interface=consts.KS_ENDPOINT_INTERNAL, + region=self.subcloud_engine.subcloud.region_name) + try: + LOG.info("Found sc_auth_url: {}".format(sc_auth_url)) + sc_auth_url = sc_auth_url[0].url + except IndexError: + # It may happen that this subcloud was not managed + LOG.info("Cannot find identity auth_url", + extra=self.log_extra) + return + + loader = loading.get_plugin_loader( + cfg.CONF.keystone_authtoken.auth_type) + sc_auth = loader.load_from_options( + auth_url=sc_auth_url, + username=cfg.CONF.cache.admin_username, + password=cfg.CONF.cache.admin_password, + project_name=cfg.CONF.cache.admin_tenant, + project_domain_name=cfg.CONF.cache.admin_project_domain_name, + user_domain_name=cfg.CONF.cache.admin_user_domain_name) + + self.sc_admin_session = session.Session( + auth=sc_auth, timeout=60, + additional_headers=consts.USER_HEADER) + + def enable(self): + # Called when DC manager thinks this subcloud is good to go. + self.initialize() + self.wake() + self.run_sync_audit() + + def get_db_subcloud_resource(self, rsrc_id): + try: + subcloud_rsrc = \ + subcloud_resource.SubcloudResource. \ + get_by_resource_and_subcloud( + self.ctxt, rsrc_id, self.subcloud_engine.subcloud.id) + return subcloud_rsrc + except exceptions.SubcloudResourceNotFound: + LOG.info("{} not found in subcloud {} resource table".format( + rsrc_id, self.subcloud_engine.subcloud.id), + extra=self.log_extra) + return None + + def persist_db_subcloud_resource(self, db_rsrc_id, subcloud_rsrc_id): + # This function can be invoked after creating a subcloud resource. + # Persist the subcloud resource to the DB for later + # + # Parameters: + # db_rsrc_id: the "id" field of the resource in the DB + # subcloud_rsrc_id: the unique identifier of the subcloud resource + + subcloud_rsrc = self.get_db_subcloud_resource(db_rsrc_id) + if not subcloud_rsrc: + subcloud_rsrc = subcloud_resource.SubcloudResource( + self.ctxt, subcloud_resource_id=subcloud_rsrc_id, + resource_id=db_rsrc_id, + subcloud_id=self.subcloud_engine.subcloud.id) + # There is no race condition for creation of + # subcloud_resource as it is always done from the same thread. + subcloud_rsrc.create() + elif subcloud_rsrc.subcloud_resource_id != subcloud_rsrc_id: + # May be the resource was manually deleted from the subcloud. + # So, update the dcorch DB with the new resource id from subcloud. + subcloud_rsrc.subcloud_resource_id = subcloud_rsrc_id + LOG.info("Updating {}:{} [{}]".format(db_rsrc_id, + subcloud_rsrc.subcloud_resource_id, subcloud_rsrc_id), + extra=self.log_extra) + subcloud_rsrc.save() + else: + LOG.info("subcloud_rsrc {}:{} [{}] is up-to-date" + .format(db_rsrc_id, subcloud_rsrc.subcloud_resource_id, + subcloud_rsrc_id), + extra=self.log_extra) + return subcloud_rsrc.subcloud_resource_id + + def sync_resource(self, sync_request): + rsrc = resource.Resource.get_by_id(self.ctxt, + sync_request.orch_job.resource_id) + handler = self.sync_handler_map[rsrc.resource_type] + LOG.info("Invoking {} for {} [{}]".format( + handler.func_name, rsrc.resource_type, + sync_request.orch_job.operation_type), extra=self.log_extra) + handler(sync_request, rsrc) + + def set_sync_status(self, sync_status): + # Only report sync_status when managed + subcloud_managed = self.subcloud_engine.is_managed() + if not subcloud_managed: + LOG.debug("set_sync_status: skip update sync update for unmanaged " + "subcloud {}".format( + self.subcloud_engine.subcloud.region_name)) + self.sync_status = dcmanager_consts.SYNC_STATUS_UNKNOWN + self.subcloud_managed = False + return + + if ((self.sync_status == sync_status) and + (self.subcloud_managed != subcloud_managed)): + return + + self.sync_status = sync_status + self.subcloud_managed = subcloud_managed + + self.dcmanager_rpc_client.update_subcloud_endpoint_status( + self.ctxt, self.subcloud_engine.subcloud.region_name, + self.endpoint_type, sync_status) + + def sync(self): + LOG.info("{}: starting sync routine".format(self.thread.name), + extra=self.log_extra) + self.condition.acquire() + self.status = STATUS_PROCESSING + region_name = self.subcloud_engine.subcloud.region_name + while self.status != STATUS_SHUTTING_DOWN: + sync_requests = [] + # We want to check for pending work even if subcloud is disabled. + if self.status in (STATUS_PROCESSING, STATUS_TIMEDOUT): + states = [ + consts.ORCH_REQUEST_QUEUED, + consts.ORCH_REQUEST_IN_PROGRESS, + ] + sync_requests = orchrequest.OrchRequestList.get_by_attrs( + self.ctxt, self.endpoint_type, + target_region_name=region_name, + states=states) + LOG.info("Got " + str(len(sync_requests)) + " sync request(s)", + extra=self.log_extra) + # todo: for each request look up sync handler based on + # resource type (I'm assuming here we're not storing a python + # object in the DB) + + # Update dcmanager with the current sync status. + subcloud_enabled = self.subcloud_engine.is_enabled() + if sync_requests: + self.set_sync_status(dcmanager_consts.SYNC_STATUS_OUT_OF_SYNC) + else: + self.set_sync_status(dcmanager_consts.SYNC_STATUS_IN_SYNC) + + if (not sync_requests or not subcloud_enabled or + self.status == STATUS_TIMEDOUT): + # Either there are no sync requests, or subcloud is disabled, + # or we timed out trying to talk to it. + # We're not going to process any sync requests, just go + # back to sleep. + if not subcloud_enabled: + LOG.info("subcloud is disabled", extra=self.log_extra) + if self.status == STATUS_PROCESSING: + self.status = STATUS_SLEEPING + LOG.debug("calling condition.wait", extra=self.log_extra) + # no work to do, sleep till someone wakes us + self.condition.wait() + LOG.debug("back from condition.wait", extra=self.log_extra) + else: + # Subcloud is enabled and there are pending sync requests, so + # we have work to do. + self.condition.release() + try: + for request in sync_requests: + if not self.subcloud_engine.is_enabled() or \ + self.should_exit(): + # Oops, someone disabled the endpoint while + # we were processing work for it. + raise exceptions.EndpointNotReachable() + request.state = consts.ORCH_REQUEST_STATE_IN_PROGRESS + request.save() # save to DB + retry_count = 0 + while retry_count < self.MAX_RETRY: + try: + self.sync_resource(request) + request.state = \ + consts.ORCH_REQUEST_STATE_COMPLETED + request.save() # save to DB + break + except exceptions.SyncRequestTimeout: + request.try_count += 1 + request.save() + retry_count += 1 + if retry_count >= self.MAX_RETRY: + # todo: raise "unable to sync this + # subcloud/endpoint" alarm with fmapi + self.condition.acquire() + self.status = STATUS_TIMEDOUT + self.condition.release() + raise exceptions.EndpointNotReachable() + except exceptions.SyncRequestFailedRetry: + # todo: raise "unable to sync this + # subcloud/endpoint" alarm with fmapi + request.try_count += 1 + request.state = \ + consts.ORCH_REQUEST_STATE_FAILED + request.save() + retry_count += 1 + # we'll retry + except exceptions.SyncRequestFailed: + request.state = \ + consts.ORCH_REQUEST_STATE_FAILED + request.save() + retry_count = self.MAX_RETRY + + # If we fall out of the retry loop we either succeeded + # or failed multiple times and want to move to the next + # request. + + except exceptions.EndpointNotReachable: + # Endpoint not reachable, throw away all the sync requests. + LOG.info("EndpointNotReachable, {} sync requests pending" + .format(len(sync_requests))) + # del sync_requests[:] #This fails due to: + # 'OrchRequestList' object does not support item deletion + self.condition.acquire() + # if we get here it's because we want this thread to exit + self.condition.release() + LOG.info("exiting thread for subcloud", extra=self.log_extra) + + def run_sync_audit(self): + if not self.subcloud_engine.is_enabled() or self.should_exit(): + return + if self.endpoint_type in cfg.CONF.disable_audit_endpoints: + LOG.warn("Audit disabled!", extra=self.log_extra) + return + # This will be called periodically as well as when the subcloud is + # enabled. We want to make a new thread to do this so the caller + # doesn't get blocked. + thread = threading.Thread(target=self.do_sync_audit) + thread.start() + LOG.debug("{}: do_sync_audit started".format(thread.name), + extra=self.log_extra) + + def do_sync_audit(self): + LOG.debug("In do sync audit", extra=self.log_extra) + # This first part just checks to see if we want to wake up the main + # sync thread. We want to run this unconditionally. + self.condition.acquire() + if self.status == STATUS_TIMEDOUT: + self.status = STATUS_PROCESSING + self.condition.notify() + + # Now we want to look at the actual sync audit. If there's already a + # sync audit thread running don't make a new one. + if self.audit_thread is None or not self.audit_thread.is_alive(): + LOG.debug("Creating sync audit thread", extra=self.log_extra) + self.audit_thread = threading.Thread(target=self.sync_audit) + self.audit_thread.start() + else: + LOG.info("Skipping sync audit thread creation, already running", + extra=self.log_extra) + self.condition.release() + + def sync_audit(self): + LOG.debug("{}: starting sync audit".format(self.audit_thread.name), + extra=self.log_extra) + + total_num_of_audit_jobs = 0 + for resource_type in self.audit_resources: + if not self.subcloud_engine.is_enabled() or self.should_exit(): + LOG.info("{}: aborting sync audit, as subcloud is disabled" + .format(self.audit_thread.name), + extra=self.log_extra) + return + + # Skip resources with outstanding sync requests + region_name = self.subcloud_engine.subcloud.region_name + sync_requests = [] + states = [ + consts.ORCH_REQUEST_QUEUED, + consts.ORCH_REQUEST_IN_PROGRESS, + ] + sync_requests = orchrequest.OrchRequestList.get_by_attrs( + self.ctxt, self.endpoint_type, resource_type=resource_type, + target_region_name=region_name, states=states) + abort_resources = [req.orch_job.source_resource_id + for req in sync_requests] + if len(sync_requests) > 0: + LOG.info("Will not audit {}. {} sync request(s) pending" + .format(abort_resources, len(sync_requests)), + extra=self.log_extra) + + num_of_audit_jobs = 0 + try: + m_resources, db_resources, sc_resources = \ + self.get_all_resources(resource_type) + + # todo: delete entries in db_resources with no corresponding + # entry in m_resources? + + if sc_resources is None or m_resources is None: + return + LOG.info("Audit {}: {} vs {}".format( + resource_type, m_resources, sc_resources), + extra=self.log_extra) + LOG.debug("Auditing {}: master={} db={} sc={}".format( + resource_type, m_resources, db_resources, sc_resources), + extra=self.log_extra) + num_of_audit_jobs += self.audit_find_missing( + resource_type, m_resources, db_resources, sc_resources, + abort_resources) + num_of_audit_jobs += self.audit_find_extra( + resource_type, m_resources, db_resources, sc_resources, + abort_resources) + except Exception as e: + LOG.exception(e) + + # Extra resources in subcloud are not impacted by the audit. + + if not num_of_audit_jobs: + LOG.info("Clean audit run for {}".format(resource_type), + extra=self.log_extra) + total_num_of_audit_jobs += num_of_audit_jobs + + if not total_num_of_audit_jobs: + # todo: if we had an "unable to sync this + # subcloud/endpoint" alarm raised, then clear it + pass + + LOG.debug("{}: done sync audit".format(self.audit_thread.name), + extra=self.log_extra) + + def audit_find_missing(self, resource_type, m_resources, + db_resources, sc_resources, + abort_resources): + """Find missing resources in subcloud. + + - Input param db_resources is modified in this routine + to remove entries that match the resources in + master cloud. At the end, db_resources will have a + list of resources that are present in dcorch DB, but + not present in the master cloud. + """ + num_of_audit_jobs = 0 + for m_r in m_resources: + master_id = self.get_resource_id(resource_type, m_r) + if master_id in abort_resources: + LOG.info("audit_find_missing: Aborting audit for {}" + .format(master_id), extra=self.log_extra) + num_of_audit_jobs += 1 + # There are pending jobs for this resource, abort audit + continue + + missing_resource = False + m_rsrc_db = None + for db_resource in db_resources: + if db_resource.master_id == master_id: + m_rsrc_db = db_resource + db_resources.remove(db_resource) + break + + if m_rsrc_db: + # resource from master cloud is present in DB. + + # Contents of "m_r" may refer to other master cloud resources. + # Make a copy with the references updated to refer to subcloud + # resources. + try: + m_r_updated = self.update_resource_refs(resource_type, m_r) + except exceptions.SubcloudResourceNotFound: + # If we couldn't find the equivalent subcloud resources, + # we don't know what to look for in the subcloud so skip + # this m_r and go to the next one. + continue + + # Now, look for subcloud resource in DB. + # If present: look for actual resource in the + # subcloud and compare the resource details. + # If not present: create resource in subcloud. + db_sc_resource = self.get_db_subcloud_resource(m_rsrc_db.id) + if db_sc_resource: + if not db_sc_resource.is_managed(): + LOG.info("Resource {} is not managed" + .format(master_id), extra=self.log_extra) + continue + sc_rsrc_present = False + for sc_r in sc_resources: + sc_id = self.get_resource_id(resource_type, sc_r) + if sc_id == db_sc_resource.subcloud_resource_id: + if self.same_resource(resource_type, + m_r_updated, sc_r): + LOG.info("Resource type {} {} is in-sync" + .format(resource_type, master_id), + extra=self.log_extra) + num_of_audit_jobs += self.audit_dependants( + resource_type, m_r, sc_r) + sc_rsrc_present = True + break + if not sc_rsrc_present: + LOG.info( + "Subcloud resource {} found in master cloud & DB, " + "but the exact same resource not found in subcloud" + .format(db_sc_resource.subcloud_resource_id), + extra=self.log_extra) + # Subcloud resource is present in DB, but the check + # for same_resource() was negative. Either the resource + # disappeared from subcloud or the resource details + # are different from that of master cloud. Let the + # resource implementation decide on the audit action. + missing_resource = self.audit_discrepancy( + resource_type, m_r, sc_resources) + else: + LOG.info("Subcloud res {} not found in DB, will create" + .format(master_id), extra=self.log_extra) + # Check and see if there are any subcloud resources that + # match the master resource, and if so set up mappings. + # This returns true if it finds a match. + if self.map_subcloud_resource(resource_type, m_r_updated, + m_rsrc_db, sc_resources): + continue + missing_resource = True + + else: # master_resource not in resource DB + LOG.info("{} not found in DB, will create it" + .format(master_id), + extra=self.log_extra) + missing_resource = True + + if missing_resource: + # Resource is missing from subcloud, take action + num_of_audit_jobs += self.audit_action( + resource_type, AUDIT_RESOURCE_MISSING, m_r) + # As the subcloud resource is missing, invoke + # the hook for dependants with no subcloud resource. + # Resource implementation should handle this. + num_of_audit_jobs += self.audit_dependants( + resource_type, m_r, None) + return num_of_audit_jobs + + def audit_find_extra(self, resource_type, m_resources, + db_resources, sc_resources, abort_resources): + """Find extra resources in subcloud. + + - Input param db_resources is expected to be a + list of resources that are present in dcorch DB, but + not present in the master cloud. + """ + + num_of_audit_jobs = 0 + # At this point, db_resources contains resources present in DB, + # but not in master cloud + for db_resource in db_resources: + if db_resource.master_id: + if db_resource.master_id in abort_resources: + LOG.info("audit_find_extra: Aborting audit for {}" + .format(db_resource.master_id), + extra=self.log_extra) + num_of_audit_jobs += 1 + # There are pending jobs for this resource, abort audit + continue + + LOG.debug("Extra resource ({}) in DB".format(db_resource.id), + extra=self.log_extra) + subcloud_rsrc = self.get_db_subcloud_resource(db_resource.id) + if subcloud_rsrc: + if not subcloud_rsrc.is_managed(): + LOG.info("Resource {} is not managed" + .format(subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + continue + LOG.info("Resource ({}) and subcloud resource ({}) " + "not in sync with master cloud" + .format(db_resource.master_id, + subcloud_rsrc.subcloud_resource_id), + extra=self.log_extra) + # There is extra resource in the subcloud, take action. + # Note that the resource is in dcorch DB, but not + # actually present in the master cloud. + num_of_audit_jobs += self.audit_action( + resource_type, AUDIT_RESOURCE_EXTRA, db_resource) + else: + # Resource is present in resource table, but not in + # subcloud_resource table. We have also established that + # the corresponding OpenStack resource is not present in + # the master cloud. + # There might be another subcloud with "unmanaged" + # subcloud resource corresponding to this resource. + # So, just ignore this here! + pass + return num_of_audit_jobs + + def schedule_work(self, endpoint_type, resource_type, + source_resource_id, operation_type, + resource_info=None): + LOG.info("Scheduling {} work for {}/{}".format( + operation_type, resource_type, source_resource_id), + extra=self.log_extra) + try: + utils.enqueue_work( + self.ctxt, endpoint_type, resource_type, + source_resource_id, operation_type, resource_info, + subcloud=self.subcloud_engine.subcloud) + self.wake() + except Exception as e: + LOG.info("Exception in schedule_work: {}".format(str(e)), + extra=self.log_extra) + + def get_resource_id(self, resource_type, resource): + if hasattr(resource, 'master_id'): + # If resource from DB, return master resource id + # from master cloud + return resource.master_id + else: + # Else, return id field (by default) + return resource.id + + # Audit functions to be overridden in inherited classes + def get_all_resources(self, resource_type): + m_resources = None + db_resources = None + # Query subcloud first. If not reachable, abort audit. + sc_resources = self.get_subcloud_resources(resource_type) + if sc_resources is None: + return m_resources, db_resources, sc_resources + db_resources = self.get_db_master_resources(resource_type) + # todo: master resources will be read by multiple threads + # depending on the number of subclouds. Could do some kind of + # caching for performance improvement. + m_resources = self.get_master_resources(resource_type) + return m_resources, db_resources, sc_resources + + def get_subcloud_resources(self, resource_type): + return None + + def get_db_master_resources(self, resource_type): + return list(resource.ResourceList.get_all(self.ctxt, resource_type)) + + def get_master_resources(self, resource_type): + return None + + def same_resource(self, resource_type, m_resource, sc_resource): + return True + + def map_subcloud_resource(self, resource_type, m_r, m_rsrc_db, + sc_resources): + # Child classes can override this function to map an existing subcloud + # resource to an existing master resource. If a mapping is created + # the function should return True. + # + # It is expected that update_resource_refs() has been called on m_r. + return False + + def update_resource_refs(self, resource_type, m_r): + # Child classes can override this function to update any references + # to other master resources embedded within the info of this resource. + return m_r + + def audit_dependants(self, resource_type, m_resource, sc_resource): + num_of_audit_jobs = 0 + if not self.subcloud_engine.is_enabled() or self.should_exit(): + return num_of_audit_jobs + if not sc_resource: + # Handle None value for sc_resource + pass + return num_of_audit_jobs + + def audit_discrepancy(self, resource_type, m_resource, sc_resources): + # Return true to try creating the resource again + return True + + def audit_action(self, resource_type, finding, resource): + LOG.info("audit_action: {}/{}" + .format(finding, resource_type), + extra=self.log_extra) + # Default actions are create & delete. Can be overridden + # in resource implementation + num_of_audit_jobs = 0 + # resource can be either from dcorch DB or fetched by OpenStack query + resource_id = self.get_resource_id(resource_type, resource) + if finding == AUDIT_RESOURCE_MISSING: + # default action is create for a 'missing' resource + self.schedule_work( + self.endpoint_type, resource_type, + resource_id, + consts.OPERATION_TYPE_CREATE, + self.get_resource_info( + resource_type, resource, + consts.OPERATION_TYPE_CREATE)) + num_of_audit_jobs += 1 + elif finding == AUDIT_RESOURCE_EXTRA: + # default action is delete for an 'extra_resource' + # resource passed in is db_resource (resource in dcorch DB) + self.schedule_work(self.endpoint_type, resource_type, + resource_id, + consts.OPERATION_TYPE_DELETE) + num_of_audit_jobs += 1 + return num_of_audit_jobs + + def get_resource_info(self, resource_type, resource, operation_type=None): + return "" diff --git a/dcorch/objects/__init__.py b/dcorch/objects/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/objects/base.py b/dcorch/objects/base.py new file mode 100644 index 000000000..829e6f072 --- /dev/null +++ b/dcorch/objects/base.py @@ -0,0 +1,77 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. +# +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# + + +"""Orchestrator common internal object model""" + +from oslo_utils import versionutils +from oslo_versionedobjects import base + +from dcorch import objects + +VersionedObjectDictCompat = base.VersionedObjectDictCompat + + +class OrchestratorObject(base.VersionedObject): + """Base class for dcorch objects. + + This is the base class for all objects that can be remoted or instantiated + via RPC. Simply defining a sub-class of this class would make it remotely + instantiatable. Objects should implement the "get" class method and the + "save" object method. + """ + + OBJ_PROJECT_NAMESPACE = 'dcorch' + VERSION = '1.0' + + @staticmethod + def _from_db_object(context, obj, db_obj): + if db_obj is None: + return None + for field in obj.fields: + if field == 'metadata': + obj['metadata'] = db_obj['meta_data'] + else: + obj[field] = db_obj[field] + + obj._context = context + obj.obj_reset_changes() + + return obj + + +class OrchestratorObjectRegistry(base.VersionedObjectRegistry): + def registration_hook(self, cls, index): + """Callback for object registration. + + When an object is registered, this function will be called for + maintaining dcorch.objects.$OBJECT as the highest-versioned + implementation of a given object. + """ + version = versionutils.convert_version_to_tuple(cls.VERSION) + if not hasattr(objects, cls.obj_name()): + setattr(objects, cls.obj_name(), cls) + else: + curr_version = versionutils.convert_version_to_tuple( + getattr(objects, cls.obj_name()).VERSION) + if version >= curr_version: + setattr(objects, cls.obj_name(), cls) diff --git a/dcorch/objects/orchjob.py b/dcorch/objects/orchjob.py new file mode 100644 index 000000000..ff4806f82 --- /dev/null +++ b/dcorch/objects/orchjob.py @@ -0,0 +1,90 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""OrchJob object.""" + +from dcorch.common import exceptions +from dcorch.db import api as db_api +from dcorch.objects import base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class OrchJob(base.OrchestratorObject, base.VersionedObjectDictCompat): + """DC Orchestrator orchestration job object.""" + + fields = { + 'id': fields.IntegerField(), + 'uuid': fields.UUIDField(), + 'user_id': fields.StringField(), + 'project_id': fields.StringField(), + 'endpoint_type': fields.StringField(), + 'source_resource_id': fields.StringField(), # resource master_id + 'operation_type': fields.StringField(), + 'resource_id': fields.IntegerField(), + 'resource_info': fields.StringField(nullable=True), + } + + def create(self): + if self.obj_attr_is_set('id'): + raise exceptions.ObjectActionError(action='create', + reason='already created') + updates = self.obj_get_changes() + try: + resource_id = updates.pop('resource_id') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "resource_id set") + + updates = self.obj_get_changes() + try: + endpoint_type = updates.pop('endpoint_type') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "endpoint_type set") + + updates = self.obj_get_changes() + try: + operation_type = updates.pop('operation_type') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "operation_type set") + + db_orch_job = db_api.orch_job_create( + self._context, resource_id, endpoint_type, + operation_type, updates) + return self._from_db_object(self._context, self, db_orch_job) + + @classmethod + def get_by_id(cls, context, id): + db_orch_job = db_api.orch_job_get(context, id) + return cls._from_db_object(context, cls(), db_orch_job) + + def save(self): + updates = self.obj_get_changes() + updates.pop('id', None) + updates.pop('uuid', None) + db_orch_job = db_api.orch_job_update(self._context, self.id, updates) + self._from_db_object(self._context, self, db_orch_job) + self.obj_reset_changes() + + def delete(self): + db_api.orch_job_delete(self._context, self.id) diff --git a/dcorch/objects/orchrequest.py b/dcorch/objects/orchrequest.py new file mode 100644 index 000000000..666fe20fe --- /dev/null +++ b/dcorch/objects/orchrequest.py @@ -0,0 +1,118 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""OrchRequest object.""" + +from dcorch.common import exceptions +from dcorch.db import api as db_api +from dcorch.objects import base +from dcorch.objects import orchjob +from oslo_versionedobjects import base as ovo_base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class OrchRequest(base.OrchestratorObject, base.VersionedObjectDictCompat): + """DC Orchestrator orchestration request object.""" + + fields = { + 'id': fields.IntegerField(), + 'uuid': fields.UUIDField(), + 'state': fields.StringField(), + 'try_count': fields.IntegerField(), + 'api_version': fields.StringField(nullable=True), + 'target_region_name': fields.StringField(), + 'orch_job_id': fields.IntegerField(), + 'orch_job': fields.ObjectField('OrchJob') + } + + def create(self): + if self.obj_attr_is_set('id'): + raise exceptions.ObjectActionError(action='create', + reason='already created') + updates = self.obj_get_changes() + try: + orch_job_id = updates.pop('orch_job_id') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "orch_job_id set") + + updates = self.obj_get_changes() + try: + target_region_name = updates.pop('target_region_name') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "target_region_name set") + + db_orch_request = db_api.orch_request_create( + self._context, orch_job_id, target_region_name, updates) + return self._from_db_object(self._context, self, db_orch_request) + + @staticmethod + def _from_db_object(context, obj, db_obj): + # This call to _as_dict() can't be the proper way to do it, + # but I couldn't figure out the "correct" method. + db_orch_request = db_obj._as_dict() + # When first creating the request, the db_obj won't have + # orch_job set. + if 'orch_job' in db_orch_request: + orch_job = orchjob.OrchJob._from_db_object( + context, orchjob.OrchJob(), db_orch_request['orch_job']) + else: + orch_job = orchjob.OrchJob.get_by_id( + context, db_orch_request['orch_job_id']) + db_orch_request['orch_job'] = orch_job + return super(obj.__class__, obj)._from_db_object(context, obj, + db_orch_request) + + @classmethod + def get_by_id(cls, context, id): + db_orch_request = db_api.orch_request_get(context, id) + return cls._from_db_object(context, cls(), db_orch_request) + + def save(self): + updates = self.obj_get_changes() + updates.pop('id', None) + updates.pop('uuid', None) + db_orch_request = db_api.orch_request_update( + self._context, self.id, updates) + self._from_db_object(self._context, self, db_orch_request) + self.obj_reset_changes() + + def delete(self): + db_api.orch_request_destroy(self._context, self.id) + + +@base.OrchestratorObjectRegistry.register +class OrchRequestList(ovo_base.ObjectListBase, base.OrchestratorObject): + """DC Orchestrator orchestration request list object.""" + VERSION = '1.1' + + fields = { + 'objects': fields.ListOfObjectsField('OrchRequest'), + } + + @classmethod + def get_by_attrs(cls, context, endpoint_type, resource_type=None, + target_region_name=None, states=None): + orch_reqs = db_api.orch_request_get_by_attrs( + context, endpoint_type, resource_type=resource_type, + target_region_name=target_region_name, states=states) + return ovo_base.obj_make_list( + context, cls(context), OrchRequest, orch_reqs) diff --git a/dcorch/objects/resource.py b/dcorch/objects/resource.py new file mode 100644 index 000000000..be5dc1928 --- /dev/null +++ b/dcorch/objects/resource.py @@ -0,0 +1,91 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""Resource object.""" + +from dcorch.common import exceptions +from dcorch.db import api as db_api +from dcorch.objects import base +from oslo_versionedobjects import base as ovo_base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class Resource(base.OrchestratorObject, base.VersionedObjectDictCompat): + """DC Orchestrator subcloud object.""" + + fields = { + 'id': fields.IntegerField(), + 'uuid': fields.UUIDField(), + 'resource_type': fields.StringField(), + 'master_id': fields.StringField(), + } + + def create(self): + if self.obj_attr_is_set('id'): + raise exceptions.ObjectActionError(action='create', + reason='already created') + updates = self.obj_get_changes() + try: + resource_type = updates.pop('resource_type') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Resource object without a " + "resource_type set") + + db_resource = db_api.resource_create( + self._context, resource_type, updates) + return self._from_db_object(self._context, self, db_resource) + + @classmethod + def get_by_type_and_master_id(cls, context, resource_type, master_id): + db_resource = db_api.resource_get_by_type_and_master_id( + context, resource_type, master_id) + return cls._from_db_object(context, cls(), db_resource) + + @classmethod + def get_by_id(cls, context, id): + db_resource = db_api.resource_get_by_id(context, id) + return cls._from_db_object(context, cls(), db_resource) + + def delete(self): + db_api.resource_delete( + self._context, self.resource_type, self.master_id) + + def save(self): + updates = self.obj_get_changes() + updates.pop('id', None) + updates.pop('uuid', None) + db_resource = db_api.resource_update(self._context, self.id, updates) + self._from_db_object(self._context, self, db_resource) + self.obj_reset_changes() + + +@base.OrchestratorObjectRegistry.register +class ResourceList(ovo_base.ObjectListBase, base.OrchestratorObject): + """DC Orchestrator resource list object.""" + VERSION = '1.1' + + fields = { + 'objects': fields.ListOfObjectsField('Resource'), + } + + @classmethod + def get_all(cls, context, resource_type=None): + resources = db_api.resource_get_all( + context, resource_type) + return ovo_base.obj_make_list( + context, cls(context), Resource, resources) diff --git a/dcorch/objects/service.py b/dcorch/objects/service.py new file mode 100644 index 000000000..9b9f5b96a --- /dev/null +++ b/dcorch/objects/service.py @@ -0,0 +1,63 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""Service object.""" + +from dcorch.db import api as db_api +from dcorch.objects import base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class Service(base.OrchestratorObject, base.VersionedObjectDictCompat): + """DC Orchestrator service object.""" + + fields = { + 'id': fields.UUIDField(), + 'host': fields.StringField(), + 'binary': fields.StringField(), + 'topic': fields.StringField(), + 'disabled': fields.BooleanField(), + 'disabled_reason': fields.StringField(nullable=True), + 'created_at': fields.DateTimeField(), + 'updated_at': fields.DateTimeField(), + 'deleted_at': fields.DateTimeField(nullable=True), + 'deleted': fields.IntegerField(nullable=True), + } + + @classmethod + def create(cls, context, service_id, host=None, binary=None, topic=None): + obj = db_api.service_create(context, service_id=service_id, host=host, + binary=binary, topic=topic) + return cls._from_db_object(context, cls(context), obj) + + @classmethod + def get(cls, context, service_id): + obj = db_api.service_get(context, service_id) + return cls._from_db_object(context, cls(), obj) + + @classmethod + def get_all(cls, context): + objs = db_api.service_get_all(context) + return [cls._from_db_object(context, cls(), obj) for obj in objs] + + @classmethod + def update(cls, context, obj_id, values=None): + obj = db_api.service_update(context, obj_id, values=values) + return cls._from_db_object(context, cls(), obj) + + @classmethod + def delete(cls, context, obj_id): + db_api.service_delete(context, obj_id) diff --git a/dcorch/objects/subcloud.py b/dcorch/objects/subcloud.py new file mode 100644 index 000000000..121f5d36f --- /dev/null +++ b/dcorch/objects/subcloud.py @@ -0,0 +1,99 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""Subcloud object.""" + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.db import api as db_api +from dcorch.objects import base +from oslo_versionedobjects import base as ovo_base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class Subcloud(base.OrchestratorObject, base.VersionedObjectDictCompat): + """DC Orchestrator subcloud object.""" + + fields = { + 'id': fields.IntegerField(), + 'uuid': fields.UUIDField(), + 'region_name': fields.StringField(), + 'software_version': fields.StringField(), + 'management_state': fields.StringField(nullable=True), + 'availability_status': fields.StringField(), + } + + def create(self): + if self.obj_attr_is_set('id'): + raise exceptions.ObjectActionError(action='create', + reason='already created') + updates = self.obj_get_changes() + try: + region_name = updates.pop('region_name') + except KeyError: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a Subcloud object without a " + "region_name set") + # create entry into alarm summary table, we will get real values later + alarm_updates = {'critical_alarms': -1, + 'major_alarms': -1, + 'minor_alarms': -1, + 'warnings': -1, + 'cloud_status': consts.ALARMS_DISABLED} + db_api.subcloud_alarms_create(self._context, region_name, + alarm_updates) + db_subcloud = db_api.subcloud_create( + self._context, region_name, updates) + return self._from_db_object(self._context, self, db_subcloud) + + @classmethod + def get_by_name(cls, context, subcloud_name): + db_subcloud = db_api.subcloud_get(context, subcloud_name) + return cls._from_db_object(context, cls(), db_subcloud) + + def save(self): + updates = self.obj_get_changes() + updates.pop('id', None) + updates.pop('uuid', None) + db_subcloud = db_api.subcloud_update(self._context, self.region_name, + updates) + self._from_db_object(self._context, self, db_subcloud) + self.obj_reset_changes() + + def delete(self): + # TODO(cfriesen): fix up to use delete cascade + # delete the associated sync requests + db_api.orch_request_delete_by_subcloud(self._context, self.region_name) + # delete the associated alarm entry + db_api.subcloud_alarms_delete(self._context, self.region_name) + db_api.subcloud_delete(self._context, self.region_name) + + +@base.OrchestratorObjectRegistry.register +class SubcloudList(ovo_base.ObjectListBase, base.OrchestratorObject): + """DC Orchestrator subcloud list object.""" + VERSION = '1.1' + + fields = { + 'objects': fields.ListOfObjectsField('Subcloud'), + } + + @classmethod + def get_all(cls, context): + subclouds = db_api.subcloud_get_all(context) + return ovo_base.obj_make_list( + context, cls(context), Subcloud, subclouds) diff --git a/dcorch/objects/subcloud_resource.py b/dcorch/objects/subcloud_resource.py new file mode 100644 index 000000000..41c05a9c4 --- /dev/null +++ b/dcorch/objects/subcloud_resource.py @@ -0,0 +1,102 @@ +# Copyright (c) 2015 Ericsson AB. +# All Rights Reserved. +# +# 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. + +"""SubcloudResource object.""" + +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.db import api as db_api +from dcorch.objects import base +from oslo_versionedobjects import base as ovo_base +from oslo_versionedobjects import fields + + +@base.OrchestratorObjectRegistry.register +class SubcloudResource(base.OrchestratorObject, + base.VersionedObjectDictCompat): + """DC Orchestrator subcloud object.""" + + fields = { + 'id': fields.IntegerField(), + 'uuid': fields.UUIDField(), + 'shared_config_state': fields.StringField(), + 'subcloud_resource_id': fields.StringField(), + 'resource_id': fields.IntegerField(), + 'subcloud_id': fields.IntegerField(), + } + + def create(self): + if self.obj_attr_is_set('id'): + raise exceptions.ObjectActionError(action='create', + reason='already created') + updates = self.obj_get_changes() + if 'subcloud_resource_id' not in updates: + raise exceptions.ObjectActionError( + action="create", + reason="cannot create a SubcloudResource object without a " + "subcloud_resource_id") + + resource_id = updates.pop('resource_id') + subcloud_id = updates.pop('subcloud_id') + + db_subcloud_resource = db_api.subcloud_resource_create( + self._context, subcloud_id, resource_id, updates) + return self._from_db_object(self._context, self, db_subcloud_resource) + + def is_managed(self): + return self.shared_config_state == consts.SHARED_CONFIG_STATE_MANAGED + + @classmethod + def get_by_id(cls, context, id): + db_subcloud_resource = db_api.subcloud_resource_get(context, id) + return cls._from_db_object(context, cls(), db_subcloud_resource) + + @classmethod + def get_by_resource_and_subcloud(cls, context, res_id, subcloud_id): + db_subcloud_resource = \ + db_api.subcloud_resource_get_by_resource_and_subcloud( + context, res_id, subcloud_id) + return cls._from_db_object(context, cls(), db_subcloud_resource) + + def save(self): + updates = self.obj_get_changes() + updates.pop('id', None) + updates.pop('uuid', None) + updates.pop('resource', None) + updates.pop('subcloud', None) + db_subcloud = db_api.subcloud_resource_update(self._context, + self.id, updates) + self._from_db_object(self._context, self, db_subcloud) + self.obj_reset_changes() + + def delete(self): + db_api.subcloud_resource_delete(self._context, self.id) + + +@base.OrchestratorObjectRegistry.register +class SubcloudResourceList(ovo_base.ObjectListBase, base.OrchestratorObject): + """DC Orchestrator subcloud list object.""" + VERSION = '1.1' + + fields = { + 'objects': fields.ListOfObjectsField('SubcloudResource'), + } + + @classmethod + def get_by_resource_id(cls, context, resource_id): + subcloud_resources = db_api.subcloud_resources_get_by_resource( + context, resource_id) + return ovo_base.obj_make_list( + context, cls(context), SubcloudResource, subcloud_resources) diff --git a/dcorch/rpc/__init__.py b/dcorch/rpc/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/rpc/client.py b/dcorch/rpc/client.py new file mode 100644 index 000000000..97e0a65fd --- /dev/null +++ b/dcorch/rpc/client.py @@ -0,0 +1,120 @@ +# 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. + +''' +Client side of the DC Orchestrator RPC API. +''' + +from oslo_log import log as logging + +from dcorch.common import consts +from dcorch.common import messaging + +LOG = logging.getLogger(__name__) + + +class EngineClient(object): + """Client side of the DC orchestrator engine rpc API. + + Version History: + 1.0 - Initial version + """ + + BASE_RPC_API_VERSION = '1.0' + + def __init__(self): + self._client = messaging.get_rpc_client( + topic=consts.TOPIC_ORCH_ENGINE, + version=self.BASE_RPC_API_VERSION) + + @staticmethod + def make_msg(method, **kwargs): + return method, kwargs + + def call(self, ctxt, msg, version=None): + method, kwargs = msg + if version is not None: + client = self._client.prepare(version=version) + else: + client = self._client + return client.call(ctxt, method, **kwargs) + + def cast(self, ctxt, msg, version=None): + method, kwargs = msg + if version is not None: + client = self._client.prepare(version=version) + else: + client = self._client + return client.cast(ctxt, method, **kwargs) + + def get_usage_for_project_and_user(self, ctxt, endpoint_type, + project_id, user_id=None): + return self.call(ctxt, self.make_msg('get_usage_for_project_and_user', + endpoint_type=endpoint_type, + project_id=project_id, + user_id=user_id)) + + def quota_sync_for_project(self, ctxt, project_id): + return self.cast(ctxt, self.make_msg('quota_sync_for_project', + project_id=project_id)) + + def keypair_sync_for_user(self, ctxt, job_id, payload): + return self.cast( + ctxt, + self.make_msg('keypair_sync_for_user', job_id=job_id, + payload=payload)) + + def image_sync(self, ctxt, job_id, payload): + return self.cast( + ctxt, + self.make_msg('image_sync', job_id=job_id, payload=payload)) + + def add_subcloud(self, ctxt, subcloud_name, sw_version): + return self.call( + ctxt, + self.make_msg('add_subcloud', subcloud_name=subcloud_name, + sw_version=sw_version)) + + def del_subcloud(self, ctxt, subcloud_name): + return self.call( + ctxt, + self.make_msg('del_subcloud', subcloud_name=subcloud_name)) + + def update_subcloud_states(self, ctxt, subcloud_name, management_state, + availability_status): + return self.call( + ctxt, + self.make_msg('update_subcloud_states', + subcloud_name=subcloud_name, + management_state=management_state, + availability_status=availability_status)) + + def update_subcloud_version(self, ctxt, subcloud_name, sw_version): + return self.call( + ctxt, + self.make_msg('update_subcloud_version', + subcloud_name=subcloud_name, sw_version=sw_version)) + + def update_alarm_summary(self, ctxt, region_name): + return self.cast( + ctxt, self.make_msg('update_alarm_summary', + region_name=region_name)) + + def get_alarm_summary(self, ctxt): + return self.call( + ctxt, self.make_msg('get_alarm_summary')) + + # The sync job info has been written to the DB, alert the sync engine + # that there is work to do. + def sync_request(self, ctxt, endpoint_type): + return self.cast( + ctxt, self.make_msg('sync_request', endpoint_type=endpoint_type)) diff --git a/dcorch/snmp/README.rst b/dcorch/snmp/README.rst new file mode 100755 index 000000000..4e761df48 --- /dev/null +++ b/dcorch/snmp/README.rst @@ -0,0 +1,9 @@ +=============================== +snmp +=============================== + +DC Orchestrator SNMP is an SNMP Trap reciver service to handle alarm events +generated in the subclouds. Alarms are throttled and sent by rpc to the +orchestrator engine to update the alarm summary of the subcloud + + diff --git a/dcorch/snmp/__init__.py b/dcorch/snmp/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/snmp/controller.py b/dcorch/snmp/controller.py new file mode 100644 index 000000000..0a28c0198 --- /dev/null +++ b/dcorch/snmp/controller.py @@ -0,0 +1,105 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + +import collections +import datetime +from dcorch.common import consts +from dcorch.common import context +from dcorch.rpc import client as rpc_client +from multiprocessing import Queue +from oslo_log import log as logging + +LOG = logging.getLogger(__name__) + + +class Controller(object): + + system_throttle_timers = {} + system_last_updates = {} + system_in_delay = {} + system_trap_tstamps = {} + + def __init__(self, systems, cfg): + self.cfg = cfg + self.event_queue = Queue() + self.rpc_client = rpc_client.EngineClient() + self.throttle_threshold = self.cfg.snmp.throttle_threshold + for i in systems: + self._add_system(i) + + def send_notification(self, system): + LOG.debug("Sending update request for %s" % (system)) + try: + ctx = context.get_admin_context() + self.rpc_client.update_alarm_summary(ctx, system) + except Exception: + LOG.error('Failed to send update for system %s' % system) + return + self.system_last_updates[system] = datetime.datetime.now() + + def _add_system(self, system): + # Arbitrarily distant last update, ensures first trap updates + self.system_last_updates[system] = datetime.datetime(1989, 3, 9) + self.system_throttle_timers[system] = None + self.system_in_delay[system] = False + self.system_trap_tstamps[system] = collections.deque() + + def handle_trap(self, system, msg): + if system == consts.CLOUD_0: + return + if not (system in self.system_last_updates): + self._add_system(system) + tstamp = datetime.datetime.utcnow() + self.system_trap_tstamps[system].append(tstamp) + # we throttle the notification in the following condiftions + # 1. system is already being throttled (ignores notification) + # 2. If more than throttle_threshold traps have come within + # delay_time and we last updated within delay_time + # otherwise we request an update for the system + if len(self.system_trap_tstamps[system]) > self.throttle_threshold: + self.system_trap_tstamps[system].popleft() + if self.system_in_delay[system]: + LOG.debug("No action for %s , msg: %s. Already in delay" % + (system, msg)) + return + if self._should_throttle_notification(system, tstamp): + delta = (tstamp - + self.system_last_updates[system]).total_seconds() + if delta > self.cfg.snmp.delay_time: + self.send_notification(system) + else: + notification_time = self.system_last_updates[system] +\ + datetime.timedelta(0, self.cfg.snmp.delay_time) + self.system_throttle_timers[system] = notification_time + else: + self.send_notification(system) + + def _should_throttle_notification(self, system, new_trap_tstamp): + d = self.system_trap_tstamps[system] + if len(d) < self.throttle_threshold: + return False + if d[0] < new_trap_tstamp -\ + datetime.timedelta(0, self.cfg.snmp.delay_time): + return False + return True + + def handle_delayed_notifications(self): + curr_time = datetime.datetime.utcnow() + for system, notify_time in self.system_throttle_timers.iteritems(): + if notify_time is not None: + if curr_time > notify_time: + self.send_notification(system) + self.system_throttle_timers[system] = None + self.system_in_delay[system] = False diff --git a/dcorch/snmp/queue_monitor.py b/dcorch/snmp/queue_monitor.py new file mode 100644 index 000000000..fc9adb6c3 --- /dev/null +++ b/dcorch/snmp/queue_monitor.py @@ -0,0 +1,56 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + +from oslo_log import log as logging +import threading +import time + +LOG = logging.getLogger(__name__) + + +class QueueMonitor(threading.Thread): + def __init__(self, controller, snmp_process): + super(QueueMonitor, self).__init__() + self.snmp_process = snmp_process + self.controller = controller + self._stop = threading.Event() + + def read_queue(self): + while not self.stopped(): + item = None + try: + item = self.controller.event_queue.get(True, 0.1) + except Exception: + item = "" + if item == "": + time.sleep(0.1) + else: + system = item[0] + msg = item[1] + if not (system is None): + self.controller.handle_trap(system, msg) + self.controller.handle_delayed_notifications() + if not self.snmp_process.is_alive(): + break + LOG.info("Stopping Queue Managment Thread") + + def stopped(self): + return self._stop.isSet() + + def stop(self): + self._stop.set() + + def run(self): + self.read_queue() diff --git a/dcorch/snmp/service.py b/dcorch/snmp/service.py new file mode 100644 index 000000000..126e24ab8 --- /dev/null +++ b/dcorch/snmp/service.py @@ -0,0 +1,46 @@ +# Copyright (c) 2017 Ericsson AB. +# All Rights Reserved. +# +# 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. + +from controller import Controller +from multiprocessing import Process +from oslo_log import log as logging +from oslo_service import service +from queue_monitor import QueueMonitor +from snmp_server import SNMPTrapServer + +LOG = logging.getLogger(__name__) + + +class SNMPService(service.Service): + + def __init__(self, cfg): + super(SNMPService, self).__init__() + cont = Controller([], cfg.CONF) + self.snmp_server = Process(target=self.launch_SNMP_server, + args=(cont.event_queue, cfg.CONF)) + self.snmp_server.start() + self.queue_thread = QueueMonitor(cont, self.snmp_server) + LOG.info('Starting Queue Monitor Thread') + self.queue_thread.start() + self.queue_thread.join() + + def launch_SNMP_server(self, q, config): + trap_server = SNMPTrapServer(controller=q, cfg=config) + LOG.info('Starting SNMP Server Thread') + trap_server.run() + + def end(self): + self.queue_thread.stop() + self.snmp_server.stop() diff --git a/dcorch/snmp/snmp_config.py b/dcorch/snmp/snmp_config.py new file mode 100644 index 000000000..1408d1f4a --- /dev/null +++ b/dcorch/snmp/snmp_config.py @@ -0,0 +1,101 @@ +# Copyright 2016 Ericsson AB +# 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. + +""" +File to store all the configurations +""" +from dcorch.common.i18n import _ +from dcorch.common import version +from oslo_config import cfg +from oslo_log import log as logging +import sys + + +LOG = logging.getLogger(__name__) + +snmp_server_opts = [ + cfg.StrOpt('snmp_ip', default='0.0.0.0', + help='ip to listen on'), + cfg.IntOpt('snmp_port', + default=162, + help='snmp trap port'), + cfg.StrOpt('snmp_comm_str', default='dcorchAlarmAggregator', + help='community string'), + cfg.StrOpt('snmp_sec_area', default='fm-aggregator', + help='security area'), + cfg.StrOpt('auth_strategy', default='keystone', + help=_("The type of authentication to use")), + cfg.IntOpt('delay_time', + default=30, + help='min time (seconds) between update requests per server'), + cfg.IntOpt('alarm_audit_interval_time', + default=787, + help='interval of periodic updates in seconds'), + cfg.IntOpt('throttle_threshold', + default=10, + help='min number alarms over delay_time before throttling') +] + +snmp_opt_group = cfg.OptGroup(name='snmp', + title='SNMP Options') + + +def init(args, **kwargs): + # Register the configuration options + # cfg.CONF.register_opts(common_opts) + + # ks_session.Session.register_conf_options(cfg.CONF) + # auth.register_conf_options(cfg.CONF) + logging.register_options(cfg.CONF) + register_options() + cfg.CONF(args=args, project='dc-orch', + version='%%(prog)s %s' % version.version_info.release_string(), + **kwargs) + + +def setup_logging(): + """Sets up the logging options for a log with supplied name.""" + product_name = "dc-orch" + logging.setup(cfg.CONF, product_name) + LOG.info("Logging enabled!") + LOG.info("%(prog)s version %(version)s", + {'prog': sys.argv[0], + 'version': version.version_info.release_string()}) + LOG.debug("command line: %s", " ".join(sys.argv)) + + +def reset_service(): + # Reset worker in case SIGHUP is called. + # Note that this is called only in case a service is running in + # daemon mode. + setup_logging() + + # TODO(joehuang) enforce policy later + # policy.refresh() + + +def test_init(): + # Register the configuration options + # cfg.CONF.register_opts(common_opts) + logging.register_options(cfg.CONF) + register_options() + setup_logging() + + +def list_opts(): + yield snmp_opt_group.name, snmp_server_opts + + +def register_options(): + for group, opts in list_opts(): + cfg.CONF.register_opts(opts, group=group) diff --git a/dcorch/snmp/snmp_server.py b/dcorch/snmp/snmp_server.py new file mode 100644 index 000000000..8d76f8559 --- /dev/null +++ b/dcorch/snmp/snmp_server.py @@ -0,0 +1,102 @@ +# Copyright 2016 Ericsson AB +# 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. +from netaddr import IPAddress +from oslo_log import log as logging +from pysnmp.carrier.asynsock.dgram import udp +from pysnmp.carrier.asynsock.dgram import udp6 +from pysnmp.entity import config +from pysnmp.entity import engine +from pysnmp.entity.rfc3413 import ntfrcv +import threading + +LOG = logging.getLogger(__name__) + + +class SNMPTrapServer(threading.Thread): + + def __init__(self, controller, cfg): + threading.Thread.__init__(self) + self.controller = controller + self.cfg = cfg + self.snmp_engine = engine.SnmpEngine() + self.count = 0 + # Transport setup + ipv4 = True + if IPAddress(self.cfg.snmp.snmp_ip).version == 6: + ipv4 = False + # Transport setup + if ipv4: + # UDP over IPv4, first listening interface/port + config.addSocketTransport( + self.snmp_engine, + udp.domainName + (1,), + udp.UdpTransport().openServerMode((self.cfg.snmp.snmp_ip, + self.cfg.snmp.snmp_port)) + ) + else: + # UDP over IPv6, first listening interface/port + config.addSocketTransport( + self.snmp_engine, + udp6.domainName + (1,), + udp6.Udp6Transport().openServerMode((self.cfg.snmp.snmp_ip, + self.cfg.snmp.snmp_port)) + ) + # SecurityName <-> CommunityName mapping + config.addV1System(self.snmp_engine, + self.cfg.snmp.snmp_sec_area, + self.cfg.snmp.snmp_comm_str) + + ntfrcv.NotificationReceiver(self.snmp_engine, self.cb_fun) + + def cb_fun(self, snmp_engine, + state_reference, + context_engine_id, context_name, + var_binds, + cb_ctx): + transport_domain, transport_address = \ + self.snmp_engine.msgAndPduDsp.getTransportInfo(state_reference) + LOG.info('Notification received from %s' % (transport_address[0])) + system_oid = '1.3.6.1.4.1.731.1.1.1.1.1.1.4' + for oid, val in var_binds: + if str(oid) == system_oid: + system = "" + try: + system = self.parse_system_line(str(val)) + except Exception: + return + self.controller.put((system, self.count)) + # Used as a buffer clearing object for the Queue + # Without this the lock is not released on the payload object + # and get() returns nothing on the other end + # leaving 1 item in the queue + self.controller.put((None, None)) + self.count += 1 + return + + def parse_system_line(self, system_line): + line_split = system_line.split('.') + system_split = line_split[0].split('=') + return system_split[1] + + def run(self): + self.snmp_engine.transportDispatcher.jobStarted(1) + LOG.info('SNMP Transport Dispatcher Job Started') + try: + self.snmp_engine.transportDispatcher.runDispatcher() + except Exception: + self.snmp_engine.transportDispatcher.closeDispatcher() + raise + + def stop(self): + self.snmp_engine.transportDispatcher.jobFinished(1) + self.snmp_engine.transportDispatcher.closeDispatcher() diff --git a/dcorch/tests/__init__.py b/dcorch/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/tests/base.py b/dcorch/tests/base.py new file mode 100644 index 000000000..3d3f1786f --- /dev/null +++ b/dcorch/tests/base.py @@ -0,0 +1,20 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. + +from oslotest import base + + +class OrchestratorTestCase(base.BaseTestCase): + """Test case base class for all unit tests.""" diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/migrate_version.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/migrate_version.json new file mode 100644 index 000000000..277cb22e1 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/migrate_version.json @@ -0,0 +1,3 @@ +{ + "migrate_version_0": ["dcmanager", "/usr/lib/python2.7/site-packages/dcmanager/db/sqlalchemy/migrate_repo", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json new file mode 100644 index 000000000..d9f992fd3 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/strategy_steps.json @@ -0,0 +1,6 @@ +{ + "strategy_steps_0": [63, 7, 3, "complete", "", "2018-05-18 00:00:14.073539", "2018-05-18 00:03:05.38425", "NULL", "NULL", "2018-05-17 23:50:59.230807", "2018-05-18 00:03:05.389346", "NULL", 0], + "strategy_steps_1": [60, "NULL", 1, "complete", "", "2018-05-17 23:51:13.588264", "2018-05-17 23:54:53.791109", "NULL", "NULL", "2018-05-17 23:50:59.223942", "2018-05-17 23:54:53.796026", "NULL", 0], + "strategy_steps_2": [62, 6, 2, "complete", "", "2018-05-17 23:55:03.805419", "2018-05-17 23:59:05.153763", "NULL", "NULL", "2018-05-17 23:50:59.228584", "2018-05-17 23:59:05.159172", "NULL", 0], + "strategy_steps_3": [61, 1, 2, "complete", "", "2018-05-17 23:55:03.798957", "2018-05-18 00:00:05.185775", "NULL", "NULL", "2018-05-17 23:50:59.226117", "2018-05-18 00:00:05.191001", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json new file mode 100644 index 000000000..544d79539 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/subcloud_status.json @@ -0,0 +1,17 @@ +{ + "subcloud_status_0": [32, 7, "volume", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.96137", "2018-05-18 18:20:39.773185", "NULL", 0], + "subcloud_status_1": [34, 7, "network", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.965798", "2018-05-18 18:20:40.20996", "NULL", 0], + "subcloud_status_2": [33, 7, "compute", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.96369", "2018-05-18 18:20:40.647117", "NULL", 0], + "subcloud_status_3": [31, 7, "platform", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.959", "2018-05-18 18:20:40.647643", "NULL", 0], + "subcloud_status_4": [27, 6, "volume", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.516212", "2018-05-18 18:20:53.848545", "NULL", 0], + "subcloud_status_5": [29, 6, "network", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.520688", "2018-05-18 18:20:54.318122", "NULL", 0], + "subcloud_status_6": [26, 6, "platform", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.512624", "2018-05-18 18:20:54.800959", "NULL", 0], + "subcloud_status_7": [28, 6, "compute", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.518589", "2018-05-18 18:20:54.801511", "NULL", 0], + "subcloud_status_8": [35, 7, "patching", "in-sync", "NULL", "NULL", "2018-05-15 14:45:48.968028", "2018-05-18 18:24:52.93953", "NULL", 0], + "subcloud_status_9": [30, 6, "patching", "in-sync", "NULL", "NULL", "2018-05-15 14:45:12.522906", "2018-05-18 18:24:53.403192", "NULL", 0], + "subcloud_status_10": [2, 1, "volume", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.55157", "2018-05-24 00:17:37.344778", "NULL", 0], + "subcloud_status_11": [4, 1, "network", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.555564", "2018-05-24 00:17:37.799951", "NULL", 0], + "subcloud_status_12": [1, 1, "platform", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.548357", "2018-05-24 00:17:38.353609", "NULL", 0], + "subcloud_status_13": [3, 1, "compute", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.553623", "2018-05-24 00:17:38.354505", "NULL", 0], + "subcloud_status_14": [5, 1, "patching", "in-sync", "NULL", "NULL", "2018-04-11 17:01:48.557433", "2018-05-24 00:17:42.564325", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/subclouds.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/subclouds.json new file mode 100644 index 000000000..efed1acff --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/subclouds.json @@ -0,0 +1,5 @@ +{ + "subclouds_0": [6, "subcloud-4", "wcp85 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_C", "18.03", "managed", "online", "fd01:3::0/64", "fd01:3::1", "fd01:3::2", "fd01:3::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:12.508708", "2018-05-24 10:48:18.090931", "NULL", 0], + "subclouds_1": [1, "subcloud-1", "wcp80 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_B", "18.03", "managed", "online", "fd01:2::0/64", "fd01:2::1", "fd01:2::2", "fd01:2::f", "fd01:1::1", 0, "NULL", "NULL", "2018-04-11 17:01:48.54467", "2018-05-24 00:17:34.74161", "NULL", 0], + "subclouds_2": [7, "subcloud-5", "wcp87 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:4::0/64", "fd01:4::1", "fd01:4::2", "fd01:4::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json new file mode 100644 index 000000000..1f95433f6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_opts_default.json @@ -0,0 +1,3 @@ +{ + "sw_update_opts_default_0": [1, "NULL", "parallel", "parallel", 2, "stop-start", "relaxed", "NULL", "NULL", "NULL", "2018-05-16 13:41:44.330145", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json b/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json new file mode 100644 index 000000000..f612d8291 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/dcmanager/sw_update_strategy.json @@ -0,0 +1,3 @@ +{ + "sw_update_strategy_0": [21, "patch", "parallel", 2, true, "complete", "NULL", "NULL", "2018-05-17 23:50:59.221342", "2018-05-18 00:03:14.24641", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/assignment.json b/dcorch/tests/data/ipv6_R5_install/keystone/assignment.json new file mode 100644 index 000000000..da78d6b4a --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/assignment.json @@ -0,0 +1,30 @@ +{ + "assignment_0": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "59fa225368524bf6974f76a25050143b", false], + "assignment_1": ["UserProject", "81eed996f2a346a3b5282fe2a881db9b", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_2": ["UserProject", "4abaa160c36846328a482217de0112af", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_3": ["UserProject", "c5d07e41f78747949fbc1de84168a44f", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_4": ["UserProject", "63dd0fb409264a43b7dbfe9582b8023d", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_5": ["UserProject", "6cf3cfc5d26f458daf66802d8e8a2e2a", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_6": ["UserProject", "a757fb8d624b46b4b10eea1b4d2ca0d2", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_7": ["UserProject", "8ff17967605a4240b8a6c15ed4bf10f1", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_8": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_9": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "8803689162424f60a71e4642e9dc2b9e", "ef2e357b0d4d4bcaaa6ae303c7d58d7e", false], + "assignment_10": ["UserProject", "04facea7432848c9bfdf3780bb51612e", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_11": ["UserProject", "04facea7432848c9bfdf3780bb51612e", "8803689162424f60a71e4642e9dc2b9e", "59fa225368524bf6974f76a25050143b", false], + "assignment_12": ["UserProject", "c455073c30044db8908630595699d874", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_13": ["UserProject", "c455073c30044db8908630595699d874", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "1f62f45b748b4c5db66f97c715ecf1ae", false], + "assignment_14": ["UserDomain", "f94aa82e49dd4aaa8bf1c80fee109234", "2423d6c7853145a798e6491ca9de6e2b", "59fa225368524bf6974f76a25050143b", false], + "assignment_15": ["UserProject", "146482c0aba84e35a5c1a507cff9db3d", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_16": ["UserProject", "118a09e72d6a4194af383285cb7e579a", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_17": ["UserProject", "692bd0a53c414d6dbbd0ba4d6fdb3c49", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_18": ["UserProject", "5f4d401253a74cc8ab507957b9cafb29", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_19": ["UserProject", "f1cc67bbf0d84c89a1df3067b538e1b8", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_20": ["UserProject", "4a2c1f4c8ae942b19e388576e93d1ced", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_21": ["UserProject", "d1399977957645e4a1e26c1b7b1e6d35", "9008c3fc102040cd8149b5c0d8aa06a3", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_22": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "9008c3fc102040cd8149b5c0d8aa06a3", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_23": ["UserProject", "5ad8271fc6bc432ab80685945bc5b346", "6ecc44a6b24e4c398dc749f1386b2ced", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_24": ["UserProject", "500b2ba0791e44a780d4dad3c5a1ff31", "6ecc44a6b24e4c398dc749f1386b2ced", "9fe2ff9ee4384b1894a90878d3e92bab", false], + "assignment_25": ["UserProject", "73403639b14c40e6b288c0e2cd3707bc", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_26": ["UserProject", "872e8c1b48c640c59189cf1587bd4e41", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false], + "assignment_27": ["UserProject", "f85b8eca57a441838cfe5a39d33230b5", "f3b78df9bbd74d6b8bbf8c5f08427ca7", "59fa225368524bf6974f76a25050143b", false] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/endpoint.json b/dcorch/tests/data/ipv6_R5_install/keystone/endpoint.json new file mode 100644 index 000000000..c58732786 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/endpoint.json @@ -0,0 +1,185 @@ +{ + "endpoint_0": ["9785cc7f99b6469ba6fe89bd8d5b9072", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:1::2]:9292", "{}", true, "SystemController"], + "endpoint_1": ["2b627b437d3c4412aa0581cf1b0fc8cb", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:1::2]:9292", "{}", true, "SystemController"], + "endpoint_2": ["171c04c06ec4436daec6604a2ded6e9a", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.151.162:9292", "{}", true, "SystemController"], + "endpoint_3": ["1645bfec421c4d88898bea1284dc8d89", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:1::2]:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_4": ["f93ed1fdabb04b7f913da53218a242e1", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:1::2]:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_5": ["fa55665905be43d3b47472b580726690", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.151.162:28774/v2.1/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_6": ["15b0341250be443287cf4c333bec7ca8", "NULL", "admin", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://[fd01:1::2]:8119/v1.0", "{}", true, "SystemController"], + "endpoint_7": ["70ede9a42a8a48f68be78622b9ca8aa7", "NULL", "internal", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://[fd01:1::2]:8119/v1.0", "{}", true, "SystemController"], + "endpoint_8": ["42f9c95f20f84bfd9c05f5417eeea7ba", "NULL", "public", "9754bb0a6cba4ae4b62c1a4e825964a5", "http://128.224.151.162:8119/v1.0", "{}", true, "SystemController"], + "endpoint_9": ["45be189e3e1448ab92930534a950d5a2", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:1::2]:29696/", "{}", true, "SystemController"], + "endpoint_10": ["4d29f266e3524fd28070ae89d9bcc218", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:1::2]:29696/", "{}", true, "SystemController"], + "endpoint_11": ["a78b26ecbba74db1802293fcfacd584a", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.151.162:29696/", "{}", true, "SystemController"], + "endpoint_12": ["7a42e40aac4040708fd23b571c650026", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:25491/", "{}", true, "SystemController"], + "endpoint_13": ["62844e21e90a42278026bca686192401", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:25491/", "{}", true, "SystemController"], + "endpoint_14": ["7b6dd7d0bb504919952c162bd74bb1ae", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.162:25491/", "{}", true, "SystemController"], + "endpoint_15": ["c89c795cff5c45c7adc3b321943351ef", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:5491", "{}", true, "RegionOne"], + "endpoint_16": ["4971b138f1e04b94aed46af88489fa53", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:1::2]:5491", "{}", true, "RegionOne"], + "endpoint_17": ["21aa3f2577f0402190f9a8758fdb2620", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.162:15491", "{}", true, "RegionOne"], + "endpoint_18": ["bd7d26e0755d498ebf4c846448936983", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:1::2]:4545", "{}", true, "RegionOne"], + "endpoint_19": ["993f49cf95754c93884fc8eac180eda8", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:1::2]:4545", "{}", true, "RegionOne"], + "endpoint_20": ["2821d84aec434123b039f3d7ab3fbaca", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.151.162:4545", "{}", true, "RegionOne"], + "endpoint_21": ["8d8e469fd83f4608b025338c8e67e7e1", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:1::2]:8777", "{}", true, "RegionOne"], + "endpoint_22": ["2bf8cd48dfee4d339bfba53abccd20b4", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:1::2]:8777", "{}", true, "RegionOne"], + "endpoint_23": ["8cdf5229f64c46deb9ebe86d0aa88776", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.151.162:8777", "{}", true, "RegionOne"], + "endpoint_24": ["704878ca10f24d63a33b44139549f6e9", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "SystemController"], + "endpoint_25": ["736c4e7c5aa84384944c3907f1c1a6ae", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "SystemController"], + "endpoint_26": ["a4537dcfeefe4adeaf37cd100833ec12", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "SystemController"], + "endpoint_27": ["8627ce33d93c4b769e295b83a7dc100b", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:6385/v1", "{}", true, "RegionOne"], + "endpoint_28": ["8c11b80a30464d7791f4825d9ad14fca", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:6385/v1", "{}", true, "RegionOne"], + "endpoint_29": ["3330af049c0547c1a400b8ce7a6f73f3", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.162:6385/v1", "{}", true, "RegionOne"], + "endpoint_30": ["89cb5c408a2a43979a22728abe3b7256", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:26385/v1", "{}", true, "SystemController"], + "endpoint_31": ["0fdceccb9c6c476594a22b37fa717007", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:1::2]:26385/v1", "{}", true, "SystemController"], + "endpoint_32": ["5705066ec86c49f0b30f46677824f4a8", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.162:26385/v1", "{}", true, "SystemController"], + "endpoint_33": ["f0f5128e02654c33a6f438533b77ff86", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:1::2]:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_34": ["66c462a7643046aab31d4afe6058200c", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:1::2]:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_35": ["853aab978d8b41a78c381292f55c71f2", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.151.162:28776/v3/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_36": ["d194fdcc00ea444887ca0666955a929f", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:1::2]:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_37": ["7492375879c34231949d75eef5fa7c5b", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:1::2]:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_38": ["3be8d1d22d44456c9a48c71bacc77ac9", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.151.162:28776/v2/%(tenant_id)s", "{}", true, "SystemController"], + "endpoint_39": ["baabaa1754d14732bcaca91acc6ac7bc", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:2::2]:8042", "{}", true, "subcloud-1"], + "endpoint_40": ["bb0598302d7644a8b9af8a39006e9dea", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:2::2]:8042", "{}", true, "subcloud-1"], + "endpoint_41": ["388ec02223e5470bbc5b12c0078f1d0e", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.150.18:8042", "{}", true, "subcloud-1"], + "endpoint_42": ["02c9dcf0a5074324b2f0c310bedac5fe", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:2::2]:8778", "{}", true, "subcloud-1"], + "endpoint_43": ["ee61c87ae43d499a8937bcdf4b02da69", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:2::2]:8778", "{}", true, "subcloud-1"], + "endpoint_44": ["9f8d2d7164624b0ebf7e6d95118d8657", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.150.18:8778", "{}", true, "subcloud-1"], + "endpoint_45": ["bd0005e60acf47a6890f0867f683b209", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:2::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_46": ["d4ef0e1fdb2f4fa885c8c8a6b878340e", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:2::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_47": ["b9e4375f8b64466ca7b8c11f3bfcd335", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.150.18:8000/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_48": ["fb7b4a9155c64e75801ba11955798fb5", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:2::2]:9696", "{}", true, "subcloud-1"], + "endpoint_49": ["773a9d739bbd4a03ba401c46225e412d", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:2::2]:9696", "{}", true, "subcloud-1"], + "endpoint_50": ["680c06a7db8e4457bb5d8b62810f98f5", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.150.18:9696", "{}", true, "subcloud-1"], + "endpoint_51": ["e07a8bbabd5343fa877de9c2425f662e", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:2::2]:8777", "{}", true, "subcloud-1"], + "endpoint_52": ["c7182c60c44c40c2945bbe3e288c2ff6", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:2::2]:8777", "{}", true, "subcloud-1"], + "endpoint_53": ["9bc906a5fcb84b96ba7f196b01119077", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.150.18:8777", "{}", true, "subcloud-1"], + "endpoint_54": ["40efcf0cf1934896ac204fff9599181f", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:2::2]:8977", "{}", true, "subcloud-1"], + "endpoint_55": ["3c56e9f939aa4f48b48e0bd63a7e0e2d", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:2::2]:4545", "{}", true, "subcloud-1"], + "endpoint_56": ["e0dc056cf41d48ada2a5128ff6d13c80", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:3::2]:8042", "{}", true, "subcloud-4"], + "endpoint_57": ["9c3669ebb2864fe49b00555a4cb720bf", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:3::2]:8778", "{}", true, "subcloud-4"], + "endpoint_58": ["43d53656ac8e46e7875237e202e99896", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.150.224:8778", "{}", true, "subcloud-4"], + "endpoint_59": ["1b6649177bbf4793ae70e09badeaf1fa", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:3::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_60": ["19a92fce510743f9939a9a22299fc6ff", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.150.224:9696", "{}", true, "subcloud-4"], + "endpoint_61": ["f802be7e04a64c768150f0416e113fe1", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:3::2]:4545", "{}", true, "subcloud-4"], + "endpoint_62": ["513e4e6a0e4840dd8de65742a1b0634d", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:3::2]:4545", "{}", true, "subcloud-4"], + "endpoint_63": ["c17d425b28aa4589a42abf0c3ae89865", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:3::2]:8777", "{}", true, "subcloud-4"], + "endpoint_64": ["71b408d04b984a958090054093c6330a", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-4"], + "endpoint_65": ["549e1bd55f2e4218b5f2a03bc9859bf6", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.150.224:8977", "{}", true, "subcloud-4"], + "endpoint_66": ["89606a1804a54f17ae67659d481fde20", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:3::2]:9292", "{}", true, "subcloud-4"], + "endpoint_67": ["ecae4ccc0af242a98d978ff527e7e81b", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:3::2]:6385/v1", "{}", true, "subcloud-4"], + "endpoint_68": ["9b503e8a198f4221a716568dfe0a497f", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.150.224:6385/v1", "{}", true, "subcloud-4"], + "endpoint_69": ["f2209d54eb064311aeacb96a853e5867", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.151.66:9292", "{}", true, "subcloud-5"], + "endpoint_70": ["8c761aabddf7450c95fcee0dd5f38bee", "NULL", "public", "995cc229e9af44ec81c1c76073f4c733", "http://128.224.151.66:8778", "{}", true, "subcloud-5"], + "endpoint_71": ["8c0e3189cf5e49f09dc3566321603e85", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.151.66:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_72": ["71575d7116ae4510b9115476a21bbb1b", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:4::2]:5491", "{}", true, "subcloud-5"], + "endpoint_73": ["73972411365647f2be7b7f6b4d302759", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:4::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_74": ["52643da5712d4555a953d9f03b2bf332", "NULL", "admin", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:4::2]:4545", "{}", true, "subcloud-5"], + "endpoint_75": ["a51e43d1eb9b47c980c45efd8bac4c87", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:4::2]:9696", "{}", true, "subcloud-5"], + "endpoint_76": ["56ef199db23c43ecae7d94cc7222c854", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:4::2]:9696", "{}", true, "subcloud-5"], + "endpoint_77": ["ed96c299010b48eaa8eddee5cbf9df5e", "NULL", "public", "6cfd11045b1e4c0badcb56f18428ab5b", "http://128.224.151.66:9696", "{}", true, "subcloud-5"], + "endpoint_78": ["9fdb807e84124790b8c3ece35d15a0ef", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-5"], + "endpoint_79": ["ffa6c1cd10a94194a02e36a4937c343c", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.151.66:8977", "{}", true, "subcloud-5"], + "endpoint_80": ["699aa011ead14997ac6f56d83ed95a8c", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:4::2]:6385/v1", "{}", true, "subcloud-5"], + "endpoint_81": ["24418e1fb27c4bd19138bd60ff84339b", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:4::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_82": ["f839413f6073428999df122e5e39c5a9", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:4::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_83": ["6730c5f0390a4e66b24d87db41d0a0f6", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.151.66:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_84": ["22c6413d42234c0a98e91ed342bf7db7", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:3::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_85": ["98a5b15ccb424826922f5c919c5690a8", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:3::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_86": ["da110ac1f03c4b9e817463225a4b2b83", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.150.224:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_87": ["f5167f307d1f4adc84e29d59b3fcbf7b", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.150.224:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_88": ["b9aebe07a0e64367931946c584657186", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:2::2]:5491", "{}", true, "subcloud-1"], + "endpoint_89": ["1b58cd57070740809875fb0ea84d1ed4", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:2::2]:5491", "{}", true, "subcloud-1"], + "endpoint_90": ["127083b5a58641778f84bd63378f14a3", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.150.18:15491", "{}", true, "subcloud-1"], + "endpoint_91": ["9849dbabbdd9472598b3c8001f42dd3f", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-1"], + "endpoint_92": ["9b8814b1121a44948ca007a27982ee55", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-1"], + "endpoint_93": ["f456d7f703e242139355140c0617c619", "NULL", "public", "5fa3efb666204693a0d0ab05fb03140c", "http://128.224.151.162:5000/v3", "{}", true, "subcloud-1"], + "endpoint_94": ["b2041b71fc2244dba94dea647dd35b7e", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:2::2]:8977", "{}", true, "subcloud-1"], + "endpoint_95": ["29efd6682e1d435d807e991075bcf125", "NULL", "public", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://128.224.150.18:8977", "{}", true, "subcloud-1"], + "endpoint_96": ["05731150463b47699ab8fef01b81d464", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:2::2]:4545", "{}", true, "subcloud-1"], + "endpoint_97": ["5d347c0e475d40d385024705bb78c0d5", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.150.18:4545", "{}", true, "subcloud-1"], + "endpoint_98": ["39dd7a4d128549e3ab1d65d04b2bd862", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:2::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_99": ["497de517819045df9ca739bc3e121c89", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:2::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_100": ["b772d9d3df6c446e8c0de2611c5627aa", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.150.18:8004/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_101": ["7c27d2a668244dd8b35573df61cde0a0", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:2::2]:9292", "{}", true, "subcloud-1"], + "endpoint_102": ["c006181bd2c34abca079453ddc862b78", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:2::2]:9292", "{}", true, "subcloud-1"], + "endpoint_103": ["e884ae6f48fc4d2498e8735e1de545aa", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.150.18:9292", "{}", true, "subcloud-1"], + "endpoint_104": ["2e5e16ddea9b43c4a6be55c7c57e762c", "NULL", "admin", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:2::2]:6385/v1", "{}", true, "subcloud-1"], + "endpoint_105": ["e9820b3b3abe48f98548d4bc113bc905", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:2::2]:6385/v1", "{}", true, "subcloud-1"], + "endpoint_106": ["1506e9230fc948b2b267eec824bd97ae", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.150.18:6385/v1", "{}", true, "subcloud-1"], + "endpoint_107": ["6a5596c56479437a9c2fd2a78fe54d22", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:2::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_108": ["af690a3d102b484fb5cf760ad143689a", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:2::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_109": ["97ed35a6b02c46cfbeaddf20e6a1bd48", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.150.18:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_110": ["3e74d939f3684f6892640c5d6e6406d1", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:3::2]:8042", "{}", true, "subcloud-4"], + "endpoint_111": ["41b54ad4c80d45449f507db76083fb80", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:3::2]:8778", "{}", true, "subcloud-4"], + "endpoint_112": ["0390cb283a53403e9545651a60bf348e", "NULL", "public", "ea41162395844d30af3e59efa3e6323e", "http://128.224.150.224:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_113": ["7c3fabf70c174ea4a4fe6a0c4712e6bf", "NULL", "admin", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:3::2]:9696", "{}", true, "subcloud-4"], + "endpoint_114": ["0a338aef7a8b404aa0867e5a0205dc58", "NULL", "admin", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:3::2]:5491", "{}", true, "subcloud-4"], + "endpoint_115": ["09dde1c9499e4ba198a44c18e74f0a09", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.150.224:4545", "{}", true, "subcloud-4"], + "endpoint_116": ["56a76e94e60c4fd899a773001b272e47", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.150.224:8777", "{}", true, "subcloud-4"], + "endpoint_117": ["2a7cd8d550d94b90b93a15739fb5f79a", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-4"], + "endpoint_118": ["4dc1caf31cff44ccb8585fe4f200a32c", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:3::2]:8977", "{}", true, "subcloud-4"], + "endpoint_119": ["3fdab757ab134146bbd68c4521af397b", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:3::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_120": ["17846cae6aaa41e6be9f26f30adcb6d7", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:3::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_121": ["e67b03ac766f49059729a99a2754defa", "NULL", "public", "7d48ddb964034eb588e557b976d11cdf", "http://128.224.150.224:9292", "{}", true, "subcloud-4"], + "endpoint_122": ["81b25e9b817a46fd9654b1f478a9b5ce", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:3::2]:6385/v1", "{}", true, "subcloud-4"], + "endpoint_123": ["3cde2d8d8b5748f1966f06548cf65ec9", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:4::2]:9292", "{}", true, "subcloud-5"], + "endpoint_124": ["3e817212004241988cb0731f2f79ef76", "NULL", "admin", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:4::2]:8778", "{}", true, "subcloud-5"], + "endpoint_125": ["1ed1542248fc483fbc7ce26ca60ac00b", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:4::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_126": ["4136388469804921a749485b44ebc90b", "NULL", "admin", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:4::2]:8042", "{}", true, "subcloud-5"], + "endpoint_127": ["745d8b18ddae4353992dc123bf79ca66", "NULL", "internal", "a15edc66a6394e18bda9f9256e7b470c", "http://[fd01:4::2]:8042", "{}", true, "subcloud-5"], + "endpoint_128": ["38d157631f04457d8a9e1e1a55e8879b", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:4::2]:5491", "{}", true, "subcloud-5"], + "endpoint_129": ["b58d3551b31042dc8f1eeab3db053b36", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:4::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_130": ["b27ddfa5a6c940c180730d70c02b448e", "NULL", "internal", "aa803a6f0ab84b68ad13a759b1b29525", "http://[fd01:4::2]:4545", "{}", true, "subcloud-5"], + "endpoint_131": ["4d69300126184d108511e4d9a1ae829c", "NULL", "admin", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-5"], + "endpoint_132": ["03e1eb2e1f6a4041a3bd721c25bca9cd", "NULL", "admin", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:4::2]:8977", "{}", true, "subcloud-5"], + "endpoint_133": ["ba748586c1e74328a95d240566abd5da", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:4::2]:8777", "{}", true, "subcloud-5"], + "endpoint_134": ["f1c694830a79479fb6efa8bc20af509d", "NULL", "internal", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:4::2]:8777", "{}", true, "subcloud-5"], + "endpoint_135": ["83fda4af04c9475ba8906e4d1e25fc20", "NULL", "public", "86328b93a3c84d63a1be7f7368138bdf", "http://128.224.151.66:8777", "{}", true, "subcloud-5"], + "endpoint_136": ["b649a5f6c14b4f9db37d416b9044ac73", "NULL", "internal", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:4::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_137": ["46c653ca16294222be50ee0c6a530943", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.151.66:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_138": ["22c5a12627d54fb49d6ea7ae28efc60d", "NULL", "public", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://128.224.151.66:6385/v1", "{}", true, "subcloud-5"], + "endpoint_139": ["8170c8c7bd1f42f285b6eceb9a024134", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.151.66:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_140": ["41f38595b5f249b7ad9cc6fdf24d1f7c", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:4::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_141": ["adaa3140e68f4ea4a7e377a5a5b640bc", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:3::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_142": ["33b40962242e4afdb3ef6787af04e5a3", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.150.224:8776/v3/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_143": ["744d6951d82e47dc9fc48763d1b18d60", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:3::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_144": ["1dd34422beca4c2bb027d6e11a40b2c4", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:3::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_145": ["fcf6a770edc2486aa11e4b119e5de873", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:3::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_146": ["ef47b072365f475a8a56eeff153264ce", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:2::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_147": ["b461104aa21049aca0a71f8d4ee862e3", "NULL", "internal", "c5834d3740504a69bf427385319b51a0", "http://[fd01:2::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_148": ["67f79a87a6954f489dd9789e844e5998", "NULL", "public", "c5834d3740504a69bf427385319b51a0", "http://128.224.150.18:8776/v3/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_149": ["72264b75ad9e46578d882d9d96301188", "NULL", "admin", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:2::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_150": ["be6af8a2b8a5469b9dc8f2db2e2fc787", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:2::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_151": ["fa360cf6f5684c34be7c3ab5998b3a2c", "NULL", "public", "567f8aafa7844256b03e86655fa2bd3e", "http://128.224.150.18:8776/v1/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_152": ["37b87d149089406f81dba376f5309357", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:2::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_153": ["19e9a38d9db34ce1ba8953300bc32e65", "NULL", "internal", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:2::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_154": ["b9fa7c1bc44f495e9ff6dda810b841a1", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.150.18:8776/v2/%(tenant_id)s", "{}", true, "subcloud-1"], + "endpoint_155": ["0a32ffd450814d7599d95b9d006cd42c", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.150.224:8042", "{}", true, "subcloud-4"], + "endpoint_156": ["d652da20f7834c53b8bdcd0e9e6e2fb4", "NULL", "admin", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:3::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_157": ["c6667081743646efbfe6e0ab888b3eb2", "NULL", "internal", "6cfd11045b1e4c0badcb56f18428ab5b", "http://[fd01:3::2]:9696", "{}", true, "subcloud-4"], + "endpoint_158": ["edaeb34e5038485786df22d7f6360036", "NULL", "internal", "c3677835d8024fa894929ea67b1e9fa0", "http://[fd01:3::2]:5491", "{}", true, "subcloud-4"], + "endpoint_159": ["31e0293920404baf94390a6652c9ebff", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.150.224:15491", "{}", true, "subcloud-4"], + "endpoint_160": ["1cbf691bc9c84e3f9f6cc79246660bf7", "NULL", "admin", "86328b93a3c84d63a1be7f7368138bdf", "http://[fd01:3::2]:8777", "{}", true, "subcloud-4"], + "endpoint_161": ["ba7c54b0b7ac4cfdb558665fdd731c28", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-4"], + "endpoint_162": ["e6f1e6f998674d13b6b8fa6a843e49f9", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:3::2]:8977", "{}", true, "subcloud-4"], + "endpoint_163": ["1f3a25620c2b4e74b0348733a190fff1", "NULL", "public", "0efe25ad76f244e1bca9f6975cfe8b83", "http://128.224.150.224:8004/v1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_164": ["1daa3c5f75184962868ddd72d1b62529", "NULL", "admin", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:3::2]:9292", "{}", true, "subcloud-4"], + "endpoint_165": ["be6a2850cec44595b38eb6940baab1a6", "NULL", "admin", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:3::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_166": ["39c119210e864123b8b6c845be341074", "NULL", "internal", "c4ae85afaf7b465190d927e11da3eb38", "http://[fd01:3::2]:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_167": ["8f5980c8301146368c7be4f2a2e41cac", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.150.224:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-4"], + "endpoint_168": ["9953dc666ff24502b03cfb69c408f442", "NULL", "internal", "7d48ddb964034eb588e557b976d11cdf", "http://[fd01:4::2]:9292", "{}", true, "subcloud-5"], + "endpoint_169": ["368c49d56241450188857d2e7cd757d3", "NULL", "internal", "995cc229e9af44ec81c1c76073f4c733", "http://[fd01:4::2]:8778", "{}", true, "subcloud-5"], + "endpoint_170": ["33f33be90a1442839aef4f50afca45f9", "NULL", "internal", "ea41162395844d30af3e59efa3e6323e", "http://[fd01:4::2]:8000/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_171": ["523fe3578d634f17a81e04cb0e3c48c0", "NULL", "public", "a15edc66a6394e18bda9f9256e7b470c", "http://128.224.151.66:8042", "{}", true, "subcloud-5"], + "endpoint_172": ["e2d534e4e8804d0ebdb175e1f38f1cf2", "NULL", "public", "c3677835d8024fa894929ea67b1e9fa0", "http://128.224.151.66:15491", "{}", true, "subcloud-5"], + "endpoint_173": ["dc4cc20db20e4a08be988012f3b53efa", "NULL", "public", "c4ae85afaf7b465190d927e11da3eb38", "http://128.224.151.66:8774/v2.1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_174": ["135d036dc1804366873f238f193d0ee4", "NULL", "public", "aa803a6f0ab84b68ad13a759b1b29525", "http://128.224.151.66:4545", "{}", true, "subcloud-5"], + "endpoint_175": ["dbcf6bf6bcdf409ba2333370415fbd38", "NULL", "internal", "5fa3efb666204693a0d0ab05fb03140c", "http://[fd01:1::2]:5000/v3", "{}", true, "subcloud-5"], + "endpoint_176": ["a6a2033b69a34a04bb5a1d944c764401", "NULL", "internal", "d6f2ef7609f44c9aa0b40b15f9f93139", "http://[fd01:4::2]:8977", "{}", true, "subcloud-5"], + "endpoint_177": ["efb480b1d3374e0c97e688c1d5946d4d", "NULL", "admin", "0efe25ad76f244e1bca9f6975cfe8b83", "http://[fd01:4::2]:8004/v1/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_178": ["d526cf9c4c1c48be8d9770e8e261de07", "NULL", "internal", "b3dd49c87dfd40d08d19d2895d2bc9c6", "http://[fd01:4::2]:6385/v1", "{}", true, "subcloud-5"], + "endpoint_179": ["4881245fbcb5474ba807b60b1cab4c7f", "NULL", "admin", "c5834d3740504a69bf427385319b51a0", "http://[fd01:4::2]:8776/v3/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_180": ["e27f671897e54872876470d1880a1ca3", "NULL", "admin", "8a5873d1ee914ccbae3c070d578d0d0d", "http://[fd01:4::2]:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_181": ["3530851c3c7444d981ac145e3f6545d7", "NULL", "public", "8a5873d1ee914ccbae3c070d578d0d0d", "http://128.224.151.66:8776/v2/%(tenant_id)s", "{}", true, "subcloud-5"], + "endpoint_182": ["9157998f1a8a4d54ba679b31ac3eac0c", "NULL", "internal", "567f8aafa7844256b03e86655fa2bd3e", "http://[fd01:4::2]:8776/v1/%(tenant_id)s", "{}", true, "subcloud-5"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/local_user.json b/dcorch/tests/data/ipv6_R5_install/keystone/local_user.json new file mode 100644 index 000000000..ca56b1fe6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/local_user.json @@ -0,0 +1,24 @@ +{ + "local_user_0": [3, "8ff17967605a4240b8a6c15ed4bf10f1", "default", "panko", 0, "NULL"], + "local_user_1": [4, "c5d07e41f78747949fbc1de84168a44f", "default", "dcorch", 0, "NULL"], + "local_user_2": [5, "5f4d401253a74cc8ab507957b9cafb29", "default", "neutron", 0, "NULL"], + "local_user_3": [6, "4abaa160c36846328a482217de0112af", "default", "heat", 0, "NULL"], + "local_user_4": [7, "692bd0a53c414d6dbbd0ba4d6fdb3c49", "default", "vim", 0, "NULL"], + "local_user_5": [8, "6cf3cfc5d26f458daf66802d8e8a2e2a", "default", "aodh", 0, "NULL"], + "local_user_6": [11, "a757fb8d624b46b4b10eea1b4d2ca0d2", "default", "glance", 0, "NULL"], + "local_user_7": [12, "118a09e72d6a4194af383285cb7e579a", "default", "placement", 0, "NULL"], + "local_user_8": [13, "f1cc67bbf0d84c89a1df3067b538e1b8", "default", "patching", 0, "NULL"], + "local_user_9": [14, "f94aa82e49dd4aaa8bf1c80fee109234", "2423d6c7853145a798e6491ca9de6e2b", "heat_admin", 0, "NULL"], + "local_user_10": [15, "04facea7432848c9bfdf3780bb51612e", "default", "dcmanager", 0, "NULL"], + "local_user_11": [16, "c455073c30044db8908630595699d874", "default", "ceilometer", 0, "NULL"], + "local_user_12": [17, "4a2c1f4c8ae942b19e388576e93d1ced", "default", "cinder", 0, "NULL"], + "local_user_13": [18, "d1399977957645e4a1e26c1b7b1e6d35", "default", "tenant1", 0, "NULL"], + "local_user_14": [19, "5ad8271fc6bc432ab80685945bc5b346", "default", "tenant2", 0, "NULL"], + "local_user_15": [20, "73403639b14c40e6b288c0e2cd3707bc", "default", "cindersubcloud-1", 0, "NULL"], + "local_user_16": [9, "146482c0aba84e35a5c1a507cff9db3d", "default", "nova", 0, "NULL"], + "local_user_17": [10, "63dd0fb409264a43b7dbfe9582b8023d", "default", "mtce", 0, "NULL"], + "local_user_18": [2, "81eed996f2a346a3b5282fe2a881db9b", "default", "sysinv", 0, "NULL"], + "local_user_19": [23, "872e8c1b48c640c59189cf1587bd4e41", "default", "cindersubcloud-5", 0, "NULL"], + "local_user_20": [24, "f85b8eca57a441838cfe5a39d33230b5", "default", "cindersubcloud-4", 0, "NULL"], + "local_user_21": [1, "500b2ba0791e44a780d4dad3c5a1ff31", "default", "admin", 0, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/migrate_version.json b/dcorch/tests/data/ipv6_R5_install/keystone/migrate_version.json new file mode 100644 index 000000000..f6841b22d --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/migrate_version.json @@ -0,0 +1,6 @@ +{ + "migrate_version_0": ["keystone_expand", "/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo", 24], + "migrate_version_1": ["keystone_data_migrate", "/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo", 24], + "migrate_version_2": ["keystone", "/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo", 109], + "migrate_version_3": ["keystone_contract", "/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo", 24] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/password.json b/dcorch/tests/data/ipv6_R5_install/keystone/password.json new file mode 100644 index 000000000..c93dd7ae6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/password.json @@ -0,0 +1,24 @@ +{ + "password_0": [1, 1, "NULL", "NULL", false, "$2b$12$fVKV1.pFz76EgkTePPtzEuMYbTS8CbsVghxDhX7f7liZx8RlW0Y6O", 1523460727481605, "NULL", "2018-04-11 15:32:07.481605"], + "password_1": [2, 2, "NULL", "NULL", false, "$2b$12$SlX.b0AgnYn4nZtJ3jmvWeCpSQiY21QjdlpjvkMwyUjH8zYJzLBHe", 1523460750612369, "NULL", "2018-04-11 15:32:30.612369"], + "password_2": [3, 3, "NULL", "NULL", false, "$2b$12$xOE0UlHJSzLiqeupbP/BvOTKxptmAAXylD0IlcbecOpeQ9w3L8o9K", 1523461139214437, "NULL", "2018-04-11 15:38:59.214437"], + "password_3": [4, 4, "NULL", "NULL", false, "$2b$12$XraXnRCsEobDqxvZI10YwOCN2qFdVx4YyVsnAggUk6JOpZIA1ILRC", 1523461146035371, "NULL", "2018-04-11 15:39:06.035371"], + "password_4": [5, 5, "NULL", "NULL", false, "$2b$12$hm9rPyEF4MGzGhVN6MZEZOV20HNAEYdd/X5tE/eTMBUdf2ojGozym", 1523461151305674, "NULL", "2018-04-11 15:39:11.305674"], + "password_5": [6, 6, "NULL", "NULL", false, "$2b$12$uRXa5txGlCkP3K8k2evESOKE0OCvN0E1lmtDEffUo4GN4M3/moDhG", 1523461154969656, "NULL", "2018-04-11 15:39:14.969656"], + "password_6": [7, 7, "NULL", "NULL", false, "$2b$12$UDWh3bOprZkcicTvX74ekO7Z2sA9i578bvJWR3u3JKxx./R4zfAZm", 1523461159304616, "NULL", "2018-04-11 15:39:19.304616"], + "password_7": [8, 8, "NULL", "NULL", false, "$2b$12$aaxz0tFwmstJa28TC6CBAubmJImu7CpnOf6IL5Ay69xrmhjntK7U6", 1523461167384976, "NULL", "2018-04-11 15:39:27.384976"], + "password_8": [9, 9, "NULL", "NULL", false, "$2b$12$P8NNMYOhoASdrH9otXOSpuSdRmumCxmaUw86sQBr4uMBU0QZgrVB6", 1523461170949886, "NULL", "2018-04-11 15:39:30.949886"], + "password_9": [10, 10, "NULL", "NULL", false, "$2b$12$G5oIKiC7dArW21ALaT.vyuHoUl2frQdBrNH9oX1JGiC/IVK4/x5d2", 1523461176191435, "NULL", "2018-04-11 15:39:36.191435"], + "password_10": [11, 11, "NULL", "NULL", false, "$2b$12$c7khbuXewToyssTnkBI.sOSP1evojjJVadd8aVPjRdSaKBXhOu5XO", 1523461179586188, "NULL", "2018-04-11 15:39:39.586188"], + "password_11": [12, 12, "NULL", "NULL", false, "$2b$12$YiAwkChCYKqog31cjk9hReGyoSf.LBk2pp4ca/ujTMUZnS5Bi06oS", 1523461183306664, "NULL", "2018-04-11 15:39:43.306664"], + "password_12": [13, 13, "NULL", "NULL", false, "$2b$12$6R5Wc3uuF270K.Kz0Qhdze20dzWHUx/YNYCT4CBIZtq70T4eTKo2.", 1523461186923901, "NULL", "2018-04-11 15:39:46.923901"], + "password_13": [14, 14, "NULL", "NULL", false, "$2b$12$c069e0ysfrkXryUc7Y7FV.V0mIV1AuAebtTPt6HG51etBI8JYiLK2", 1523461239110598, "NULL", "2018-04-11 15:40:39.110598"], + "password_14": [15, 15, "NULL", "NULL", false, "$2b$12$PhXg966X3UpaW6nUHKjAseGgIq2WFEiwxqsg0AQl1fZB0XRyF3q1G", 1523461266343289, "NULL", "2018-04-11 15:41:06.343289"], + "password_15": [16, 16, "NULL", "NULL", false, "$2b$12$HEbgdNZ.XAueAUE.yQVRV.RePFvWXi3kzuE5nzuQ/cR4ecNdq5GuK", 1523461278526719, "NULL", "2018-04-11 15:41:18.526719"], + "password_16": [17, 17, "NULL", "NULL", false, "$2b$12$ta3TKTGmLRRSb0LvENvFpOdkyvf24h.XDYuE4zJCavb/z5ERh6GcK", 1523462230091266, "NULL", "2018-04-11 15:57:10.091266"], + "password_17": [18, 18, "NULL", "NULL", false, "$2b$12$IlICOy5XIrgXKB/LrpYH8OxhhumP6TIX7CoNET3jXEloQdcvLgig2", 1523462315972021, "NULL", "2018-04-11 15:58:35.972021"], + "password_18": [19, 19, "NULL", "NULL", false, "$2b$12$Tzx42wm1w1hauLkUqypJuu84yTsfWtm9XrsZFLNlpoizX/b6MLQHO", 1523462331773330, "NULL", "2018-04-11 15:58:51.77333"], + "password_19": [20, 20, "NULL", "NULL", false, "$2b$12$lFM1kQaZ3wQyuOcsUYnbqeEgRmQsYFsabjMJLPWm3EgZCnHAO0fXC", 1523469345119409, "NULL", "2018-04-11 17:55:45.119409"], + "password_20": [23, 23, "NULL", "NULL", false, "$2b$12$IpkrfjrFTVclpDV9qC4Twuct8aFZUFEPEEr/6tznmFr/U8lc42k1m", 1526397706723260, "NULL", "2018-05-15 15:21:46.72326"], + "password_21": [24, 24, "NULL", "NULL", false, "$2b$12$809wlBp0xowtrgpFiwGNp.gVrJ8uvdQNN43zQGbexRm82Mb5AJriq", 1526399747870689, "NULL", "2018-05-15 15:55:47.870689"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/project.json b/dcorch/tests/data/ipv6_R5_install/keystone/project.json new file mode 100644 index 000000000..6f657e4e7 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/project.json @@ -0,0 +1,9 @@ +{ + "project_0": ["<>", "<>", "{}", "", false, "<>", "NULL", true], + "project_1": ["default", "Default", "{}", "The default domain", true, "<>", "NULL", true], + "project_2": ["8803689162424f60a71e4642e9dc2b9e", "admin", "{}", "admin tenant", true, "default", "default", false], + "project_3": ["f3b78df9bbd74d6b8bbf8c5f08427ca7", "services", "{}", "Tenant for the openstack services", true, "default", "default", false], + "project_4": ["2423d6c7853145a798e6491ca9de6e2b", "heat", "{}", "", true, "<>", "NULL", true], + "project_5": ["9008c3fc102040cd8149b5c0d8aa06a3", "tenant1", "{}", "tenant1", true, "default", "default", false], + "project_6": ["6ecc44a6b24e4c398dc749f1386b2ced", "tenant2", "{}", "tenant2", true, "default", "default", false] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/region.json b/dcorch/tests/data/ipv6_R5_install/keystone/region.json new file mode 100644 index 000000000..3a5529227 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/region.json @@ -0,0 +1,7 @@ +{ + "region_0": ["SystemController", "", "NULL", "{}"], + "region_1": ["RegionOne", "", "NULL", "{}"], + "region_2": ["subcloud-1", "", "NULL", "{}"], + "region_3": ["subcloud-4", "", "NULL", "{}"], + "region_4": ["subcloud-5", "", "NULL", "{}"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/revocation_event.json b/dcorch/tests/data/ipv6_R5_install/keystone/revocation_event.json new file mode 100644 index 000000000..9327eaf58 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/revocation_event.json @@ -0,0 +1,3 @@ +{ + "revocation_event_0": [7, "NULL", "NULL", "8c5414c673634a8ebb837a897cb73a54", "NULL", "NULL", "NULL", "NULL", "2018-05-21 13:48:50", "NULL", "2018-05-21 13:48:50", "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/role.json b/dcorch/tests/data/ipv6_R5_install/keystone/role.json new file mode 100644 index 000000000..dad5933fa --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/role.json @@ -0,0 +1,7 @@ +{ + "role_0": ["59fa225368524bf6974f76a25050143b", "admin", "{}", "<>"], + "role_1": ["9fe2ff9ee4384b1894a90878d3e92bab", "_member_", "{}", "<>"], + "role_2": ["1f62f45b748b4c5db66f97c715ecf1ae", "ResellerAdmin", "{}", "<>"], + "role_3": ["d6bd09cf50334c5b9b1fe4cdeedfbdc4", "heat_stack_user", "{}", "<>"], + "role_4": ["ef2e357b0d4d4bcaaa6ae303c7d58d7e", "heat_stack_owner", "{}", "<>"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/service.json b/dcorch/tests/data/ipv6_R5_install/keystone/service.json new file mode 100644 index 000000000..411169223 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/service.json @@ -0,0 +1,20 @@ +{ + "service_0": ["5fa3efb666204693a0d0ab05fb03140c", "identity", true, "{"description": "OpenStack Identity Service", "name": "keystone"}"], + "service_1": ["b3dd49c87dfd40d08d19d2895d2bc9c6", "platform", true, "{"description": "SysInvService", "name": "sysinv"}"], + "service_2": ["9754bb0a6cba4ae4b62c1a4e825964a5", "dcmanager", true, "{"description": "DCManagerService", "name": "dcmanager"}"], + "service_3": ["c931b77a92bc4208909d9205d85391a0", "dcorch", true, "{"description": "DcOrchService", "name": "dcorch"}"], + "service_4": ["7d48ddb964034eb588e557b976d11cdf", "image", true, "{"description": "OpenStack Image Service", "name": "glance"}"], + "service_5": ["a15edc66a6394e18bda9f9256e7b470c", "alarming", true, "{"description": "OpenStack Alarming Service", "name": "aodh"}"], + "service_6": ["995cc229e9af44ec81c1c76073f4c733", "placement", true, "{"description": "Openstack Placement Service", "name": "placement"}"], + "service_7": ["c4ae85afaf7b465190d927e11da3eb38", "compute", true, "{"description": "Openstack Compute Service", "name": "nova"}"], + "service_8": ["ea41162395844d30af3e59efa3e6323e", "cloudformation", true, "{"description": "Openstack Cloudformation Service", "name": "heat-cfn"}"], + "service_9": ["6cfd11045b1e4c0badcb56f18428ab5b", "network", true, "{"description": "Neutron Networking Service", "name": "neutron"}"], + "service_10": ["c3677835d8024fa894929ea67b1e9fa0", "patching", true, "{"description": "Patching Service", "name": "patching"}"], + "service_11": ["86328b93a3c84d63a1be7f7368138bdf", "metering", true, "{"description": "Openstack Metering Service", "name": "ceilometer"}"], + "service_12": ["aa803a6f0ab84b68ad13a759b1b29525", "nfv", true, "{"description": "Virtual Infrastructure Manager", "name": "vim"}"], + "service_13": ["d6f2ef7609f44c9aa0b40b15f9f93139", "event", true, "{"description": "OpenStack Event Service", "name": "panko"}"], + "service_14": ["0efe25ad76f244e1bca9f6975cfe8b83", "orchestration", true, "{"description": "Openstack Orchestration Service", "name": "heat"}"], + "service_15": ["c5834d3740504a69bf427385319b51a0", "volumev3", true, "{"description": "Cinder Service v3", "name": "cinderv3"}"], + "service_16": ["8a5873d1ee914ccbae3c070d578d0d0d", "volumev2", true, "{"description": "Cinder Service v2", "name": "cinderv2"}"], + "service_17": ["567f8aafa7844256b03e86655fa2bd3e", "volume", true, "{"description": "Cinder Service", "name": "cinder"}"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/strategy_steps.json b/dcorch/tests/data/ipv6_R5_install/keystone/strategy_steps.json new file mode 100644 index 000000000..71ac73fdd --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/strategy_steps.json @@ -0,0 +1,6 @@ +{ + "strategy_steps_0": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_1": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_2": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "strategy_steps_3": [id, subcloud_id, stage, state, details, started_at, finished_at, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/subcloud_status.json b/dcorch/tests/data/ipv6_R5_install/keystone/subcloud_status.json new file mode 100644 index 000000000..88483ab82 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/subcloud_status.json @@ -0,0 +1,17 @@ +{ + "subcloud_status_0": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_1": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_2": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_3": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_4": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_5": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_6": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_7": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_8": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_9": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_10": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_11": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_12": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_13": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subcloud_status_14": [id, subcloud_id, endpoint_type, sync_status, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/subclouds.json b/dcorch/tests/data/ipv6_R5_install/keystone/subclouds.json new file mode 100644 index 000000000..859b505a8 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/subclouds.json @@ -0,0 +1,5 @@ +{ + "subclouds_0": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subclouds_1": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted], + "subclouds_2": [id, name, description, location, software_version, management_state, availability_status, management_subnet, management_gateway_ip, management_start_ip, management_end_ip, systemcontroller_gateway_ip, audit_fail_count, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json b/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json new file mode 100644 index 000000000..9e92441cf --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_opts_default.json @@ -0,0 +1,3 @@ +{ + "sw_update_opts_default_0": [id, subcloud_id, storage_apply_type, compute_apply_type, max_parallel_computes, default_instance_action, alarm_restriction_type, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json b/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json new file mode 100644 index 000000000..d7ef1ce27 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/sw_update_strategy.json @@ -0,0 +1,3 @@ +{ + "sw_update_strategy_0": [id, type, subcloud_apply_type, max_parallel_subclouds, stop_on_failure, state, reserved_1, reserved_2, created_at, updated_at, deleted_at, deleted] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/trust.json b/dcorch/tests/data/ipv6_R5_install/keystone/trust.json new file mode 100644 index 000000000..1cf11f9d6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/trust.json @@ -0,0 +1,6 @@ +{ + "trust_0": ["8955b2c1a40749b49f2bf21cc4b0acb4", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 17:24:22.199655", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_1": ["6562be68284e4cc6a8832714569e180b", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 19:03:55.461547", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_2": ["e6c80f658ebb4ace9020c31865c0245b", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-12 19:15:48.126469", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"], + "trust_3": ["0e67dc152a514c15827da1dbeb4c84cf", "500b2ba0791e44a780d4dad3c5a1ff31", "4abaa160c36846328a482217de0112af", "9008c3fc102040cd8149b5c0d8aa06a3", true, "2018-04-13 19:26:04.180508", "NULL", "NULL", "{"redelegation_count": 0, "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab"}]}"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/trust_role.json b/dcorch/tests/data/ipv6_R5_install/keystone/trust_role.json new file mode 100644 index 000000000..0880dc68f --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/trust_role.json @@ -0,0 +1,6 @@ +{ + "trust_role_0": ["8955b2c1a40749b49f2bf21cc4b0acb4", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_1": ["6562be68284e4cc6a8832714569e180b", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_2": ["e6c80f658ebb4ace9020c31865c0245b", "9fe2ff9ee4384b1894a90878d3e92bab"], + "trust_role_3": ["0e67dc152a514c15827da1dbeb4c84cf", "9fe2ff9ee4384b1894a90878d3e92bab"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/keystone/user.json b/dcorch/tests/data/ipv6_R5_install/keystone/user.json new file mode 100644 index 000000000..8c9bafc83 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/keystone/user.json @@ -0,0 +1,24 @@ +{ + "user_0": ["500b2ba0791e44a780d4dad3c5a1ff31", "{"email": "admin@localhost"}", true, "NULL", "2018-04-11 15:32:07.73006", "NULL", "default"], + "user_1": ["81eed996f2a346a3b5282fe2a881db9b", "{"email": "sysinv@localhost"}", true, "NULL", "2018-04-11 15:32:30.858964", "NULL", "default"], + "user_2": ["8ff17967605a4240b8a6c15ed4bf10f1", "{"email": "panko@localhost"}", true, "NULL", "2018-04-11 15:38:59.440114", "NULL", "default"], + "user_3": ["c5d07e41f78747949fbc1de84168a44f", "{"email": "dcorch@localhost"}", true, "NULL", "2018-04-11 15:39:06.280769", "NULL", "default"], + "user_4": ["5f4d401253a74cc8ab507957b9cafb29", "{"email": "neutron@localhost"}", true, "NULL", "2018-04-11 15:39:11.531363", "NULL", "default"], + "user_5": ["4abaa160c36846328a482217de0112af", "{"email": "heat@localhost"}", true, "NULL", "2018-04-11 15:39:15.194125", "NULL", "default"], + "user_6": ["692bd0a53c414d6dbbd0ba4d6fdb3c49", "{"email": "vim@localhost"}", true, "NULL", "2018-04-11 15:39:19.530182", "NULL", "default"], + "user_7": ["6cf3cfc5d26f458daf66802d8e8a2e2a", "{"email": "aodh@localhost"}", true, "NULL", "2018-04-11 15:39:27.610475", "NULL", "default"], + "user_8": ["146482c0aba84e35a5c1a507cff9db3d", "{"email": "nova@localhost"}", true, "NULL", "2018-04-11 15:39:31.174625", "NULL", "default"], + "user_9": ["63dd0fb409264a43b7dbfe9582b8023d", "{}", true, "NULL", "2018-04-11 15:39:36.417284", "NULL", "default"], + "user_10": ["a757fb8d624b46b4b10eea1b4d2ca0d2", "{"email": "glance@localhost"}", true, "NULL", "2018-04-11 15:39:39.812304", "NULL", "default"], + "user_11": ["118a09e72d6a4194af383285cb7e579a", "{"email": "placement@localhost"}", true, "NULL", "2018-04-11 15:39:43.532389", "NULL", "default"], + "user_12": ["f1cc67bbf0d84c89a1df3067b538e1b8", "{"email": "patching@localhost"}", true, "NULL", "2018-04-11 15:39:47.161565", "NULL", "default"], + "user_13": ["f94aa82e49dd4aaa8bf1c80fee109234", "{"email": "heat_admin@localhost"}", true, "NULL", "2018-04-11 15:40:39.336097", "NULL", "2423d6c7853145a798e6491ca9de6e2b"], + "user_14": ["04facea7432848c9bfdf3780bb51612e", "{"email": "dcmanager@localhost"}", true, "NULL", "2018-04-11 15:41:06.569371", "NULL", "default"], + "user_15": ["c455073c30044db8908630595699d874", "{"email": "ceilometer@localhost"}", true, "NULL", "2018-04-11 15:41:18.751809", "NULL", "default"], + "user_16": ["4a2c1f4c8ae942b19e388576e93d1ced", "{"email": "cinder@localhost"}", true, "NULL", "2018-04-11 15:57:10.340431", "NULL", "default"], + "user_17": ["d1399977957645e4a1e26c1b7b1e6d35", "{"email": "tenant1@noreply.com"}", true, "9008c3fc102040cd8149b5c0d8aa06a3", "2018-04-11 15:58:36.244453", "NULL", "default"], + "user_18": ["5ad8271fc6bc432ab80685945bc5b346", "{"email": "tenant2@noreply.com"}", true, "6ecc44a6b24e4c398dc749f1386b2ced", "2018-04-11 15:58:52.037904", "NULL", "default"], + "user_19": ["73403639b14c40e6b288c0e2cd3707bc", "{"email": "cinder@localhost"}", true, "NULL", "2018-04-11 17:55:45.379834", "NULL", "default"], + "user_20": ["872e8c1b48c640c59189cf1587bd4e41", "{"email": "cinder@localhost"}", true, "NULL", "2018-05-15 15:21:47.01523", "NULL", "default"], + "user_21": ["f85b8eca57a441838cfe5a39d33230b5", "{"email": "cinder@localhost"}", true, "NULL", "2018-05-15 15:55:48.164975", "NULL", "default"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/subclouds.json b/dcorch/tests/data/ipv6_R5_install/subclouds.json new file mode 100644 index 000000000..dc0499b4f --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/subclouds.json @@ -0,0 +1,6 @@ +{ + "subclouds_0": [6, "subcloud-4", "wcp85 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_C", "18.03", "managed", "online", "fd01:3::0/64", "fd01:3::1", "fd01:3::2", "fd01:3::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:12.508708", "2018-05-24 10:48:18.090931", "NULL", 0], + "subclouds_1": [1, "subcloud-1", "wcp80 subcloud", "Ottawa-PheonixLab-Aisle_3-Rack_B", "18.03", "managed", "online", "fd01:2::0/64", "fd01:2::1", "fd01:2::2", "fd01:2::f", "fd01:1::1", 0, "NULL", "NULL", "2018-04-11 17:01:48.54467", "2018-05-24 00:17:34.74161", "NULL", 0], + "subclouds_2": [7, "subcloud-5", "wcp87 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:4::0/64", "fd01:4::1", "fd01:4::2", "fd01:4::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0], + "subclouds_3": [8, "subcloud-6", "wcp89 subcloud", "Ottawa-PheonixLab-Aisle_4-Rack_B", "18.03", "managed", "online", "fd01:5::0/64", "fd01:5::1", "fd01:5::2", "fd01:5::f", "fd01:1::1", 0, "NULL", "NULL", "2018-05-15 14:45:48.95625", "2018-05-24 10:48:17.907767", "NULL", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/address_modes.json b/dcorch/tests/data/ipv6_R5_install/sysinv/address_modes.json new file mode 100644 index 000000000..93368db09 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/address_modes.json @@ -0,0 +1,8 @@ +{ + "address_modes_0": ["2018-04-11 15:34:01.158775", "NULL", "NULL", 1, "bad688d9-2a15-4b8d-90c1-3bf31001e27f", 4, "disabled", 9, "NULL"], + "address_modes_1": ["2018-04-11 15:34:01.174414", "NULL", "NULL", 2, "cd3a3530-0c38-44f6-85d2-48726abb03f1", 6, "static", 9, "NULL"], + "address_modes_2": ["2018-04-11 15:34:02.105151", "NULL", "NULL", 3, "36e85759-90fb-4e42-9a1b-6895cd5dddb0", 4, "static", 1, "NULL"], + "address_modes_3": ["2018-04-11 15:34:02.122732", "NULL", "NULL", 4, "48ece145-341d-4e9c-abe5-db0188d4661c", 6, "disabled", 1, "NULL"], + "address_modes_4": ["2018-04-11 17:36:11.215411", "NULL", "NULL", 5, "4dc77b93-eb41-4345-b5be-f116961dade7", 4, "static", 10, "NULL"], + "address_modes_5": ["2018-04-11 17:36:11.235055", "NULL", "NULL", 6, "7af4c2a6-e52d-48d6-b020-3c1b4a578ed0", 6, "disabled", 10, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json b/dcorch/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json new file mode 100644 index 000000000..7ba9bffd7 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/address_pool_ranges.json @@ -0,0 +1,6 @@ +{ + "address_pool_ranges_0": ["2018-04-11 15:32:43.393776", "NULL", "NULL", 1, "47b19f92-6055-4cf8-84cc-bb51a3f3474e", "fd01:1::2", "fd01:1::ffff:ffff:ffff:fffe", 1], + "address_pool_ranges_1": ["2018-04-11 15:32:43.624239", "NULL", "NULL", 2, "b5847dfe-d645-47d1-a89a-3153dbb4740f", "192.168.202.2", "192.168.202.254", 2], + "address_pool_ranges_2": ["2018-04-11 15:32:43.831987", "NULL", "NULL", 3, "a485084a-4c9d-45fa-ab6d-f94e64de1065", "128.224.150.1", "128.224.151.254", 3], + "address_pool_ranges_3": ["2018-04-11 15:32:44.015227", "NULL", "NULL", 4, "ebfb885a-cc27-49e9-abd4-df333050cfd2", "ff05::14:1:1:1", "ff05::14:1:1:e", 4] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/address_pools.json b/dcorch/tests/data/ipv6_R5_install/sysinv/address_pools.json new file mode 100644 index 000000000..cbca786d8 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/address_pools.json @@ -0,0 +1,6 @@ +{ + "address_pools_0": ["2018-04-11 15:32:43.392811", "2018-04-11 15:32:43.603851", "NULL", 1, "0adb1258-a669-481b-b0ff-0460f5eae9a6", "management", 6, "fd01:1::", 64, "random", 2, 3, 1, "NULL"], + "address_pools_1": ["2018-04-11 15:32:43.623812", "2018-04-11 15:32:43.750238", "NULL", 2, "f06cc319-1feb-4c8f-bae4-a8e62c037906", "pxeboot", 4, "192.168.202.0", 24, "random", 7, 8, 6, "NULL"], + "address_pools_2": ["2018-04-11 15:32:43.831516", "NULL", "NULL", 3, "47474b9c-bd25-4bec-a555-d570362a7401", "oam", 4, "128.224.150.0", 23, "random", 10, 11, 9, 12], + "address_pools_3": ["2018-04-11 15:32:44.014775", "NULL", "NULL", 4, "4badaca3-a355-4238-96b5-b60ca158aefa", "multicast-subnet", 6, "ff05::14:1:1:0", 124, "random", "NULL", "NULL", "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/addresses.json b/dcorch/tests/data/ipv6_R5_install/sysinv/addresses.json new file mode 100644 index 000000000..80b6d70c6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/addresses.json @@ -0,0 +1,19 @@ +{ + "addresses_0": ["2018-04-11 15:32:43.459592", "NULL", "NULL", 1, "5e770169-7267-497a-8096-de7442b5f296", "controller-mgmt", 6, "fd01:1::2", 64, true, "NULL", 1], + "addresses_1": ["2018-04-11 15:32:43.550478", "NULL", "NULL", 4, "d78f8a8a-bee1-4fba-a647-61726fd23db7", "controller-platform-nfs-mgmt", 6, "fd01:1::5", 64, true, "NULL", 1], + "addresses_2": ["2018-04-11 15:32:43.581086", "NULL", "NULL", 5, "de5ce7c3-122d-4aa3-8fb6-7a5b1b4a4660", "controller-nfs-mgmt", 6, "fd01:1::6", 64, true, "NULL", 1], + "addresses_3": ["2018-04-11 15:32:43.679669", "NULL", "NULL", 6, "4dda7f9f-f887-49a9-b239-fd16614c0c0b", "controller-pxeboot", 4, "192.168.202.2", 24, false, "NULL", 2], + "addresses_4": ["2018-04-11 15:32:43.776518", "2018-04-11 15:32:43.922704", "NULL", 9, "adfda1b4-e749-4b13-b9b9-7dda161db0a3", "controller-oam", 4, "128.224.151.162", 23, false, "NULL", 3], + "addresses_5": ["2018-04-11 15:32:43.822936", "2018-04-11 15:32:43.971363", "NULL", 12, "292511e2-0c7c-49a3-909c-344b18829314", "controller-gateway-oam", 4, "128.224.150.1", 23, false, "NULL", 3], + "addresses_6": ["2018-04-11 15:32:44.072076", "NULL", "NULL", 13, "f1015901-3576-45c4-9771-5da10dc2c3e2", "sm-mgmt-ip-multicast", 6, "ff05::14:1:1:1", 124, true, "NULL", 4], + "addresses_7": ["2018-04-11 15:32:44.096159", "NULL", "NULL", 14, "3bd6dac6-09d0-461e-ad1d-b1fb564278f9", "mtce-mgmt-ip-multicast", 6, "ff05::14:1:1:2", 124, true, "NULL", 4], + "addresses_8": ["2018-04-11 15:32:44.186736", "NULL", "NULL", 15, "3456cd83-4738-4ce2-a3ba-b29ed760211b", "patch-controller-mgmt-ip-multicast", 6, "ff05::14:1:1:3", 124, true, "NULL", 4], + "addresses_9": ["2018-04-11 15:32:44.213172", "NULL", "NULL", 16, "44955509-385d-4509-bb96-4f88a485b186", "patch-agent-mgmt-ip-multicast", 6, "ff05::14:1:1:4", 124, true, "NULL", 4], + "addresses_10": ["2018-04-11 15:32:43.704382", "2018-04-11 15:34:00.669646", "NULL", 7, "81bdd77e-bc12-476a-bd98-ff04d2cd87ab", "controller-0-pxeboot", 4, "192.168.202.3", 24, false, 7, 2], + "addresses_11": ["2018-04-11 15:32:43.791295", "2018-04-11 15:34:02.259728", "NULL", 10, "a1b36413-bdaf-44d0-b752-351f4747be93", "controller-0-oam", 4, "128.224.151.151", 23, false, 1, 3], + "addresses_12": ["2018-04-11 15:55:23.796705", "NULL", "NULL", 17, "f67a6c74-151c-4ff1-88c0-73b5aab7e72f", "controller-cinder-mgmt", 6, "fd01:1::8d49:c435:b42a:da39", 64, true, "NULL", 1], + "addresses_13": ["2018-04-11 15:32:43.727568", "2018-04-11 17:11:15.46512", "NULL", 8, "b8b5f623-6674-403e-aaf2-5a5bc19b3381", "controller-1-pxeboot", 4, "192.168.202.4", 24, false, 16, 2], + "addresses_14": ["2018-04-11 15:32:43.808005", "2018-04-11 17:36:11.389025", "NULL", 11, "69175db0-a076-4a35-b404-bbc70ad1dd1a", "controller-1-oam", 4, "128.224.151.153", 23, false, 10, 3], + "addresses_15": ["2018-04-11 15:32:43.489891", "2018-05-16 21:05:58.221018", "NULL", 2, "0416495f-3365-47e0-a170-8302d9e3f798", "controller-0-mgmt", 6, "fd01:1::3", 64, true, 9, 1], + "addresses_16": ["2018-04-11 15:32:43.519008", "2018-05-16 21:40:04.126776", "NULL", 3, "48cf3651-9481-4838-bd4e-1750e803aea1", "controller-1-mgmt", 6, "fd01:1::4", 64, true, 17, 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/clusters.json b/dcorch/tests/data/ipv6_R5_install/sysinv/clusters.json new file mode 100644 index 000000000..7d19ccf56 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/clusters.json @@ -0,0 +1,3 @@ +{ + "clusters_0": ["2018-04-11 15:44:36.511721", "NULL", "NULL", 1, "6d7b7ce6-ae85-4fdb-bbde-6d87485cca23", "NULL", "ceph", "ceph_cluster", "NULL", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/controller_fs.json b/dcorch/tests/data/ipv6_R5_install/sysinv/controller_fs.json new file mode 100644 index 000000000..dfd7d65a2 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/controller_fs.json @@ -0,0 +1,9 @@ +{ + "controller_fs_0": ["2018-04-11 15:32:44.637566", "2018-04-11 15:52:38.575025", "NULL", 1, "4783db43-a115-4dae-b0a4-fed50bd0cf9e", 1, "available", "backup", 50, "backup-lv", false], + "controller_fs_1": ["2018-04-11 15:32:44.648109", "2018-04-11 15:52:38.582984", "NULL", 2, "1ee5441a-4043-4e1d-a9af-82a9648311bb", 1, "available", "cgcs", 10, "cgcs-lv", true], + "controller_fs_2": ["2018-04-11 15:32:44.655808", "2018-04-11 15:52:38.590304", "NULL", 3, "a2de7f25-add1-4350-ad4b-0113432dfeeb", 1, "available", "database", 20, "pgsql-lv", true], + "controller_fs_3": ["2018-04-11 15:32:44.661658", "2018-04-11 15:52:38.597692", "NULL", 4, "502fcfb0-4bcf-491e-92ef-31c090015d27", 1, "available", "scratch", 8, "scratch-lv", false], + "controller_fs_4": ["2018-04-11 15:32:44.6679", "2018-04-11 15:52:38.604568", "NULL", 5, "fa7c1fdb-09ef-49fa-9d77-d1be4a565b0a", 1, "available", "img-conversions", 20, "img-conversions-lv", false], + "controller_fs_5": ["2018-04-11 15:32:44.673848", "2018-04-11 15:52:38.61143", "NULL", 6, "6bc6afad-06c2-4c3d-97e8-5bc4b4d44e94", 1, "available", "extension", 1, "extension-lv", true], + "controller_fs_6": ["2018-04-11 15:32:44.680109", "2018-04-11 15:52:38.61858", "NULL", 7, "9691abe5-6450-4fdb-8cad-c5fb9cf4da27", 1, "available", "patch-vault", 8, "patch-vault-lv", true] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/drbdconfig.json b/dcorch/tests/data/ipv6_R5_install/sysinv/drbdconfig.json new file mode 100644 index 000000000..526fc75d1 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/drbdconfig.json @@ -0,0 +1,3 @@ +{ + "drbdconfig_0": ["2018-04-11 15:32:39.945607", "NULL", "NULL", 1, "0d474006-2fa0-4871-bb02-51f31879312b", 40, 1, 0.200000000000000011, 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json b/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json new file mode 100644 index 000000000..f18880f99 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_interfaces.json @@ -0,0 +1,18 @@ +{ + "ethernet_interfaces_0": ["NULL", "NULL", "NULL", 1, "a4:bf:01:01:b6:ae", 1500, "NULL", "NULL"], + "ethernet_interfaces_1": ["NULL", "NULL", "NULL", 2, "a4:bf:01:01:b6:af", 1500, "NULL", "NULL"], + "ethernet_interfaces_2": ["NULL", "NULL", "NULL", 3, "3c:fd:fe:9f:6f:08", 1500, "NULL", "NULL"], + "ethernet_interfaces_3": ["NULL", "NULL", "NULL", 4, "3c:fd:fe:9f:6f:09", 1500, "NULL", "NULL"], + "ethernet_interfaces_4": ["NULL", "NULL", "NULL", 5, "3c:fd:fe:9f:6f:0a", 1500, "NULL", "NULL"], + "ethernet_interfaces_5": ["NULL", "NULL", "NULL", 6, "3c:fd:fe:9f:6f:0b", 1500, "NULL", "NULL"], + "ethernet_interfaces_6": ["NULL", "NULL", "NULL", 7, "90:e2:ba:b0:df:d0", 9216, "NULL", "NULL"], + "ethernet_interfaces_7": ["NULL", "NULL", "NULL", 8, "90:e2:ba:b0:df:d1", 1500, "NULL", "NULL"], + "ethernet_interfaces_8": ["NULL", "NULL", "NULL", 10, "a4:bf:01:01:66:ca", 1500, "NULL", "NULL"], + "ethernet_interfaces_9": ["NULL", "NULL", "NULL", 11, "a4:bf:01:01:66:cb", 1500, "NULL", "NULL"], + "ethernet_interfaces_10": ["NULL", "NULL", "NULL", 12, "3c:fd:fe:9f:74:c8", 1500, "NULL", "NULL"], + "ethernet_interfaces_11": ["NULL", "NULL", "NULL", 13, "3c:fd:fe:9f:74:c9", 1500, "NULL", "NULL"], + "ethernet_interfaces_12": ["NULL", "NULL", "NULL", 14, "3c:fd:fe:9f:74:ca", 1500, "NULL", "NULL"], + "ethernet_interfaces_13": ["NULL", "NULL", "NULL", 15, "3c:fd:fe:9f:74:cb", 1500, "NULL", "NULL"], + "ethernet_interfaces_14": ["NULL", "NULL", "NULL", 16, "90:e2:ba:b0:e9:f4", 9216, "NULL", "NULL"], + "ethernet_interfaces_15": ["NULL", "NULL", "NULL", 18, "90:e2:ba:b0:e9:f5", 1500, "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json b/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json new file mode 100644 index 000000000..e2e620071 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/ethernet_ports.json @@ -0,0 +1,18 @@ +{ + "ethernet_ports_0": ["NULL", "NULL", "NULL", 2, "a4:bf:01:01:b6:af", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_1": ["NULL", "NULL", "NULL", 3, "3c:fd:fe:9f:6f:08", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_2": ["NULL", "NULL", "NULL", 4, "3c:fd:fe:9f:6f:09", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_3": ["NULL", "NULL", "NULL", 5, "3c:fd:fe:9f:6f:0a", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_4": ["NULL", "NULL", "NULL", 6, "3c:fd:fe:9f:6f:0b", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_5": ["NULL", "NULL", "NULL", 8, "90:e2:ba:b0:df:d1", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_6": ["NULL", "NULL", "NULL", 10, "a4:bf:01:01:66:cb", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_7": ["NULL", "NULL", "NULL", 11, "3c:fd:fe:9f:74:c8", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_8": ["NULL", "NULL", "NULL", 12, "3c:fd:fe:9f:74:c9", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_9": ["NULL", "NULL", "NULL", 13, "3c:fd:fe:9f:74:ca", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_10": ["NULL", "NULL", "NULL", 14, "3c:fd:fe:9f:74:cb", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_11": ["NULL", "NULL", "NULL", 16, "90:e2:ba:b0:e9:f5", 1500, "NULL", "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_12": ["NULL", "NULL", "NULL", 9, "a4:bf:01:01:66:ca", 1500, 1000, "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_13": ["NULL", "NULL", "NULL", 15, "90:e2:ba:b0:e9:f4", 1500, 10000, "0", "NULL", "NULL", "True", "NULL"], + "ethernet_ports_14": ["NULL", "NULL", "NULL", 1, "a4:bf:01:01:b6:ae", 1500, 1000, "0", "NULL", "NULL", "NULL", "NULL"], + "ethernet_ports_15": ["NULL", "NULL", "NULL", 7, "90:e2:ba:b0:df:d0", 1500, 10000, "0", "NULL", "NULL", "True", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/event_suppression.json b/dcorch/tests/data/ipv6_R5_install/sysinv/event_suppression.json new file mode 100644 index 000000000..6449315dc --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/event_suppression.json @@ -0,0 +1,92 @@ +{ + "event_suppression_0": ["2018-04-11 15:44:32.411013", "NULL", "NULL", 1, "f2b22955-dc71-4ad3-aff8-d11dbab7c4dd", "200.007", "{""major"": "Host is degraded due to a ""major"" out-of-tolerance reading from the """" sensor", ""critical"": "Host is degraded due to a ""critical"" out-of-tolerance reading from the """" sensor", ""minor"": "Host is reporting a ""minor"" ...", "unsuppressed", false, "none"], + "event_suppression_1": ["2018-04-11 15:44:32.43499", "NULL", "NULL", 2, "6ced0ed1-fa46-4cbb-8339-ef5058918429", "400.003", "License key is not installed; a valid license key is required for operation.], + "event_suppression_2": ["2018-04-11 15:44:32.438485", "NULL", "NULL", 3, "595e1a35-d1ad-406d-941b-3bbd8b50d768", "700.005", "Instance owned by is rebooting on host ", "unsuppressed", false, "warning"], + "event_suppression_3": ["2018-04-11 15:44:32.440863", "NULL", "NULL", 4, "a5c19884-9e6e-42c4-a3b9-fdd8d3d0431d", "800.101", "Storage Alarm Condition:], + "event_suppression_4": ["2018-04-11 15:44:32.4445", "NULL", "NULL", 5, "a3a22349-6ac3-414b-9e6c-e343024033b4", "900.002", "Obsolete patch in system.", "unsuppressed", false, "warning"], + "event_suppression_5": ["2018-04-11 15:44:32.447356", "NULL", "NULL", 6, "75885e4c-a0fb-4742-a507-0d0cedb8b99e", "100.101", "Platform CPU threshold exceeded; threshold x%, actual y% .], + "event_suppression_6": ["2018-04-11 15:44:32.450028", "NULL", "NULL", 7, "28c837af-094a-4302-85ea-ff54cedd7b00", "100.102", "VSwitch CPU threshold exceeded; threshold x%, actual y% .], + "event_suppression_7": ["2018-04-11 15:44:32.453621", "NULL", "NULL", 8, "951687b9-4596-44d8-8cea-3a82c0113c37", "100.103", "Memory threshold exceeded; threshold x%, actual y% .], + "event_suppression_8": ["2018-04-11 15:44:32.455968", "NULL", "NULL", 9, "ec1de68d-3e71-4270-ae93-e182c5cf9d8e", "100.104", "host=.filesystem=], + "event_suppression_9": ["2018-04-11 15:44:32.458326", "NULL", "NULL", 10, "23a19251-8614-48d9-8c22-4aa4f68fa207", "100.106", """OAM"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_10": ["2018-04-11 15:44:32.460868", "NULL", "NULL", 11, "be8315da-7cc5-4865-937d-01b464644265", "100.107", """OAM"" Interface degraded.], + "event_suppression_11": ["2018-04-11 15:44:32.464405", "NULL", "NULL", 12, "949cea6d-d780-408a-9fe9-adc17ebdc018", "100.108", """MGMT"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_12": ["2018-04-11 15:44:32.466828", "NULL", "NULL", 13, "1bfdd175-8059-49e9-ae99-53d503b37863", "100.109", """MGMT"" Interface degraded.], + "event_suppression_13": ["2018-04-11 15:44:32.46902", "NULL", "NULL", 14, "4b3d56ee-6057-472b-a068-14c9faa39b13", "100.110", """INFRA"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_14": ["2018-04-11 15:44:32.471247", "NULL", "NULL", 15, "21307216-8d9d-4cc8-b100-3136bd52ce93", "100.111", """INFRA"" Interface degraded.], + "event_suppression_15": ["2018-04-11 15:44:32.474824", "NULL", "NULL", 16, "6708ca12-58f6-4392-8ec9-e217a6834e42", "100.112", """DATA-VRS"" Port down.", "unsuppressed", false, "none"], + "event_suppression_16": ["2018-04-11 15:44:32.478837", "NULL", "NULL", 17, "bf2ab172-aa6a-45f1-ae2f-bb0408178626", "100.113", """DATA-VRS"" Interface degraded.], + "event_suppression_17": ["2018-04-11 15:44:32.484603", "NULL", "NULL", 19, "c98852d7-1f5e-4a2b-b326-2e8141ea0ebd", "100.115", "VSwitch Memory Usage, processor threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "none"], + "event_suppression_18": ["2018-04-11 15:44:32.487322", "NULL", "NULL", 20, "b5fa53ff-484a-4de5-9f98-36088edbcc95", "100.116", "Cinder LVM Thinpool Usage threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "none"], + "event_suppression_19": ["2018-04-11 15:44:32.490273", "NULL", "NULL", 21, "35984c2a-5d0e-46dc-be0b-53f0148dbfe9", "100.117", "Nova LVM Thinpool Usage threshold exceeded; threshold x%, actual y% .", "unsuppressed", false, "major"], + "event_suppression_20": ["2018-04-11 15:44:32.493255", "NULL", "NULL", 22, "2318fcdb-a324-4421-b5ca-43db8313b5da", "100.118", "Controller cannot establish connection with remote logging server.", "unsuppressed", false, "none"], + "event_suppression_21": ["2018-04-11 15:44:32.497279", "NULL", "NULL", 23, "2b625133-2dff-4647-9c62-04c815d418ce", "200.001", " was administratively locked to take it out-of-service.", "unsuppressed", false, "warning"], + "event_suppression_22": ["2018-04-11 15:44:32.499831", "NULL", "NULL", 24, "cb9c1f90-3824-40c0-b906-786725b60cc0", "200.004", " experienced a service-affecting failure.], + "event_suppression_23": ["2018-04-11 15:44:32.503633", "NULL", "NULL", 25, "4f79881c-7b9b-436b-9dd5-4ecb2b5eb5a9", "200.005", "Degrade:], + "event_suppression_24": ["2018-04-11 15:44:32.506405", "NULL", "NULL", 26, "e055964e-4289-4d2d-9541-132a58995028", "200.006", "Main Process Monitor Daemon Failure (major):], + "event_suppression_25": ["2018-04-11 15:44:32.509942", "NULL", "NULL", 27, "ed4210e2-b59a-4758-b8e1-6c8cba441b3b", "200.009", "Degrade:], + "event_suppression_26": ["2018-04-11 15:44:32.513938", "NULL", "NULL", 28, "467ccc81-b65f-4bf2-b72e-33f520998353", "200.010", " access to board management module has failed.", "unsuppressed", false, "none"], + "event_suppression_27": ["2018-04-11 15:44:32.517946", "NULL", "NULL", 29, "5a89ad11-5805-4773-ab42-33f902f74e8f", "200.011", " experienced a configuration failure during initialization. Host is being re-configured by Reboot.", "unsuppressed", false, "warning"], + "event_suppression_28": ["2018-04-11 15:44:32.520274", "NULL", "NULL", 30, "a0947c3b-3ec7-4328-887d-fd21b4252c61", "200.012", " controller function has in-service failure while compute services remain healthy.", "unsuppressed", false, "warning"], + "event_suppression_29": ["2018-04-11 15:44:32.522833", "NULL", "NULL", 31, "98e0557b-a3d8-4205-b1af-20c46620cd0e", "200.013", " compute service of the only available controller is not poperational. Auto-recovery is disabled. Deggrading host instead.", "unsuppressed", false, "warning"], + "event_suppression_30": ["2018-04-11 15:44:32.526752", "NULL", "NULL", 32, "3ac593b7-ea29-4579-b394-371fd3599c5f", "200.014", "The Hardware Monitor was unable to load, configure and monitor one or more hardware sensors.", "unsuppressed", false, "none"], + "event_suppression_31": ["2018-04-11 15:44:32.529867", "NULL", "NULL", 33, "8038cb01-a27a-4181-8eba-7d80a7ec047d", "200.015", "Unable to read one or more sensor groups from this host""s board management controller", "unsuppressed", false, "none"], + "event_suppression_32": ["2018-04-11 15:44:32.532185", "NULL", "NULL", 34, "5bfe121b-70ea-4af8-9aa6-7e05744418e8", "210.001", "System Backup in progress.", "unsuppressed", false, "warning"], + "event_suppression_33": ["2018-04-11 15:44:32.535752", "NULL", "NULL", 35, "77fb2910-1005-4ee9-aa46-bc9432ae9da6", "250.001", " Configuration is out-of-date.", "unsuppressed", false, "warning"], + "event_suppression_34": ["2018-04-11 15:44:32.538161", "NULL", "NULL", 36, "dc15da60-1588-44eb-84f0-3f1c35a7ad34", "250.002", " Ceph cache tiering configuration is out-of-date.", "unsuppressed", false, "warning"], + "event_suppression_35": ["2018-04-11 15:44:32.541135", "NULL", "NULL", 37, "bf2179f5-92a3-40a7-b75a-a28be7c4055f", "270.001", "Host compute services failure[, reason = ]", "unsuppressed", false, "warning"], + "event_suppression_36": ["2018-04-11 15:44:32.544931", "NULL", "NULL", 38, "d174dba0-f3a5-4c49-8647-a53164a2ff28", "280.001", " is offline", "unsuppressed", false, "warning"], + "event_suppression_37": ["2018-04-11 15:44:32.54996", "NULL", "NULL", 40, "ad5757c0-d683-42b7-b0e1-670c049f733d", "300.001", """Data"" Port failed.", "unsuppressed", false, "warning"], + "event_suppression_38": ["2018-04-11 15:44:32.552888", "NULL", "NULL", 41, "78b518e5-9853-4261-bbbe-501ad7824441", "300.002", """Data"" Interface degraded.], + "event_suppression_39": ["2018-04-11 15:44:32.555243", "NULL", "NULL", 42, "a45e432a-ea17-4696-8d25-c43ef759630c", "300.003", "Networking Agent not responding.", "unsuppressed", false, "warning"], + "event_suppression_40": ["2018-04-11 15:44:32.55758", "NULL", "NULL", 43, "8289c192-f64c-4615-8332-1b662cb02e58", "300.004", "No enabled compute host with connectivity to provider network.", "unsuppressed", false, "warning"], + "event_suppression_41": ["2018-04-11 15:44:32.559837", "NULL", "NULL", 44, "44de4bbc-584a-458d-b26c-28432351d223", "300.005", "Communication failure detected over provider network x% for ranges y% on host z%.], + "event_suppression_42": ["2018-04-11 15:44:32.562213", "NULL", "NULL", 45, "11350dc7-bd5b-4a9c-8484-16dfbe080435", "300.010", "ML2 Driver Agent non-reachable], + "event_suppression_43": ["2018-04-11 15:44:32.564635", "NULL", "NULL", 46, "3f066c6d-11a3-428a-8504-9102be3814a3", "300.012", "Openflow Controller connection failed.", "unsuppressed", false, "warning"], + "event_suppression_44": ["2018-04-11 15:44:32.567144", "NULL", "NULL", 47, "6b7d9627-9806-405d-b6fb-a766eaebf5e8", "300.013", "No active Openflow controller connections found for this network.], + "event_suppression_45": ["2018-04-11 15:44:32.569395", "NULL", "NULL", 48, "d0d3820e-fb13-4cce-97f6-6663199165a9", "300.014", "OVSDB Manager connection failed.", "unsuppressed", false, "warning"], + "event_suppression_46": ["2018-04-11 15:44:32.571928", "NULL", "NULL", 49, "a9b58550-83a2-4bbc-b9ea-88b77773bc10", "300.015", "No active OVSDB connections found.", "unsuppressed", false, "warning"], + "event_suppression_47": ["2018-04-11 15:44:32.574799", "NULL", "NULL", 50, "8e2e2ab4-2b57-4dce-b846-7882ed7e7f53", "300.016", "Dynamic routing agent x% lost connectivity to peer y%.", "unsuppressed", false, "warning"], + "event_suppression_48": ["2018-04-11 15:44:32.577197", "NULL", "NULL", 51, "4cb8ec94-79e8-41d9-b187-8105842ff172", "400.001", "Service group failure; .], + "event_suppression_49": ["2018-04-11 15:44:32.579505", "NULL", "NULL", 52, "68462add-5e85-42b4-a579-78564370f08d", "400.002", "Service group loss of redundancy; expected standby member but only standby member available.], + "event_suppression_50": ["2018-04-11 15:44:32.581805", "NULL", "NULL", 53, "92c62f6b-bcef-48f9-a99e-aeb5f20c1fc3", "400.005", "Communication failure detected with peer over port .], + "event_suppression_51": ["2018-04-11 15:44:32.584203", "NULL", "NULL", 54, "545cf28b-9f8e-418f-a0a1-96f12ba1373b", "500.100", "TPM initialization failed on host.", "unsuppressed", false, "none"], + "event_suppression_52": ["2018-04-11 15:44:32.589051", "NULL", "NULL", 56, "f7d6dbe7-760c-454a-a572-4997dd787c68", "700.001", "Instance owned by has failed on host ], + "event_suppression_53": ["2018-04-11 15:44:32.591532", "NULL", "NULL", 57, "10b8629e-4021-4032-9c3a-6c3ea302d2b5", "700.002", "Instance owned by is paused on host ", "unsuppressed", false, "warning"], + "event_suppression_54": ["2018-04-11 15:44:32.59367", "NULL", "NULL", 58, "7eb9315d-6b06-4e1c-a858-87a9cd6d9931", "700.003", "Instance owned by is suspended on host ", "unsuppressed", false, "warning"], + "event_suppression_55": ["2018-04-11 15:44:32.595932", "NULL", "NULL", 59, "35f17ae4-f605-4a33-b979-2df4d01b85df", "700.004", "Instance owned by is stopped on host ", "unsuppressed", false, "warning"], + "event_suppression_56": ["2018-04-11 15:44:32.598225", "NULL", "NULL", 60, "d1cdb74c-aff3-4d7a-864e-3515e6d8737c", "700.006", "Instance owned by is rebuilding on host ", "unsuppressed", false, "warning"], + "event_suppression_57": ["2018-04-11 15:44:32.600544", "NULL", "NULL", 61, "af0de7e0-a45d-40de-a8d5-521f28d6d4b7", "700.007", "Instance owned by is evacuating from host ", "unsuppressed", false, "warning"], + "event_suppression_58": ["2018-04-11 15:44:32.60296", "NULL", "NULL", 62, "2da9b4ed-a6b4-433d-a25f-85d8d26251f7", "700.008", "Instance owned by is live migrating from host ", "unsuppressed", false, "warning"], + "event_suppression_59": ["2018-04-11 15:44:32.608135", "NULL", "NULL", 63, "9585178e-d799-49d5-9bef-9e443ba7d10a", "700.009", "Instance owned by is cold migrating from host ", "unsuppressed", false, "warning"], + "event_suppression_60": ["2018-04-11 15:44:32.610512", "NULL", "NULL", 64, "a14dfae8-711d-47f0-b898-8fef80876682", "700.010", "Instance owned by has been cold-migrated to host waiting for confirmation", "unsuppressed", false, "warning"], + "event_suppression_61": ["2018-04-11 15:44:32.613231", "NULL", "NULL", 65, "b4ec1dd8-9ec4-41f6-a711-1a64ba406934", "700.011", "Instance owned by is reverting cold migrate to host ", "unsuppressed", false, "warning"], + "event_suppression_62": ["2018-04-11 15:44:32.615925", "NULL", "NULL", 66, "fcf60ab4-7ab5-4909-9b07-5c5b89cd256d", "700.012", "Instance owned by is resizing on host ", "unsuppressed", false, "warning"], + "event_suppression_63": ["2018-04-11 15:44:32.618689", "NULL", "NULL", 67, "2345b587-6754-4c32-a45d-1fb0cdb77d0f", "700.013", "Instance owned by has been resized on host waiting for confirmation", "unsuppressed", false, "warning"], + "event_suppression_64": ["2018-04-11 15:44:32.620872", "NULL", "NULL", 68, "cb16826d-d8bf-42c6-91ef-271a2b6d1e69", "700.014", "Instance owned by is reverting resize on host ", "unsuppressed", false, "warning"], + "event_suppression_65": ["2018-04-11 15:44:32.623352", "NULL", "NULL", 69, "42b14fbb-e0b5-4cf8-bf94-1d17b93377d5", "700.015", "Guest Heartbeat not established for instance owned by on host ", "unsuppressed", false, "warning"], + "event_suppression_66": ["2018-04-11 15:44:32.625556", "NULL", "NULL", 70, "de1409fa-3450-4a68-b387-083cde1ebd7c", "700.016", "Multi-Node Recovery Mode", "unsuppressed", false, "warning"], + "event_suppression_67": ["2018-04-11 15:44:32.627937", "NULL", "NULL", 71, "9ab7798c-55d3-4128-97fd-4a4dc0446532", "700.017", "Server group policy was not satisfied", "unsuppressed", false, "none"], + "event_suppression_68": ["2018-04-11 15:44:32.630159", "NULL", "NULL", 72, "4dd24d8f-2e43-47b4-913c-d4b6c681b3ac", "800.001", "Storage Alarm Condition:], + "event_suppression_69": ["2018-04-11 15:44:32.63256", "NULL", "NULL", 73, "3bb4ff79-2bd4-4905-a681-13ba4874370c", "800.002", "[""Image storage media is full: There is not enough disk space on the image storage media."", ""Instance snapshot failed: There is not enough disk space on the image storage media."", "Supplied () and generated f ...", "unsuppressed", false, "none"], + "event_suppression_70": ["2018-04-11 15:44:32.634666", "NULL", "NULL", 74, "2ede62a9-e30d-43b0-8165-d7e3fa8e1420", "800.003", "Storage Alarm Condition:], + "event_suppression_71": ["2018-04-11 15:44:32.586818", "2018-04-16 16:40:39.222585", "NULL", 55, "4405c9dc-ade2-4295-a32a-e09dab2231b8", "500.101", "Developer patch certificate enabled.", "suppressed", false, "none"], + "event_suppression_72": ["2018-04-11 15:44:32.547374", "2018-04-16 17:10:44.207576", "NULL", 39, "aa213e29-1452-48d3-9f30-6342562511d8", "280.002", " sync_status is out-of-sync", "suppressed", false, "warning"], + "event_suppression_73": ["2018-04-11 15:44:32.636707", "NULL", "NULL", 75, "9569204a-a0b6-44c3-b7c3-aab0543f03a1", "800.010", "Potential data loss. No available OSDs in storage replication group.", "unsuppressed", false, "warning"], + "event_suppression_74": ["2018-04-11 15:44:32.638867", "NULL", "NULL", 76, "db6bd5d8-211b-4c26-a06e-06009ae06a1d", "800.011", "Loss of replication in peergroup.", "unsuppressed", false, "warning"], + "event_suppression_75": ["2018-04-11 15:44:32.640974", "NULL", "NULL", 77, "55df89ce-0cea-4d07-9c43-0b0eed5384fd", "800.100", "Storage Alarm Condition:], + "event_suppression_76": ["2018-04-11 15:44:32.643207", "NULL", "NULL", 78, "f71fc83f-545c-4604-b356-edd0a7f2e41d", "800.102", "Storage Alarm Condition:], + "event_suppression_77": ["2018-04-11 15:44:32.645502", "NULL", "NULL", 79, "c1a0da02-d55b-44b6-928c-aeabce68cdb6", "800.103", "Storage Alarm Condition:], + "event_suppression_78": ["2018-04-11 15:44:32.647728", "NULL", "NULL", 80, "85d81e46-269d-425f-8d0f-1bd5b6809dec", "800.104", "Storage Alarm Condition:], + "event_suppression_79": ["2018-04-11 15:44:32.650224", "NULL", "NULL", 81, "a1180fbf-275d-4cb6-8bd8-e11f5e22c922", "900.001", "Patching operation in progress.", "unsuppressed", false, "warning"], + "event_suppression_80": ["2018-04-11 15:44:32.652566", "NULL", "NULL", 82, "5ef868a6-c79d-4893-844b-0dfefee8aeff", "900.003", "Patch host install failure.", "unsuppressed", false, "warning"], + "event_suppression_81": ["2018-04-11 15:44:32.654859", "NULL", "NULL", 83, "19910b38-c707-4e7d-94f1-209ab7999b05", "900.004", "Host version mismatch.", "unsuppressed", false, "warning"], + "event_suppression_82": ["2018-04-11 15:44:32.657067", "NULL", "NULL", 84, "c0bd82ee-6e19-4d92-8ead-b3582d3669db", "900.005", "System Upgrade in progress.", "unsuppressed", false, "warning"], + "event_suppression_83": ["2018-04-11 15:44:32.659281", "NULL", "NULL", 85, "c330581f-fe1a-42c6-9dce-e374069bf943", "900.101", "Software patch auto-apply inprogress", "unsuppressed", false, "warning"], + "event_suppression_84": ["2018-04-11 15:44:32.66156", "NULL", "NULL", 86, "381bd4ac-83a8-45fd-9582-7071b52830b9", "900.102", "Software patch auto-apply aborting", "unsuppressed", false, "warning"], + "event_suppression_85": ["2018-04-11 15:44:32.663658", "NULL", "NULL", 87, "fef20dc9-2beb-4e80-ab3c-a56754c9e1de", "900.103", "Software patch auto-apply failed", "unsuppressed", false, "warning"], + "event_suppression_86": ["2018-04-11 15:44:32.665871", "NULL", "NULL", 88, "057c75e0-2503-44cc-9280-2b83ac99cb10", "900.201", "Software upgrade auto-apply inprogress", "unsuppressed", false, "warning"], + "event_suppression_87": ["2018-04-11 15:44:32.667915", "NULL", "NULL", 89, "34bc6a7e-f60b-4ad3-ab0d-646b983e4bdd", "900.202", "Software upgrade auto-apply aborting", "unsuppressed", false, "warning"], + "event_suppression_88": ["2018-04-11 15:44:32.670038", "NULL", "NULL", 90, "bf9c7cea-9f98-4350-ad99-714e18a15b57", "900.203", "Software upgrade auto-apply failed", "unsuppressed", false, "warning"], + "event_suppression_89": ["2018-04-11 15:44:32.48162", "2018-04-11 20:51:50.520149", "NULL", 18, "f43c790c-ec04-4ecd-899b-f0544181691d", "100.114", "{""major"": ""NTP configuration does not contain any valid or reachable NTP servers."", ""minor"": ""NTP address is not a valid or a reachable NTP server.""}", "suppressed", false, "none"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/host_upgrade.json b/dcorch/tests/data/ipv6_R5_install/sysinv/host_upgrade.json new file mode 100644 index 000000000..97ec097cd --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/host_upgrade.json @@ -0,0 +1,4 @@ +{ + "host_upgrade_0": ["2018-04-11 15:32:44.768861", "NULL", "NULL", 1, "2e6b9736-9e00-4804-913f-4b30346709de", 1, 1, 1], + "host_upgrade_1": ["2018-04-11 16:58:20.061424", "NULL", "NULL", 2, "4eb96def-f831-40f9-97c2-b741a620c48d", 2, 1, 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_alarm.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_alarm.json new file mode 100644 index 000000000..c30b8fa07 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_alarm.json @@ -0,0 +1,3 @@ +{ + "i_alarm_0": ["2018-04-16 16:33:33.569314", "NULL", "NULL", 115, "a19c245b-44b9-41de-9142-96d66003bb55", "500.101", "set", "host", "host=controller", "2018-04-16 16:33:33.568539", "critical", "Developer patch certificate is enabled", "security-service-or-mechanism-violation", "unspecified-reason", "Reinstall system to disable certificate and remove untrusted patches", false, false, false, false] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_dns.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_dns.json new file mode 100644 index 000000000..77aeab861 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_dns.json @@ -0,0 +1,3 @@ +{ + "i_dns_0": ["2018-04-11 15:32:39.931146", "2018-04-11 15:52:42.629276", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "8.8.8.8,8.8.4.4", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_event_log.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_event_log.json new file mode 100644 index 000000000..e7022f04b --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_event_log.json @@ -0,0 +1,4002 @@ +{ + "i_event_log_0": ["2018-05-14 06:48:52.562574", "NULL", "NULL", 316, "e59b7dd4-df38-4b32-9e20-b6d9d4091649", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:48:52.439697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1": ["2018-05-14 06:48:52.766525", "NULL", "NULL", 317, "00f501f8-db70-413c-bf99-538038eb2b76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:48:52.766512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2": ["2018-05-14 06:58:53.005531", "NULL", "NULL", 318, "eb84f43b-55cb-4a27-a395-beb8adb3ab61", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:58:52.847157", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3": ["2018-05-14 06:58:53.609598", "NULL", "NULL", 319, "bb351c81-39d5-473b-88c4-d5ad9cc055db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:58:53.609584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_4": ["2018-05-14 07:08:53.436003", "NULL", "NULL", 320, "70ac69e1-8e4a-4e67-8852-21a4e649f70e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:08:53.351354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_5": ["2018-05-14 07:08:53.8396", "NULL", "NULL", 321, "afaf1de3-8a84-4783-a914-5dfd4dd5304e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:08:53.839585", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_6": ["2018-05-14 07:18:52.87626", "NULL", "NULL", 322, "43af0ea9-44b4-4f34-b0cc-c01411d55085", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:18:52.767136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_7": ["2018-05-14 07:18:53.079825", "NULL", "NULL", 323, "1cbb8bbf-5b92-4c41-b86e-a23a1276a7f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:18:53.079813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_8": ["2018-05-14 07:28:52.718517", "NULL", "NULL", 324, "959c6663-a115-4f80-b42c-d93ae2e0893c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:28:52.674684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_9": ["2018-05-14 07:28:53.122423", "NULL", "NULL", 325, "02049ef7-7f42-41b2-a7e0-66929f064237", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:28:53.122409", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_10": ["2018-05-14 07:38:53.753958", "NULL", "NULL", 326, "0dc1ef4c-258e-4364-b6b0-0f5b5b125318", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:38:53.595767", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_11": ["2018-05-14 07:38:54.157828", "NULL", "NULL", 327, "3a18ef01-bf49-489b-8650-97e6bf35ee50", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:38:54.157815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_12": ["2018-05-14 07:48:51.986287", "NULL", "NULL", 328, "0fb20984-8ecb-4233-9ff8-f2a7befe0c81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:48:51.820066", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_13": ["2018-05-14 07:48:52.190199", "NULL", "NULL", 329, "c9ae0950-e797-4940-a0dc-741225fab017", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:48:52.190184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_14": ["2018-05-14 07:58:53.422109", "NULL", "NULL", 330, "67279d3a-1277-4c1e-928a-fd71af929337", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:58:53.339172", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_15": ["2018-05-14 07:58:54.225782", "NULL", "NULL", 331, "ee081a2c-5d4a-4bcd-9159-1fca7834e77e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 07:58:54.225767", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_16": ["2018-05-14 08:08:51.853221", "NULL", "NULL", 332, "9fb1ff8d-0b5f-4d71-ae0a-449b82bb0912", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:08:51.848645", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_17": ["2018-05-14 08:08:52.256829", "NULL", "NULL", 333, "b8680751-6c82-4957-822a-a79c5b78f32e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:08:52.256816", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_18": ["2018-05-14 08:18:52.695791", "NULL", "NULL", 334, "e409bd2f-a1bd-4d90-8f77-5acebd8e7f9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:18:52.660414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_19": ["2018-05-14 08:18:53.099795", "NULL", "NULL", 335, "d6c2f6a7-0e87-487d-9d51-0dc97c50fa75", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:18:53.099783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_20": ["2018-05-14 08:28:52.138607", "NULL", "NULL", 336, "14bdb8e8-e2ec-4ae2-9727-3c616b0b5925", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:28:52.062748", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_21": ["2018-05-14 08:28:52.542454", "NULL", "NULL", 337, "0654416d-3199-46c7-9c58-0342748d0e31", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:28:52.542433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_22": ["2018-05-14 08:38:52.18149", "NULL", "NULL", 338, "a432c317-2489-47e7-8221-32de14cc819c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:38:52.164972", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_23": ["2018-05-14 08:38:52.785596", "NULL", "NULL", 339, "dad5f615-f528-4c25-b0ad-50df1606e688", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:38:52.785578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_24": ["2018-05-15 03:38:52.740234", "NULL", "NULL", 568, "585316f9-0a6a-482e-89d1-3fd1d56027eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:38:52.596486", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_25": ["2018-05-15 03:38:52.944089", "NULL", "NULL", 569, "121508cc-5196-4f6a-b07b-a8ab0abfbd07", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:38:52.944075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_26": ["2018-05-15 03:48:52.775808", "NULL", "NULL", 570, "f8fef270-8b53-4283-9700-a3f1f7e67502", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:48:52.610301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_27": ["2018-05-15 03:48:52.979305", "NULL", "NULL", 571, "dbee4692-6924-455f-8aab-630f15d662b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:48:52.979291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_28": ["2018-05-15 03:58:52.20904", "NULL", "NULL", 572, "5d495928-97f2-4c61-97f0-6966a17c0a86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:58:52.013929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_29": ["2018-05-15 03:58:52.812955", "NULL", "NULL", 573, "9ea90ec4-220c-424e-b39d-b2913817bec4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:58:52.81294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_30": ["2018-05-15 04:08:53.449294", "NULL", "NULL", 574, "56c10655-6440-4e73-96c4-3bcb0969f887", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:08:53.346647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_31": ["2018-05-15 04:08:53.652981", "NULL", "NULL", 575, "e779569b-4850-4f70-9738-1935181007ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:08:53.652967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_32": ["2018-05-15 04:18:52.283078", "NULL", "NULL", 576, "ab39d4a9-3452-4dbb-879e-01f6b95f01df", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:18:52.2415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_33": ["2018-05-15 04:18:52.686806", "NULL", "NULL", 577, "41d608b0-46f5-4880-8126-3df1ec4e1745", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:18:52.68675", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_34": ["2018-05-15 04:28:52.314907", "NULL", "NULL", 578, "f689e829-fd3c-46c1-8aec-d3b1a4415bc6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:28:52.266943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_35": ["2018-05-15 04:28:52.718721", "NULL", "NULL", 579, "4ef44831-f6ee-4061-bfd4-fa6c528ca446", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:28:52.718705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_36": ["2018-05-15 04:38:52.549155", "NULL", "NULL", 580, "d4066c1c-2d78-4e7e-8197-224024c77b6e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:38:52.491764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_37": ["2018-05-15 04:38:52.952871", "NULL", "NULL", 581, "22f4334f-1ea0-43b1-a45c-dbce1cda2ee0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:38:52.952856", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_38": ["2018-05-15 04:48:52.181969", "NULL", "NULL", 582, "f94163ff-8f18-4386-98ba-1a01515b7ff9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:48:52.01437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_39": ["2018-05-15 04:48:52.58563", "NULL", "NULL", 583, "4326e9d5-67a2-41c3-8047-985a5ed5fb0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:48:52.585615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_40": ["2018-05-15 04:58:54.418097", "NULL", "NULL", 584, "0c2c0c9c-4c9e-4a89-874d-52c2813ee7e4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:58:54.320944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_41": ["2018-05-15 04:58:55.021876", "NULL", "NULL", 585, "86a2814e-3f81-4d72-9c59-e0bcb9737dae", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 04:58:55.021862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_42": ["2018-05-15 05:08:52.250502", "NULL", "NULL", 586, "26729645-8660-41bc-9e58-a163b37f4b59", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:08:52.120193", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_43": ["2018-05-15 05:08:52.654394", "NULL", "NULL", 587, "efb0003e-ac2d-4ad2-9b7e-9c489c2aa055", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:08:52.654379", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_44": ["2018-05-15 05:18:52.478985", "NULL", "NULL", 588, "7593351e-2393-469f-bcb7-055e238b7e69", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:18:52.315026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_45": ["2018-05-15 05:18:52.882722", "NULL", "NULL", 589, "ef9cd4a2-3621-491a-b225-84d39da97015", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:18:52.882707", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_46": ["2018-05-15 05:28:52.31127", "NULL", "NULL", 590, "8b9583cb-ef95-490a-b69a-6e733aabd6c5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:28:52.119937", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_47": ["2018-05-15 05:28:52.715121", "NULL", "NULL", 591, "56dea4f0-1ce7-436d-a3ab-93af226bbf8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:28:52.715107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_48": ["2018-05-15 05:38:52.552447", "NULL", "NULL", 592, "14665ed1-3742-4ed3-8f3a-26bae4489a7c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:38:52.540208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_49": ["2018-05-15 05:38:52.956384", "NULL", "NULL", 593, "fb5a9233-51a0-439c-90dc-f5162b2d0ee6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:38:52.956372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_50": ["2018-05-15 05:48:51.784667", "NULL", "NULL", 594, "98891494-6b4f-4729-8792-ee7e6ed11f6d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:48:51.65079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_51": ["2018-05-15 05:48:51.988407", "NULL", "NULL", 595, "e4679ba0-d7e5-4fd1-afac-0cc53ca1bbe3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:48:51.988395", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_52": ["2018-05-15 05:58:53.814623", "NULL", "NULL", 596, "f5c763fa-3e22-47a3-a90c-b75f36f5bfcb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:58:53.751984", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_53": ["2018-05-15 05:58:54.618779", "NULL", "NULL", 597, "31879436-9059-4247-869d-b89c6a3ce2c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 05:58:54.618765", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_54": ["2018-05-15 06:08:53.049661", "NULL", "NULL", 598, "097ce99e-a587-45c2-9bc1-c7d7ac22854e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:08:52.851398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_55": ["2018-05-15 06:08:53.253457", "NULL", "NULL", 599, "b8f1b2f6-418f-49f5-9f15-6f9cb609fccf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:08:53.253446", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_56": ["2018-05-15 06:18:52.48281", "NULL", "NULL", 600, "32d29444-ddcb-4d69-8f17-30658c7689e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:18:52.356556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_57": ["2018-05-15 06:18:52.887381", "NULL", "NULL", 601, "678284bc-fe7a-4d76-a76b-e7255741690b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:18:52.887366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_58": ["2018-05-15 06:28:52.913826", "NULL", "NULL", 602, "03a05e26-4aa2-49a8-be5b-3057117a1ade", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:28:52.874301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_59": ["2018-05-15 06:28:53.317816", "NULL", "NULL", 603, "cfdea395-a576-4c01-95a8-6168229d568e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:28:53.317802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_60": ["2018-05-15 06:38:52.744617", "NULL", "NULL", 604, "9cccd964-4d55-4cec-9f79-7cc8352f4377", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:38:52.579497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_61": ["2018-05-15 06:38:52.94822", "NULL", "NULL", 605, "bedfa508-501f-44eb-9e74-77f1b4bb0c10", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:38:52.948205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_62": ["2018-05-15 06:48:52.777195", "NULL", "NULL", 606, "ef943612-f443-41fc-960a-b8d1176538dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:48:52.699649", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_63": ["2018-05-15 06:48:53.181151", "NULL", "NULL", 607, "646130a8-772b-4bad-9d62-7407832c1776", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:48:53.181137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_64": ["2018-05-15 06:58:53.212011", "NULL", "NULL", 608, "5c2fd88e-f11e-491c-8044-cbdfca373c7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:58:53.204529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_65": ["2018-05-15 06:58:54.015844", "NULL", "NULL", 609, "5345a12e-67be-4aa2-8f5e-d7421532259f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 06:58:54.01583", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_66": ["2018-05-15 07:08:53.244184", "NULL", "NULL", 610, "c2e4d33a-0a75-4ca6-8d0b-b926069826ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:08:53.212365", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_67": ["2018-05-15 07:08:53.648116", "NULL", "NULL", 611, "8b208038-0d3d-413a-b3ca-b2932bd0a4ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:08:53.648103", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_68": ["2018-05-15 07:18:52.683311", "NULL", "NULL", 612, "05125c56-392c-40f6-ad88-4567e57f8fe8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:18:52.516739", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_69": ["2018-05-15 07:18:52.887219", "NULL", "NULL", 613, "9b6e9b89-3032-416e-af3d-c4506b829449", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:18:52.887206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_70": ["2018-05-15 07:28:52.116625", "NULL", "NULL", 614, "9e9d815c-ac16-4389-b30d-8d3a3f1e88be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:28:51.938116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_71": ["2018-05-15 07:28:52.320289", "NULL", "NULL", 615, "7187b540-cc0d-46f4-8889-6d0b60962bda", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:28:52.320277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_72": ["2018-05-15 07:38:52.357302", "NULL", "NULL", 616, "2c40cd3c-ba5a-4a8b-9495-c773d687c2b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:38:52.340562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_73": ["2018-05-15 07:38:52.760856", "NULL", "NULL", 617, "c5d977ea-5ee9-4351-b0ab-a4c15db7941d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:38:52.760842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_74": ["2018-05-15 07:48:51.789054", "NULL", "NULL", 618, "33a1c5df-f664-485f-ac92-2594dd6d68ee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:48:51.751782", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_75": ["2018-05-15 07:48:52.192879", "NULL", "NULL", 619, "7eb7480f-a8c5-4cce-82ab-d5eaf99d8f4b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:48:52.192865", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_76": ["2018-05-15 07:58:54.021311", "NULL", "NULL", 620, "555476af-62f9-4ecd-8c45-a31b12f478f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:58:53.96262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_77": ["2018-05-15 07:58:54.825475", "NULL", "NULL", 621, "d4991f37-c7a2-4e5a-b56d-39018478d2f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 07:58:54.825461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_78": ["2018-05-15 08:08:53.452546", "NULL", "NULL", 622, "d7d25d70-d4f5-4903-af87-794947aaf2ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:08:53.370356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_79": ["2018-05-15 08:08:53.856748", "NULL", "NULL", 623, "0a251340-9ef1-49be-9f55-ac324d025516", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:08:53.856733", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_80": ["2018-05-15 15:59:50.150229", "NULL", "NULL", 821, "b81f996a-c556-4719-af4a-04090e459d07", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-15 15:59:50.093337", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_81": ["2018-05-15 15:59:50.553837", "NULL", "NULL", 822, "fd14d9cc-f603-4bb2-a242-2f60bb937ace", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 15:59:50.553825", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_82": ["2018-05-15 16:05:47.290023", "NULL", "NULL", 823, "099afba4-af03-4814-9c88-2ad7731acc01", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-15 16:05:47.289995", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_83": ["2018-05-15 16:05:51.0954", "NULL", "NULL", 824, "4ef9e9e7-50a6-4e34-8591-897b5bac388d", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:05:51.051041", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_84": ["2018-05-15 16:05:51.698819", "NULL", "NULL", 825, "0a4748ee-ba3e-4412-8d0d-e4c5fcb1a327", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:05:51.698806", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_85": ["2018-05-15 16:06:36.919461", "NULL", "NULL", 826, "bedaeb31-ae58-47a0-88d9-e79569323491", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 16:06:36.896631", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_86": ["2018-05-15 16:06:50.327222", "NULL", "NULL", 827, "7cb23ba3-5f5c-4ce0-81a3-7d7f75160bb9", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:06:50.21382", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_87": ["2018-05-15 16:06:50.530908", "NULL", "NULL", 828, "9b50ca23-5963-4083-9b0d-ad2594ca3486", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:06:50.415374", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_88": ["2018-05-15 16:06:50.934048", "NULL", "NULL", 829, "6c08b7b4-1950-471b-858e-5579decf53bc", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:06:50.934036", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_89": ["2018-05-15 16:06:50.936787", "NULL", "NULL", 830, "6f861a1d-afd1-4a3e-af78-b38bb125c44c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:06:50.936776", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_90": ["2018-05-15 16:06:53.941107", "NULL", "NULL", 831, "6a2586ce-9a56-4de1-a436-070d00b1b971", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:06:53.918885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_91": ["2018-05-15 16:06:54.34439", "NULL", "NULL", 832, "38fb8f4c-c52e-431b-bdb5-57f03d94b19c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:06:54.344378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_92": ["2018-05-15 16:16:50.972396", "NULL", "NULL", 833, "a63f5c9c-50ce-4584-a08e-2abfafd01e3b", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:16:50.832198", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_93": ["2018-05-15 16:16:51.375779", "NULL", "NULL", 834, "071b9156-3376-49a3-80ca-1ea66e108bdd", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:16:51.375766", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_94": ["2018-05-15 16:16:54.98009", "NULL", "NULL", 835, "f70246c1-c062-495d-a085-f42b3e84c433", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:16:54.936452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_95": ["2018-05-15 16:16:55.383209", "NULL", "NULL", 836, "16af9214-d3dd-48c6-81cc-dbb9790c87cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:16:55.383195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_96": ["2018-05-15 16:17:50.807248", "NULL", "NULL", 837, "a3676bf5-1865-4a17-a0be-17fbac71ea11", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-15 16:17:50.792678", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_97": ["2018-05-15 16:17:51.21089", "NULL", "NULL", 838, "af13a7a1-409d-4a01-84b9-882be039dddf", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 16:17:51.210876", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_98": ["2018-05-15 16:23:47.148205", "NULL", "NULL", 839, "5dcff2c0-ebcd-49e0-b4a0-5c3bf68c9861", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-15 16:23:47.14819", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_99": ["2018-05-15 16:23:52.153551", "NULL", "NULL", 840, "34b1040d-5f30-4091-af5c-9fbba03680ac", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:23:51.972842", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_100": ["2018-05-15 16:23:52.156112", "NULL", "NULL", 841, "f695faca-7ee2-4859-9f31-7814caf063a0", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:23:52.156098", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_101": ["2018-05-15 16:26:36.620973", "NULL", "NULL", 842, "411bd661-8402-4db5-8a05-52c894aee756", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 16:26:36.544633", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_102": ["2018-05-15 16:26:50.229693", "NULL", "NULL", 843, "8a717c20-7e2e-4cdf-9f59-43e2234a5fdd", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:26:50.162417", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_103": ["2018-05-15 16:26:50.43323", "NULL", "NULL", 844, "17ae3230-c597-42c1-9d8b-89e48d73dd63", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:26:50.433214", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_104": ["2018-05-15 16:26:50.63628", "NULL", "NULL", 845, "bb92aaa2-28ec-4102-95ab-18d4eab184e3", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:26:50.4632", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_105": ["2018-05-15 16:26:50.839345", "NULL", "NULL", 846, "438fa0c0-b6be-4c69-a3d8-bef990d4f059", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:26:50.839332", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_106": ["2018-05-15 16:26:54.443827", "NULL", "NULL", 847, "92093f03-0e98-476d-b805-26facdb7265b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:26:54.368133", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_107": ["2018-05-15 16:26:54.847276", "NULL", "NULL", 848, "db6977d3-bca8-475b-bb1b-9f9062f0048e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:26:54.847262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_108": ["2018-05-15 16:36:50.673762", "NULL", "NULL", 849, "b0992f8d-14be-481b-8e27-919f28ff80ea", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:36:50.491131", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_109": ["2018-05-15 16:36:50.877127", "NULL", "NULL", 850, "c279acc5-1b00-44fb-9e7a-32ede1742060", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:36:50.791125", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_110": ["2018-05-15 16:36:51.080281", "NULL", "NULL", 851, "edf69668-1f25-4e23-bc45-653e0692a0a4", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:36:51.080266", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_111": ["2018-05-15 16:36:51.283669", "NULL", "NULL", 852, "63028be3-797f-4c06-95ac-c6222b80db6c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:36:51.283654", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_112": ["2018-05-15 16:36:54.688144", "NULL", "NULL", 853, "7a52ad65-922a-432b-825e-1583bb228616", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:36:54.593998", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_113": ["2018-05-15 16:36:55.091638", "NULL", "NULL", 854, "e9ad4745-c7fa-419e-91ce-6a758268c020", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 16:36:55.091606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_114": ["2018-05-15 16:44:49.470648", "NULL", "NULL", 855, "c74901da-bb69-4314-830d-8416529ca57d", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-15 16:44:49.393921", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_115": ["2018-05-15 16:45:43.495336", "NULL", "NULL", 856, "14fa9282-59b6-48f1-91ce-fdf322ecd5df", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:43.490432", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_116": ["2018-05-15 16:45:43.698876", "NULL", "NULL", 857, "e67c9fd1-5e83-47e0-9ddf-da4a0d2b3ea8", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:43.528635", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_117": ["2018-05-15 16:45:46.103425", "NULL", "NULL", 858, "4b97246f-b475-4a24-bd3a-e17252848a30", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:46.085513", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_118": ["2018-05-15 16:45:46.307234", "NULL", "NULL", 859, "564c65e8-fb33-4c85-8139-1721d56d5782", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:46.114761", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_119": ["2018-05-15 16:45:48.311358", "NULL", "NULL", 860, "617ee677-3a47-4771-8b9c-f3789b00037b", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-15 16:45:48.31134", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_120": ["2018-05-15 16:45:56.317644", "NULL", "NULL", 861, "ce8e9302-04ec-4823-b6bc-33e7055c7cb1", "250.001", "set", "host", "host=controller-1", "2018-05-15 16:45:56.11886", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_121": ["2018-05-15 16:45:56.320865", "NULL", "NULL", 862, "f7f791f9-8a15-4019-9a55-284d140dc120", "250.001", "clear", "host", "host=controller-1", "2018-05-15 16:45:56.320851", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_122": ["2018-05-15 16:45:57.524555", "NULL", "NULL", 863, "8be4994f-1491-4569-aab5-bc0e3f300e60", "250.001", "clear", "host", "host=controller-0", "2018-05-15 16:45:57.524542", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_123": ["2018-05-15 16:45:57.728222", "NULL", "NULL", 864, "81e89496-6455-43b3-bc27-0208e780a6ad", "250.001", "set", "host", "host=controller-0", "2018-05-15 16:45:57.54115", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_124": ["2018-05-15 16:46:10.736791", "NULL", "NULL", 865, "244ec084-c934-43bf-aa58-9756f21f9345", "250.001", "clear", "host", "host=controller-0", "2018-05-15 16:46:10.736776", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_125": ["2018-05-15 16:46:50.35539", "NULL", "NULL", 866, "432aa571-bebe-41f9-b7b8-ab844345e5f3", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:46:50.223152", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_126": ["2018-05-15 16:46:50.358519", "NULL", "NULL", 867, "e6dcc67a-9756-4ae2-80e9-f9ec505097ef", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:46:50.323825", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_127": ["2018-05-15 16:46:50.761611", "NULL", "NULL", 868, "3aa84934-9916-4e77-9ae3-f4094f072b6c", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:46:50.761595", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_128": ["2018-05-15 16:46:50.76461", "NULL", "NULL", 869, "4c9a6597-403b-49b5-9d61-0d37a0367893", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:46:50.764598", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_129": ["2018-05-15 16:56:50.385537", "NULL", "NULL", 870, "ee44a874-8f46-4139-a9d7-af15074df3d2", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:56:50.358815", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_130": ["2018-05-15 16:56:50.589043", "NULL", "NULL", 871, "bfb97e89-5378-40a2-a3b8-aa821572e5cd", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:56:50.559678", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_131": ["2018-05-15 16:56:50.792278", "NULL", "NULL", 872, "76b5d3e0-8a69-41d6-98a7-008b42799ee7", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 16:56:50.792264", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_132": ["2018-05-15 16:56:50.995312", "NULL", "NULL", 873, "5f0bf8bf-8660-45bc-a50c-8b1972cd6a1e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 16:56:50.995298", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_133": ["2018-05-15 17:06:50.418782", "NULL", "NULL", 874, "bfce1d9f-b250-4209-8788-65a863bfcf74", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:06:50.371524", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_134": ["2018-05-15 17:06:50.622215", "NULL", "NULL", 875, "7997b871-b699-4e16-a7e1-209fb2a6e619", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:06:50.622199", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_135": ["2018-05-15 17:16:50.44256", "NULL", "NULL", 876, "58bb86ef-b428-413e-8db2-76339819562c", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:16:50.287924", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_136": ["2018-05-15 17:16:50.645977", "NULL", "NULL", 877, "c7b1a0cd-2adb-4572-96bb-04ad3731762f", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:16:50.645963", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_137": ["2018-05-15 17:26:50.86746", "NULL", "NULL", 878, "d63d317e-38c8-4b08-97b3-9a7dc65e8c1a", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:26:50.691936", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_138": ["2018-05-15 17:26:51.271114", "NULL", "NULL", 879, "cf30c9e9-f383-4f9a-a3c7-915a2994db73", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:26:51.271101", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_139": ["2018-05-15 17:36:50.491259", "NULL", "NULL", 880, "fa87443a-8039-43ca-8d0d-46d5521d0d25", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:36:50.40493", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_140": ["2018-05-15 17:36:50.895267", "NULL", "NULL", 881, "1dbcba6c-227a-4da3-828f-9ff27993319a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:36:50.895219", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_141": ["2018-05-15 17:46:50.5177", "NULL", "NULL", 882, "52d1f8ed-068a-4b71-9e5e-6ae673dd2c33", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:46:50.315268", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_142": ["2018-05-15 17:46:50.721171", "NULL", "NULL", 883, "d81ab55c-c633-472c-a6a2-4a396bba6f32", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:46:50.721155", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_143": ["2018-05-15 17:56:50.543724", "NULL", "NULL", 884, "d7acb679-284e-4851-8da2-d520cb64ef58", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:56:50.417651", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_144": ["2018-05-15 17:56:50.947689", "NULL", "NULL", 885, "5147689d-f2d1-4d1d-8bca-84772a813882", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 17:56:50.947676", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_145": ["2018-05-15 18:06:50.569388", "NULL", "NULL", 886, "756b9b11-5c07-4ddb-970b-2c13a5795435", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:06:50.400341", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_146": ["2018-05-15 18:06:50.973103", "NULL", "NULL", 887, "cdbf4103-376e-4c31-aed6-d68ee3052142", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:06:50.973089", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_147": ["2018-05-15 18:16:50.594012", "NULL", "NULL", 888, "2e265a7f-ce2a-493b-a276-e69e67178e59", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:16:50.589092", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_148": ["2018-05-15 18:16:50.997606", "NULL", "NULL", 889, "d35f1c2b-2761-406c-a3fe-7eb7c12752c6", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:16:50.997594", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_149": ["2018-05-15 18:26:51.221646", "NULL", "NULL", 890, "802ba38a-50a7-4f3d-864b-ff9f7b119e94", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:26:51.079595", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_150": ["2018-05-15 18:26:51.425195", "NULL", "NULL", 891, "c5f26d6c-f549-4fa6-942b-5c0c9e42df79", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:26:51.425182", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_151": ["2018-05-15 18:36:50.646694", "NULL", "NULL", 892, "344b3099-e92b-496c-be3a-de837c290768", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:36:50.466789", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_152": ["2018-05-15 18:36:50.850397", "NULL", "NULL", 893, "1f32468d-15b4-4bfa-a976-860ddd9e1e2a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:36:50.850383", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_153": ["2018-05-15 18:46:50.469148", "NULL", "NULL", 894, "b72d1b2a-4b87-4a74-b783-11c6fe6d37ff", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:46:50.363039", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_154": ["2018-05-15 18:46:50.672761", "NULL", "NULL", 895, "aff71b3d-cdb8-4adb-8b37-ef3667967067", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:46:50.672749", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_155": ["2018-05-15 18:56:50.496436", "NULL", "NULL", 896, "f806f20f-8624-4c81-9593-0a9bb520f2be", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:56:50.461726", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_156": ["2018-05-15 18:56:50.900191", "NULL", "NULL", 897, "a66052bd-1489-4262-85e1-f113d7fa5848", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 18:56:50.900176", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_157": ["2018-05-15 19:06:50.52569", "NULL", "NULL", 898, "9ac3c343-f072-44e4-857c-0f539cc20c7f", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:06:50.384811", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_158": ["2018-05-15 19:16:51.150362", "NULL", "NULL", 899, "27d426be-efc4-4e06-9034-f25092feaee5", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:16:51.150347", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_159": ["2018-05-15 19:26:50.776507", "NULL", "NULL", 900, "031d0e19-e670-4f72-875e-bcae7230fa1e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:26:50.687596", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_160": ["2018-05-15 19:26:51.180251", "NULL", "NULL", 901, "29dd3796-fec0-4a18-b43b-f24ea0f27ed4", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:26:51.18024", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_161": ["2018-05-15 19:36:50.412441", "NULL", "NULL", 902, "1c338e14-e0dd-4dde-b327-61b840d767a0", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:36:50.399963", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_162": ["2018-05-15 19:36:50.616105", "NULL", "NULL", 903, "82832f04-24eb-400e-a919-d837edbf4864", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 19:36:50.616092", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_163": ["2018-05-15 19:38:41.660032", "NULL", "NULL", 904, "be1da85a-f708-4254-9e16-0d1e3de11c48", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 19:38:41.509316", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_164": ["2018-05-15 19:38:41.663062", "NULL", "NULL", 905, "7fb53406-2f58-49f5-bd38-e72d5709d61c", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 19:38:41.513403", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_165": ["2018-05-15 19:38:41.66547", "NULL", "NULL", 906, "0a1b88dc-5467-4cdc-b54a-137a472509a3", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-15 19:38:41.517024", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_166": ["2018-05-15 19:38:41.868617", "NULL", "NULL", 907, "98de463e-fd6f-4d59-868e-9893a255b3a4", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=volume", "2018-05-15 19:38:41.71406", "major", "subcloud-1 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_167": ["2018-05-15 19:38:41.871208", "NULL", "NULL", 908, "b4797a73-79dc-4e02-b74e-d18d7e2af39e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=volume", "2018-05-15 19:38:41.717385", "major", "subcloud-4 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_168": ["2018-05-15 19:38:41.873723", "NULL", "NULL", 909, "0a446575-d253-4621-9f2d-9e5f02edc9a1", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=volume", "2018-05-15 19:38:41.720707", "major", "subcloud-5 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_169": ["2018-05-15 19:38:41.876303", "NULL", "NULL", 910, "b2fab1ea-77b1-40a7-9fb0-466b498054bd", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=volume", "2018-05-15 19:38:41.876289", "major", "subcloud-1 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_170": ["2018-05-15 19:38:42.079215", "NULL", "NULL", 911, "2984c87c-bedc-4397-a821-c35c77305e99", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=volume", "2018-05-15 19:38:42.079201", "major", "subcloud-4 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_171": ["2018-05-15 19:38:42.082068", "NULL", "NULL", 912, "c917158f-5826-4859-ab8a-4915427d72bb", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=volume", "2018-05-15 19:38:42.082057", "major", "subcloud-5 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_172": ["2018-05-15 19:38:42.084831", "NULL", "NULL", 913, "53cc765a-d411-41a5-b80b-f68a35e056b6", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 19:38:42.08482", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_173": ["2018-05-15 19:38:42.288", "NULL", "NULL", 914, "5d234565-95d9-49c2-9e90-2a4ed735de16", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 19:38:42.287987", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_174": ["2018-05-15 19:38:42.491274", "NULL", "NULL", 915, "9a39270a-a537-4c04-aa68-8bcd2e241d65", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-15 19:38:42.491261", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_175": ["2018-05-15 19:53:13.021856", "NULL", "NULL", 916, "f38fc855-a82a-4c3a-9fdb-b1b9d7006528", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 19:53:13.021842", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_176": ["2018-05-15 19:53:13.02534", "NULL", "NULL", 917, "1ae457f7-1f09-4874-a7b7-0f27bdaee8ca", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 19:53:13.025328", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_177": ["2018-05-15 19:53:16.029435", "NULL", "NULL", 918, "ea3a64e4-d34d-46fb-b7f0-0cb2db9617a9", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 19:53:15.993785", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_178": ["2018-05-15 19:53:16.632794", "NULL", "NULL", 919, "dd43152b-4eb4-46b5-ac33-91fe23313168", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 19:53:16.494705", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_179": ["2018-05-15 19:53:18.836684", "NULL", "NULL", 920, "7a96cde4-e21b-4eb5-ab43-a529f7d863cb", "900.001", "set", "host", "host=controller", "2018-05-15 19:53:18.796084", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_180": ["2018-05-15 19:54:19.264734", "NULL", "NULL", 921, "eae964a3-8476-4948-b6d1-df4eb05d45b2", "900.001", "clear", "host", "host=controller", "2018-05-15 19:54:19.264723", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_181": ["2018-05-15 20:32:26.123442", "NULL", "NULL", 922, "85c1d296-86d5-4554-b007-b979508978c7", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 20:32:26.123428", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_182": ["2018-05-15 20:32:26.527234", "NULL", "NULL", 923, "2b4c8844-2bac-4801-b9aa-a212d7f9a534", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 20:32:26.527222", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_183": ["2018-05-16 13:42:26.718543", "NULL", "NULL", 924, "88252684-9578-40ed-b8bd-67e05dda392d", "900.001", "set", "host", "host=controller", "2018-05-16 13:42:26.542583", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_184": ["2018-05-16 13:42:27.322643", "NULL", "NULL", 925, "9ad6ace8-14d8-4a6c-aee5-6cbb41c5c1b1", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-16 13:42:27.244086", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_185": ["2018-05-16 13:42:27.926031", "NULL", "NULL", 926, "15f5f5f4-abba-4241-9d54-ea936b1d7e3e", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-16 13:42:27.745485", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_186": ["2018-05-16 13:42:28.329376", "NULL", "NULL", 927, "15d87e9e-5f59-43af-ab19-99239d7ac797", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-16 13:42:28.247478", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_187": ["2018-05-16 13:44:07.967687", "NULL", "NULL", 930, "d0ec3327-c64f-4bd5-b78c-a08d0ae90823", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.849684", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_188": ["2018-05-16 13:46:28.423969", "NULL", "NULL", 931, "f9ef5f5f-c4af-47d4-aa71-f0f0b28ce01b", "900.001", "clear", "host", "host=controller", "2018-05-16 13:46:28.423947", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_189": ["2018-05-16 13:44:07.842747", "NULL", "NULL", 928, "da1b2319-0867-4117-9b4a-99913f460364", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.840285", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_190": ["2018-05-16 13:44:07.853755", "NULL", "NULL", 929, "2977f61e-34a9-4563-a9d3-51e5acc516c3", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:44:07.851682", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_191": ["2018-05-16 13:46:54.305103", "NULL", "NULL", 932, "7617e964-ab0d-4cc6-a900-175d0e8b2e5e", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:46:54.30142", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_192": ["2018-05-16 13:48:22.559053", "NULL", "NULL", 938, "efff7f98-d5f4-46a3-b099-89de84497fce", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.55663", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_193": ["2018-05-16 13:48:22.569758", "NULL", "NULL", 939, "840f13fa-18e6-48ec-b574-7741bb4b7b48", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.567691", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_194": ["2018-05-16 13:51:21.005259", "NULL", "NULL", 941, "e7c6a9af-198f-4055-b120-18f6c44aaa38", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-16 13:51:21.001708", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_195": ["2018-05-16 19:28:05.873855", "NULL", "NULL", 972, "360bcbef-b4df-4e57-9d87-51a4190adfab", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 19:28:05.871729", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_196": ["2018-05-16 19:28:10.887675", "NULL", "NULL", 973, "42b87b86-57f3-417e-b144-cdcc7ea394fc", "401.007", "log", "host", "host=controller-0", "2018-05-16 19:28:10.885598", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_197": ["2018-05-16 19:28:10.89057", "NULL", "NULL", 974, "b419c99c-073c-422f-b887-95f50cd40123", "401.007", "log", "host", "host=controller-1", "2018-05-16 19:28:10.888989", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_198": ["2018-05-16 19:28:12.899745", "NULL", "NULL", 975, "fba6ceb0-60c7-4a8c-821d-0bf0c34826db", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:12.85784", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_199": ["2018-05-16 19:28:12.942662", "NULL", "NULL", 976, "bc3bf99f-bf6d-4783-96ba-e2b8dac23b7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:12.900945", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_200": ["2018-05-16 19:28:13.025358", "NULL", "NULL", 977, "8418232a-48fc-4e67-a9f6-3bf089a659a5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:12.983644", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_201": ["2018-05-16 19:28:13.107196", "NULL", "NULL", 978, "025e2533-1673-46b5-9169-f7a59bbdd410", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:13.065689", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_202": ["2018-05-16 19:28:53.425502", "NULL", "NULL", 1008, "9c9beca8-e3df-404a-8e61-c4005fbb7def", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:16.619063", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_203": ["2018-05-16 19:28:53.507827", "NULL", "NULL", 1009, "87359ec2-4c02-41b6-9864-f7c5373df66e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:30.758844", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_204": ["2018-05-16 19:28:53.590738", "NULL", "NULL", 1010, "01aed2d0-9176-4210-a64b-c4b20aeade1f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:34.278235", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_205": ["2018-05-16 19:28:53.67373", "NULL", "NULL", 1011, "6970001e-b25f-4988-8eeb-bd2760763818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:39.401454", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_206": ["2018-05-16 19:28:53.837733", "NULL", "NULL", 1012, "bd9da07e-2a01-4104-8bef-da33d26b3db7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:42.775847", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_207": ["2018-05-16 19:28:53.919539", "NULL", "NULL", 1013, "4af8ca22-f56a-41d3-8384-b4826cb7d2f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:28:53.877741", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_208": ["2018-05-16 19:28:53.922152", "NULL", "NULL", 1014, "0ff334f5-c1ea-486e-b3cd-3b7d7bd6e27a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:42.916679", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_209": ["2018-05-16 19:28:54.004438", "NULL", "NULL", 1016, "5bdff07c-78fc-4cc4-b103-1ec9aa8265b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:42.91837", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_210": ["2018-05-16 19:28:54.086609", "NULL", "NULL", 1017, "833c00f8-fe17-4abe-a2c0-b487f79387e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:42.919948", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_211": ["2018-05-16 19:28:54.16882", "NULL", "NULL", 1018, "91342283-20ac-4759-a324-f5d338b0679b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:42.922477", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_212": ["2018-05-16 19:28:54.251818", "NULL", "NULL", 1019, "14df0f4b-7428-4ee5-9cef-d43d7b98af7e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:42.925581", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_213": ["2018-05-16 19:28:54.334656", "NULL", "NULL", 1020, "df444bd9-6df5-4abc-b4bd-9d1e30d32826", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:42.92711", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_214": ["2018-05-16 19:28:54.416668", "NULL", "NULL", 1021, "f07bab1b-12d0-49c7-b6d8-1d6b7cb5d0c5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:45.799811", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_215": ["2018-05-16 13:46:54.436293", "NULL", "NULL", 933, "28c3ecf1-62c5-4aba-8809-9ad21b6cd091", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-16 13:46:54.43628", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_216": ["2018-05-16 13:47:28.452763", "NULL", "NULL", 934, "aad5bb96-73de-46bd-a50a-bef0e58da7f8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-16 13:47:28.45275", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_217": ["2018-05-16 13:47:28.455692", "NULL", "NULL", 935, "e7f86a7f-e2c7-4a4a-a163-9d5f4b3866b0", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-16 13:47:28.45568", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_218": ["2018-05-16 13:47:28.6588", "NULL", "NULL", 936, "54dcdc47-8788-4437-bcd0-a866f777217e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-16 13:47:28.658787", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_219": ["2018-05-16 13:47:28.861811", "NULL", "NULL", 937, "238a96b1-292e-4f9a-aacd-1c8a638604a8", "900.001", "set", "host", "host=controller", "2018-05-16 13:47:28.846092", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_220": ["2018-05-16 13:48:22.685702", "NULL", "NULL", 940, "24f9fb91-469e-4e35-9167-7ef1babe84c9", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-16 13:48:22.565069", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_221": ["2018-05-16 13:51:21.156634", "NULL", "NULL", 942, "4a3cf0b4-c53b-4215-af12-0b21019e8468", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-16 13:51:21.156606", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_222": ["2018-05-16 13:51:30.764091", "NULL", "NULL", 943, "269bd6f5-694d-4d3e-ab1b-71a4bf2e1d81", "900.001", "clear", "host", "host=controller", "2018-05-16 13:51:30.76408", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_223": ["2018-05-16 16:59:07.097681", "NULL", "NULL", 944, "20eb0c84-6f1f-4583-a518-d0fe1bc3ac04", "250.001", "set", "host", "host=controller-0", "2018-05-16 16:59:07.045312", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_224": ["2018-05-16 16:59:07.101178", "NULL", "NULL", 945, "60dd8661-2565-4876-ae1f-82debb291c6b", "250.001", "set", "host", "host=controller-1", "2018-05-16 16:59:07.083816", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_225": ["2018-05-16 16:59:14.507263", "NULL", "NULL", 946, "7e722e2c-2276-4dce-97d4-86cad02841cf", "250.001", "clear", "host", "host=controller-1", "2018-05-16 16:59:14.507242", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_226": ["2018-05-16 16:59:15.311184", "NULL", "NULL", 947, "423cabcd-8778-4bc5-895a-48dee676fb5d", "250.001", "clear", "host", "host=controller-0", "2018-05-16 16:59:15.311172", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_227": ["2018-05-16 16:59:47.927631", "NULL", "NULL", 948, "8279337b-f274-4c05-83f9-b93b4d9c2aab", "250.001", "set", "host", "host=controller-0", "2018-05-16 16:59:47.767125", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_228": ["2018-05-16 16:59:47.930758", "NULL", "NULL", 949, "62bef250-449b-4a8b-b3b0-cb07637dad2e", "250.001", "set", "host", "host=controller-1", "2018-05-16 16:59:47.807885", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_229": ["2018-05-16 16:59:55.136716", "NULL", "NULL", 950, "b5df6434-3818-4b6e-815b-01fec18cb04e", "250.001", "clear", "host", "host=controller-1", "2018-05-16 16:59:55.136704", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_230": ["2018-05-16 16:59:55.940265", "NULL", "NULL", 951, "7403f7e6-b32d-4049-885a-7f66ec7c94b7", "250.001", "clear", "host", "host=controller-0", "2018-05-16 16:59:55.940251", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_231": ["2018-05-16 18:27:33.130239", "NULL", "NULL", 952, "13e1548c-31a1-474f-bbad-2da574f5f659", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-16 18:27:33.116807", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_232": ["2018-05-16 18:27:33.133493", "NULL", "NULL", 953, "25b4796b-11a6-41eb-b9dc-65b585ea2ed5", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-16 18:27:33.12056", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_233": ["2018-05-16 18:27:33.136069", "NULL", "NULL", 954, "05bb7035-ea44-48f2-a894-039adf14d927", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=network", "2018-05-16 18:27:33.124032", "major", "subcloud-1 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_234": ["2018-05-16 18:27:33.339213", "NULL", "NULL", 955, "1ab0b5e5-9ec4-4f0b-b2a4-e4596d982c4c", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-16 18:27:33.339201", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_235": ["2018-05-16 18:27:33.342043", "NULL", "NULL", 956, "4fdbb6fc-a5df-41cf-96b3-8db65493dcc8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=network", "2018-05-16 18:27:33.342032", "major", "subcloud-1 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_236": ["2018-05-16 18:27:33.344814", "NULL", "NULL", 957, "accdfed3-b420-4416-a412-4083f1c1be62", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-16 18:27:33.344803", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_237": ["2018-05-16 18:27:35.748796", "NULL", "NULL", 958, "140480e9-8ea3-4dea-92b0-9f857d839516", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-16 18:27:35.620297", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_238": ["2018-05-16 18:27:35.751577", "NULL", "NULL", 959, "1c297b60-fb15-445c-8d59-0fef60c5634b", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-16 18:27:35.623667", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_239": ["2018-05-16 18:27:35.754204", "NULL", "NULL", 960, "03feef00-db5e-4b8c-8769-1c4aed122f77", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-16 18:27:35.627407", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_240": ["2018-05-16 18:27:36.157382", "NULL", "NULL", 961, "3ec842b7-0ad0-4574-83f2-71fce23e51c7", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-16 18:27:36.15737", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_241": ["2018-05-16 18:27:36.15995", "NULL", "NULL", 962, "4124e6a8-50fe-45ed-930b-0920c0713f46", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-16 18:27:36.159939", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_242": ["2018-05-16 18:27:36.362766", "NULL", "NULL", 963, "e04dd02c-e1d7-4f72-8cc9-066136717436", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-16 18:27:36.362755", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_243": ["2018-05-16 18:50:00.065359", "NULL", "NULL", 964, "075a727a-6212-425f-9e3b-1118d4ba9947", "250.001", "set", "host", "host=controller-0", "2018-05-16 18:49:59.962205", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_244": ["2018-05-16 18:50:00.068637", "NULL", "NULL", 965, "bdd2e498-cdea-4038-a107-52e8ff7747ba", "250.001", "set", "host", "host=controller-1", "2018-05-16 18:50:00.025511", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_245": ["2018-05-16 18:50:08.875684", "NULL", "NULL", 966, "d000331f-b9b2-430b-addf-edf962f64d7a", "250.001", "clear", "host", "host=controller-1", "2018-05-16 18:50:08.875672", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_246": ["2018-05-16 18:50:09.479298", "NULL", "NULL", 967, "cafa08fb-a991-41a0-bdfd-fe3d46a7a01b", "250.001", "clear", "host", "host=controller-0", "2018-05-16 18:50:09.479286", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_247": ["2018-05-16 19:18:55.527676", "NULL", "NULL", 968, "18e77d4b-acf1-48f9-9e00-0492ca62f4c3", "250.001", "set", "host", "host=controller-0", "2018-05-16 19:18:55.5057", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_248": ["2018-05-16 19:18:55.731661", "NULL", "NULL", 969, "411a5529-4915-4a64-b40d-83e542349c39", "250.001", "set", "host", "host=controller-1", "2018-05-16 19:18:55.605489", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_249": ["2018-05-16 19:19:04.538659", "NULL", "NULL", 970, "757f362d-5ff2-4997-ab88-ec666d1b7305", "250.001", "clear", "host", "host=controller-1", "2018-05-16 19:19:04.538645", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_250": ["2018-05-16 19:19:05.142203", "NULL", "NULL", 971, "df7fc370-da6f-42c5-b019-eb9866b4d676", "250.001", "clear", "host", "host=controller-0", "2018-05-16 19:19:05.142192", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_251": ["2018-05-16 19:28:54.498728", "NULL", "NULL", 1022, "7c83935f-dcbb-4c1b-bb21-8ba34eba178f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:28:51.806", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_252": ["2018-05-16 19:28:54.905618", "NULL", "NULL", 1025, "204d975b-3833-4b45-b2b0-c0a2c19c9a63", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:54.82002", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_253": ["2018-05-16 19:28:54.987479", "NULL", "NULL", 1027, "38a203d4-a68a-426f-b381-554847f85c63", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:54.942774", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_254": ["2018-05-16 19:28:55.069232", "NULL", "NULL", 1028, "49466949-e80a-484b-b2e1-013b07f1bb49", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:55.024886", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_255": ["2018-05-16 19:28:55.703822", "NULL", "NULL", 1031, "06bcc772-add8-46c8-851b-9005f08e76de", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:28:55.661464", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_256": ["2018-05-16 19:28:57.908586", "NULL", "NULL", 1032, "b946e8d7-b585-4437-a0de-0592895cb54e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:57.822523", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_257": ["2018-05-16 19:46:54.938441", "NULL", "NULL", 1043, "3f0add56-e824-49e3-bb64-02160af04b3d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:54.896503", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_258": ["2018-05-16 19:46:54.982499", "NULL", "NULL", 1044, "baed0d41-cade-4473-b60f-59070c036953", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:54.940534", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_259": ["2018-05-16 19:46:55.064242", "NULL", "NULL", 1045, "573e1425-02a9-476c-9501-5486ff581f2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:55.022532", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_260": ["2018-05-16 19:47:33.719099", "NULL", "NULL", 1052, "da0bbb41-6a16-4d7a-ab08-c21a16f8ad39", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:33.71595", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_261": ["2018-05-16 19:47:34.125841", "NULL", "NULL", 1056, "dd2c6964-15f2-4743-bbe0-b0219421006c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:34.123019", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_262": ["2018-05-16 19:47:34.142591", "NULL", "NULL", 1057, "93581c64-aab7-4b86-a33f-b9a353c2dafe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:47:25.76868", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_263": ["2018-05-16 19:47:34.225651", "NULL", "NULL", 1058, "cce327ef-2473-4525-b0a6-2112fa43c978", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:47:25.768906", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_264": ["2018-05-16 19:47:34.330706", "NULL", "NULL", 1059, "e01bce2e-007d-4c79-bccc-a46a0962d740", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:34.329062", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_265": ["2018-05-16 19:47:34.395601", "NULL", "NULL", 1060, "a0937e1d-50ad-488a-8570-d9c1dd8970e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:47:25.769234", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_266": ["2018-05-16 19:47:34.534492", "NULL", "NULL", 1061, "525a3df9-29e8-42f8-b73c-f1e9db8c1b08", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:34.532718", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_267": ["2018-05-16 19:28:49.521566", "NULL", "NULL", 979, "68626a4c-816f-4c73-b0fd-a7c2f168cd9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:28:40.255993", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_268": ["2018-05-16 19:28:49.569643", "NULL", "NULL", 980, "70cd8166-8196-4fb6-aae5-1ee4048d5fcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:28:40.257126", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_269": ["2018-05-16 19:28:49.652325", "NULL", "NULL", 981, "2789367d-c4a9-4adf-ad11-a5f2eb78614a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:28:43.261572", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_270": ["2018-05-16 19:28:49.735307", "NULL", "NULL", 982, "aa8c726b-385d-42e5-be44-022f208043af", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:28:43.261666", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_271": ["2018-05-16 19:28:49.81831", "NULL", "NULL", 983, "a0b41a74-feb6-4bf1-9b76-103e002cf4e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:28:43.261748", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_272": ["2018-05-16 19:28:49.90138", "NULL", "NULL", 984, "1826ae2d-4ed8-49c4-a48c-d55cc0e89d31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:28:43.261811", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_273": ["2018-05-16 19:28:49.985528", "NULL", "NULL", 985, "5e3fe168-acc1-494c-a558-0287f7fb785a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:28:43.262165", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_274": ["2018-05-16 19:28:50.625526", "NULL", "NULL", 986, "3f719c01-bd1e-4c94-bb69-a30c47aa0a9c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:28:50.584085", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_275": ["2018-05-16 19:28:51.857561", "NULL", "NULL", 987, "aed078a3-58eb-4324-92d2-1d323919dcb7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:13.147687", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_276": ["2018-05-16 19:28:51.93943", "NULL", "NULL", 989, "0a699afd-0fa8-4afa-b124-bab70efa2043", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:13.153737", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_277": ["2018-05-16 19:28:52.023731", "NULL", "NULL", 990, "bfd27658-dd1f-45b0-bbd0-bdff8a97b156", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:13.153949", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_278": ["2018-05-16 19:28:52.106695", "NULL", "NULL", 991, "f1277d18-78ec-48c7-a40e-090a14ee0487", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:13.154169", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_279": ["2018-05-16 19:28:52.189827", "NULL", "NULL", 992, "b5d0de6c-2298-466f-83cd-554bac895fb8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:13.154301", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_280": ["2018-05-16 19:28:52.272626", "NULL", "NULL", 993, "04515385-eb78-4b9a-a717-13c095d7ac0d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:13.154508", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_281": ["2018-05-16 19:28:52.35471", "NULL", "NULL", 994, "81725992-aad3-4ff2-a0f6-cc37aa2ceed3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:28:13.154826", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_282": ["2018-05-16 19:28:52.437517", "NULL", "NULL", 995, "d5ab1c12-8346-4d1f-8a30-962fb7e1429d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:15.66196", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_283": ["2018-05-16 19:28:52.519714", "NULL", "NULL", 996, "73090883-ebfd-4b1f-82aa-d76a3184c639", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:28:15.662361", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_284": ["2018-05-16 19:28:52.601646", "NULL", "NULL", 997, "7d643117-a18b-41a6-bf3c-350de60d2a86", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:15.662557", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_285": ["2018-05-16 19:28:52.683784", "NULL", "NULL", 998, "86fcfe6a-73e6-40d5-af95-11ec6a195c92", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:15.662721", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_286": ["2018-05-16 19:28:52.766679", "NULL", "NULL", 999, "20b0dfe1-7d33-42de-af3e-e2904a4855ef", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:15.662853", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_287": ["2018-05-16 19:28:52.84982", "NULL", "NULL", 1000, "d64c5ee6-cf46-4381-950e-0cad927a7f03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:28:15.662989", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_288": ["2018-05-16 19:28:52.93249", "NULL", "NULL", 1001, "e95bdeb6-f776-4c22-9edb-c27716548b1e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:28:16.613718", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_289": ["2018-05-16 19:35:44.762707", "NULL", "NULL", 1035, "105c99d9-2ed0-4c66-954a-234f11e206f5", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:35:44.632648", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_290": ["2018-05-16 19:28:51.93332", "NULL", "NULL", 988, "03fff206-c6ea-44cb-9c01-b25a60450247", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:51.930184", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_291": ["2018-05-16 19:28:53.949392", "NULL", "NULL", 1015, "0d994def-03e3-41cf-bd32-252496f34b67", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:53.94738", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_292": ["2018-05-16 19:28:54.757432", "NULL", "NULL", 1023, "8a5f58b9-ca25-4763-bb7d-3370d1028f52", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:54.755482", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_293": ["2018-05-16 19:28:54.760653", "NULL", "NULL", 1024, "df0b16bb-619e-4c9c-bccf-cb0ac46a2cfa", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:54.759129", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_294": ["2018-05-16 19:28:54.964048", "NULL", "NULL", 1026, "231ffc64-66c9-4de7-9062-b37a0ee32c5d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:28:54.964034", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_295": ["2018-05-16 19:28:55.168559", "NULL", "NULL", 1029, "12c39df8-ec1b-46c4-b546-d756a0971c8f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:28:55.168548", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_296": ["2018-05-16 19:28:55.371945", "NULL", "NULL", 1030, "9beac14d-2dc2-40a2-9089-36cc337d1d96", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:28:55.371926", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_297": ["2018-05-16 19:28:57.977122", "NULL", "NULL", 1033, "980c58d7-ae7a-467a-9c17-7970382091ca", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:28:57.977108", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_298": ["2018-05-16 19:29:12.388307", "NULL", "NULL", 1034, "a88970c2-99d9-456d-91e7-22bb1500fc75", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:29:12.266126", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_299": ["2018-05-16 19:38:26.637504", "NULL", "NULL", 1036, "17310af0-c41d-4967-82bc-9f372a3d2bac", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:38:26.532358", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_300": ["2018-05-16 19:41:28.120724", "NULL", "NULL", 1037, "5b78ae20-a38e-45c6-9c6d-a18d223762a1", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:41:28.120709", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_301": ["2018-05-16 19:41:32.126204", "NULL", "NULL", 1038, "a254938c-bbfb-4132-9442-bf31835089e4", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:41:32.126191", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_302": ["2018-05-16 19:41:36.532174", "NULL", "NULL", 1039, "64a6a9a7-6a9d-4945-b6ef-febacd4ef76c", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:41:36.532159", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_303": ["2018-05-16 19:47:33.182459", "NULL", "NULL", 1046, "c930f9dd-b797-4a49-ac14-4073409ee5dd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:46:57.46129", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_304": ["2018-05-16 19:47:33.230686", "NULL", "NULL", 1047, "9c3829d4-e21d-4018-8665-b69e9b7f5c14", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:46:57.461417", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_305": ["2018-05-16 19:47:33.313734", "NULL", "NULL", 1048, "5a55dd53-a584-446b-a77d-22c949825813", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:46:57.46196", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_306": ["2018-05-16 19:47:33.396611", "NULL", "NULL", 1049, "0efa4171-5efb-4370-b952-e500fe0e670c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:46:57.462366", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_307": ["2018-05-16 19:47:33.479504", "NULL", "NULL", 1050, "8c4ca647-1bf5-476c-8b92-f091fcc9accd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:46:57.462767", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_308": ["2018-05-16 19:47:33.562584", "NULL", "NULL", 1051, "eb341528-fa92-4c10-9170-a13eaaba9393", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:46:57.463082", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_309": ["2018-05-16 19:47:33.730636", "NULL", "NULL", 1053, "302d6833-b953-4e1b-9189-5ad601b7806b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:47:22.760048", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_310": ["2018-05-16 19:47:33.894753", "NULL", "NULL", 1054, "400a30ae-deeb-4667-bca5-06a14cd5b9ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:47:25.766796", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_311": ["2018-05-16 19:47:34.059739", "NULL", "NULL", 1055, "a72d3f4e-3872-495a-a9f4-b49daca5e102", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:47:25.768402", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_312": ["2018-05-16 19:50:38.647153", "NULL", "NULL", 1102, "7d17c23b-966e-4e3e-a0f7-71d3513ffd90", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-16 19:50:38.630838", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_313": ["2018-05-16 19:50:41.652336", "NULL", "NULL", 1103, "171aa058-d6cd-4ab7-a9d3-bec8a5085d3c", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-16 19:50:41.634719", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_314": ["2018-05-16 19:50:44.657212", "NULL", "NULL", 1104, "4e55a1d6-7d49-43bc-bf6b-b8ea05ecfd01", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-16 19:50:44.639406", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_315": ["2018-05-16 21:04:53.736509", "NULL", "NULL", 1303, "1f277c03-e76d-4c3b-a057-8a5bff92feea", "250.001", "set", "host", "host=controller-0", "2018-05-16 21:04:53.533701", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_316": ["2018-05-16 21:04:53.739981", "NULL", "NULL", 1304, "418fabe6-b09b-401d-aaad-d77dded4fa86", "250.001", "set", "host", "host=controller-1", "2018-05-16 21:04:53.590015", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_317": ["2018-05-16 21:05:02.747752", "NULL", "NULL", 1305, "a45306d6-900c-4113-a3cb-95683682f0ea", "250.001", "clear", "host", "host=controller-0", "2018-05-16 21:05:02.747737", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_318": ["2018-05-16 21:05:02.951214", "NULL", "NULL", 1306, "833a9457-cf0c-4a85-8baa-75604331ee58", "250.001", "clear", "host", "host=controller-1", "2018-05-16 21:05:02.951202", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_319": ["2018-05-16 21:05:46.974633", "NULL", "NULL", 1309, "3d14f2df-bf7a-4c7b-a28a-cc87cf98997c", "200.001", "set", "system.host", "host=controller-0", "2018-05-16 21:05:46.972916", "warning", "controller-0 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_320": ["2018-05-16 21:05:49.782451", "NULL", "NULL", 1317, "34502e43-e890-4154-9b8e-bd2b02503936", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:05:49.780504", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_321": ["2018-05-16 21:05:49.986205", "NULL", "NULL", 1319, "8ca3d215-9a21-43b7-9323-11caccad68c8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:05:49.98461", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_322": ["2018-05-16 21:05:50.18961", "NULL", "NULL", 1322, "08304a76-c37c-4e05-9dbf-b02f31136643", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:05:50.188014", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_323": ["2018-05-16 21:05:50.393624", "NULL", "NULL", 1324, "ea395754-29da-45cf-934a-d4db340a8cb3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:05:50.392", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_324": ["2018-05-16 21:05:50.597233", "NULL", "NULL", 1326, "c128b89b-fe04-44ef-8b1f-17987b67612a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:05:50.595594", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_325": ["2018-05-16 21:05:50.60009", "NULL", "NULL", 1327, "e051058b-3522-451a-b74f-8f7aff90a410", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:05:50.598731", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_326": ["2018-05-16 21:05:50.803057", "NULL", "NULL", 1328, "7250f3d8-3f19-4ae3-ae06-09c1e49e56c5", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:05:50.801432", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_327": ["2018-05-16 21:05:50.806032", "NULL", "NULL", 1329, "7df766f9-127e-4043-9b95-29389658e6f9", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:05:50.804534", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_328": ["2018-05-16 21:05:59.414217", "NULL", "NULL", 1333, "3e2f6c94-6475-425d-bf90-c6ec9d8ba342", "200.001", "clear", "system.host", "host=controller-0", "2018-05-16 21:05:59.414204", "warning", "controller-0 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_329": ["2018-05-16 21:06:00.818287", "NULL", "NULL", 1335, "e261e2ff-6a79-45ab-804a-4957011ad6f0", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-16 21:06:00.816386", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_330": ["2018-05-16 21:06:00.8214", "NULL", "NULL", 1336, "ee4fd1a5-112d-48e7-9203-35d04d210e05", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:06:00.820013", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_331": ["2018-05-16 21:12:20.588594", "NULL", "NULL", 1351, "99019285-fb6f-40b6-9875-5e01acd78d3c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:20.586719", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_332": ["2018-05-16 21:12:21.194103", "NULL", "NULL", 1359, "9fd85ff2-b322-47d0-ac70-9e35fb7e9ac4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:21.192548", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_333": ["2018-05-16 21:12:35.031234", "NULL", "NULL", 1406, "10d705f4-38ba-4974-8821-c0135d6c8044", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:34.992929", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_334": ["2018-05-16 20:16:55.725845", "NULL", "NULL", 1105, "71a902d3-bd6f-4712-b278-02bccb546df8", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:16:55.723687", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_335": ["2018-05-16 20:17:00.740475", "NULL", "NULL", 1106, "2864ac57-bce2-46e5-aaa3-81c699029e87", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:17:00.737852", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_336": ["2018-05-16 20:17:00.743656", "NULL", "NULL", 1107, "1ee4678b-c280-43d3-af67-5426be4fee63", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:17:00.740703", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_337": ["2018-05-16 20:17:02.405594", "NULL", "NULL", 1108, "31feb8f8-68d1-47e6-8724-f40c16709d80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:02.363836", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_338": ["2018-05-16 20:17:02.448306", "NULL", "NULL", 1109, "8c44374d-6645-41f4-9294-17c652aef034", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:02.406948", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_339": ["2018-05-16 20:17:02.530362", "NULL", "NULL", 1110, "242d9610-9e3c-4cce-8403-35b597ff09cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:02.488755", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_340": ["2018-05-16 20:17:02.612321", "NULL", "NULL", 1111, "bfff6568-725e-4f37-a1dd-8b34ad482d09", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:02.57068", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_341": ["2018-05-16 20:17:41.317397", "NULL", "NULL", 1112, "8e889543-acc7-407c-b72a-0d0b8c65f371", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:41.309943", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_342": ["2018-05-16 20:17:41.528627", "NULL", "NULL", 1113, "e5c695bf-1240-407e-bf74-1684a3197bcd", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:41.526529", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_343": ["2018-05-16 20:17:41.532225", "NULL", "NULL", 1114, "4c47392b-faa7-45b5-b0b2-3805a4800929", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:41.530642", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_344": ["2018-05-16 20:17:41.736117", "NULL", "NULL", 1115, "d6ebbb50-07af-4bda-9c15-9257e373ad3a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:41.734483", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_345": ["2018-05-16 20:17:41.739793", "NULL", "NULL", 1116, "2c56c851-fd1d-4695-8eb8-24da53f2b99a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:41.73819", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_346": ["2018-05-16 20:17:44.563557", "NULL", "NULL", 1158, "2e9e30db-57ec-4d09-9cf7-6ca2fd1f29d6", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:44.563541", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_347": ["2018-05-16 20:17:47.370518", "NULL", "NULL", 1163, "03ed9eb8-fe7a-4d4d-804c-6453db1c4a05", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:47.370502", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_348": ["2018-05-16 20:17:47.574687", "NULL", "NULL", 1165, "d7a3c2ab-5c5c-471b-b88b-26cfef12a61b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:47.574671", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_349": ["2018-05-16 20:17:47.77915", "NULL", "NULL", 1167, "8d1566ca-ff70-43a5-8dbb-7e1cd1e4a6e9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:47.779134", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_350": ["2018-05-16 20:17:50.384996", "NULL", "NULL", 1170, "dfcf674f-ecd2-4eb0-9c4d-db2223009848", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:50.384981", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_351": ["2018-05-16 21:05:46.411691", "NULL", "NULL", 1307, "c2525d2a-3cac-4f67-8a02-d17a70f40d1f", "200.022", "log", "system.host", "host=controller-0.state=disabled", "2018-05-16 21:05:46.409557", "not-applicable", "controller-0 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_352": ["2018-05-16 21:05:46.454505", "NULL", "NULL", 1308, "f1823908-1732-4609-856c-c4f7d045fe67", "200.022", "log", "system.host", "host=controller-0.status=online", "2018-05-16 21:05:46.452535", "not-applicable", "controller-0 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_353": ["2018-05-16 21:05:49.218658", "NULL", "NULL", 1310, "b9520cf0-11f2-4643-b3f7-46c3531d942e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:05:49.214098", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_354": ["2018-05-16 21:05:49.262649", "NULL", "NULL", 1311, "0c6e0d53-8f63-4a10-9e21-42e77def2627", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:05:49.218783", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_355": ["2018-05-16 21:05:49.345335", "NULL", "NULL", 1312, "e9f23033-de42-4722-b369-d1e521bb2558", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:05:49.301818", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_356": ["2018-05-16 20:17:41.807356", "NULL", "NULL", 1117, "2d1f8dfe-c6c2-4555-b0d1-beee3072371c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:02.652689", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_357": ["2018-05-16 20:17:41.890427", "NULL", "NULL", 1118, "0e9d6304-ba6d-4d77-b78b-cfa08da9e4e5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:02.68153", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_358": ["2018-05-16 20:17:41.974315", "NULL", "NULL", 1119, "d23c553e-b315-422c-a7e9-42dbff174a53", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:02.68249", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_359": ["2018-05-16 20:17:41.977187", "NULL", "NULL", 1120, "a3c6bd54-f151-4855-95e1-99a5f46004a4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:17:32.766432", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_360": ["2018-05-16 20:17:42.020441", "NULL", "NULL", 1121, "ea89a3ee-9d2b-4dc7-8343-7cde37499444", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:17:32.767622", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_361": ["2018-05-16 20:17:42.057451", "NULL", "NULL", 1122, "8894f2dc-6cbd-4b33-8516-5732c63a82e9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:02.682689", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_362": ["2018-05-16 20:17:42.103242", "NULL", "NULL", 1123, "6d24ca26-77b1-4658-94eb-7c5279e3fb9e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:17:35.773586", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_363": ["2018-05-16 20:17:42.140579", "NULL", "NULL", 1124, "4afdb0c0-66d0-4a04-b7d9-5c6c82b4ba12", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:02.682858", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_364": ["2018-05-16 20:17:42.186396", "NULL", "NULL", 1125, "a883e3ed-b201-4cf0-947c-5185615be9fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:17:35.773766", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_365": ["2018-05-16 20:17:42.223528", "NULL", "NULL", 1126, "b7401180-695e-404a-ae41-bcce2db30a2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:02.683102", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_366": ["2018-05-16 20:17:42.269522", "NULL", "NULL", 1127, "2b20daa7-47f4-46b8-9317-71de7401f127", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:17:35.773891", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_367": ["2018-05-16 20:17:42.306826", "NULL", "NULL", 1128, "a97f70ba-f6ca-41b1-83ec-d2e8cf8a0a4c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:02.683356", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_368": ["2018-05-16 20:17:42.352322", "NULL", "NULL", 1129, "50cf9583-6095-4409-803d-073952e0b399", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:17:35.774026", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_369": ["2018-05-16 20:17:42.389585", "NULL", "NULL", 1130, "f8d96241-4081-4fe4-8b11-0d4e4db3b252", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:05.172933", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_370": ["2018-05-16 20:17:42.434296", "NULL", "NULL", 1131, "743da1d3-f359-4a94-8c3b-0a7d2a7be9d8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:17:35.77455", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_371": ["2018-05-16 20:17:42.472646", "NULL", "NULL", 1132, "d4725ac9-ca0d-43fa-8105-d36f1d62729f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:05.173378", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_372": ["2018-05-16 20:17:42.555764", "NULL", "NULL", 1133, "9bc43581-2ba7-4927-93b2-11e0700e3f46", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:05.173681", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_373": ["2018-05-16 20:17:42.639436", "NULL", "NULL", 1134, "bb048615-412f-4db0-bc50-088aac610442", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:05.173869", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_374": ["2018-05-16 20:17:42.722458", "NULL", "NULL", 1135, "50e4b117-191d-4b24-a7db-806c81c46951", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:05.174216", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_375": ["2018-05-16 20:17:42.805494", "NULL", "NULL", 1136, "5f8b3448-f752-463e-bf0d-a3195f2d3f44", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:05.174402", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_376": ["2018-05-16 20:17:42.88844", "NULL", "NULL", 1137, "10b85582-6bd9-48b1-a6e1-8fe2179c9545", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:06.123591", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_377": ["2018-05-16 20:17:42.971248", "NULL", "NULL", 1138, "9b0964d4-39ae-4e1d-968b-d64ed747a1cf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:06.124696", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_378": ["2018-05-16 21:05:49.428638", "NULL", "NULL", 1313, "ad0c0d7c-f5b2-491c-85b5-56bec83b574c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:05:49.384724", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_379": ["2018-05-16 20:17:43.053336", "NULL", "NULL", 1139, "0b22d1a4-62cf-4072-ac0d-5c4d83041111", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:06.125868", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_380": ["2018-05-16 20:17:43.136397", "NULL", "NULL", 1140, "cac45168-356f-4fba-a7f9-5462f0d3aa83", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:06.12677", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_381": ["2018-05-16 20:17:43.219616", "NULL", "NULL", 1141, "1d8d402e-fdd7-4b1b-b0d0-93b9efdb6832", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:06.127679", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_382": ["2018-05-16 20:17:43.22519", "NULL", "NULL", 1142, "a6cdf5b0-a1e0-4173-bae2-ff801589ef99", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:17:43.183572", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_383": ["2018-05-16 20:17:43.302892", "NULL", "NULL", 1143, "5c71b0be-96e0-4cff-bbbf-094dfc6a38b3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:06.128633", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_384": ["2018-05-16 20:17:43.385406", "NULL", "NULL", 1144, "c7b0e744-8a72-4d02-b47b-5e9b4e31bb44", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:22.354574", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_385": ["2018-05-16 20:17:43.468303", "NULL", "NULL", 1145, "b024e283-75b0-4211-b35e-b08926bf4d4a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:24.856761", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_386": ["2018-05-16 20:17:43.551376", "NULL", "NULL", 1146, "7ba47085-5a6e-4fe7-bf36-66be1a6b32ee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:29.909718", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_387": ["2018-05-16 20:17:43.634783", "NULL", "NULL", 1147, "2274962a-d334-4bc4-b6df-791d4af15707", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:36.683882", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_388": ["2018-05-16 20:17:43.717733", "NULL", "NULL", 1148, "38eb3170-7fb0-432c-8ca3-f04364f72f01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:17:36.684687", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_389": ["2018-05-16 20:17:43.80081", "NULL", "NULL", 1149, "5b200fa5-ba5f-4f4b-909d-06fe591a1140", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:17:36.685013", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_390": ["2018-05-16 20:17:43.88384", "NULL", "NULL", 1150, "613e4149-b34b-46ba-bc06-069a6e92b045", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:17:36.685401", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_391": ["2018-05-16 20:17:43.96663", "NULL", "NULL", 1151, "d097595e-268d-4749-acb0-6161dd3b4a31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:17:36.685773", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_392": ["2018-05-16 20:17:44.049827", "NULL", "NULL", 1152, "3e0049c8-79d7-4135-9fb9-b83eb6a1a26d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:36.68612", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_393": ["2018-05-16 20:17:44.132651", "NULL", "NULL", 1153, "22fa6c1b-192b-4dea-bca0-f94852cefd1c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:17:36.686478", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_394": ["2018-05-16 20:17:44.215706", "NULL", "NULL", 1154, "4159f99a-8940-4b30-bd29-77319ba4d06c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:37.013206", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-extension(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_395": ["2018-05-16 20:17:44.2987", "NULL", "NULL", 1155, "ab715ebd-1114-4e64-af85-b0ff48171b8b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:17:38.264272", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_396": ["2018-05-16 20:17:44.381559", "NULL", "NULL", 1156, "e01466a4-6298-480c-9f3e-dc63fccae9ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:17:38.551574", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_397": ["2018-05-16 20:17:44.464621", "NULL", "NULL", 1157, "26742155-e87f-43e5-816b-241055d03efe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:17:44.419754", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_398": ["2018-05-16 20:17:45.738507", "NULL", "NULL", 1159, "1d70cd19-da44-41f0-be66-550434035bae", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:17:45.696479", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_399": ["2018-05-16 20:17:46.252579", "NULL", "NULL", 1160, "b8ef154e-0ab0-46b9-a88d-b2c90a66b4ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:17:46.210491", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_400": ["2018-05-16 20:17:46.716431", "NULL", "NULL", 1161, "d9228dcc-b6ee-42ac-bfe5-d58dde9425ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:17:46.674521", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_401": ["2018-05-16 20:17:47.358498", "NULL", "NULL", 1162, "fc1daa1a-9c66-43ef-b08a-4465ac90f804", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:17:47.273025", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_402": ["2018-05-16 20:17:47.522541", "NULL", "NULL", 1164, "f36547d5-3765-45c5-bfa4-ccd93c9571b7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:17:47.396746", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_403": ["2018-05-16 20:17:47.605418", "NULL", "NULL", 1166, "bb13042a-99c5-4862-b92d-13838caea9c0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:17:47.560867", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_404": ["2018-05-16 20:17:48.793468", "NULL", "NULL", 1168, "b28e8f05-61c8-4b70-86d2-5af0a9394eca", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:17:48.752148", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_405": ["2018-05-16 20:17:50.368555", "NULL", "NULL", 1169, "67fad82b-2dbb-4a4b-b007-d746c6a022fc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:17:50.283529", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_406": ["2018-05-16 20:18:54.744525", "NULL", "NULL", 1171, "e2c1f774-929e-4b98-aafd-1d445f87adb9", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:18:54.742535", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_407": ["2018-05-16 20:19:37.964666", "NULL", "NULL", 1172, "babaecfc-9b95-40a9-8b7c-cc2d3b6248c4", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 20:19:37.96259", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_408": ["2018-05-16 20:19:42.95964", "NULL", "NULL", 1173, "1ad738b3-c2cc-418b-acd4-6a15746bfd8c", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:19:42.957288", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_409": ["2018-05-16 20:19:42.962216", "NULL", "NULL", 1174, "17ea810c-e0b9-4b07-817a-ed9188847c90", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:19:42.954692", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_410": ["2018-05-16 20:19:45.594456", "NULL", "NULL", 1175, "f13ed9ac-b395-485a-a796-19d791f688f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:45.551555", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_411": ["2018-05-16 20:19:45.637216", "NULL", "NULL", 1176, "431998c3-9f05-4d3e-9e35-22329c5ed2fb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:45.59561", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_412": ["2018-05-16 20:19:45.719222", "NULL", "NULL", 1177, "2b38c92b-5e2a-475b-911c-898ec515b89d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:45.677527", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_413": ["2018-05-16 20:19:45.801129", "NULL", "NULL", 1178, "a6ad0c88-a5bc-41bb-a66a-16f696e5bdc4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:45.75954", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_414": ["2018-05-16 20:19:45.885157", "NULL", "NULL", 1179, "dfd95d2f-0092-4291-b3ac-d94a77d7bbdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:19:45.843535", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_415": ["2018-05-16 20:19:45.967109", "NULL", "NULL", 1180, "eeb501d6-aabe-40bb-b010-176d15c734e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:45.925544", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_416": ["2018-05-16 21:05:49.511769", "NULL", "NULL", 1314, "68b9229c-0258-48ee-b668-dbc75f8cf077", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:05:49.467829", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_417": ["2018-05-16 21:05:49.594619", "NULL", "NULL", 1315, "c3698ca7-ac54-492d-9fa4-67b9bb05d00f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:05:49.550719", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_418": ["2018-05-16 21:05:49.67749", "NULL", "NULL", 1316, "8d554b41-79be-4d2e-b262-c72b0220b02b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:05:49.633789", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_419": ["2018-05-16 21:05:49.841533", "NULL", "NULL", 1318, "5a2e1366-1b65-4c73-9771-49e40dcdd625", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:05:49.716752", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_420": ["2018-05-16 21:05:50.005341", "NULL", "NULL", 1320, "c8b5a5de-fa72-474b-a002-1a54fbcb7e45", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:49.880852", "critical", "Service group web-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_421": ["2018-05-16 21:05:50.170186", "NULL", "NULL", 1321, "776535cd-afb3-4d98-9605-f08d6c4af818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:50.044868", "critical", "Service group directory-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_422": ["2018-05-16 21:05:50.334429", "NULL", "NULL", 1323, "d21188c5-bec2-4971-b6fd-73f55c59ad31", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:50.20986", "critical", "Service group web-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_423": ["2018-05-16 21:05:50.49768", "NULL", "NULL", 1325, "f3256a8d-16a5-4f44-b822-455569b5f6d7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:50.372973", "critical", "Service group directory-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_424": ["2018-05-16 21:05:53.314682", "NULL", "NULL", 1330, "d778e670-3797-49a9-8633-e42e009727d4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:05:53.270523", "critical", "Service group web-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_425": ["2018-05-16 21:12:48.701543", "NULL", "NULL", 1410, "7033d47e-8c2e-441c-9c4c-69c5ed4e95ac", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:48.61879", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_426": ["2018-05-16 20:20:23.107549", "NULL", "NULL", 1181, "29b01ebf-c97a-477a-95bd-4a720f66b935", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:45.99114", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_427": ["2018-05-16 20:20:23.157102", "NULL", "NULL", 1182, "1d48101e-f81c-4c9b-ae88-0d2046309adb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:45.991265", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_428": ["2018-05-16 20:20:23.195206", "NULL", "NULL", 1183, "5ed14113-6ebf-4fa9-aa06-f6426094b030", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:19:47.522849", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_429": ["2018-05-16 20:20:23.239702", "NULL", "NULL", 1184, "b05a329a-ad9f-49cd-b29c-ea3151de6c17", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:19:47.522999", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_430": ["2018-05-16 20:20:23.242995", "NULL", "NULL", 1185, "77935f5a-cf8f-4e73-b4c4-3f7f1aedd3a1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:45.99374", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_431": ["2018-05-16 20:20:23.322659", "NULL", "NULL", 1186, "34e19adc-ae2c-447e-a35b-37aab8cd2a7a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:19:47.523803", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_432": ["2018-05-16 20:20:23.326821", "NULL", "NULL", 1187, "e34fb8a2-892b-4ffa-b867-62e4e9d1fe40", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:45.99393", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_433": ["2018-05-16 20:20:23.405714", "NULL", "NULL", 1188, "7e3f9056-9c65-4ddd-88f4-e7608dc42f4a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:19:47.524383", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_434": ["2018-05-16 20:20:23.410147", "NULL", "NULL", 1189, "d08b4539-332d-4e2d-a732-ab463eba5f8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:45.994137", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_435": ["2018-05-16 20:20:23.489584", "NULL", "NULL", 1190, "a3ca492d-2fe4-4f18-a7a5-9b86582365af", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:19:47.524701", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_436": ["2018-05-16 20:20:23.492119", "NULL", "NULL", 1191, "5fb30b22-47aa-4b94-b97d-a89e9b873db3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:19:48.051317", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_437": ["2018-05-16 20:20:23.572518", "NULL", "NULL", 1192, "ad3f6032-1ec9-4199-accd-f524df94c98e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:19:47.52509", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_438": ["2018-05-16 20:20:23.575206", "NULL", "NULL", 1193, "fef4136d-53d9-491f-8012-7657d9456064", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:48.052249", "critical", "Service group vim-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_439": ["2018-05-16 20:20:23.655781", "NULL", "NULL", 1194, "abde3ac8-3d5b-45ae-b000-4e33d0d6235a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:20:12.698813", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_440": ["2018-05-16 20:20:23.658222", "NULL", "NULL", 1195, "cd391382-19d3-4604-982e-636bc5cef9b8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:19:48.053558", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_441": ["2018-05-16 20:20:23.744839", "NULL", "NULL", 1196, "b037de29-a1e6-4213-b893-a24112a0e6b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:19:48.054527", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_442": ["2018-05-16 20:20:23.825648", "NULL", "NULL", 1198, "d9fe3074-1f4e-4740-aeb0-37eee9b18fc0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:20:14.779792", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_443": ["2018-05-16 20:20:23.829729", "NULL", "NULL", 1199, "0b34c9c5-9091-4414-ae4b-803a6eaa1437", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:19:48.055338", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_444": ["2018-05-16 20:20:23.908689", "NULL", "NULL", 1200, "b8e82338-1e77-481f-9c50-2014269806ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:20:14.780683", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_445": ["2018-05-16 20:20:23.912749", "NULL", "NULL", 1201, "ae1611a1-2a59-4913-95f0-9177a4fd0f50", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:19:48.056415", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_446": ["2018-05-16 20:20:23.995698", "NULL", "NULL", 1202, "a5fff405-218a-42f3-9bdf-1280f959cb7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:19:48.521062", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_447": ["2018-05-16 20:20:24.071653", "NULL", "NULL", 1203, "42c0a058-38a1-4fa3-bbd1-38f1c74b0ac2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:20:14.781045", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_448": ["2018-05-17 16:53:14.371093", "NULL", "NULL", 1663, "28d1d32a-b7c6-4d23-9e4b-39bbb571e479", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:53:07.372464", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_449": ["2018-05-16 20:20:23.776542", "NULL", "NULL", 1197, "e6cbf077-aa6e-4548-9de2-dfc82ced4126", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:23.773919", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_450": ["2018-05-16 20:20:24.385161", "NULL", "NULL", 1210, "a44c6052-f959-423e-afee-13fde3dbce4d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:24.383032", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_451": ["2018-05-16 20:20:24.589881", "NULL", "NULL", 1215, "ab7e6456-1f27-4066-82bf-b59205f867c6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:24.587794", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_452": ["2018-05-16 20:20:24.594075", "NULL", "NULL", 1216, "454f9cdc-cc47-478a-8d0e-abf4620bd7df", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:24.5924", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_453": ["2018-05-16 20:20:27.004801", "NULL", "NULL", 1229, "afe23cdc-a8df-439c-9a21-ade352c7988f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:27.004787", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_454": ["2018-05-16 20:20:27.007652", "NULL", "NULL", 1230, "a7c3ce48-fc81-4114-bf1e-390ac8eb4e04", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:27.007642", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_455": ["2018-05-16 20:20:27.21126", "NULL", "NULL", 1231, "3381bab3-526e-4470-8c2d-0a23907206f7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:27.211243", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_456": ["2018-05-16 20:20:29.816452", "NULL", "NULL", 1234, "fd00ddf1-d104-4af5-b2f0-2d53fd7dd7ce", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:29.816438", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_457": ["2018-05-16 21:05:53.357416", "NULL", "NULL", 1331, "d13fe5fa-b332-4abe-ac73-8c47c43ec34e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:05:53.313936", "critical", "Service group directory-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_458": ["2018-05-16 21:05:59.290433", "NULL", "NULL", 1332, "61ab5758-9afb-46fc-a311-8cc09418e60e", "200.021", "log", "system.host", "host=controller-0.command=unlock", "2018-05-16 21:05:59.288524", "not-applicable", "controller-0 manual ""unlock"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_459": ["2018-05-16 21:06:00.736001", "NULL", "NULL", 1334, "9f250d41-adc0-41b1-8c2a-7bdb8a44839d", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:06:00.692198", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_460": ["2018-05-16 21:06:00.823803", "NULL", "NULL", 1337, "e539d183-8c6a-487c-b78f-be957e656c63", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:06:00.780226", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_461": ["2018-05-16 21:06:00.86651", "NULL", "NULL", 1338, "b3686120-9ba6-4c97-a246-3127e09c03b9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:06:00.823149", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_462": ["2018-05-16 21:06:00.899247", "NULL", "NULL", 1339, "95e339de-dcf8-4168-886b-2c45a681fa93", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:06:00.776529", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_463": ["2018-05-16 21:06:00.949494", "NULL", "NULL", 1340, "be0dc0a3-bc0b-4992-b1ee-c55918b2d60d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:06:00.905808", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_464": ["2018-05-16 21:06:01.031588", "NULL", "NULL", 1341, "1035f7e9-adff-46bf-afb1-ab05fdb49f84", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:06:00.987759", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_465": ["2018-05-16 21:06:01.114281", "NULL", "NULL", 1342, "44c3292f-0f12-45d9-97a8-b932dddc2c2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:06:01.07077", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_466": ["2018-05-16 21:06:01.196298", "NULL", "NULL", 1343, "90d47ce7-468d-4254-836e-c586628a18f2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:06:01.152832", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_467": ["2018-05-16 21:06:01.278429", "NULL", "NULL", 1344, "1daf01d3-e88f-4eab-9738-8b2275e9e8bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:06:01.234841", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_468": ["2018-05-16 21:06:04.280406", "NULL", "NULL", 1345, "b6cd58cd-b833-4aad-95ff-69d5e6bb9d44", "200.022", "log", "system.host", "host=controller-0.status=offline", "2018-05-16 21:06:04.278547", "not-applicable", "controller-0 is now ""offline""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_469": ["2018-05-16 21:12:14.740616", "NULL", "NULL", 1346, "43506e45-0a71-4d21-91d4-0382d948cf09", "200.022", "log", "system.host", "host=controller-0.status=online", "2018-05-16 21:12:14.738553", "not-applicable", "controller-0 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_470": ["2018-05-16 21:12:18.816715", "NULL", "NULL", 1347, "e9f58ff5-3db2-4df8-9861-41a86278b4f7", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:12:18.818724", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_471": ["2018-05-16 20:20:24.077572", "NULL", "NULL", 1204, "b7885978-a2d8-4964-a097-e9df1c86473e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:20:03.561895", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_472": ["2018-05-16 20:20:24.154654", "NULL", "NULL", 1205, "9ad8ad7a-766c-4875-b28e-f9addf1593f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:20:14.781319", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_473": ["2018-05-16 20:20:24.160515", "NULL", "NULL", 1206, "c4cc468c-bb96-4d6f-9258-1aa2ddbf1cdf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:20:06.064678", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_474": ["2018-05-16 20:20:24.244796", "NULL", "NULL", 1207, "fd33f4b3-fd45-45f6-bdbe-c31884947380", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:20:11.087124", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_475": ["2018-05-16 20:20:24.318726", "NULL", "NULL", 1208, "09d663b3-d90f-46dd-8976-24a1e98db1c3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:20:14.781718", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_476": ["2018-05-16 20:20:24.327729", "NULL", "NULL", 1209, "4648ad1f-53ad-4345-96a6-34ed8450ac3c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:20:18.101656", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_477": ["2018-05-16 20:20:24.410773", "NULL", "NULL", 1211, "a5becc01-2593-44c3-8a83-e63f43ae3ec7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:20:18.102281", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_478": ["2018-05-16 20:20:24.482725", "NULL", "NULL", 1212, "a471bfd3-edc3-4526-9d83-49bcbef9d0c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:20:14.782353", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_479": ["2018-05-16 20:20:24.493778", "NULL", "NULL", 1213, "364b115d-8bb5-407b-9bd5-40cede0e90d6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:20:18.102518", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_480": ["2018-05-16 20:20:24.576748", "NULL", "NULL", 1214, "de818cf6-b64a-425a-bb59-518304381d33", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:20:18.102666", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_481": ["2018-05-16 20:20:24.646548", "NULL", "NULL", 1217, "38fd434f-3fd5-4d22-91d1-17b93df802ae", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:20:14.782656", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_482": ["2018-05-16 20:20:24.659601", "NULL", "NULL", 1218, "754a3e75-7921-4268-97ac-40164c686784", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:20:18.102805", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_483": ["2018-05-16 20:20:24.741777", "NULL", "NULL", 1219, "ec45f004-47f9-4756-b6b5-e00e73979e5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:20:18.102969", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_484": ["2018-05-16 20:20:24.809745", "NULL", "NULL", 1220, "26cd0623-5c52-4c75-831c-d093e92ca030", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:20:17.630193", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_485": ["2018-05-16 20:20:24.892592", "NULL", "NULL", 1221, "1fb3d7bd-063e-4ae5-9864-1ef64889bb9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:20:23.192696", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_486": ["2018-05-16 20:20:24.974624", "NULL", "NULL", 1222, "6bded783-08aa-4857-b532-9d88ea5a0255", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:20:24.932735", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_487": ["2018-05-16 20:20:25.761564", "NULL", "NULL", 1223, "973d3de3-7926-4bf2-abbc-4fa3c29982e1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:20:25.720454", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_488": ["2018-05-16 20:20:25.804503", "NULL", "NULL", 1224, "69a7aeb7-81c3-4b8f-b427-cf668f184436", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:20:25.762606", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_489": ["2018-05-16 20:20:26.532537", "NULL", "NULL", 1225, "9a55653f-e58c-4cbd-98fd-d1e5a6a31a18", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:20:26.491067", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_490": ["2018-05-16 20:20:26.681429", "NULL", "NULL", 1226, "1a90fba7-60f5-4ff6-b7ef-fc64fd55716d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:20:26.640306", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_491": ["2018-05-16 20:20:26.723254", "NULL", "NULL", 1227, "b89b480a-7c36-4d9a-a589-b4fa798a4f67", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:20:26.682493", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_492": ["2018-05-16 20:20:26.805672", "NULL", "NULL", 1228, "d1f4c091-d381-4b85-8735-aaf26a771239", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:20:26.763685", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_493": ["2018-05-16 20:20:28.320789", "NULL", "NULL", 1232, "522b30fc-82d1-40cb-b9da-862228c5af7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:20:28.279331", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_494": ["2018-05-16 20:20:29.727751", "NULL", "NULL", 1233, "1563f03e-86f8-4cb0-a079-4f8f6280f130", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:20:29.645554", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_495": ["2018-05-16 20:27:06.132056", "NULL", "NULL", 1235, "84bfe44f-6b61-4561-b599-6a3c1963742d", "200.021", "log", "system.host", "host=controller-0.command=swact", "2018-05-16 20:27:06.129686", "not-applicable", "controller-0 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_496": ["2018-05-16 20:27:11.152141", "NULL", "NULL", 1236, "1658112e-e858-4de9-8469-d14414e17f00", "401.007", "log", "host", "host=controller-0", "2018-05-16 20:27:11.149877", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_497": ["2018-05-16 20:27:11.155095", "NULL", "NULL", 1237, "e53846e4-3bc6-441d-8bbc-39e560df97ac", "401.007", "log", "host", "host=controller-1", "2018-05-16 20:27:11.153005", "critical", "Swact issued against host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_498": ["2018-05-16 20:27:12.838087", "NULL", "NULL", 1238, "b8adc1d2-f031-4a2e-857b-b44dfc38c568", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:12.795402", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_499": ["2018-05-16 20:27:12.8816", "NULL", "NULL", 1239, "afc384fa-558a-49c4-9891-bd5c7e4fe227", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:12.839741", "critical", "Service group vim-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_500": ["2018-05-16 20:27:12.964583", "NULL", "NULL", 1240, "a6e4096e-716e-480a-a5f2-6da65c2adbff", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:12.922691", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_501": ["2018-05-16 20:27:13.047153", "NULL", "NULL", 1241, "53cbc2e0-ad76-48da-9647-cac2f72f5091", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:13.005652", "critical", "Service group cloud-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_502": ["2018-05-16 20:27:13.129283", "NULL", "NULL", 1242, "3e9bdf2d-0a49-4016-9e9f-1c6af08872fc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:13.087686", "critical", "Service group controller-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_503": ["2018-05-16 21:12:18.880276", "NULL", "NULL", 1348, "6ec5f0e7-c836-4e29-9589-5723053bb452", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:12:18.843812", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_504": ["2018-05-16 21:12:18.88277", "NULL", "NULL", 1349, "246f743a-8b15-4de1-8c3b-f8cc825c32b0", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:18.859239", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_505": ["2018-05-16 21:12:18.924008", "NULL", "NULL", 1350, "a80aed0b-0308-46c0-ab68-353f9ed24324", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:18.883418", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_506": ["2018-05-16 21:12:20.613345", "NULL", "NULL", 1352, "ea1415cf-da04-4fbd-8f54-bf2c6b9bfd11", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:20.534657", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_507": ["2018-05-16 21:12:20.6951", "NULL", "NULL", 1353, "19add850-deb6-4e18-9668-ea5aa6b0d113", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:20.658714", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_508": ["2018-05-16 21:12:20.777115", "NULL", "NULL", 1354, "40dcf386-f44f-4862-9860-27f7dcbbbbad", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:20.740705", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_509": ["2018-05-16 21:12:20.859113", "NULL", "NULL", 1355, "dffac33a-1b88-4c91-b9e6-570bd523fefe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:20.822649", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_510": ["2018-05-16 21:12:20.941285", "NULL", "NULL", 1356, "78556864-6a48-43f7-b51d-368625b86edd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:20.904713", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_511": ["2018-05-16 21:12:21.023173", "NULL", "NULL", 1357, "e58e10a0-7215-4b33-b826-a2f4c484e8ee", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:20.986618", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_512": ["2018-05-16 21:12:21.187198", "NULL", "NULL", 1358, "10801dc3-9d99-4547-bfb9-a4d68a3f2e8a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:21.069587", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_513": ["2018-05-16 21:12:21.26908", "NULL", "NULL", 1360, "8558ffe1-6454-4f6f-b22b-fc2a14f0f89d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:21.232643", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_514": ["2018-05-16 21:12:21.432502", "NULL", "NULL", 1362, "b8c8bc1a-d444-47fb-be2b-8688cedf6b58", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:12:21.31462", "critical", "Service group distributed-cloud-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_515": ["2018-05-16 21:12:21.595136", "NULL", "NULL", 1363, "4472efb5-6e12-40bf-9be4-ac2fb36ccc00", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:12:21.477738", "critical", "Service group vim-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_516": ["2018-05-16 21:12:21.758059", "NULL", "NULL", 1365, "2f15afc6-44a8-4841-a19e-d26b8b3837af", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:21.640657", "critical", "Service group web-services state change from initial to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_517": ["2018-05-16 21:12:21.92119", "NULL", "NULL", 1367, "e982b75f-1cc0-4ede-bc6e-fccda0979744", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:21.803734", "critical", "Service group directory-services state change from initial to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_518": ["2018-05-16 20:27:51.062495", "NULL", "NULL", 1243, "42983935-27a9-4b64-a5fb-1c05bc7ec9a2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:27:43.045581", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_519": ["2018-05-16 20:27:51.109538", "NULL", "NULL", 1244, "22d3230d-cf00-4b54-bb41-312a4ea68be1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:27:43.046679", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_520": ["2018-05-16 20:27:51.192263", "NULL", "NULL", 1245, "5154c75e-20be-4dcb-9045-b1e50d4d5e6e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:27:46.053611", "critical", "Service group patching-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_521": ["2018-05-16 20:27:51.275073", "NULL", "NULL", 1246, "f6df9768-f515-47d8-a11c-f28acb2ccaf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:27:46.054068", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_522": ["2018-05-16 20:27:51.358059", "NULL", "NULL", 1247, "67f82c97-afc6-48a7-a2bd-83c9a75c90f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:27:46.054183", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_523": ["2018-05-16 20:27:51.440082", "NULL", "NULL", 1248, "a65b49ac-21d4-4a85-b516-49ad5118ceb1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:27:46.054271", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_524": ["2018-05-16 20:27:51.523012", "NULL", "NULL", 1249, "b2673b5b-e5b1-4897-8532-23db7407faf5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 20:27:46.0548", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_525": ["2018-05-16 20:27:51.809807", "NULL", "NULL", 1250, "ae154ea3-6505-45d9-9f45-6489594b251e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:13.169693", "critical", "Service group oam-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_526": ["2018-05-16 20:27:51.852453", "NULL", "NULL", 1251, "e688aeeb-2ac8-4c16-91c5-7f2478d9917d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:13.181135", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_527": ["2018-05-16 20:27:51.935602", "NULL", "NULL", 1252, "468dd14c-81a3-4c58-b6a4-1294d550bfbc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:13.181411", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_528": ["2018-05-16 20:27:52.018502", "NULL", "NULL", 1253, "e2e691f6-c070-43c6-bf52-bcc5657fcc15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:13.181558", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_529": ["2018-05-16 20:27:52.101607", "NULL", "NULL", 1254, "5fc3002f-0fae-4069-95e2-4f99e94376e7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:13.18177", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_530": ["2018-05-16 20:27:52.18551", "NULL", "NULL", 1255, "a3a2cd15-6b42-4622-ab3c-bfdba4469c5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:13.182049", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_531": ["2018-05-16 20:27:52.268589", "NULL", "NULL", 1256, "8135af1f-72fd-4e36-86ca-990d68370463", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:15.747373", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_532": ["2018-05-16 20:27:52.351727", "NULL", "NULL", 1257, "792f625a-3146-46b9-944e-bf464e680bf8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:15.74788", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_533": ["2018-05-16 20:27:52.434505", "NULL", "NULL", 1258, "f7c05109-4094-4eeb-b9a6-12797a8d8037", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:15.748171", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_534": ["2018-05-16 20:27:52.517503", "NULL", "NULL", 1259, "8fd441b7-5486-475a-9140-f66790584c52", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:27:15.748398", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_535": ["2018-05-16 20:27:52.600473", "NULL", "NULL", 1260, "99f084eb-b51c-4141-a90c-d3d2abb81b82", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:15.748601", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_536": ["2018-05-16 20:27:52.684766", "NULL", "NULL", 1261, "acbe23df-4da6-4fc8-a2cd-2a616e9ff2d2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:15.748791", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_537": ["2018-05-16 20:27:52.767722", "NULL", "NULL", 1262, "6bc44ba9-c11a-4bbe-8564-2a0e4f92296b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:16.557143", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_538": ["2018-05-16 20:27:52.93633", "NULL", "NULL", 1264, "67667322-7bde-477d-8b08-62189b23404f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:16.55848", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_539": ["2018-05-16 20:27:53.018294", "NULL", "NULL", 1265, "0b88b823-a977-4d19-a979-7aaf1823a748", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:16.559581", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_540": ["2018-05-16 20:27:53.10171", "NULL", "NULL", 1266, "a8b05a59-87ea-488d-81ad-9d9b1f3759b6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:16.560581", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_541": ["2018-05-16 21:12:35.074532", "NULL", "NULL", 1407, "f47a9d51-8655-41db-b6be-18985f915c64", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:35.037076", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_542": ["2018-05-16 21:12:48.782279", "NULL", "NULL", 1411, "15470a1c-b255-4d4a-90cc-912f06b4da7c", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:48.782268", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_543": ["2018-05-16 21:12:48.986254", "NULL", "NULL", 1413, "2f9b47ed-f74b-4e46-a62b-d4423a7b91fa", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:48.986244", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_544": ["2018-05-17 16:43:44.057809", "NULL", "NULL", 1582, "a8016e2e-d18c-4570-bc4e-e03813bf99f1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:01.630509", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_545": ["2018-05-17 16:43:44.107343", "NULL", "NULL", 1583, "d4f82676-5eff-4d4d-b0ab-4aff900d9af9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:01.67366", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_546": ["2018-05-17 16:43:44.19035", "NULL", "NULL", 1584, "e1e4d6b2-2849-498b-87fb-bb7c70cfdc0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.67373", "critical", "Service group controller-services state change from active-failed to disabling-failed on host controller-0; cinder-ip(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_547": ["2018-05-17 16:43:44.273301", "NULL", "NULL", 1585, "2f216a29-5071-4a04-ba40-b3cea46c04ba", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:01.673775", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_548": ["2018-05-17 16:43:44.356402", "NULL", "NULL", 1586, "f57dc24d-5b11-4753-a4ef-370a1babae1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.673941", "critical", "Service group controller-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_549": ["2018-05-17 16:43:44.439364", "NULL", "NULL", 1587, "c214f6c7-e3c5-47a8-8cc9-1eb044d82075", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:02.182146", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_550": ["2018-05-17 16:43:44.522403", "NULL", "NULL", 1588, "ae4eef2c-b521-47c7-b35c-29ed71e127c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:04.210246", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_551": ["2018-05-17 16:43:44.605375", "NULL", "NULL", 1589, "a11a3bbe-017c-455d-b77b-ead339252974", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:04.427767", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_552": ["2018-05-17 16:43:44.688362", "NULL", "NULL", 1590, "8072e840-f4dd-4aeb-bde8-e6981ad87d56", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:04.427922", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_553": ["2018-05-17 16:43:44.771293", "NULL", "NULL", 1591, "610aaba3-2428-46d3-844a-78782e92858e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:04.428003", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_554": ["2018-05-17 16:43:44.855341", "NULL", "NULL", 1592, "3dabea0a-9d94-445f-a322-58bf13689296", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:04.428063", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_555": ["2018-05-17 16:43:44.937286", "NULL", "NULL", 1593, "88440e5b-0a0e-4435-8ba8-6eee1b76d984", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:18.259449", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_556": ["2018-05-17 16:43:45.019262", "NULL", "NULL", 1594, "9aaa3eca-943e-418c-8585-96b4999f464e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:26.307195", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_557": ["2018-05-17 16:43:45.102449", "NULL", "NULL", 1595, "f732e8f4-9420-4dbb-843e-292995ce1a44", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:32.635503", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_558": ["2018-05-17 16:43:45.18445", "NULL", "NULL", 1596, "748dc6c1-53dc-43e1-9f6d-1036a7469df9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:39.046221", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_559": ["2018-05-17 16:43:45.266006", "NULL", "NULL", 1597, "08447f30-783b-4620-ba65-25a8b2cce68d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:43:39.046581", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_560": ["2018-05-17 16:43:45.348259", "NULL", "NULL", 1598, "ccdd4be7-18ac-43bf-9d91-8ed97434534a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:43:39.046731", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_561": ["2018-05-17 16:43:45.431095", "NULL", "NULL", 1599, "316189f3-5737-4d7a-9793-7619f2375cb1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:39.04685", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_562": ["2018-05-17 16:43:45.513886", "NULL", "NULL", 1600, "66175b23-dcd9-4c50-90d1-17830aa5cbb6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:43:39.046982", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_563": ["2018-05-16 21:12:48.784116", "NULL", "NULL", 1412, "0b1721c2-6b12-4a83-beb8-2263230dfe24", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:48.742527", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_564": ["2018-05-16 21:30:42.284656", "NULL", "NULL", 1414, "581b3d85-64a8-4e0e-bb03-3129d78e8dcf", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 21:30:42.282539", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_565": ["2018-05-16 21:30:47.312486", "NULL", "NULL", 1415, "0d69094b-f1cc-459e-b3e6-b16c80ca704a", "401.007", "log", "host", "host=controller-1", "2018-05-16 21:30:47.310035", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_566": ["2018-05-16 21:30:47.315594", "NULL", "NULL", 1416, "60e8d532-0e97-4ec2-aa99-0d5af24a1b17", "401.007", "log", "host", "host=controller-0", "2018-05-16 21:30:47.306549", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_567": ["2018-05-16 21:30:50.642395", "NULL", "NULL", 1417, "30db1bfe-bb53-4c1e-b1e1-7a567d6c85a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:50.600613", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_568": ["2018-05-16 21:30:50.685354", "NULL", "NULL", 1418, "97040ef2-9f0c-4e51-ba36-1b48e228d80e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:50.643805", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_569": ["2018-05-17 16:43:45.554611", "NULL", "NULL", 1601, "9ebec578-f14f-499d-9ca8-c8b8b4acc90d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:43:35.116687", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_570": ["2018-05-17 16:43:45.598839", "NULL", "NULL", 1602, "75a31c3e-6ed7-4a84-9156-b0ab9187181e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:43:38.019542", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_571": ["2018-05-17 16:43:45.682688", "NULL", "NULL", 1603, "fc1dcec0-a87e-4899-b9dd-d224ee7611a3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:43:38.019674", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_572": ["2018-05-17 16:43:45.765142", "NULL", "NULL", 1604, "a6913b5d-6d03-45c1-b915-0f3c128387f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:43:38.019764", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_573": ["2018-05-17 16:43:45.847078", "NULL", "NULL", 1608, "162e3dec-0c00-48a2-be0e-5f93027109ac", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:43:38.019823", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_574": ["2018-05-17 16:43:45.929196", "NULL", "NULL", 1609, "b197f468-4d72-4387-9fdb-8dbdbcba24c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:43:45.552368", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_575": ["2018-05-17 16:43:46.646494", "NULL", "NULL", 1614, "6a69614b-a686-4e90-a9b7-b4e3663ff9d9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.560637", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_576": ["2018-05-17 16:43:47.508895", "NULL", "NULL", 1615, "3509f723-5342-469b-ae3b-dc4ab03bc4c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:43:47.46683", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_577": ["2018-05-17 16:43:48.128322", "NULL", "NULL", 1616, "dcf10e72-c5fa-4625-97b8-3b2d5e885357", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:43:48.086448", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_578": ["2018-05-17 16:43:48.635389", "NULL", "NULL", 1617, "6c2f111e-7a96-4f5a-881a-6924d4fa0395", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:43:48.593318", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_579": ["2018-05-17 16:43:49.650266", "NULL", "NULL", 1619, "0a996027-332f-4913-b084-29aa9bfd9c20", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:49.565604", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_580": ["2018-05-17 16:43:49.732472", "NULL", "NULL", 1620, "ab627b04-7f8c-4ddd-a800-846a0a054875", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:49.688613", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_581": ["2018-05-17 16:43:49.814261", "NULL", "NULL", 1621, "e947c751-2b90-4e9b-a66b-e8c4349bb5bb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:49.770603", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_582": ["2018-05-17 16:43:50.68821", "NULL", "NULL", 1624, "bc1f7cd1-7470-4610-bd90-83f88debd13e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:43:50.64707", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_583": ["2018-05-17 16:43:52.671295", "NULL", "NULL", 1626, "9d5ed300-a0aa-4f73-86b6-1d93d8403912", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:52.586447", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_584": ["2018-05-17 16:53:13.544978", "NULL", "NULL", 1653, "2c8339a4-7cef-444b-a3d8-743c37861700", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:51:08.735441", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_585": ["2018-05-17 16:53:13.627227", "NULL", "NULL", 1654, "ee4de679-587d-4a1f-b2d8-e8cd877c075f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:51:11.238126", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_586": ["2018-05-17 16:53:13.709181", "NULL", "NULL", 1655, "8e8d99aa-4c2e-4200-96dc-89b63c695495", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:51:17.912518", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_587": ["2018-05-16 21:31:26.097401", "NULL", "NULL", 1419, "e1c53aba-9edc-4fa1-809d-f4f12b26ca0c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:26.090887", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_588": ["2018-05-16 21:31:26.308339", "NULL", "NULL", 1420, "00b86238-e47f-496d-ad10-af0e389d1cad", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:26.306544", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_589": ["2018-05-16 21:31:26.31168", "NULL", "NULL", 1421, "59b22bcc-80d4-4c6b-b75c-b827bab2a15e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:26.310181", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_590": ["2018-05-16 21:31:26.516636", "NULL", "NULL", 1422, "6dd2aaa5-c275-4e0c-a0a3-1dde6e728baa", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:26.514975", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_591": ["2018-05-16 21:31:26.520187", "NULL", "NULL", 1423, "bbf48315-198a-4820-8a23-185c37321fee", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:26.518651", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_592": ["2018-05-16 21:31:29.133085", "NULL", "NULL", 1441, "ee4f7d31-5544-4f89-954b-12b811a150f4", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:29.13307", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_593": ["2018-05-16 21:31:29.336961", "NULL", "NULL", 1443, "d930139c-d552-4e70-8283-07387ea4f116", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:29.336946", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_594": ["2018-05-16 21:31:32.154645", "NULL", "NULL", 1475, "1f09da1f-6bc5-4ecb-b8e9-7c51c1bdb9b8", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:32.154634", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_595": ["2018-05-16 21:31:32.358602", "NULL", "NULL", 1477, "15bc5a59-8f75-4863-9658-edb36d64bed2", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:32.358586", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_596": ["2018-05-16 21:31:35.163812", "NULL", "NULL", 1480, "f4e0ca90-2029-49ab-89f0-b4b9450b597d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:35.163799", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_597": ["2018-05-16 21:35:04.459382", "NULL", "NULL", 1483, "e5cacc04-1c92-4f58-8cde-063d4bc068bf", "200.001", "set", "system.host", "host=controller-1", "2018-05-16 21:35:04.457502", "warning", "controller-1 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_598": ["2018-05-16 21:35:05.86397", "NULL", "NULL", 1487, "5adf1b75-104d-404c-9f9c-2c02692061a3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:35:05.862256", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_599": ["2018-05-16 21:35:06.269807", "NULL", "NULL", 1492, "2f412e98-265a-41e7-95b4-37d3ecf23b6b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:35:06.268223", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_600": ["2018-05-16 21:35:06.474639", "NULL", "NULL", 1496, "f28266fc-712d-428c-91a9-6c1fa0334e5b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:35:06.472687", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_601": ["2018-05-16 21:35:06.678124", "NULL", "NULL", 1497, "e1c60e3b-a536-41ee-818d-15561915c9a3", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:35:06.676239", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_602": ["2018-05-16 21:35:06.68128", "NULL", "NULL", 1498, "f4e8a8a7-cedd-4864-b01e-08b0a6cc1cae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:35:06.679773", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_603": ["2018-05-16 21:35:06.684193", "NULL", "NULL", 1499, "e70848d5-7def-4d87-95fb-a486e25bd6e0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:35:06.682563", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_604": ["2018-05-16 21:35:06.887154", "NULL", "NULL", 1502, "405d6c83-5949-48e8-8d43-0c8e7f362ce0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:35:06.885528", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_605": ["2018-05-17 16:53:13.792511", "NULL", "NULL", 1656, "142961bc-871d-42cf-958d-1124b9a6c137", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:52:38.383177", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_606": ["2018-05-16 21:31:27.331208", "NULL", "NULL", 1424, "cec14986-ce5f-4789-ab47-988b8854cb00", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:30:52.998662", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_607": ["2018-05-16 21:31:27.375402", "NULL", "NULL", 1425, "809968d1-ddcd-4ee2-ab8a-ea7d023aab58", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:30:52.998959", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_608": ["2018-05-16 21:31:27.458566", "NULL", "NULL", 1426, "24ddf71a-831f-4eeb-98f3-7835a7825ad4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:30:52.999797", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_609": ["2018-05-16 21:31:27.54246", "NULL", "NULL", 1427, "8c87fdc3-4834-4131-bfad-dcd2116306e3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:30:52.999967", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_610": ["2018-05-16 21:31:27.626472", "NULL", "NULL", 1428, "20639421-effa-4a51-bf4c-0548580197f3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:30:53.000138", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_611": ["2018-05-16 21:31:27.710443", "NULL", "NULL", 1429, "5b2fdd54-d985-4119-993e-4e4ce2d04854", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:30:53.000331", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_612": ["2018-05-16 21:31:27.793483", "NULL", "NULL", 1430, "2e26365f-aca1-4298-9f3d-73219cbe2f71", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:31:17.156325", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_613": ["2018-05-16 21:31:27.877468", "NULL", "NULL", 1431, "278a3040-d03d-42bb-b289-33eaa1dc1982", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:31:19.949626", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_614": ["2018-05-16 21:31:27.963965", "NULL", "NULL", 1432, "c1b5075f-c136-44e4-b55d-7bf0246d2a2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:31:19.949735", "critical", "Service group patching-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_615": ["2018-05-16 21:31:28.046423", "NULL", "NULL", 1433, "550c1e31-dafb-4ebd-ab18-328f6f7213cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:31:19.949775", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_616": ["2018-05-16 21:31:28.130194", "NULL", "NULL", 1434, "ec054090-0047-454a-b313-a31bf011ac13", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:31:19.949813", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_617": ["2018-05-16 21:31:28.212462", "NULL", "NULL", 1435, "105f67ac-d92a-4ffe-a60c-8e211fa606c7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:31:19.949848", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_618": ["2018-05-16 21:31:28.296478", "NULL", "NULL", 1436, "9624e0b0-4492-4829-8d6c-f466e0c12818", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:31:19.950179", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_619": ["2018-05-16 21:31:28.380715", "NULL", "NULL", 1437, "4f37d357-1c7c-4cec-b524-f8a9613b910d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:31:20.033176", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_620": ["2018-05-16 21:31:28.463473", "NULL", "NULL", 1438, "1e400743-9288-4a46-b399-87eca448f6eb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:31:23.036344", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_621": ["2018-05-16 21:31:28.546629", "NULL", "NULL", 1439, "cda2e82c-8807-43a6-ac75-d1a37f36f2fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:31:27.289141", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_622": ["2018-05-16 21:31:29.060546", "NULL", "NULL", 1440, "475d9bd3-9213-4dc8-bbf0-5d4ccb924758", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:31:29.018476", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_623": ["2018-05-16 21:31:29.184647", "NULL", "NULL", 1442, "f87d85f9-30b4-4395-86f5-ad4098374aaa", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:31:29.061697", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_624": ["2018-05-16 21:31:29.34854", "NULL", "NULL", 1444, "8be8ed2b-37f8-4bf2-adb4-38a85e901930", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:31:29.225494", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_625": ["2018-05-16 21:31:29.497767", "NULL", "NULL", 1445, "4af2f071-7203-4a64-b8fc-c226ef50de05", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:50.718351", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_626": ["2018-05-16 21:31:29.540608", "NULL", "NULL", 1446, "41ac07b5-394e-47ab-aab7-94525e877fb9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:50.718393", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_627": ["2018-05-16 21:31:29.6249", "NULL", "NULL", 1447, "aa1f64ac-845e-4e01-8356-a7ce0f5923b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:30:50.718589", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_628": ["2018-05-16 21:31:29.708692", "NULL", "NULL", 1448, "fb1768c3-b63e-4c11-9ce1-7cf83a6b2962", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:50.718824", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_629": ["2018-05-16 21:31:29.79104", "NULL", "NULL", 1449, "2913dff8-2a1a-4b32-b431-287043782cc2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:50.718989", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_630": ["2018-05-16 21:31:29.876019", "NULL", "NULL", 1450, "04f2ab78-e3cf-45dc-82c3-3478feb187e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:50.719175", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_631": ["2018-05-16 21:31:29.958685", "NULL", "NULL", 1451, "1ec5f0ca-de33-4b10-a1cb-8561cc17700b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:50.719291", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_632": ["2018-05-16 21:31:30.040758", "NULL", "NULL", 1452, "e63784bc-ebd9-435f-8ca3-3c5f2e5be1aa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:50.719524", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_633": ["2018-05-16 21:31:30.123903", "NULL", "NULL", 1453, "d81d2f77-6029-4623-941f-25eb2de9898f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:50.719759", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_634": ["2018-05-16 21:31:30.155599", "NULL", "NULL", 1454, "4d0185a4-3247-4bec-8e5d-3db4378b65ec", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:31:30.113489", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_635": ["2018-05-16 21:31:30.206729", "NULL", "NULL", 1455, "9905c026-1fb6-4e73-901e-2569c16ed735", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:30:53.102985", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_636": ["2018-05-16 21:31:30.288701", "NULL", "NULL", 1456, "4f088e81-cea7-4525-a483-b7aa8b64ef3b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:53.103857", "critical", "Service group vim-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_637": ["2018-05-16 21:31:30.370663", "NULL", "NULL", 1457, "73d34ac1-403e-455a-8335-3ad7367c7860", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:30:53.104869", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_638": ["2018-05-16 21:31:30.452686", "NULL", "NULL", 1458, "3d8a3804-a2cb-4442-af9a-821dc0ff8ec9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:30:53.105695", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_639": ["2018-05-16 21:31:30.536279", "NULL", "NULL", 1459, "c8e6bb41-9dcd-4c0b-beda-ddb477d4b085", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:30:53.106543", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_640": ["2018-05-16 21:31:30.618748", "NULL", "NULL", 1460, "247be08a-87e5-4853-bffb-80a1d6f8f203", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:30:53.107456", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_641": ["2018-05-16 21:31:30.700619", "NULL", "NULL", 1461, "d5981c96-08b1-4e45-9ae8-54b2724cdc5b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:30:53.269333", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_642": ["2018-05-16 21:31:30.782332", "NULL", "NULL", 1462, "d1d3d0cb-5176-4fde-86b9-29142f8cc5cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:31:08.334393", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_643": ["2018-05-16 21:31:30.862475", "NULL", "NULL", 1463, "6244e1ed-b871-452f-aa81-28834bfe3545", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:31:30.820845", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_644": ["2018-05-16 21:31:30.865079", "NULL", "NULL", 1464, "28b37b07-5384-4251-81e1-998d54892b43", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:31:11.359277", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_645": ["2018-05-16 21:31:30.946592", "NULL", "NULL", 1465, "90555056-13e9-4dfd-96d7-ac9b575d8bea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:16.491334", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_646": ["2018-05-16 21:31:31.028107", "NULL", "NULL", 1466, "2fe34139-dd0d-4fd0-96a7-2b5b139d236c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:31:20.669128", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_647": ["2018-05-16 21:31:31.110652", "NULL", "NULL", 1467, "bd4c6b42-2e7d-47d9-8a0f-c35967e2814d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:31:20.67088", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_648": ["2018-05-16 21:31:31.192583", "NULL", "NULL", 1468, "3b727ec9-9f99-4656-a000-9f966cca64bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:31:20.67222", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_649": ["2018-05-16 21:31:31.275875", "NULL", "NULL", 1469, "9aebd825-dbf8-409e-b90d-2fb5d598d589", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:31:20.674784", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_650": ["2018-05-16 21:31:31.357389", "NULL", "NULL", 1470, "ce13a85a-5746-430d-8cfb-a13672b9864f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:20.678236", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_651": ["2018-05-16 21:31:31.439279", "NULL", "NULL", 1471, "41378cbf-3d1e-4b9a-b9a7-94c5ed5ae0b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:31:20.680059", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_652": ["2018-05-16 21:31:31.521369", "NULL", "NULL", 1472, "cad18c71-0ebb-43f8-8220-d5f865fbe4ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:21.624837", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_653": ["2018-05-16 21:31:31.603961", "NULL", "NULL", 1473, "08999225-42b3-4fca-84bb-e114cb9cba42", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:31:23.167324", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_654": ["2018-05-16 21:31:32.08755", "NULL", "NULL", 1474, "b7e2c74d-3e75-4d94-ae5b-1204d588b5f3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:31:32.046257", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_655": ["2018-05-16 21:31:32.211426", "NULL", "NULL", 1476, "40f7fffe-8304-48f6-af98-f46c13fc5b81", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:31:32.088576", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_656": ["2018-05-16 21:31:32.417424", "NULL", "NULL", 1478, "a960811a-0f5a-41e0-b3f6-c91439a008e8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:31:32.375514", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_657": ["2018-05-16 21:31:35.13138", "NULL", "NULL", 1479, "16272b1d-5b6f-4e96-9d4d-36ea3631d06d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:31:35.049214", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_658": ["2018-05-16 21:35:04.072548", "NULL", "NULL", 1481, "5d69cfb6-5186-4e25-a239-dc768c1052a5", "200.022", "log", "system.host", "host=controller-1.state=disabled", "2018-05-16 21:35:04.070508", "not-applicable", "controller-1 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_659": ["2018-05-16 21:35:04.116553", "NULL", "NULL", 1482, "e3b77669-3f16-49bb-9317-14f0535f045d", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-16 21:35:04.114489", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_660": ["2018-05-16 21:35:05.627832", "NULL", "NULL", 1484, "636e450f-895f-4fba-bcfd-e6e0f9366d1e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:35:05.625542", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_661": ["2018-05-16 21:35:05.751519", "NULL", "NULL", 1485, "8c1f6996-c1d3-4127-8140-aab6b884da2e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:35:05.629157", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_662": ["2018-05-16 21:35:05.833183", "NULL", "NULL", 1486, "8c1bae50-8065-4345-81c7-829fac5d1c99", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:35:05.791545", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_663": ["2018-05-16 21:35:05.915096", "NULL", "NULL", 1488, "5b09c61b-5aac-4068-b287-6ead6eb2be72", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:35:05.873494", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_664": ["2018-05-16 21:35:05.997379", "NULL", "NULL", 1489, "98ecc4e8-7d4b-4a53-a338-5672b2861ca8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:35:05.955695", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_665": ["2018-05-16 21:35:06.079541", "NULL", "NULL", 1490, "90e63ae0-378b-4f82-ae77-0b4f67cabe29", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:35:06.037507", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_666": ["2018-05-16 21:35:06.162391", "NULL", "NULL", 1491, "9868f7d5-be91-40b3-af10-57aae30786ca", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:35:06.120494", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_667": ["2018-05-16 21:35:06.326167", "NULL", "NULL", 1493, "3b54cd18-beb7-48ff-ad37-efdfb58806d8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:35:06.203478", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_668": ["2018-05-16 21:35:06.340643", "NULL", "NULL", 1494, "5c4368bd-1244-40be-a06a-1362af8acef3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:06.340892", "critical", "Service group web-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_669": ["2018-05-16 21:35:06.383584", "NULL", "NULL", 1495, "70f3ec92-3053-47ea-9ec8-d4fcc5a17152", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:06.344509", "critical", "Service group directory-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_670": ["2018-05-16 21:35:06.75645", "NULL", "NULL", 1500, "3062a759-93b1-4094-9ea2-15c41c38809e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:06.717427", "critical", "Service group web-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_671": ["2018-05-16 21:35:06.799487", "NULL", "NULL", 1501, "421d0c9b-dd2f-4fda-a1a6-589c59c6d026", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:06.76041", "critical", "Service group directory-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_672": ["2018-05-16 21:35:08.880261", "NULL", "NULL", 1504, "efd0decc-e7a7-4ee1-9ec4-ac3ad7195c34", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:35:08.840827", "critical", "Service group web-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_673": ["2018-05-16 21:35:08.92372", "NULL", "NULL", 1505, "2779eb38-7759-47f9-829d-b13a43266996", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:35:08.884347", "critical", "Service group directory-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_674": ["2018-05-16 21:40:04.66341", "NULL", "NULL", 1506, "bc56a354-2592-48bd-9403-8dfcf6181783", "200.021", "log", "system.host", "host=controller-1.command=unlock", "2018-05-16 21:40:04.661493", "not-applicable", "controller-1 manual ""unlock"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_675": ["2018-05-16 21:35:06.890489", "NULL", "NULL", 1503, "99e3d948-6a79-4939-a454-ee03f047b3f6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:35:06.889088", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_676": ["2018-05-16 21:40:04.822195", "NULL", "NULL", 1507, "b512d52a-4a04-4bc6-abc1-cd45f957c125", "200.001", "clear", "system.host", "host=controller-1", "2018-05-16 21:40:04.822181", "warning", "controller-1 was administratively locked to take it out-of-service.", "operational-violation", "out-of-service", "Administratively unlock Host to bring it back in-service.", true, false, "NULL"], + "i_event_log_677": ["2018-05-16 21:40:06.229024", "NULL", "NULL", 1516, "aa8c3c3b-b0d2-4f1e-b1ff-e1e2971d6244", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-16 21:40:06.227502", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_678": ["2018-05-16 21:40:06.432578", "NULL", "NULL", 1517, "285d6261-a4a9-4896-9508-88c0ec714dbc", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:40:06.430904", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_679": ["2018-05-17 16:43:45.789441", "NULL", "NULL", 1605, "13ce975f-a0c1-4100-ac3e-caf2d56e8603", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:45.789414", "critical", "Service group controller-services failure; cinder-ip(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_680": ["2018-05-17 16:43:45.793491", "NULL", "NULL", 1606, "6edc1422-eaf9-408d-b1fb-4a066b6a6036", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:45.792114", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_681": ["2018-05-17 16:43:45.796498", "NULL", "NULL", 1607, "b92dcec8-c796-4e8f-845b-6d23a32e575a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:45.795137", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_682": ["2018-05-17 16:43:46.000647", "NULL", "NULL", 1610, "6dd7e65d-74e5-4b77-9158-d2cbe6dab90c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:45.998459", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_683": ["2018-05-17 16:43:46.003794", "NULL", "NULL", 1611, "05089179-cb82-4b11-aa2a-e546c192ec3a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:46.002427", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_684": ["2018-05-17 16:43:46.006918", "NULL", "NULL", 1612, "ac55b858-ace4-411e-a30f-89ca56f63c59", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.005566", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_685": ["2018-05-17 16:43:46.61062", "NULL", "NULL", 1613, "5fb90cb6-71b0-4a6e-a70d-c154d5dc78be", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:43:46.610603", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_686": ["2018-05-17 16:43:49.620751", "NULL", "NULL", 1618, "e898e3b3-938a-4447-be8c-91e996140ab1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:43:49.620735", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_687": ["2018-05-17 16:43:50.025935", "NULL", "NULL", 1622, "b463af14-dc16-415c-9bfc-0b43b85a96db", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:43:50.025923", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_688": ["2018-05-17 16:43:50.028802", "NULL", "NULL", 1623, "8aa4398a-a61e-4513-8a84-19775040258a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:50.028791", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_689": ["2018-05-17 16:43:52.633849", "NULL", "NULL", 1625, "60be2a46-5e93-49ec-a1bd-53594fe76128", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:43:52.633835", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_690": ["2018-05-17 16:53:13.874787", "NULL", "NULL", 1657, "83146304-63d5-45fa-85b8-882c7691ed35", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:52:38.893297", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_691": ["2018-05-17 16:53:13.957774", "NULL", "NULL", 1658, "410221ff-66d7-444e-a148-08a0bc4ebb54", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:52:40.607024", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_692": ["2018-05-17 16:53:14.041028", "NULL", "NULL", 1659, "02d9c376-39af-454e-905e-1b6cd9423275", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:53:07.371518", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_693": ["2018-05-17 16:53:14.205161", "NULL", "NULL", 1661, "74e7f549-155e-4a23-a743-650f04897f87", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:53:07.372102", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_694": ["2018-05-17 16:53:14.288107", "NULL", "NULL", 1662, "48a7f9a9-58c8-467a-8e95-2bbb91a10d4e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:53:07.372278", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_695": ["2018-05-16 21:40:05.684654", "NULL", "NULL", 1508, "2497b4d8-74f5-4869-9686-1074a21e5e10", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:40:05.68454", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_696": ["2018-05-16 21:40:05.728292", "NULL", "NULL", 1509, "3a09f1b4-5f52-4daa-996f-bc9d923013aa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:40:05.688803", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_697": ["2018-05-16 21:40:05.811378", "NULL", "NULL", 1510, "8d4cc67c-6a4b-4103-bceb-cbecc56e7fd5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:40:05.771695", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_698": ["2018-05-16 21:40:05.89447", "NULL", "NULL", 1511, "935aaa59-e23c-41e7-b948-2ac036146466", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:40:05.85469", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_699": ["2018-05-16 21:40:05.977262", "NULL", "NULL", 1512, "c3fe8dbb-143d-48a2-9fce-c193c0a1e02f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:40:05.937671", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_700": ["2018-05-16 21:40:06.060517", "NULL", "NULL", 1513, "43c5badf-7d74-4c5b-ad4c-afa0e30e89e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:40:06.020724", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_701": ["2018-05-16 21:40:06.090528", "NULL", "NULL", 1514, "57432627-4251-4f82-ab0d-9e7aed4af0ab", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:40:06.088611", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_702": ["2018-05-16 21:40:06.214489", "NULL", "NULL", 1515, "18b39a05-db98-4d36-9cf2-9b4e1355b1cb", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:40:06.091852", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_703": ["2018-05-16 21:40:06.585274", "NULL", "NULL", 1518, "52ca1a49-abab-4b34-8ed1-b356dc92d054", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:40:06.54575", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_704": ["2018-05-16 21:40:09.704259", "NULL", "NULL", 1519, "89484fb9-4d08-4d9c-bbb2-36749ffe033e", "200.022", "log", "system.host", "host=controller-1.status=offline", "2018-05-16 21:40:09.702565", "not-applicable", "controller-1 is now ""offline""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_705": ["2018-05-17 16:53:12.399863", "NULL", "NULL", 1627, "dc7e3a3c-8f40-4304-a290-6f16db9c4408", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:50:49.887334", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_706": ["2018-05-17 16:53:12.47506", "NULL", "NULL", 1628, "5fdadfcb-c040-4d76-83a4-6a81e232a596", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:50:50.174522", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_707": ["2018-05-17 16:53:12.5582", "NULL", "NULL", 1635, "4311af13-aad6-4020-8188-4bb4c4125aab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:50:50.174583", "critical", "Service group vim-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_708": ["2018-05-17 16:53:12.6402", "NULL", "NULL", 1636, "44c6e7f4-f271-4a94-875b-606c7351bdb2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:50:50.174632", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_709": ["2018-05-17 16:53:12.722267", "NULL", "NULL", 1637, "542a1ec2-1b5a-4937-ae11-ed4e5df0b80a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:50:50.174678", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_710": ["2018-05-17 16:53:12.804131", "NULL", "NULL", 1641, "a8a7187b-0258-43bc-ad54-4c2ae098d139", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:50:50.174722", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_711": ["2018-05-17 16:53:12.886833", "NULL", "NULL", 1642, "ffa891e4-9221-429f-8951-fc89f65733d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:50:50.174765", "critical", "Service group cloud-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_712": ["2018-05-17 16:53:12.969845", "NULL", "NULL", 1646, "14f4657e-5632-4833-b3a0-8dd89d0fbbb3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:50:50.174819", "critical", "Service group controller-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_713": ["2018-05-17 16:53:13.05266", "NULL", "NULL", 1647, "b7420a3e-73b1-4bbe-91b8-a645cd1a7250", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:50:50.174868", "critical", "Service group oam-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_714": ["2018-05-17 16:53:13.135395", "NULL", "NULL", 1648, "1d0bca7a-5a4a-40a7-afdb-8648257d14f9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:50:50.221111", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_715": ["2018-05-17 16:53:13.298396", "NULL", "NULL", 1649, "5d244e34-9125-456a-acbd-1e3d586a8526", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:50:50.648487", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_716": ["2018-05-17 16:53:13.380248", "NULL", "NULL", 1651, "bd34d438-54a9-45ce-8c67-620f90fe0e64", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:50:50.678128", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_717": ["2018-05-17 16:53:13.462276", "NULL", "NULL", 1652, "499807e7-cc72-4220-9afa-5d8790bff547", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:50:52.717467", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_718": ["2018-05-16 21:46:31.663468", "NULL", "NULL", 1520, "515dd8e3-7999-495e-aedf-b7983e4e685d", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-16 21:46:31.661524", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_719": ["2018-05-16 21:46:35.193257", "NULL", "NULL", 1521, "78879355-d767-49d1-b036-f5647d3d217c", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:46:35.191259", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_720": ["2018-05-16 21:46:35.234995", "NULL", "NULL", 1522, "107ead2e-e853-4f43-bbdf-9282c8e61e0b", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:46:35.194197", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_721": ["2018-05-16 21:46:35.733026", "NULL", "NULL", 1523, "2d474c0a-b668-407a-a64f-a2ed33045537", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-16 21:46:35.729783", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_722": ["2018-05-16 21:46:35.796191", "NULL", "NULL", 1524, "9fdc0d0e-2d55-4372-a036-1cbbc717f7d9", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:46:35.75485", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_723": ["2018-05-16 21:46:37.699713", "NULL", "NULL", 1525, "363be5be-87e6-4737-9d2d-fce775df7fb5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:46:37.657573", "critical", "Service group distributed-cloud-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_724": ["2018-05-16 21:46:37.742144", "NULL", "NULL", 1526, "d69e2fef-6abc-400c-99b9-f4f1107f7300", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:46:37.700557", "critical", "Service group vim-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_725": ["2018-05-16 21:46:37.824027", "NULL", "NULL", 1527, "db8c45c2-37dc-45ea-b474-9d858418ce3d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:37.782434", "critical", "Service group web-services state change from initial to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_726": ["2018-05-16 21:46:37.90604", "NULL", "NULL", 1528, "e095d05b-45f0-43fb-8763-cd481c7e7926", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:37.864429", "critical", "Service group directory-services state change from initial to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_727": ["2018-05-16 21:46:37.988034", "NULL", "NULL", 1529, "51299e53-e110-419c-97cc-3b0de9850062", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:46:37.946479", "critical", "Service group patching-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_728": ["2018-05-16 21:46:38.070929", "NULL", "NULL", 1530, "63846ef6-9194-449b-b065-0073b6b8a872", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:46:38.029411", "critical", "Service group cloud-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_729": ["2018-05-16 21:46:38.153127", "NULL", "NULL", 1531, "6d1b938e-b937-407f-81ee-db41e3d687c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:38.110404", "critical", "Service group controller-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_730": ["2018-05-16 21:46:38.235232", "NULL", "NULL", 1532, "4d881e17-1426-41ec-8fbd-2995791e4aaa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:46:38.193437", "critical", "Service group oam-services state change from initial to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_731": ["2018-05-16 21:46:38.317106", "NULL", "NULL", 1533, "daea7d5a-0c77-47d2-8d69-d439b45e3567", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 21:46:38.275793", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_732": ["2018-05-16 21:46:38.399089", "NULL", "NULL", 1534, "bd944a90-b4f1-4dad-824b-3618386a08ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 21:46:38.357459", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_733": ["2018-05-16 21:46:38.482125", "NULL", "NULL", 1535, "ff200c73-345d-4982-b26d-b50ba9f2198c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 21:46:38.439926", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_734": ["2018-05-16 21:46:38.564144", "NULL", "NULL", 1536, "fd5ae6c3-1b8e-4f44-a85f-06f37d0f7a13", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:38.5224", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_735": ["2018-05-16 21:46:38.646164", "NULL", "NULL", 1537, "eb8495f7-03a6-4a2a-802d-d6ed694de442", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 21:46:38.604483", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_736": ["2018-05-16 21:46:38.728118", "NULL", "NULL", 1538, "806ac62e-d51a-4629-83cf-e0ddcff572be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 21:46:38.686503", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_737": ["2018-05-16 21:46:38.810247", "NULL", "NULL", 1539, "a6d3890f-ecb1-4e3b-801e-e52e94b79ac0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:38.768479", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_738": ["2018-05-16 21:46:39.600043", "NULL", "NULL", 1540, "71bc720c-4264-430c-8813-ca152aa78ccd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:39.131396", "critical", "Service group controller-services state change from go-standby to go-standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_739": ["2018-05-16 21:46:40.71019", "NULL", "NULL", 1544, "fa30b501-8216-49eb-84bc-0726ecc251a8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:40.707717", "critical", "Service group controller-services state change from go-standby-degraded to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_740": ["2018-05-16 21:46:41.065977", "NULL", "NULL", 1545, "bce4f87f-8e52-46cd-8597-12312590c169", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:41.02372", "critical", "Service group controller-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_741": ["2018-05-16 21:46:40.216857", "NULL", "NULL", 1541, "f9fe6e1f-b370-4e30-8a37-e5520c0fbc9f", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-16 21:46:40.214633", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_742": ["2018-05-16 21:46:40.220225", "NULL", "NULL", 1542, "33f59fb2-d85d-4476-8367-e4eb11302e33", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:46:40.218643", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_743": ["2018-05-16 21:46:40.623399", "NULL", "NULL", 1543, "08e15970-538a-4d7b-831c-348baf02692b", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:40.621752", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_744": ["2018-05-16 21:46:43.829645", "NULL", "NULL", 1546, "b67a1db4-8bc9-4667-bc34-688c22661ab1", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 21:46:43.829632", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_745": ["2018-05-16 21:46:50.037544", "NULL", "NULL", 1553, "2f6f7c7c-6c99-4746-929a-45e79a8def54", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:46:50.037532", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_746": ["2018-05-16 21:46:50.241484", "NULL", "NULL", 1556, "9d08bd21-54b0-49fe-8aa6-aba228f1edd0", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:46:50.241472", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_747": ["2018-05-16 21:46:50.445279", "NULL", "NULL", 1558, "f58544ff-2fa1-4005-b524-5105b25b56fa", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:46:50.445256", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_748": ["2018-05-16 21:46:50.448808", "NULL", "NULL", 1559, "dc6781ca-3d40-4e7d-8b16-6bae0e2d50c2", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:46:50.448798", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_749": ["2018-05-16 21:46:50.451562", "NULL", "NULL", 1560, "67ad162b-224c-425d-82da-11882dad904b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:46:50.451551", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_750": ["2018-05-16 21:46:50.654595", "NULL", "NULL", 1562, "50128f3c-53ca-4941-9ab0-b1b48d0645e1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:46:50.654584", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_751": ["2018-05-16 21:46:52.86035", "NULL", "NULL", 1566, "f4518b56-91ee-4a94-b000-b9dbdfed3c97", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:46:52.860341", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_752": ["2018-05-16 21:46:53.09554", "NULL", "NULL", 1567, "a36b2a98-7af6-48cc-8d4e-4a7eb0e74598", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:46:53.095527", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_753": ["2018-05-16 21:47:05.104969", "NULL", "NULL", 1570, "bd6fd34d-6ac1-4ba0-894e-a8b6a976b405", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-16 21:47:05.104957", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_754": ["2018-05-16 21:47:05.308228", "NULL", "NULL", 1571, "4c915d69-d079-4f6d-9f4d-7a0acc6a3cfe", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:47:05.308217", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_755": ["2018-05-17 01:55:31.220421", "NULL", "NULL", 1572, "3f12ab0c-d5d7-45fa-b087-d3ba054f9b61", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-17 01:55:31.22041", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_756": ["2018-05-17 01:55:35.026036", "NULL", "NULL", 1573, "d91d9e96-5abe-4219-a09d-d76886d97466", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-17 01:55:35.026022", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_757": ["2018-05-17 01:55:35.429466", "NULL", "NULL", 1574, "57a15079-8ed2-465e-9acb-12519be00cae", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-17 01:55:35.429453", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_758": ["2018-05-17 02:19:30.964022", "NULL", "NULL", 1575, "4107f11b-3324-4046-856e-5f9874799c59", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-17 02:19:30.825065", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_759": ["2018-05-17 02:19:33.969231", "NULL", "NULL", 1576, "6906dfc5-46ef-4b0c-8257-e7c458c0db4a", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-17 02:19:33.831386", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_760": ["2018-05-17 02:19:37.574312", "NULL", "NULL", 1577, "a773a577-e714-4812-8041-d6f6fe512925", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-17 02:19:37.434942", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_761": ["2018-05-17 16:54:19.846061", "NULL", "NULL", 1711, "e43c9b11-c5c6-4c52-9abe-1b5c9a3cfc28", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-17 16:54:19.84605", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_762": ["2018-05-16 21:46:47.783565", "NULL", "NULL", 1547, "e7f40bfb-f189-4856-aab6-4b0b6ce07e0f", "200.022", "log", "system.host", "host=controller-1.state=enabled", "2018-05-16 21:46:47.7815", "not-applicable", "controller-1 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_763": ["2018-05-16 21:46:49.641501", "NULL", "NULL", 1548, "cebed8fe-1f54-4f90-8608-9abe6c4148e2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:46:49.600177", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_764": ["2018-05-16 21:46:49.684326", "NULL", "NULL", 1549, "1034d1a3-e56e-4173-89cd-eaf4ca331bb8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:46:49.642743", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_765": ["2018-05-16 21:46:49.766158", "NULL", "NULL", 1550, "afd51acb-4ace-4d2e-ba28-025ef1e46ba5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:46:49.724484", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_766": ["2018-05-16 21:46:49.848244", "NULL", "NULL", 1551, "09c00c2e-a117-4030-9206-85e07d1e929b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:46:49.806519", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_767": ["2018-05-16 21:46:50.011291", "NULL", "NULL", 1552, "1993bde2-57a1-48c6-8875-9f6d75109d06", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:46:49.888493", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_768": ["2018-05-16 21:46:50.094195", "NULL", "NULL", 1554, "dda61303-fcb5-4158-966e-90b95cef0870", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:46:50.052501", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_769": ["2018-05-16 21:46:50.215622", "NULL", "NULL", 1555, "67c9520f-e573-4762-8f07-c957133ca3e6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:50.17343", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_770": ["2018-05-16 21:46:50.258099", "NULL", "NULL", 1557, "49b5726b-7d6b-451f-acb8-25332ae3b569", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:50.21637", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_771": ["2018-05-16 21:46:50.555889", "NULL", "NULL", 1561, "3452e158-915a-48b1-b56e-5badfb87317e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-16 21:46:50.512973", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_772": ["2018-05-16 21:46:51.324333", "NULL", "NULL", 1563, "9fa82733-8ed0-453b-b1f2-e5dd5166bbee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-16 21:46:51.282064", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_773": ["2018-05-16 21:46:52.662653", "NULL", "NULL", 1564, "05071952-3b2a-43ef-946a-0d169b1f5b1f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:46:52.62071", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_774": ["2018-05-16 21:46:52.705399", "NULL", "NULL", 1565, "60c4a2bd-bf3b-4b45-98ff-595f3f10ff9b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:46:52.664195", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_775": ["2018-05-16 21:47:04.945892", "NULL", "NULL", 1568, "fc94316f-8f1a-42c4-b2e1-e44b8d52af2e", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-16 21:47:04.903529", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_776": ["2018-05-16 21:47:05.070212", "NULL", "NULL", 1569, "3b72bd3a-e7d2-4fa9-8fdc-66108a8904f9", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-16 21:47:04.947471", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_777": ["2018-05-17 16:43:00.624362", "NULL", "NULL", 1578, "38ddb2a8-28c2-45c3-b48b-cfee9e3d8751", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:00.619494", "critical", "Service group controller-services state change from active to active-failed on host controller-0; cinder-ip(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_778": ["2018-05-17 16:43:01.507388", "NULL", "NULL", 1579, "95515080-f619-4d60-9bf3-15c953f49d50", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:43:01.425126", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_779": ["2018-05-17 16:43:01.590242", "NULL", "NULL", 1581, "a9adeb6e-2011-4ad1-af65-4ea7fd65cd3f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:43:01.548507", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_780": ["2018-05-17 16:53:12.519396", "NULL", "NULL", 1629, "8518bf92-2bfd-47e6-8b99-6e08c13a56a9", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-17 16:53:12.516647", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_781": ["2018-05-17 16:53:12.52729", "NULL", "NULL", 1630, "cf07e9fe-5468-473e-84cc-7a1e9a254abc", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-17 16:53:12.52579", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_782": ["2018-05-17 16:53:12.530213", "NULL", "NULL", 1631, "070a82f9-c220-475a-8c5d-a8e2fed7b687", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.528842", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_783": ["2018-05-17 16:53:12.535561", "NULL", "NULL", 1632, "f7b0d67e-62d0-4588-8907-2535040a0a65", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.534282", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_784": ["2018-05-17 16:53:12.538226", "NULL", "NULL", 1633, "9d2c9735-92b9-436c-979b-1d3d19f9e91d", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-17 16:53:12.538216", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_785": ["2018-05-17 16:53:12.543136", "NULL", "NULL", 1634, "2e977339-3950-44de-aab1-80eab6998a08", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.543127", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_786": ["2018-05-17 16:53:12.747611", "NULL", "NULL", 1638, "eb3be212-5a33-4893-b3d1-12a6720c16e7", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-17 16:53:12.747596", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_787": ["2018-05-17 16:53:12.751384", "NULL", "NULL", 1639, "4d3677b4-e4dc-4bb8-83c0-ab8056ebc41f", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.751372", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_788": ["2018-05-17 16:54:25.452601", "NULL", "NULL", 1712, "868a02b1-71b2-4e42-bbdf-41c590a83046", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:25.450343", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_789": ["2018-05-17 16:54:26.057505", "NULL", "NULL", 1717, "e3b82277-e951-4867-90aa-33867347b6f9", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:26.055688", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_790": ["2018-05-17 16:54:26.261122", "NULL", "NULL", 1719, "a695a9bb-609b-4118-b2f2-2393c384bf34", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:26.259348", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_791": ["2018-05-17 16:54:26.264295", "NULL", "NULL", 1720, "2d1a074c-93ef-4aec-bef3-2e7df566f1ec", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:26.262882", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_792": ["2018-05-17 16:54:26.467557", "NULL", "NULL", 1722, "942d5053-a1a1-463a-8fa2-3cd62870ddef", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:26.466182", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_793": ["2018-05-17 16:54:26.673", "NULL", "NULL", 1725, "bd51ebde-5d86-49b5-bc7b-0675103e491e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:26.671509", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_794": ["2018-05-17 16:54:26.876575", "NULL", "NULL", 1727, "41245e50-d051-4bdb-b05c-01c575e19206", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:26.87498", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_795": ["2018-05-17 16:54:27.079978", "NULL", "NULL", 1729, "caca49b2-a3b5-492f-b2f5-5c805e46e42a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:27.078254", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_796": ["2018-05-17 16:54:27.083457", "NULL", "NULL", 1730, "44d1465c-352a-4519-abb1-772efc2cf0c8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:27.081871", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_797": ["2018-05-17 16:54:27.287134", "NULL", "NULL", 1732, "cfd398c9-89b2-407b-9b27-75de81fcb15d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:27.285469", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_798": ["2018-05-17 16:54:27.490555", "NULL", "NULL", 1735, "db72cf61-97c4-4a81-bd95-e4a02f12ac80", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:27.489141", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_799": ["2018-05-17 16:54:27.694103", "NULL", "NULL", 1737, "9f255ec8-32cd-4c45-9f89-8ff4cd9b3d95", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:27.692248", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_800": ["2018-05-17 16:54:27.897944", "NULL", "NULL", 1739, "af459852-b691-4aac-be9f-c4b75ff64f8f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:27.897933", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_801": ["2018-05-17 16:54:27.901149", "NULL", "NULL", 1740, "4d9fee37-5600-48d6-9cc9-2aab0a268029", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:27.901139", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_802": ["2018-05-17 16:54:28.104688", "NULL", "NULL", 1742, "e8330d6a-9079-48f3-9ede-9b63f3017659", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:28.103079", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_803": ["2018-05-17 16:54:28.308544", "NULL", "NULL", 1745, "7ff9350d-3b5f-45dc-933a-73d64406e2f1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:54:28.306945", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_804": ["2018-05-17 16:54:28.512183", "NULL", "NULL", 1747, "4220eb82-b7a8-4116-a9ac-b7586a4279ab", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:28.512172", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_805": ["2018-05-17 16:54:28.715978", "NULL", "NULL", 1750, "6deab9cd-0365-4856-b42d-b5be5cbefeec", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:54:28.715951", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_806": ["2018-05-17 16:54:28.920513", "NULL", "NULL", 1752, "2ed16c06-fcc3-4b14-a8b9-1b21e03095f7", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:28.917821", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_807": ["2018-05-17 16:54:25.472979", "NULL", "NULL", 1713, "2aa72f3f-96c3-40fa-a370-7568a3a0fbbb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:50:49.159486", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_808": ["2018-05-17 16:54:25.555475", "NULL", "NULL", 1714, "03de04d3-1a7d-4755-91a9-2493320f62a1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:25.429553", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_809": ["2018-05-17 16:54:25.844675", "NULL", "NULL", 1715, "bb4e3b7d-de78-4e1d-8851-34fa959fb108", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:25.596529", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_810": ["2018-05-17 16:54:26.008606", "NULL", "NULL", 1716, "32b4774f-3b99-450e-9bdf-e0c9ba3b5d01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:25.885512", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_811": ["2018-05-17 16:54:26.172256", "NULL", "NULL", 1718, "a9f62506-eea4-4f4b-821e-09ba22a50309", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:26.049506", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_812": ["2018-05-17 16:54:26.335539", "NULL", "NULL", 1721, "07ad7846-40c3-496f-acad-99b7cd864f85", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:26.212471", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_813": ["2018-05-17 16:54:26.498939", "NULL", "NULL", 1723, "87c0ad67-197b-4d67-acee-dcd923638507", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:26.376506", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_814": ["2018-05-17 16:54:26.662478", "NULL", "NULL", 1724, "19554d37-34be-45c8-aebb-f6890cda2ea5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:26.539548", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_815": ["2018-05-17 16:54:26.825279", "NULL", "NULL", 1726, "20b6c37d-cc46-4fc9-a950-8dc67321c43e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:26.702588", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_816": ["2018-05-17 16:54:26.988305", "NULL", "NULL", 1728, "507674f0-38de-45a1-8338-2e25cf0f47e0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:26.865516", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_817": ["2018-05-17 16:54:27.151264", "NULL", "NULL", 1731, "852db68a-3bc8-49b0-b9b5-2b02cc3ccc6b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:27.028542", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_818": ["2018-05-17 16:54:27.314041", "NULL", "NULL", 1733, "4c632f43-96ce-4559-a43a-165be962ed38", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:27.191505", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_819": ["2018-05-17 16:54:27.4771", "NULL", "NULL", 1734, "53f17d8e-1c76-4c69-b9d4-af41c80ef85a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:27.35457", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_820": ["2018-05-17 16:54:27.640017", "NULL", "NULL", 1736, "d7128720-97fe-493e-9eb1-f0fbcd7ae459", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:27.517546", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_821": ["2018-05-17 16:54:27.803474", "NULL", "NULL", 1738, "42ec7ea1-e4b8-4bb6-8d37-d1dd9f99a6e5", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:27.680486", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_822": ["2018-05-17 16:54:27.967157", "NULL", "NULL", 1741, "24e51f91-9aa4-43be-872b-d1a8f0aff5a4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:27.844554", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_823": ["2018-05-17 16:54:28.130041", "NULL", "NULL", 1743, "15ab0020-6da0-4e9e-a684-37071e7a6eb8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:28.00752", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_824": ["2018-05-17 16:54:28.212125", "NULL", "NULL", 1744, "e479058d-7372-4a8f-9229-46eb5013aeab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:28.170501", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_825": ["2018-05-17 16:54:28.375094", "NULL", "NULL", 1746, "1fe8bbc8-f64a-4a1f-9c42-9ccb74f2becb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:28.252509", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_826": ["2018-05-17 16:54:28.538122", "NULL", "NULL", 1748, "12d8a356-77d3-4ffe-b4cd-ba6fe24d3d11", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:28.415514", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_827": ["2018-05-17 16:54:28.701268", "NULL", "NULL", 1749, "f6cc8b53-0d80-4d62-8c34-a1aafa0fbaa8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:28.578542", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_828": ["2018-05-17 16:54:28.864171", "NULL", "NULL", 1751, "3a172bec-da07-4220-87ba-77d074294c3f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:28.741527", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_829": ["2018-05-17 16:54:29.027415", "NULL", "NULL", 1753, "5524c132-2dbd-462f-8e06-dbc84942198a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:28.904631", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_830": ["2018-05-17 16:54:29.124481", "NULL", "NULL", 1754, "ef352ccc-15cc-4ab0-a114-e127e7790aba", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:29.124463", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_831": ["2018-05-17 16:54:29.127857", "NULL", "NULL", 1755, "a24d1ea3-75bb-4c34-aa33-2ef82e86ffe1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.126395", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(enabling, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_832": ["2018-05-17 16:54:29.331519", "NULL", "NULL", 1757, "fbc0e177-81eb-48b6-9f49-41c011707ba3", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.331508", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(enabling, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_833": ["2018-05-17 16:54:29.535061", "NULL", "NULL", 1760, "3910a46a-2a97-4d91-922a-9c539a4a4974", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:29.53505", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_834": ["2018-05-17 16:54:29.738828", "NULL", "NULL", 1762, "962c814d-328e-4a63-8614-fbc5594bb7fd", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:29.738815", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_835": ["2018-05-17 16:54:29.94258", "NULL", "NULL", 1765, "72b3ff96-3f72-4409-bb23-9c3c0ff06eac", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:29.942568", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_836": ["2018-05-17 16:54:30.146637", "NULL", "NULL", 1767, "c9eeb55d-508f-4bff-b6b7-ae9a2a968b0c", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:30.146625", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_837": ["2018-05-17 16:54:30.350262", "NULL", "NULL", 1769, "1592720e-78c4-4156-bf4a-1b47f9e3f5fb", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:30.350251", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_838": ["2018-05-17 16:54:30.353871", "NULL", "NULL", 1770, "dbcb4c6d-7890-4dd5-ab4f-a78ae5cf9934", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:30.35386", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_839": ["2018-05-17 16:54:30.758119", "NULL", "NULL", 1775, "73a23f3e-c92a-4976-8b0d-537993800c8d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:30.758108", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_840": ["2018-05-18 17:17:05.89638", "NULL", "NULL", 1971, "0dc546c4-d3d8-4618-a4ae-9f5613bf7161", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:17:05.890162", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_841": ["2018-05-18 17:17:05.90996", "NULL", "NULL", 1972, "60c485eb-2550-4737-8271-47228f9b4d70", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:17:05.908521", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_842": ["2018-05-18 17:17:05.913338", "NULL", "NULL", 1973, "a3f3019c-69cd-471e-96d8-4053e4f93dfe", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:17:05.913328", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_843": ["2018-05-18 17:17:05.916276", "NULL", "NULL", 1974, "b468df1a-20d4-450f-9db4-237db7092d5d", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:17:05.916268", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_844": ["2018-05-18 17:17:08.528433", "NULL", "NULL", 1993, "a086ffb7-8f6a-49b0-bcf9-c1a36e5eaafa", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:08.526903", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_845": ["2018-05-18 17:17:08.732207", "NULL", "NULL", 1995, "67ea2599-4fbb-4a1f-8eae-540e9262bee2", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:08.73026", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_846": ["2018-05-18 17:17:08.935601", "NULL", "NULL", 1997, "b0812f99-886c-4bd8-b20f-c6c3d40705c4", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:08.933862", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_847": ["2018-05-18 17:17:08.93865", "NULL", "NULL", 1998, "7e16de2c-e456-4689-8f1d-ebca3dc164dd", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:08.937298", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_848": ["2018-05-18 17:17:09.343461", "NULL", "NULL", 2003, "46bb6079-b434-4601-ab3f-2af315b59b76", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:09.341829", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_849": ["2018-05-18 17:17:09.547137", "NULL", "NULL", 2005, "9f8c12f1-b13f-4d4b-9c93-a56db7d4253b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:09.545439", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_850": ["2018-05-17 16:54:29.191333", "NULL", "NULL", 1756, "6b9c0944-9ff9-4eeb-b52d-e379d9d10573", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:29.068548", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_851": ["2018-05-17 16:54:29.354292", "NULL", "NULL", 1758, "cf7fb2a2-e6ff-4437-9d14-178dc812e8b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:29.231524", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_852": ["2018-05-17 16:54:29.51726", "NULL", "NULL", 1759, "ec7514fd-807a-4ef6-b037-0eeca3a799a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:29.3945", "critical", "Service group directory-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_853": ["2018-05-17 16:54:29.68035", "NULL", "NULL", 1761, "aae13c4c-5dd9-45f0-acc7-5020bca56f09", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:29.557506", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_854": ["2018-05-17 16:54:29.844107", "NULL", "NULL", 1763, "65be1cb4-d659-40da-b459-03a63fcb51fa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:29.721535", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_855": ["2018-05-17 16:54:29.926109", "NULL", "NULL", 1764, "83bc3ac9-9e0d-4ad5-a674-1ca3e4f5c531", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:29.884507", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_856": ["2018-05-17 16:54:30.089663", "NULL", "NULL", 1766, "66df39b5-7600-4344-8f8a-c1157e2e599c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:29.966522", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_857": ["2018-05-17 16:54:30.2534", "NULL", "NULL", 1768, "012c10f1-f6ba-442e-bf24-b54318567223", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:30.130557", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_858": ["2018-05-17 16:54:30.416153", "NULL", "NULL", 1771, "d7a52d97-165b-4eef-8ed6-a0cef8b340f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:30.293579", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_859": ["2018-05-17 16:54:30.498225", "NULL", "NULL", 1772, "3acac1a6-0521-45e4-89af-428b71000391", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:30.456469", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_860": ["2018-05-17 16:54:30.661236", "NULL", "NULL", 1773, "384e21f6-ca67-47b9-8291-65d35ee3840f", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:30.538501", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_861": ["2018-05-17 16:54:30.743188", "NULL", "NULL", 1774, "f2f7dc42-63ec-46cb-9efb-9fbad6c8cde7", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:30.701552", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_862": ["2018-05-17 16:54:30.825142", "NULL", "NULL", 1776, "4389b872-4646-4cd7-82ea-0b9ff4e8dae7", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:30.783492", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_863": ["2018-05-17 16:54:30.907072", "NULL", "NULL", 1777, "ab69a6c9-0a6e-4a8e-a024-1cbd6a079568", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-17 16:54:30.865508", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_864": ["2018-05-17 16:54:30.989025", "NULL", "NULL", 1778, "8efd7d6c-c120-414c-9a10-d1b1432ec2a2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:30.947512", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_865": ["2018-05-17 16:54:31.071227", "NULL", "NULL", 1779, "822fb345-332f-4f85-821d-920f86b9a983", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:31.029512", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_866": ["2018-05-17 16:54:31.15413", "NULL", "NULL", 1780, "e393fb5d-1a5e-40c8-87b6-0869dbcde644", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:31.111488", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_867": ["2018-05-17 16:54:31.236048", "NULL", "NULL", 1781, "125a88c1-7237-4ce0-8f0e-8e0d27bbe60b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-17 16:54:31.194495", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_868": ["2018-05-17 16:54:31.318045", "NULL", "NULL", 1782, "3b268483-b3bd-4631-947d-bda389d17be0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:54:31.276484", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_869": ["2018-05-17 16:54:31.400077", "NULL", "NULL", 1783, "17d3422a-1333-4f36-85cc-811b27445c03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:54:31.358477", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_870": ["2018-05-17 16:54:31.482192", "NULL", "NULL", 1784, "10703067-55d9-4295-9662-84d629b0163c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:54:31.440483", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_871": ["2018-05-17 16:54:31.56417", "NULL", "NULL", 1785, "670159cd-4b3e-4ae0-ba1d-d4b7e8cc3689", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:31.522523", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_872": ["2018-05-17 16:54:31.646194", "NULL", "NULL", 1786, "397acbc1-f148-45de-a60c-88f9520fb63c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:31.604505", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_873": ["2018-05-18 17:17:07.074835", "NULL", "NULL", 1975, "9771dcd1-65b5-4252-bee0-d1c1c441562a", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:14:55.537762", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_874": ["2018-05-17 16:54:31.728506", "NULL", "NULL", 1787, "94fadcbb-b75d-45e7-b492-691e632e2059", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:31.686523", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_875": ["2018-05-17 16:54:31.811173", "NULL", "NULL", 1788, "aeb363eb-c524-4c79-8a7b-84c3312baaa1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-17 16:54:31.769462", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_876": ["2018-05-17 16:54:31.89314", "NULL", "NULL", 1789, "0f07285d-40aa-4a5c-9eba-e557fc81c4f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:31.851548", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_877": ["2018-05-17 16:54:31.975108", "NULL", "NULL", 1790, "ba869c49-957e-4a07-a0cc-8412a243c51d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:31.933538", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_878": ["2018-05-17 16:54:32.057236", "NULL", "NULL", 1791, "301014be-4a6e-4ed5-bad0-cc857efebf1a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:32.015487", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_879": ["2018-05-17 16:54:32.139086", "NULL", "NULL", 1792, "8fb71acb-20df-4f37-a9b1-d0e0bf90159f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-17 16:54:32.097599", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_880": ["2018-05-17 16:54:32.221265", "NULL", "NULL", 1793, "742e468c-9b8f-4f89-ae12-2bc55c3a7bc2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-17 16:54:32.179462", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_881": ["2018-05-17 16:54:32.303021", "NULL", "NULL", 1794, "d3efca76-7098-4e53-a83a-be555dbca7d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:32.261627", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_882": ["2018-05-17 16:54:32.385182", "NULL", "NULL", 1795, "056a56e7-78a3-4d76-8a42-24c2f360609b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-17 16:54:32.343562", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_883": ["2018-05-17 16:54:32.467222", "NULL", "NULL", 1796, "20906c58-ff79-4223-9b29-dfdf5f51b642", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-17 16:54:32.425489", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_884": ["2018-05-17 16:54:32.549379", "NULL", "NULL", 1797, "c14bb7a5-90fb-4dbb-9c17-8e78157d546e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:32.507541", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_885": ["2018-05-17 16:54:32.631119", "NULL", "NULL", 1798, "3a6d68de-0ee8-4217-9576-7433869cb984", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:32.589514", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_886": ["2018-05-17 16:54:32.71308", "NULL", "NULL", 1799, "a9b5df7f-ef5b-4a04-96dc-5d912aa6ad07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:32.671513", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_887": ["2018-05-17 16:54:32.795395", "NULL", "NULL", 1800, "d248c90b-5ff6-4798-b5b0-fb8460c4668e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:32.753487", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_888": ["2018-05-17 16:54:32.878412", "NULL", "NULL", 1801, "4de3653e-32dd-4397-8640-aa91e7c8f5ed", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-17 16:54:32.836502", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_889": ["2018-05-17 16:54:32.960325", "NULL", "NULL", 1802, "1ec9bfea-744c-43c5-838e-e1688e7c7fc9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-17 16:54:32.918509", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_890": ["2018-05-17 16:54:33.042143", "NULL", "NULL", 1803, "4ee4b7b6-41ca-48c7-baaa-38445c2dcf8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:54:33.000493", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_891": ["2018-05-17 16:54:33.123999", "NULL", "NULL", 1804, "8b6129a9-0a6e-4c00-9a3d-ae4e6d09949a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:33.082498", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_892": ["2018-05-17 16:54:33.20617", "NULL", "NULL", 1805, "3db73bcb-e06f-4a3e-92ca-297b7308b0e3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:33.164866", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_893": ["2018-05-17 16:54:33.288196", "NULL", "NULL", 1806, "a8997152-1ec9-470d-8671-e7f43367e6ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-17 16:54:33.246497", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_894": ["2018-05-17 16:54:33.370191", "NULL", "NULL", 1807, "2dcbd812-2d21-4570-ba70-745a5a6fe6b1", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-17 16:54:33.328473", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_895": ["2018-05-17 16:54:33.452288", "NULL", "NULL", 1808, "5036b6cc-8885-4d35-863c-90e67c00d8e5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-17 16:54:33.410708", "critical", "Service group distributed-cloud-services state change from go-active-failed to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_896": ["2018-05-17 16:54:33.534401", "NULL", "NULL", 1809, "afed05f5-b4da-4bb9-ac61-f662d1f4cf9d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-17 16:54:33.49269", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_897": ["2018-05-17 16:54:33.616136", "NULL", "NULL", 1810, "1e6c11e2-87e3-49d7-8da4-6c8af91da10e", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-17 16:54:33.574639", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_898": ["2018-05-18 17:17:07.118324", "NULL", "NULL", 1976, "c7c03f2d-81b6-4eb4-934c-fe68442dc549", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:14:55.747048", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_899": ["2018-05-18 17:17:07.202611", "NULL", "NULL", 1977, "c2448d00-417e-4cd9-8609-f299b99c3a07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:14:55.747206", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_900": ["2018-05-18 17:17:07.286205", "NULL", "NULL", 1978, "76161ebf-451b-4d8e-84b3-6a9e9efc714d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:14:55.747266", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_901": ["2018-05-18 17:17:07.370183", "NULL", "NULL", 1979, "4390598f-8ae5-4335-8ab4-461e4c57e025", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:14:55.747312", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_902": ["2018-05-18 17:17:07.453301", "NULL", "NULL", 1980, "e1799cba-5a6c-4954-80e8-ccfa91bb93f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:14:55.747353", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_903": ["2018-05-18 17:17:07.536288", "NULL", "NULL", 1981, "1025e68c-9116-4f7b-af4b-71d0cdd55162", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:14:55.753474", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_904": ["2018-05-18 17:17:07.619375", "NULL", "NULL", 1982, "46ac8e17-c5c4-4fcf-8a2c-414d2a08d0dd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:14:55.753528", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_905": ["2018-05-18 17:17:07.702168", "NULL", "NULL", 1983, "8ece3ae5-941d-409b-b808-5785b47e134e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:14:55.753575", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_906": ["2018-05-18 17:17:07.784072", "NULL", "NULL", 1984, "047ba891-0fd8-49cd-a762-ee0e86f4c09b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:14:55.811764", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_907": ["2018-05-18 17:17:07.866072", "NULL", "NULL", 1985, "a3500987-639a-43bd-b9af-de431606ffe7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:14:56.225913", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_908": ["2018-05-18 17:17:07.948183", "NULL", "NULL", 1986, "ea2c1f03-af81-45c5-82d4-648679f941ff", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:14:56.248763", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_909": ["2018-05-18 17:17:08.030087", "NULL", "NULL", 1987, "0512d369-3525-491a-bf62-d1bcdfb80405", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:15:04.318256", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_910": ["2018-05-18 17:17:08.112002", "NULL", "NULL", 1988, "6dcd2e7d-f57c-4dfb-b2a5-b0746ac7921d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:15:14.387187", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_911": ["2018-05-18 17:17:08.193985", "NULL", "NULL", 1989, "2e28173c-2cc6-41b5-b20d-be9c6cf65972", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:15:18.419655", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_912": ["2018-05-18 17:17:08.276135", "NULL", "NULL", 1990, "9eb76b31-7d3c-4771-8716-ac7f9e862cde", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:15:25.553477", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_913": ["2018-05-18 17:17:08.358331", "NULL", "NULL", 1991, "d97490bb-4466-4c0d-9f38-345baf556779", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:16:35.002637", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_914": ["2018-05-18 17:17:08.521465", "NULL", "NULL", 1992, "6673e98b-2e0d-4744-ae22-339b354dfb96", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:08.398573", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_915": ["2018-05-18 17:17:08.685198", "NULL", "NULL", 1994, "3d69a1ed-6195-475e-b56c-3240b34a86ba", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:08.562563", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_916": ["2018-05-18 17:17:08.849414", "NULL", "NULL", 1996, "6285321e-e17d-4b7e-9ea1-2fe58ede521f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:08.726526", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_917": ["2018-05-18 17:17:09.012365", "NULL", "NULL", 1999, "4808289a-a15a-48b3-a2be-a3f1c5d163c6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:08.889503", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_918": ["2018-05-18 17:17:09.094342", "NULL", "NULL", 2000, "9ad0d9cb-c74c-4829-a97a-04fa7f2f9bb2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.052513", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_919": ["2018-05-17 16:56:18.425149", "NULL", "NULL", 1811, "eebc4445-2f9a-4488-b69b-435c8d4eafb7", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-17 16:56:18.425136", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_920": ["2018-05-17 17:51:27.344951", "NULL", "NULL", 1812, "85f49c83-cb19-49d1-9e50-8d225d1478f6", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:27.182804", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_921": ["2018-05-17 17:51:27.34825", "NULL", "NULL", 1813, "21109696-6889-4577-a70e-142fe5cb117b", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:27.221255", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_922": ["2018-05-17 17:51:30.552959", "NULL", "NULL", 1814, "a60c43d0-5548-412c-b849-b3b3a3ec475a", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:30.353834", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_923": ["2018-05-17 17:51:30.555961", "NULL", "NULL", 1815, "c16bd8bc-d65c-499a-b2dd-9170feaea9ee", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:30.383203", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_924": ["2018-05-17 17:51:40.56236", "NULL", "NULL", 1816, "e17c8cd6-3d5c-4c4d-b727-c29e361e5e40", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:51:40.5391", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_925": ["2018-05-17 17:51:40.765594", "NULL", "NULL", 1817, "fa1e6945-6076-4d49-841c-6e417bdc90dc", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:51:40.765579", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_926": ["2018-05-17 17:51:41.969648", "NULL", "NULL", 1818, "3d62a2ae-2c1a-4eb9-af7c-6631a330a63f", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:51:41.849369", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_927": ["2018-05-17 17:51:41.973271", "NULL", "NULL", 1819, "b9f8b5c3-71cb-4511-b23f-13644ae2eb49", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:51:41.973246", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_928": ["2018-05-17 17:53:07.20903", "NULL", "NULL", 1820, "8ef74bc4-af6a-42d2-9bf0-9cafbc2d89b9", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:07.118282", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_929": ["2018-05-17 17:53:07.212454", "NULL", "NULL", 1821, "8cea7222-96a2-4913-a544-fd063ecbc858", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:07.158914", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_930": ["2018-05-17 17:53:09.416396", "NULL", "NULL", 1822, "416b2077-eb5e-467d-8ef3-abe644534d51", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:09.358172", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_931": ["2018-05-17 17:53:09.419402", "NULL", "NULL", 1823, "6c991bed-08dc-40d4-983f-11d59d2fb2ea", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:09.384508", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_932": ["2018-05-17 17:53:19.826651", "NULL", "NULL", 1824, "8d4d94a3-e908-43f3-975b-dbbed73a3867", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:53:19.818014", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_933": ["2018-05-17 17:53:20.030993", "NULL", "NULL", 1825, "73d96165-35aa-43c7-98cf-16297d4b0838", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:53:20.030976", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_934": ["2018-05-17 17:53:21.434905", "NULL", "NULL", 1826, "0d4bb9c1-3514-46f7-a386-3026fed917c1", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:53:21.320384", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_935": ["2018-05-17 17:53:21.438004", "NULL", "NULL", 1827, "271e7471-c047-4aa0-b502-15ff1e010b1a", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:53:21.437991", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_936": ["2018-05-17 17:57:54.746486", "NULL", "NULL", 1828, "b739ee18-c7b1-4eb5-9c4c-de9d41f9916a", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:57:54.545146", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_937": ["2018-05-17 17:57:54.749425", "NULL", "NULL", 1829, "4ad41346-730a-46dc-95eb-1cf59a5beaf9", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:57:54.589164", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_938": ["2018-05-17 17:57:57.153779", "NULL", "NULL", 1830, "c74145fc-d89d-455c-8129-89fb0e7af2b4", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:57:57.076525", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_939": ["2018-05-17 17:57:57.156953", "NULL", "NULL", 1831, "3439d5ed-62b8-4215-b8ad-b0872cac2cf1", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:57:57.104097", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_940": ["2018-05-17 17:58:07.363585", "NULL", "NULL", 1832, "ff496473-9818-48e8-9510-972a78116978", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:07.343143", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_941": ["2018-05-17 17:58:07.567063", "NULL", "NULL", 1833, "b4b7c30a-520b-4f0a-866c-410e5592a2ab", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:58:07.567048", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_942": ["2018-05-17 17:58:08.770919", "NULL", "NULL", 1834, "9ffa0f22-ebd8-46df-b59c-3b2132190f06", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:08.717954", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_943": ["2018-05-17 17:58:08.773883", "NULL", "NULL", 1835, "d7b916c0-f96c-46dd-ac26-195f6341951b", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:58:08.773868", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_944": ["2018-05-17 17:58:42.990378", "NULL", "NULL", 1836, "502748ea-a0f6-4863-a135-187c40d52299", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:42.958143", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_945": ["2018-05-17 17:58:43.194403", "NULL", "NULL", 1837, "1e43e426-33a3-44c5-abce-7a2b37b6bf27", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:42.995597", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_946": ["2018-05-17 17:58:45.598974", "NULL", "NULL", 1838, "3a8b0b5e-4841-466e-a79f-f1aba2f8b2b1", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:45.566496", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_947": ["2018-05-17 17:58:45.601773", "NULL", "NULL", 1839, "d250b079-794f-4679-a7bf-0ee7cb2054e9", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:45.596574", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_948": ["2018-05-17 17:58:56.009051", "NULL", "NULL", 1840, "fab40cc0-8cab-4ded-8248-6c13e5b0b0cf", "250.001", "set", "host", "host=controller-1", "2018-05-17 17:58:55.805787", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_949": ["2018-05-17 17:58:56.012191", "NULL", "NULL", 1841, "1ac92374-f77c-4f79-ba0a-d66b253242be", "250.001", "clear", "host", "host=controller-1", "2018-05-17 17:58:56.012177", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_950": ["2018-05-17 17:58:57.215698", "NULL", "NULL", 1842, "0303423c-9b24-4629-947c-ce3c7792b5e2", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:58:57.215686", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_951": ["2018-05-17 17:58:57.419", "NULL", "NULL", 1843, "2c084b64-973d-4ba7-954c-5566043e572d", "250.001", "set", "host", "host=controller-0", "2018-05-17 17:58:57.248789", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_952": ["2018-05-17 17:59:28.034736", "NULL", "NULL", 1844, "5ae779fb-738a-4654-a169-c3c1b9788def", "250.001", "clear", "host", "host=controller-0", "2018-05-17 17:59:28.034724", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_953": ["2018-05-17 18:05:38.377454", "NULL", "NULL", 1845, "d47f5ba5-ea91-4cdf-99a9-d0aa716d2ecb", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:38.203445", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_954": ["2018-05-17 18:05:38.380859", "NULL", "NULL", 1846, "56f3e703-47ce-428d-a03e-7144932bedf0", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:38.243043", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_955": ["2018-05-17 18:05:40.585342", "NULL", "NULL", 1847, "277ec67d-ee8c-4b5b-99f1-40eb346e4bcb", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:40.517546", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_956": ["2018-05-17 18:05:40.588326", "NULL", "NULL", 1848, "4d91cd70-1585-48be-89af-534ec3fa1c50", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:40.544982", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_957": ["2018-05-17 18:05:50.995093", "NULL", "NULL", 1849, "0522b918-221a-41f2-81a0-6912ac203202", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:05:50.894315", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_958": ["2018-05-17 18:05:50.998043", "NULL", "NULL", 1850, "7d89b75f-3077-4508-b543-aa2d0463b145", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:05:50.998029", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_959": ["2018-05-17 18:05:52.402066", "NULL", "NULL", 1851, "04cb2352-dd64-4b74-915c-9374dc9aa897", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:05:52.378595", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_960": ["2018-05-17 18:05:52.60525", "NULL", "NULL", 1852, "884298e7-80a2-4a4e-b931-1cc43f861917", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:05:52.605235", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_961": ["2018-05-17 18:20:19.740268", "NULL", "NULL", 1853, "5a45eba9-7d81-4f28-91fd-64c3ac9cf6b2", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:19.692211", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_962": ["2018-05-17 18:20:19.744093", "NULL", "NULL", 1854, "2f5ab354-1b2f-464f-a323-2aac19fdc509", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:19.735005", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_963": ["2018-05-17 18:20:22.148148", "NULL", "NULL", 1855, "6e361190-a14d-4718-a559-8b064fb9b202", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:21.962666", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_964": ["2018-05-17 18:20:22.151017", "NULL", "NULL", 1856, "35d3e0db-b470-46a6-9dca-30932fbb2981", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:21.99496", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_965": ["2018-05-17 18:20:32.557926", "NULL", "NULL", 1857, "7e39492f-6f62-4eda-a9ee-714ede8957f7", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:20:32.453088", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_966": ["2018-05-17 18:20:32.561172", "NULL", "NULL", 1858, "8df4ddad-3b5d-4386-a797-3c174e40b770", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:20:32.561157", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_967": ["2018-05-17 18:20:33.765013", "NULL", "NULL", 1859, "39064f4e-06eb-413e-9f78-a07749aba41f", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:20:33.730494", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_968": ["2018-05-17 18:20:33.768079", "NULL", "NULL", 1860, "5d098ee8-c1b2-4082-9624-2c31aadee1c0", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:20:33.76806", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_969": ["2018-05-17 18:57:33.597206", "NULL", "NULL", 1861, "b6b81850-fffb-4f99-90b9-5149be6c3b68", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:33.419332", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_970": ["2018-05-17 18:57:33.600566", "NULL", "NULL", 1862, "57e16f9d-430d-41b2-aeb1-98b6f8797410", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:33.457859", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_971": ["2018-05-17 18:57:36.004743", "NULL", "NULL", 1863, "ac420e5d-9e73-48e7-b2df-65d4b66d9cd8", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:35.905107", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_972": ["2018-05-17 18:57:36.007562", "NULL", "NULL", 1864, "5f45bf85-24d0-425d-b27c-3c9f9aa9159f", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:35.935019", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_973": ["2018-05-17 18:57:46.414216", "NULL", "NULL", 1865, "c2d8a261-aa22-46b0-8d2d-d76c30764907", "250.001", "set", "host", "host=controller-1", "2018-05-17 18:57:46.401335", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_974": ["2018-05-17 18:57:46.617812", "NULL", "NULL", 1866, "66b2ac22-7033-45fd-bd64-74b8eb122f04", "250.001", "clear", "host", "host=controller-1", "2018-05-17 18:57:46.617795", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_975": ["2018-05-17 18:57:47.822108", "NULL", "NULL", 1867, "d5b7e704-a9d6-48d7-8dee-e62dc93fb580", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:47.757696", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_976": ["2018-05-17 18:57:47.824888", "NULL", "NULL", 1868, "9cfcecd6-c8f2-4579-a59c-ca3e618f681d", "250.001", "set", "host", "host=controller-0", "2018-05-17 18:57:47.789962", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_977": ["2018-05-17 18:57:48.028356", "NULL", "NULL", 1869, "01ee6d9e-0734-4069-9e7e-80978ac29ca2", "250.001", "clear", "host", "host=controller-0", "2018-05-17 18:57:48.02834", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_978": ["2018-05-17 19:47:21.129062", "NULL", "NULL", 1870, "3fe0a2fc-f9f3-4caf-9057-1333551171c8", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 19:47:21.038375", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_979": ["2018-05-17 19:53:18.47531", "NULL", "NULL", 1871, "e1737140-852f-427a-8c86-85cf76644f21", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 19:53:18.475293", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_980": ["2018-05-17 20:00:48.442297", "NULL", "NULL", 1872, "25d7160b-3f34-48ee-9978-496aa76c01d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=volume", "2018-05-17 20:00:48.329649", "major", "subcloud-6 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_981": ["2018-05-17 20:00:48.445373", "NULL", "NULL", 1873, "28b6f1de-1933-4f1d-bc72-ef6f6c9e766a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=volume", "2018-05-17 20:00:48.445362", "major", "subcloud-6 volume sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_982": ["2018-05-17 20:00:51.249237", "NULL", "NULL", 1874, "06cb150b-12d0-4d21-8a8c-67ffbe3e0f99", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-17 20:00:51.133467", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_983": ["2018-05-17 20:00:52.852966", "NULL", "NULL", 1875, "51796cfc-d40c-4242-9f8b-9831f56a1ce8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:52.736497", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_984": ["2018-05-17 20:00:55.056953", "NULL", "NULL", 1876, "4fa671b5-84dd-423d-92d1-0477123672c1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-17 20:00:55.056939", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_985": ["2018-05-17 20:00:57.661097", "NULL", "NULL", 1877, "a6e884b9-79e1-4b46-badd-1e7bd20d4a3f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:57.661081", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_986": ["2018-05-17 20:00:59.265095", "NULL", "NULL", 1878, "1869c47a-1e04-4519-ab36-84815baa3dfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 20:00:59.148566", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_987": ["2018-05-17 20:00:59.868457", "NULL", "NULL", 1879, "564aabd2-c43b-4f3a-9b79-5c9eb59eeaba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:00:59.75053", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_988": ["2018-05-17 20:01:01.872514", "NULL", "NULL", 1880, "ff2e4e9e-c4dd-446b-b34d-3b8629c91aee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:01.872502", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_989": ["2018-05-17 20:01:02.475903", "NULL", "NULL", 1881, "d5c8a4d0-ce61-45c5-98de-e23adbd0f44a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:02.350379", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_990": ["2018-05-17 20:01:04.879611", "NULL", "NULL", 1882, "ab7165b3-7d6b-437c-8b43-2ebb3088c8a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:04.879597", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_991": ["2018-05-17 20:01:09.684263", "NULL", "NULL", 1883, "78ae056d-517d-4f8d-844b-b2351d9a0832", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:09.659149", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_992": ["2018-05-17 20:01:12.888665", "NULL", "NULL", 1884, "37816cad-e019-4aa3-a906-8b0a18704006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=platform", "2018-05-17 20:01:12.88864", "major", "subcloud-6 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_993": ["2018-05-17 22:56:24.191198", "NULL", "NULL", 1885, "5a7364cd-52e5-4b99-841b-d4b20cf09e4d", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 22:56:24.111805", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_994": ["2018-05-17 22:56:24.595534", "NULL", "NULL", 1886, "81003b1b-8240-4125-afde-e3844cdadb93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 22:56:24.595518", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_995": ["2018-05-17 23:02:18.330463", "NULL", "NULL", 1887, "ba22f584-8dfe-4538-bc34-c6c45c6e94db", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:02:18.33045", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_996": ["2018-05-17 23:04:59.193253", "NULL", "NULL", 1888, "4872f2f3-3da4-488c-ba79-733c159e3c91", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:04:59.121548", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_997": ["2018-05-17 23:19:59.12848", "NULL", "NULL", 1889, "46947127-baf7-413a-bfda-9919240f6040", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:19:59.128468", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_998": ["2018-05-17 23:26:22.079089", "NULL", "NULL", 1890, "4e612a13-179f-4426-bf69-34cfc9e5d958", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:26:21.993778", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_999": ["2018-05-17 23:32:18.419583", "NULL", "NULL", 1891, "9c8681a2-f153-4af9-a1a2-4526932050e1", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-17 23:32:18.419568", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1000": ["2018-05-17 23:36:29.715617", "NULL", "NULL", 1892, "3c1d35a3-2098-4a22-99e9-10e45bb12036", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:36:29.515872", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1001": ["2018-05-17 23:36:30.119078", "NULL", "NULL", 1893, "1ae1abe4-eac4-4ee5-bf1a-955583e22815", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:36:30.016879", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1002": ["2018-05-17 23:36:30.722259", "NULL", "NULL", 1894, "931b25e6-5cb3-4662-9111-51961d1e605c", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:36:30.519954", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1003": ["2018-05-17 23:36:49.534355", "NULL", "NULL", 1895, "ed98d1c0-3726-40ce-a59b-98ce92893f6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:36:49.534341", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1004": ["2018-05-17 23:36:49.536958", "NULL", "NULL", 1896, "ddc517ae-4a55-4751-9c5c-8a687af362b1", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:36:49.536946", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1005": ["2018-05-17 23:36:49.740223", "NULL", "NULL", 1897, "f9f48a69-d609-45e9-b270-360b97100f36", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:36:49.740207", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1006": ["2018-05-17 23:38:49.785874", "NULL", "NULL", 1898, "de97a8ca-c7b7-4b27-a4f2-05c2e77169c7", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:38:49.669751", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1007": ["2018-05-17 23:38:50.189618", "NULL", "NULL", 1899, "f172673b-85f8-4824-baec-2ff2e551ba43", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:38:50.169888", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1008": ["2018-05-17 23:38:50.793579", "NULL", "NULL", 1900, "32242dc0-2480-463d-999f-5cbbf1a89267", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:38:50.672376", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1009": ["2018-05-17 23:38:51.197028", "NULL", "NULL", 1901, "2ddd70ef-8d30-44fc-a3ca-5bf7f31719ac", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:38:51.173617", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1010": ["2018-05-17 23:38:58.002804", "NULL", "NULL", 1902, "2d8f3281-5688-4bed-adcd-8efb6472f50d", "900.001", "set", "host", "host=controller", "2018-05-17 23:38:57.883234", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1011": ["2018-05-17 23:40:37.241657", "NULL", "NULL", 1905, "49e0c666-6f94-4101-8b07-7d0e40ebd586", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.168954", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1012": ["2018-05-17 23:42:59.502297", "NULL", "NULL", 1906, "4cc4f1a9-3b2c-4360-bdf7-a0f4e26e7236", "900.001", "clear", "host", "host=controller", "2018-05-17 23:42:59.502284", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1013": ["2018-05-17 23:43:17.91159", "NULL", "NULL", 1908, "50221f9c-71ad-452d-b77e-347aaddffbc4", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:43:17.911578", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1014": ["2018-05-17 23:43:57.531117", "NULL", "NULL", 1909, "4eeb3d48-bf5d-4d66-974e-82c4a9c69664", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:43:57.531103", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1015": ["2018-05-17 23:43:57.534924", "NULL", "NULL", 1910, "bdaa2193-3225-4a96-ab55-be68246feaf3", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:43:57.534896", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1016": ["2018-05-17 23:43:57.738024", "NULL", "NULL", 1911, "0fcc5021-181e-490d-aacc-24f7d59a09f9", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:43:57.738013", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1017": ["2018-05-17 23:43:57.740573", "NULL", "NULL", 1912, "6c0f3bff-de57-460d-89db-a25fbf49ab0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:43:57.740562", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1018": ["2018-05-17 23:44:53.365801", "NULL", "NULL", 1915, "c7e3d0b2-2a23-4dde-ad80-6af57fe3b557", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.333701", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1019": ["2018-05-17 23:45:00.37155", "NULL", "NULL", 1916, "bff64988-33d9-4172-adea-5ff3879cc0fc", "900.001", "set", "host", "host=controller", "2018-05-17 23:45:00.262769", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1020": ["2018-05-17 23:47:43.64049", "NULL", "NULL", 1918, "8b17ab1e-e181-46ae-8c83-1512d69b904e", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:47:43.640475", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1021": ["2018-05-17 23:48:01.849134", "NULL", "NULL", 1919, "1cd38241-8586-4427-93f5-c1828d7dea95", "900.001", "clear", "host", "host=controller", "2018-05-17 23:48:01.849121", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1022": ["2018-05-17 23:50:49.317353", "NULL", "NULL", 1920, "02d08bca-1801-44a7-9792-3af5265f79ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-17 23:50:49.228616", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1023": ["2018-05-17 23:50:49.921215", "NULL", "NULL", 1921, "8ac8956d-5078-4d2a-a04e-3e7644fefb78", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-17 23:50:49.730852", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1024": ["2018-05-17 23:50:50.324481", "NULL", "NULL", 1922, "eb884cbc-bd74-49c0-9cd8-e0dcdb7552f1", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-17 23:50:50.231584", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1025": ["2018-05-17 23:50:50.927779", "NULL", "NULL", 1923, "33a1ae29-ff7c-4f88-b7b0-5d6616ef7179", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-17 23:50:50.731646", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1026": ["2018-05-17 23:51:03.136285", "NULL", "NULL", 1924, "c0d26384-d7d6-4809-8172-0cc33121cb18", "900.001", "set", "host", "host=controller", "2018-05-17 23:51:02.942288", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1027": ["2018-05-17 23:51:44.958149", "NULL", "NULL", 1927, "9d471ba0-6c8c-4428-900b-6d5522ef216f", "900.101", "set", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.880009", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1028": ["2018-05-17 23:54:04.413018", "NULL", "NULL", 1928, "d14eb617-4531-4e08-be66-4addbea001a2", "900.001", "clear", "host", "host=controller", "2018-05-17 23:54:04.413003", "minor", "Patching operation in progress", "environmental", "unspecified-reason", "Complete reboots of affected hosts", false, false, "NULL"], + "i_event_log_1029": ["2018-05-17 23:54:23.22515", "NULL", "NULL", 1930, "ea46fef5-ecfb-47ed-9e84-dfc6cf7a2755", "900.101", "clear", "orchestration", "orchestration=sw-patch", "2018-05-17 23:54:23.225138", "major", "Software patch auto-apply inprogress", "equipment", "not-applicable", "Wait for software patch auto-apply to complete; if problem persists contact next level of support", true, true, "NULL"], + "i_event_log_1030": ["2018-05-18 00:00:50.380624", "NULL", "NULL", 1931, "888d5883-0a68-4a95-b9c7-55639746920b", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-18 00:00:50.380609", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1031": ["2018-05-18 00:00:50.784489", "NULL", "NULL", 1932, "2c94e443-8b6d-4506-97e5-582a4da6a1a8", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=patching", "2018-05-18 00:00:50.784477", "major", "subcloud-1 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1032": ["2018-05-17 23:40:37.163659", "NULL", "NULL", 1903, "8d97909f-ef53-4d69-b3bf-dae2c2af6c07", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.161155", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1033": ["2018-05-17 23:40:37.174354", "NULL", "NULL", 1904, "6353e1e2-2aa0-4f82-93df-bb7e6bc8e332", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:40:37.172229", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1034": ["2018-05-17 23:43:17.871767", "NULL", "NULL", 1907, "88ff3d04-ad5e-43e1-a3e3-fe232369174e", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:43:17.869319", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1035": ["2018-05-17 23:44:53.32801", "NULL", "NULL", 1913, "a48e2df6-39c3-42b9-9fa8-40c66ea6aaa2", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.325511", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1036": ["2018-05-17 23:44:53.340286", "NULL", "NULL", 1914, "bee90441-b8e3-4c55-982c-d257e0bf5f7a", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:44:53.337957", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1037": ["2018-05-17 23:47:43.558387", "NULL", "NULL", 1917, "70372c8b-826f-4876-9456-7fe4e8810e3f", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:47:43.555806", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1038": ["2018-05-17 23:51:44.874518", "NULL", "NULL", 1925, "894be9e7-d664-4eff-887a-e0882043c84c", "900.111", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.872228", "critical", "Software patch auto-apply start", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1039": ["2018-05-17 23:51:44.886273", "NULL", "NULL", 1926, "6b5180d6-041b-4af6-9333-0c7711741f17", "900.112", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:51:44.884051", "critical", "Software patch auto-apply inprogress", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1040": ["2018-05-17 23:54:23.1818", "NULL", "NULL", 1929, "1c9e4f02-f034-4964-8e26-2b4e13d5debc", "900.116", "log", "orchestration", "orchestration=sw-patch", "2018-05-17 23:54:23.178227", "critical", "Software patch auto-apply completed", "equipment", "unspecified-reason", " ", false, true, "NULL"], + "i_event_log_1041": ["2018-05-18 17:17:09.176346", "NULL", "NULL", 2001, "1d43c9b3-277d-44c3-ac9a-b1155c12239f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:09.134543", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1042": ["2018-05-18 17:17:09.258425", "NULL", "NULL", 2002, "a4739404-d018-49ac-b136-ad340371e17b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:09.216503", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1043": ["2018-05-18 17:17:09.422475", "NULL", "NULL", 2004, "402ffd7f-0638-4885-845f-8f64cfe38132", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:09.299498", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1044": ["2018-05-18 17:17:09.586414", "NULL", "NULL", 2006, "5ac29ded-a615-4000-a937-16ae192efc35", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:09.463482", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1045": ["2018-05-18 17:17:09.750344", "NULL", "NULL", 2007, "539ea9a5-3793-4ec5-bbc8-8a15429919c8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:09.627508", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1046": ["2018-05-18 17:17:09.926269", "NULL", "NULL", 2009, "39206474-db19-4fb7-a749-308c405ad00c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:09.791517", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1047": ["2018-05-18 17:17:10.092561", "NULL", "NULL", 2011, "040392e2-b6e5-44d1-92aa-ee67856df9b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.96948", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1048": ["2018-05-18 17:17:10.257488", "NULL", "NULL", 2013, "96e951d4-0771-49c6-9394-7b6c7d284809", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:10.134513", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1049": ["2018-05-18 17:17:10.420771", "NULL", "NULL", 2016, "cd90c3e1-383b-40bf-83d2-0eb2888b2032", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:10.297516", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1050": ["2018-05-18 17:17:10.584359", "NULL", "NULL", 2018, "397c56c7-b2d9-43c6-92cb-f07fd561de75", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:10.461507", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1051": ["2018-05-18 17:17:10.747348", "NULL", "NULL", 2019, "8cb52e4e-c5f0-4b45-8a1e-9f3f3932d2e1", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:10.624543", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1052": ["2018-05-18 17:17:10.910397", "NULL", "NULL", 2021, "51c86e04-1698-4a71-8a94-2405fd73bc89", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:10.787462", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1053": ["2018-05-18 17:17:11.074313", "NULL", "NULL", 2023, "1d8277e0-3ca9-441b-8d7f-082e0cd16c3d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:10.951508", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1054": ["2018-05-18 17:17:11.156321", "NULL", "NULL", 2024, "e964883e-3ea3-4c6f-979f-bfabc896b973", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.114518", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1055": ["2018-05-18 17:17:11.238373", "NULL", "NULL", 2026, "1bf9c1bb-9f4a-44af-bb4c-075bc0241780", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:11.1965", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1056": ["2018-05-18 17:17:11.320385", "NULL", "NULL", 2027, "27eb17b7-a437-4380-84ce-5ece287806b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:11.278477", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1057": ["2018-05-18 17:17:11.483378", "NULL", "NULL", 2028, "180df1ad-da3e-4132-9b59-fa73783a1f62", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:11.360517", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1058": ["2018-05-18 17:17:11.647324", "NULL", "NULL", 2031, "861c3a95-4782-49e3-9509-8c528e73357f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:11.523486", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1059": ["2018-05-18 00:03:19.441557", "NULL", "NULL", 1933, "290d958f-4004-4c24-8946-3f3d4fd4699e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=patching", "2018-05-18 00:03:19.441544", "major", "subcloud-6 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1060": ["2018-05-18 00:03:20.045728", "NULL", "NULL", 1934, "30d5b97c-979d-49eb-918c-dc5bf34e221e", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-18 00:03:20.045714", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1061": ["2018-05-18 00:05:54.104351", "NULL", "NULL", 1935, "9595c91e-6800-41f6-9223-b3fa73b729b5", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:05:54.025609", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1062": ["2018-05-18 00:05:54.106895", "NULL", "NULL", 1936, "4650c43a-b205-4c13-a23d-54980f517d74", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:05:54.030347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1063": ["2018-05-18 00:05:54.109411", "NULL", "NULL", 1937, "d5992eb1-46b7-4051-8e04-c4995cc9dd53", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:05:54.073803", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1064": ["2018-05-18 00:05:54.111813", "NULL", "NULL", 1938, "42a799d2-f5c3-4370-98ab-077e9d05d6fd", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:05:54.077376", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1065": ["2018-05-18 00:05:54.514779", "NULL", "NULL", 1939, "87612575-3e22-4781-af50-0f964d66e9bd", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:05:54.514748", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1066": ["2018-05-18 00:05:54.719075", "NULL", "NULL", 1940, "1ee6e2e8-9495-4cad-ae9a-a0f74516af9f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:05:54.719062", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1067": ["2018-05-18 00:05:54.721939", "NULL", "NULL", 1941, "3c74b7c2-fadf-4836-a942-8abd8ff08b1f", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:05:54.721917", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1068": ["2018-05-18 00:05:54.925066", "NULL", "NULL", 1942, "6c49836d-279b-40db-b7b6-1c108dcf6b75", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:05:54.925053", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1069": ["2018-05-18 00:08:20.182827", "NULL", "NULL", 1943, "2994566b-319f-414f-a937-d404c0f71473", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:08:20.025313", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1070": ["2018-05-18 00:08:20.185784", "NULL", "NULL", 1944, "67326dc3-dedc-4a4b-a27f-bf0c89350f73", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:08:20.02911", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1071": ["2018-05-18 00:08:20.188149", "NULL", "NULL", 1945, "1f214c67-68da-46aa-8103-4e2cc5ed4f3e", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:08:20.03252", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1072": ["2018-05-18 00:08:20.190654", "NULL", "NULL", 1946, "28b44dbc-7557-4bd5-9e09-60ffa43143ee", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:08:20.036051", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1073": ["2018-05-18 00:08:20.593766", "NULL", "NULL", 1947, "bcdd9883-8e78-43e3-9767-4d9f6bae16eb", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:08:20.593751", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1074": ["2018-05-18 00:08:20.596303", "NULL", "NULL", 1948, "730148ea-2454-4ace-bdd5-8513978f21f0", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:08:20.596288", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1075": ["2018-05-18 00:10:33.249329", "NULL", "NULL", 1949, "7a08befc-a0f8-4eba-bfc5-c24c8557084e", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:10:33.060096", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1076": ["2018-05-18 00:10:33.252174", "NULL", "NULL", 1950, "28a25c29-4a56-4d2c-9746-8640bebceea7", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:10:33.06383", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1077": ["2018-05-18 00:10:33.254725", "NULL", "NULL", 1951, "a5ece4c3-aa0a-44cd-8257-bcdc430ec0a3", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:10:33.254711", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1078": ["2018-05-18 00:10:33.25713", "NULL", "NULL", 1952, "32bed782-7550-4e0a-a405-0ecf8940d7e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:10:33.257119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1079": ["2018-05-18 00:10:33.259592", "NULL", "NULL", 1953, "88981c08-6575-46f4-93fd-4d46634d0574", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:10:33.259578", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1080": ["2018-05-18 00:12:29.505626", "NULL", "NULL", 1954, "76a0c10b-e39d-4592-8b0b-c26b44a6e3af", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:29.505611", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1081": ["2018-05-18 00:12:41.914149", "NULL", "NULL", 1955, "b253f41a-94fa-4c18-84ca-f03929a8bd73", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:41.888553", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1082": ["2018-05-18 00:12:42.717587", "NULL", "NULL", 1956, "588abb72-7c04-4c81-a785-bb81face560e", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:12:42.717571", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1083": ["2018-05-18 00:13:32.338253", "NULL", "NULL", 1957, "3269c66e-5a8a-4f02-b80c-6cd2ec0ca0ea", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:13:32.137124", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1084": ["2018-05-18 00:13:32.341487", "NULL", "NULL", 1958, "301c8da9-5187-4c44-8e67-dd39730d063e", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:13:32.139797", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1085": ["2018-05-18 17:17:09.752282", "NULL", "NULL", 2008, "c4c2ff66-ad28-44ad-ad8f-989a061a39c2", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:09.749068", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1086": ["2018-05-18 17:17:09.95624", "NULL", "NULL", 2010, "2518a11c-d547-4c39-a162-4d7bc8838920", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:09.954153", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1087": ["2018-05-18 17:17:10.160302", "NULL", "NULL", 2012, "64f039f7-c2e1-4645-a16e-02c7b0d6eced", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:10.158253", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1088": ["2018-05-18 17:17:10.3641", "NULL", "NULL", 2014, "bc56bb4b-9135-40c9-a7fa-2df9dd6a8dd1", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:10.362245", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1089": ["2018-05-18 17:17:10.367682", "NULL", "NULL", 2015, "ceee52a6-a206-4cce-8cea-a3614ddb9b05", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:10.366162", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1090": ["2018-05-18 17:17:10.571532", "NULL", "NULL", 2017, "79a10e7a-2e1d-4fbd-b4ab-69226e2f9342", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:10.569734", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1091": ["2018-05-18 17:17:10.775487", "NULL", "NULL", 2020, "13058076-ed61-4d8e-bfc6-5c28827d1502", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:10.773741", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1092": ["2018-05-18 17:17:10.979294", "NULL", "NULL", 2022, "940c610d-0120-4806-a200-efcbe56f4b5c", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:10.977401", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1093": ["2018-05-18 17:17:11.182918", "NULL", "NULL", 2025, "42b217ae-e16f-4a44-be95-971170b097c5", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.181144", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1094": ["2018-05-18 17:17:11.587697", "NULL", "NULL", 2029, "e8559e47-f8cf-4389-bca4-6a2b8b9f1440", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.587681", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1095": ["2018-05-18 17:17:11.590723", "NULL", "NULL", 2030, "6d674904-17e5-44c6-8ee3-b5cfaf2b5bce", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:17:11.589304", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1096": ["2018-05-18 17:17:11.79447", "NULL", "NULL", 2032, "5037b853-4afb-465e-9634-db449a90eb61", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:17:11.794455", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1097": ["2018-05-18 17:17:11.998223", "NULL", "NULL", 2035, "271427f5-8c2b-4ce2-9c17-fc7b004cc93a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:11.996524", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1098": ["2018-05-18 17:17:12.20229", "NULL", "NULL", 2037, "970a7a63-c11b-45d5-b582-8b8b421e8d08", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:12.200212", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1099": ["2018-05-18 17:17:12.405885", "NULL", "NULL", 2039, "4eb9d546-d48d-443f-b9c9-d9dd69b83143", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:12.405869", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1100": ["2018-05-18 17:17:12.409087", "NULL", "NULL", 2040, "1b61f27c-1e82-45f2-b0bd-dcfafd1f1e6e", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:12.409077", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1101": ["2018-05-18 17:17:22.428038", "NULL", "NULL", 2070, "1c8638f0-9b98-4181-8094-f0744f191e61", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:22.428025", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1102": ["2018-05-18 17:17:26.032951", "NULL", "NULL", 2071, "423bba39-bee0-4594-bef6-ae4722599aa7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:26.03294", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1103": ["2018-05-18 17:43:43.282026", "NULL", "NULL", 2226, "5ffa7040-d156-41d9-9137-efa298417385", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:43:43.240568", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1104": ["2018-05-18 17:17:11.810313", "NULL", "NULL", 2033, "771c2a27-63f0-4411-ae12-978a1c8ba64e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:11.687475", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1105": ["2018-05-18 17:17:11.973425", "NULL", "NULL", 2034, "4a5d576b-9a38-41ac-8414-32d1bd486ed7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:11.850526", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1106": ["2018-05-18 17:17:12.136676", "NULL", "NULL", 2036, "768abe56-afa6-4f89-abce-1eb9d72fc02a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:12.013528", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1107": ["2018-05-18 17:17:12.300296", "NULL", "NULL", 2038, "cab58037-f0b3-4cc6-9456-727b4c6a035b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:17:12.177554", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1108": ["2018-05-18 17:17:12.463421", "NULL", "NULL", 2041, "5470f907-eba8-4c32-977e-11b9e7166705", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:12.340581", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1109": ["2018-05-18 17:17:12.545559", "NULL", "NULL", 2042, "c9b90ffe-8834-47e5-83ee-fd8cf7ab6b60", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:17:12.503511", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1110": ["2018-05-18 17:17:12.628441", "NULL", "NULL", 2043, "a81ecae1-4572-46e1-b423-12bfa1c34f62", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:17:12.586519", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1111": ["2018-05-18 17:17:12.711319", "NULL", "NULL", 2044, "567167c1-61ce-4816-8e02-123c368257b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:12.669525", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1112": ["2018-05-18 17:17:12.793414", "NULL", "NULL", 2045, "ad3841b0-9232-48ef-99fe-87c8ca0ded4b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:12.751516", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1113": ["2018-05-18 17:17:12.875206", "NULL", "NULL", 2046, "05e25f8d-741d-4714-97a3-a22ac4d24c49", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:12.833514", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1114": ["2018-05-18 17:17:12.95724", "NULL", "NULL", 2047, "3b45c1be-4dd3-4efa-8c58-6dece6394bf0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:12.91551", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1115": ["2018-05-18 17:17:13.039045", "NULL", "NULL", 2048, "28dd39d3-e977-4a0a-b18d-6eefb8c31d32", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:12.997501", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1116": ["2018-05-18 17:17:13.121296", "NULL", "NULL", 2049, "a9185e44-3a43-48f0-9e5c-b6a55a8864f2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:13.079569", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1117": ["2018-05-18 17:17:13.203335", "NULL", "NULL", 2050, "6dc0cd00-dde9-4fd7-b491-60091884e63c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:13.161554", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1118": ["2018-05-18 17:17:13.285351", "NULL", "NULL", 2051, "26c53a21-71bd-4b37-bd08-9632c6529f0b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:13.243497", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1119": ["2018-05-18 17:17:13.367472", "NULL", "NULL", 2052, "2b54d384-a4ac-4e62-8e86-0825c918ebea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:13.325524", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1120": ["2018-05-18 17:17:13.450249", "NULL", "NULL", 2053, "4f8651af-86a8-4ddc-bac4-7ca35f21e18c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:13.408572", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1121": ["2018-05-18 17:17:13.532258", "NULL", "NULL", 2054, "d407c174-64c3-4f4f-9e95-c8b9db3f8a88", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:13.490525", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1122": ["2018-05-18 17:17:13.614218", "NULL", "NULL", 2055, "d82d4a9d-abbb-4fa7-9943-8c3bb1caadf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:13.572509", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1123": ["2018-05-18 17:17:13.696455", "NULL", "NULL", 2056, "7572be83-6fdb-4c69-b6e8-457a5044f88c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:13.65453", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1124": ["2018-05-18 17:17:13.7793", "NULL", "NULL", 2057, "10f1ec5c-f05f-4443-b85d-2e146b21c6c8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:17:13.737998", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1125": ["2018-05-18 17:17:13.861435", "NULL", "NULL", 2058, "58ca3b2c-3d21-472d-9737-5f644bbb57f9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:13.819686", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1126": ["2018-05-18 17:17:13.94435", "NULL", "NULL", 2059, "7a68b59f-bf58-4ed5-adfc-4934bc560cff", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:13.902561", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1127": ["2018-05-18 17:17:14.026318", "NULL", "NULL", 2060, "9d10a9a5-eae9-43b0-9468-40bc3a57e67c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:13.984579", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1128": ["2018-05-18 17:17:14.108095", "NULL", "NULL", 2061, "c55eee01-46d9-4d2a-a8c0-c3498f696070", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:14.066614", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1129": ["2018-05-18 17:17:14.19035", "NULL", "NULL", 2062, "4698d2e1-ab9b-4ed5-bbbc-5652b3de1edb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:14.148498", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1130": ["2018-05-18 17:17:14.273167", "NULL", "NULL", 2063, "a5df62c9-2624-465a-bd5b-4d5149f09be1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:14.23155", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1131": ["2018-05-18 17:17:14.355281", "NULL", "NULL", 2064, "cd6436ee-bc9b-4660-8064-eed128e2edb2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:14.313512", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1132": ["2018-05-18 17:17:14.43719", "NULL", "NULL", 2065, "59126cfd-71d4-475a-929a-bad2db1541e6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:14.395489", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1133": ["2018-05-18 17:17:14.519051", "NULL", "NULL", 2066, "8b0f6637-0f12-4580-80dd-63348330f534", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:14.477482", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1134": ["2018-05-18 17:17:14.601776", "NULL", "NULL", 2067, "65aedb4a-3846-402b-b712-0869ac0aa824", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:14.559539", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1135": ["2018-05-18 17:17:16.411349", "NULL", "NULL", 2068, "fc27f0fa-a831-44c3-a33e-16f317276cbe", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:16.369474", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1136": ["2018-05-18 17:17:22.383311", "NULL", "NULL", 2069, "50e48cae-e549-48f2-9cfa-c5af0fcfeaad", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:17:22.300777", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1137": ["2018-05-18 17:47:55.614463", "NULL", "NULL", 2227, "251d6ae6-13e3-420d-81ab-ffb1723ebd03", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:47:55.614442", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1138": ["2018-05-18 17:47:55.623978", "NULL", "NULL", 2228, "79342fef-d610-4050-87a8-8c4f52168527", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:47:55.623967", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1139": ["2018-05-18 17:47:58.429903", "NULL", "NULL", 2230, "0730e1f7-fc72-4a2f-a5a4-ab063ae91405", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:47:58.428506", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1140": ["2018-05-18 17:47:58.433154", "NULL", "NULL", 2231, "6cab47c2-fe79-4926-992e-ce9b7c04d1df", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:47:58.431902", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1141": ["2018-05-18 17:47:58.637863", "NULL", "NULL", 2234, "b86f34f6-6d04-47e5-aeab-9b8c20d01474", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:47:58.635604", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1142": ["2018-05-18 17:47:59.243648", "NULL", "NULL", 2241, "6916f18f-76c4-4f49-8eb2-7e5d4e840e3d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:47:59.242018", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1143": ["2018-05-18 17:47:59.447067", "NULL", "NULL", 2243, "d3d0fa0b-0dee-42ef-b9d4-3048fc46940b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:47:59.445254", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1144": ["2018-05-18 17:47:59.650602", "NULL", "NULL", 2245, "fe35d78c-adff-4811-b0e0-3b5893301c3e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:47:59.648786", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1145": ["2018-05-18 17:47:59.653781", "NULL", "NULL", 2246, "f19a3921-cf1c-40ee-a5d6-03b5baf1769f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:47:59.652383", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1146": ["2018-05-18 17:47:59.857415", "NULL", "NULL", 2248, "a3bf3130-2dad-40a3-bac8-b35870b35bf4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:47:59.855698", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1147": ["2018-05-18 17:48:00.06154", "NULL", "NULL", 2251, "b65d48cb-68c1-4731-b4fd-6a749275ba0b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:48:00.059971", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1148": ["2018-05-18 17:48:00.26529", "NULL", "NULL", 2253, "5b404804-83d9-4baa-ab13-45c45b58af5e", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:48:00.263376", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1149": ["2018-05-18 17:17:26.035755", "NULL", "NULL", 2072, "0f772fba-a330-48aa-9d29-7f835e7b14f9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:17:26.035745", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1150": ["2018-05-18 17:17:26.038376", "NULL", "NULL", 2073, "8b122dbc-226f-440e-89e9-ed2f798976d5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:17:26.038367", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1151": ["2018-05-18 17:17:26.241458", "NULL", "NULL", 2074, "dfd7a92c-000c-42bf-9290-818ec123898d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:17:26.241445", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1152": ["2018-05-18 17:17:26.24439", "NULL", "NULL", 2075, "03945498-08f8-4bf7-8fcd-1004c903dc1a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:17:26.244382", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1153": ["2018-05-18 17:17:26.447591", "NULL", "NULL", 2076, "b38cc39a-387e-4557-9183-4fdd5024c24e", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:17:26.447575", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1154": ["2018-05-18 17:47:58.388878", "NULL", "NULL", 2229, "04e688ed-d7f3-4925-9a3b-204382f07c9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:43:43.320351", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1155": ["2018-05-18 17:47:58.472809", "NULL", "NULL", 2232, "9f6544d1-6f8f-4db1-a300-b8d5d67ac4f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:43:43.320385", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1156": ["2018-05-18 17:47:58.636318", "NULL", "NULL", 2233, "3bd9fc68-4c33-4267-999c-636a20087567", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:43:43.370882", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1157": ["2018-05-18 17:47:58.719323", "NULL", "NULL", 2235, "50a7b62b-d2e2-49d4-8f4a-28c06ba93fc6", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:43:43.480978", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1158": ["2018-05-18 17:47:58.801317", "NULL", "NULL", 2236, "7a368620-865a-4c50-befd-a88304fe81be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:43:43.800775", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1159": ["2018-05-18 17:47:58.884251", "NULL", "NULL", 2237, "4141d17b-83ea-42c8-9237-adff73a177df", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:43:43.827168", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1160": ["2018-05-18 17:47:58.966207", "NULL", "NULL", 2238, "1d669777-b716-47cc-8b96-31e6327b9ecb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:43:45.866654", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1161": ["2018-05-18 17:47:59.048335", "NULL", "NULL", 2239, "9917a4b6-9f43-4eda-b179-3d83cbd82791", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:43:59.934326", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1162": ["2018-05-18 17:47:59.214278", "NULL", "NULL", 2240, "4cb88e61-ac98-4951-aa2b-d2eb3cb89bd0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:44:02.455464", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1163": ["2018-05-18 17:47:59.378223", "NULL", "NULL", 2242, "fff2bfc9-906e-494d-bfa6-5d7667407dd8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:44:09.042696", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1164": ["2018-05-18 17:47:59.541283", "NULL", "NULL", 2244, "72cbe506-94db-47c6-ba28-9896863d118f", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:47:34.657224", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1165": ["2018-05-18 17:47:59.704248", "NULL", "NULL", 2247, "b0d3bef8-b025-4fef-8645-cd7bc418c759", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:47:40.23358", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1166": ["2018-05-18 17:47:59.867114", "NULL", "NULL", 2249, "4aa9de45-eb13-4492-8284-59dd8af3f4a0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:47:59.744539", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1167": ["2018-05-18 17:48:00.030206", "NULL", "NULL", 2250, "680d4e55-3b22-449e-acbd-c1cd251911b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:47:59.907482", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1168": ["2018-05-18 17:48:00.193276", "NULL", "NULL", 2252, "7312ac87-ec48-476d-b512-e9eb2208d425", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:00.070905", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1169": ["2018-05-18 17:48:00.356223", "NULL", "NULL", 2254, "0e7f07d8-af1c-4763-bf05-61f78e35f2bb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:00.233505", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1170": ["2018-05-18 17:48:00.439174", "NULL", "NULL", 2255, "d2bcdd0e-f3e9-4a33-a8b7-ea79c77adc14", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:48:00.397475", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1171": ["2018-05-18 17:39:20.064482", "NULL", "NULL", 2077, "0cd262f7-9b79-460d-b202-8911cd523c66", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.0585", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1172": ["2018-05-18 17:39:20.072762", "NULL", "NULL", 2078, "03c3bf7a-8ba2-4dc4-bd4b-0418abecada8", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.071278", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1173": ["2018-05-18 17:39:20.076843", "NULL", "NULL", 2079, "46ca7079-e9d1-47c1-a7b6-30c734d40476", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.076832", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1174": ["2018-05-18 17:39:20.080832", "NULL", "NULL", 2080, "2f48b200-63e3-44ab-9928-652825b439cb", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.080822", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1175": ["2018-05-18 17:39:20.283523", "NULL", "NULL", 2081, "2483f646-916e-4e39-8ce9-d3b822613659", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.282068", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1176": ["2018-05-18 17:39:20.286153", "NULL", "NULL", 2082, "526d9e94-bbc6-475d-a58d-e23e26e2ad83", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.284901", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1177": ["2018-05-18 17:39:20.489075", "NULL", "NULL", 2083, "590894d3-0b6a-4662-9ba1-d441d00df1fd", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:39:20.48906", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1178": ["2018-05-18 17:39:20.491826", "NULL", "NULL", 2084, "1a5c2534-682b-4b26-8640-c2c98b5b1a8f", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:39:20.491812", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1179": ["2018-05-18 17:39:23.111475", "NULL", "NULL", 2117, "b1f82349-9b62-418e-8466-716cf2cbcc8d", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:23.109966", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1180": ["2018-05-18 17:39:23.314754", "NULL", "NULL", 2119, "724f490f-ede2-4fb2-9001-b1a0dc0936c0", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:23.313259", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1181": ["2018-05-18 17:39:29.14828", "NULL", "NULL", 2186, "7771978e-4157-4e56-9ff0-3b03f787baaf", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:29.148268", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1182": ["2018-05-18 17:39:29.955488", "NULL", "NULL", 2197, "35490ea6-ccee-4a3d-aee0-b5146fb551fc", "280.001", "set", "subcloud", "subcloud=subcloud-5", "2018-05-18 17:39:29.877655", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1183": ["2018-05-18 17:39:31.765835", "NULL", "NULL", 2212, "b4927dd6-a64a-450e-ad05-791dbba141b8", "200.005", "set", "system.host", "host=controller-1.network=Management", "2018-05-18 17:39:31.76401", "major", "controller-1 is experiencing intermittent ""Management Network"" communication failures that have exceeded its lower alarming threshold.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1184": ["2018-05-18 17:39:32.168808", "NULL", "NULL", 2213, "499a357f-ca75-4306-a6ce-bddf67d0b75c", "200.005", "set", "system.host", "host=controller-1.network=Management", "2018-05-18 17:39:32.167178", "critical", "controller-1 experienced a persistent critical ""Management Network"" communication failure.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1185": ["2018-05-18 17:39:32.171184", "NULL", "NULL", 2214, "311be2b2-6c96-465b-bbdd-28015243055f", "200.004", "set", "system.host", "host=controller-1", "2018-05-18 17:39:32.16995", "critical", "controller-1 experienced a service-affecting failure. Auto-recovery in progress. Manual Lock and Unlock may be required if auto-recovery is unsuccessful.", "operational-violation", "application-subsystem-failure", "If auto-recovery is consistently unable to recover host to the unlocked-enabled state contact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1186": ["2018-05-18 17:40:33.602446", "NULL", "NULL", 2216, "d27c118e-762e-4cd2-90ed-3ed29cdbb7c0", "280.001", "set", "subcloud", "subcloud=subcloud-4", "2018-05-18 17:40:33.548765", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1187": ["2018-05-18 17:42:26.654808", "NULL", "NULL", 2217, "560020d6-074e-4db9-b699-91e086d5a30e", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-18 17:42:26.475618", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1188": ["2018-05-18 17:42:35.661818", "NULL", "NULL", 2218, "1e9b90a3-a58e-46a6-b931-b3589977e012", "280.001", "set", "subcloud", "subcloud=subcloud-1", "2018-05-18 17:42:35.487366", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1189": ["2018-05-18 17:43:42.094036", "NULL", "NULL", 2219, "a3b27c57-41bb-474c-9f05-0117d6bc74dc", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 17:43:42.092376", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1190": ["2018-05-18 17:43:42.296555", "NULL", "NULL", 2220, "6d67bc34-cdf3-4c2c-8d52-6b981c3f1b85", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 17:43:42.295231", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1191": ["2018-05-18 17:48:00.46944", "NULL", "NULL", 2256, "10a0456a-02f6-41b8-a68f-e358a6679aae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:48:00.467345", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1192": ["2018-05-18 17:48:00.60222", "NULL", "NULL", 2257, "d044c655-0401-4f66-9c87-d8c6aac771a9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:48:00.479499", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1193": ["2018-05-18 17:48:00.673639", "NULL", "NULL", 2258, "a7fe2ba3-2860-45ab-acd4-4939b729cc7a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:00.671778", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1194": ["2018-05-18 17:39:20.510483", "NULL", "NULL", 2085, "65efe9e9-bf44-4838-b2ae-d9e86ae3d31e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:17:48.448867", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1195": ["2018-05-18 17:39:20.554834", "NULL", "NULL", 2086, "41604e1d-df2b-454b-99e2-6551660531fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:48.640508", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1196": ["2018-05-18 17:39:20.637055", "NULL", "NULL", 2087, "381bf3de-f3c5-4467-b5c3-02be43270b6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:48.640637", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1197": ["2018-05-18 17:39:20.719993", "NULL", "NULL", 2088, "8026a10c-7e39-4a5a-9f9f-a5f01e310b70", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:48.640684", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1198": ["2018-05-18 17:39:20.801849", "NULL", "NULL", 2089, "fb3bab98-16cf-458a-affa-c1d279de90a2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:17:48.640726", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1199": ["2018-05-18 17:39:20.883764", "NULL", "NULL", 2090, "ae3934f2-ce08-458a-bc9e-7d6019763f46", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:17:48.640767", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1200": ["2018-05-18 17:39:20.965776", "NULL", "NULL", 2091, "1347ba36-75c7-4c4b-ab57-2e065a08501b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:17:48.640808", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1201": ["2018-05-18 17:39:21.047784", "NULL", "NULL", 2092, "c41af545-5197-45f1-b0ec-9aa0509ab205", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:48.640849", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1202": ["2018-05-18 17:39:21.130684", "NULL", "NULL", 2093, "92df84fa-7dc6-4a17-9a26-36cfadd35268", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:17:48.774122", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1203": ["2018-05-18 17:39:21.211832", "NULL", "NULL", 2094, "bd8ca39d-7ab8-4252-bd5d-c632eca0cc88", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:17:48.94656", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1204": ["2018-05-18 17:39:21.293677", "NULL", "NULL", 2095, "dd5d3eb0-8db2-4cfe-b8a4-49fb61d560bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:17:49.118649", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1205": ["2018-05-18 17:39:21.374851", "NULL", "NULL", 2096, "929c6250-543c-460f-8f03-22dd4b921dcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:17:49.141555", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1206": ["2018-05-18 17:39:21.456881", "NULL", "NULL", 2097, "5b71102f-1fe7-4232-90dc-ae688f0b109d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:17:51.164801", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1207": ["2018-05-18 17:39:21.538885", "NULL", "NULL", 2098, "f5f1efaf-b143-4edc-bdc2-c5c67419d092", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:18:08.198235", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1208": ["2018-05-18 17:39:21.620885", "NULL", "NULL", 2099, "44c307f2-77c4-40df-ad06-782c3a72ec8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:18:10.700973", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1209": ["2018-05-18 17:39:21.702844", "NULL", "NULL", 2100, "00aa70b9-1d4e-453e-9fad-bf706b0c4c59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:18:17.363373", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1210": ["2018-05-18 17:39:21.784917", "NULL", "NULL", 2101, "b13f0f75-4a41-4833-a99d-bba884b37724", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:29:41.919626", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1211": ["2018-05-18 17:39:21.866991", "NULL", "NULL", 2102, "909db895-3990-478a-bb2e-0e9d4fcc63db", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:31:50.61057", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1212": ["2018-05-18 17:39:21.948878", "NULL", "NULL", 2103, "d0319350-05e0-4539-b7da-2a47fd56a89f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:32:11.655706", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1213": ["2018-05-18 17:39:22.031033", "NULL", "NULL", 2104, "f6e6205a-69d1-4f0f-a8ab-70a313f641eb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:32:17.667618", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1214": ["2018-05-18 17:39:22.112909", "NULL", "NULL", 2105, "2e445263-a256-4492-becb-5cb64871d89b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:32:23.679645", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1215": ["2018-05-18 17:39:22.194908", "NULL", "NULL", 2106, "d0b06ef1-bdb1-494a-b0da-09821b4252e9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:32:38.709616", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1216": ["2018-05-18 17:39:22.276928", "NULL", "NULL", 2107, "a142f8c0-7163-4820-aab5-856af5348c2e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:32:44.721611", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1217": ["2018-05-18 17:39:22.358875", "NULL", "NULL", 2108, "95e55581-5c20-4e9e-9b7a-32147c2259b5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:32:53.741617", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1218": ["2018-05-18 17:39:22.440877", "NULL", "NULL", 2109, "9e58385b-40b8-4cd8-9c58-eb3b26952bcc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:32:59.753577", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1219": ["2018-05-18 17:39:22.52482", "NULL", "NULL", 2110, "8fdd1895-1109-457d-b3a2-de16696f56f5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:33:23.801645", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1220": ["2018-05-18 17:39:22.6073", "NULL", "NULL", 2111, "ea8c2896-4e38-4050-bd74-7453d2234a31", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:33:44.843721", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1221": ["2018-05-18 17:39:22.689106", "NULL", "NULL", 2112, "70b3279c-90b5-44ca-90a2-d281d8a6c004", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:34:23.925679", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1222": ["2018-05-18 17:39:22.770882", "NULL", "NULL", 2113, "06f3cc83-30a4-45d3-aecb-ddfb2434bf36", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:35:54.105682", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1223": ["2018-05-18 17:39:22.852776", "NULL", "NULL", 2114, "4a1daf4d-fcc4-48a4-b337-269b11ca96d1", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:37:33.303677", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1224": ["2018-05-18 17:39:22.934163", "NULL", "NULL", 2115, "cb568d61-2fbe-4be2-b329-dc217df5461b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:03.483731", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1225": ["2018-05-18 17:39:23.015995", "NULL", "NULL", 2116, "0e5ee64b-f44e-46df-a1cd-42ffe9f2bb51", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.507828", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1226": ["2018-05-18 17:39:23.179158", "NULL", "NULL", 2118, "a97fa086-e164-40eb-a9f8-b0366499bdc6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.508057", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1227": ["2018-05-18 17:39:23.342124", "NULL", "NULL", 2120, "47847955-c35b-494f-acb1-89c642febf39", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.508129", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1228": ["2018-05-18 17:39:23.424145", "NULL", "NULL", 2121, "2bd6b0e1-fcd6-4dee-b2c1-9350d56f2ad9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:15.508207", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1229": ["2018-05-18 17:39:23.506235", "NULL", "NULL", 2122, "16cc1da5-01f0-496f-8352-645e6fcd4ee3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:15.508286", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1230": ["2018-05-18 17:39:23.669315", "NULL", "NULL", 2123, "91927a75-9b32-4c98-a4d8-4534d4251ecd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:15.508362", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1231": ["2018-05-18 17:39:23.831309", "NULL", "NULL", 2124, "d811e71b-2ec5-40d4-9a5b-b653e6734a59", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:15.508493", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1232": ["2018-05-18 17:39:23.993078", "NULL", "NULL", 2125, "57363365-759a-4572-bf85-cbe1287e9111", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.508601", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1233": ["2018-05-18 17:39:24.155143", "NULL", "NULL", 2126, "58595c56-1ea6-4c13-8b8f-33f0babb557e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.508663", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1234": ["2018-05-18 17:39:24.237015", "NULL", "NULL", 2127, "1a8e9a50-eeb1-477c-ab23-b7d2af41dc9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.508776", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1235": ["2018-05-18 17:39:24.319122", "NULL", "NULL", 2128, "9b7112a4-98bf-45a0-aa94-1149fe6dfc7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.508866", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1236": ["2018-05-18 17:39:24.400954", "NULL", "NULL", 2129, "3ef99313-04e7-4322-8fb1-bdcc1854877f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.508943", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1237": ["2018-05-18 17:39:24.483182", "NULL", "NULL", 2130, "f535f8e9-3975-449c-b748-4eba6de26597", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.509021", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1238": ["2018-05-18 17:39:24.565126", "NULL", "NULL", 2131, "e35dc91e-d920-4eac-8ca5-b251f6fc7b30", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.509099", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1239": ["2018-05-18 17:39:24.647184", "NULL", "NULL", 2132, "8fd5489a-bc9d-4ef1-98ad-de49d5854ce8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.509266", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1240": ["2018-05-18 17:39:24.729087", "NULL", "NULL", 2133, "f9866fe4-b77b-4b48-be2a-d9ceed143e55", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.509324", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1241": ["2018-05-18 17:39:24.811052", "NULL", "NULL", 2134, "a267d417-6d1a-44ab-97fc-68c743d4c155", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.509385", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1242": ["2018-05-18 17:39:24.893095", "NULL", "NULL", 2135, "fe4fefdd-b43e-416b-915a-e0240f8a067c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.509489", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1243": ["2018-05-18 17:39:24.975033", "NULL", "NULL", 2136, "d3c3ba55-2855-4020-b07f-b0c48d83ba1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.509574", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1244": ["2018-05-18 17:39:25.057073", "NULL", "NULL", 2137, "d5f510da-03a6-4d53-9ed1-d86fd00aa3ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.509649", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1245": ["2018-05-18 17:39:25.139061", "NULL", "NULL", 2138, "a713eb7e-887d-428f-b0b0-381de2f2f83f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.509743", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1246": ["2018-05-18 17:39:25.222047", "NULL", "NULL", 2139, "4948e3c0-f207-45c4-9070-a9bb0902eedc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.509822", "critical", "Service group patching-services state change from active to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1247": ["2018-05-18 17:39:25.304364", "NULL", "NULL", 2140, "f10d54f7-014c-4bf9-b032-7f7f38307da6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.509898", "critical", "Service group cloud-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1248": ["2018-05-18 17:39:25.386307", "NULL", "NULL", 2141, "4ede6e31-ea18-4682-a955-741c8bc75d95", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.509976", "critical", "Service group controller-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1249": ["2018-05-18 17:39:25.468326", "NULL", "NULL", 2142, "5140fa6c-9a7c-4d7b-b17b-45d24918af5a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.510053", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1250": ["2018-05-18 17:39:25.550142", "NULL", "NULL", 2143, "2de62443-1f70-4850-a635-3bea41e45852", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.510154", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1251": ["2018-05-18 17:39:25.634135", "NULL", "NULL", 2144, "6afef471-a470-4327-8390-453331eda46f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.510257", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1252": ["2018-05-18 17:39:25.716083", "NULL", "NULL", 2145, "f201d6b0-a1ab-4e94-9921-d8becc8c9fc7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.510308", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1253": ["2018-05-18 17:39:25.798063", "NULL", "NULL", 2146, "c5343158-7184-4d18-9ba3-316f28634271", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.510397", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1254": ["2018-05-18 17:39:25.88022", "NULL", "NULL", 2147, "9b12d332-f8e2-4766-a8ef-fd186789a106", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.510525", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1255": ["2018-05-18 17:39:25.962152", "NULL", "NULL", 2148, "1569dd04-e371-4f0d-b1da-7a737fed4816", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.510604", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1256": ["2018-05-18 17:39:26.044151", "NULL", "NULL", 2149, "eb65329f-93f9-49a9-8176-eae129db76a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.510681", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1257": ["2018-05-18 17:39:26.126154", "NULL", "NULL", 2150, "9333565a-11ff-4e51-9fca-c9221a203938", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.510812", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1258": ["2018-05-18 17:39:26.208246", "NULL", "NULL", 2151, "db5b71da-78fa-4e1a-9401-a7c6f5f4decd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.510894", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1259": ["2018-05-18 17:39:26.290182", "NULL", "NULL", 2152, "b38134dc-11ac-47be-ba5b-c23de90d4011", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:15.511022", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1260": ["2018-05-18 17:39:26.372258", "NULL", "NULL", 2153, "e8047e96-1b08-4bf4-902e-466ce6df3374", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.511088", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1261": ["2018-05-18 17:39:26.454159", "NULL", "NULL", 2154, "a4013898-99b9-42b4-8b83-f641bd6d8e91", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.511158", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1262": ["2018-05-18 17:39:26.536044", "NULL", "NULL", 2155, "6a493bb4-1c28-4e13-8c62-f3f38d9b3584", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.511242", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1263": ["2018-05-18 17:39:26.618253", "NULL", "NULL", 2156, "a482884b-1bb2-4bf6-9c42-83d8ae648abe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.511319", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1264": ["2018-05-18 17:39:26.700303", "NULL", "NULL", 2157, "2b19f99c-8acc-42bb-9922-05e6639f0327", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.511394", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1265": ["2018-05-18 17:39:26.782198", "NULL", "NULL", 2158, "da3e2a79-bde9-4711-8675-522208a1e43b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.511498", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1266": ["2018-05-18 17:39:26.864176", "NULL", "NULL", 2159, "293723d2-ea66-4c8f-9a52-846b45c817d5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.511576", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1267": ["2018-05-18 17:39:26.946009", "NULL", "NULL", 2160, "8d3b179b-0530-4717-bd6d-2d3d320db5f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.511981", "critical", "Service group distributed-cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1268": ["2018-05-18 17:39:27.028209", "NULL", "NULL", 2161, "8787f8c0-2bda-4658-b64f-810fc1e758be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.51203", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1269": ["2018-05-18 17:39:27.110402", "NULL", "NULL", 2162, "a123394a-681b-44fb-be58-a6f852e4b6ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.512107", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1270": ["2018-05-18 17:39:27.192066", "NULL", "NULL", 2163, "de2cf163-d232-4241-ba8e-6848706174fb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.512182", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1271": ["2018-05-18 17:39:27.274353", "NULL", "NULL", 2164, "2739e358-1d52-4946-978f-557fdcfa8e7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.51226", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1272": ["2018-05-18 17:39:27.356089", "NULL", "NULL", 2165, "5d97ff93-a355-4890-9c13-f2b26b151427", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.512338", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1273": ["2018-05-18 17:39:27.437787", "NULL", "NULL", 2166, "a50976ff-feb8-425f-8f33-f48e7d5bfb56", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.512434", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1274": ["2018-05-18 17:39:27.519788", "NULL", "NULL", 2167, "28133797-1219-4c00-ada2-fa2239c707c0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.512517", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1275": ["2018-05-18 17:39:27.600821", "NULL", "NULL", 2168, "eb02cd2f-3896-487e-ae66-201e4fd80982", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.512986", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1276": ["2018-05-18 17:39:27.68307", "NULL", "NULL", 2169, "aab8fb57-0762-4846-bf61-bc9bbc72c13d", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:15.513068", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1277": ["2018-05-18 17:39:27.765301", "NULL", "NULL", 2170, "69a3466c-3531-4c8c-900a-ce5705d91dc3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.513129", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1278": ["2018-05-18 17:39:27.847457", "NULL", "NULL", 2171, "4a351d37-06f2-48ad-bc00-ff65a69ed189", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.513209", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1279": ["2018-05-18 17:39:27.930385", "NULL", "NULL", 2172, "0ec15836-5934-4c0f-8420-91d1840272c4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.513297", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1280": ["2018-05-18 17:39:28.012083", "NULL", "NULL", 2173, "7bb3cd2e-b8dc-44cf-8e82-8662ecec5a07", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.513436", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1281": ["2018-05-18 17:39:28.094146", "NULL", "NULL", 2174, "8dbb23b7-45d1-4dc8-8c93-6a27770df018", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.513614", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1282": ["2018-05-18 17:39:28.175908", "NULL", "NULL", 2175, "3e5d2c02-fbc3-45b1-9d25-3e063978cc32", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:15.513671", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1283": ["2018-05-18 17:39:28.2578", "NULL", "NULL", 2176, "c9c03da8-f321-4da3-bf95-66a937476db2", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:39:15.513751", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1284": ["2018-05-18 17:39:28.339763", "NULL", "NULL", 2177, "8298bd8a-b24b-48ab-b4bc-36339eefddb9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:15.513901", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1285": ["2018-05-18 17:39:28.42185", "NULL", "NULL", 2178, "d4fe56c6-efb4-40b9-8353-42ad13a26560", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.513969", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1286": ["2018-05-18 17:39:28.502772", "NULL", "NULL", 2179, "b1d0bbf7-b8b1-47df-86a2-9ba16c7f5e54", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:15.514044", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1287": ["2018-05-18 17:39:28.584393", "NULL", "NULL", 2180, "3f96eb3b-854b-4154-add9-f6efd4280092", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:39:15.51412", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1288": ["2018-05-18 17:39:28.665878", "NULL", "NULL", 2181, "6a295139-aa62-4b96-ad36-f3b2c5e2bf50", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:15.514196", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1289": ["2018-05-18 17:39:28.747862", "NULL", "NULL", 2182, "fc3ab9c5-bf77-4c9a-903b-7c88dacd7b03", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:15.514272", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1290": ["2018-05-18 17:39:28.829778", "NULL", "NULL", 2183, "cc86de5d-1285-4268-96bc-d57c134bf8d2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:15.514345", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1291": ["2018-05-18 17:39:28.910645", "NULL", "NULL", 2184, "99158247-d36c-43e1-8139-8a272101e2c9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:15.514442", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1292": ["2018-05-18 17:39:28.991802", "NULL", "NULL", 2185, "45d37e74-d9cc-4dec-aaab-81526ee92ed6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.514535", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1293": ["2018-05-18 17:39:29.152748", "NULL", "NULL", 2187, "2b50cb7a-19f6-4676-9484-da5eac188148", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.514606", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1294": ["2018-05-18 17:39:29.233902", "NULL", "NULL", 2188, "6fc218f2-8f86-4806-a0a9-7c0b2af87268", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:39:15.514645", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1295": ["2018-05-18 17:39:29.31584", "NULL", "NULL", 2189, "f327769f-d088-4472-8040-c2d2b82582ae", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:39:15.514681", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1296": ["2018-05-18 17:39:29.396804", "NULL", "NULL", 2190, "58a1b980-e74a-472d-8d12-e3f527cb97a7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:39:15.514769", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1297": ["2018-05-18 17:39:29.479079", "NULL", "NULL", 2191, "f01002be-b41c-42a3-9101-5033a5a4ca79", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.514806", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1298": ["2018-05-18 17:39:29.561308", "NULL", "NULL", 2192, "f1ff4a39-2f83-4372-b8cf-5800fcb5f7ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.51484", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1299": ["2018-05-18 17:39:29.642888", "NULL", "NULL", 2193, "dbe6dd64-ccb0-40c4-92d1-a4875facffeb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.514873", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1300": ["2018-05-18 17:39:29.72489", "NULL", "NULL", 2194, "25f17fa4-17dd-4017-88cc-888b2d255715", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:15.51492", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1301": ["2018-05-18 17:39:29.806897", "NULL", "NULL", 2195, "a065a008-b8fa-4127-b09c-74f3793f56be", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:15.514954", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1302": ["2018-05-18 17:39:29.889099", "NULL", "NULL", 2196, "fd4eb24f-7bd8-4d3e-9d29-84c4fabdc08d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:15.514989", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1303": ["2018-05-18 17:39:29.970877", "NULL", "NULL", 2198, "1453d890-1330-4cfb-a1b3-5f2f4d7ddf1b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:15.515023", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1304": ["2018-05-18 17:39:30.053264", "NULL", "NULL", 2199, "a1171423-d8f4-4e8d-8fc6-1a16311f4b94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:15.515057", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1305": ["2018-05-18 17:39:30.135166", "NULL", "NULL", 2200, "56155165-b6ff-43e0-ae7d-fc5547241d01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:15.515092", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1306": ["2018-05-18 17:39:30.217248", "NULL", "NULL", 2201, "489e0e8c-40a5-451c-b86f-147f6d933f0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:39:30.175854", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1307": ["2018-05-18 17:39:30.299236", "NULL", "NULL", 2202, "9120c058-6868-4854-bc1b-f1c01ce83540", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:39:30.2576", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1308": ["2018-05-18 17:39:30.381147", "NULL", "NULL", 2203, "c09b17b6-4206-4a3c-b949-7d6448114f5c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:39:30.339675", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1309": ["2018-05-18 17:39:30.463157", "NULL", "NULL", 2204, "9210e2e7-72ce-4b07-b74a-92e2749d459b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:39:30.421538", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1310": ["2018-05-18 17:54:56.490478", "NULL", "NULL", 2299, "7ec8e69b-0864-4359-b1bc-39b38c94e104", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:54:56.48759", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1311": ["2018-05-18 17:55:02.530357", "NULL", "NULL", 2303, "06f19e05-c5a1-482b-b084-a93e6af84924", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:14:55.526403", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1312": ["2018-05-18 17:55:02.611951", "NULL", "NULL", 2304, "866d7ba4-4a61-4a75-b2f2-36ffdc00e815", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:30:33.791388", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1313": ["2018-05-18 17:55:02.693047", "NULL", "NULL", 2305, "ab0252b0-b189-4dbc-800b-d9a563979714", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:30:49.585461", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1314": ["2018-05-18 17:55:02.853937", "NULL", "NULL", 2309, "6642e51c-7125-481e-afc4-513d16429297", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:30:58.603492", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1315": ["2018-05-18 17:55:02.935085", "NULL", "NULL", 2313, "628aec99-14d0-4535-9836-1de36ca0cfa5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:31:16.641414", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1316": ["2018-05-18 17:55:03.016028", "NULL", "NULL", 2314, "84352a25-638a-44f1-8410-5b3be8c16145", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:31:28.665483", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1317": ["2018-05-18 17:55:03.177008", "NULL", "NULL", 2318, "9deb5671-8ec7-40e8-9727-a60967dbd5e4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:32:04.737431", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1318": ["2018-05-18 17:55:03.257929", "NULL", "NULL", 2319, "250ae817-006f-4d95-a76a-762c430b16b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:32:58.845472", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1319": ["2018-05-18 17:55:03.339019", "NULL", "NULL", 2320, "9eba33b5-6fa5-4dec-a963-caa06173e02e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:34:20.007476", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1320": ["2018-05-18 17:55:03.420029", "NULL", "NULL", 2321, "0b4cc678-24f3-439a-afc9-7b2cce3111b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:34:59.085623", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1321": ["2018-05-18 17:55:03.501298", "NULL", "NULL", 2322, "4b48d86a-b25e-4776-ba96-4b88edcc15c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:35:35.157518", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1322": ["2018-05-18 17:55:03.583067", "NULL", "NULL", 2323, "d4aaafac-e5fb-4bfa-aa38-7e52b21f6b4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:35:59.205413", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1323": ["2018-05-18 17:55:03.663998", "NULL", "NULL", 2324, "ebbdbb09-53d1-4068-ba33-81ac54b71468", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:36:23.253541", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1324": ["2018-05-18 17:55:03.746219", "NULL", "NULL", 2325, "1891c8af-0cef-4c82-804c-faaa4a1d96e3", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:37:08.343506", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1325": ["2018-05-18 17:55:03.828107", "NULL", "NULL", 2326, "7d64c82f-4d6d-4ab2-b7eb-ebe1c021ff66", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:37:35.397419", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1326": ["2018-05-18 17:55:03.909021", "NULL", "NULL", 2327, "4db4e7b5-7d6a-4bdd-a645-32ba0c6af079", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:23.613389", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1327": ["2018-05-18 17:55:04.069989", "NULL", "NULL", 2328, "573ec4d3-1cde-428e-80c3-65e0900b07b9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:39:53.673379", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1328": ["2018-05-18 17:55:04.151392", "NULL", "NULL", 2330, "037ae779-be78-403e-adce-96dff397d41d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:39:59.685342", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1329": ["2018-05-18 17:55:04.233312", "NULL", "NULL", 2331, "f82ff42b-bfe9-4f7a-b9ac-c0aa33b19996", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:40:08.703371", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1330": ["2018-05-18 17:55:04.315109", "NULL", "NULL", 2332, "b68a1f3f-b7b4-4f3b-8e88-3450be85cf9d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:40:14.715465", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1331": ["2018-05-18 17:55:04.396045", "NULL", "NULL", 2333, "8fdd7522-1d6a-45ae-90ea-f4046fbfa0a9", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:40:35.757388", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1332": ["2018-05-18 17:55:04.55809", "NULL", "NULL", 2335, "69308b8b-37c7-4818-85ba-c507db36d056", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:40:44.77546", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1333": ["2018-05-18 17:54:59.089954", "NULL", "NULL", 2300, "c29655fc-1d56-4549-a215-f8a3fca9c5e0", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:54:59.088176", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1334": ["2018-05-18 17:55:02.494762", "NULL", "NULL", 2301, "9f69ff3f-42b4-4367-8ca4-b69318f44c93", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:02.493007", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1335": ["2018-05-18 17:55:02.497191", "NULL", "NULL", 2302, "defe8599-9503-43cd-8721-6bbbbd25478c", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.495909", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1336": ["2018-05-18 17:55:02.70024", "NULL", "NULL", 2306, "6a59cc37-67a3-4e59-9678-b113a2c3c1ae", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.698922", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1337": ["2018-05-18 17:55:02.702991", "NULL", "NULL", 2307, "6742dcb7-7d8c-4472-bc84-96c08829af1d", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.702983", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1338": ["2018-05-18 17:55:02.705384", "NULL", "NULL", 2308, "a4863f35-72a7-4fe4-8c2e-5c430db3a08c", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.705376", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1339": ["2018-05-18 17:55:02.907584", "NULL", "NULL", 2310, "4e7fc187-fbb8-4472-9b2f-a1ecc6f7e6aa", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:02.90646", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1340": ["2018-05-18 17:55:02.909818", "NULL", "NULL", 2311, "4298d646-080f-4b25-9a1b-76eeab7dac35", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:02.908657", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1341": ["2018-05-18 17:55:02.912534", "NULL", "NULL", 2312, "64d01d51-31e3-4684-99a7-331f85b4026b", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:02.911231", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1342": ["2018-05-18 17:55:03.115466", "NULL", "NULL", 2315, "b7906670-6c32-46b3-85c2-55ac733603c0", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 17:55:03.115454", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1343": ["2018-05-18 17:55:03.118094", "NULL", "NULL", 2316, "b94721a9-30ee-4f1d-ba4b-32c1a816ab4e", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 17:55:03.118084", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1344": ["2018-05-18 17:55:03.120371", "NULL", "NULL", 2317, "8f7d17c7-21a7-401d-ad98-aeaa4b8a07ae", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:03.119254", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1345": ["2018-05-18 17:55:04.128575", "NULL", "NULL", 2329, "84145cde-c361-4633-9fb4-ec66378df589", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:04.128563", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1346": ["2018-05-18 17:55:04.533565", "NULL", "NULL", 2334, "9c79d68f-a026-473a-a296-0c5bb0b0e19f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:04.532119", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1347": ["2018-05-18 17:55:05.74238", "NULL", "NULL", 2350, "931d645d-88bf-4d5d-9933-944621de9e35", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:05.74102", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1348": ["2018-05-18 17:55:06.949968", "NULL", "NULL", 2359, "9ccdabad-4996-439f-8fa1-bd0e1ee18b60", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:06.948051", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1349": ["2018-05-18 17:55:07.154044", "NULL", "NULL", 2361, "a6791035-2f43-4eec-a22b-755b77a769f4", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:07.152198", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1350": ["2018-05-18 17:55:07.357777", "NULL", "NULL", 2364, "3abd0143-2223-48d6-94bb-a224fc2eff6a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:07.356107", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1351": ["2018-05-18 17:55:08.165506", "NULL", "NULL", 2373, "68841bf4-8510-47a0-ac31-5d9c76d540cd", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:08.165494", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1352": ["2018-05-18 17:55:08.972997", "NULL", "NULL", 2382, "513f2482-03ab-45e4-84d0-ffcb8d08f010", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:08.971019", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1353": ["2018-05-18 17:55:09.780944", "NULL", "NULL", 2392, "54e7e45f-3b12-40f7-97ae-ecaea0de8507", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:09.778989", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1354": ["2018-05-18 17:55:04.639087", "NULL", "NULL", 2336, "fde827d3-cb46-4521-8a53-a66cf2e2b09f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:40:50.787393", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1355": ["2018-05-18 17:55:04.721006", "NULL", "NULL", 2337, "97bc91ac-082c-4752-8837-fd280911e959", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:40:56.799485", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1356": ["2018-05-18 17:55:04.802", "NULL", "NULL", 2338, "e940ff54-d396-42bd-a7ae-78411796ac7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:41:05.817369", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1357": ["2018-05-18 17:55:04.882825", "NULL", "NULL", 2339, "60ee0525-6cde-41bd-8498-504bb1949f24", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:41:47.901481", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1358": ["2018-05-18 17:55:04.963998", "NULL", "NULL", 2340, "1abfe145-ff50-41ec-adad-e33fbf38b4f1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:41:56.919491", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1359": ["2018-05-18 17:55:05.045096", "NULL", "NULL", 2341, "cce47fc9-3218-4ae3-afc9-b0d507c80912", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:42:02.931405", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1360": ["2018-05-18 17:55:05.125985", "NULL", "NULL", 2342, "83f118c4-cfef-400b-8fbe-4a0bab24429a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:42:11.949451", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1361": ["2018-05-18 17:55:05.206944", "NULL", "NULL", 2343, "fa2dda1a-8f0c-44c1-8ca8-07461e592e86", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:42:17.961509", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1362": ["2018-05-18 17:55:05.288007", "NULL", "NULL", 2344, "9a3d245e-b78a-4d56-b6ca-6b723d74368c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:42:26.979462", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1363": ["2018-05-18 17:55:05.36894", "NULL", "NULL", 2345, "595fc9ee-de0a-4033-9ce0-46cec58de37f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:42:32.992069", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1364": ["2018-05-18 17:55:05.450091", "NULL", "NULL", 2346, "718f9c26-cd8d-4c0c-a430-e4b8bd441465", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:42:51.027608", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1365": ["2018-05-18 17:55:05.53127", "NULL", "NULL", 2347, "0449dfef-5a5b-4a7f-943a-3ea3a1cad72c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:43:03.05149", "critical", "Service group distributed-cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1366": ["2018-05-18 17:55:05.618363", "NULL", "NULL", 2348, "490094b8-5589-4224-878a-694db0b479bd", "200.022", "log", "system.host", "host=controller-1.status=online", "2018-05-18 17:55:05.616492", "not-applicable", "controller-1 is now ""online""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1367": ["2018-05-18 17:55:05.693182", "NULL", "NULL", 2349, "905298df-ce2c-4385-a803-0c56bce3cdbb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:43:12.069393", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1368": ["2018-05-18 17:55:05.775025", "NULL", "NULL", 2351, "7d6c6ea0-81e2-4fd1-8a8f-4ffebea2e373", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:43:18.08151", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1369": ["2018-05-18 17:55:05.855963", "NULL", "NULL", 2352, "4bef3b4d-d94f-4293-930d-f09e537c9cd3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:43:27.099422", "critical", "Service group directory-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1370": ["2018-05-18 17:55:05.9368", "NULL", "NULL", 2353, "7ade5ece-a2fb-44da-b267-2d9fe1f9f821", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:43:33.111394", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1371": ["2018-05-18 17:55:06.018058", "NULL", "NULL", 2354, "e8df6a8f-220f-4251-89c2-454f38c1539f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:43:42.129403", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1372": ["2018-05-18 17:55:06.597027", "NULL", "NULL", 2355, "87390cc8-1fbf-4010-92b3-698c4df8d450", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:43:48.141526", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1373": ["2018-05-18 17:55:06.695161", "NULL", "NULL", 2356, "d6f4cacc-2f74-4a96-9696-49b3de52e26a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:43:57.159442", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1374": ["2018-05-18 17:55:06.77738", "NULL", "NULL", 2357, "1d3e579a-a80e-421d-8f27-76b1c5013b98", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:44:15.195376", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1375": ["2018-05-18 17:55:06.940383", "NULL", "NULL", 2358, "671f871e-bd02-4695-b2cb-a08c7d87167e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:44:27.219911", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1376": ["2018-05-18 17:55:07.022627", "NULL", "NULL", 2360, "6113dd65-19ee-4eef-bc25-79436a19bb98", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:44:39.24364", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1377": ["2018-05-18 17:55:07.185221", "NULL", "NULL", 2362, "cf6d3739-7016-4143-9d58-545cd01c2f8e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:44:51.267503", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1378": ["2018-05-18 17:55:07.34825", "NULL", "NULL", 2363, "692108af-604a-4806-9a1c-20c38f48b083", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:45:03.291453", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1379": ["2018-05-18 17:55:07.430198", "NULL", "NULL", 2365, "e800461c-ec54-42fe-8091-c2a14f92d52b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:45:21.329457", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1380": ["2018-05-18 17:55:07.512136", "NULL", "NULL", 2366, "c7c82778-d86f-43a1-9919-2321daf3c9bd", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:45:33.353416", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1381": ["2018-05-18 17:55:07.63591", "NULL", "NULL", 2367, "926a72a1-3ebe-4c16-b35b-2bca9b57fe6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:45:45.377437", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1382": ["2018-05-18 17:55:07.717265", "NULL", "NULL", 2368, "0ff138cb-be40-4113-a4e3-b697bed361af", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:45:57.401411", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1383": ["2018-05-18 17:55:07.79924", "NULL", "NULL", 2369, "e2ec1d14-72c5-49c0-8d64-4855d2842fed", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:46:09.425556", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1384": ["2018-05-18 17:55:07.881295", "NULL", "NULL", 2370, "3cbe729a-ab44-4661-b322-6b672b608058", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:46:27.461474", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1385": ["2018-05-18 17:55:07.963308", "NULL", "NULL", 2371, "4b94e093-5bb5-4a56-84a0-57e01fec2a70", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:46:36.479412", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1386": ["2018-05-18 17:55:08.126337", "NULL", "NULL", 2372, "8d49fd55-3081-4ddc-aa87-8ea6151324f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:46:42.49147", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1387": ["2018-05-18 17:55:08.208461", "NULL", "NULL", 2374, "cede0736-328b-47e1-89c2-6cb21d0590dd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:46:51.509384", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1388": ["2018-05-18 17:55:08.377181", "NULL", "NULL", 2375, "c7185b14-3c22-4858-95c4-72d9bb1df141", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:46:57.521399", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1389": ["2018-05-18 17:55:08.459283", "NULL", "NULL", 2376, "cd45cace-380f-4789-b1bc-b158a7f91b9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:47:06.539397", "critical", "Service group directory-services state change from disabling to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1390": ["2018-05-18 17:55:08.54161", "NULL", "NULL", 2377, "b507142b-e815-4043-9ce4-1ca562d6084e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:47:12.551407", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1391": ["2018-05-18 17:55:08.623583", "NULL", "NULL", 2378, "daf5af5c-8b50-4be5-b6c0-9484a72527c6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:47:21.569354", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1392": ["2018-05-18 17:55:08.705278", "NULL", "NULL", 2379, "0c9f2302-3955-40c7-9352-ad6c6e8aa5bd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:47:27.581534", "critical", "Service group controller-services state change from disabling to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1393": ["2018-05-18 17:55:08.787471", "NULL", "NULL", 2380, "eef86c7f-d0e1-4e55-8b1f-4f5a8e0e7583", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:47:42.611483", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1394": ["2018-05-18 17:55:08.950602", "NULL", "NULL", 2381, "c56538ef-bb66-4ef7-b161-7a4ce223ff01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:47:57.641543", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1395": ["2018-05-18 17:55:09.032459", "NULL", "NULL", 2383, "c6fd0487-b9fd-42c6-9e49-87603eaef8d7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:48:42.73155", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1396": ["2018-05-18 17:55:09.114399", "NULL", "NULL", 2384, "3ab628be-9984-4e85-b3f7-dd422b4b53a9", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:49:51.86944", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1397": ["2018-05-18 17:55:09.196278", "NULL", "NULL", 2385, "f5b92cf1-3526-40a3-a4b2-686f3e15efdc", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:50:48.983435", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1398": ["2018-05-18 17:55:09.278379", "NULL", "NULL", 2386, "9ead55fc-dc31-4a57-95ba-8554a2905420", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:52:22.169494", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1399": ["2018-05-18 17:55:09.360587", "NULL", "NULL", 2387, "5eaeabcd-4d2c-468a-80c6-9935e84c39d6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:52:52.229496", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1400": ["2018-05-18 17:55:09.44241", "NULL", "NULL", 2388, "27fdee8c-de7e-4dcc-9cba-23edfdb957f7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:53:10.265422", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1401": ["2018-05-18 17:55:09.524411", "NULL", "NULL", 2389, "32e7fe60-5043-4104-8ed1-d8ec98af3aa2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:54:01.367455", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1402": ["2018-05-18 17:55:09.606533", "NULL", "NULL", 2390, "d09b5705-43d3-4798-be21-2d2def29d06b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:54:34.43351", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1403": ["2018-05-18 17:55:09.769438", "NULL", "NULL", 2391, "92f6f6c1-12e0-43bc-8b6c-8a4d7696586c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:09.649404", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1404": ["2018-05-18 17:55:09.932413", "NULL", "NULL", 2393, "5b1fd5f8-a72f-49bf-80b9-9760582ee39c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:09.812484", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1405": ["2018-05-18 17:55:10.09547", "NULL", "NULL", 2395, "76ec730e-57fb-4347-a353-45d87de8e301", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:09.975427", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1406": ["2018-05-18 17:55:10.258476", "NULL", "NULL", 2398, "771b216f-cf34-4612-807f-258f07e33304", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:10.13861", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1407": ["2018-05-18 17:55:10.422574", "NULL", "NULL", 2400, "30ef1f49-60a9-46f2-ae89-39cc4b17c18d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:55:10.301493", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1408": ["2018-05-18 17:55:10.585554", "NULL", "NULL", 2401, "0f97c64a-3f7c-4557-9c67-ca0100b62c65", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:55:10.465465", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1409": ["2018-05-18 17:55:10.74835", "NULL", "NULL", 2403, "881cc4b0-29d9-4f4a-8fdd-48b8a2c6914d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:10.628478", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1410": ["2018-05-18 17:55:10.911557", "NULL", "NULL", 2405, "51965441-939f-44fd-8d7d-a6167a28eb2b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:10.79145", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1411": ["2018-05-18 17:55:11.074539", "NULL", "NULL", 2408, "009ec2b4-89a1-4092-9153-75b0ddaa6aa9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:10.954523", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1412": ["2018-05-18 17:55:11.237475", "NULL", "NULL", 2410, "79620c7b-7c45-438a-9e85-ff95d7cc5f65", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:11.117531", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1413": ["2018-05-18 17:55:11.399346", "NULL", "NULL", 2411, "6e7bf11d-acb2-4961-8ec8-fb9cff7ae2d9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.28044", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1414": ["2018-05-18 17:55:11.562445", "NULL", "NULL", 2413, "40e43979-502e-4390-82d1-00f1c94125f8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:11.442384", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1415": ["2018-05-18 17:55:11.725539", "NULL", "NULL", 2415, "886829d1-0393-4af6-92f6-69b4e7c60003", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:11.605564", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1416": ["2018-05-18 17:55:11.888475", "NULL", "NULL", 2418, "57f811a6-6fca-4157-a254-1d7fe5c0ba6e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:11.76847", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1417": ["2018-05-18 17:55:12.052525", "NULL", "NULL", 2420, "cea8e37e-41b2-4423-9104-206812ac85c8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.93154", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1418": ["2018-05-18 17:55:12.214605", "NULL", "NULL", 2421, "92ab91d1-6574-45d9-865f-0eef7df00103", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:12.095458", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1419": ["2018-05-18 17:55:12.296461", "NULL", "NULL", 2423, "75c354d9-f494-48b3-9614-1536826eec0a", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:12.257369", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1420": ["2018-05-18 17:55:12.37869", "NULL", "NULL", 2424, "d1aaf5c4-d20d-4b77-b054-ea550e3ce329", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:12.339462", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1421": ["2018-05-18 17:55:12.460526", "NULL", "NULL", 2425, "027a5810-daf9-475c-9de4-a526cdcc8a03", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:12.42149", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1422": ["2018-05-18 17:55:12.54256", "NULL", "NULL", 2426, "38a00ce4-31cc-4b6d-ba5e-21680f474f48", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:12.50348", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1423": ["2018-05-18 17:55:09.985134", "NULL", "NULL", 2394, "9615300c-067a-4725-88d1-ddde81f33da7", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:09.982966", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1424": ["2018-05-18 17:55:10.188945", "NULL", "NULL", 2396, "a60884f4-1427-4e3d-aa4f-d7d06fe65b28", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:10.187216", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1425": ["2018-05-18 17:55:10.192348", "NULL", "NULL", 2397, "60e4d99d-6466-4082-83be-1905ae683f94", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:55:10.190777", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1426": ["2018-05-18 17:55:10.396194", "NULL", "NULL", 2399, "7204dc86-1f4e-4489-99d2-e3430a63deb5", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:55:10.39617", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1427": ["2018-05-18 17:55:10.59985", "NULL", "NULL", 2402, "c77aa13f-1deb-43c4-949a-28743a794876", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:10.599822", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1428": ["2018-05-18 17:55:10.803725", "NULL", "NULL", 2404, "19814e66-9e64-4747-bc70-c9e72c9e9279", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:10.803713", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1429": ["2018-05-18 17:55:11.007331", "NULL", "NULL", 2406, "0cfad18d-6301-43c4-a5f5-7aec1b4a26ad", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:11.007321", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1430": ["2018-05-18 17:55:11.010599", "NULL", "NULL", 2407, "acb14aa8-9843-4b0d-b18e-cb56dd4512c8", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:11.010588", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1431": ["2018-05-18 17:55:11.214144", "NULL", "NULL", 2409, "c4bcd4e4-1427-4484-b9a0-408f7a7480b5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:11.214133", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1432": ["2018-05-18 17:55:11.417813", "NULL", "NULL", 2412, "8e23258c-46e0-4413-b33c-1c3746a6a2d5", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:11.417802", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1433": ["2018-05-18 17:55:11.621367", "NULL", "NULL", 2414, "220418a8-0faa-43d3-b4f5-d0f9c0f929fe", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:11.621355", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1434": ["2018-05-18 17:55:11.825044", "NULL", "NULL", 2416, "2bc79515-0eb3-45f7-bdec-9f56095cb875", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:11.823281", "major", "Service group controller-services degraded; drbd-cinder(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1435": ["2018-05-18 17:55:11.828675", "NULL", "NULL", 2417, "e7a1cfe5-1048-4857-b2bc-2a277a7a9823", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:11.827036", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1436": ["2018-05-18 17:55:12.032114", "NULL", "NULL", 2419, "3400a6be-d209-43c3-8b5d-98d8c01b479a", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:12.030608", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1437": ["2018-05-18 17:55:12.235822", "NULL", "NULL", 2422, "1fbf9c40-90fb-4ea3-898b-e13f49485a6a", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:12.235811", "major", "Service group controller-services degraded; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1438": ["2018-05-18 17:55:17.262694", "NULL", "NULL", 2470, "149eb9d3-1605-4b5b-b6e4-19eabb47c1f5", "200.004", "clear", "system.host", "host=controller-1", "2018-05-18 17:55:17.262682", "critical", "controller-1 experienced a service-affecting failure. Auto-recovery in progress. Manual Lock and Unlock may be required if auto-recovery is unsuccessful.", "operational-violation", "application-subsystem-failure", "If auto-recovery is consistently unable to recover host to the unlocked-enabled state contact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_1439": ["2018-05-18 17:55:26.470645", "NULL", "NULL", 2472, "d1263c09-1786-446a-9ef4-a302b8e1f2f7", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:55:26.470633", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1440": ["2018-05-18 17:55:32.477008", "NULL", "NULL", 2473, "dab7086d-29a3-4bc1-b1c3-639c906c2df8", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:32.476997", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1441": ["2018-05-09 01:28:53.745415", "NULL", "NULL", 2808, "59cc9636-1e59-4a03-b5d1-4e07337f94a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:28:53.55911", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1442": ["2018-05-18 17:55:12.624577", "NULL", "NULL", 2427, "87354cec-360b-4d5d-a61b-1029ae89d36d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:12.585411", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1443": ["2018-05-18 17:55:12.706585", "NULL", "NULL", 2428, "39f19220-0851-4185-be5c-9b467a926526", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:12.667449", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1444": ["2018-05-18 17:55:12.788508", "NULL", "NULL", 2429, "8971aa4c-6122-4f05-9e1c-88dc7b08b10c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:12.749484", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1445": ["2018-05-18 17:55:12.870508", "NULL", "NULL", 2430, "a32443c7-a5ec-47f3-86be-01aa43ba5829", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:12.831474", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1446": ["2018-05-18 17:55:12.952422", "NULL", "NULL", 2431, "016141f8-aa3b-4ca2-9f42-eef6ebe98ad5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:12.913381", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1447": ["2018-05-18 17:55:13.034548", "NULL", "NULL", 2432, "14ddb516-b84e-405d-a95f-104170b0453d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:12.995411", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1448": ["2018-05-18 17:55:13.116242", "NULL", "NULL", 2433, "eec345d0-2faf-4cb9-a82c-786619bd7859", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:13.077464", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1449": ["2018-05-18 17:55:13.198178", "NULL", "NULL", 2434, "a51f943f-2a1a-4613-a299-7e56177e8ee6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 17:55:13.159492", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1450": ["2018-05-18 17:55:13.280418", "NULL", "NULL", 2435, "7f4b3dd8-1186-4bc3-85ce-6f07aad8e5d1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 17:55:13.241385", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1451": ["2018-05-18 17:55:13.363563", "NULL", "NULL", 2436, "51920c95-30c4-4705-9bba-42de872a7421", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:13.32355", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1452": ["2018-05-18 17:55:13.445526", "NULL", "NULL", 2437, "f9b0eef7-f33b-4419-aa26-6b4269ccc4c5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:13.406417", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1453": ["2018-05-18 17:55:13.527518", "NULL", "NULL", 2438, "454c6408-0aa2-40e9-9890-f0a0b1e39d37", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:13.488318", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1454": ["2018-05-18 17:55:13.6094", "NULL", "NULL", 2439, "985a9016-480d-4cb5-9aaa-1fd38c57179f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 17:55:13.570451", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1455": ["2018-05-18 17:55:13.691511", "NULL", "NULL", 2440, "4d3f36e3-8894-471d-900d-96c34c68906d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:13.652441", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1456": ["2018-05-18 17:55:13.773179", "NULL", "NULL", 2441, "53faa04c-664b-4093-baf1-e4f8740ab15a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 17:55:13.734367", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1457": ["2018-05-18 17:55:13.855215", "NULL", "NULL", 2442, "96d6e63e-4273-4f5c-930d-971d2b3fc1eb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:13.816497", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1458": ["2018-05-18 17:55:13.937124", "NULL", "NULL", 2443, "6e465f38-ad06-4116-b5d0-dc9b71b6e77a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 17:55:13.898351", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1459": ["2018-05-18 17:55:14.019276", "NULL", "NULL", 2444, "4b650bae-8cc0-4332-9ce4-13221530f69e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:13.980359", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1460": ["2018-05-18 17:55:14.101257", "NULL", "NULL", 2445, "70a0f9e2-e8c0-47db-a939-98bf379919a0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:55:14.062423", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1461": ["2018-05-18 17:55:14.18337", "NULL", "NULL", 2446, "1c7d654e-f063-4fc7-b7ed-0b9655014d5e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:14.1444", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1462": ["2018-05-18 17:55:14.265316", "NULL", "NULL", 2447, "bab20fb1-f574-4b7b-b184-5a489706fbc8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:55:14.226475", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1463": ["2018-05-18 17:55:14.347455", "NULL", "NULL", 2448, "415d33f5-fd06-4ee1-a922-486f21f76f37", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:14.308373", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1464": ["2018-05-18 17:55:14.42936", "NULL", "NULL", 2449, "818a4719-07c2-4d46-83b3-0d019f8001dd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:14.390384", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1465": ["2018-05-18 17:55:14.511612", "NULL", "NULL", 2450, "ca00fd99-4097-4fdf-b6be-879f169c7e95", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:14.472444", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1466": ["2018-05-18 17:55:14.593617", "NULL", "NULL", 2451, "eb9e1efb-c1d9-401f-bd18-4d7fcb16de8f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:14.554417", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1467": ["2018-05-18 17:55:14.675381", "NULL", "NULL", 2452, "b7b274a9-c7c8-4fd1-a238-25326f19d20a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:14.636507", "critical", "Service group patching-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1468": ["2018-05-18 17:55:14.757556", "NULL", "NULL", 2453, "0a3b598b-7ebf-4bfc-88b1-a9fc6408103b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 17:55:14.718526", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1469": ["2018-05-18 17:55:14.839525", "NULL", "NULL", 2454, "7321f576-bb28-4222-8cb7-2c39e7cc85f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 17:55:14.800496", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1470": ["2018-05-18 17:55:14.921558", "NULL", "NULL", 2455, "6d7dfc8b-8af8-4969-ad5b-75a51dff5da6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:55:14.88242", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1471": ["2018-05-18 17:55:15.003479", "NULL", "NULL", 2456, "b52000e7-2111-4eeb-9627-39a86d08ef41", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:55:14.964518", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1472": ["2018-05-18 17:55:15.085465", "NULL", "NULL", 2457, "8ecd957c-3fcb-4d84-acec-4b7567a160ff", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:55:15.046412", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1473": ["2018-05-18 17:55:15.167321", "NULL", "NULL", 2458, "782218da-b687-4008-9e0b-4fee8642b183", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:55:15.128415", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1474": ["2018-05-18 17:55:15.249693", "NULL", "NULL", 2459, "8fb0afaf-adda-42a3-b4f0-fa28abebd4bc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:55:15.210482", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1475": ["2018-05-18 17:55:15.331355", "NULL", "NULL", 2460, "d280d28b-2e64-4e6f-ae69-55ae6cbec1cd", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 17:55:15.292504", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1476": ["2018-05-18 17:55:15.413506", "NULL", "NULL", 2461, "fc09ddf7-fe7d-4c66-83d4-585e5c53edeb", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:55:15.374412", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1477": ["2018-05-18 17:55:15.496422", "NULL", "NULL", 2462, "d0f2bdea-b2ca-4c9d-a49a-9323fab5aed2", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:15.45642", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1478": ["2018-05-18 17:55:15.579301", "NULL", "NULL", 2463, "1999ba23-eb6d-471f-a4dc-931ffbc33438", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.540348", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-platform(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1479": ["2018-05-18 17:55:15.661457", "NULL", "NULL", 2464, "c7b024ae-afbc-4347-92e8-8c79fe946d28", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.62239", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1480": ["2018-05-18 17:55:15.743291", "NULL", "NULL", 2465, "8b007743-cf30-4b0f-9e65-f83bdf44f8b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.704384", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1481": ["2018-05-18 17:55:15.82632", "NULL", "NULL", 2466, "daa5a322-88bc-42df-8e4e-d82ff304b606", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.786341", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1482": ["2018-05-18 17:55:15.908395", "NULL", "NULL", 2467, "672ee5a0-14d9-4225-be96-ac41ddfb9582", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.869353", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-rabbit(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1483": ["2018-05-18 17:55:15.990496", "NULL", "NULL", 2468, "5530fa5b-85b5-415b-919a-411cb80a12cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 17:55:15.951392", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1484": ["2018-05-18 17:55:16.780782", "NULL", "NULL", 2469, "cfd5c795-0257-4c2d-803f-4c890d986af0", "200.022", "log", "system.host", "host=controller-1.state=enabled", "2018-05-18 17:55:16.778515", "not-applicable", "controller-1 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1485": ["2018-05-18 17:55:26.311635", "NULL", "NULL", 2471, "1643d8e5-e841-406e-ab36-5db5afd91974", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 17:55:26.269508", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1486": ["2018-05-18 17:55:32.511816", "NULL", "NULL", 2474, "f0683959-ffe9-4eeb-bc63-c92111e55fbd", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 17:55:32.430124", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1487": ["2018-05-18 18:20:33.900347", "NULL", "NULL", 2555, "a52c965d-f139-467d-8843-66c70d15d39b", "280.001", "clear", "subcloud", "subcloud=subcloud-5", "2018-05-18 18:20:33.900336", "critical", "subcloud-5 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1488": ["2018-05-18 18:20:40.907267", "NULL", "NULL", 2556, "13001a06-896c-4a71-80c5-b674319b8d93", "280.001", "clear", "subcloud", "subcloud=subcloud-4", "2018-05-18 18:20:40.907256", "critical", "subcloud-4 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1489": ["2018-05-18 18:19:26.568248", "NULL", "NULL", 2475, "e072b143-5339-48c5-9797-a599157b198c", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 18:19:26.56175", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1490": ["2018-05-18 18:19:26.576821", "NULL", "NULL", 2476, "15ce9fac-261b-46b3-9d45-ada58d44c00b", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 18:19:26.575222", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1491": ["2018-05-18 18:19:26.579991", "NULL", "NULL", 2477, "b2e530a2-9040-412c-96e8-904e7dba888e", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-18 18:19:26.579981", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1492": ["2018-05-18 18:19:26.783261", "NULL", "NULL", 2478, "46a66826-c93f-451c-8f9a-8f750df7426d", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-18 18:19:26.783246", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1493": ["2018-05-18 18:19:33.590005", "NULL", "NULL", 2479, "73570fea-54dd-4ed9-81a4-b31c4f55e9e3", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-18 18:19:33.589989", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1494": ["2018-05-18 18:19:36.398223", "NULL", "NULL", 2484, "44e28468-815f-499b-9107-a893c99b8de9", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:36.39607", "major", "Communication failure detected with peer over port eno1 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1495": ["2018-05-18 18:19:36.401763", "NULL", "NULL", 2485, "f622b7bb-598e-4642-acf4-647f22197cbd", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:36.400187", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1496": ["2018-05-18 18:19:36.605767", "NULL", "NULL", 2487, "bfd3831a-ff90-42fc-903d-ed48d4660835", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:36.603858", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1497": ["2018-05-18 18:19:37.010951", "NULL", "NULL", 2492, "10cae7c5-36cc-4a66-a56a-6dbb909659dc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:37.009097", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1498": ["2018-05-18 18:19:37.215753", "NULL", "NULL", 2494, "0e3cd335-4433-4410-b2d4-b1d96653ffa7", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:37.213752", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1499": ["2018-05-18 18:19:37.821479", "NULL", "NULL", 2502, "1f5474e2-bc70-4037-89c7-24d8e3867c25", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:37.821465", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1500": ["2018-05-18 18:19:38.025783", "NULL", "NULL", 2504, "3eecfe7b-6a1c-467c-a6cc-ffa86bfb3131", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:38.023965", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1501": ["2018-05-18 18:19:38.229425", "NULL", "NULL", 2507, "f464592f-18f1-44d6-8203-69cec0823fe9", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.227714", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1502": ["2018-05-18 18:19:38.434824", "NULL", "NULL", 2509, "93c436fb-e0d7-4b28-8c45-948ac9eba827", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:19:38.432962", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1503": ["2018-05-18 18:19:38.640079", "NULL", "NULL", 2512, "6b2051f8-0ba7-456e-8608-0cf335f8bdbe", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.640064", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1504": ["2018-05-18 18:19:38.844081", "NULL", "NULL", 2514, "61614239-acea-4c77-95db-0006965c643a", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:19:38.844062", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1505": ["2018-05-18 18:19:39.249346", "NULL", "NULL", 2519, "568e067d-78d9-4caa-b711-f42bb4fd1908", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:39.247265", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1506": ["2018-05-18 18:19:39.453261", "NULL", "NULL", 2521, "2b2d179f-68d2-4c2e-8999-16879c5ac9df", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:39.453243", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1507": ["2018-05-18 18:19:40.259592", "NULL", "NULL", 2528, "ff65802f-5094-4b39-9212-d5a1d6a7131d", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:40.259573", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1508": ["2018-05-18 18:19:43.874584", "NULL", "NULL", 2554, "e9733ce4-4edf-401a-bcc5-2886be769fe2", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:43.874568", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1509": ["2018-05-18 18:20:50.315529", "NULL", "NULL", 2557, "2cf291c2-aca6-4788-91a9-fd75893e3c5e", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 18:20:50.313323", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1510": ["2018-05-18 18:19:36.024592", "NULL", "NULL", 2480, "a3332f47-b190-4008-8fbc-32346e9490e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:17:15.043937", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1511": ["2018-05-18 18:19:36.069564", "NULL", "NULL", 2481, "d5db168a-ec6c-46a0-a8b9-8fb4b6d146cd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:17:15.517218", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1512": ["2018-05-18 18:19:36.152414", "NULL", "NULL", 2482, "2c3eee5c-fdf1-4ae0-996f-f04e5ab38e2f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:17:15.517323", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1513": ["2018-05-18 18:19:36.316648", "NULL", "NULL", 2483, "ce9f95a5-f9d6-4bea-9da1-0e7d6b1071db", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:17:15.517379", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1514": ["2018-05-18 18:19:36.481621", "NULL", "NULL", 2486, "6b5afc20-1831-45fc-908e-907314ada884", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:17:15.51744", "critical", "Service group patching-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1515": ["2018-05-18 18:19:36.645511", "NULL", "NULL", 2488, "cc13162b-16d3-47b9-ac6e-c8bad877528a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:17:15.517488", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1516": ["2018-05-18 18:19:36.728344", "NULL", "NULL", 2489, "41211384-ee9c-44d3-82ef-56f85be19e04", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:17:15.517536", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1517": ["2018-05-18 18:19:36.892317", "NULL", "NULL", 2490, "32cc959c-15c9-4dd0-b6ec-266ebfd8fbcd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:17:15.517584", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1518": ["2018-05-18 18:19:36.975488", "NULL", "NULL", 2491, "3156331f-a0f7-49d1-b339-0bc6e84a8612", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:17:15.517984", "critical", "Service group patching-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1519": ["2018-05-18 18:19:37.058578", "NULL", "NULL", 2493, "a0ea2112-d7b9-4516-a036-faf8225743d4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:17:15.571498", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1520": ["2018-05-18 18:19:37.222104", "NULL", "NULL", 2495, "8b683f22-fbd7-4648-bc1f-750bb8102b63", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:17:15.918098", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1521": ["2018-05-18 18:19:37.304659", "NULL", "NULL", 2496, "e5ab88d6-fd7d-426c-b5a7-c9f255338e7a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:17:15.978547", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1522": ["2018-05-18 18:19:37.387485", "NULL", "NULL", 2497, "03555f16-2597-4763-8ac3-a5e9043ef884", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:17:16.007657", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1523": ["2018-05-18 18:19:37.471449", "NULL", "NULL", 2498, "cda10b41-bbe5-4422-8d42-d20121421377", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:17:23.060334", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1524": ["2018-05-18 18:19:37.554264", "NULL", "NULL", 2499, "678006fd-d782-4fd0-a248-7bab4072050f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:17:34.070313", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1525": ["2018-05-18 18:19:37.636061", "NULL", "NULL", 2500, "2d71cf60-b6b4-42f1-b813-b32254e579eb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:17:36.572311", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1526": ["2018-05-18 18:19:37.799351", "NULL", "NULL", 2501, "8839a575-0da4-409f-887e-081e7d682564", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:17:43.235265", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1527": ["2018-05-18 18:19:37.881263", "NULL", "NULL", 2503, "2a5ef451-4800-443b-bb9c-54e356f16818", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:04.976713", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1528": ["2018-05-18 18:19:38.044299", "NULL", "NULL", 2505, "2f32cf19-4ff5-4981-96b6-e95a6478ed6d", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:37.92155", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1529": ["2018-05-18 18:19:38.207239", "NULL", "NULL", 2506, "36ed5ad0-e78a-4133-ac30-f895f64042ee", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 18:19:38.084544", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1530": ["2018-05-18 18:19:38.289263", "NULL", "NULL", 2508, "a147bb7f-bccc-4ffa-82a5-8e99001ca56d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:38.247511", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1531": ["2018-05-18 18:19:38.452299", "NULL", "NULL", 2510, "92547aac-426d-4de9-bb76-cb953fde4523", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:38.329508", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1532": ["2018-05-18 18:19:38.615438", "NULL", "NULL", 2511, "afa16ec2-e07e-4b01-8567-8c9bc78f0fc2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:38.492503", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1533": ["2018-05-18 18:19:38.779585", "NULL", "NULL", 2513, "ac9c1707-1ad3-484c-95fe-be3e09b22026", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 18:19:38.656501", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1534": ["2018-05-18 18:19:38.863424", "NULL", "NULL", 2515, "02fd9b7f-ba30-4aca-ad41-ae25fde9da45", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 18:19:38.821491", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1535": ["2018-05-18 18:19:38.949437", "NULL", "NULL", 2516, "80b16e09-4a4f-4a0b-a3a1-c120937ab339", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 18:19:38.903494", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1536": ["2018-05-18 18:19:39.032511", "NULL", "NULL", 2517, "58af98a8-4b9b-4f25-9a1a-e5d33b69c3cd", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 18:19:38.990522", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1537": ["2018-05-18 18:19:39.196307", "NULL", "NULL", 2518, "74cb9ba9-01e1-4c86-b9be-725bc90b48b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:19:39.073511", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1538": ["2018-05-18 18:19:39.360527", "NULL", "NULL", 2520, "a499a886-9184-4c19-9a9d-36168d213318", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:19:39.237535", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1539": ["2018-05-18 18:19:39.558559", "NULL", "NULL", 2522, "5c200556-7614-4708-b2d3-0176e8e754f3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 18:19:39.401555", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1540": ["2018-05-18 18:19:39.641401", "NULL", "NULL", 2523, "c990958b-3281-47d9-9168-db685b658089", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 18:19:39.599498", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1541": ["2018-05-18 18:19:39.724355", "NULL", "NULL", 2524, "996c51f1-3901-4a51-b61d-bdb14764aa80", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:39.682505", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1542": ["2018-05-18 18:19:39.807272", "NULL", "NULL", 2525, "559a906a-e10c-4114-9539-33cfcf2a3441", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:39.765497", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1543": ["2018-05-18 18:19:40.019472", "NULL", "NULL", 2526, "3736296f-0623-4a1f-9367-427444173ad7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:39.847534", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1544": ["2018-05-18 18:19:40.18344", "NULL", "NULL", 2527, "94c66164-ddba-47b5-aef7-c32930e4f91f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:40.060502", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1545": ["2018-05-18 18:19:40.266094", "NULL", "NULL", 2529, "e5a25ca5-b617-4aa6-a1db-24787dc04573", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 18:19:40.224517", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1546": ["2018-05-18 18:19:40.348579", "NULL", "NULL", 2530, "c9f8d41c-e3a2-4c11-8f72-9fa8a0748355", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:40.306537", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1547": ["2018-05-18 18:19:40.431455", "NULL", "NULL", 2531, "dd6d2f27-17e3-40d4-a051-3814c8e55824", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:40.38949", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1548": ["2018-05-18 18:19:40.514428", "NULL", "NULL", 2532, "e0062448-dfef-46c8-ab22-4dc1c65bdd90", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:40.472513", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1549": ["2018-05-18 18:19:40.596253", "NULL", "NULL", 2533, "d59fd475-1a22-4ea6-b4a8-dcb703db1240", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 18:19:40.554576", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1550": ["2018-05-18 18:19:40.68956", "NULL", "NULL", 2534, "ef4cd42a-a7c3-4bc1-b546-0ecf455d5717", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:40.647504", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1551": ["2018-05-18 18:19:40.772466", "NULL", "NULL", 2535, "1ac83cac-c1a8-4f87-b62b-57a5a129a006", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 18:19:40.730474", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1552": ["2018-05-18 18:19:40.854303", "NULL", "NULL", 2536, "53ddbdf0-373c-4396-8775-2658568ed9b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 18:19:40.812501", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1553": ["2018-05-18 18:19:40.936548", "NULL", "NULL", 2537, "200059b2-2aa1-4f99-bb0f-fde109fb06fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:40.894475", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1554": ["2018-05-18 18:19:41.019439", "NULL", "NULL", 2538, "999f2619-3d4e-461d-8b7b-8b6282e316b2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:40.977523", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1555": ["2018-05-18 18:19:41.101487", "NULL", "NULL", 2539, "e7784197-550c-4363-9eb9-e26189be846d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:41.05951", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1556": ["2018-05-18 18:19:41.183382", "NULL", "NULL", 2540, "b0f5a953-5f55-4e9c-92a7-e532bbc623b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:41.141507", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1557": ["2018-05-18 18:19:41.26633", "NULL", "NULL", 2541, "0abea62e-7070-4e88-a45e-da9213388760", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:41.224472", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1558": ["2018-05-18 18:19:41.349381", "NULL", "NULL", 2542, "7b0479e5-4a83-4317-9a9c-5f601148c411", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 18:19:41.308162", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1559": ["2018-05-18 18:19:41.432388", "NULL", "NULL", 2543, "bd39e1d7-9dcf-4958-a6e6-8e1fc5b8a599", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 18:19:41.390587", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1560": ["2018-05-18 18:19:41.515357", "NULL", "NULL", 2544, "2669774b-b125-43e4-b020-16c53890f66c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 18:19:41.473621", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1561": ["2018-05-18 18:19:41.598384", "NULL", "NULL", 2545, "abf9f076-ab50-49dc-be5f-05a50338cda9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 18:19:41.556524", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1562": ["2018-05-18 18:19:41.68142", "NULL", "NULL", 2546, "d0ffba4c-6d77-49c3-95a2-5f647bab5eca", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 18:19:41.639528", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1563": ["2018-05-18 18:19:41.764365", "NULL", "NULL", 2547, "263f3330-f922-476b-8fff-62c2c9de5375", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 18:19:41.72249", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1564": ["2018-05-18 18:19:41.846337", "NULL", "NULL", 2548, "2eabc574-2615-4088-a9f0-7ca2f2342510", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 18:19:41.804487", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1565": ["2018-05-18 18:19:41.928279", "NULL", "NULL", 2549, "a44d51c9-e90e-48af-9903-d30f5fb8ba74", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 18:19:41.886495", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1566": ["2018-05-18 18:19:42.010754", "NULL", "NULL", 2550, "66713da5-adbf-4bc1-b901-07c3b2b8d993", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 18:19:41.968493", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1567": ["2018-05-18 18:19:42.093415", "NULL", "NULL", 2551, "20811cb2-6339-4b0a-9065-f8c309ce4897", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 18:19:42.0515", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1568": ["2018-05-18 18:19:42.175454", "NULL", "NULL", 2552, "7eb3f401-7fe0-43fc-8388-67e7234c497c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 18:19:42.133493", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1569": ["2018-05-18 18:19:43.773289", "NULL", "NULL", 2553, "bc9a5ff3-a669-4389-99cb-77ad86f6ad7c", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-18 18:19:43.690972", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1570": ["2018-05-18 18:20:50.31856", "NULL", "NULL", 2558, "fb02c792-d998-4486-9b65-4242bd462acb", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 18:20:50.317026", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1571": ["2018-05-18 18:20:51.922621", "NULL", "NULL", 2561, "2f8dbe99-5952-4540-81ec-e47696ed12c5", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:51.920799", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1572": ["2018-05-18 18:20:52.52791", "NULL", "NULL", 2565, "6ae9dd11-b4db-4994-9b83-fb3088c918b2", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:52.52582", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1573": ["2018-05-18 18:20:52.731474", "NULL", "NULL", 2567, "f46837d4-08c6-4461-b8c1-72750a57f095", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.729684", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1574": ["2018-05-18 18:20:52.734963", "NULL", "NULL", 2568, "507c9500-e55e-4559-b133-561821cfdd8f", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:52.733375", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1575": ["2018-05-18 18:20:52.938849", "NULL", "NULL", 2570, "bd7bba0f-b403-49fe-b882-3e7b40f7561b", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.938837", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1576": ["2018-05-18 18:20:53.143052", "NULL", "NULL", 2573, "eb2ed29e-ba88-48cc-ba7b-754eb650ce31", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:53.14304", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1577": ["2018-05-18 18:20:54.956083", "NULL", "NULL", 2596, "91b8b03b-87b1-45f8-a5fa-8f0909a94b55", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-18 18:20:54.956074", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1578": ["2018-05-18 18:20:54.959153", "NULL", "NULL", 2597, "1da956e4-a908-49a2-8bf8-0ae1b4d6ff9a", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-18 18:20:54.959142", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1579": ["2018-05-18 18:20:55.163354", "NULL", "NULL", 2600, "9a032204-8adf-4d3e-b9dd-eb4127f5a450", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-18 18:20:55.163343", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1580": ["2018-05-18 18:20:51.816908", "NULL", "NULL", 2559, "f27192f7-4ab2-44d4-b3ed-6a0d3c769ba8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:17:15.415685", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1581": ["2018-05-18 18:20:51.899566", "NULL", "NULL", 2560, "ee95be16-399c-4fec-a66f-cd006488a66c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:51.775475", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1582": ["2018-05-18 18:20:52.203038", "NULL", "NULL", 2562, "970119b9-7450-4a66-bc0b-e53c2c3bee56", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:51.943363", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1583": ["2018-05-18 18:20:52.28542", "NULL", "NULL", 2563, "189c0d73-52e3-4991-ab48-a285a75d2d0b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:52.246432", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1584": ["2018-05-18 18:20:52.449659", "NULL", "NULL", 2564, "2e88c57f-43e8-4768-aec8-3d65c6b9559c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:52.329412", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1585": ["2018-05-18 18:20:52.61357", "NULL", "NULL", 2566, "c8530555-41d6-4a5d-8149-8a84ffe5ee34", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:52.493443", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1586": ["2018-05-18 18:20:52.777699", "NULL", "NULL", 2569, "b4b65bb0-2052-4390-b85f-af11a9fd5771", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:52.657452", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1587": ["2018-05-18 18:20:52.941918", "NULL", "NULL", 2571, "db37cfcd-877a-4309-8ca2-c80557246cf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:52.821452", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1588": ["2018-05-18 18:20:53.024577", "NULL", "NULL", 2572, "46c6ff5f-372e-44cc-afe8-7f3aa4c687e3", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:52.985418", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1589": ["2018-05-18 18:20:53.188464", "NULL", "NULL", 2574, "ed25887d-8227-41e2-b6af-69a1da6fa79c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:53.068446", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1590": ["2018-05-18 18:20:53.271592", "NULL", "NULL", 2575, "1987d92a-fc3d-4dfa-a4f6-98b4b6551f87", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:53.232388", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1591": ["2018-05-18 18:20:53.354477", "NULL", "NULL", 2576, "a0ca9fdb-5161-4f1e-9e20-88e243a41207", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:53.315418", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1592": ["2018-05-18 18:20:53.43764", "NULL", "NULL", 2577, "b97662f3-90ef-4069-85d5-ec95c85ecf9e", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-18 18:20:53.398368", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1593": ["2018-05-18 18:20:53.520299", "NULL", "NULL", 2578, "3a48e067-6560-4850-a509-8e6273a793db", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:53.481491", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1594": ["2018-05-18 18:20:53.60239", "NULL", "NULL", 2579, "607fc9d1-c22e-4255-8209-9c7e92907d15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:53.563431", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1595": ["2018-05-18 18:20:53.684558", "NULL", "NULL", 2580, "f08a7113-4dc7-4983-98d0-0c1b6a67ecc3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:53.645463", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1596": ["2018-05-18 18:20:53.767416", "NULL", "NULL", 2581, "e53ab8d1-7969-4caf-bbb4-9051793a74fe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:53.72844", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1597": ["2018-05-18 18:20:53.850513", "NULL", "NULL", 2582, "5a81ca8f-b93d-4c9b-bcbc-8be28195fd9b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:53.811374", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1598": ["2018-05-18 18:20:53.933726", "NULL", "NULL", 2583, "b6dab5e0-e13b-49c3-a813-4db06d2967c9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:53.894394", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1599": ["2018-05-18 18:20:54.016333", "NULL", "NULL", 2584, "ed45c830-07e5-4398-ac07-5266cce40993", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:53.977345", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1600": ["2018-05-18 18:20:54.098144", "NULL", "NULL", 2585, "8373b321-94f9-40cf-b483-6d381cfb5f0b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:54.059396", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1601": ["2018-05-18 18:20:54.180158", "NULL", "NULL", 2586, "9b5d1e85-949e-4e15-bb36-3231585d0ff7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:54.141402", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1602": ["2018-05-18 18:20:54.263015", "NULL", "NULL", 2587, "500268d5-9cc1-4a29-9307-84317dfb6a9a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-18 18:20:54.223833", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1603": ["2018-05-18 18:20:54.345552", "NULL", "NULL", 2588, "a167fc2e-df2d-4982-b7cf-1de6fa7f64ee", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-18 18:20:54.306395", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1604": ["2018-05-18 18:20:54.429559", "NULL", "NULL", 2589, "124d7e8a-6bfa-4f43-9118-a06f67b5497e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.389477", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1605": ["2018-05-18 18:20:54.512508", "NULL", "NULL", 2590, "15effe7b-fa2c-40a2-9389-181c768152b7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.473418", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1606": ["2018-05-18 18:20:54.595506", "NULL", "NULL", 2591, "2fa3eb92-1f11-450c-93af-2de2ea85af70", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:54.556462", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1607": ["2018-05-18 18:20:54.677312", "NULL", "NULL", 2592, "0e6ab50b-b771-4c25-8d37-59d83532924b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:54.638408", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1608": ["2018-05-18 18:20:54.760602", "NULL", "NULL", 2593, "8b3cb9ba-ed7f-4bb8-86e2-4e129e86d757", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:54.721441", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1609": ["2018-05-18 18:20:54.84382", "NULL", "NULL", 2594, "8a9d2f55-0708-4874-bd25-fbde1b6d19cb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:54.804368", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1610": ["2018-05-18 18:20:54.926836", "NULL", "NULL", 2595, "72e9d4dc-d1fa-451d-8a62-2b3539985798", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:54.887461", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1611": ["2018-05-18 18:20:55.009699", "NULL", "NULL", 2598, "d93d0b7c-012c-4be3-83ad-6f8cd60140b1", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-18 18:20:54.970812", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1612": ["2018-05-18 18:20:55.092576", "NULL", "NULL", 2599, "46d92285-e5f0-4fe2-bb8e-2eae76e1bd58", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:55.053463", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1613": ["2018-05-18 18:20:55.175539", "NULL", "NULL", 2601, "9097c534-a715-4546-ac83-3ac45f609233", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:55.136402", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1614": ["2018-05-18 18:20:55.25856", "NULL", "NULL", 2602, "76c0cf70-9e82-4da8-ba5f-209aa8da4dbd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:55.2194", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1615": ["2018-05-18 18:20:55.341969", "NULL", "NULL", 2603, "8e8e02df-a0e5-4ebc-942b-a96410ad7371", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:55.302506", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1616": ["2018-05-18 18:20:55.424597", "NULL", "NULL", 2604, "d24f31fb-af20-4507-bc4e-e9925b154b4f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.385644", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1617": ["2018-05-18 18:20:55.507195", "NULL", "NULL", 2605, "cb36a4e3-d840-45fe-a514-165c2ad601cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-18 18:20:55.4684", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1618": ["2018-05-18 18:20:55.590504", "NULL", "NULL", 2606, "f753dbba-8327-40b8-a5f2-e352da2606bb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-18 18:20:55.551398", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1619": ["2018-05-18 18:20:55.673358", "NULL", "NULL", 2607, "cdecd68a-2f57-4e52-8c8f-e8db988fdb94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-18 18:20:55.634351", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1620": ["2018-05-18 18:20:55.756357", "NULL", "NULL", 2608, "17dd8565-8fa4-4557-a540-795e9b5b5682", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-18 18:20:55.717412", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1621": ["2018-05-18 18:20:55.839217", "NULL", "NULL", 2609, "5212a2a2-1cc6-426f-8144-0138b1663089", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.800409", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1622": ["2018-05-18 18:20:55.922515", "NULL", "NULL", 2610, "2a597eee-092d-4d29-a71c-5d9b891b6a9f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-18 18:20:55.883413", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1623": ["2018-05-18 18:20:56.005347", "NULL", "NULL", 2611, "ae16dd81-1059-4894-874d-efa763b54a68", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-18 18:20:55.966464", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1624": ["2018-05-24 10:46:46.080072", "NULL", "NULL", 2778, "4b8d2d03-a258-4141-835f-62ec3b07ee36", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:46.038311", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1625": ["2018-05-21 13:48:39.465102", "NULL", "NULL", 2612, "512d7a7d-2082-464b-a803-35ff54809721", "280.001", "set", "subcloud", "subcloud=subcloud-6", "2018-05-21 13:48:39.396511", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1626": ["2018-05-21 13:48:52.274154", "NULL", "NULL", 2613, "44e4901a-aea7-4e20-9291-b73c96b87ad3", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:48:52.121533", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1627": ["2018-05-21 13:48:52.277387", "NULL", "NULL", 2614, "fb8789ff-4a76-4063-8e37-1b63b3ce6f4e", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:48:52.159377", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1628": ["2018-05-21 13:48:54.681621", "NULL", "NULL", 2615, "a4d476df-f5e0-411b-8271-0816311ee7aa", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:48:54.609499", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1629": ["2018-05-21 13:48:54.684557", "NULL", "NULL", 2616, "36c8711f-efab-48bb-bffe-c486e9cf3002", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:48:54.637711", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1630": ["2018-05-21 13:48:56.889014", "NULL", "NULL", 2617, "6e4f709c-fea3-486d-a663-accf83bf5a2e", "280.001", "clear", "subcloud", "subcloud=subcloud-6", "2018-05-21 13:48:56.889", "critical", "subcloud-6 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_1631": ["2018-05-21 13:49:05.095667", "NULL", "NULL", 2618, "dd531653-b764-48f7-a1ef-4a72af58a7ed", "250.001", "set", "host", "host=controller-1", "2018-05-21 13:49:04.967102", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1632": ["2018-05-21 13:49:05.099055", "NULL", "NULL", 2619, "62f76755-dfd2-445a-b53e-821edfeb9f64", "250.001", "clear", "host", "host=controller-1", "2018-05-21 13:49:05.099042", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_1633": ["2018-05-21 13:49:06.702998", "NULL", "NULL", 2620, "7e821ba2-86bb-4311-92e0-1e9422861fd8", "250.001", "set", "host", "host=controller-0", "2018-05-21 13:49:06.566966", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1634": ["2018-05-21 13:49:06.706035", "NULL", "NULL", 2621, "1b075d7e-2f89-4371-8588-406d0d77dfd7", "250.001", "clear", "host", "host=controller-0", "2018-05-21 13:49:06.706023", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_1635": ["2018-05-23 21:36:05.030379", "NULL", "NULL", 2622, "0143faa5-ca6a-406c-8b10-4bbf75a52a2d", "100.114", "set", "ntp", "host=controller-0.ntp=208.81.1.244", "2018-05-23 21:36:05.02815", "minor", "NTP address 208.81.1.244 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1636": ["2018-05-23 21:36:05.033569", "NULL", "NULL", 2623, "758d9c00-a6d3-4358-b380-61dd3f28c1e0", "100.114", "set", "ntp", "host=controller-0.ntp=208.81.1.197", "2018-05-23 21:36:05.031851", "minor", "NTP address 208.81.1.197 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1637": ["2018-05-23 23:26:08.509881", "NULL", "NULL", 2624, "e123dc52-8f12-445f-aa58-217cd9f9d7b9", "100.114", "clear", "ntp", "host=controller-0.ntp=208.81.1.197", "2018-05-23 23:26:08.509869", "minor", "NTP address 208.81.1.197 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1638": ["2018-05-24 03:46:16.4649", "NULL", "NULL", 2625, "80850d95-1cfd-4922-a24d-3cbaab63d382", "100.114", "clear", "ntp", "host=controller-0.ntp=208.81.1.244", "2018-05-24 03:46:16.464872", "minor", "NTP address 208.81.1.244 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1639": ["2018-05-24 10:46:46.163098", "NULL", "NULL", 2779, "352d930a-b664-4072-b1ee-56749f694d49", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:46.121244", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1640": ["2018-05-24 10:46:46.245217", "NULL", "NULL", 2780, "6567a923-235a-4247-a06d-436872fb6447", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:46.203278", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1641": ["2018-05-24 10:46:46.327956", "NULL", "NULL", 2781, "a7ba4b1f-476b-49af-a0ea-590188dd8c91", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:46.286275", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1642": ["2018-05-24 10:45:12.137572", "NULL", "NULL", 2626, "6917475b-5062-4735-865a-4ed39e34aa11", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:43:01.939187", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1643": ["2018-05-24 10:45:12.223755", "NULL", "NULL", 2632, "84fd708e-8cf5-4710-99a4-79d0213fb4e8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:43:02.348612", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1644": ["2018-05-24 10:45:12.38778", "NULL", "NULL", 2634, "1a3fb8f4-ddce-41ac-8fe2-02fff9941cf2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:43:02.353756", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1645": ["2018-05-24 10:45:12.47094", "NULL", "NULL", 2635, "4cbb1027-c14c-4536-9d6d-d288e1c978da", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:43:02.353805", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1646": ["2018-05-24 10:45:12.552767", "NULL", "NULL", 2636, "8c3e90ee-7836-46ae-8f2e-6f6f256d5e80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:43:02.353844", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1647": ["2018-05-24 10:45:12.634746", "NULL", "NULL", 2637, "feb0feab-c8aa-497e-9f5e-74a51e37ea78", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:43:02.353881", "critical", "Service group cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1648": ["2018-05-24 10:45:12.715858", "NULL", "NULL", 2638, "8056ff04-295a-4c53-b8a0-37ff406f9269", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:43:02.353916", "critical", "Service group controller-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1649": ["2018-05-24 10:45:12.797903", "NULL", "NULL", 2639, "15379bd6-ce85-4791-9fd5-c61a9df73f0a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:43:02.353952", "critical", "Service group oam-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1650": ["2018-05-24 10:45:12.878966", "NULL", "NULL", 2640, "ba6834fb-9aec-490c-ae77-8058d25925d6", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:43:02.353981", "critical", "Communication failure detected with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1651": ["2018-05-24 10:45:12.961088", "NULL", "NULL", 2641, "d40d204b-a1f6-4e5b-9b17-9994fffa1e3e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:43:02.412433", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1652": ["2018-05-24 10:45:13.042927", "NULL", "NULL", 2642, "e3d66f19-59fe-4d64-9d28-ee7b014991b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:43:02.832886", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1653": ["2018-05-24 10:45:13.124039", "NULL", "NULL", 2643, "472bae87-c749-421a-ace8-3146e268bc48", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:43:02.851354", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1654": ["2018-05-24 10:45:13.205904", "NULL", "NULL", 2644, "14bb0543-68bf-4fbc-adbb-5147b387c454", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:43:04.88003", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1655": ["2018-05-24 10:45:13.286796", "NULL", "NULL", 2645, "3472cb7a-bff0-4245-aea7-3ca29d3b3333", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:43:18.893263", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1656": ["2018-05-24 10:45:13.367762", "NULL", "NULL", 2646, "1217a533-89c2-4299-b171-38536b49d159", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:43:22.922175", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1657": ["2018-05-24 10:45:13.448854", "NULL", "NULL", 2647, "f21a9f3a-a1bf-439a-affe-9a1283556cf0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:43:30.050222", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1658": ["2018-05-24 10:45:13.529778", "NULL", "NULL", 2648, "b5140208-f5bb-4f3e-ab93-db045ab5f4c4", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:44:52.023095", "critical", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1659": ["2018-05-24 10:45:13.610804", "NULL", "NULL", 2649, "07e00c06-806c-49f3-a164-fe8f7f0f9384", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:44:53.335648", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1660": ["2018-05-24 10:45:13.691823", "NULL", "NULL", 2650, "fcf74d6e-b5ce-453c-b0d9-affe0d20a3c3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:44:59.347699", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1661": ["2018-05-24 10:45:13.772764", "NULL", "NULL", 2651, "612d5a23-fa5b-4a6f-b356-9367ce228467", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.07081", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1662": ["2018-05-24 10:45:13.854781", "NULL", "NULL", 2652, "371fed58-e2da-4d73-ad94-07f693c25478", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:45:07.071314", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1663": ["2018-05-24 10:45:13.935822", "NULL", "NULL", 2653, "8463a372-3985-42c2-b9c9-77e2bc849c96", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:45:07.071456", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1664": ["2018-05-24 10:45:14.016824", "NULL", "NULL", 2654, "607b5055-192f-475a-a725-680c930c6aa5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:45:07.071569", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1665": ["2018-05-24 10:45:12.16572", "NULL", "NULL", 2627, "e5f1c107-47fe-4608-8338-7eaf83359900", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-24 10:45:12.163038", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1666": ["2018-05-24 10:45:12.170957", "NULL", "NULL", 2628, "730b6102-d9b4-4d11-bfdb-c8f5e294c984", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-24 10:45:12.169592", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1667": ["2018-05-24 10:45:12.174444", "NULL", "NULL", 2629, "4b434714-fd7a-4567-b815-e777afb8052d", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-24 10:45:12.174433", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1668": ["2018-05-24 10:45:12.177268", "NULL", "NULL", 2630, "5373816b-2685-4f58-baa1-4332a479344f", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:12.175779", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1669": ["2018-05-24 10:45:12.180596", "NULL", "NULL", 2631, "38425ada-4d13-420e-b4a1-81eb7a285bb3", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-24 10:45:12.180588", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1670": ["2018-05-24 10:45:12.383988", "NULL", "NULL", 2633, "2b444a29-5fb5-49d0-a4d9-6ef83ecbf3bd", "400.005", "set", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:12.382464", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1671": ["2018-05-24 10:45:22.00982", "NULL", "NULL", 2680, "0969a8a4-5292-4b10-9de2-3349966d1f71", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:22.009799", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1672": ["2018-05-24 10:45:29.416642", "NULL", "NULL", 2682, "22023695-33f9-4a49-a3dd-48a3a210aafa", "400.005", "clear", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:29.416626", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1673": ["2018-05-24 10:46:25.445139", "NULL", "NULL", 2683, "ec346113-3857-4c94-9d2d-59dd513696b9", "100.114", "set", "ntp", "host=controller-0.ntp", "2018-05-24 10:46:25.442749", "major", "NTP configuration does not contain any valid or reachable NTP servers.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_1674": ["2018-05-24 10:46:27.049782", "NULL", "NULL", 2684, "2dde5cfd-88c4-4acc-94a0-45c7c09b1dce", "100.109", "set", "system.host", "host=controller-1.interface=mgmt", "2018-05-24 10:46:27.047372", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1675": ["2018-05-24 10:46:27.25347", "NULL", "NULL", 2685, "657dc427-a3fc-4e7c-8439-e72dd7a57103", "100.108", "set", "system.host", "host=controller-1.port=ens801f0", "2018-05-24 10:46:27.251676", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1676": ["2018-05-24 10:46:30.058306", "NULL", "NULL", 2686, "6f485c19-27c0-4ec7-8296-a664b4cfd287", "100.108", "clear", "system.host", "host=controller-1.port=ens801f0", "2018-05-24 10:46:30.058294", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1677": ["2018-05-24 10:46:30.061271", "NULL", "NULL", 2687, "ba7eb29b-f001-4d0a-ae62-88f54e78dffd", "100.109", "clear", "system.host", "host=controller-1.interface=mgmt", "2018-05-24 10:46:30.06126", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_1678": ["2018-05-24 10:46:38.668147", "NULL", "NULL", 2690, "6efe2e24-ec94-4e96-847b-eea42872c0bb", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:38.666333", "major", "Communication failure detected with peer over port eno1 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1679": ["2018-05-24 10:46:39.273188", "NULL", "NULL", 2694, "98ae43b7-6936-44df-be06-21fa903ace90", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:39.271458", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1680": ["2018-05-24 10:46:39.476798", "NULL", "NULL", 2697, "13aedafa-b31e-4865-8bdd-7bd94f6154fe", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:39.475195", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1681": ["2018-05-24 10:46:39.681397", "NULL", "NULL", 2699, "42b82daf-96e1-4ae6-a397-bd44c55a9725", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:39.679186", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1682": ["2018-05-24 10:46:39.884996", "NULL", "NULL", 2701, "d2a526ee-7c1c-4617-912d-079c2e3bae10", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:39.883271", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1683": ["2018-05-24 10:46:39.888398", "NULL", "NULL", 2702, "c74a1102-cb49-47a0-b4dd-7c4f4fb059bc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:39.886879", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1684": ["2018-05-24 10:46:40.092013", "NULL", "NULL", 2704, "950820ff-30b3-4799-9451-6d560c3ee277", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:40.090408", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1685": ["2018-05-24 10:46:40.295932", "NULL", "NULL", 2707, "128fad36-9890-443d-915b-dde602e4136b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:40.29435", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1686": ["2018-05-16 19:46:48.368585", "NULL", "NULL", 1040, "2a41153e-ce43-4d0c-b28f-18093bee3992", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-16 19:46:48.366518", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_1687": ["2018-05-24 10:45:14.097752", "NULL", "NULL", 2655, "c5d8ad62-134a-4e4c-857d-294182bc4c00", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.071695", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1688": ["2018-05-24 10:45:14.178811", "NULL", "NULL", 2656, "4e4e8a02-a072-4dc0-885b-9091002691a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.071806", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1689": ["2018-05-24 10:45:14.259828", "NULL", "NULL", 2657, "760dc0bc-73b4-4321-a5e6-d908f93e350c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.071923", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1690": ["2018-05-24 10:45:14.341845", "NULL", "NULL", 2658, "fe386a26-8757-4b00-9c14-742d2e7983e9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-24 10:45:07.07236", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1691": ["2018-05-24 10:45:14.423923", "NULL", "NULL", 2659, "7805cd92-544c-43a4-bff8-b69601ee057b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-24 10:45:07.07249", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1692": ["2018-05-24 10:45:14.50582", "NULL", "NULL", 2660, "41eb3892-f210-4eab-b956-f57e2f0c5a2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.072587", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1693": ["2018-05-24 10:45:14.587941", "NULL", "NULL", 2661, "f79b6c98-6446-4c7a-977a-ff3d46f9108a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.072661", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1694": ["2018-05-24 10:45:14.66946", "NULL", "NULL", 2662, "553401e7-15de-4356-9801-ca47e709b614", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.072758", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1695": ["2018-05-24 10:45:14.752411", "NULL", "NULL", 2663, "8659ef6c-002a-4148-a8c4-d04ac107314c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.072831", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1696": ["2018-05-24 10:45:14.833857", "NULL", "NULL", 2664, "db97f54d-b6dd-4e64-a21a-32bd1b6bdf2a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.072915", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1697": ["2018-05-24 10:45:14.914807", "NULL", "NULL", 2665, "fee6a18a-49d3-438a-9f4c-e0e69e135c28", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.072983", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1698": ["2018-05-24 10:45:14.995952", "NULL", "NULL", 2666, "aaee2dc7-a8a3-44a9-8e92-8cb6a5a208c4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.073077", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1699": ["2018-05-24 10:45:15.077471", "NULL", "NULL", 2667, "c93f8d91-4e82-41b5-81bc-75fe96408614", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.073567", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1700": ["2018-05-24 10:45:15.16026", "NULL", "NULL", 2668, "210e39ca-2a8c-427d-9ee2-3861ea6b55bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.073658", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1701": ["2018-05-24 10:45:15.243366", "NULL", "NULL", 2669, "81d264ab-cda7-4b40-9d61-50cf569ccea6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.073761", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1702": ["2018-05-24 10:45:15.325419", "NULL", "NULL", 2670, "81d9a1d3-4c7a-41bd-8cf1-2c0764622c67", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:07.073846", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-0 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1703": ["2018-05-24 10:45:15.407294", "NULL", "NULL", 2671, "10fa5a42-a6fe-4796-842f-068042409f96", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.073951", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1704": ["2018-05-24 10:45:15.489328", "NULL", "NULL", 2672, "a9645b23-1fb3-4859-a694-cb637254d05c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.074182", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1705": ["2018-05-24 10:45:15.572492", "NULL", "NULL", 2673, "88babd92-1ed5-4a8a-953d-a5c48cad5176", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-24 10:45:07.074256", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1706": ["2018-05-24 10:45:15.655382", "NULL", "NULL", 2674, "89b08b35-bca0-41ff-b7b7-12fce45e60fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:45:07.082065", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1707": ["2018-05-24 10:45:15.738404", "NULL", "NULL", 2675, "b75647c0-e49b-42d8-85cf-0986b2cf2e94", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-24 10:45:07.083536", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1708": ["2018-05-16 19:46:53.38762", "NULL", "NULL", 1041, "26a63612-8989-4411-b04c-645cb727082f", "401.007", "log", "host", "host=controller-1", "2018-05-16 19:46:53.385701", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1709": ["2018-05-24 10:45:15.820268", "NULL", "NULL", 2676, "fd700ab0-5543-4a46-864a-230554bd50a7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-24 10:45:07.085658", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1710": ["2018-05-24 10:45:15.904399", "NULL", "NULL", 2677, "34538c22-1423-4afd-847f-47ba42657848", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-24 10:45:07.088586", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1711": ["2018-05-24 10:45:15.986334", "NULL", "NULL", 2678, "ab85984d-b09d-42f2-af57-59c3c6d1284b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-24 10:45:07.089755", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1712": ["2018-05-24 10:45:21.877333", "NULL", "NULL", 2679, "daee9dd6-01c6-4f43-b025-cd29ec1a2595", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-24 10:45:21.832841", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1713": ["2018-05-24 10:45:29.339118", "NULL", "NULL", 2681, "933c00ee-75a7-48a9-9328-73a7edb0a37a", "401.005", "log", "host.network", "host=controller-0.network=mgmt", "2018-05-24 10:45:29.25427", "critical", "Communication established with peer over port ens801f0.133 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1714": ["2018-05-24 10:46:38.571149", "NULL", "NULL", 2688, "14387e04-cb96-4df9-973f-b0a1e4f9abee", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:43:02.244697", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1715": ["2018-05-24 10:46:38.65438", "NULL", "NULL", 2689, "ec679314-3136-4085-b4d7-62b643a834b3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:38.527371", "critical", "Service group distributed-cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1716": ["2018-05-24 10:46:38.844223", "NULL", "NULL", 2691, "0215a0b1-a415-45d9-bc28-af8d1930ba4e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:38.69531", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1717": ["2018-05-24 10:46:39.045401", "NULL", "NULL", 2692, "bf6250a0-19ce-4783-bb4d-11e84e56b64b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:38.885302", "critical", "Service group web-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1718": ["2018-05-24 10:46:39.20898", "NULL", "NULL", 2693, "f3736305-affb-4c5a-819e-4d0959d8fbdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:39.086309", "critical", "Service group directory-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1719": ["2018-05-24 10:46:39.372977", "NULL", "NULL", 2695, "fa086df5-836e-4d0b-9594-36bb1cef0d39", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:39.250259", "critical", "Service group patching-services state change from active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1720": ["2018-05-24 10:46:39.455793", "NULL", "NULL", 2696, "5424d781-f59f-4d30-9d47-f4123521bce0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:39.414298", "critical", "Service group cloud-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1721": ["2018-05-24 10:46:39.619915", "NULL", "NULL", 2698, "1aa6a6cb-9d4f-4357-8eeb-f4c58e57dfcd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:39.496267", "critical", "Service group controller-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1722": ["2018-05-24 10:46:39.783368", "NULL", "NULL", 2700, "29d877a6-080f-4ef9-81c9-cc5379176b64", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:39.660352", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1723": ["2018-05-24 10:46:39.947053", "NULL", "NULL", 2703, "46ba189f-2e6e-4ed6-bfd6-c7a55f83aa6a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:39.824435", "critical", "Service group patching-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1724": ["2018-05-24 10:46:40.109793", "NULL", "NULL", 2705, "3d8ece53-75f6-449a-99d0-798cd2c4a6a5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:39.987353", "critical", "Service group directory-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1725": ["2018-05-24 10:46:40.273096", "NULL", "NULL", 2706, "64e2695d-a9bd-490d-9117-40f01f3fa5e1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:40.150321", "critical", "Service group web-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1726": ["2018-05-24 10:46:40.436192", "NULL", "NULL", 2708, "700d3826-fcfa-455f-8add-33291e916462", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:40.31344", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1727": ["2018-05-24 10:46:40.600103", "NULL", "NULL", 2710, "7df4df40-4598-4a51-9c04-5e84d7f8fafd", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:40.477364", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1728": ["2018-05-24 10:46:40.681979", "NULL", "NULL", 2711, "1ba7e57b-eeef-47f9-a89f-bca6bf91d1fb", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:40.640276", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1729": ["2018-05-24 10:46:40.844881", "NULL", "NULL", 2713, "3a21413f-429e-4cce-bf73-cac6998974d7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:40.722316", "critical", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1730": ["2018-05-24 10:46:41.008964", "NULL", "NULL", 2715, "0aeff21a-25a3-490a-a854-6ca78bf0380f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:40.886304", "critical", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1731": ["2018-05-24 10:46:41.091241", "NULL", "NULL", 2716, "be4e6a91-5e96-46ce-b8a2-8000f49d5923", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:41.049266", "critical", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1732": ["2018-05-24 10:46:40.499661", "NULL", "NULL", 2709, "6984d63e-ccf6-4c7b-8d11-06ed7c3918bb", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:40.497836", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1733": ["2018-05-24 10:46:40.703298", "NULL", "NULL", 2712, "48e06081-542f-4953-8971-3f4d8d8fa739", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:40.701684", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1734": ["2018-05-24 10:46:40.907268", "NULL", "NULL", 2714, "69080db2-7af1-4be8-bbcd-fff5185102ac", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:40.90561", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1735": ["2018-05-24 10:46:41.110823", "NULL", "NULL", 2717, "13f50712-b3b9-41c4-81e2-4a86e12a2130", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:41.109188", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1736": ["2018-05-24 10:46:41.315091", "NULL", "NULL", 2719, "32e0b121-824f-45a7-8172-7b8a04fd9ce6", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:41.313547", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1737": ["2018-05-24 10:46:41.518749", "NULL", "NULL", 2722, "cab74de6-8049-4cf4-995f-6e05572365a1", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:41.517145", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1738": ["2018-05-24 10:46:41.722365", "NULL", "NULL", 2724, "45cdd795-e632-42b3-87a9-ab3fa87c159f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:41.72071", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1739": ["2018-05-24 10:46:41.925862", "NULL", "NULL", 2726, "44a1fdf8-4e44-4772-ab99-005a1bf97d89", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:41.924156", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1740": ["2018-05-24 10:46:41.929255", "NULL", "NULL", 2727, "764b3040-45db-4432-9fd5-e9a5080fd520", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:41.92768", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1741": ["2018-05-24 10:46:42.132987", "NULL", "NULL", 2729, "1fbdee93-be7c-4b90-87bb-5ae523124b03", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:42.131357", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1742": ["2018-05-24 10:46:42.336688", "NULL", "NULL", 2732, "27957163-9e47-466f-b022-9d3426ace1dd", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:46:42.335033", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1743": ["2018-05-24 10:46:42.741833", "NULL", "NULL", 2737, "ca61f203-44e6-46ae-8860-60496d29db7f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:42.741821", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1744": ["2018-05-24 10:46:42.945491", "NULL", "NULL", 2739, "401db44a-b795-43f5-9dbe-cf7bb1db3d48", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:42.945477", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1745": ["2018-05-24 10:46:43.148959", "NULL", "NULL", 2742, "ea049173-08f6-408b-ab16-81cbd8c8febb", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-24 10:46:43.148947", "critical", "Service group distributed-cloud-services failure; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_1746": ["2018-05-24 10:46:43.352942", "NULL", "NULL", 2743, "da3cf754-14d2-4621-87f5-8643f07cb2dd", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:43.351222", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_1747": ["2018-05-24 10:46:43.355978", "NULL", "NULL", 2744, "8dc95f28-654c-4ee8-88e3-4c8e67c23035", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:43.355966", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1748": ["2018-05-24 10:46:43.760978", "NULL", "NULL", 2749, "5c7e774e-e515-4fcf-9b91-074a6dd78af9", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:43.760966", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1749": ["2018-05-24 10:46:43.964449", "NULL", "NULL", 2752, "1c616d00-2386-470f-bceb-0de22e30d00d", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:43.964437", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1750": ["2018-05-24 10:46:44.167871", "NULL", "NULL", 2754, "786ec310-b42b-4a43-8bec-45e7dea79398", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:44.16786", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_1751": ["2018-05-24 10:46:41.173936", "NULL", "NULL", 2718, "722e5cab-5f48-4f29-b9f0-4dbb598d7da7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:41.132298", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1752": ["2018-05-24 10:46:41.337016", "NULL", "NULL", 2720, "80d234d3-352d-4438-a4aa-bc0d122ebef0", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:41.214317", "critical", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1753": ["2018-05-24 10:46:41.500003", "NULL", "NULL", 2721, "bfa0fcca-43b2-4214-9d2b-ce735fa10fd5", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:41.377287", "critical", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1754": ["2018-05-24 10:46:41.66281", "NULL", "NULL", 2723, "c076eb2b-7039-4e8f-932d-f8e628c39597", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:41.540273", "critical", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1755": ["2018-05-24 10:46:41.826045", "NULL", "NULL", 2725, "fdb5cac3-26fc-4ae8-88d9-2c0e0d532036", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:41.703301", "critical", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1756": ["2018-05-24 10:46:41.98896", "NULL", "NULL", 2728, "30319d9b-8ed1-4387-9172-d0b7bb934e5c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:41.866365", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1757": ["2018-05-24 10:46:42.152023", "NULL", "NULL", 2730, "37eed18d-2d2c-46ba-9f5d-8801b04cec7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:42.029312", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1758": ["2018-05-24 10:46:42.314989", "NULL", "NULL", 2731, "b6f580a9-6898-43af-9f0c-8f3712182381", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:42.192323", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1759": ["2018-05-24 10:46:42.396909", "NULL", "NULL", 2733, "4dfe6ef3-b648-4c41-96f6-0356a03b200b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:42.355299", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1760": ["2018-05-24 10:46:42.47899", "NULL", "NULL", 2734, "d4615577-c790-492b-8b42-7b21b1195937", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:42.437299", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1761": ["2018-05-24 10:46:42.561063", "NULL", "NULL", 2735, "f1f89797-2a90-499f-871b-482d4627b40e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:42.519343", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1762": ["2018-05-24 10:46:42.724899", "NULL", "NULL", 2736, "8c3f3ed0-de0a-4a1e-a979-af43b0c5cc7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:42.602298", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1763": ["2018-05-24 10:46:42.88845", "NULL", "NULL", 2738, "1f8652d5-7ae9-4bd8-8668-46e5fa57e232", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:42.76542", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1764": ["2018-05-24 10:46:43.052005", "NULL", "NULL", 2740, "d6197f8a-94a5-4d11-880a-9d9effd94c8a", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:42.9293", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1765": ["2018-05-24 10:46:43.133918", "NULL", "NULL", 2741, "cfc1b03a-e51e-4a3c-86a6-0b0cc6538ce3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:43.092279", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1766": ["2018-05-24 10:46:43.377917", "NULL", "NULL", 2745, "5058cf8c-f9b4-4b83-b1ff-d8ae2c1ad292", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:43.174281", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1767": ["2018-05-24 10:46:43.459972", "NULL", "NULL", 2746, "4005bc5d-507b-40a7-960e-93b5d3fd5a6c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:43.418285", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1768": ["2018-05-24 10:46:43.542", "NULL", "NULL", 2747, "50e5db03-6c6a-4f19-bbfd-70b3542a4e6e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:43.500281", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1769": ["2018-05-24 10:46:43.624084", "NULL", "NULL", 2748, "5e85c47d-d632-4b34-8953-6bcac898f5d4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:43.582305", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1770": ["2018-05-24 10:46:43.786924", "NULL", "NULL", 2750, "449b768a-2668-4654-9130-b8464404c882", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-24 10:46:43.664312", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1771": ["2018-05-24 10:46:43.949908", "NULL", "NULL", 2751, "0546b3b5-832f-450c-a4be-73722b1bbcbf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-24 10:46:43.827332", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1772": ["2018-05-24 10:46:44.112963", "NULL", "NULL", 2753, "85d5d9f6-3791-46b2-b397-0f17ca797277", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-24 10:46:43.990257", "critical", "Service group web-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1773": ["2018-05-24 10:46:44.275951", "NULL", "NULL", 2755, "2070023a-8003-4483-a87a-bdea3369cef6", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-24 10:46:44.153327", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_1774": ["2018-05-09 01:28:54.149441", "NULL", "NULL", 2809, "9328cf5d-c1cf-4789-8e93-d13fab361516", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:28:54.149426", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1775": ["2018-05-09 01:38:52.775687", "NULL", "NULL", 2810, "ccebe726-7ce2-448f-a43b-0cadad006ba4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:38:52.670539", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1776": ["2018-05-09 01:38:52.979311", "NULL", "NULL", 2811, "ff98882b-6eb7-46a7-ba3f-05621b42dfe4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:38:52.979299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1777": ["2018-05-09 01:48:52.805574", "NULL", "NULL", 2812, "406b0944-edf3-493a-ace6-3203e88c8659", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:48:52.784593", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1778": ["2018-05-09 01:48:53.409259", "NULL", "NULL", 2813, "efc9ca9d-b491-4fa1-a129-dd456d72b479", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:48:53.409246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1779": ["2018-05-09 01:58:53.836555", "NULL", "NULL", 2814, "cfb40351-2e7b-4c84-9b59-d2ed222f8e41", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:58:53.694563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1780": ["2018-05-09 01:58:54.640516", "NULL", "NULL", 2815, "3a4bff60-46a5-4636-9cf1-df4f3db18e52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:58:54.640502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1781": ["2018-05-09 21:08:52.598121", "NULL", "NULL", 3044, "728cfdf4-aa77-4cad-b83b-ecac766ca2e3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:08:52.513709", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1782": ["2018-05-09 21:08:53.402441", "NULL", "NULL", 3045, "2b112fa2-f02a-4c5b-8539-f45d77d9cff4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:08:53.402427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1783": ["2018-05-09 21:18:52.836613", "NULL", "NULL", 3046, "7dae2e4c-3afc-413f-97df-25173f11f2f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:18:52.640236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1784": ["2018-05-09 21:18:53.040516", "NULL", "NULL", 3047, "c04ad025-4c91-4528-b0be-8a41ca01e225", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:18:53.040502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1785": ["2018-05-09 21:28:53.271524", "NULL", "NULL", 3048, "bec4aedd-2206-49bf-804b-485fb69383a1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:28:53.251065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1786": ["2018-05-09 21:28:53.675398", "NULL", "NULL", 3049, "48bfd952-2e3b-4d6f-a850-450de60235cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:28:53.675384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1787": ["2018-05-09 21:38:53.506671", "NULL", "NULL", 3050, "c951458c-2694-43d5-a342-9437191b4de1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:38:53.352044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1788": ["2018-05-09 21:38:53.710256", "NULL", "NULL", 3051, "271777e1-cd78-4c71-8792-619bf81c4c67", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:38:53.710241", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1789": ["2018-05-09 21:48:53.340667", "NULL", "NULL", 3052, "480eb3ea-1639-4555-82d4-88d2ce1e5b40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:48:53.263761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1790": ["2018-05-09 21:48:53.744565", "NULL", "NULL", 3053, "88dd0a89-b72c-4805-8602-24ddcb234492", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:48:53.744552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1791": ["2018-05-09 21:58:53.976433", "NULL", "NULL", 3054, "6be42848-39ac-4cce-be83-af4f222f3810", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:58:53.772974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1792": ["2018-05-09 21:58:54.580415", "NULL", "NULL", 3055, "d8c76443-1373-420e-a928-a415284cdcd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 21:58:54.580402", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1793": ["2018-05-09 22:08:52.608175", "NULL", "NULL", 3056, "c2f87c45-f19d-46c4-9f79-2a47f511c807", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:08:52.47043", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1794": ["2018-05-09 22:08:52.812011", "NULL", "NULL", 3057, "b3f38a51-c569-4c90-b6eb-4dafd366141c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:08:52.812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1795": ["2018-05-09 22:18:52.845591", "NULL", "NULL", 3058, "a5918e51-634e-4f24-a14c-aa70adb09be0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:18:52.683081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1796": ["2018-05-08 23:18:53.29906", "NULL", "NULL", 2783, "f33f5adf-0380-409f-8227-570a0fb5b637", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:18:53.299045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1797": ["2018-05-08 23:28:53.331625", "NULL", "NULL", 2784, "72247f5e-c0a5-48af-b669-5f7025cc6188", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:28:53.315986", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1798": ["2018-05-08 23:28:53.735416", "NULL", "NULL", 2785, "a33bf6db-5ce2-4a91-bceb-0f790845f088", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:28:53.735399", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1799": ["2018-05-08 23:38:53.369498", "NULL", "NULL", 2786, "d078eb7f-f598-42f9-962d-6a3aef0aab5f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:38:53.313488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1800": ["2018-05-08 23:38:53.773349", "NULL", "NULL", 2787, "e8e0566d-79a0-46ff-9007-7690fe419f95", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:38:53.773335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1801": ["2018-05-08 23:48:53.60136", "NULL", "NULL", 2788, "65c9400e-e827-4b92-bd28-02f0cb87b644", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:48:53.522092", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1802": ["2018-05-08 23:48:54.205227", "NULL", "NULL", 2789, "b380688b-5b5d-4f46-b6a4-8051f515c2e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:48:54.205216", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1803": ["2018-05-08 23:58:53.436461", "NULL", "NULL", 2790, "de7bf668-29c2-4885-9bd3-b107fa916a2f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:58:53.336286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1804": ["2018-05-08 23:58:54.240348", "NULL", "NULL", 2791, "d9e9ac59-b097-4c87-8481-74d723938732", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-08 23:58:54.240334", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1805": ["2018-05-09 00:08:53.070441", "NULL", "NULL", 2792, "b8e00bdf-cb9f-4251-a85f-d9b15966992a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:08:53.043776", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1806": ["2018-05-09 00:08:53.474338", "NULL", "NULL", 2793, "1e472917-3e97-4d91-af11-2300a410b8c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:08:53.474326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1807": ["2018-05-09 00:18:53.507975", "NULL", "NULL", 2794, "f803bbe5-0968-45dd-89f9-2c4adbdb2291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:18:53.451373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1808": ["2018-05-09 00:18:53.911877", "NULL", "NULL", 2795, "8b1a9739-cd59-4a4c-acb9-bcee93a6d51e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:18:53.911865", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1809": ["2018-05-09 02:08:53.269078", "NULL", "NULL", 2816, "05d5bb60-ed4b-44e0-9720-5eb6d842963c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:08:53.191059", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1810": ["2018-05-09 02:08:53.672661", "NULL", "NULL", 2817, "5f1984f9-0021-46a2-a6bd-0e876393c26b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:08:53.672646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1811": ["2018-05-09 02:18:53.499465", "NULL", "NULL", 2818, "41899fbc-eb86-49f3-b396-1e8814ebe7e6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:18:53.486562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1812": ["2018-05-09 02:18:53.9032", "NULL", "NULL", 2819, "76e3a319-cb0f-4f68-9454-9a5e657d6565", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:18:53.903186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1813": ["2018-05-09 02:28:53.728631", "NULL", "NULL", 2820, "dc7c4846-4c11-40b5-8782-78dcfb77dc31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:28:53.694812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1814": ["2018-05-09 02:28:54.132543", "NULL", "NULL", 2821, "98dbcb41-36b4-4083-86ba-b283d37721f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:28:54.132523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1815": ["2018-05-09 02:38:53.960643", "NULL", "NULL", 2822, "99107c24-ef1f-4b46-9621-6bcec166db88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:38:53.796454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1816": ["2018-05-09 02:38:54.364628", "NULL", "NULL", 2823, "a138264e-696b-4f39-84ec-c71f20ede5be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:38:54.364615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1817": ["2018-05-09 02:48:52.791283", "NULL", "NULL", 2824, "1c6c4d97-bca3-4aa3-ade8-eb1fe045a9ac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:48:52.712512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1818": ["2018-05-09 02:48:53.195237", "NULL", "NULL", 2825, "e288ef8f-57c6-49b6-b1cc-9e3f28138c33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:48:53.195223", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1819": ["2018-05-09 00:28:53.13946", "NULL", "NULL", 2796, "90efd139-9244-4974-bfca-cbaf2ea196c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:28:53.05989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1820": ["2018-05-09 00:28:53.543204", "NULL", "NULL", 2797, "bcf50341-32ed-45c0-84a9-73d2c3698ba2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:28:53.543191", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1821": ["2018-05-09 00:38:53.172389", "NULL", "NULL", 2798, "c00d002f-7664-46c2-8fec-f1935347ce24", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:38:52.983779", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1822": ["2018-05-09 00:38:53.576286", "NULL", "NULL", 2799, "86ccb752-8db4-4061-a8be-9357cc8a92c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:38:53.576272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1823": ["2018-05-09 00:48:53.608029", "NULL", "NULL", 2800, "d79dbf69-75fb-49be-9ca7-f179d67a95a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:48:53.603608", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1824": ["2018-05-09 00:48:54.211804", "NULL", "NULL", 2801, "2cde3e01-3210-44ce-ae28-04e39688a4a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:48:54.211791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1825": ["2018-05-09 00:58:54.041081", "NULL", "NULL", 2802, "c6d0a803-ca3b-4c5a-a5e0-148919d5df00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:58:53.909309", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1826": ["2018-05-09 00:58:54.645099", "NULL", "NULL", 2803, "1303fa2b-2722-46a1-9e23-70bce6258622", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 00:58:54.645086", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1827": ["2018-05-09 01:08:53.273795", "NULL", "NULL", 2804, "55222a30-8f66-4a33-a280-f61d3fb7de71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:08:53.231119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1828": ["2018-05-09 01:08:53.677508", "NULL", "NULL", 2805, "d49222f7-0a5a-4a53-809b-cd966a42120f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:08:53.677496", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1829": ["2018-05-09 01:18:52.910711", "NULL", "NULL", 2806, "fae4a59e-c319-4fd3-b681-ab9171f9a15d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:18:52.852161", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1830": ["2018-05-09 01:18:53.314578", "NULL", "NULL", 2807, "1d42f4cc-74b1-49f8-b5a0-fac5a150e5b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 01:18:53.314562", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1831": ["2018-05-09 02:58:53.825534", "NULL", "NULL", 2826, "a339819d-a0fe-4a71-b08d-fda477eda9b0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:58:53.729706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1832": ["2018-05-09 02:58:55.029678", "NULL", "NULL", 2827, "bcc917aa-a9fa-4f1b-befe-43d647a0f45f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 02:58:55.029664", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1833": ["2018-05-09 03:08:53.458882", "NULL", "NULL", 2828, "2e12baee-3261-4195-9bcd-79c46d1465fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:08:53.34894", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1834": ["2018-05-09 03:08:53.863075", "NULL", "NULL", 2829, "1d453a02-3472-4021-90be-fc59a163ed61", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:08:53.863061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1835": ["2018-05-09 03:18:53.095459", "NULL", "NULL", 2830, "d2a83f93-454f-46d5-b558-cc84b4ff4d1c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:18:52.975526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1836": ["2018-05-09 03:18:53.499325", "NULL", "NULL", 2831, "a82cd4f3-00d5-45f5-94b8-24379dd4990d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:18:53.499313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1837": ["2018-05-09 03:28:52.92956", "NULL", "NULL", 2832, "dae37f2c-05f8-48f0-a670-ba9b4827f396", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:28:52.90038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1838": ["2018-05-09 03:28:53.336961", "NULL", "NULL", 2833, "e33bf237-6ae2-474f-b897-8b8e6d44b061", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:28:53.336948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1839": ["2018-05-09 03:38:53.365959", "NULL", "NULL", 2834, "724b3577-9d54-4ca6-b89d-310a2abff98e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:38:53.210236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1840": ["2018-05-09 03:38:53.569774", "NULL", "NULL", 2835, "a4644442-2713-4e9e-a883-bb6eadf626fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:38:53.569759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1841": ["2018-05-09 03:48:53.200205", "NULL", "NULL", 2836, "004dc6e1-76b8-48ae-ad4c-6e763ca0f246", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:48:53.131716", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1842": ["2018-05-09 03:48:53.804348", "NULL", "NULL", 2837, "e309427b-d6e9-426c-bd24-f7f82d406bdb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:48:53.804333", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1843": ["2018-05-09 03:58:54.836518", "NULL", "NULL", 2838, "c662cf90-0c9c-4f21-a334-079eb1270999", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:58:54.757196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1844": ["2018-05-09 03:58:55.640712", "NULL", "NULL", 2839, "18c02279-2106-411b-8718-dd071c53006e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 03:58:55.640697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1845": ["2018-05-09 04:08:52.66818", "NULL", "NULL", 2840, "610accfa-6326-4ca9-b257-02e80d4feadd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:08:52.569027", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1846": ["2018-05-09 04:08:53.072043", "NULL", "NULL", 2841, "4b56db0a-6611-4a3d-8c23-5f6c25464353", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:08:53.072025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1847": ["2018-05-09 04:18:53.501956", "NULL", "NULL", 2842, "7dcbbf4c-2c08-422d-b066-f08f865d97b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:18:53.388258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1848": ["2018-05-09 04:18:53.905586", "NULL", "NULL", 2843, "87bc3af5-d9f6-42c3-a315-3fa0b8e9d61c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:18:53.905572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1849": ["2018-05-09 04:28:53.937153", "NULL", "NULL", 2844, "fa306dab-6a98-4bc6-8334-66f6d09c8e77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:28:53.908055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1850": ["2018-05-09 04:28:54.54121", "NULL", "NULL", 2845, "04cbc35b-e70f-46a6-9942-b63fbad4bb52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:28:54.541197", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1851": ["2018-05-09 04:38:53.376218", "NULL", "NULL", 2846, "98c5000a-f23b-47fd-92eb-c416bcc590e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:38:53.211757", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1852": ["2018-05-09 04:38:53.580181", "NULL", "NULL", 2847, "fd14c236-5c42-4b79-ae8f-fd81843204bf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:38:53.580166", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1853": ["2018-05-09 04:48:54.212517", "NULL", "NULL", 2848, "2fb3c313-2afb-4500-adf0-819e36042d31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:48:54.032989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1854": ["2018-05-09 04:48:54.416424", "NULL", "NULL", 2849, "14708b8c-ac6e-42ba-ad08-0373bf71fbfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:48:54.41641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1855": ["2018-05-09 04:58:55.24544", "NULL", "NULL", 2850, "ac68010b-d226-4d77-9cd4-0d5f683509cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:58:55.063378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1856": ["2018-05-09 04:58:55.849335", "NULL", "NULL", 2851, "21692ef1-8ef4-4662-aed3-5671692c9b36", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 04:58:55.849323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1857": ["2018-05-09 05:08:53.681895", "NULL", "NULL", 2852, "c10fc16c-4cc2-4392-a07a-340fe468176b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:08:53.577085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1858": ["2018-05-09 05:08:53.88546", "NULL", "NULL", 2853, "4ed79126-d2ac-4652-a310-afb71f9950b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:08:53.885447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1859": ["2018-05-09 05:18:52.925664", "NULL", "NULL", 2854, "b6d5c1cd-dfe9-4f1b-be7f-63c165338b8f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:18:52.801017", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1860": ["2018-05-09 05:18:53.329249", "NULL", "NULL", 2855, "2868ad5a-58d3-4694-83b4-1f0bb824df8a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:18:53.329235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1861": ["2018-05-09 05:28:52.557718", "NULL", "NULL", 2856, "3b24df93-7dba-45aa-875c-4d4be0817fc5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:28:52.525368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1862": ["2018-05-09 05:28:52.961545", "NULL", "NULL", 2857, "093c258e-7128-433b-a9be-27076a9ba57a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:28:52.961531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1863": ["2018-05-09 05:38:52.804147", "NULL", "NULL", 2858, "e4f7fd45-cbf7-4eb0-85d5-145187daeaae", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:38:52.625526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1864": ["2018-05-09 05:38:53.007874", "NULL", "NULL", 2859, "bf327326-a23e-40a9-82c5-131fa85b1625", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:38:53.007848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1865": ["2018-05-09 05:48:53.23567", "NULL", "NULL", 2860, "c6d63250-c05d-4f6d-87d8-ce39082ac097", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:48:53.127788", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1866": ["2018-05-09 05:48:53.639645", "NULL", "NULL", 2861, "fb0cc851-df08-401e-87c0-ca010efefa70", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:48:53.639631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1867": ["2018-05-09 05:58:53.26656", "NULL", "NULL", 2862, "19006ce6-4e31-46dc-a867-73ae0fe410d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:58:53.240943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1868": ["2018-05-09 05:58:54.070381", "NULL", "NULL", 2863, "57a6ad26-dc08-44db-a810-e5cbe83a7182", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 05:58:54.07037", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1869": ["2018-05-09 06:08:53.501849", "NULL", "NULL", 2864, "bdc06657-a93a-4487-85f1-a8996364ee3a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:08:53.474364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1870": ["2018-05-09 06:08:53.905622", "NULL", "NULL", 2865, "bab845c1-6618-4e2c-bb7a-344552693cba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:08:53.905609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1871": ["2018-05-09 06:18:53.343245", "NULL", "NULL", 2866, "c744e31c-3d61-4e48-9a79-a8e96435619b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:18:53.193714", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1872": ["2018-05-09 06:18:53.747367", "NULL", "NULL", 2867, "d691b460-96e5-4573-af7f-fba1e384bd44", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:18:53.747354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1873": ["2018-05-09 06:28:53.577077", "NULL", "NULL", 2868, "02a68786-48c0-4e76-a212-50e9096b718e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:28:53.405845", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1874": ["2018-05-09 06:28:53.7809", "NULL", "NULL", 2869, "661fc094-82d2-4e72-8f75-68a339f7a159", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:28:53.780872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1875": ["2018-05-09 06:38:53.814017", "NULL", "NULL", 2870, "ec693b01-b1a0-4c37-a453-3de32b2efe12", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:38:53.713073", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1876": ["2018-05-09 06:38:54.017631", "NULL", "NULL", 2871, "703a96fb-407b-4f8f-a3d5-a12a58509750", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:38:54.017619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1877": ["2018-05-09 06:48:52.448662", "NULL", "NULL", 2872, "ac3b46c3-d7fa-4b56-9b01-d90797ababc7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:48:52.408511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1878": ["2018-05-09 06:48:52.852502", "NULL", "NULL", 2873, "42faa077-82cd-4a03-b21a-008c9178a490", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:48:52.852491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1879": ["2018-05-09 06:58:54.084402", "NULL", "NULL", 2874, "70b5db4c-b750-4c04-8baf-73ce1b44be82", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:58:54.018001", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1880": ["2018-05-09 06:58:54.888395", "NULL", "NULL", 2875, "a922febe-11d3-4f61-9544-d8e14db69c1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 06:58:54.88838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1881": ["2018-05-09 07:08:53.31778", "NULL", "NULL", 2876, "25cd8b1d-80fd-4c40-9c96-205caa9fd602", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:08:53.134825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1882": ["2018-05-09 07:08:53.521737", "NULL", "NULL", 2877, "aeca0568-5ed1-4378-9732-9e07d358311c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:08:53.521722", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1883": ["2018-05-09 07:18:52.753905", "NULL", "NULL", 2878, "a4a2e5e0-9f54-45cc-9038-6c881a7c325f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:18:52.557247", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1884": ["2018-05-09 07:18:52.957593", "NULL", "NULL", 2879, "d4b9896a-9fe3-450f-8669-42e76ffb6b7e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:18:52.95758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1885": ["2018-05-09 07:28:54.588251", "NULL", "NULL", 2880, "ed6faee1-7cd9-4f95-9535-8d5e674def34", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:28:54.478058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1886": ["2018-05-09 07:28:54.792057", "NULL", "NULL", 2881, "199d2f14-b957-4117-af01-809dd8e6d6b9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:28:54.79204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1887": ["2018-05-09 07:38:53.220505", "NULL", "NULL", 2882, "e3218d8e-4afd-4fb9-96df-770217d7853a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:38:53.192644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1888": ["2018-05-09 07:38:53.624051", "NULL", "NULL", 2883, "95c09d6a-4cca-4227-845a-e0aa2bba79fa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:38:53.624036", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1889": ["2018-05-09 07:48:53.253523", "NULL", "NULL", 2884, "ed00f254-3347-44a8-b3b9-67ae9616d2f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:48:53.095346", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1890": ["2018-05-09 07:48:53.45713", "NULL", "NULL", 2885, "5a2ea675-ec04-4039-8578-b3ac8e45d886", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:48:53.457119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1891": ["2018-05-09 07:58:53.082704", "NULL", "NULL", 2886, "1b2dcc62-eeb8-4b38-b3e8-bc5732ab1afb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:58:52.894808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1892": ["2018-05-09 07:58:53.886693", "NULL", "NULL", 2887, "ac35f260-a7e9-4bbb-92b1-2e56e27741dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 07:58:53.886678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1893": ["2018-05-09 08:08:52.713825", "NULL", "NULL", 2888, "6b979411-dd6d-45a1-aa7c-5c18fc237778", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:08:52.604016", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1894": ["2018-05-09 08:08:53.117696", "NULL", "NULL", 2889, "c26dbd56-ff69-40e4-b489-336afb3328cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:08:53.117682", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1895": ["2018-05-09 08:18:52.7448", "NULL", "NULL", 2890, "8c6b38ad-d2cf-44c4-82d5-eca10723ad58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:18:52.725098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1896": ["2018-05-09 08:18:53.148618", "NULL", "NULL", 2891, "525f0eb1-e66a-4a0d-8362-8143afc8999b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:18:53.148602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1897": ["2018-05-09 08:28:54.578901", "NULL", "NULL", 2892, "0aaaa549-dd51-4e6c-89c8-1a640e90d6c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:28:54.455256", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1898": ["2018-05-09 08:28:54.982652", "NULL", "NULL", 2893, "ff1cd910-0768-4732-bb98-f45146323bd1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:28:54.982638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1899": ["2018-05-09 08:38:53.608238", "NULL", "NULL", 2894, "4dc95dfd-7fc6-4df7-8322-3d3f21bc2dba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:38:53.553063", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1900": ["2018-05-09 08:38:54.011954", "NULL", "NULL", 2895, "34cf0bf0-e3ad-4a59-99b2-576b95a4b8cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:38:54.01194", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1901": ["2018-05-09 08:48:53.843583", "NULL", "NULL", 2896, "1c5706a0-d822-42ad-bed5-e796ec74eaa5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:48:53.676626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1902": ["2018-05-09 08:48:54.247284", "NULL", "NULL", 2897, "92c05606-1cd0-4b3c-bfb0-1a52a6394fc6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:48:54.24727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1903": ["2018-05-09 08:58:54.076539", "NULL", "NULL", 2898, "d870041f-69bf-46f0-812e-e6b9e4f5ed89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:58:53.88173", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1904": ["2018-05-09 08:58:54.680682", "NULL", "NULL", 2899, "8bb95696-eb6b-42b7-bfe3-29a4de0fcd49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 08:58:54.680666", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1905": ["2018-05-09 09:08:53.709607", "NULL", "NULL", 2900, "5155fbbd-98b6-4e5a-8e4a-2b090d54ce40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:08:53.693743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1906": ["2018-05-09 09:08:54.11323", "NULL", "NULL", 2901, "a07c7d71-a636-449b-b6d0-8247e38ca594", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:08:54.113218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1907": ["2018-05-09 09:18:53.348251", "NULL", "NULL", 2902, "c43bff90-48a7-4ef6-add2-bd41d63f60cb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:18:53.310114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1908": ["2018-05-09 09:18:53.752136", "NULL", "NULL", 2903, "784a5243-35d8-4a8f-8a61-4e38f7e50aa7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:18:53.752122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1909": ["2018-05-09 09:28:53.583052", "NULL", "NULL", 2904, "8d56e005-8dab-473a-ae2e-5a4af9342dd1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:28:53.429236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1910": ["2018-05-09 09:28:53.986807", "NULL", "NULL", 2905, "6b0e2b93-639a-4d40-811c-d3849b596617", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:28:53.986792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1911": ["2018-05-09 09:38:53.216414", "NULL", "NULL", 2906, "d6822d36-9826-4e6f-8b7e-dbc960d87048", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:38:53.158502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1912": ["2018-05-09 09:38:53.62043", "NULL", "NULL", 2907, "58a52d87-5b04-47ba-8193-5b3e653b5235", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:38:53.620416", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1913": ["2018-05-09 09:48:52.450626", "NULL", "NULL", 2908, "4ba4eab2-14be-43b3-8a8b-b7424799f6eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:48:52.379844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1914": ["2018-05-09 09:48:52.854296", "NULL", "NULL", 2909, "4178c68f-3f5a-445a-8ba2-eb508d35d91f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:48:52.854282", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1915": ["2018-05-09 09:58:53.295288", "NULL", "NULL", 2910, "13450c57-62df-4c60-b4c9-a85e7b52cfe4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:58:53.107738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1916": ["2018-05-09 09:58:53.899196", "NULL", "NULL", 2911, "983c7512-944a-4510-b635-cef3406335f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 09:58:53.899182", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1917": ["2018-05-09 10:08:52.92904", "NULL", "NULL", 2912, "55d93eac-977a-42ea-95cd-2b9b500eaf7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:08:52.72898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1918": ["2018-05-09 10:08:53.132807", "NULL", "NULL", 2913, "924e4f1d-7a53-48bd-94a5-8fd7619cf0c2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:08:53.132793", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1919": ["2018-05-09 10:18:53.373738", "NULL", "NULL", 2914, "23410496-2102-4623-988a-edcbb0302302", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:18:53.251533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1920": ["2018-05-09 10:18:53.577609", "NULL", "NULL", 2915, "42ae0a91-b8aa-4d54-90d7-c1bf35882d33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:18:53.577596", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1921": ["2018-05-09 10:28:53.41015", "NULL", "NULL", 2916, "3973d00d-d72f-43a2-9982-4da6ee2b3efd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:28:53.351107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1922": ["2018-05-09 10:28:53.814306", "NULL", "NULL", 2917, "c7edb610-0302-4b28-b57a-95f7657fd224", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:28:53.814292", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1923": ["2018-05-09 10:38:53.247364", "NULL", "NULL", 2918, "ca103f4c-24ee-438e-a082-772fe34b9c76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:38:53.159544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1924": ["2018-05-09 10:38:53.651516", "NULL", "NULL", 2919, "2559863c-65e7-4ff8-a867-2f6cfc0e7f53", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:38:53.651503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1925": ["2018-05-09 10:48:54.279794", "NULL", "NULL", 2920, "bc161e5c-f60f-4b6d-bb89-0e856595705c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:48:54.15974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1926": ["2018-05-09 10:48:54.483482", "NULL", "NULL", 2921, "3f3263ca-bc08-4d68-a476-5927341bb49b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:48:54.48347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1927": ["2018-05-09 10:58:53.707362", "NULL", "NULL", 2922, "949e5f7e-8a5a-4159-a49e-26076f9269eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:58:53.653735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1928": ["2018-05-09 10:58:54.511304", "NULL", "NULL", 2923, "2d2d125e-f99e-4c19-94d7-ca56ea40a2dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 10:58:54.51129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1929": ["2018-05-09 11:08:53.13999", "NULL", "NULL", 2924, "41082766-7509-483e-82be-8ec1131bac8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:08:52.959893", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1930": ["2018-05-09 11:08:53.343884", "NULL", "NULL", 2925, "66a8dd04-71b4-4c15-86d3-793011d2b346", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:08:53.343872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1931": ["2018-05-09 11:18:52.773738", "NULL", "NULL", 2926, "c804f0e1-a2e3-4acf-8771-f905cf42db58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:18:52.764159", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1932": ["2018-05-09 11:18:53.577703", "NULL", "NULL", 2927, "74902df7-9898-440a-9bd3-915bebc26a2a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:18:53.577688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1933": ["2018-05-09 11:28:54.40823", "NULL", "NULL", 2928, "5ce336ab-a4dc-40d5-8e86-a0a5e0f1b003", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:28:54.281596", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1934": ["2018-05-09 11:28:54.612165", "NULL", "NULL", 2929, "87e43d7e-3486-44c1-8b15-8e0d6a158509", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:28:54.612154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1935": ["2018-05-09 11:38:53.038006", "NULL", "NULL", 2930, "ebbf3e91-2c07-4a0c-879c-0e00ce37bb7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:38:52.88594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1936": ["2018-05-09 11:38:53.241974", "NULL", "NULL", 2931, "a3ee6328-18e0-4fa5-9574-e49c2ea19530", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:38:53.241961", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1937": ["2018-05-09 11:48:55.277932", "NULL", "NULL", 2932, "30e82de5-96c3-48f1-aacf-8b3ad5f79e54", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:48:55.102726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1938": ["2018-05-09 11:48:55.481833", "NULL", "NULL", 2933, "5265700b-a796-4fc3-b782-9fac7f54bc15", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:48:55.481819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1939": ["2018-05-09 11:58:54.90956", "NULL", "NULL", 2934, "5370b59d-e658-4ac4-b325-34a01dd73981", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:58:54.823262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1940": ["2018-05-09 11:58:55.713629", "NULL", "NULL", 2935, "06d61646-f7ff-4305-9f26-2c3d89338c1c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 11:58:55.713616", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1941": ["2018-05-09 12:08:53.738222", "NULL", "NULL", 2936, "b665df70-71f6-476a-8443-2daea3e9a0aa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:08:53.624789", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1942": ["2018-05-09 12:08:53.941987", "NULL", "NULL", 2937, "d0b60947-d21a-422c-9d4b-f509867ae324", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:08:53.941975", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1943": ["2018-05-09 12:18:52.371456", "NULL", "NULL", 2938, "20f2c842-1a5c-4e93-a6d3-fc56f8275b49", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:18:52.32819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1944": ["2018-05-09 12:18:52.774977", "NULL", "NULL", 2939, "a12df7b0-422e-4fa4-a97c-bfc33444ce40", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:18:52.774963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1945": ["2018-05-09 12:28:53.003101", "NULL", "NULL", 2940, "c69dc671-900c-4c12-98d6-33c87cd88f14", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:28:52.930784", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1946": ["2018-05-09 12:28:53.407065", "NULL", "NULL", 2941, "a2ecc3da-43f8-4e5b-8469-f4e8f47e319c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:28:53.40705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1947": ["2018-05-09 12:38:53.837745", "NULL", "NULL", 2942, "7229e5d5-2bb3-44fb-ad25-4960acaf2e48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:38:53.652706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1948": ["2018-05-09 12:38:54.241457", "NULL", "NULL", 2943, "dce6aa64-2a88-43ed-9ed9-feb8471307cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:38:54.241436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1949": ["2018-05-09 12:48:53.674713", "NULL", "NULL", 2944, "8c3567bd-182b-40e7-b3dc-613458e1edbf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:48:53.472606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1950": ["2018-05-09 12:48:53.878128", "NULL", "NULL", 2945, "90536603-2429-41e4-a001-585e4928b2e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:48:53.878116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1951": ["2018-05-09 12:58:53.910132", "NULL", "NULL", 2946, "19aa406e-c3d4-4b0d-8a88-6f7549625eeb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:58:53.799205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1952": ["2018-05-09 12:58:54.714408", "NULL", "NULL", 2947, "1faaa342-13d4-4f0d-b7cb-2deca03b3b91", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 12:58:54.714376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1953": ["2018-05-09 13:08:53.744531", "NULL", "NULL", 2948, "eb66a199-dfe6-4535-8df3-5cee22fe57ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:08:53.717316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1954": ["2018-05-09 13:08:54.148632", "NULL", "NULL", 2949, "1aef5800-eb96-4328-acdd-0fcc8a0959f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:08:54.148617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1955": ["2018-05-09 13:18:52.378631", "NULL", "NULL", 2950, "a8c70d79-ff8a-4d8f-a7f5-c5bcc967105c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:18:52.233545", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1956": ["2018-05-09 13:18:52.582503", "NULL", "NULL", 2951, "89abeea5-e623-4164-8476-941bb00db5a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:18:52.582491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1957": ["2018-05-09 13:28:52.812509", "NULL", "NULL", 2952, "dcec3bff-c8a3-4aa9-889e-fa678c4a6203", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:28:52.738494", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1958": ["2018-05-09 13:28:53.216625", "NULL", "NULL", 2953, "cfcd5a00-69ef-4caa-a49f-44b66361b08c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:28:53.21661", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1959": ["2018-05-09 13:38:52.443009", "NULL", "NULL", 2954, "46683f53-7054-441f-84e6-090500cc8355", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:38:52.432985", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1960": ["2018-05-09 13:38:52.846488", "NULL", "NULL", 2955, "d4b062e9-5656-4d45-a416-19be37cbad44", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:38:52.846466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1961": ["2018-05-09 13:48:53.27964", "NULL", "NULL", 2956, "b678a8fd-d6d0-4c9a-a55f-6b07643277d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:48:53.243622", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1962": ["2018-05-09 13:48:53.683966", "NULL", "NULL", 2957, "5793a16d-b853-4b9b-bd9e-49a3c132bce8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:48:53.683953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1963": ["2018-05-09 13:58:53.512057", "NULL", "NULL", 2958, "05fec9cc-dcd1-4711-909c-8fae4379b42c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:58:53.441686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1964": ["2018-05-09 13:58:54.316034", "NULL", "NULL", 2959, "b231d5d1-dcb1-49e5-abb9-1b257e8ee95f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 13:58:54.316019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1965": ["2018-05-09 14:08:52.744198", "NULL", "NULL", 2960, "33275ac1-97d5-49bc-890a-0550d23504bf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:08:52.65263", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1966": ["2018-05-09 14:08:53.148178", "NULL", "NULL", 2961, "259888c1-04d5-41d0-884f-9b48fc282023", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:08:53.148164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1967": ["2018-05-09 14:18:52.77842", "NULL", "NULL", 2962, "bb1c501c-96c7-437e-943b-f5e08f09bff9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:18:52.76198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1968": ["2018-05-09 14:18:53.182067", "NULL", "NULL", 2963, "c1e307f6-f87d-4906-9ef0-de3d94de07de", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:18:53.182041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1969": ["2018-05-09 14:28:53.410227", "NULL", "NULL", 2964, "1065fa68-2e1f-46c9-bb93-560e67670ec3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:28:53.276859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1970": ["2018-05-09 14:28:53.814078", "NULL", "NULL", 2965, "48eb8c88-f0e1-440c-85b5-e845ec1840cd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:28:53.814065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1971": ["2018-05-09 14:38:53.446137", "NULL", "NULL", 2966, "ea21fb0f-c353-417e-91e6-360378084c50", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:38:53.381417", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1972": ["2018-05-09 14:38:54.049884", "NULL", "NULL", 2967, "0339ea4b-9676-4af6-b5b5-82a07f548e8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:38:54.049869", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1973": ["2018-05-09 14:48:52.676605", "NULL", "NULL", 2968, "a5e1b854-faee-4dc9-a258-e6809dae529d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:48:52.493452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1974": ["2018-05-09 14:48:52.880292", "NULL", "NULL", 2969, "45a2f074-e10b-48e8-8750-dc1027fffcf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:48:52.880279", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1975": ["2018-05-09 14:58:53.710252", "NULL", "NULL", 2970, "a919811f-0ad3-4ac1-a8e1-bde45714e86a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:58:53.699167", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1976": ["2018-05-09 14:58:54.714255", "NULL", "NULL", 2971, "30484ea8-da57-4c46-8d36-eeb64e6e9fcb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 14:58:54.714242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1977": ["2018-05-09 15:08:52.545242", "NULL", "NULL", 2972, "afb5dad5-8fcc-4642-b1ac-41f7d9cfa438", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:08:52.508286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1978": ["2018-05-09 15:08:52.949398", "NULL", "NULL", 2973, "23813778-4183-4eb3-9732-58be70de2d46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:08:52.949383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1979": ["2018-05-09 15:18:52.777517", "NULL", "NULL", 2974, "454e9bb6-3f96-407a-95cf-fd713d71c84e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:18:52.612646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1980": ["2018-05-09 15:18:53.181399", "NULL", "NULL", 2975, "b811a627-b378-44e3-8998-15afc94a4606", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:18:53.181386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1981": ["2018-05-09 15:28:54.009154", "NULL", "NULL", 2976, "f7692de8-f578-4d1a-992e-2387cea19a06", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:28:53.919369", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1982": ["2018-05-09 15:28:54.41326", "NULL", "NULL", 2977, "91a1de6c-dcf3-44e4-91dc-73a4a2f2e7f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:28:54.413229", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1983": ["2018-05-09 15:38:53.250588", "NULL", "NULL", 2978, "3154606e-4f82-4f2b-8a07-0059836066a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:38:53.139181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1984": ["2018-05-09 15:38:53.654746", "NULL", "NULL", 2979, "0630ab0c-210e-4fd4-a83e-1a4c0c99b6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:38:53.654734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1985": ["2018-05-09 15:48:53.679724", "NULL", "NULL", 2980, "6d2aaf76-985e-4cd4-aed1-2d4baa06b060", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:48:53.642946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1986": ["2018-05-09 15:48:54.083544", "NULL", "NULL", 2981, "f0d0ed21-682b-425f-a400-70a67d28f6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:48:54.083531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1987": ["2018-05-09 15:58:52.718068", "NULL", "NULL", 2982, "3730d04d-f764-4ffa-8bba-b884967bb831", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:58:52.666873", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1988": ["2018-05-09 15:58:53.322291", "NULL", "NULL", 2983, "e751d2a0-c200-4a40-8805-e44fc33029d6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 15:58:53.322278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1989": ["2018-05-09 16:08:52.55255", "NULL", "NULL", 2984, "dccede36-f1a9-4dd7-8710-1b6287dacf44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:08:52.47393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1990": ["2018-05-09 16:08:52.956664", "NULL", "NULL", 2985, "4cf344c0-fbbd-4488-a102-07b325f39c08", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:08:52.956649", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1991": ["2018-05-09 16:18:52.786591", "NULL", "NULL", 2986, "32ec31fe-ba5a-48ea-8af6-325dc787b856", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:18:52.584043", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1992": ["2018-05-09 16:18:52.990402", "NULL", "NULL", 2987, "56d722c2-20dd-4f0b-b426-2316e954edf4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:18:52.990389", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1993": ["2018-05-09 16:28:52.421511", "NULL", "NULL", 2988, "d89b1ca9-e9a8-48de-aad1-b19cee18215f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:28:52.307199", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1994": ["2018-05-09 16:28:52.625182", "NULL", "NULL", 2989, "34a8c1bb-0ce7-4f95-9089-7fee7fd572af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:28:52.62517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1995": ["2018-05-09 16:38:52.85504", "NULL", "NULL", 2990, "4043e42a-55ab-40c4-9bdf-38aea577181d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:38:52.712299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1996": ["2018-05-09 16:38:53.058752", "NULL", "NULL", 2991, "73ece0ff-e584-4fea-8109-e02c03e078ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:38:53.058738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1997": ["2018-05-09 16:48:53.695058", "NULL", "NULL", 2992, "e9dc1023-7383-4ffa-b82f-ac87b5509cde", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:48:53.516814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1998": ["2018-05-09 16:48:54.099101", "NULL", "NULL", 2993, "a438a882-ef9c-41a3-a28a-48699db7e97b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:48:54.099087", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_1999": ["2018-05-09 16:58:54.52954", "NULL", "NULL", 2994, "da5ac416-f663-4401-8fe5-387e2f091ab7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:58:54.522414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2000": ["2018-05-09 16:58:55.33353", "NULL", "NULL", 2995, "484b2374-6267-499e-9cfa-4aeaa7b27f52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 16:58:55.333517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2001": ["2018-05-09 17:08:52.566062", "NULL", "NULL", 2996, "e86154d7-e29a-48de-bbed-2714cf2c9492", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:08:52.442161", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2002": ["2018-05-09 17:08:52.970081", "NULL", "NULL", 2997, "845bafad-acb7-443c-a63e-336bed00ea52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:08:52.970067", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2003": ["2018-05-09 17:18:52.801111", "NULL", "NULL", 2998, "ca41f5ed-1286-4610-a92f-59a8d59c6d40", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:18:52.661074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2004": ["2018-05-09 17:18:53.00517", "NULL", "NULL", 2999, "fd223d68-1b69-4d44-a2f7-b7f7069c094a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:18:53.005158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2005": ["2018-05-09 17:28:53.64052", "NULL", "NULL", 3000, "919a6ad8-5831-49c0-9ee9-d06f17b96ad0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:28:53.483326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2006": ["2018-05-09 17:28:53.844231", "NULL", "NULL", 3001, "190ce195-bd5d-4a36-8ea7-a67e2a16e41e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:28:53.844219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2007": ["2018-05-09 17:38:53.28232", "NULL", "NULL", 3002, "a049fa48-3219-491d-b5df-1eccd14db18f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:38:53.201311", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2008": ["2018-05-09 17:38:53.686327", "NULL", "NULL", 3003, "28257899-7e73-43ec-98d5-5869e5e9b9a2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:38:53.686299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2009": ["2018-05-09 17:48:53.5152", "NULL", "NULL", 3004, "cf20ec62-3541-44e8-ae99-278331ea204b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:48:53.423548", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2010": ["2018-05-09 17:48:53.922056", "NULL", "NULL", 3005, "e1d27e11-3825-4301-a72b-09f2b6ab10c3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:48:53.922042", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2011": ["2018-05-09 17:58:52.748704", "NULL", "NULL", 3006, "18ecb4de-828f-4d52-88a4-402b26e74337", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:58:52.617605", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2012": ["2018-05-09 17:58:53.352787", "NULL", "NULL", 3007, "2f5b9b45-ad2d-4021-b99e-9297e73f2c4b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 17:58:53.352775", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2013": ["2018-05-09 18:08:52.783535", "NULL", "NULL", 3008, "da4b2a19-3046-4623-9705-6a6f360e0191", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:08:52.619239", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2014": ["2018-05-09 18:08:52.98749", "NULL", "NULL", 3009, "77816c6a-3632-4d0e-aa46-31df27173964", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:08:52.987478", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2015": ["2018-05-09 18:18:52.618181", "NULL", "NULL", 3010, "2926f7e8-f30b-449b-886f-40419a369cbc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:18:52.548931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2016": ["2018-05-09 18:18:53.022543", "NULL", "NULL", 3011, "05e02f7d-0bf3-4307-8fbe-e158f548c3d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:18:53.022529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2017": ["2018-05-09 18:28:53.051508", "NULL", "NULL", 3012, "63984d0c-f976-4c2e-8547-237718cdbb98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:28:52.863858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2018": ["2018-05-09 18:28:53.2552", "NULL", "NULL", 3013, "a6b7e7f4-acc9-45d3-971d-33788af77f89", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:28:53.255187", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2019": ["2018-05-09 18:38:53.084741", "NULL", "NULL", 3014, "2c5500ad-84f7-45f3-8553-95f8d211729b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:38:52.982438", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2020": ["2018-05-09 18:38:53.488595", "NULL", "NULL", 3015, "d88f4023-d597-480b-bd0f-230ba19d0ec1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:38:53.48858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2021": ["2018-05-09 18:48:52.316719", "NULL", "NULL", 3016, "74b0a610-faf7-40bd-ab96-89aee814be0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:48:52.285943", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2022": ["2018-05-09 18:48:52.720537", "NULL", "NULL", 3017, "016d7e20-a4c9-4c10-af9a-8cff93f88528", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:48:52.720522", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2023": ["2018-05-09 18:58:53.149978", "NULL", "NULL", 3018, "b75966de-1d8b-41bf-bf66-73297414eb6f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:58:52.993927", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2024": ["2018-05-09 18:58:53.953999", "NULL", "NULL", 3019, "dcbbb6e9-5f4f-4536-a102-726833df9153", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 18:58:53.95398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2025": ["2018-05-09 19:08:53.181265", "NULL", "NULL", 3020, "1693da22-8f28-4753-9ffa-32a6eae5acd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:08:52.990966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2026": ["2018-05-09 19:08:53.785203", "NULL", "NULL", 3021, "0921bd0e-cd72-4cc5-a49e-2534d63f8e11", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:08:53.785189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2027": ["2018-05-09 19:18:53.411872", "NULL", "NULL", 3022, "38a43a3d-a736-417b-babe-7b11a992ab63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:18:53.299461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2028": ["2018-05-09 19:18:53.615354", "NULL", "NULL", 3023, "71bfb9f5-37df-4092-8233-8b656682adb2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:18:53.615342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2029": ["2018-05-09 19:28:54.84454", "NULL", "NULL", 3024, "d3a2054c-e2b6-4a63-8cfd-9525bcff9dcd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:28:54.713057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2030": ["2018-05-09 19:28:55.04814", "NULL", "NULL", 3025, "ed53ce70-f504-4753-94c9-e745e922c7bf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:28:55.048128", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2031": ["2018-05-09 19:38:52.884556", "NULL", "NULL", 3026, "ed86ab10-e59a-4d42-8bb4-eec5faa2b082", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:38:52.712105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2032": ["2018-05-09 19:38:53.288662", "NULL", "NULL", 3027, "23d30382-4de9-4c48-9d76-c38a16798ce4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:38:53.288648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2033": ["2018-05-09 19:48:52.519616", "NULL", "NULL", 3028, "d0b6191c-67f7-45f9-a8c2-5d63a288ad88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:48:52.330938", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2034": ["2018-05-09 19:48:52.723545", "NULL", "NULL", 3029, "f8a2fec5-66da-45b8-a5ee-56dc2a443b3e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:48:52.723531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2035": ["2018-05-09 19:58:54.15593", "NULL", "NULL", 3030, "53923136-bb57-4024-b34d-e9296be002fc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:58:54.053255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2036": ["2018-05-09 19:58:54.959689", "NULL", "NULL", 3031, "2e8d6483-fe39-4d72-8bb3-21069d1dce57", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 19:58:54.959672", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2037": ["2018-05-09 20:08:53.187139", "NULL", "NULL", 3032, "807ed235-648d-4c31-bc59-b33d4539e3c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:08:53.160716", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2038": ["2018-05-09 20:08:53.591243", "NULL", "NULL", 3033, "cae8deba-9461-4df8-bb48-9d816c78c72c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:08:53.591231", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2039": ["2018-05-09 20:18:52.622156", "NULL", "NULL", 3034, "3cd57e17-f884-4c42-8c9c-7859805e551d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:18:52.565833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2040": ["2018-05-09 20:18:53.026001", "NULL", "NULL", 3035, "c53f7df0-61aa-41d9-9a8e-f27f11da75fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:18:53.025981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2041": ["2018-05-09 20:28:54.056149", "NULL", "NULL", 3036, "e927be64-a658-48f1-93d7-d428356971b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:28:53.878796", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2042": ["2018-05-09 20:28:54.260072", "NULL", "NULL", 3037, "a99be603-9357-4565-91dc-47619455b2e9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:28:54.260044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2043": ["2018-05-09 20:38:52.686225", "NULL", "NULL", 3038, "1ecade82-4588-448a-9bee-94e96870a3f1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:38:52.579404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2044": ["2018-05-09 20:38:52.890146", "NULL", "NULL", 3039, "82bc4e5c-9bf8-40fe-92e3-e452e32a9a78", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:38:52.890134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2045": ["2018-05-09 20:48:53.11959", "NULL", "NULL", 3040, "340557e7-03bb-4b06-ac70-87692c47de26", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:48:52.991005", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2046": ["2018-05-09 20:48:53.523462", "NULL", "NULL", 3041, "5ce35430-4eb2-4549-a893-7da6bdb4164c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:48:53.52344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2047": ["2018-05-09 20:58:54.161518", "NULL", "NULL", 3042, "e813f45d-a36e-4941-8f83-c1b37b170cb4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:58:53.993957", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2048": ["2018-05-09 20:58:54.76553", "NULL", "NULL", 3043, "5214cc07-7df7-42ce-96fa-4691dc823a9f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 20:58:54.765517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2049": ["2018-05-09 22:18:53.050112", "NULL", "NULL", 3059, "3faa9916-b10f-4dc2-8f62-925315e7bf4d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:18:53.0501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2050": ["2018-05-09 22:28:53.281211", "NULL", "NULL", 3060, "7d879716-a523-4d5c-805a-db11aba39e61", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:28:53.080727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2051": ["2018-05-09 22:28:53.485077", "NULL", "NULL", 3061, "19343286-a41b-475e-b88c-8319922a3498", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:28:53.485064", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2052": ["2018-05-09 22:38:53.315155", "NULL", "NULL", 3062, "3df76314-f046-4171-a944-25898c5b92b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:38:53.172654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2053": ["2018-05-09 22:38:53.518763", "NULL", "NULL", 3063, "e2030c13-642b-4339-a879-641ed459fa56", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:38:53.518738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2054": ["2018-05-09 22:48:52.546608", "NULL", "NULL", 3064, "554c0325-41ff-48e5-914e-e2bca5a8eb5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:48:52.379673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2055": ["2018-05-09 22:48:52.95052", "NULL", "NULL", 3065, "a99c0929-e1b1-4160-bc6e-b249fb0725f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:48:52.950507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2056": ["2018-05-09 22:58:54.178616", "NULL", "NULL", 3066, "2edd4973-7c84-44a6-9ca2-8143b2784b7f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:58:53.990144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2057": ["2018-05-09 22:58:54.782708", "NULL", "NULL", 3067, "e9d24ca9-32ff-4ab5-b45b-592dbbddc723", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 22:58:54.782694", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2058": ["2018-05-09 23:08:53.618959", "NULL", "NULL", 3068, "6ef54848-7cc6-449e-abd9-3da517fc24d3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:08:53.593621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2059": ["2018-05-09 23:08:54.022652", "NULL", "NULL", 3069, "bb94a5ba-7d88-4101-b447-58f72a397dc0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:08:54.02264", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2060": ["2018-05-09 23:18:53.651597", "NULL", "NULL", 3070, "11670864-c709-4766-a569-8f65b35fe7ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:18:53.597654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2061": ["2018-05-09 23:18:54.055661", "NULL", "NULL", 3071, "a7b76eff-0554-4f18-80da-e4ee87fb26cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:18:54.055647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2062": ["2018-05-09 23:28:52.682903", "NULL", "NULL", 3072, "3a6d9f0a-6891-4fda-8f1b-af5d8075c4de", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:28:52.608724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2063": ["2018-05-09 23:28:53.086832", "NULL", "NULL", 3073, "d050d63d-cbcb-4853-9aa0-9e1aa2cb7a8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:28:53.086819", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2064": ["2018-05-09 23:38:53.115062", "NULL", "NULL", 3074, "c8c2f8c7-b46a-4de4-9b7b-c2b5d880a910", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:38:52.911144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2065": ["2018-05-09 23:38:53.318696", "NULL", "NULL", 3075, "987ebd6c-4a11-4ed6-8cc1-f19f198647a6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:38:53.318684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2066": ["2018-05-09 23:48:53.352605", "NULL", "NULL", 3076, "0350d4a4-1886-46b8-b59b-50ff52f77117", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:48:53.226873", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2067": ["2018-05-09 23:48:53.556059", "NULL", "NULL", 3077, "97d14c09-ba3d-49f4-bff6-f427d0b42249", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:48:53.556047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2068": ["2018-05-09 23:58:53.989098", "NULL", "NULL", 3078, "fe053401-f1f4-41a0-86ca-c7d20435ab9d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:58:53.950355", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2069": ["2018-05-09 23:58:54.993048", "NULL", "NULL", 3079, "569d15a9-5288-4ec7-9a68-73ff783bc69f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-09 23:58:54.993028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2070": ["2018-05-10 00:08:52.821005", "NULL", "NULL", 3080, "fd679cb2-d57d-4c9e-9e44-c4a291bc5061", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:08:52.671032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2071": ["2018-05-10 00:08:53.224796", "NULL", "NULL", 3081, "7a3c08c4-6f6a-40e4-841e-8712e171a071", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:08:53.224781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2072": ["2018-05-10 00:18:53.056668", "NULL", "NULL", 3082, "6c1c01e9-dfae-47ae-bd48-040b9580ebec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:18:53.006563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2073": ["2018-05-10 00:18:53.460405", "NULL", "NULL", 3083, "f366bcaa-9f30-49db-8ba3-ee35774b4642", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:18:53.460377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2074": ["2018-05-10 00:28:52.489668", "NULL", "NULL", 3084, "a89e3064-511a-469f-8668-032873ec8a8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:28:52.417729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2075": ["2018-05-10 00:28:52.893526", "NULL", "NULL", 3085, "7e6c34aa-046d-422c-9371-61531eea3c75", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:28:52.89351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2076": ["2018-05-10 00:38:53.725469", "NULL", "NULL", 3086, "6f155bf9-48f0-469a-a241-38faa91b86be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:38:53.646154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2077": ["2018-05-10 00:38:54.129317", "NULL", "NULL", 3087, "f8a34b9f-5420-4288-a347-b53b4a190ce9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:38:54.129302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2078": ["2018-05-10 00:48:52.755555", "NULL", "NULL", 3088, "fa3a0edb-07f5-4d20-93f0-dc57fda80ea2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:48:52.640742", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2079": ["2018-05-10 00:48:53.159287", "NULL", "NULL", 3089, "14240cca-a418-45a7-a25f-27c42831313c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:48:53.159274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2080": ["2018-05-10 00:58:54.188495", "NULL", "NULL", 3090, "6f1f31a2-54f6-4d74-a673-6e199230927b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:58:54.04727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2081": ["2018-05-10 00:58:55.192518", "NULL", "NULL", 3091, "97ef5b47-d0d9-4a31-af8d-12510a85c501", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 00:58:55.192503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2082": ["2018-05-10 01:08:54.022926", "NULL", "NULL", 3092, "abbf8ebd-c5e4-4f81-85f2-f0abc214640f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:08:53.855634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2083": ["2018-05-10 01:08:54.227196", "NULL", "NULL", 3093, "62d2512d-d196-49bf-8d1f-b13f3603831c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:08:54.227184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2084": ["2018-05-10 01:18:53.656896", "NULL", "NULL", 3094, "99bfc43c-3b5d-4b27-972b-435039b79e62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:18:53.573893", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2085": ["2018-05-10 01:18:54.060644", "NULL", "NULL", 3095, "c2040c4f-0c00-4208-b936-8e451b186efb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:18:54.060629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2086": ["2018-05-10 01:28:52.686396", "NULL", "NULL", 3096, "608ede5c-6d12-4a69-87f6-de334efc8903", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:28:52.488868", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2087": ["2018-05-10 01:28:52.88996", "NULL", "NULL", 3097, "1940521d-7720-4520-8522-01c4ebc30dca", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:28:52.889948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2088": ["2018-05-10 01:38:52.319035", "NULL", "NULL", 3098, "97d30818-25a0-4be8-9cad-1e96e2a8ee97", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:38:52.201306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2089": ["2018-05-10 01:38:52.922758", "NULL", "NULL", 3099, "c3bda893-6133-4ca6-ab49-65f124e462cd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:38:52.922746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2090": ["2018-05-10 01:48:52.952868", "NULL", "NULL", 3100, "59c06d6c-db2e-41ec-a7d6-58c2d99d75c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:48:52.924239", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2091": ["2018-05-10 01:48:53.356653", "NULL", "NULL", 3101, "00757771-b20d-46ff-aaf7-7eb2638b63ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:48:53.356641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2092": ["2018-05-10 01:58:52.587794", "NULL", "NULL", 3102, "c91b6fc8-121a-4d9e-915c-125cc64ea15d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:58:52.544364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2093": ["2018-05-10 01:58:53.391672", "NULL", "NULL", 3103, "6ea0baa4-ea74-4156-a7ae-1999000e5600", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 01:58:53.39166", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2094": ["2018-05-10 02:08:53.432628", "NULL", "NULL", 3104, "191ba579-78f0-4cac-87c7-1df23d46817b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:08:53.261404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2095": ["2018-05-10 02:08:53.636439", "NULL", "NULL", 3105, "8cf63e79-3d3f-4631-8e6c-f9a20b9b13f7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:08:53.636425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2096": ["2018-05-10 02:18:52.475029", "NULL", "NULL", 3106, "c2071b07-282b-421c-a298-f0b9dded602e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:18:52.455361", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2097": ["2018-05-10 02:18:52.87866", "NULL", "NULL", 3107, "85827f03-d3fe-4e96-b889-61add66abf02", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:18:52.878648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2098": ["2018-05-10 02:28:53.708362", "NULL", "NULL", 3108, "60de408e-3a16-4072-97c6-178865f77cae", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:28:53.56335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2099": ["2018-05-10 02:28:53.91216", "NULL", "NULL", 3109, "1b19a16c-1870-497b-8595-a4d09167f92f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:28:53.912146", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2100": ["2018-05-10 02:38:52.741316", "NULL", "NULL", 3110, "4c7689ef-10b9-42ed-b583-2933d971cdf2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:38:52.561344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2101": ["2018-05-10 02:38:52.945213", "NULL", "NULL", 3111, "211a635e-b004-465b-8368-002980f21955", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:38:52.9452", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2102": ["2018-05-10 02:48:52.777062", "NULL", "NULL", 3112, "157e1281-a41c-49ee-9196-7b9e077fdaa4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:48:52.589623", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2103": ["2018-05-10 02:48:52.981036", "NULL", "NULL", 3113, "6032f71f-11ba-4835-a85f-03e9eeaed725", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:48:52.981025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2104": ["2018-05-10 02:58:55.011524", "NULL", "NULL", 3114, "a23dae01-d0df-4893-b19d-000a924d6018", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:58:54.900793", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2105": ["2018-05-10 02:58:55.628637", "NULL", "NULL", 3115, "2e4e2547-41f4-4def-b18d-592fdea6c73c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 02:58:55.628625", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2106": ["2018-05-10 03:08:52.658057", "NULL", "NULL", 3116, "2b2db753-49ae-4f72-9127-a9e71266ec90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:08:52.607938", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2107": ["2018-05-10 03:08:53.061732", "NULL", "NULL", 3117, "c2171595-4e2c-4cbe-903b-61b47f989036", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:08:53.061719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2108": ["2018-05-10 03:18:52.889322", "NULL", "NULL", 3118, "cc5134e4-f950-461a-ba0b-15f85773dae9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:18:52.734074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2109": ["2018-05-10 03:18:53.293331", "NULL", "NULL", 3119, "1f751c5b-b914-4f2c-a2fa-a7b560c40dc5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:18:53.293315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2110": ["2018-05-10 03:28:53.72045", "NULL", "NULL", 3120, "96916e5a-7002-47aa-aa60-8bdedd303423", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:28:53.540563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2111": ["2018-05-10 03:28:53.92414", "NULL", "NULL", 3121, "828df07f-b179-4dca-a875-8c3e5bebc8b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:28:53.924109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2112": ["2018-05-10 03:38:52.553549", "NULL", "NULL", 3122, "a85ff1cd-ed39-4c25-b52e-7a04aa8a6fe1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:38:52.357477", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2113": ["2018-05-10 03:38:53.157653", "NULL", "NULL", 3123, "02b5747c-4899-43cd-8f18-675383e053fb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:38:53.157638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2114": ["2018-05-10 03:48:53.985072", "NULL", "NULL", 3124, "7b69dc4e-62e9-4e64-9a29-2e0084127b22", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:48:53.860155", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2115": ["2018-05-10 03:48:54.188592", "NULL", "NULL", 3125, "9bf93172-c2aa-4318-a9dd-4a9f9dfbec42", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:48:54.18858", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2116": ["2018-05-10 03:58:53.418309", "NULL", "NULL", 3126, "b22dfb11-439c-43b9-ab40-4244ca9a5cc9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:58:53.370388", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2117": ["2018-05-10 03:58:54.222144", "NULL", "NULL", 3127, "b0347f6f-3b47-48fa-826e-be2e2bababf7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 03:58:54.222129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2118": ["2018-05-10 04:08:53.452787", "NULL", "NULL", 3128, "bbbc9ba1-f8bf-462f-8fd6-e87172c40df9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:08:53.369125", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2119": ["2018-05-10 04:08:53.856416", "NULL", "NULL", 3129, "de9b0954-25de-46b9-a084-3bba74b3e3bb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:08:53.8564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2120": ["2018-05-10 04:18:52.083148", "NULL", "NULL", 3130, "65fbfaec-3e32-44e8-a814-da0b1f5118d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:18:52.062326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2121": ["2018-05-10 04:18:52.487213", "NULL", "NULL", 3131, "870f08a8-7189-4c10-be87-4c9e9dfec9cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:18:52.487195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2122": ["2018-05-10 04:28:53.715686", "NULL", "NULL", 3132, "6fefeafe-f8db-4bde-a7be-0b55cee3d5bf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:28:53.59176", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2123": ["2018-05-10 04:28:53.91952", "NULL", "NULL", 3133, "4d07460f-5643-48e2-a9e4-b9b19a5823de", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:28:53.919505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2124": ["2018-05-10 04:38:53.353424", "NULL", "NULL", 3134, "fd161be5-e185-45e5-b258-220270f594fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:38:53.194544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2125": ["2018-05-10 04:38:53.557224", "NULL", "NULL", 3135, "252701aa-4319-453b-a468-e9ec8b6804bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:38:53.557204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2126": ["2018-05-10 04:48:53.192427", "NULL", "NULL", 3136, "3a1849ea-02cc-4ee1-ac50-1ae58d38f460", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:48:53.110874", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2127": ["2018-05-10 04:48:53.596331", "NULL", "NULL", 3137, "9e63d20a-d956-4827-a9e3-36992383d256", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:48:53.596316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2128": ["2018-05-10 04:58:53.426626", "NULL", "NULL", 3138, "b6342f3a-925f-4b56-8e8b-8dfa4a518d2e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:58:53.334479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2129": ["2018-05-10 04:58:54.43083", "NULL", "NULL", 3139, "f9f40cb8-c9e9-4ab4-af1c-2f7cbfad253a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 04:58:54.430815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2130": ["2018-05-10 05:08:52.662196", "NULL", "NULL", 3140, "ef8ef0dc-5041-46d8-b7b5-2a8e800fa8ee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:08:52.557373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2131": ["2018-05-10 05:08:53.066619", "NULL", "NULL", 3141, "8a3dd9e5-db84-48ab-812b-de9c01fd9822", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:08:53.066606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2132": ["2018-05-10 05:18:53.293604", "NULL", "NULL", 3142, "40c65668-78a7-4aab-afb8-f80e43ebbe17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:18:53.156705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2133": ["2018-05-10 05:18:53.497501", "NULL", "NULL", 3143, "3d8ec8c9-ae1d-473e-a9e2-a45d84fcd631", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:18:53.497489", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2134": ["2018-05-10 05:28:52.933495", "NULL", "NULL", 3144, "d1ad914a-32d8-475f-a1d2-16d0cb4bbbd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:28:52.862673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2135": ["2018-05-10 05:28:53.537473", "NULL", "NULL", 3145, "6cc5fba8-a890-4dfa-9ad0-60a4b69eb610", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:28:53.537439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2136": ["2018-05-10 05:38:53.565902", "NULL", "NULL", 3146, "015e5dca-430f-4412-be00-0241b790c01f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:38:53.365502", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2137": ["2018-05-10 05:38:53.769653", "NULL", "NULL", 3147, "357583f3-c58e-4260-a5d0-b7c053cfa5f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:38:53.769639", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2138": ["2018-05-10 05:48:52.998014", "NULL", "NULL", 3148, "3696e12d-dfaa-48eb-8d70-4a610a022b6d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:48:52.970641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2139": ["2018-05-10 05:48:53.401977", "NULL", "NULL", 3149, "2b07e33d-d854-4fcd-be06-f27f3d6d41db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:48:53.401963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2140": ["2018-05-10 05:58:54.032308", "NULL", "NULL", 3150, "d5eea37c-b20b-4ca4-989e-514116e108a7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:58:53.9886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2141": ["2018-05-10 05:58:54.836295", "NULL", "NULL", 3151, "9c8ac790-9774-4247-b8ef-19174e1673b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 05:58:54.836284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2142": ["2018-05-10 06:08:52.462299", "NULL", "NULL", 3152, "d1c60cbd-9fee-4dd1-b745-69061d2e7db2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:08:52.291891", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2143": ["2018-05-10 06:08:52.666136", "NULL", "NULL", 3153, "201084a0-f711-4c2c-84ba-e7a2d9c2ba6e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:08:52.666123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2144": ["2018-05-10 06:18:52.905186", "NULL", "NULL", 3154, "86cc8833-8fc0-4b22-bd42-84d113e3f61b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:18:52.79835", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2145": ["2018-05-10 06:18:53.109239", "NULL", "NULL", 3155, "5e537153-b55d-44d7-99cf-9404728c68e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:18:53.109227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2146": ["2018-05-10 06:28:52.736601", "NULL", "NULL", 3156, "5261addc-d957-46bb-958b-a4ffe7f4b2b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:28:52.708738", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2147": ["2018-05-10 06:28:53.140289", "NULL", "NULL", 3157, "e5e92778-8a98-41fd-a5b7-f62a5395577f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:28:53.140278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2148": ["2018-05-10 06:38:52.773956", "NULL", "NULL", 3158, "22792664-8c08-41aa-b547-34d93886c83c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:38:52.73337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2149": ["2018-05-10 06:38:53.177785", "NULL", "NULL", 3159, "c6d5094a-8e47-4dd1-bf98-5fa87919a84e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:38:53.177762", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2150": ["2018-05-10 06:48:53.011426", "NULL", "NULL", 3160, "cfa4e486-adf1-4aba-a03f-378c16d7c488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:48:52.935782", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2151": ["2018-05-10 06:48:53.41528", "NULL", "NULL", 3161, "9100a415-69fb-40eb-9e14-d3b40703307c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:48:53.415266", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2152": ["2018-05-10 06:58:53.244584", "NULL", "NULL", 3162, "672cd938-fc30-4172-85ae-8a54b3ca8a09", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:58:53.138973", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2153": ["2018-05-10 06:58:53.849186", "NULL", "NULL", 3163, "d2168842-d561-46df-87a2-3b766b5c7222", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 06:58:53.849173", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2154": ["2018-05-10 07:08:53.477605", "NULL", "NULL", 3164, "760bb753-853b-4612-a932-9678a2e342f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:08:53.33685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2155": ["2018-05-10 07:08:53.681903", "NULL", "NULL", 3165, "f82e03b9-fb76-4000-86c8-3e94f5f6df9b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:08:53.68189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2156": ["2018-05-10 07:18:52.913859", "NULL", "NULL", 3166, "60ba7ae8-701a-4aa5-b0aa-23495df3589f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:18:52.754579", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2157": ["2018-05-10 07:18:53.118024", "NULL", "NULL", 3167, "f2161dea-fc2f-4bf0-aa29-776a3c26b529", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:18:53.11801", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2158": ["2018-05-10 07:28:53.948078", "NULL", "NULL", 3168, "34ed4262-6d87-49c1-9425-f67a610fc81d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:28:53.77592", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2159": ["2018-05-10 07:28:54.152021", "NULL", "NULL", 3169, "884f6adb-da04-4fed-b33a-094d3547beb4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:28:54.151999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2160": ["2018-05-10 07:38:53.583053", "NULL", "NULL", 3170, "57c054a1-90a7-4d15-90ee-5919b44ed74a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:38:53.397434", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2161": ["2018-05-10 07:38:53.78666", "NULL", "NULL", 3171, "1775ff6a-186c-41df-9d88-1d39ad55cdfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:38:53.786648", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2162": ["2018-05-10 07:48:53.215681", "NULL", "NULL", 3172, "7cf1e05b-9106-4752-a42d-ee7ae63fff0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:48:53.109634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2163": ["2018-05-10 07:48:53.61954", "NULL", "NULL", 3173, "2d7e3897-dea7-4352-9bf2-c71723fbf59f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:48:53.619525", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2164": ["2018-05-10 07:58:53.247605", "NULL", "NULL", 3174, "355a8955-99c2-4fc5-83f6-2c2cf576d2f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:58:53.10913", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2165": ["2018-05-10 07:58:54.051542", "NULL", "NULL", 3175, "090b2a48-2e6b-45d9-b825-dc968bb871ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 07:58:54.051528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2166": ["2018-05-10 08:08:54.279019", "NULL", "NULL", 3176, "7f377abf-6ed6-4e45-b6da-28284cc3f847", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:08:54.134262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2167": ["2018-05-10 08:08:54.482547", "NULL", "NULL", 3177, "af59d035-98fa-452e-8e89-b904566bdd1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:08:54.482534", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2168": ["2018-05-10 08:18:53.312959", "NULL", "NULL", 3178, "dcd07c25-83c1-4e50-b348-cfe8c3daf235", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:18:53.243007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2169": ["2018-05-10 08:18:53.916513", "NULL", "NULL", 3179, "1eb968d8-d4cd-437a-8024-bfda665d6030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:18:53.916497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2170": ["2018-05-10 08:28:53.741774", "NULL", "NULL", 3180, "44827262-95f9-45c9-aa61-0805919c62d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:28:53.652792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2171": ["2018-05-10 08:28:54.14746", "NULL", "NULL", 3181, "b0fc826b-f759-49f1-b456-393fe6d906a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:28:54.147439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2172": ["2018-05-10 08:38:53.37606", "NULL", "NULL", 3182, "5872b821-d101-4186-96ad-f20b13ddfa23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:38:53.260222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2173": ["2018-05-10 08:38:53.579523", "NULL", "NULL", 3183, "c9c7e6ec-f714-4b2a-9308-ebadb09143dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:38:53.579511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2174": ["2018-05-10 08:48:53.208646", "NULL", "NULL", 3184, "adc4cdba-a57a-4c49-9261-25169af3648c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:48:53.074384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2175": ["2018-05-10 08:48:53.412501", "NULL", "NULL", 3185, "b42899d2-5b03-4182-9cc0-9464b8763ec3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:48:53.412488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2176": ["2018-05-10 08:58:53.247792", "NULL", "NULL", 3186, "f6a923a6-98a7-4fe2-9aea-ad673bfead44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:58:53.189955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2177": ["2018-05-10 08:58:54.051634", "NULL", "NULL", 3187, "22085e82-f049-4ac5-aee5-d178c62c5595", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 08:58:54.051621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2178": ["2018-05-10 09:08:53.682548", "NULL", "NULL", 3188, "76525456-2449-4aa7-99a4-3357856723dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:08:53.605335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2179": ["2018-05-10 09:08:54.086315", "NULL", "NULL", 3189, "415165f4-1480-43e8-988f-bd41240cb5ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:08:54.086301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2180": ["2018-05-10 09:18:52.919079", "NULL", "NULL", 3190, "0d997168-4318-4a8f-a35b-f3e77f4bddf6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:18:52.722758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2181": ["2018-05-10 09:18:53.12268", "NULL", "NULL", 3191, "41c0237d-af50-4588-afd2-33e8f98c2940", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:18:53.122667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2182": ["2018-05-10 09:28:52.361476", "NULL", "NULL", 3192, "14ec90d0-8525-4c25-9a7f-a21fc4fd3867", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:28:52.242431", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2183": ["2018-05-10 09:28:52.565139", "NULL", "NULL", 3193, "4ad9f4e6-b5c5-4ba1-80d1-b545b3900c49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:28:52.565127", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2184": ["2018-05-10 09:38:52.794551", "NULL", "NULL", 3194, "dc469ccb-ab13-408e-a8fe-0912ec952776", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:38:52.666539", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2185": ["2018-05-10 09:38:52.998232", "NULL", "NULL", 3195, "fe894597-ff72-43af-8ced-9603e4760bcb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:38:52.998218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2186": ["2018-05-10 09:48:52.628527", "NULL", "NULL", 3196, "df1f3eb3-4c9c-4ccb-bf2b-72e75a86c7f6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:48:52.466874", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2187": ["2018-05-10 09:48:52.832308", "NULL", "NULL", 3197, "9b9eaf55-0acf-4215-83a4-7ac8f77808ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:48:52.832281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2188": ["2018-05-10 09:58:53.663398", "NULL", "NULL", 3198, "405db7f1-0bd7-4e6d-ae84-1f80c4a9f327", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:58:53.475238", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2189": ["2018-05-10 09:58:54.667474", "NULL", "NULL", 3199, "4a77fe20-4f7d-488c-aff5-8e9fa4c0a396", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 09:58:54.66746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2190": ["2018-05-10 10:08:54.098111", "NULL", "NULL", 3200, "e7c87ae4-2132-4487-9836-67bf37d9c409", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:08:54.079849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2191": ["2018-05-10 10:08:54.502061", "NULL", "NULL", 3201, "d015d8c5-8467-47af-81cc-200a778381ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:08:54.502046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2192": ["2018-05-10 10:18:52.531196", "NULL", "NULL", 3202, "1da79b34-701d-4bea-8eab-ca41c11d741f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:18:52.384208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2193": ["2018-05-10 10:18:52.734791", "NULL", "NULL", 3203, "759e2daa-52f2-4ab9-9b07-f8c1ee2c517e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:18:52.734778", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2194": ["2018-05-10 10:28:53.172882", "NULL", "NULL", 3204, "3f0652bf-2904-4785-9d13-64638affc13b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:28:53.100929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2195": ["2018-05-10 10:28:53.576629", "NULL", "NULL", 3205, "693c641f-b8ee-42f7-91ff-4dafdfc6cf02", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:28:53.576615", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2196": ["2018-05-10 10:38:53.206107", "NULL", "NULL", 3206, "3e6a56cb-df40-43c1-9e88-eb3bfd9f9e5b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:38:53.113363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2197": ["2018-05-10 10:38:53.610059", "NULL", "NULL", 3207, "6c932c30-12c2-4549-a182-b72631ca2ae6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:38:53.610044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2198": ["2018-05-10 10:48:52.438081", "NULL", "NULL", 3208, "c6bef12a-de17-4f4b-a50b-64f49876b490", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:48:52.425755", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2199": ["2018-05-10 10:48:52.841871", "NULL", "NULL", 3209, "72b39de0-6415-4bf0-969f-f5c8f329086a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:48:52.841859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2200": ["2018-05-10 10:58:53.473031", "NULL", "NULL", 3210, "d5103eac-cbc9-4682-aa19-cbae1902742c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:58:53.442188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2201": ["2018-05-10 10:58:54.277121", "NULL", "NULL", 3211, "585dd463-ba95-4c80-8434-266ab1e2a759", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 10:58:54.277108", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2202": ["2018-05-10 11:08:52.906217", "NULL", "NULL", 3212, "88edfdaf-8500-4944-a4b5-80f0f76bc1e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:08:52.855328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2203": ["2018-05-10 11:08:53.510327", "NULL", "NULL", 3213, "bf8e84ba-5477-4ab0-8830-c3112c4ca1b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:08:53.510312", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2204": ["2018-05-10 11:18:53.343136", "NULL", "NULL", 3214, "134e3217-1c12-4de3-8ec4-efdd18108c3f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:18:53.265123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2205": ["2018-05-10 11:18:53.947208", "NULL", "NULL", 3215, "65e79d08-0d9f-4506-97d6-1299411b42ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:18:53.947193", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2206": ["2018-05-10 11:28:54.183214", "NULL", "NULL", 3216, "14983248-68f2-4bc7-91cb-480050618d75", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:28:54.094849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2207": ["2018-05-10 11:28:54.587189", "NULL", "NULL", 3217, "3751bf94-5ad3-4bb4-ad26-1d9e8c5c51f5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:28:54.587175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2208": ["2018-05-10 11:38:53.421419", "NULL", "NULL", 3218, "7158c7e9-d34c-473b-8ee8-1fecf34b431a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:38:53.307654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2209": ["2018-05-10 11:38:53.625629", "NULL", "NULL", 3219, "204cccb0-e70d-445d-a3b2-1d3f058b5d1d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:38:53.625617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2210": ["2018-05-10 11:48:53.053549", "NULL", "NULL", 3220, "23f9fe47-259f-4092-8cc3-be50c3b2c7cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:48:53.024795", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2211": ["2018-05-10 11:48:53.457318", "NULL", "NULL", 3221, "1feb6f14-2d7d-43a6-8b26-5e00ccc91585", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:48:53.457306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2212": ["2018-05-10 11:58:53.486723", "NULL", "NULL", 3222, "9049aa42-9e43-4657-87d0-69366cd4b8dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:58:53.439604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2213": ["2018-05-10 11:58:54.290732", "NULL", "NULL", 3223, "6afb34e0-eb35-456c-9441-2cc24fb39aa1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 11:58:54.290717", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2214": ["2018-05-10 12:08:53.527148", "NULL", "NULL", 3224, "22aae1e8-57d9-40a7-a321-02ecde595d23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:08:53.354255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2215": ["2018-05-10 12:08:53.931085", "NULL", "NULL", 3225, "e175c983-d9ec-4339-9325-e59d545d537a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:08:53.93107", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2216": ["2018-05-10 12:18:53.159755", "NULL", "NULL", 3226, "6e4f99b7-52bb-4d96-ae3f-231268b3e1b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:18:52.964356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2217": ["2018-05-10 12:18:53.363476", "NULL", "NULL", 3227, "01577bbc-74ea-447a-b8b4-5330e9eb782d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:18:53.363448", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2218": ["2018-05-10 12:28:52.99762", "NULL", "NULL", 3228, "da3a2aec-d142-4796-82cb-af44ef38e828", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:28:52.880264", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2219": ["2018-05-10 12:28:53.201564", "NULL", "NULL", 3229, "0eb4f1c1-7450-4c53-8c05-0ea2a1159652", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:28:53.201552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2220": ["2018-05-10 12:38:53.031999", "NULL", "NULL", 3230, "7320ff6d-23c9-414c-b91a-2e383b5506f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:38:52.902551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2221": ["2018-05-10 12:38:53.235594", "NULL", "NULL", 3231, "42d8dd24-5ab0-408a-9548-16a2a97981f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:38:53.23558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2222": ["2018-05-10 12:48:52.665734", "NULL", "NULL", 3232, "0a72d497-2e05-4000-8873-1da4a5b5da9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:48:52.61213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2223": ["2018-05-10 12:48:53.069547", "NULL", "NULL", 3233, "ebfa354f-e7f8-4067-9eea-b31ce046232f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:48:53.069532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2224": ["2018-05-10 12:58:53.500542", "NULL", "NULL", 3234, "55e2d4af-6d7f-4ffd-9c37-8d589addb3f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:58:53.335656", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2225": ["2018-05-10 12:58:54.104378", "NULL", "NULL", 3235, "46a1a697-7901-4563-8245-548dd09aa715", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 12:58:54.104363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2226": ["2018-05-10 13:08:52.732464", "NULL", "NULL", 3236, "fea9b3aa-1acc-4690-87cd-c37722312f9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:08:52.640934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2227": ["2018-05-10 13:08:53.136281", "NULL", "NULL", 3237, "e3e3c29c-659d-4ebf-9ad6-b5330b483486", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:08:53.136258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2228": ["2018-05-10 13:18:53.170384", "NULL", "NULL", 3238, "af7781fe-b585-47c8-8bda-57e76484863a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:18:53.140954", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2229": ["2018-05-10 13:18:53.574384", "NULL", "NULL", 3239, "94893512-91aa-493b-b5c7-8f2ff5a2c896", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:18:53.574368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2230": ["2018-05-10 13:28:53.404481", "NULL", "NULL", 3240, "c241c8ee-67fb-4972-bbdf-19e5e745bd9a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:28:53.359906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2231": ["2018-05-10 13:28:53.808257", "NULL", "NULL", 3241, "a6a2c1b8-7597-45c9-9994-dc1e88dec5da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:28:53.808242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2232": ["2018-05-10 13:38:53.036524", "NULL", "NULL", 3242, "70dd7738-c5a7-4d63-8114-bfbee5f37c0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:38:52.973907", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2233": ["2018-05-10 13:38:53.440493", "NULL", "NULL", 3243, "bba80395-5396-43cc-b356-aed77745573d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:38:53.44045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2234": ["2018-05-10 13:48:52.468412", "NULL", "NULL", 3244, "c4150d71-2746-46da-bf86-b206a88c9c0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:48:52.377028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2235": ["2018-05-10 13:48:52.872223", "NULL", "NULL", 3245, "08527b29-99c4-4f9f-b55e-9a97ecc84ec5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:48:52.87221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2236": ["2018-05-10 13:58:53.903853", "NULL", "NULL", 3246, "561fd1ca-e632-4a0f-8b91-81a4c8e9688e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:58:53.89702", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2237": ["2018-05-10 13:58:54.707952", "NULL", "NULL", 3247, "0f0d0c30-5066-42c0-aa62-900f7aa7dbc8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 13:58:54.70794", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2238": ["2018-05-10 14:08:53.537027", "NULL", "NULL", 3248, "fe22f0cd-e8d9-4994-874e-966fa47aa48c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:08:53.406373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2239": ["2018-05-10 14:08:53.941068", "NULL", "NULL", 3249, "e4ac44f8-a42e-4cf8-9cf3-b108ec81f31f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:08:53.941055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2240": ["2018-05-10 14:18:52.570176", "NULL", "NULL", 3250, "6ca4d50b-6386-456d-8f99-e7e4ccdb40a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:18:52.403624", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2241": ["2018-05-10 14:18:52.974045", "NULL", "NULL", 3251, "309acf16-3c5c-4ae4-b478-30cf054ac32f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:18:52.974029", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2242": ["2018-05-10 14:28:54.204121", "NULL", "NULL", 3252, "778c9163-b4a9-4897-a7cf-e19544037e67", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:28:54.009404", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2243": ["2018-05-10 14:28:54.607886", "NULL", "NULL", 3253, "e0c93884-5932-4a7b-a97d-34c7a048ba04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:28:54.607871", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2244": ["2018-05-10 14:38:52.443656", "NULL", "NULL", 3254, "9f15815f-4a26-40b9-832f-622ce9c94165", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:38:52.328097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2245": ["2018-05-10 14:38:52.647403", "NULL", "NULL", 3255, "9a515a10-35ea-4873-81f2-37236488e7ec", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:38:52.647391", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2246": ["2018-05-10 14:48:52.478581", "NULL", "NULL", 3256, "df5c412f-8d94-4f7f-a985-5c2e973f2915", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:48:52.424719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2247": ["2018-05-10 14:48:52.882354", "NULL", "NULL", 3257, "c356cce9-63ca-4951-82e7-cd730ec2fa67", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:48:52.882343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2248": ["2018-05-10 14:58:53.311455", "NULL", "NULL", 3258, "bb33d13b-c468-4035-8da7-4fe98d8b4bd4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:58:53.255791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2249": ["2018-05-10 14:58:54.115339", "NULL", "NULL", 3259, "c796dac7-b6f8-4f84-b15b-6f8e5dbd22b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 14:58:54.115324", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2250": ["2018-05-10 19:18:53.844294", "NULL", "NULL", 3312, "eac2876b-cbe6-4f11-a285-ca29b4ccd472", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:18:53.6754", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2251": ["2018-05-10 19:18:54.047826", "NULL", "NULL", 3313, "eedcd27e-9ef3-4f16-923f-da0b39bf4a79", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:18:54.047813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2252": ["2018-05-10 19:28:53.880366", "NULL", "NULL", 3314, "f3e20254-8a67-4e10-9a88-47098029e3c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:28:53.695188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2253": ["2018-05-10 19:28:54.284409", "NULL", "NULL", 3315, "b68afd4d-b42e-416d-9367-8299d5b239a3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:28:54.284394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2254": ["2018-05-10 19:38:53.114128", "NULL", "NULL", 3316, "57b18168-479d-4e1a-a0f2-c5d5dec19bef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:38:53.003332", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2255": ["2018-05-10 19:38:53.317997", "NULL", "NULL", 3317, "39b8e12c-447b-433f-a661-9c3b52972d18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:38:53.31797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2256": ["2018-05-10 19:48:52.143154", "NULL", "NULL", 3318, "ccf9f547-ced9-43da-a29e-84467f99f9cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:48:52.115115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2257": ["2018-05-10 19:48:52.546942", "NULL", "NULL", 3319, "b771f2f5-be38-4cc0-9be7-0d8963bba311", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:48:52.546929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2258": ["2018-05-10 19:58:53.186095", "NULL", "NULL", 3320, "af71d0fd-b4fc-4864-9485-e91dfd2ed1a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:58:53.117221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2259": ["2018-05-10 19:58:53.990051", "NULL", "NULL", 3321, "46e81fa3-113a-49d8-9655-1a7a94dc257b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:58:53.990031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2260": ["2018-05-10 20:08:52.81373", "NULL", "NULL", 3322, "f524be2e-096d-4a97-9a91-06a2bdc197f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:08:52.634507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2261": ["2018-05-10 20:08:53.017515", "NULL", "NULL", 3323, "8cf969ed-2957-4db4-a2d2-b8ec3eef8bb0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:08:53.017501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2262": ["2018-05-10 20:18:52.453238", "NULL", "NULL", 3324, "de6cecd3-28ef-4dd9-8db6-9273d3f020d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:18:52.355809", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2263": ["2018-05-10 15:08:53.346467", "NULL", "NULL", 3260, "a0322c52-6fac-403d-830a-695cada2846f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:08:53.169663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2264": ["2018-05-10 15:08:53.550459", "NULL", "NULL", 3261, "fcb9a088-efa5-4950-8da5-29215e96bb65", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:08:53.550425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2265": ["2018-05-10 15:18:53.978746", "NULL", "NULL", 3262, "66aa22ca-38d4-44d1-bca1-29af9ad44e9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:18:53.888319", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2266": ["2018-05-10 15:18:54.382457", "NULL", "NULL", 3263, "3df14ec2-d39c-4e38-8a94-d17dd1ec9a37", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:18:54.382435", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2267": ["2018-05-10 15:28:52.413313", "NULL", "NULL", 3264, "f901b311-3e3c-4c9b-b614-310b95956fbc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:28:52.392419", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2268": ["2018-05-10 15:28:52.817508", "NULL", "NULL", 3265, "b941d1e8-0ae3-47db-8887-22bf73ce1814", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:28:52.817495", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2269": ["2018-05-10 15:38:52.250837", "NULL", "NULL", 3266, "9df61d35-5ddd-4b25-b49f-6c561f3c8368", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:38:52.219947", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2270": ["2018-05-10 15:38:52.654594", "NULL", "NULL", 3267, "da022c84-d23f-498a-b6e6-29d7916fc341", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:38:52.65458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2271": ["2018-05-10 15:48:53.682656", "NULL", "NULL", 3268, "f3be14ba-9062-4011-8c7f-14845b7ce087", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:48:53.628946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2272": ["2018-05-10 15:48:54.086565", "NULL", "NULL", 3269, "1b583ada-5b7a-4ef3-afab-d181c8a3f980", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:48:54.086552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2273": ["2018-05-10 15:58:53.315939", "NULL", "NULL", 3270, "b42ce747-f989-4410-a1c7-af7ef65c69fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:58:53.22851", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2274": ["2018-05-10 15:58:54.323658", "NULL", "NULL", 3271, "16557390-fcc3-4576-b749-ceb38fb12e06", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 15:58:54.323644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2275": ["2018-05-10 16:08:53.351047", "NULL", "NULL", 3272, "1b8e9779-2019-4842-8a30-102600a3ee48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:08:53.236482", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2276": ["2018-05-10 16:08:53.554782", "NULL", "NULL", 3273, "54dca51f-a1cd-4a6e-8bb1-0891efae9484", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:08:53.554769", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2277": ["2018-05-10 16:18:52.786551", "NULL", "NULL", 3274, "bda5df73-5333-47a0-9e41-193645b78e31", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:18:52.758343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2278": ["2018-05-10 16:18:53.190268", "NULL", "NULL", 3275, "2eda41b4-ed63-4b05-8280-e35c8c9a5006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:18:53.190255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2279": ["2018-05-10 16:28:53.823096", "NULL", "NULL", 3276, "b41cffdf-c8e4-4472-959e-ed170f1dd2ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:28:53.766121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2280": ["2018-05-10 16:28:54.237157", "NULL", "NULL", 3277, "062c7b8f-f870-45d0-8aec-38772a3325ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:28:54.237142", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2281": ["2018-05-10 16:38:53.664539", "NULL", "NULL", 3278, "95ad14f6-0b84-48b7-90d0-a0bd461e2c2c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:38:53.467678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2282": ["2018-05-10 16:38:54.069827", "NULL", "NULL", 3279, "03aa40af-d396-4f10-9b0e-c109c4f9ba74", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:38:54.069814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2283": ["2018-05-10 16:48:52.310163", "NULL", "NULL", 3280, "4744e174-11f2-4e92-aa1a-ae2b0cb7f371", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:48:52.274109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2284": ["2018-05-10 16:48:52.714287", "NULL", "NULL", 3281, "c1a02899-4f10-480f-95ec-e3615f479443", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:48:52.714274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2285": ["2018-05-10 16:58:53.347337", "NULL", "NULL", 3282, "3e313a0e-1bd8-4d8c-8f46-5096ade164c4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:58:53.182315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2286": ["2018-05-10 16:58:53.951213", "NULL", "NULL", 3283, "67d276d2-421e-4e99-8dbf-5486741c76d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 16:58:53.951201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2287": ["2018-05-10 17:08:52.988149", "NULL", "NULL", 3284, "e4e3151a-472f-4f0d-a81a-4f50a141e3ff", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:08:52.907708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2288": ["2018-05-10 17:08:53.392299", "NULL", "NULL", 3285, "cda69afa-a211-4668-abd7-61b5af18b269", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:08:53.392287", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2289": ["2018-05-10 17:18:53.227492", "NULL", "NULL", 3286, "fb7d6513-59de-4eee-bbc4-475cfd70515b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:18:53.029839", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2290": ["2018-05-10 17:18:53.631459", "NULL", "NULL", 3287, "5de51acb-ae6b-4c18-b055-41b6d017cecc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:18:53.631441", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2291": ["2018-05-10 17:22:26.115005", "NULL", "NULL", 3288, "e3b9c57c-7f5d-43bd-82cb-1f50a9875d1e", "100.114", "set", "ntp", "host=controller-1.ntp=144.217.181.221", "2018-05-10 17:22:26.112853", "minor", "NTP address 144.217.181.221 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_2292": ["2018-05-10 17:28:52.466413", "NULL", "NULL", 3289, "fd4a99d9-3dc2-4b0b-9f6c-8d800fb3ccdd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:28:52.345923", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2293": ["2018-05-10 17:28:52.870164", "NULL", "NULL", 3290, "faab8734-2b96-41fa-809c-33f047bfa150", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:28:52.870148", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2294": ["2018-05-10 17:38:53.707201", "NULL", "NULL", 3291, "16521557-6317-46ec-927a-284355dfe38f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:38:53.554023", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2295": ["2018-05-10 17:38:54.111162", "NULL", "NULL", 3292, "de64afbf-088a-4ef8-a09a-c7bd5aac4087", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:38:54.111147", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2296": ["2018-05-10 17:48:52.340289", "NULL", "NULL", 3293, "e8df88b2-4518-429c-a42e-9c39294a7104", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:48:52.155759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2297": ["2018-05-10 17:48:52.744027", "NULL", "NULL", 3294, "9b0dbca5-9f44-4bff-81e8-efb5286aeb80", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:48:52.744011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2298": ["2018-05-10 17:58:53.37338", "NULL", "NULL", 3295, "83aa308a-140e-42d9-8e8a-9cb5f800f055", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:58:53.282323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2299": ["2018-05-10 17:58:54.177309", "NULL", "NULL", 3296, "23892ded-3ff4-48fb-ab2a-9c1619e8b980", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 17:58:54.177296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2300": ["2018-05-10 18:08:52.807361", "NULL", "NULL", 3297, "7a23a350-24cb-4335-8543-cf839f6ac4e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:08:52.679465", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2301": ["2018-05-10 18:08:53.01107", "NULL", "NULL", 3298, "67db911f-e1b3-42e8-bdcc-75a1efd4a31f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:08:53.011058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2302": ["2018-05-10 18:18:52.637938", "NULL", "NULL", 3299, "c5a6b9c3-af39-49cb-83d8-65ade2426b58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:18:52.581437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2303": ["2018-05-10 18:18:53.041871", "NULL", "NULL", 3300, "8d41d331-c4d3-4330-8354-a6d63f9f4009", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:18:53.041857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2304": ["2018-05-10 18:28:52.868812", "NULL", "NULL", 3301, "36d5b54c-a5e4-4947-b2e9-a55d03117b1c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:28:52.691038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2305": ["2018-05-10 18:28:53.072585", "NULL", "NULL", 3302, "48be0f80-ada8-4603-b02c-cff99eec5435", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:28:53.072571", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2306": ["2018-05-10 18:38:53.102987", "NULL", "NULL", 3303, "5d0ea837-9cb3-453b-a44e-9126812a2ec5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:38:52.909058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2307": ["2018-05-10 18:38:53.506703", "NULL", "NULL", 3304, "c19808b4-a666-47fc-bcb8-8a4f85e4f23f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:38:53.506688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2308": ["2018-05-10 18:48:52.13974", "NULL", "NULL", 3305, "00aeb660-0b5b-47e6-bd44-e48af79aaaf8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:48:52.127855", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2309": ["2018-05-10 18:48:52.543543", "NULL", "NULL", 3306, "8e4ff99f-fc54-4360-ba3a-498b586d9ae2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:48:52.54353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2310": ["2018-05-10 18:58:53.371465", "NULL", "NULL", 3307, "9253a57e-f68c-41c6-82ad-4d329c4485e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:58:53.339941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2311": ["2018-05-10 18:58:54.175354", "NULL", "NULL", 3308, "566c5365-bc14-491c-a575-084b0f3684f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 18:58:54.175343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2312": ["2018-05-10 20:18:52.85737", "NULL", "NULL", 3325, "278b3d0f-b2a5-4d85-a70d-5f33cf9bfc58", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:18:52.857347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2313": ["2018-05-16 19:46:53.390632", "NULL", "NULL", 1042, "3e3bf5d6-2522-4f18-9fbc-e0ddbb7f5b5d", "401.007", "log", "host", "host=controller-0", "2018-05-16 19:46:53.383516", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_2314": ["2018-05-10 19:08:52.806555", "NULL", "NULL", 3309, "6ee7af31-3930-4ffd-8d65-d336efe9e6c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:08:52.667734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2315": ["2018-05-10 19:08:53.010436", "NULL", "NULL", 3310, "e0b221fc-0db1-4722-ae4b-316e9e01de30", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 19:08:53.010425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2316": ["2018-05-10 19:12:29.69633", "NULL", "NULL", 3311, "09ed0aac-69cc-48f6-a606-f87803ad4929", "100.114", "clear", "ntp", "host=controller-1.ntp=144.217.181.221", "2018-05-10 19:12:29.696318", "minor", "NTP address 144.217.181.221 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_2317": ["2018-05-10 20:28:52.285137", "NULL", "NULL", 3326, "08609bb0-8e24-4c72-8f07-d05959a0f483", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:28:52.259743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2318": ["2018-05-10 20:28:52.688825", "NULL", "NULL", 3327, "bb369048-ee53-4fb1-9ef9-6279a353b7d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:28:52.68881", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2319": ["2018-05-10 20:38:52.71903", "NULL", "NULL", 3328, "f696e3ac-216c-478d-88a1-6798aa9a3105", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:38:52.675158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2320": ["2018-05-10 20:38:53.123038", "NULL", "NULL", 3329, "d7efdfa4-0dbf-4011-ad92-b88eb1a48413", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:38:53.123023", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2321": ["2018-05-10 20:48:52.356651", "NULL", "NULL", 3330, "f12db66a-7799-4904-b7a7-5ad24238c266", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:48:52.198974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2322": ["2018-05-10 20:48:52.560676", "NULL", "NULL", 3331, "4de5a248-f0e8-4700-8018-da4a0c9aab34", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:48:52.560662", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2323": ["2018-05-10 20:58:52.390385", "NULL", "NULL", 3332, "0f5fef42-f319-4965-8f24-472cee7fa61d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:58:52.333552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2324": ["2018-05-10 20:58:53.194273", "NULL", "NULL", 3333, "a17e7527-e4f6-47fc-8a08-7fc95cf51941", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 20:58:53.194254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2325": ["2018-05-10 21:08:52.824246", "NULL", "NULL", 3334, "5309616a-aab1-4afe-abfd-3fbb674987b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:08:52.660124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2326": ["2018-05-10 21:08:53.028415", "NULL", "NULL", 3335, "90c1e918-f667-475e-ad43-18f412dc5dd8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:08:53.028403", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2327": ["2018-05-10 21:18:52.859555", "NULL", "NULL", 3336, "8d64a344-55d0-43a1-9be7-b50dddd66b76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:18:52.793433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2328": ["2018-05-10 21:18:53.26343", "NULL", "NULL", 3337, "ab84931e-21c6-4606-956d-ec284c558c72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:18:53.263415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2329": ["2018-05-10 21:28:53.28955", "NULL", "NULL", 3338, "a608d071-488b-4977-823a-2db4d2c99632", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:28:53.098671", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2330": ["2018-05-10 21:28:53.493532", "NULL", "NULL", 3339, "6ae35d6e-6563-47d7-84d3-868aa6dd7fd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:28:53.493519", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2331": ["2018-05-10 21:38:52.923653", "NULL", "NULL", 3340, "3eb354a0-1907-4b4e-8f5b-ea9bacd2c566", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:38:52.907807", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2332": ["2018-05-10 21:38:53.327425", "NULL", "NULL", 3341, "70609ea7-a129-4b79-b0ee-a97f163de08d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:38:53.32741", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2333": ["2018-05-10 21:48:52.957174", "NULL", "NULL", 3342, "d93aa2ed-30ab-4038-8079-63c9c849440d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:48:52.922299", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2334": ["2018-05-10 21:48:53.360844", "NULL", "NULL", 3343, "a6391cb5-044b-427c-ad78-24630f60081d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:48:53.360829", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2335": ["2018-05-10 21:58:53.79205", "NULL", "NULL", 3344, "69ec5e06-5265-456f-8a81-7fed4d611a43", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:58:53.740481", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2336": ["2018-05-10 21:58:54.596006", "NULL", "NULL", 3345, "46e40de7-3c5b-45c9-b9af-9edafb619069", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 21:58:54.595991", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2337": ["2018-05-10 22:08:52.832732", "NULL", "NULL", 3346, "ad068015-6fb9-423e-9333-fc49517c6725", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:08:52.772982", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2338": ["2018-05-10 22:08:53.236644", "NULL", "NULL", 3347, "7481a4a9-1fa5-4cfb-87cb-947387b824d1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:08:53.236632", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2339": ["2018-05-10 22:18:53.666603", "NULL", "NULL", 3348, "a96823bf-a659-465b-8a81-3b634d0b5c57", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:18:53.485964", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2340": ["2018-05-10 22:18:53.870126", "NULL", "NULL", 3349, "6aa47597-a348-4e86-a563-1db1428eee09", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:18:53.870114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2341": ["2018-05-10 22:28:53.297829", "NULL", "NULL", 3350, "442eb7da-ede4-4252-9c62-dd161b16462c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:28:53.193228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2342": ["2018-05-10 22:28:53.501508", "NULL", "NULL", 3351, "c421d29d-daa8-42a0-862a-5fa476f8e53f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:28:53.501496", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2343": ["2018-05-10 22:38:52.734194", "NULL", "NULL", 3352, "1107a941-fe03-4139-a5ff-e933b0b354a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:38:52.597139", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2344": ["2018-05-10 22:38:52.938136", "NULL", "NULL", 3353, "4eadd481-3afe-428b-b25e-113e02a50710", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:38:52.938124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2345": ["2018-05-10 22:48:51.775858", "NULL", "NULL", 3354, "38e8a753-84fa-48e3-b511-9d6608b71b10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:48:51.710051", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2346": ["2018-05-10 22:48:52.379817", "NULL", "NULL", 3355, "7c699500-9b1e-43b9-8c49-55bb75a778eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:48:52.379802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2347": ["2018-05-10 22:58:53.613299", "NULL", "NULL", 3356, "c6f03794-44bd-4b66-93b7-d3b0d28c32f9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:58:53.516498", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2348": ["2018-05-10 22:58:54.417405", "NULL", "NULL", 3357, "4eed183d-423f-4cf8-9444-607bea551c10", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 22:58:54.417392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2349": ["2018-05-10 23:08:53.056474", "NULL", "NULL", 3358, "fd13ef76-1895-4f28-beaa-60f6c4d5e6fa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:08:53.021685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2350": ["2018-05-10 23:08:53.460497", "NULL", "NULL", 3359, "ea77bcf7-3101-4a9f-8492-b5132a5f1d47", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:08:53.460484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2351": ["2018-05-10 23:18:52.69245", "NULL", "NULL", 3360, "7555397f-055e-4528-8837-bae4e9275e6e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:18:52.546324", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2352": ["2018-05-10 23:18:52.896157", "NULL", "NULL", 3361, "ce82ad8c-5e83-47d3-88e5-3384cc1631d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:18:52.896145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2353": ["2018-05-10 23:28:53.126265", "NULL", "NULL", 3362, "583cfee0-d22d-4991-acc7-c42cedcba648", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:28:53.062291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2354": ["2018-05-10 23:28:53.530595", "NULL", "NULL", 3363, "5e1d3601-cb42-431b-9648-d22afdf9b049", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:28:53.53058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2355": ["2018-05-10 23:38:52.959726", "NULL", "NULL", 3364, "bab4cca1-0fd0-42cc-ba47-92c8d48c783e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:38:52.885523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2356": ["2018-05-10 23:38:53.563589", "NULL", "NULL", 3365, "328c2e0a-a64f-4a56-b854-3b58847ce7d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:38:53.563575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2357": ["2018-05-10 23:48:52.993659", "NULL", "NULL", 3366, "5f9db165-d626-4580-b2a0-9f55fc5b54b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:48:52.905673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2358": ["2018-05-10 23:48:53.397251", "NULL", "NULL", 3367, "b9f956e5-6815-4a4f-98c6-0f3defe6a862", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:48:53.397236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2359": ["2018-05-10 23:58:53.026635", "NULL", "NULL", 3368, "a9869c55-9919-4fe3-814c-b27c739b7b3b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:58:52.92142", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2360": ["2018-05-10 23:58:53.630524", "NULL", "NULL", 3369, "d589538a-cfbe-4e12-b124-f73d8944c14d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-10 23:58:53.630511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2361": ["2018-05-11 00:08:52.865532", "NULL", "NULL", 3370, "fe71738c-c934-4e20-aa39-74ddb62e48ff", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:08:52.74372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2362": ["2018-05-11 00:08:53.269384", "NULL", "NULL", 3371, "aac3b4bd-6e8c-4d48-bcbc-965034945524", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:08:53.269369", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2363": ["2018-05-11 00:18:52.698993", "NULL", "NULL", 3372, "5c6ed3a0-c871-4a55-a134-b10f3dddac4c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:18:52.563334", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2364": ["2018-05-11 00:18:52.902757", "NULL", "NULL", 3373, "b2a68ebb-17c5-48d6-9628-7b8a2ad6d778", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:18:52.902744", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2365": ["2018-05-11 00:28:52.935584", "NULL", "NULL", 3374, "1ce21f30-2712-442f-89fe-3dea3016b267", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:28:52.879906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2366": ["2018-05-11 00:28:53.339467", "NULL", "NULL", 3375, "38ac72b9-7431-4fc0-bbc0-43edfdfdeca7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:28:53.339454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2367": ["2018-05-11 00:38:52.171535", "NULL", "NULL", 3376, "83e8b4d5-9dfd-45a9-882a-3686ff511208", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:38:51.97748", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2368": ["2018-05-11 00:38:52.375263", "NULL", "NULL", 3377, "6655135b-b75f-48dd-9f57-7380be87b34f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:38:52.375249", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2369": ["2018-05-11 00:48:53.015399", "NULL", "NULL", 3378, "be9e7738-9c61-441e-8f24-007f47340324", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:48:52.98735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2370": ["2018-05-11 00:48:53.419496", "NULL", "NULL", 3379, "589a8339-85c9-416a-ac32-0e79b415c323", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:48:53.419485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2371": ["2018-05-11 00:58:54.053612", "NULL", "NULL", 3380, "cba28ee4-66c1-4a2f-9749-b2c067f9e88e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:58:53.906517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2372": ["2018-05-11 00:58:54.657609", "NULL", "NULL", 3381, "4a74b169-bdd7-4bc6-b268-262783ab9bd0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 00:58:54.657594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2373": ["2018-05-11 01:08:53.086207", "NULL", "NULL", 3382, "99fbf746-2739-4ac5-8ebc-b70c43505142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:08:52.928476", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2374": ["2018-05-11 01:08:53.29006", "NULL", "NULL", 3383, "8ca1374c-b833-46f0-b72b-cd926a2683fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:08:53.290045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2375": ["2018-05-11 01:18:52.718028", "NULL", "NULL", 3384, "bedac7a5-8f20-4751-b460-10b77cb571a2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:18:52.534045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2376": ["2018-05-11 01:18:52.921609", "NULL", "NULL", 3385, "5480a686-d8e1-446a-8ab6-9ab7268b5e49", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:18:52.921595", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2377": ["2018-05-11 01:28:52.555803", "NULL", "NULL", 3386, "e0b72712-dab2-4cf6-8347-8f16c08ff228", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:28:52.439219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2378": ["2018-05-11 01:28:52.760125", "NULL", "NULL", 3387, "c5046645-8c3a-45d0-aa34-f698c759f41e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:28:52.760112", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2379": ["2018-05-11 01:38:52.989558", "NULL", "NULL", 3388, "88e7f10d-7d52-4270-831c-f20980490ca8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:38:52.83451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2380": ["2018-05-11 01:38:53.193369", "NULL", "NULL", 3389, "4d3246f7-8d42-47c0-a886-10f598528abd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:38:53.193338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2381": ["2018-05-11 01:48:53.024309", "NULL", "NULL", 3390, "2d0e5d8a-0507-4e2c-8396-69725722026a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:48:52.949242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2382": ["2018-05-11 01:48:53.428061", "NULL", "NULL", 3391, "0613018a-5dd1-4343-9ae2-b0a6d894b438", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:48:53.428046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2383": ["2018-05-11 01:58:54.060673", "NULL", "NULL", 3392, "3143135d-a9f3-4472-bd7a-dfd0a964f839", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:58:53.866427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2384": ["2018-05-11 01:58:54.664597", "NULL", "NULL", 3393, "5f7d83eb-8205-4bba-8f41-304dc9e12a0e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 01:58:54.664584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2385": ["2018-05-11 02:08:51.892756", "NULL", "NULL", 3394, "ea300c72-8294-44fe-9ef9-8531aa3d0be1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:08:51.859761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2386": ["2018-05-11 02:08:52.296508", "NULL", "NULL", 3395, "6ab2bdbb-5bd6-44a6-89e0-a9e7d8902bab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:08:52.296495", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2387": ["2018-05-11 02:18:52.528277", "NULL", "NULL", 3396, "dbe2633d-ef18-42bd-a4d2-8aafe7cdd500", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:18:52.483578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2388": ["2018-05-11 02:18:52.932071", "NULL", "NULL", 3397, "ef2c475a-8c37-4129-88e7-6ca067695b03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:18:52.932056", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2389": ["2018-05-11 02:28:53.762395", "NULL", "NULL", 3398, "1f216cfe-66ac-4dab-842b-a200f36e5178", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:28:53.706774", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2390": ["2018-05-11 02:28:54.166327", "NULL", "NULL", 3399, "210d3ddd-05be-4e4e-adab-08321cd62686", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:28:54.166313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2391": ["2018-05-11 02:38:52.195293", "NULL", "NULL", 3400, "4e915875-266b-4cb7-9961-7323b696c098", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:38:52.018592", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2392": ["2018-05-11 02:38:52.399917", "NULL", "NULL", 3401, "97afa4ef-611b-4fdd-8cd1-c7b2400b6275", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:38:52.399904", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2393": ["2018-05-11 02:48:52.833954", "NULL", "NULL", 3402, "bb95356e-55fe-4957-939a-188ca04f9fa7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:48:52.814768", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2394": ["2018-05-11 02:48:53.237806", "NULL", "NULL", 3403, "17473993-b4c3-4f38-a2e9-c5812eaa4681", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:48:53.237792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2395": ["2018-05-11 02:58:53.266264", "NULL", "NULL", 3404, "b448932a-0fb2-42f3-b194-f55e60af13c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:58:53.217742", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2396": ["2018-05-11 02:58:54.070553", "NULL", "NULL", 3405, "b86135fa-f7c2-481c-b069-0e9071637724", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 02:58:54.070541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2397": ["2018-05-11 03:08:53.699266", "NULL", "NULL", 3406, "487a1c53-5178-4cb0-a355-9bee003de434", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:08:53.629011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2398": ["2018-05-11 03:08:54.103111", "NULL", "NULL", 3407, "d497d890-7c03-40f8-a2bf-f94c3d995168", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:08:54.103097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2399": ["2018-05-11 03:18:52.538518", "NULL", "NULL", 3408, "9b03be18-de80-4621-bfe1-2f5c977b98f9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:18:52.339349", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2400": ["2018-05-11 03:18:52.742253", "NULL", "NULL", 3409, "e96da67c-56e6-4513-92c7-d5bbdf580111", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:18:52.74224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2401": ["2018-05-11 03:28:53.175421", "NULL", "NULL", 3410, "cabb2ea0-1c54-41ec-8fc0-bc19c729c240", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:28:53.040617", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2402": ["2018-05-11 03:28:53.379109", "NULL", "NULL", 3411, "13e5097d-df93-4876-90b8-0c092f4f92e5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:28:53.379097", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2403": ["2018-05-11 03:38:53.017269", "NULL", "NULL", 3412, "82094bc2-d6a4-4e38-acc4-3ae108af1f90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:38:52.841484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2404": ["2018-05-11 03:38:53.221238", "NULL", "NULL", 3413, "85d80af6-c1df-4eee-a863-04b6bbd0267b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:38:53.221224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2405": ["2018-05-11 03:48:53.653053", "NULL", "NULL", 3414, "fa14d282-a586-4b5d-9570-fc5a4d224e21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:48:53.454597", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2406": ["2018-05-11 03:48:53.856622", "NULL", "NULL", 3415, "a79a5fa8-e15f-47f3-a7d2-fc377feab6a0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:48:53.856609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2407": ["2018-05-11 03:58:54.484629", "NULL", "NULL", 3416, "0c014cd8-4e75-41e4-b816-22024d626e00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:58:54.454518", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2408": ["2018-05-11 03:58:55.288992", "NULL", "NULL", 3417, "2cb10eb7-1a88-49af-9149-7fe702c940f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 03:58:55.288978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2409": ["2018-05-11 04:08:53.315575", "NULL", "NULL", 3418, "6ecab113-c42e-482c-b53e-f46c8799c07a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:08:53.154337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2410": ["2018-05-11 04:08:53.519839", "NULL", "NULL", 3419, "7ce8ed92-8b31-4155-a962-5e58def7b2f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:08:53.519824", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2411": ["2018-05-11 04:18:53.349096", "NULL", "NULL", 3420, "95f98042-2471-4505-b641-a824ca258d81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:18:53.176695", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2412": ["2018-05-11 04:18:53.553038", "NULL", "NULL", 3421, "f729a3f9-3578-497c-b5ef-5a976172c433", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:18:53.553026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2413": ["2018-05-11 04:28:52.389817", "NULL", "NULL", 3422, "d0784daa-4e37-47ce-83c1-dd288dabf336", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:28:52.28447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2414": ["2018-05-11 04:28:52.993523", "NULL", "NULL", 3423, "a914431b-fe85-4006-be85-6b6b01d45828", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:28:52.993511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2415": ["2018-05-11 04:38:53.42264", "NULL", "NULL", 3424, "d1d61fdd-5ccd-4f67-a410-7a323bfa275e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:38:53.390505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2416": ["2018-05-11 04:38:53.826383", "NULL", "NULL", 3425, "22374fc0-a5ba-45a5-954a-58e536365a51", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:38:53.826371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2417": ["2018-05-11 04:48:53.05546", "NULL", "NULL", 3426, "ee3ac2aa-4fe3-4f86-9f1e-0552a179933a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:48:52.894054", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2418": ["2018-05-11 04:48:53.259179", "NULL", "NULL", 3427, "12aba515-d428-40e3-bd27-9440655cc8e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:48:53.259165", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2419": ["2018-05-11 04:58:53.894313", "NULL", "NULL", 3428, "50bbae8a-ee51-4fc4-ac4c-4b74e7aaaedd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:58:53.702766", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2420": ["2018-05-11 04:58:54.498255", "NULL", "NULL", 3429, "e554aacf-caeb-455d-a4a6-3b9ca1a2ddaf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 04:58:54.498242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2421": ["2018-05-11 05:08:53.128531", "NULL", "NULL", 3430, "c9d65868-56ab-4415-a8d2-e88f557310d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:08:53.001397", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2422": ["2018-05-11 05:08:53.332362", "NULL", "NULL", 3431, "e0b72d3e-1ded-4f8d-9170-c9883327353b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:08:53.332347", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2423": ["2018-05-11 05:18:51.963872", "NULL", "NULL", 3432, "e35e0dbd-c5a9-46f9-9c7c-846efbfb751b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:18:51.819646", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2424": ["2018-05-11 05:18:52.367645", "NULL", "NULL", 3433, "3094563a-6335-41ab-939d-c1b3f3330319", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:18:52.367631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2425": ["2018-05-11 05:28:53.399637", "NULL", "NULL", 3434, "99811cd6-722b-4dff-890b-263da665baf8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:28:53.243351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2426": ["2018-05-11 05:28:53.603261", "NULL", "NULL", 3435, "bb49e5fc-2600-4b9e-8e09-7769d365e72f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:28:53.603245", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2427": ["2018-05-11 05:38:53.632358", "NULL", "NULL", 3436, "65eb772d-2d62-48c7-b012-75de0882a4bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:38:53.458963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2428": ["2018-05-11 05:38:53.836067", "NULL", "NULL", 3437, "184efc64-a693-4adb-8b9f-3a3373501090", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:38:53.836055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2429": ["2018-05-11 05:48:53.264197", "NULL", "NULL", 3438, "b0387a62-31fc-40c0-9f08-99e5ceb2000a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:48:53.160265", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2430": ["2018-05-11 05:48:53.467668", "NULL", "NULL", 3439, "2ccd6651-f29c-4686-ac4d-b72e7b0149f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:48:53.467656", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2431": ["2018-05-11 05:58:52.296358", "NULL", "NULL", 3440, "b09e5a8a-3fff-4c03-be54-b878cf51e626", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:58:52.257731", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2432": ["2018-05-11 05:58:53.100449", "NULL", "NULL", 3441, "7f7b4593-18f3-4471-b6a3-e636175c3d62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 05:58:53.100429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2433": ["2018-05-11 06:08:53.529237", "NULL", "NULL", 3442, "ce196027-4b3a-4b7f-9e87-cc540f6562d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:08:53.3735", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2434": ["2018-05-11 06:08:54.133574", "NULL", "NULL", 3443, "ddae8ac4-edc2-4d2e-b033-63797c70cbd4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:08:54.133561", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2435": ["2018-05-11 06:18:53.560562", "NULL", "NULL", 3444, "53c9471f-9da3-4846-88db-43ddc0bd7555", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:18:53.504326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2436": ["2018-05-11 06:18:53.964539", "NULL", "NULL", 3445, "0e046330-0bc2-456d-bb2f-56b80341d9f6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:18:53.964523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2437": ["2018-05-11 06:28:53.596472", "NULL", "NULL", 3446, "e0b403b7-17bc-49ac-9052-b422a33b89c4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:28:53.425941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2438": ["2018-05-11 06:28:53.7999", "NULL", "NULL", 3447, "32fe5833-18b9-4700-a9c6-8d58a1e4aaa4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:28:53.799889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2439": ["2018-05-11 06:38:53.027517", "NULL", "NULL", 3448, "301086fd-4f1e-4149-a4a7-14ce8c602d32", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:38:52.938933", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2440": ["2018-05-11 06:38:53.431369", "NULL", "NULL", 3449, "92382bce-93b6-43fa-a4d2-924b0c9a122d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:38:53.431354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2441": ["2018-05-11 06:48:52.660974", "NULL", "NULL", 3450, "7575a336-0d9b-4cc5-a307-f9b60205b3ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:48:52.650898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2442": ["2018-05-11 06:48:53.064667", "NULL", "NULL", 3451, "ea0fe456-0683-48fd-a91d-1a61bd6d1811", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:48:53.064654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2443": ["2018-05-11 06:58:53.098106", "NULL", "NULL", 3452, "cc34eb4f-6f64-4773-aad5-57000bb2b860", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:58:52.972383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2444": ["2018-05-11 06:58:53.702085", "NULL", "NULL", 3453, "d50373f8-c86f-4afa-bad1-83252ce37473", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 06:58:53.702072", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2445": ["2018-05-11 07:08:53.730634", "NULL", "NULL", 3454, "06bf120b-3b5f-49d1-b1c2-5bafe22fb61f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:08:53.603099", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2446": ["2018-05-11 07:08:54.134499", "NULL", "NULL", 3455, "a7f135ad-e1cb-40d6-acf0-9b949a21292e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:08:54.134458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2447": ["2018-05-11 07:18:52.370228", "NULL", "NULL", 3456, "7ce60dcc-5c9b-42a8-81c4-a94456ef9e47", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:18:52.212102", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2448": ["2018-05-11 07:18:52.574514", "NULL", "NULL", 3457, "ec0b4312-4ad1-4ad4-8e50-8cc0eeb47c90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:18:52.5745", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2449": ["2018-05-11 07:28:53.606632", "NULL", "NULL", 3458, "7f4c5878-03ca-4f6f-be01-5cf209da64ca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:28:53.537246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2450": ["2018-05-11 07:28:54.010423", "NULL", "NULL", 3459, "fbf099a9-ed81-466c-b609-78d637fa1310", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:28:54.010412", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2451": ["2018-05-11 07:38:52.646388", "NULL", "NULL", 3460, "ccf12fb5-8e22-4370-b536-e0d0af639c74", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:38:52.44402", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2452": ["2018-05-11 07:38:52.850235", "NULL", "NULL", 3461, "f4d6487b-b336-4668-b1ea-7850bb3169bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:38:52.850222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2453": ["2018-05-11 07:48:52.678594", "NULL", "NULL", 3462, "fdc153ec-7c10-4364-ac43-a977d8e2512e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:48:52.555743", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2454": ["2018-05-11 07:48:52.882302", "NULL", "NULL", 3463, "c21ab62e-91c1-47ff-8e72-d1eea3343a03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:48:52.88229", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2455": ["2018-05-11 07:58:53.711712", "NULL", "NULL", 3464, "072a964f-02e9-4b75-85e7-b446898bd621", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:58:53.663362", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2456": ["2018-05-11 07:58:54.715664", "NULL", "NULL", 3465, "5ef05daa-8ce8-42f5-a11e-f8a3464e17b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 07:58:54.71565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2457": ["2018-05-11 08:08:53.543555", "NULL", "NULL", 3466, "2d3eb108-50ad-497e-b058-0d8a97afa8af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:08:53.361039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2458": ["2018-05-11 08:08:53.747341", "NULL", "NULL", 3467, "27caad8e-9d57-42ef-b54d-70043dbe404e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:08:53.747328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2459": ["2018-05-11 08:18:54.178334", "NULL", "NULL", 3468, "e893041c-731b-415f-9060-d0c392d7fe84", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:18:54.168396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2460": ["2018-05-11 08:18:54.582129", "NULL", "NULL", 3469, "7fdbdd4d-1ef2-4ca7-81a9-a717a49baf60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:18:54.582115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2461": ["2018-05-11 08:28:53.012114", "NULL", "NULL", 3470, "a48bc4f8-8064-4ea1-8afa-3a166dd7442d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:28:52.968929", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2462": ["2018-05-11 08:28:53.416247", "NULL", "NULL", 3471, "cd6c770c-4a59-4d0d-90f5-79c8e3c4cbda", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:28:53.416217", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2463": ["2018-05-11 08:38:52.853069", "NULL", "NULL", 3472, "1828a109-aa42-40e5-a5e1-553d4b0fa22a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:38:52.780204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2464": ["2018-05-11 08:38:53.257371", "NULL", "NULL", 3473, "01b8569b-5bce-40e1-b233-c8eb2285f3ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:38:53.257356", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2465": ["2018-05-11 08:48:52.696253", "NULL", "NULL", 3474, "f305c8e1-e1de-416a-aa3e-10ba62944017", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:48:52.582277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2466": ["2018-05-11 08:48:53.100158", "NULL", "NULL", 3475, "0d5272a8-f5c4-482a-a2a4-fe52f39cda12", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:48:53.100145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2467": ["2018-05-11 16:08:53.839341", "NULL", "NULL", 3562, "d63f2e53-4f0e-49f5-b700-eb2fc286af10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:08:53.689848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2468": ["2018-05-11 16:08:54.043067", "NULL", "NULL", 3563, "da3aae28-e0c3-4063-bc32-95a3acd3a927", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:08:54.043054", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2469": ["2018-05-11 16:18:53.074694", "NULL", "NULL", 3564, "484bd239-0475-43ec-a522-114624b27a85", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:18:52.910564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2470": ["2018-05-11 16:18:53.278281", "NULL", "NULL", 3565, "a77c4786-eb67-472a-bf40-8fa59fdf42bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:18:53.278242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2471": ["2018-05-11 16:28:52.911699", "NULL", "NULL", 3566, "a80159a3-8989-4f4e-8774-5404cea86912", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:28:52.827663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2472": ["2018-05-11 16:28:53.315544", "NULL", "NULL", 3567, "88e932cb-04d4-40f1-9d3f-043b53e874dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:28:53.31553", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2473": ["2018-05-11 16:38:53.148464", "NULL", "NULL", 3568, "2bf6fcd6-3789-4914-b601-2fdbf6f78d11", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:38:53.036895", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2474": ["2018-05-11 16:38:53.552713", "NULL", "NULL", 3569, "edb542d4-c65b-4598-83e4-ad60ea5277dc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:38:53.5527", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2475": ["2018-05-11 16:48:53.380532", "NULL", "NULL", 3570, "71832940-f6b4-48af-8472-52b9b0c9a7c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:48:53.336516", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2476": ["2018-05-11 16:48:53.784451", "NULL", "NULL", 3571, "35e872bc-19cc-4035-86d2-77d4c2054bd9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:48:53.784429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2477": ["2018-05-11 16:58:54.611756", "NULL", "NULL", 3572, "3cd05b32-74bc-4374-9ea7-000ed4aac667", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:58:54.540983", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2478": ["2018-05-11 16:58:55.415699", "NULL", "NULL", 3573, "e7a99067-870a-49a1-8e28-22561ed22676", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 16:58:55.415685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2479": ["2018-05-11 08:58:53.729162", "NULL", "NULL", 3476, "575296dd-b4ec-4e49-ae94-787fafbefd0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:58:53.609659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2480": ["2018-05-11 08:58:54.333157", "NULL", "NULL", 3477, "d4287f6e-4764-4f62-a834-6bbae84a42e7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 08:58:54.333145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2481": ["2018-05-11 09:08:53.361126", "NULL", "NULL", 3478, "7fdeb709-a355-4d76-b90f-f03d017e1eb7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:08:53.209838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2482": ["2018-05-11 09:08:53.96504", "NULL", "NULL", 3479, "99419eaa-7eb3-408c-8b4b-925a099fa25a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:08:53.965026", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2483": ["2018-05-11 09:18:52.802715", "NULL", "NULL", 3480, "f5fdac19-050a-474d-bfdd-dbbdee824625", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:18:52.62867", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2484": ["2018-05-11 09:18:53.206829", "NULL", "NULL", 3481, "6a131a86-326c-4a2a-affc-f16b672714ca", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:18:53.206813", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2485": ["2018-05-11 09:28:53.038529", "NULL", "NULL", 3482, "bcf51951-b6a3-4c67-9752-26d165ef16d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:28:52.927674", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2486": ["2018-05-11 09:28:53.442312", "NULL", "NULL", 3483, "186fb80d-614f-4729-a884-8a345fe354f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:28:53.442301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2487": ["2018-05-11 09:38:52.069148", "NULL", "NULL", 3484, "fdbe44e9-d6ae-4e50-a35e-9140848a072d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:38:52.028792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2488": ["2018-05-11 09:38:52.473438", "NULL", "NULL", 3485, "6d2ea9a8-1c94-44a1-8b80-1c1ede55dab6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:38:52.473423", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2489": ["2018-05-11 09:48:52.501609", "NULL", "NULL", 3486, "79f44047-793c-4fdb-954e-8a68986604bd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:48:52.438119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2490": ["2018-05-11 09:48:52.905303", "NULL", "NULL", 3487, "39761b4c-1dde-4c71-80b9-81973c8b1b53", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:48:52.905288", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2491": ["2018-05-11 09:58:53.13613", "NULL", "NULL", 3488, "0bb0036a-ab83-4ca1-9567-d5d4470d37f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:58:53.039941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2492": ["2018-05-11 09:58:53.94025", "NULL", "NULL", 3489, "b10b02d9-eae9-4302-997b-c0c9e182edf8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 09:58:53.940234", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2493": ["2018-05-11 10:08:52.76897", "NULL", "NULL", 3490, "77a5a115-93ec-4864-a4d8-926e0f99e309", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:08:52.757469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2494": ["2018-05-11 10:08:53.172745", "NULL", "NULL", 3491, "915343da-5fee-4964-b6b1-0aa146af4342", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:08:53.172732", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2495": ["2018-05-11 10:18:52.999405", "NULL", "NULL", 3492, "ea596b65-66d4-4b7a-abaf-c99bf4f87eb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:18:52.863025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2496": ["2018-05-11 10:18:53.203302", "NULL", "NULL", 3493, "b515e595-8c24-46c9-ab57-13cdae94a7c6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:18:53.20329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2497": ["2018-05-11 10:28:54.033471", "NULL", "NULL", 3494, "a6f1a9e0-c560-43ea-b322-38eeb168b567", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:28:53.890844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2498": ["2018-05-11 10:28:54.437434", "NULL", "NULL", 3495, "c9885b1b-71ae-46ca-afee-49ab8618c268", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:28:54.437421", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2499": ["2018-05-11 10:38:53.269077", "NULL", "NULL", 3496, "48244756-1e5d-41ae-9f38-6d520c44a8bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:38:53.120189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2500": ["2018-05-11 10:38:53.47268", "NULL", "NULL", 3497, "dabad1d6-a40d-4bf2-9359-01866a6e4b3d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:38:53.472667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2501": ["2018-05-11 10:48:52.300166", "NULL", "NULL", 3498, "340cec0f-0b34-4422-b140-c05f0e7a62a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:48:52.127141", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2502": ["2018-05-11 10:48:52.504044", "NULL", "NULL", 3499, "35f11936-dc0b-4596-9b70-b2a7799026e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:48:52.504029", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2503": ["2018-05-11 10:58:53.932902", "NULL", "NULL", 3500, "86175651-338c-4ad1-81c3-69c99740adfe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:58:53.832804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2504": ["2018-05-11 10:58:54.736995", "NULL", "NULL", 3501, "266bd166-0311-41b3-b9b4-1bb3e41a7499", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 10:58:54.736981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2505": ["2018-05-11 11:08:52.172359", "NULL", "NULL", 3502, "7899b4d4-497b-4f0c-af5c-4f251b0c106e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:08:52.143382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2506": ["2018-05-11 11:08:52.576408", "NULL", "NULL", 3503, "528422ef-2f31-4fea-aee7-0bf18e45b055", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:08:52.576396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2507": ["2018-05-11 11:18:52.813202", "NULL", "NULL", 3504, "e841fc89-bd28-4698-a6ed-02fc41386ba6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:18:52.76538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2508": ["2018-05-11 11:18:53.216914", "NULL", "NULL", 3505, "bfd34767-1dc8-4d8c-937e-14bb6c751169", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:18:53.216901", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2509": ["2018-05-11 11:28:53.645515", "NULL", "NULL", 3506, "2a36fd8d-80be-43bf-af74-5562fd06e762", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:28:53.491213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2510": ["2018-05-11 11:28:54.049124", "NULL", "NULL", 3507, "6d5edf1b-9335-4730-8f5d-79058b5a4a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:28:54.049111", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2511": ["2018-05-11 11:38:53.080651", "NULL", "NULL", 3508, "22cfd86d-af18-4fd4-a44d-731044b8102f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:38:52.896393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2512": ["2018-05-11 11:38:53.28434", "NULL", "NULL", 3509, "29941e61-a8f8-43cb-b10a-a899f288bf18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:38:53.284329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2513": ["2018-05-11 11:48:53.523618", "NULL", "NULL", 3510, "c5ebd401-4ba5-438c-a6c8-55783d406bfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:48:53.390377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2514": ["2018-05-11 11:48:53.727884", "NULL", "NULL", 3511, "31251cd8-4005-4b68-9b64-401da9f4c0e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:48:53.727872", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2515": ["2018-05-11 11:58:52.755675", "NULL", "NULL", 3512, "f2bfa741-518a-4630-b9eb-26dd2e764dc4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:58:52.693281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2516": ["2018-05-11 11:58:53.759904", "NULL", "NULL", 3513, "5bb96297-6bf1-4c52-972a-d1392e5f01be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 11:58:53.75989", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2517": ["2018-05-11 12:08:53.188691", "NULL", "NULL", 3514, "c025d6fa-04a2-4f5b-b0b5-16537c786ec1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:08:52.998633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2518": ["2018-05-11 12:08:53.39243", "NULL", "NULL", 3515, "e9b6aa24-aa91-4f1a-b75a-c6c719c00f6d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:08:53.392415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2519": ["2018-05-11 12:18:52.429713", "NULL", "NULL", 3516, "d156755e-07e2-486a-96dd-577844f5a6e2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:18:52.295254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2520": ["2018-05-11 12:18:53.03369", "NULL", "NULL", 3517, "d5622c03-f5f0-400a-9972-54c2e94efd46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:18:53.033678", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2521": ["2018-05-11 12:28:53.864256", "NULL", "NULL", 3518, "0aa0bf23-c165-4adb-a948-9076d73ebb89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:28:53.797382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2522": ["2018-05-11 12:28:54.268126", "NULL", "NULL", 3519, "66bf4de0-19dc-47fe-9332-759d7748522c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:28:54.268114", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2523": ["2018-05-11 12:38:52.298535", "NULL", "NULL", 3520, "b6c979e3-ae9e-4592-ac6c-690ecb2ed7cb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:38:52.195982", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2524": ["2018-05-11 12:38:52.702426", "NULL", "NULL", 3521, "28c5f7cf-71d9-4246-a108-86f7d6909891", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:38:52.702414", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2525": ["2018-05-11 12:48:52.129201", "NULL", "NULL", 3522, "5b78c147-ff77-45f8-9968-9d4502d5d845", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:48:52.001565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2526": ["2018-05-11 12:48:52.33298", "NULL", "NULL", 3523, "ff9ebdeb-fc6e-4a26-8587-ec795b0ce18f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:48:52.332967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2527": ["2018-05-11 12:58:52.764432", "NULL", "NULL", 3524, "37964617-5ec9-4e73-9d0a-266e48be4fa3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:58:52.722775", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2528": ["2018-05-11 12:58:53.568483", "NULL", "NULL", 3525, "7d687af4-6ef1-4b61-a2c0-f96f31c8e909", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 12:58:53.568467", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2529": ["2018-05-11 13:08:52.598666", "NULL", "NULL", 3526, "ce2c5b03-5017-47b0-957e-6b655a96aa79", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:08:52.536902", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2530": ["2018-05-11 13:08:53.002798", "NULL", "NULL", 3527, "9492d77c-0bd6-4af8-b569-f68cb81b7a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:08:53.002783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2531": ["2018-05-11 13:18:54.234587", "NULL", "NULL", 3528, "55988b45-8bbc-4512-96bf-2b38201c2296", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:18:54.054937", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2532": ["2018-05-11 13:18:54.638382", "NULL", "NULL", 3529, "a43c7bb8-4b67-4dbc-a1a3-4242a0445281", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:18:54.638366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2533": ["2018-05-11 13:28:52.870203", "NULL", "NULL", 3530, "77f69ff4-f367-4bd3-a73c-8e96c1cc48d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:28:52.78323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2534": ["2018-05-11 13:28:53.273987", "NULL", "NULL", 3531, "0134ad1f-e69d-44bf-b70c-a09101063d54", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:28:53.273958", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2535": ["2018-05-11 13:38:52.509509", "NULL", "NULL", 3532, "4aa957fe-cc46-4f23-b3c2-4b35c0aa27f7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:38:52.391077", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2536": ["2018-05-11 13:38:52.713176", "NULL", "NULL", 3533, "9b98bf86-7bcb-4cf1-92db-9cb3a76b4adf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:38:52.713163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2537": ["2018-05-11 13:48:52.141689", "NULL", "NULL", 3534, "22acff27-2266-4a7c-898a-714426e9260f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:48:52.088374", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2538": ["2018-05-11 13:48:52.545434", "NULL", "NULL", 3535, "1899f09e-7585-4a42-9466-d6d597f8b457", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:48:52.54541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2539": ["2018-05-11 13:58:53.781126", "NULL", "NULL", 3536, "e4efe56f-4328-4819-80c1-18de74ea9122", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:58:53.602047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2540": ["2018-05-11 13:58:54.38524", "NULL", "NULL", 3537, "e48f7bad-54a3-4b68-a462-424d13c39834", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 13:58:54.385227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2541": ["2018-05-11 14:08:53.814921", "NULL", "NULL", 3538, "f4a80f7d-e878-4240-bd62-6629b259c3f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:08:53.622398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2542": ["2018-05-11 14:08:54.01857", "NULL", "NULL", 3539, "b42416eb-58cd-4197-988e-eb6956b68207", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:08:54.018556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2543": ["2018-05-11 14:18:52.448595", "NULL", "NULL", 3540, "7977672c-f5eb-4334-9536-504e5bd176a7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:18:52.439313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2544": ["2018-05-11 14:18:52.852287", "NULL", "NULL", 3541, "48749207-5f9c-4bc2-bf8f-5b92110ea7af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:18:52.852275", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2545": ["2018-05-11 14:28:53.288569", "NULL", "NULL", 3542, "bc97c9b9-1ad4-4135-9469-e9133f568e8c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:28:53.247359", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2546": ["2018-05-11 14:28:53.692648", "NULL", "NULL", 3543, "26f29363-e4e3-4dcb-b0c9-69137259a2ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:28:53.692633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2547": ["2018-05-11 14:38:53.132088", "NULL", "NULL", 3544, "041b9c52-aedb-4d38-93bd-7fb6f6b06d07", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:38:53.055137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2548": ["2018-05-11 14:38:53.736055", "NULL", "NULL", 3545, "e5e3c0bf-6e04-4e57-be20-41cc9d41032f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:38:53.736039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2549": ["2018-05-11 14:48:52.366593", "NULL", "NULL", 3546, "555fa372-45b3-4099-aa8e-221fd6720d81", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:48:52.356548", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2550": ["2018-05-11 14:48:52.770948", "NULL", "NULL", 3547, "5c1a1a51-ec94-4b6c-ad94-46459ec7e328", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:48:52.770935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2551": ["2018-05-11 14:58:52.801334", "NULL", "NULL", 3548, "ae55ce7f-3c41-42f4-a1e0-779d7234a115", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:58:52.672208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2552": ["2018-05-11 14:58:53.405223", "NULL", "NULL", 3549, "2e41f46b-99ed-4738-8e6a-163214ddcebb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 14:58:53.405211", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2553": ["2018-05-11 15:08:53.232751", "NULL", "NULL", 3550, "d25ad315-d716-4f60-a724-20847acf6236", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:08:53.066692", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2554": ["2018-05-11 15:08:53.436453", "NULL", "NULL", 3551, "adf1adbf-3b34-4aa3-961d-23fa679adf88", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:08:53.436433", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2555": ["2018-05-11 15:18:53.264605", "NULL", "NULL", 3552, "9b31ce06-5633-4587-9901-1cf54c9562a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:18:53.168327", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2556": ["2018-05-11 15:18:53.668328", "NULL", "NULL", 3553, "21ddd2db-7e76-495b-9def-cdd4f96f1d8c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:18:53.668313", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2557": ["2018-05-11 15:28:53.704807", "NULL", "NULL", 3554, "31f1eba0-2628-40d3-aed6-5635a1277bcc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:28:53.566058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2558": ["2018-05-11 15:28:54.108616", "NULL", "NULL", 3555, "2e231947-d2a9-4dee-a8b1-85ab9eb7766d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:28:54.108602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2559": ["2018-05-11 15:38:52.535658", "NULL", "NULL", 3556, "eb3b9629-0a0b-425e-a12a-b0fea257c77c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:38:52.461607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2560": ["2018-05-11 15:38:52.939527", "NULL", "NULL", 3557, "5f9eebe7-24bf-4c16-8e61-ac01f837d4e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:38:52.939512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2561": ["2018-05-11 15:48:53.377705", "NULL", "NULL", 3558, "c90b22e9-db6c-4d74-8411-5c7380e328a0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:48:53.272587", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2562": ["2018-05-11 15:48:53.581478", "NULL", "NULL", 3559, "a3561196-cf26-4f6b-9b5d-37a5be0a83ec", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:48:53.581466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2563": ["2018-05-11 15:58:52.808387", "NULL", "NULL", 3560, "a7214751-3dea-4fcf-8ae2-1d9b1d74014e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:58:52.687274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2564": ["2018-05-11 17:08:54.043883", "NULL", "NULL", 3574, "091733ed-be7e-4ab3-a6fa-b16c9b7391f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:08:53.84637", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2565": ["2018-05-11 17:08:54.247901", "NULL", "NULL", 3575, "32ba2651-73d0-4016-a1ae-c9be64f3f56c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:08:54.247886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2566": ["2018-05-11 17:18:53.67656", "NULL", "NULL", 3576, "5fa9f0c6-e602-4447-8d62-c829fc6e3a78", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:18:53.662586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2567": ["2018-05-11 17:18:54.080548", "NULL", "NULL", 3577, "8b1ae891-f754-42cb-afa4-873ea9a5e307", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:18:54.080535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2568": ["2018-05-11 17:28:53.711626", "NULL", "NULL", 3578, "de41bea6-9621-4531-a7aa-3fe8ef553949", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:28:53.672099", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2569": ["2018-05-11 17:28:54.115494", "NULL", "NULL", 3579, "6efb404c-7a5c-4663-b055-dd1959e42042", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:28:54.115469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2570": ["2018-05-11 17:38:53.140427", "NULL", "NULL", 3580, "e89414c7-ad23-4725-83ea-7fde94a3fd48", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:38:52.980328", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2571": ["2018-05-11 17:38:53.344076", "NULL", "NULL", 3581, "b4425acb-7e81-4965-a4b2-751acd308fe7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:38:53.344061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2572": ["2018-05-11 17:48:52.769501", "NULL", "NULL", 3582, "e9c02d38-1ef4-4dd9-b0fd-bb3c1e8cdd89", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:48:52.578919", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2573": ["2018-05-11 17:48:52.973261", "NULL", "NULL", 3583, "166c9a09-3f6d-464b-ac99-67842e6efd7b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:48:52.973248", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2574": ["2018-05-11 17:58:53.201914", "NULL", "NULL", 3584, "630b9a51-6474-4ebf-b102-7ded2025186a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:58:53.103677", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2575": ["2018-05-11 17:58:54.206086", "NULL", "NULL", 3585, "cc3dc3fa-ab2b-48f5-8752-d1dbdf8cd60d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 17:58:54.206072", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2576": ["2018-05-11 18:08:53.03416", "NULL", "NULL", 3586, "8562aec5-e0fc-447e-aaf6-8ec52b3b5cc0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:08:53.028953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2577": ["2018-05-11 18:08:53.437651", "NULL", "NULL", 3587, "f78b5ded-8e5c-4777-9423-5462f2c0d360", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:08:53.43764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2578": ["2018-05-11 18:18:52.0667", "NULL", "NULL", 3588, "a17c7383-cc10-442f-93c2-c3ae1e313f4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:18:52.051557", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2579": ["2018-05-11 18:18:52.470424", "NULL", "NULL", 3589, "c9777f81-91c9-40d3-b19f-585681496bbe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:18:52.470409", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2580": ["2018-05-11 18:28:53.096099", "NULL", "NULL", 3590, "b1fe5ab3-d869-48dd-9910-3f8cd002bfa9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:28:52.96317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2581": ["2018-05-11 18:28:53.300056", "NULL", "NULL", 3591, "5b0e5a2f-7b8a-4841-9b34-127fa4a55af7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:28:53.300044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2582": ["2018-05-11 18:38:52.127529", "NULL", "NULL", 3592, "b4669eb7-6bbf-417e-a0a9-005edfffe97f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:38:51.963168", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2583": ["2018-05-11 18:38:52.531379", "NULL", "NULL", 3593, "3b4a5e8d-ecb6-406d-a89f-4b6628de3bfc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:38:52.531365", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2584": ["2018-05-11 18:48:53.160351", "NULL", "NULL", 3594, "cd225e15-ebb9-47dd-a746-cae25acba233", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:48:53.066582", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2585": ["2018-05-11 18:48:53.564212", "NULL", "NULL", 3595, "64f3b6c6-c499-4082-9666-2452786c2dac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:48:53.564199", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2586": ["2018-05-11 15:58:53.412074", "NULL", "NULL", 3561, "3e68c13e-d5e0-4933-972d-b25cba8cab6f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 15:58:53.412062", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2587": ["2018-05-11 18:58:52.60564", "NULL", "NULL", 3596, "7a67e831-11a5-4af0-b76c-ccdc1db7befb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:58:52.465601", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2588": ["2018-05-11 18:58:53.209479", "NULL", "NULL", 3597, "b587c0d3-4634-4f34-9c2d-123fd5ac814f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 18:58:53.20946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2589": ["2018-05-11 19:08:52.036848", "NULL", "NULL", 3598, "6cd9c9b8-aa69-4fd5-93c4-5f9de7d42157", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:08:51.881143", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2590": ["2018-05-11 19:08:52.240497", "NULL", "NULL", 3599, "41d7563b-b835-45a5-9bc6-a88260e69295", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:08:52.240485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2591": ["2018-05-11 19:18:52.469007", "NULL", "NULL", 3600, "6a8df89b-0641-4c05-94db-4201c6586447", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:18:52.301532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2592": ["2018-05-11 19:18:52.672473", "NULL", "NULL", 3601, "e81fd787-d458-4f51-9fc1-0ccf63867569", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:18:52.67246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2593": ["2018-05-11 19:28:52.701815", "NULL", "NULL", 3602, "fb430118-c29d-4862-9e24-02ae143fd4f1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:28:52.505201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2594": ["2018-05-11 19:28:52.905312", "NULL", "NULL", 3603, "72c341f0-5a26-442f-9273-d41d98b1444c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:28:52.905297", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2595": ["2018-05-11 19:38:52.932908", "NULL", "NULL", 3604, "85c0d8c6-9399-4086-bbef-af4afc8887a8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:38:52.902924", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2596": ["2018-05-11 19:38:53.336752", "NULL", "NULL", 3605, "a81fd25d-9d90-4163-9a45-c274bfeb35e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:38:53.336737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2597": ["2018-05-11 19:48:52.165832", "NULL", "NULL", 3606, "98c37320-757e-45d3-b676-82a8d10d001b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:48:52.108586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2598": ["2018-05-11 19:48:52.569479", "NULL", "NULL", 3607, "d88b1963-7a7a-4c2d-aefb-dada31ced66b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:48:52.569449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2599": ["2018-05-11 19:58:54.599828", "NULL", "NULL", 3608, "4207c07a-5055-4a59-abc0-5f7ecc9eafa0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:58:54.526558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2600": ["2018-05-11 19:58:55.403668", "NULL", "NULL", 3609, "8850fefe-3735-42af-a4b7-3803fb8e8ca9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 19:58:55.403653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2601": ["2018-05-11 20:08:52.630654", "NULL", "NULL", 3610, "de6ff275-35e9-4eee-bfda-8ffd0e84c907", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:08:52.534015", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2602": ["2018-05-11 20:08:53.034461", "NULL", "NULL", 3611, "96b19e01-e74f-4890-8f27-2d232da8d11d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:08:53.034439", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2603": ["2018-05-11 20:18:53.062065", "NULL", "NULL", 3612, "053d5881-15be-44b6-a9cd-b56bd8c840fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:18:52.950561", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2604": ["2018-05-11 20:18:53.265725", "NULL", "NULL", 3613, "f733c960-2b34-4a60-97bf-ffb439d50c6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:18:53.265713", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2605": ["2018-05-11 20:28:52.091412", "NULL", "NULL", 3614, "10252f34-829e-4d0e-a06e-2496141a0318", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:28:52.054382", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2606": ["2018-05-11 20:28:52.495091", "NULL", "NULL", 3615, "b0cfc0da-4a22-44a0-821a-0df3c1a90a42", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:28:52.495078", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2607": ["2018-05-11 20:38:53.928582", "NULL", "NULL", 3616, "f4a00ecd-c354-4dac-a2c2-d8a5c5d1d29d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:38:53.762285", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2608": ["2018-05-11 20:38:54.132252", "NULL", "NULL", 3617, "768d6cf4-9277-44b2-9399-fa29c56287fd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:38:54.132237", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2609": ["2018-05-11 20:48:51.959698", "NULL", "NULL", 3618, "d0a50d2b-54d0-47b5-aba8-27926d69ef9c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:48:51.86601", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2610": ["2018-05-11 20:48:52.363253", "NULL", "NULL", 3619, "640f3f7c-6046-49da-ba56-54f1253875c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:48:52.363241", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2611": ["2018-05-11 20:58:52.392626", "NULL", "NULL", 3620, "e23d620b-ed40-488c-a8cf-12f3c35bd332", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:58:52.369176", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2612": ["2018-05-11 20:58:53.196653", "NULL", "NULL", 3621, "156eb9c0-9462-4de3-89e5-31cabe4087f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 20:58:53.196638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2613": ["2018-05-11 21:08:53.624951", "NULL", "NULL", 3622, "a533c936-922d-49b9-8593-2d98711a38ba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:08:53.47204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2614": ["2018-05-11 21:08:53.828676", "NULL", "NULL", 3623, "897d71b4-0569-49eb-9bef-19eb0da0a8a5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:08:53.828663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2615": ["2018-05-11 21:18:52.259039", "NULL", "NULL", 3624, "763dd056-c86e-4913-a07b-45b56ce2ccbb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:18:52.181102", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2616": ["2018-05-11 21:18:52.663102", "NULL", "NULL", 3625, "b1f49c87-b54e-4cca-bcca-da8aab01d30b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:18:52.663074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2617": ["2018-05-11 21:28:53.305296", "NULL", "NULL", 3626, "43632f5a-21c5-4566-9db9-3326a27bf3d7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:28:53.207749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2618": ["2018-05-11 21:28:53.70897", "NULL", "NULL", 3627, "3b77b035-ae9c-4303-a688-e8f3ab7e67e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:28:53.708955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2619": ["2018-05-11 21:38:51.7325", "NULL", "NULL", 3628, "63ef187a-e303-4ebe-a1c6-e673ebbef435", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:38:51.70797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2620": ["2018-05-11 21:38:52.136129", "NULL", "NULL", 3629, "f5fb9c49-bc55-4cf2-97b6-c1b28226e391", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:38:52.136117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2621": ["2018-05-11 21:48:52.765719", "NULL", "NULL", 3630, "bf5dff5a-d5a0-4057-a5da-8cd35b1e75cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:48:52.630602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2622": ["2018-05-11 21:48:52.96966", "NULL", "NULL", 3631, "b482c8c5-a322-458e-80ed-674dd1f92121", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:48:52.969647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2623": ["2018-05-11 21:58:52.798708", "NULL", "NULL", 3632, "da8608ff-4f79-44b9-b732-4b36cf021825", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:58:52.730804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2624": ["2018-05-11 21:58:53.602603", "NULL", "NULL", 3633, "621c9035-6853-44a1-93dc-65e985c908e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 21:58:53.602591", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2625": ["2018-05-11 22:08:53.229508", "NULL", "NULL", 3634, "c7b2d904-2db6-46ab-898b-3519f4aa6c22", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:08:53.028493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2626": ["2018-05-11 22:08:53.633586", "NULL", "NULL", 3635, "dd4688ee-382c-4ed2-960a-104b31381b0a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:08:53.633571", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2627": ["2018-05-11 22:18:52.262865", "NULL", "NULL", 3636, "e228f7f7-bd3c-452c-8de2-8102f5640dcf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:18:52.233796", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2628": ["2018-05-11 22:18:52.666619", "NULL", "NULL", 3637, "4d91f338-1a9e-443d-a8ba-685e5d021c82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:18:52.666607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2629": ["2018-05-11 22:28:52.69715", "NULL", "NULL", 3638, "eeb93b1a-12b1-488e-9fd0-a0138f901791", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:28:52.636574", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2630": ["2018-05-11 22:28:53.100844", "NULL", "NULL", 3639, "1186efbc-3334-4c04-86ed-dcbdfe31fbfd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:28:53.10083", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2631": ["2018-05-11 22:38:51.926974", "NULL", "NULL", 3640, "6bfe8307-0a5e-4314-99ec-fe358aafd66f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:38:51.843459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2632": ["2018-05-11 22:38:52.331231", "NULL", "NULL", 3641, "dc268618-8302-46cb-9d53-7eb6d388ea9a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:38:52.331217", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2633": ["2018-05-11 22:48:52.159955", "NULL", "NULL", 3642, "6e66d06c-72af-4a87-ab53-981daadf830a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:48:52.061821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2634": ["2018-05-11 22:48:52.56364", "NULL", "NULL", 3643, "c2dc2c59-2322-419b-9764-2cfce702f4c2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:48:52.563626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2635": ["2018-05-11 22:58:53.795292", "NULL", "NULL", 3644, "a5457dff-94ea-4b37-9cc7-58ff1094cd86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:58:53.680454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2636": ["2018-05-11 22:58:54.599364", "NULL", "NULL", 3645, "97547062-6bd5-43e2-a385-5cd60cfa3f32", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 22:58:54.599344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2637": ["2018-05-11 23:08:53.23738", "NULL", "NULL", 3646, "af67b303-c1d0-4649-810b-1df7db10b2fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:08:53.07551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2638": ["2018-05-11 23:08:53.441142", "NULL", "NULL", 3647, "655be064-7ae3-40d9-b203-6e93f7f83d34", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:08:53.441129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2639": ["2018-05-11 23:18:53.470262", "NULL", "NULL", 3648, "af07f329-81fb-47b6-8afd-c34e4adbe268", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:18:53.382277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2640": ["2018-05-11 23:18:53.874249", "NULL", "NULL", 3649, "a77fd7c5-2a2a-479d-b8d8-d2aa4e60a8d0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:18:53.874235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2641": ["2018-05-11 23:28:52.507732", "NULL", "NULL", 3650, "bae7b80d-766e-47f7-a372-8e873fafdace", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:28:52.385719", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2642": ["2018-05-11 23:28:52.911689", "NULL", "NULL", 3651, "43b2dd4f-94b1-4956-8fa6-d6c48bd3ab92", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:28:52.911676", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2643": ["2018-05-11 23:38:52.941194", "NULL", "NULL", 3652, "55a1fcf6-f84f-4425-b2e7-7496402bd959", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:38:52.898293", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2644": ["2018-05-11 23:38:53.34494", "NULL", "NULL", 3653, "fcfaf3fe-30cb-4c28-a834-2b05f82c1c9e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:38:53.34492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2645": ["2018-05-11 23:48:52.171596", "NULL", "NULL", 3654, "1343db6a-f324-4bf1-8f79-d135f47f16b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:48:52.102672", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2646": ["2018-05-11 23:48:52.575593", "NULL", "NULL", 3655, "e217cdca-d350-4654-9181-ba999fe51fd3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:48:52.57558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2647": ["2018-05-11 23:58:54.001481", "NULL", "NULL", 3656, "b2bb0dd5-88ab-46cf-b164-479586a4b3d5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:58:53.813741", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2648": ["2018-05-11 23:58:54.605196", "NULL", "NULL", 3657, "7806f8a6-e553-4a0a-8c49-86db95f026ee", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-11 23:58:54.605184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2649": ["2018-05-12 00:08:53.035085", "NULL", "NULL", 3658, "c3552776-2001-494a-8984-9ce7204d8df9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:08:53.030294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2650": ["2018-05-12 00:08:53.438726", "NULL", "NULL", 3659, "e82dd6b2-b747-4dda-ae84-03bc8e436362", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:08:53.438707", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2651": ["2018-05-12 00:18:53.467166", "NULL", "NULL", 3660, "b7fa6670-7447-4f5c-9e81-8c18e41b1520", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:18:53.335333", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2652": ["2018-05-12 00:18:53.871013", "NULL", "NULL", 3661, "900f73c9-55c6-4253-a59a-96db188b847c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:18:53.871", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2653": ["2018-05-12 00:28:53.898602", "NULL", "NULL", 3662, "6281025f-a1a9-46ae-82da-cdc9c2a456b3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:28:53.754622", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2654": ["2018-05-12 00:28:54.102342", "NULL", "NULL", 3663, "be382fdd-7c37-4b63-be98-96caf40a80ac", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:28:54.102329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2655": ["2018-05-12 00:38:52.330595", "NULL", "NULL", 3664, "ec697479-a9cd-43fa-be43-05c02f523e50", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:38:52.273312", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2656": ["2018-05-12 00:38:52.734519", "NULL", "NULL", 3665, "73ecea99-5467-4e4c-b3c5-124afe46dd8a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:38:52.734503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2657": ["2018-05-12 00:48:52.96464", "NULL", "NULL", 3666, "a1e7864b-366f-4b65-8ee7-4ca9475912cc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:48:52.802598", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2658": ["2018-05-12 00:48:53.16827", "NULL", "NULL", 3667, "ed600219-c70f-4a32-a69b-eb4f168971a7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:48:53.168255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2659": ["2018-05-12 00:58:53.996389", "NULL", "NULL", 3668, "90a20978-10f3-4253-a021-775977bc6a58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:58:53.91804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2660": ["2018-05-12 00:58:54.800234", "NULL", "NULL", 3669, "5e478788-cb6a-4d6a-8408-ea57c6b66e7b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 00:58:54.800222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2661": ["2018-05-12 01:08:53.027312", "NULL", "NULL", 3670, "a972bfd9-5d44-47e0-9d75-7f2b9cc8b14f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:08:52.935863", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2662": ["2018-05-12 01:08:53.431512", "NULL", "NULL", 3671, "ef77d764-4a47-4b97-8210-6a4368fc016c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:08:53.431499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2663": ["2018-05-12 01:18:52.870186", "NULL", "NULL", 3672, "8cb69127-a4a6-4198-b6d0-5a98f8bff25a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:18:52.744473", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2664": ["2018-05-12 01:18:53.073776", "NULL", "NULL", 3673, "84e8df33-c796-4295-8d98-5977fafd8621", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:18:53.073749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2665": ["2018-05-12 01:28:53.105636", "NULL", "NULL", 3674, "8441a98e-3b19-4056-8af6-09a13417ad9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:28:52.97115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2666": ["2018-05-12 01:28:53.309406", "NULL", "NULL", 3675, "ce1b9e4e-1257-4e3d-8cf3-91b081525229", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:28:53.309394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2667": ["2018-05-12 01:38:53.339043", "NULL", "NULL", 3676, "c087e922-eebf-4828-ade9-a66f71ff905a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:38:53.19541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2668": ["2018-05-12 01:38:53.542889", "NULL", "NULL", 3677, "08b267e2-cd91-4bae-a984-80bf24e74c52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:38:53.542877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2669": ["2018-05-12 01:48:52.175993", "NULL", "NULL", 3678, "f68171cd-9524-4431-aa6a-1d9cb9a3c562", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:48:51.993722", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2670": ["2018-05-12 01:48:52.37964", "NULL", "NULL", 3679, "7a9cc3da-ba5e-4d55-be76-4f17be939d45", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:48:52.379626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2671": ["2018-05-12 01:58:53.211541", "NULL", "NULL", 3680, "6999bcee-6c78-440d-b636-d40dd7cc1af1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:58:53.196479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2672": ["2018-05-12 01:58:54.01534", "NULL", "NULL", 3681, "3054a517-207f-493a-bc44-15308561bf03", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 01:58:54.015311", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2673": ["2018-05-12 02:08:52.844406", "NULL", "NULL", 3682, "13cfb9c1-9750-42cc-85e7-8f25e8d90b96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:08:52.696877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2674": ["2018-05-12 02:08:53.048208", "NULL", "NULL", 3683, "2bb5c68e-8db3-4bed-a74d-21a2242eb549", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:08:53.048179", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2675": ["2018-05-12 02:18:52.282081", "NULL", "NULL", 3684, "8dfa8212-2433-4046-ae62-87fa4a675a20", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:18:52.118567", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2676": ["2018-05-12 02:18:52.686203", "NULL", "NULL", 3685, "2d3189c8-5f92-4031-9256-9cff2323b071", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:18:52.686188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2677": ["2018-05-12 02:28:52.715004", "NULL", "NULL", 3686, "8b828b51-e6d1-4894-8214-d0c7f98b19cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:28:52.647221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2678": ["2018-05-12 02:28:53.11876", "NULL", "NULL", 3687, "ba8fa646-ddcd-486e-9fdc-0ea4235f9a45", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:28:53.118746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2679": ["2018-05-12 02:38:52.747292", "NULL", "NULL", 3688, "9c924495-52c7-45d1-bc14-72693dc53a0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:38:52.675732", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2680": ["2018-05-12 02:38:53.151046", "NULL", "NULL", 3689, "2f2fa970-c906-4272-855c-dd268b339f54", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:38:53.151032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2681": ["2018-05-12 12:58:52.876684", "NULL", "NULL", 3812, "2a9f2581-893f-4031-8c77-f402c10191af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:58:52.810146", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2682": ["2018-05-12 12:58:53.880601", "NULL", "NULL", 3813, "584da4df-5902-4282-87b2-d950973575ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:58:53.880588", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2683": ["2018-05-12 13:08:52.908828", "NULL", "NULL", 3814, "d9d89dfa-1282-41d5-b53f-c2db2b6ddd00", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:08:52.904203", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2684": ["2018-05-12 13:08:53.512551", "NULL", "NULL", 3815, "066d3522-6b76-4c7c-aba5-9c626e823899", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:08:53.512538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2685": ["2018-05-12 13:18:52.741813", "NULL", "NULL", 3816, "d5a73228-cd46-4361-bab6-7248930b0ab7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:18:52.617278", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2686": ["2018-05-12 13:18:53.145489", "NULL", "NULL", 3817, "fb810b9e-4b94-49c3-a17c-dcb2b68fb8d1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:18:53.145458", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2687": ["2018-05-12 13:28:52.976158", "NULL", "NULL", 3818, "35b0c0e6-1fd3-45ba-b7e0-52e323eaf008", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:28:52.840814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2688": ["2018-05-12 13:28:53.179932", "NULL", "NULL", 3819, "7305cfdc-54fe-456e-a4ee-57bb0759f494", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:28:53.17992", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2689": ["2018-05-12 13:38:53.209532", "NULL", "NULL", 3820, "092915b9-3b82-4eb7-9ab2-2556f6bacb63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:38:53.157184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2690": ["2018-05-12 13:38:53.613659", "NULL", "NULL", 3821, "37aa6cb9-90fe-4577-b566-49fd08f7410b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:38:53.613644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2691": ["2018-05-12 13:48:53.041705", "NULL", "NULL", 3822, "cf32da1c-7246-4dde-9796-ebb921c08eec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:48:52.867119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2692": ["2018-05-12 13:48:53.445619", "NULL", "NULL", 3823, "df0a27b2-7c91-4e72-b267-6fe47963ed76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:48:53.445603", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2693": ["2018-05-12 13:58:53.677476", "NULL", "NULL", 3824, "a0b7b636-fb8e-439c-b721-85b3ac494c96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:58:53.493885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2694": ["2018-05-12 13:58:54.281219", "NULL", "NULL", 3825, "37ff779b-7244-4d85-b7ba-23882d4ea904", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 13:58:54.281189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2695": ["2018-05-12 02:48:52.780499", "NULL", "NULL", 3690, "6a402f80-93eb-491f-8ed3-2d78941389cd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:48:52.589113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2696": ["2018-05-12 02:48:53.184199", "NULL", "NULL", 3691, "8c22ae09-1138-4c16-b19e-8d5f4597ecf4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:48:53.184185", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2697": ["2018-05-12 02:58:53.411739", "NULL", "NULL", 3692, "2e4dc00a-fe85-4d36-973b-679c342adaf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:58:53.286726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2698": ["2018-05-12 02:58:54.015516", "NULL", "NULL", 3693, "5cdd9282-30e1-4aab-b056-336934b7791c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 02:58:54.015504", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2699": ["2018-05-12 03:08:52.644278", "NULL", "NULL", 3694, "e83821fb-8500-4c13-b1a6-c869b9efc4dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:08:52.516699", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2700": ["2018-05-12 03:08:53.048028", "NULL", "NULL", 3695, "74c142ff-0fcf-4811-a1ac-a36eda7aa782", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:08:53.048015", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2701": ["2018-05-12 03:18:53.276509", "NULL", "NULL", 3696, "7225538d-f1dc-438e-9392-2fc81b7ead9d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:18:53.129165", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2702": ["2018-05-12 03:18:53.680521", "NULL", "NULL", 3697, "0da813d9-be2a-42eb-8d5e-02e4c2506b3b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:18:53.680506", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2703": ["2018-05-12 03:28:52.311439", "NULL", "NULL", 3698, "90d2e795-97e3-40d5-9cec-5f4ca4e2d730", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:28:52.139536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2704": ["2018-05-12 03:28:52.715248", "NULL", "NULL", 3699, "12eef79b-5e26-42dd-9750-94982eb65021", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:28:52.715235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2705": ["2018-05-12 03:38:53.143656", "NULL", "NULL", 3700, "d6eb2692-c751-402c-aa97-0ea54e5c1c35", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:38:53.039007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2706": ["2018-05-12 03:38:53.347538", "NULL", "NULL", 3701, "4daac312-911a-4ffd-8229-6cf5795369e3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:38:53.347524", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2707": ["2018-05-12 03:48:52.774319", "NULL", "NULL", 3702, "f94eb5c3-aac1-41c3-a1fc-69068f85a424", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:48:52.646134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2708": ["2018-05-12 03:48:53.178078", "NULL", "NULL", 3703, "aef2912c-5ea9-44d7-82c7-c63a2bc721aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:48:53.178065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2709": ["2018-05-12 03:58:53.408526", "NULL", "NULL", 3704, "9d7af860-e935-4977-8289-8a3adb0fffce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:58:53.350427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2710": ["2018-05-12 03:58:54.212542", "NULL", "NULL", 3705, "b8c77bae-9e63-483d-9c23-e821163d6e72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 03:58:54.212526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2711": ["2018-05-12 04:08:53.248929", "NULL", "NULL", 3706, "e8dc8f8c-1840-4661-b448-2bd2aef225b9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:08:53.171805", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2712": ["2018-05-12 04:08:53.6528", "NULL", "NULL", 3707, "e8c8c76d-85c1-491f-b193-232a71d0dcfa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:08:53.652786", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2713": ["2018-05-12 04:18:52.486999", "NULL", "NULL", 3708, "fcb29327-389f-464a-8b8c-75111e0ff21b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:18:52.369692", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2714": ["2018-05-12 04:18:52.690632", "NULL", "NULL", 3709, "18b13d99-17f1-4092-bb8c-1309746020da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:18:52.690619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2715": ["2018-05-12 04:28:52.315219", "NULL", "NULL", 3710, "9a5f87e0-a17a-4800-8f2f-1f9ac18864e6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:28:52.176655", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2716": ["2018-05-12 04:28:52.719099", "NULL", "NULL", 3711, "2ed62c5e-13ab-47cf-980a-598674c658ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:28:52.719085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2717": ["2018-05-12 04:38:53.550144", "NULL", "NULL", 3712, "601673e8-d066-4b26-b884-8f230f9852ea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:38:53.501109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2718": ["2018-05-12 04:38:53.954209", "NULL", "NULL", 3713, "8daa54a7-f39a-4ce6-a459-93e267dcfabd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:38:53.954196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2719": ["2018-05-12 04:48:52.581156", "NULL", "NULL", 3714, "1d4082c2-20f7-42b5-bc96-da260d4fb819", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:48:52.500307", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2720": ["2018-05-12 04:48:52.985148", "NULL", "NULL", 3715, "fdbfa838-7d0d-4d89-8656-229a2c6d8385", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:48:52.985136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2721": ["2018-05-12 04:58:53.217422", "NULL", "NULL", 3716, "41780950-6932-454a-b214-282fae464449", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:58:53.208253", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2722": ["2018-05-12 04:58:54.02144", "NULL", "NULL", 3717, "4eb686d6-9112-46da-be7e-f2b097e379aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 04:58:54.021427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2723": ["2018-05-12 05:08:52.45114", "NULL", "NULL", 3718, "8a8cf922-a7c6-401e-a187-064f5407dc6f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:08:52.421055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2724": ["2018-05-12 05:08:52.855099", "NULL", "NULL", 3719, "6099f9d4-3dc7-4319-85fe-ff7bb54b3cbd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:08:52.855083", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2725": ["2018-05-12 05:18:52.494024", "NULL", "NULL", 3720, "15a811dc-875b-4af4-9e81-35c9e1794dca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:18:52.332109", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2726": ["2018-05-12 05:18:52.697655", "NULL", "NULL", 3721, "1a92c209-3b05-4025-a997-6bafdf4fe8cc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:18:52.697641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2727": ["2018-05-12 05:28:52.725698", "NULL", "NULL", 3722, "96418afe-4c9d-4820-bffc-ff35d54551a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:28:52.630724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2728": ["2018-05-12 05:28:53.129632", "NULL", "NULL", 3723, "4c068912-1089-491b-9ba5-39670cdc698c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:28:53.129618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2729": ["2018-05-12 05:38:51.965156", "NULL", "NULL", 3724, "917aa5c0-eded-474f-bf57-d595c3f11a0f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:38:51.933162", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2730": ["2018-05-12 05:38:52.369046", "NULL", "NULL", 3725, "835d9455-5eeb-4b48-b122-dce86e9a5c97", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:38:52.369033", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2731": ["2018-05-12 05:48:53.397427", "NULL", "NULL", 3726, "3763850f-ea31-483b-aea6-92b2b9f8ef94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:48:53.240953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2732": ["2018-05-12 05:48:53.601241", "NULL", "NULL", 3727, "79f6a2e4-bc96-4ba2-863f-4b37b3209f5b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:48:53.601227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2733": ["2018-05-12 05:58:53.827681", "NULL", "NULL", 3728, "caf9d330-7cae-4616-b3e6-3ed3c1782051", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:58:53.751532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2734": ["2018-05-12 05:58:54.631648", "NULL", "NULL", 3729, "c714d101-39b7-4f25-b03f-12051d9218e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 05:58:54.631634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2735": ["2018-05-12 06:08:53.659052", "NULL", "NULL", 3730, "bcaddc10-fae6-4d7c-b55b-2e1fa4723553", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:08:53.580283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2736": ["2018-05-12 06:08:54.063138", "NULL", "NULL", 3731, "a48186a5-d9fa-450e-bb92-d52e97a76cff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:08:54.063122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2737": ["2018-05-12 06:18:53.301428", "NULL", "NULL", 3732, "5bc18db6-966d-49ba-9ad8-0a45bcb48036", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:18:53.106024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2738": ["2018-05-12 06:18:53.505283", "NULL", "NULL", 3733, "e6f92349-7772-42af-85da-55b1e9e8d745", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:18:53.505268", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2739": ["2018-05-12 06:28:52.34358", "NULL", "NULL", 3734, "22355531-70e6-421d-b670-26827b32a459", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:28:52.217834", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2740": ["2018-05-12 06:28:52.7474", "NULL", "NULL", 3735, "beda468b-530c-4acc-b5ba-5198785da3cf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:28:52.747386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2741": ["2018-05-12 06:38:52.173011", "NULL", "NULL", 3736, "12a1481d-b900-47f8-8947-82e528c6531e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:38:52.007499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2742": ["2018-05-12 06:38:52.376555", "NULL", "NULL", 3737, "d098765b-552d-4f7f-91ec-413f7ad51560", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:38:52.376542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2743": ["2018-05-12 06:48:52.805585", "NULL", "NULL", 3738, "e7a1e425-853d-4cde-9d26-ae026fbb3d3a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:48:52.610486", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2744": ["2018-05-12 06:48:53.20941", "NULL", "NULL", 3739, "b1e643b2-db48-4cad-8c5b-1bfa00c27eb3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:48:53.209395", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2745": ["2018-05-12 06:58:52.642935", "NULL", "NULL", 3740, "a44a843a-cbe0-4847-bf68-e2de7dad10bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:58:52.513758", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2746": ["2018-05-12 06:58:53.246641", "NULL", "NULL", 3741, "b85f77b9-7c3a-4aba-9c38-476650c632c7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 06:58:53.246629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2747": ["2018-05-12 07:08:53.078124", "NULL", "NULL", 3742, "10777edb-a387-4969-8446-2b267e170491", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:08:53.027885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2748": ["2018-05-12 07:08:53.482022", "NULL", "NULL", 3743, "d119e45e-b9a0-45d5-a4ea-95a86cd4503d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:08:53.482007", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2749": ["2018-05-12 07:18:52.310269", "NULL", "NULL", 3744, "be970531-a6a9-4594-8c1f-27c99c6183dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:18:52.227131", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2750": ["2018-05-12 07:18:52.714012", "NULL", "NULL", 3745, "f9e78ff8-65f2-4346-9793-c9d51eff20c1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:18:52.713999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2751": ["2018-05-12 07:28:52.951147", "NULL", "NULL", 3746, "588e8d3f-3e35-4ea2-8abe-83b1d97b842b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:28:52.834112", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2752": ["2018-05-12 07:28:53.354671", "NULL", "NULL", 3747, "53bb61d9-5037-444e-8996-9ae59a88054e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:28:53.354659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2753": ["2018-05-12 07:38:51.980908", "NULL", "NULL", 3748, "904952e0-274f-47b9-b7b5-83f58d2cd832", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:38:51.960802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2754": ["2018-05-12 07:38:52.38462", "NULL", "NULL", 3749, "229ccd55-9aa8-445d-8df5-ae5138fabf7d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:38:52.384606", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2755": ["2018-05-12 07:48:52.015689", "NULL", "NULL", 3750, "bd64e0d4-29cb-4215-ba79-8e71bd08634f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:48:51.969249", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2756": ["2018-05-12 07:48:52.419578", "NULL", "NULL", 3751, "1e4791d5-6a25-4f89-a2cd-d45b57759a55", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:48:52.419563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2757": ["2018-05-12 07:58:53.249666", "NULL", "NULL", 3752, "5e92384b-1647-441b-a579-7ee905378154", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:58:53.190487", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2758": ["2018-05-12 07:58:54.254065", "NULL", "NULL", 3753, "c27cb303-4b18-4cd4-8f7a-5d8aad3801d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 07:58:54.254049", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2759": ["2018-05-12 08:08:52.484237", "NULL", "NULL", 3754, "3d197330-e7c4-4164-8a66-a7af47a890ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:08:52.319095", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2760": ["2018-05-12 08:08:52.688069", "NULL", "NULL", 3755, "3f919889-f55a-4317-a7da-af0932c10f27", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:08:52.68804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2761": ["2018-05-12 08:18:53.31599", "NULL", "NULL", 3756, "4afb7c7a-94c0-4b54-9e33-f4ba9c5480eb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:18:53.252179", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2762": ["2018-05-12 08:18:53.720096", "NULL", "NULL", 3757, "2e913231-82bb-408e-a727-75f9c3b9ca7c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:18:53.720081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2763": ["2018-05-12 08:28:52.750649", "NULL", "NULL", 3758, "d9bde149-abf7-426b-a3e3-ab4df93b17e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:28:52.671252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2764": ["2018-05-12 08:28:53.154846", "NULL", "NULL", 3759, "87064991-4990-45dd-a32a-e4ac1a502608", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:28:53.154835", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2765": ["2018-05-12 08:38:52.393461", "NULL", "NULL", 3760, "c4a89dbe-0a8b-4f2e-9d9b-eb37b6bbb814", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:38:52.370002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2766": ["2018-05-12 08:38:52.79728", "NULL", "NULL", 3761, "d347e559-6f55-4ea4-83a4-b38a2bd18f57", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:38:52.797265", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2767": ["2018-05-12 08:48:53.025955", "NULL", "NULL", 3762, "4ad6c468-14f8-4766-897e-317df3cafaaa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:48:52.972552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2768": ["2018-05-12 08:48:53.42986", "NULL", "NULL", 3763, "995d2978-8b39-4a3a-8555-350ddd9c994b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:48:53.429833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2769": ["2018-05-12 08:58:52.857671", "NULL", "NULL", 3764, "e7c9f96f-1568-4a6a-93e2-c82d55b7abca", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:58:52.676948", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2770": ["2018-05-12 08:58:53.461678", "NULL", "NULL", 3765, "d9b821fd-b6be-42b8-a98f-d1ce4e1c7855", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 08:58:53.461664", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2771": ["2018-05-12 09:08:53.291095", "NULL", "NULL", 3766, "c0652cfe-57b7-4b30-9c60-fa9d202b9b77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:08:53.183236", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2772": ["2018-05-12 09:08:53.695264", "NULL", "NULL", 3767, "87f6c566-2293-4674-a0a4-63fd10008acd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:08:53.695252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2773": ["2018-05-12 09:18:52.323005", "NULL", "NULL", 3768, "b12b6a3d-2dce-45f8-a01c-43dbd585f868", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:18:52.291425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2774": ["2018-05-12 09:18:52.727205", "NULL", "NULL", 3769, "e2d06fce-b8b7-4e57-a64c-fa781b82c495", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:18:52.727192", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2775": ["2018-05-12 09:28:53.555995", "NULL", "NULL", 3770, "29997bab-46b1-41bd-b9db-47a68cc6a9d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:28:53.399834", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2776": ["2018-05-12 09:28:53.759342", "NULL", "NULL", 3771, "c894d824-76ee-48e8-8527-2b8da9dab12f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:28:53.759321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2777": ["2018-05-12 09:38:52.790697", "NULL", "NULL", 3772, "34c14f68-a878-4ee3-9a7a-4e84ce6bba92", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:38:52.601338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2778": ["2018-05-12 09:38:52.994365", "NULL", "NULL", 3773, "7142db0f-9bd7-43c5-b365-3ecdbb6c3a6e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:38:52.994352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2779": ["2018-05-12 09:48:53.223403", "NULL", "NULL", 3774, "b5a7b39c-1f2f-40da-87d6-2ffa0336c323", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:48:53.107954", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2780": ["2018-05-12 09:48:53.427201", "NULL", "NULL", 3775, "7d9cfa5d-c2e3-44ca-87c8-992d334a820a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:48:53.427172", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2781": ["2018-05-12 09:58:53.452397", "NULL", "NULL", 3776, "81da3f77-73c8-4c9f-96ad-a9172e218e53", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:58:53.306219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2782": ["2018-05-12 09:58:54.056284", "NULL", "NULL", 3777, "36505010-8ad4-46f1-b6a6-11b8aa340eea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 09:58:54.056272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2783": ["2018-05-12 10:08:53.086217", "NULL", "NULL", 3778, "449d9006-8b92-45a5-8090-4537472682c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:08:52.908575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2784": ["2018-05-12 10:08:53.290118", "NULL", "NULL", 3779, "5d9c0fae-7a02-4f37-90b1-17730cd16359", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:08:53.290101", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2785": ["2018-05-12 10:18:52.518501", "NULL", "NULL", 3780, "362980b3-7265-4ab5-84f8-7cb332c3cfd5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:18:52.410705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2786": ["2018-05-12 10:18:52.722616", "NULL", "NULL", 3781, "458eaef7-fd37-4287-9b48-2da657b50ceb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:18:52.722604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2787": ["2018-05-12 10:28:52.952003", "NULL", "NULL", 3782, "5da39af5-059b-4ac6-9ae0-2ed2d5c4c02e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:28:52.905272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2788": ["2018-05-12 10:28:53.355732", "NULL", "NULL", 3783, "43176e29-87cc-4c30-ac34-49623fbb001b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:28:53.35572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2789": ["2018-05-12 10:38:52.393284", "NULL", "NULL", 3784, "69a4f251-a832-4818-8d75-64a674e60669", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:38:52.21729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2790": ["2018-05-12 10:38:52.597549", "NULL", "NULL", 3785, "fb3b1bac-91b1-4762-86a9-922abee45413", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:38:52.597536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2791": ["2018-05-12 10:48:53.235212", "NULL", "NULL", 3786, "dcf6c632-2816-43c0-ac18-d952cf2366fd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:48:53.119089", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2792": ["2018-05-12 10:48:53.639206", "NULL", "NULL", 3787, "487c8616-3357-4667-9384-23759c6a21aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:48:53.639188", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2793": ["2018-05-12 10:58:53.269224", "NULL", "NULL", 3788, "925aed9e-d3ab-41bf-b405-ff58201692e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:58:53.143035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2794": ["2018-05-12 10:58:53.873011", "NULL", "NULL", 3789, "8b083f78-cc48-4393-a6a9-05f2c1eb5759", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 10:58:53.872999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2795": ["2018-05-12 11:08:52.303705", "NULL", "NULL", 3790, "08b90174-c454-4cc3-a2fa-d4aaf12e3b62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:08:52.267451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2796": ["2018-05-12 11:08:52.707513", "NULL", "NULL", 3791, "ad014166-f8eb-4503-88a7-d8a481b4f4e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:08:52.7075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2797": ["2018-05-12 11:18:53.136234", "NULL", "NULL", 3792, "7e4d6f80-7599-4f1d-ac5e-b9eb42a46c90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:18:52.988803", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2798": ["2018-05-12 11:18:53.539986", "NULL", "NULL", 3793, "abfe1229-75f1-4081-ab34-7caf7c416a41", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:18:53.53996", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2799": ["2018-05-12 11:28:53.971826", "NULL", "NULL", 3794, "d4d130f6-89b8-4597-8f19-7974c8006fd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:28:53.894387", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2800": ["2018-05-12 11:28:54.37574", "NULL", "NULL", 3795, "4436511b-ca10-422b-988f-49fb53f81c18", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:28:54.375725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2801": ["2018-05-12 11:38:53.804652", "NULL", "NULL", 3796, "05f14952-bd3a-409f-abd4-7f0d2296590b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:38:53.613993", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2802": ["2018-05-12 11:38:54.008539", "NULL", "NULL", 3797, "5f483590-dcf3-4bb9-bf68-926fd93185e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:38:54.008523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2803": ["2018-05-12 11:48:52.438226", "NULL", "NULL", 3798, "cd46fcf4-a80e-4272-b945-cebf48303d90", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:48:52.322613", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2804": ["2018-05-12 11:48:52.641952", "NULL", "NULL", 3799, "e056fad6-1d22-40a8-bf62-1ee743b8a46a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:48:52.641939", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2805": ["2018-05-12 11:58:52.871722", "NULL", "NULL", 3800, "5fff468f-0229-4231-ade4-c30cc9ed956f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:58:52.841841", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2806": ["2018-05-12 11:58:53.675734", "NULL", "NULL", 3801, "83e6e830-cee2-44d1-935f-caf931985d41", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 11:58:53.675721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2807": ["2018-05-12 12:08:53.303808", "NULL", "NULL", 3802, "9deed1d5-0f7c-4ccc-9f70-da6cd9a1ffd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:08:53.154493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2808": ["2018-05-12 12:08:53.507467", "NULL", "NULL", 3803, "5c73a326-1486-48e8-8518-c0b0309796a6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:08:53.507454", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2809": ["2018-05-12 12:18:52.14368", "NULL", "NULL", 3804, "fe532b37-1f55-479b-a14c-ce3b37542b39", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:18:52.073392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2810": ["2018-05-12 12:18:52.547524", "NULL", "NULL", 3805, "4d69e5cc-db7c-4858-bdc4-b0a1e3f3db25", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:18:52.547508", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2811": ["2018-05-12 12:28:53.376268", "NULL", "NULL", 3806, "6e736f49-03ea-46cb-b244-1a3ee651c1ef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:28:53.292687", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2812": ["2018-05-12 12:28:53.780695", "NULL", "NULL", 3807, "f156dbd2-f6f6-46dc-9b50-a254f8a7e177", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:28:53.78068", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2813": ["2018-05-12 12:38:52.610183", "NULL", "NULL", 3808, "a02bf11d-3b60-4e3a-ad95-6596ff8b8d42", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:38:52.503594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2814": ["2018-05-12 14:08:53.11765", "NULL", "NULL", 3826, "51c37b2e-6103-4804-80a6-0f3d5905bf73", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:08:53.005955", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2815": ["2018-05-12 14:08:53.321338", "NULL", "NULL", 3827, "379ff3d5-e22d-47b5-9721-7dc8e9ef0f5c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:08:53.321326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2816": ["2018-05-12 14:18:52.961088", "NULL", "NULL", 3828, "752da87f-43f3-49a1-a2f5-d1e16b06a695", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:18:52.825717", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2817": ["2018-05-12 14:18:53.165046", "NULL", "NULL", 3829, "c11f3c64-f6be-4f7a-b7ac-a65bcf7dfc43", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:18:53.165034", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2818": ["2018-05-12 14:28:53.20629", "NULL", "NULL", 3830, "b3fe2a23-8280-4d1b-a0b5-a8c9b4baa5a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:28:53.032652", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2819": ["2018-05-12 14:28:53.610549", "NULL", "NULL", 3831, "023f827b-e8a5-4f75-8599-3d74901d1de5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:28:53.610528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2820": ["2018-05-12 14:38:53.040192", "NULL", "NULL", 3832, "4692f002-f52e-4640-a1d8-df7f78da685a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:38:52.94252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2821": ["2018-05-12 14:38:53.443681", "NULL", "NULL", 3833, "91bbc77c-c9af-4576-8f06-f5b9bda716ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:38:53.443667", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2822": ["2018-05-12 14:48:52.674085", "NULL", "NULL", 3834, "facad5b5-3f85-4e7a-b400-17e8c826dbb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:48:52.556105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2823": ["2018-05-12 14:48:52.877894", "NULL", "NULL", 3835, "cb75ec13-9199-4891-95f1-56c525753603", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:48:52.87788", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2824": ["2018-05-12 14:58:53.507971", "NULL", "NULL", 3836, "e9e08831-8549-420a-9999-cde29d52635e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:58:53.455377", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2825": ["2018-05-12 14:58:54.311804", "NULL", "NULL", 3837, "6e892a89-85c7-4f94-838e-8dc283895da2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 14:58:54.311791", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2826": ["2018-05-12 15:08:52.741326", "NULL", "NULL", 3838, "b15bfcd2-d6c7-40b5-908a-c24d3497b457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:08:52.58164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2827": ["2018-05-12 12:38:53.014213", "NULL", "NULL", 3809, "19fc9773-2c90-4f3a-b28e-c5f6f9703460", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:38:53.014198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2828": ["2018-05-12 12:48:52.841599", "NULL", "NULL", 3810, "982e1bd7-224c-4c96-ab1d-fd627c5bb535", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:48:52.712843", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2829": ["2018-05-12 12:48:53.445512", "NULL", "NULL", 3811, "ab316374-7a8b-44ce-af79-351b7161ab0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 12:48:53.445499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2830": ["2018-05-12 15:08:52.945041", "NULL", "NULL", 3839, "b9f70883-92a3-4518-955b-4cb414e9e725", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:08:52.945028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2831": ["2018-05-12 15:18:52.976656", "NULL", "NULL", 3840, "de7865e8-0736-4db6-9303-991076eff6d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:18:52.901542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2832": ["2018-05-12 15:18:53.380558", "NULL", "NULL", 3841, "dd737746-7635-4d9f-8748-f7220ada4014", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:18:53.380542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2833": ["2018-05-12 15:28:52.614179", "NULL", "NULL", 3842, "b0193d22-fbfb-4138-8a5d-6724f7123a9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:28:52.515917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2834": ["2018-05-12 15:28:53.017802", "NULL", "NULL", 3843, "e0b4bf26-1111-4823-970f-a34b97aa7e70", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:28:53.01779", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2835": ["2018-05-12 15:38:52.445558", "NULL", "NULL", 3844, "708ef89d-3b8c-4974-8585-9deb24bf4ae8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:38:52.416024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2836": ["2018-05-12 15:38:52.849266", "NULL", "NULL", 3845, "ed02b937-5559-44f8-9db8-a5430ec93ad2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:38:52.849252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2837": ["2018-05-12 15:48:52.877453", "NULL", "NULL", 3846, "365421de-4131-442e-b9b2-ca82e5a639ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:48:52.822243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2838": ["2018-05-12 15:48:53.281253", "NULL", "NULL", 3847, "7177772e-2fdd-4017-85ac-0c4850404a5c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:48:53.28124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2839": ["2018-05-12 15:58:53.509627", "NULL", "NULL", 3848, "a52e986b-1cd7-4e94-a237-f6d4ae0b133a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:58:53.423284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2840": ["2018-05-12 15:58:54.313956", "NULL", "NULL", 3849, "b197b9c5-97a9-4cc0-8a3b-0f1286c89760", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 15:58:54.313941", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2841": ["2018-05-12 16:08:53.344329", "NULL", "NULL", 3850, "17039921-5c5e-43a2-8d03-dfcd223a4ebe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:08:53.226709", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2842": ["2018-05-12 16:08:53.548018", "NULL", "NULL", 3851, "7dd0ca04-8aea-40f4-adb0-f89d43ca64a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:08:53.548006", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2843": ["2018-05-12 16:18:53.176475", "NULL", "NULL", 3852, "d5190b02-957b-4588-8cff-8820e3d01125", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:18:53.152753", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2844": ["2018-05-12 16:18:53.580293", "NULL", "NULL", 3853, "ec38147a-434d-471d-b331-0b6decef5e3b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:18:53.58028", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2845": ["2018-05-12 16:28:53.211132", "NULL", "NULL", 3854, "4675948d-8315-4314-a7f3-78afaef419fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:28:53.170889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2846": ["2018-05-12 16:28:53.615035", "NULL", "NULL", 3855, "0c337a1c-bd84-4387-80a7-c85be4dffd88", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:28:53.615021", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2847": ["2018-05-12 16:38:52.442012", "NULL", "NULL", 3856, "39c3a224-ac99-4c67-9954-5f894ee9584d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:38:52.394002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2848": ["2018-05-12 16:38:52.845568", "NULL", "NULL", 3857, "875d1729-ac49-4d0f-a88b-3d314ab1b796", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:38:52.845556", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2849": ["2018-05-12 16:48:53.476977", "NULL", "NULL", 3858, "635f8c1a-2077-4e46-9850-4857878eb35e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:48:53.40889", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2850": ["2018-05-12 16:48:54.280851", "NULL", "NULL", 3859, "3e48f45d-8292-42ff-8beb-18ee507ae6aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:48:54.280838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2851": ["2018-05-12 16:58:54.111636", "NULL", "NULL", 3860, "9920aa99-fdcd-4537-8abe-b3538e913811", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:58:54.015724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2852": ["2018-05-12 16:58:54.915488", "NULL", "NULL", 3861, "3bdf4662-5ec3-4e6e-865a-f6df2dabd718", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 16:58:54.915456", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2853": ["2018-05-12 17:08:52.947439", "NULL", "NULL", 3862, "7c2b60db-23d8-4bb2-a1fc-470ff317660d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:08:52.92002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2854": ["2018-05-12 17:08:53.351274", "NULL", "NULL", 3863, "3c3514cf-25f3-41a1-bb5d-21f03686255c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:08:53.35126", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2855": ["2018-05-12 17:18:53.179063", "NULL", "NULL", 3864, "091c26d9-94f7-4fdb-b738-38de9c2983dd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:18:53.132196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2856": ["2018-05-12 17:18:53.583149", "NULL", "NULL", 3865, "97170b2e-9dd3-4248-95ab-2508eefaf0e4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:18:53.583136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2857": ["2018-05-12 17:28:53.412924", "NULL", "NULL", 3866, "998db384-c88d-45bc-9094-c13bf2e5295b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:28:53.333514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2858": ["2018-05-12 17:28:53.816645", "NULL", "NULL", 3867, "503e8db9-26f9-4936-866f-c4d62a82916b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:28:53.816631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2859": ["2018-05-12 17:38:52.846314", "NULL", "NULL", 3868, "f38f0854-bf83-4ad4-9fe0-b75df3d37fd4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:38:52.75124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2860": ["2018-05-12 17:38:53.250286", "NULL", "NULL", 3869, "8d0e3dbd-5e36-41e9-8f2b-e8c63eaf181b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:38:53.250272", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2861": ["2018-05-12 17:48:52.875606", "NULL", "NULL", 3870, "53c1756d-f0f5-4650-b454-457e5a301ea1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:48:52.678262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2862": ["2018-05-12 17:48:53.079464", "NULL", "NULL", 3871, "ea62128d-4b55-4c09-947d-a09afa52df4e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:48:53.079449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2863": ["2018-05-12 17:58:52.710243", "NULL", "NULL", 3872, "3234a527-b3e0-42f0-8bd8-dd354c116a71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:58:52.587979", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2864": ["2018-05-12 17:58:53.314051", "NULL", "NULL", 3873, "082898e2-6c5d-4156-989a-004dc32388fc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 17:58:53.314035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2865": ["2018-05-12 18:08:52.343187", "NULL", "NULL", 3874, "c93d07f9-20b7-4f40-9829-43525e27b8ad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:08:52.293342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2866": ["2018-05-12 18:08:52.747128", "NULL", "NULL", 3875, "3c287ba1-b8f6-48f5-a205-a2bfb36c98c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:08:52.747117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2867": ["2018-05-12 18:18:52.977476", "NULL", "NULL", 3876, "8adb6f6a-9f00-4725-acf4-b846a9bc73ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:18:52.901565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2868": ["2018-05-12 18:18:53.381368", "NULL", "NULL", 3877, "da269131-be11-42c7-8932-ee3f42b5a683", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:18:53.381353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2869": ["2018-05-12 18:28:53.413315", "NULL", "NULL", 3878, "387c95c9-a82e-4af8-a6b4-9ac9a6ce6b4d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:28:53.333821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2870": ["2018-05-12 18:28:53.817127", "NULL", "NULL", 3879, "24deb1c0-c31a-4238-a0cc-d18dd8769011", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:28:53.817098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2871": ["2018-05-12 18:38:52.246316", "NULL", "NULL", 3880, "24241b08-9da0-4a30-b2dd-d375d7aca7f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:38:52.228726", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2872": ["2018-05-12 18:38:52.650218", "NULL", "NULL", 3881, "468ae187-9c70-4531-b485-d4755a6818db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:38:52.650204", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2873": ["2018-05-12 18:48:52.279543", "NULL", "NULL", 3882, "dcf3c308-6697-42af-ab38-c5e8f2b8fe36", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:48:52.142715", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2874": ["2018-05-12 18:48:52.483157", "NULL", "NULL", 3883, "18093348-1ec1-4f39-9608-7d1d1539e37a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:48:52.483143", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2875": ["2018-05-12 18:58:53.920696", "NULL", "NULL", 3884, "6b89bbed-831e-4da1-bc9b-b2881a1bd3c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:58:53.776802", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2876": ["2018-05-12 18:58:54.724937", "NULL", "NULL", 3885, "27246ea9-2f73-4780-83bb-7c0a0f1582f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 18:58:54.724926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2877": ["2018-05-12 19:08:53.356284", "NULL", "NULL", 3886, "6dd56989-8d27-44b8-98c4-67968d2dc677", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:08:53.298215", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2878": ["2018-05-12 19:08:53.960056", "NULL", "NULL", 3887, "4568ff89-46a0-4fb8-afdd-a18daf1fc170", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:08:53.960041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2879": ["2018-05-12 19:18:52.787998", "NULL", "NULL", 3888, "56328d49-9ab0-4ceb-a8c9-4232c07a34be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:18:52.607149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2880": ["2018-05-12 19:18:53.19164", "NULL", "NULL", 3889, "ed088671-b743-46c0-94d7-891dba832526", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:18:53.191626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2881": ["2018-05-12 19:28:52.421682", "NULL", "NULL", 3890, "b57ff70e-4a4a-4e35-b1b7-89d91c187ad4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:28:52.311306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2882": ["2018-05-12 19:28:52.625272", "NULL", "NULL", 3891, "7f15986c-e561-40fa-9011-cb9409edd482", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:28:52.625261", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2883": ["2018-05-12 19:38:52.453617", "NULL", "NULL", 3892, "531777b2-053a-4536-8416-44fd11e79752", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:38:52.436894", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2884": ["2018-05-12 19:38:52.857511", "NULL", "NULL", 3893, "28d52d3d-03da-4f20-8869-f87a5e3eb8dd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:38:52.857466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2885": ["2018-05-12 19:48:52.484656", "NULL", "NULL", 3894, "ea541e81-c97e-4589-b8ce-b658cb9c5e98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:48:52.455361", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2886": ["2018-05-12 19:48:52.888399", "NULL", "NULL", 3895, "ec1bc036-762f-401d-9384-be80499f25e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:48:52.888368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2887": ["2018-05-12 19:58:52.718641", "NULL", "NULL", 3896, "d02a337b-1168-4bac-86b7-49ec51b1d7a6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:58:52.682065", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2888": ["2018-05-12 19:58:53.522641", "NULL", "NULL", 3897, "0b7d4b18-610b-4a3c-b0c5-f07e1b0d4363", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 19:58:53.522627", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2889": ["2018-05-12 20:08:52.350983", "NULL", "NULL", 3898, "0291e782-4d3f-4913-9eb9-5036946c0542", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:08:52.209283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2890": ["2018-05-12 20:08:52.554418", "NULL", "NULL", 3899, "b8fe024f-8443-4572-a8ce-beb6b7201f8e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:08:52.554406", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2891": ["2018-05-12 20:18:52.584265", "NULL", "NULL", 3900, "4c8d8e1f-3248-431a-a536-14dd8341fdda", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:18:52.5336", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2892": ["2018-05-12 20:18:52.988072", "NULL", "NULL", 3901, "6fd987d8-6889-4b68-be7a-cf34276d5637", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:18:52.988057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2893": ["2018-05-12 20:28:52.622556", "NULL", "NULL", 3902, "2b2c4f7e-c81d-4a14-9f64-58d9b2578087", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:28:52.555262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2894": ["2018-05-12 20:28:53.226891", "NULL", "NULL", 3903, "3455b3c7-001e-4139-a305-ca63dae995f1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:28:53.226878", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2895": ["2018-05-12 20:38:53.654306", "NULL", "NULL", 3904, "44160032-d936-461e-93e4-4b53ab78f45e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:38:53.457274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2896": ["2018-05-12 20:38:54.05796", "NULL", "NULL", 3905, "319e8a36-5df9-4c53-b7d7-43afc696a148", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:38:54.057945", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2897": ["2018-05-12 20:48:53.487939", "NULL", "NULL", 3906, "18df3255-5717-464d-8495-8a92304c0658", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:48:53.364644", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2898": ["2018-05-12 20:48:53.691555", "NULL", "NULL", 3907, "610d3ca7-b367-4ebe-b478-d9be235db99c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:48:53.691543", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2899": ["2018-05-13 09:58:52.417558", "NULL", "NULL", 64, "713459c6-cbd9-4b04-8b29-58759c472d02", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:58:52.406842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2900": ["2018-05-13 09:58:53.421895", "NULL", "NULL", 65, "ea6a9782-aa75-4854-bdf3-ef1304eb608a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:58:53.421883", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2901": ["2018-05-13 10:08:53.051416", "NULL", "NULL", 66, "67ef9ddd-7cbf-4228-98da-4ee3b2090614", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:08:53.026549", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2902": ["2018-05-13 10:08:53.455272", "NULL", "NULL", 67, "1699c5e6-a577-46d5-9029-9f2429e6f01e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:08:53.455242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2903": ["2018-05-13 10:18:52.683872", "NULL", "NULL", 68, "b8bd5ebe-4c51-4984-8fd9-e94ace7d0056", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:18:52.633267", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2904": ["2018-05-13 10:18:53.087641", "NULL", "NULL", 69, "b99f09a7-1424-4152-ab0b-8455d927f01e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:18:53.087626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2905": ["2018-05-13 10:28:52.917259", "NULL", "NULL", 70, "fcfdcd57-2397-4a0b-9861-0835eb4fe9c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:28:52.729031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2906": ["2018-05-13 10:28:53.121131", "NULL", "NULL", 71, "0c5f4f75-979e-4b36-91c2-5f3674d8e85f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:28:53.121095", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2907": ["2018-05-13 10:38:52.756504", "NULL", "NULL", 72, "2f5d7612-90d3-420c-b7c2-dc4d109cac1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:38:52.650654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2908": ["2018-05-13 10:38:52.960317", "NULL", "NULL", 73, "cbc48b2f-80f5-4850-850a-759d08e1570f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:38:52.960306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2909": ["2018-05-13 10:48:51.593027", "NULL", "NULL", 74, "c76eb3fc-acbc-4202-bee4-358b02fe018a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:48:51.561134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2910": ["2018-05-13 10:48:51.996736", "NULL", "NULL", 75, "986761c3-4da7-48ab-a476-e9855c280af5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:48:51.996721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2911": ["2018-05-12 20:58:53.333058", "NULL", "NULL", 3908, "2ed9a3da-a8c9-4091-998b-c1b2da8cc5d8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:58:53.267754", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2912": ["2018-05-12 20:58:53.937045", "NULL", "NULL", 3909, "ba368096-0adc-4032-820a-cae7925fe5b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 20:58:53.937031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2913": ["2018-05-12 21:08:52.365532", "NULL", "NULL", 3910, "314739fa-cf01-437f-a69a-3b628d331493", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:08:52.1723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2914": ["2018-05-12 21:08:52.569227", "NULL", "NULL", 3911, "548137eb-98bf-46f4-9404-c8bb916af8b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:08:52.569214", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2915": ["2018-05-12 21:18:52.999814", "NULL", "NULL", 3912, "0b6f6215-bf5c-4f94-be0d-f0539cf67da5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:18:52.979618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2916": ["2018-05-12 21:18:53.603632", "NULL", "NULL", 3913, "ab0063aa-38eb-490f-8129-c938912f4f3a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:18:53.603618", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2917": ["2018-05-12 21:28:52.629641", "NULL", "NULL", 3914, "efe6909d-efce-4af2-9a75-6146665c9479", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:28:52.481883", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2918": ["2018-05-12 21:28:52.833316", "NULL", "NULL", 3915, "1ac42e07-f16a-4a88-a0de-a1c440b00198", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:28:52.833302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2919": ["2018-05-12 21:38:51.671325", "NULL", "NULL", 3916, "4ebf08b3-2311-4305-8abc-9afee09a4a0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:38:51.491825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2920": ["2018-05-12 21:38:51.875044", "NULL", "NULL", 3917, "0da39824-3a2d-4545-8316-18d0777347d3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:38:51.87503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2921": ["2018-05-12 21:48:52.905353", "NULL", "NULL", 3918, "739b632d-32cd-4011-bc30-20b2720cf98b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:48:52.71317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2922": ["2018-05-12 21:48:53.109046", "NULL", "NULL", 3919, "9c3a44c5-0ba7-46f8-a9a5-12449d813b60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:48:53.109032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2923": ["2018-05-12 21:58:53.536625", "NULL", "NULL", 3920, "31e6bf69-0476-497e-814f-7df64a98e021", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:58:53.528699", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2924": ["2018-05-12 21:58:54.340541", "NULL", "NULL", 3921, "d5e841d0-423a-4a68-b6e6-66ebcb2ead89", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 21:58:54.340528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2925": ["2018-05-12 22:08:52.568324", "NULL", "NULL", 3922, "3eea26b5-d738-4a29-8eb2-f76fe3577a7e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:08:52.523331", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2926": ["2018-05-12 22:08:52.972062", "NULL", "NULL", 3923, "c3e45294-82a5-4afa-bf41-d0dc1ad2e780", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:08:52.972046", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2927": ["2018-05-12 22:18:52.39976", "NULL", "NULL", 3924, "728f0703-5798-4f9b-b8e4-9959f033ddf9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:18:52.327383", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2928": ["2018-05-12 22:18:52.80336", "NULL", "NULL", 3925, "f192f655-b6ce-4fde-b3b5-8becfdff9f52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:18:52.803344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2929": ["2018-05-12 22:28:53.032972", "NULL", "NULL", 3926, "8521facc-50e5-4ea8-aef5-87445e7f23ed", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:28:52.841573", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2930": ["2018-05-12 22:28:53.437861", "NULL", "NULL", 3927, "00203b0f-1155-4d69-bfba-f4e4c5b65454", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:28:53.437846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2931": ["2018-05-12 22:38:52.067812", "NULL", "NULL", 3928, "ec93c902-9a3b-4c30-a0f1-01fc9d7942d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:38:52.044621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2932": ["2018-05-12 22:38:52.471683", "NULL", "NULL", 3929, "eaa63658-32b4-4587-824f-89bfcaf1f8ff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:38:52.471669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2933": ["2018-05-12 22:48:53.102521", "NULL", "NULL", 3930, "96ecb083-5e55-4c70-b7c3-fdc1357a6a38", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:48:52.945184", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2934": ["2018-05-12 22:48:53.50668", "NULL", "NULL", 3931, "a85c2a13-74ff-481e-8326-cc5a4b47121d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:48:53.506666", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2935": ["2018-05-12 22:58:53.935659", "NULL", "NULL", 3932, "40989791-7b6f-4047-9b5a-4728a05192f4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:58:53.873055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2936": ["2018-05-12 22:58:54.739556", "NULL", "NULL", 3933, "e8be1d1a-d9b6-42d9-8b46-57a4dc7f97bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 22:58:54.739541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2937": ["2018-05-12 23:08:52.967734", "NULL", "NULL", 3934, "8c2630be-f77a-4be3-9e77-164ac66f2037", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:08:52.776631", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2938": ["2018-05-12 23:08:53.171545", "NULL", "NULL", 3935, "9387d634-38b1-4006-a56a-8e49f6f379a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:08:53.171532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2939": ["2018-05-12 23:18:52.410411", "NULL", "NULL", 3936, "6d02b93d-6417-4701-ba5b-8795d0380db6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:18:52.278426", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2940": ["2018-05-12 23:18:52.614394", "NULL", "NULL", 3937, "64d0baee-5c9e-492e-8a55-5c943e9959d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:18:52.614381", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2941": ["2018-05-12 23:28:53.041479", "NULL", "NULL", 3938, "0fd5638f-3721-478b-998f-bf94ce1f1cb1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:28:52.885551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2942": ["2018-05-12 23:28:53.24498", "NULL", "NULL", 3939, "1c34b3f3-8c9b-4673-8231-207829fb04cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:28:53.244967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2943": ["2018-05-12 23:38:53.276333", "NULL", "NULL", 3940, "6009c00b-1991-4a42-a5de-ff6b98fe55e5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:38:53.182342", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2944": ["2018-05-12 23:38:53.680105", "NULL", "NULL", 3941, "4c0782d1-ef61-416a-aec4-4a2e7e1991e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:38:53.68009", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2945": ["2018-05-12 23:48:52.507706", "NULL", "NULL", 3942, "126f4965-6511-405b-b6c8-2867a2ffda4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:48:52.483935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2946": ["2018-05-12 23:48:52.911241", "NULL", "NULL", 3943, "54cf7c90-8790-4d55-9a15-08c264d1cdcf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:48:52.91123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2947": ["2018-05-12 23:58:53.942989", "NULL", "NULL", 3944, "14c2349a-d68d-4a87-9869-308f0cb7e918", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:58:53.79413", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2948": ["2018-05-12 23:58:54.547092", "NULL", "NULL", 3945, "d56e4548-c78d-4ae6-83bd-697b05147d52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-12 23:58:54.54708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2949": ["2018-05-13 00:08:51.572321", "NULL", "NULL", 3946, "82d5922e-6d07-4bad-a523-966b2e981d56", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:08:51.498604", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2950": ["2018-05-13 00:08:51.976151", "NULL", "NULL", 3947, "f87d1396-7ddc-4f48-8f08-f0f1ba241922", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:08:51.97614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2951": ["2018-05-13 00:18:53.206339", "NULL", "NULL", 3948, "255893c8-155f-421b-a567-cdc935519e6c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:18:53.015002", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2952": ["2018-05-13 00:18:53.410144", "NULL", "NULL", 3949, "0d200930-13b5-4ded-b16b-be598052c143", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:18:53.410108", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2953": ["2018-05-13 00:28:52.049057", "NULL", "NULL", 3950, "93b9adda-836f-40a5-935e-0b32ff44b057", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:28:51.936451", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2954": ["2018-05-13 00:28:52.252666", "NULL", "NULL", 3951, "7c882d1b-c81e-4c46-8a3f-013b39fd26f2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:28:52.252655", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2955": ["2018-05-13 00:38:52.885668", "NULL", "NULL", 3952, "3baa5719-19f4-4842-b919-d84230d5fcd8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:38:52.847121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2956": ["2018-05-13 00:38:53.289649", "NULL", "NULL", 3953, "59276405-d4ae-4ac8-9cd3-32b22e0b4a37", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:38:53.289633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2957": ["2018-05-13 00:48:52.316816", "NULL", "NULL", 3954, "b1f3c975-919e-4785-8234-c146d70817c2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:48:52.147436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2958": ["2018-05-13 00:48:52.520686", "NULL", "NULL", 3955, "99e6df7b-0213-41b8-a7dc-03543dd2f6e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:48:52.520673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2959": ["2018-05-13 00:58:53.55052", "NULL", "NULL", 3956, "67a32041-ae07-4d16-8665-7c2f80133584", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:58:53.454223", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2960": ["2018-05-13 00:58:54.354772", "NULL", "NULL", 3957, "ed768283-c350-433c-b4a0-6d338fb498c0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 00:58:54.354757", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2961": ["2018-05-13 01:08:52.382522", "NULL", "NULL", 3958, "1acf24a0-31a6-4930-b6da-248aa3f26572", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:08:52.371105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2962": ["2018-05-13 01:08:52.786216", "NULL", "NULL", 3959, "af0b8675-65c3-4bab-9898-4af857da383c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:08:52.7862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2963": ["2018-05-13 01:18:52.415418", "NULL", "NULL", 3960, "52f3120f-ade7-4582-9e79-1f28a9f39a86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:18:52.383676", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2964": ["2018-05-13 01:18:52.819565", "NULL", "NULL", 3961, "630b5126-7c46-4f07-8895-5a230f04e786", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:18:52.819552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2965": ["2018-05-13 01:28:53.047515", "NULL", "NULL", 3962, "f261e791-efe0-4f86-b812-f68a5db16146", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:28:52.986565", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2966": ["2018-05-13 01:28:53.451212", "NULL", "NULL", 3963, "f88271f7-c749-495a-9dec-5c4ccd0ea961", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:28:53.451198", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2967": ["2018-05-13 01:38:52.681805", "NULL", "NULL", 3964, "0c9d7c30-64b2-4ac3-8a95-9314763da56e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:38:52.599833", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2968": ["2018-05-13 01:38:53.085531", "NULL", "NULL", 3965, "0b1572d0-c8be-4eef-8405-c411a1dae04a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:38:53.085516", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2969": ["2018-05-13 01:48:52.714684", "NULL", "NULL", 3966, "c5fa2fe0-66c4-4754-9726-c137cbb2a9e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:48:52.612113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2970": ["2018-05-13 01:48:53.118457", "NULL", "NULL", 3967, "403209dc-c5b5-4521-a555-ef1d24ba1d4d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:48:53.118437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2971": ["2018-05-13 01:58:53.747207", "NULL", "NULL", 3968, "f776f063-42e0-4a30-acd7-312f663d337f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:58:53.547514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2972": ["2018-05-13 01:58:54.351272", "NULL", "NULL", 3969, "59261841-6b44-4a8a-ae81-21bb5e4456b1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 01:58:54.351256", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2973": ["2018-05-13 02:08:52.793382", "NULL", "NULL", 3970, "c12660cc-73c3-4344-badb-1e9819c38e9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:08:52.643953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2974": ["2018-05-13 02:08:52.997044", "NULL", "NULL", 3971, "5958ebc0-80da-41cf-a31c-cfce36cc8437", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:08:52.997032", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2975": ["2018-05-13 02:18:53.623525", "NULL", "NULL", 3972, "bd18b69e-5b75-422c-9ffb-47f878a3a028", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:18:53.440818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2976": ["2018-05-13 02:18:54.027243", "NULL", "NULL", 3973, "19879eb1-ca16-4402-9399-cf76432ec923", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:18:54.02723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2977": ["2018-05-13 02:28:52.256412", "NULL", "NULL", 3974, "c84e869d-7e3a-4ff1-9fca-1776ef470346", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:28:52.244141", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2978": ["2018-05-13 02:28:52.660023", "NULL", "NULL", 3975, "65f2dab8-f3d2-4f4e-81ab-672a8e90254e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:28:52.660011", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2979": ["2018-05-13 02:38:53.688055", "NULL", "NULL", 3976, "4f7f117b-8bd2-48cb-9fdc-d36af18e0db4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:38:53.641071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2980": ["2018-05-13 02:38:54.09268", "NULL", "NULL", 3977, "17b3b6e5-31c5-4635-94ba-44a8620bef9e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:38:54.092668", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2981": ["2018-05-13 02:48:53.318988", "NULL", "NULL", 3978, "77302616-ba20-4d81-96ae-4e74cd46b957", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:48:53.264174", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2982": ["2018-05-13 02:48:53.722665", "NULL", "NULL", 3979, "abbe7be4-07f9-4370-8351-3ceca4a730ea", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:48:53.722651", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2983": ["2018-05-13 02:58:53.153648", "NULL", "NULL", 3980, "f9a4f943-50d3-4872-9fca-6d4f7f6b6ca8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:58:53.077694", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2984": ["2018-05-13 02:58:53.957978", "NULL", "NULL", 3981, "be5c08d2-11d1-44a0-ae2b-97aea9f561be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 02:58:53.957963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2985": ["2018-05-13 03:08:53.585235", "NULL", "NULL", 3982, "d530a094-e7ee-4642-b6a3-133b004cde5a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:08:53.39207", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2986": ["2018-05-13 03:08:53.789111", "NULL", "NULL", 3983, "37a9487c-536b-4432-b17e-205a1ea3313d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:08:53.78909", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2987": ["2018-05-13 03:18:53.017765", "NULL", "NULL", 3984, "e9d3255c-18ba-49d2-a228-e10d72276809", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:18:52.892753", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2988": ["2018-05-13 03:18:53.221531", "NULL", "NULL", 3985, "ab68aa19-91af-4711-8bd7-ea7caa305a82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:18:53.221518", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2989": ["2018-05-13 03:28:52.451571", "NULL", "NULL", 3986, "1c3e6778-8fdf-49e0-a204-cfe8dc6e0a67", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:28:52.302378", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2990": ["2018-05-13 03:28:52.655196", "NULL", "NULL", 3987, "7d9430ec-4035-469a-a06f-42bc65c81592", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:28:52.655183", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2991": ["2018-05-13 03:38:51.689122", "NULL", "NULL", 3988, "bef29600-9722-4df4-aefc-cca8a3cace28", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:38:51.605614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2992": ["2018-05-13 03:38:52.09344", "NULL", "NULL", 3989, "ba52d6db-433f-49ec-9aef-08eb7581d11f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:38:52.093427", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2993": ["2018-05-13 03:48:52.728146", "NULL", "NULL", 3990, "5572f2b8-2b7b-4b28-84f4-3bcf88500bb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:48:52.611355", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2994": ["2018-05-13 03:48:53.132365", "NULL", "NULL", 3991, "2a7eb5ad-48c6-4bbf-b9f6-eebbd21f6f76", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:48:53.132352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2995": ["2018-05-13 03:58:53.761305", "NULL", "NULL", 3992, "7dc040c2-a9c1-4b2c-bd9b-3938eeb1266c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:58:53.630985", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2996": ["2018-05-13 03:58:54.365295", "NULL", "NULL", 3993, "e30bd6aa-adc1-4ae2-8226-048214c9fbbf", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 03:58:54.365283", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2997": ["2018-05-13 04:08:54.598661", "NULL", "NULL", 3994, "ad5d97b1-cd16-478f-82e0-ee7b0ddb23a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:08:54.4354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2998": ["2018-05-13 04:08:54.802166", "NULL", "NULL", 3995, "c1dd8c4b-aefc-469f-98cf-6056f22389ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:08:54.802152", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_2999": ["2018-05-13 04:18:52.235221", "NULL", "NULL", 3996, "1f6efab7-c479-4250-9bca-5a2caa4ba3d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:18:52.046808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3000": ["2018-05-13 04:18:52.639416", "NULL", "NULL", 3997, "a936ccd8-108e-42a9-b4ff-ee922648bccb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:18:52.639401", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3001": ["2018-05-13 04:28:52.268722", "NULL", "NULL", 3998, "dd61a8f4-3c48-41e7-806c-cc8a9ce60e96", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:28:52.068201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3002": ["2018-05-13 04:28:52.472291", "NULL", "NULL", 3999, "4875a7d3-9d09-44ec-8382-93a8519be4b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:28:52.472279", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3003": ["2018-05-13 04:38:53.70688", "NULL", "NULL", 4000, "3329cb2f-42ae-41fb-844b-2ada89dbf326", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:38:53.595221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3004": ["2018-05-13 04:38:53.910614", "NULL", "NULL", 1, "68771ce8-e5dd-4651-9f15-184a58b17030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:38:53.910602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3005": ["2018-05-13 04:48:52.547909", "NULL", "NULL", 2, "f3c5e70c-d456-48e5-9df8-e458dc7b9776", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:48:52.38756", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3006": ["2018-05-13 04:48:52.751973", "NULL", "NULL", 3, "13d6fe21-a745-423c-a2a2-2549bbdf5ac9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:48:52.75196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3007": ["2018-05-13 04:58:52.786369", "NULL", "NULL", 4, "d36d5648-7045-4fc5-b766-d3e676886818", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:58:52.717174", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3008": ["2018-05-13 04:58:53.590404", "NULL", "NULL", 5, "ae750012-ac7a-4b15-8d3b-55679a81f309", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 04:58:53.590389", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3009": ["2018-05-13 05:08:53.221204", "NULL", "NULL", 6, "3db23653-64ab-4924-8b23-d79c0e2083f8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:08:53.143842", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3010": ["2018-05-13 05:08:53.625086", "NULL", "NULL", 7, "065a4a1f-f157-4a78-a07e-7972a0040833", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:08:53.625071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3011": ["2018-05-13 05:18:52.655654", "NULL", "NULL", 8, "ae5e8242-5d00-4491-a55e-5416e2e52a10", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:18:52.459968", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3012": ["2018-05-13 05:18:52.85972", "NULL", "NULL", 9, "c8f09e29-a4a4-48dc-b36e-8f35aec52fdd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:18:52.859705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3013": ["2018-05-13 05:28:52.291147", "NULL", "NULL", 10, "5a39dbde-576d-4380-ac35-55366de9387a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:28:52.166729", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3014": ["2018-05-13 05:28:52.496266", "NULL", "NULL", 11, "dc09de1f-eb50-4ca2-b9d9-a974a160482f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:28:52.496253", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3015": ["2018-05-13 05:38:53.125947", "NULL", "NULL", 12, "7a92d92d-5694-4517-b254-e1ba7da6a7ab", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:38:53.066354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3016": ["2018-05-13 05:38:53.529902", "NULL", "NULL", 13, "530d007a-2f44-48ff-b8e0-ab4687e46bb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:38:53.529888", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3017": ["2018-05-13 05:48:52.157696", "NULL", "NULL", 14, "3b577dcf-41ee-4ec9-b78c-7b1697aad5be", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:48:51.973809", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3018": ["2018-05-13 05:48:52.361412", "NULL", "NULL", 15, "f3d09c42-8d24-4577-8717-3359cf31f2ab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:48:52.361398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3019": ["2018-05-13 05:58:52.792535", "NULL", "NULL", 16, "88cf2835-c410-4a47-84d1-35328058e643", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:58:52.592841", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3020": ["2018-05-13 05:58:53.396387", "NULL", "NULL", 17, "880e84bc-9d89-41fa-9db2-9f0550dd35b2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 05:58:53.39637", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3021": ["2018-05-13 06:08:52.034276", "NULL", "NULL", 18, "9fec8ea4-e815-4c80-800a-e7dd3814c8b1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:08:52.007201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3022": ["2018-05-13 06:08:52.438257", "NULL", "NULL", 19, "278d7204-dbb2-4d74-a89f-f82f1a51e950", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:08:52.438243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3023": ["2018-05-13 06:18:54.068591", "NULL", "NULL", 20, "66f596f2-1ea5-4d06-8714-0676123e89e0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:18:53.912633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3024": ["2018-05-13 06:18:54.472654", "NULL", "NULL", 21, "2a21b1ba-342e-45e0-b9f0-0953507b0944", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:18:54.472638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3025": ["2018-05-13 06:28:52.303331", "NULL", "NULL", 22, "19cc69b6-dfd6-405f-9dc0-e41ae8fe6c4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:28:52.219575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3026": ["2018-05-13 06:28:52.707134", "NULL", "NULL", 23, "4da3f1eb-6d85-43c9-8efc-9fb0bc18907e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:28:52.707119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3027": ["2018-05-13 06:38:53.737642", "NULL", "NULL", 24, "6ce984c3-e300-46b5-9afc-bf801e0204ac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:38:53.621815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3028": ["2018-05-13 06:38:53.9415", "NULL", "NULL", 25, "fff832db-2739-48d4-8487-81c1a73f187e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:38:53.941488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3029": ["2018-05-13 06:48:52.969592", "NULL", "NULL", 26, "16db163a-dd8d-494f-b632-03e76b2bb457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:48:52.924952", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3030": ["2018-05-13 06:48:53.373457", "NULL", "NULL", 27, "9cddb833-8d1d-4462-a43f-d53be5093fd5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:48:53.373436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3031": ["2018-05-13 06:58:53.200379", "NULL", "NULL", 28, "8b50ae20-4d96-4f0c-8adc-17e636a92c18", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:58:53.157679", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3032": ["2018-05-13 06:58:54.004384", "NULL", "NULL", 29, "1b82f109-bb79-4896-9f54-d80214e00de1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 06:58:54.004371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3033": ["2018-05-13 07:08:52.841861", "NULL", "NULL", 30, "fcf9ef50-9300-4072-aafb-30a4929e8b62", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:08:52.782685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3034": ["2018-05-13 07:08:53.245599", "NULL", "NULL", 31, "1243551a-750f-4ffb-9c7f-20168975e348", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:08:53.24558", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3035": ["2018-05-13 07:18:52.475464", "NULL", "NULL", 32, "8277b371-b13e-48af-b202-224fd808d594", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:18:52.313931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3036": ["2018-05-13 07:18:52.8794", "NULL", "NULL", 33, "b1440a85-3159-4986-ab5d-f5cca66aba52", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:18:52.879384", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3037": ["2018-05-13 07:28:52.709053", "NULL", "NULL", 34, "bccdc8da-acbc-4503-ad45-720552421cbe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:28:52.622491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3038": ["2018-05-13 07:28:53.112698", "NULL", "NULL", 35, "83bca05d-8a82-4960-953b-198f8db65bb7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:28:53.112686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3039": ["2018-05-13 07:38:52.538339", "NULL", "NULL", 36, "16ff9ab7-adc6-4e89-b0a5-2b02a8f9b420", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:38:52.527926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3040": ["2018-05-13 07:38:52.94217", "NULL", "NULL", 37, "9d24ea18-f8ae-4677-b3e7-bf6f4a964488", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:38:52.942155", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3041": ["2018-05-13 07:48:52.970368", "NULL", "NULL", 38, "c6ecb5cb-f891-4be0-bd0a-98a2c4c98f8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:48:52.935213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3042": ["2018-05-13 07:48:53.374623", "NULL", "NULL", 39, "08710c74-3abf-42d1-babb-7809540c836c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:48:53.374609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3043": ["2018-05-13 07:58:52.403593", "NULL", "NULL", 40, "149ef142-120a-401a-8e08-513f81651453", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:58:52.242569", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3044": ["2018-05-13 07:58:53.207502", "NULL", "NULL", 41, "6cb479ed-ab42-4afc-8156-699ae895f44b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 07:58:53.207487", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3045": ["2018-05-13 08:08:52.633629", "NULL", "NULL", 42, "6733dec9-b12d-49f9-8236-b42df6668918", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:08:52.547814", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3046": ["2018-05-13 08:08:53.037533", "NULL", "NULL", 43, "251a759b-967a-4893-b843-e202d500667c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:08:53.037519", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3047": ["2018-05-13 08:18:52.467146", "NULL", "NULL", 44, "8b9ef291-f486-44a7-8f70-fd020d499d1a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:18:52.453999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3048": ["2018-05-13 08:18:52.870825", "NULL", "NULL", 45, "c6c4610b-2c7d-4871-8fec-a10e5d2cfe0a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:18:52.87081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3049": ["2018-05-13 08:28:52.502693", "NULL", "NULL", 46, "1f4989d9-b140-443b-87be-05df0a2bb6bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:28:52.370222", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3050": ["2018-05-13 08:28:52.906644", "NULL", "NULL", 47, "5c535439-387b-4021-a2b5-74d14aee9c90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:28:52.906629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3051": ["2018-05-13 08:38:53.139866", "NULL", "NULL", 48, "62a55418-8da9-422d-a589-14b9758da027", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:38:53.087934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3052": ["2018-05-13 08:38:53.943833", "NULL", "NULL", 49, "83971d9e-8b0a-4b4e-be9d-be3b8a42fc0d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:38:53.943818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3053": ["2018-05-13 08:48:52.573215", "NULL", "NULL", 50, "aab092d8-fcf8-41ea-a41a-efaef6e45419", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:48:52.521996", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3054": ["2018-05-13 08:48:52.976699", "NULL", "NULL", 51, "1fbc83d0-ccaa-4884-af1e-9a12caa4233e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:48:52.976684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3055": ["2018-05-13 08:58:53.013111", "NULL", "NULL", 52, "d75b14a6-4a9f-4392-9ae0-27f3e890d2e4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:58:52.943647", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3056": ["2018-05-13 08:58:53.817241", "NULL", "NULL", 53, "e0d4d6ab-70b2-4b97-b0d0-3166e32bda0b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 08:58:53.817228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3057": ["2018-05-13 09:08:53.046742", "NULL", "NULL", 54, "dfe99403-6d12-4c41-8fa0-db393decd2a1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:08:52.854038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3058": ["2018-05-13 09:08:53.250567", "NULL", "NULL", 55, "cd6104ca-dd1e-4cde-996c-741e2bc71aba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:08:53.25055", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3059": ["2018-05-13 09:18:52.079584", "NULL", "NULL", 56, "e76dbbfb-05a4-44c3-99de-87015705ef86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:18:51.954255", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3060": ["2018-05-13 09:18:52.283403", "NULL", "NULL", 57, "215455f5-af32-45d0-a808-33ed84deac8b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:18:52.283392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3061": ["2018-05-13 09:28:52.513192", "NULL", "NULL", 58, "20b02fc4-93d5-463c-803b-2dba1cc3e0d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:28:52.453284", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3062": ["2018-05-13 09:28:52.917105", "NULL", "NULL", 59, "2860c73c-814d-4223-9458-855c3b1da703", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:28:52.917091", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3063": ["2018-05-13 09:38:52.14673", "NULL", "NULL", 60, "f5ded3f2-35c9-4c3a-8b99-2aac2b4119d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:38:51.962258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3064": ["2018-05-13 10:58:53.625428", "NULL", "NULL", 76, "740d8d83-64d3-4da8-b4bf-a42a09ca96d9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:58:53.473787", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3065": ["2018-05-13 10:58:54.22941", "NULL", "NULL", 77, "8468de1a-2c5e-4bac-979f-aa6d5d2f6915", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 10:58:54.229398", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3066": ["2018-05-13 11:08:53.455502", "NULL", "NULL", 78, "a35f9ec2-6463-4024-9625-b78f9a2ed2c0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:08:53.380905", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3067": ["2018-05-13 11:08:53.859227", "NULL", "NULL", 79, "898738f0-8305-470a-a6c6-393b53fcf5eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:08:53.859212", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3068": ["2018-05-13 11:18:53.090455", "NULL", "NULL", 80, "fb8807eb-12f2-459a-b58a-347ae5f0545f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:18:52.97934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3069": ["2018-05-13 11:18:53.294149", "NULL", "NULL", 81, "540da9c2-af86-42e4-93af-9195fff28800", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:18:53.294137", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3070": ["2018-05-13 09:38:52.350647", "NULL", "NULL", 61, "44e9994c-edc2-40c5-85af-a017f7acb498", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:38:52.350632", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3071": ["2018-05-13 09:48:52.182616", "NULL", "NULL", 62, "55011714-5143-431c-8f09-e9fae7e520b4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:48:52.082727", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3072": ["2018-05-13 09:48:52.386224", "NULL", "NULL", 63, "4aa097fd-6607-46ee-85c6-692fbde9346b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 09:48:52.386212", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3073": ["2018-05-13 11:28:52.322613", "NULL", "NULL", 82, "13167f4f-2405-46b4-a1c9-f5cc59ac9589", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:28:52.28354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3074": ["2018-05-13 11:28:52.72652", "NULL", "NULL", 83, "833ac244-7a04-49b5-9baa-27ad5fb0cdc7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:28:52.726506", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3075": ["2018-05-13 11:38:52.559931", "NULL", "NULL", 84, "1f9f3b92-41e1-4d3a-9680-77fad547ede0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:38:52.494353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3076": ["2018-05-13 11:38:52.963657", "NULL", "NULL", 85, "160bae71-b384-46a2-bfb5-ecaf240218df", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:38:52.963643", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3077": ["2018-05-13 11:48:52.395202", "NULL", "NULL", 86, "ce01bbc5-7b2f-4489-b31b-887eab35be0c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:48:52.32491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3078": ["2018-05-13 11:48:52.799075", "NULL", "NULL", 87, "04e7415f-8b7b-4066-838a-70015a90d691", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:48:52.79906", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3079": ["2018-05-13 11:58:53.828565", "NULL", "NULL", 88, "150c60c1-c3d1-4493-9434-672a8ad0b496", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:58:53.631946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3080": ["2018-05-13 11:58:54.432244", "NULL", "NULL", 89, "b30efa13-a4e4-43d7-a33e-4966a4328547", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 11:58:54.432232", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3081": ["2018-05-13 12:08:52.861201", "NULL", "NULL", 90, "fd188930-5ddc-4c44-ac63-c23b5971d9e2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:08:52.751734", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3082": ["2018-05-13 12:08:53.265055", "NULL", "NULL", 91, "b44ef8ad-9276-4021-bdd7-93db17611411", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:08:53.265024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3083": ["2018-05-13 12:18:52.094588", "NULL", "NULL", 92, "7718ebe9-25d8-48ee-a9f2-368a724ebf44", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:18:51.945178", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3084": ["2018-05-13 12:18:52.498094", "NULL", "NULL", 93, "3ed9b0fd-9645-44ce-a83f-757176976c1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:18:52.498079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3085": ["2018-05-13 12:28:52.12514", "NULL", "NULL", 94, "af053f82-e778-46dc-a6e7-c4eedd5a2526", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:28:52.04769", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3086": ["2018-05-13 12:28:52.728968", "NULL", "NULL", 95, "bb0c71e5-c886-448c-8440-16ac6c92d9a8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:28:52.728953", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3087": ["2018-05-13 12:38:52.160705", "NULL", "NULL", 96, "30ed892d-a54a-4f9a-9085-99110fc547c7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:38:52.056521", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3088": ["2018-05-13 12:38:52.364317", "NULL", "NULL", 97, "95d3c10b-d981-4c19-a6fe-8c0e6566b92d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:38:52.364305", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3089": ["2018-05-13 12:48:53.595862", "NULL", "NULL", 98, "5a5f83db-93bf-4cce-919e-ff3c732da80b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:48:53.561705", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3090": ["2018-05-13 12:48:53.999633", "NULL", "NULL", 99, "0211874e-386a-48b9-9a74-8989e0dcae85", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:48:53.999621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3091": ["2018-05-13 12:58:52.428389", "NULL", "NULL", 100, "e5efd74d-ed96-472a-af8b-5eb44d3e2dfb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:58:52.26946", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3092": ["2018-05-13 12:58:53.032448", "NULL", "NULL", 101, "b9c036d0-f534-4ddf-b4e4-946d8460e24e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 12:58:53.032428", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3093": ["2018-05-13 13:08:52.863024", "NULL", "NULL", 102, "e5d84c97-d0b5-4c48-b939-88af8324e25d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:08:52.671423", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3094": ["2018-05-13 13:08:53.066627", "NULL", "NULL", 103, "70e4f677-c948-4514-a536-3ada145d53fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:08:53.066612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3095": ["2018-05-13 13:18:52.099938", "NULL", "NULL", 104, "0f798e4a-bece-4d2e-b505-725c2186e7f6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:18:52.073132", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3096": ["2018-05-13 13:18:52.503814", "NULL", "NULL", 105, "841268ce-2c6f-40c7-9849-b1157b54fbb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:18:52.5038", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3097": ["2018-05-13 13:28:52.133653", "NULL", "NULL", 106, "7ea1cfc4-c78c-4cb1-9a4e-a0839b87fffc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:28:52.078612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3098": ["2018-05-13 13:28:52.537648", "NULL", "NULL", 107, "80cc1bd5-673d-4d36-a074-79fa40dd2810", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:28:52.537633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3099": ["2018-05-13 13:38:52.571838", "NULL", "NULL", 108, "9a9a42ac-edc7-45ab-bb29-0b95eb98f6c8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:38:52.490528", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3100": ["2018-05-13 13:38:52.975771", "NULL", "NULL", 109, "e704cd0b-0bd1-4577-aa82-62e77c013ef4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:38:52.975744", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3101": ["2018-05-13 13:48:52.812616", "NULL", "NULL", 110, "f3fbada4-ebef-4bb2-8722-bf7657034a8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:48:52.712447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3102": ["2018-05-13 13:48:53.216635", "NULL", "NULL", 111, "481f3658-f794-40e8-b59c-a79d91a89a4c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:48:53.216621", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3103": ["2018-05-13 13:58:53.246477", "NULL", "NULL", 112, "66f09102-73a7-4d40-a0d6-70e80877f867", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:58:53.232218", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3104": ["2018-05-13 13:58:54.2505", "NULL", "NULL", 113, "9a622df1-cd0d-4463-b898-9c1dfb4a11e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 13:58:54.250468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3105": ["2018-05-13 14:08:52.481102", "NULL", "NULL", 114, "5aec691f-3420-4cb0-95e0-21f3e14d3500", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:08:52.463492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3106": ["2018-05-13 14:08:52.88527", "NULL", "NULL", 115, "1d836af9-a806-4384-9b51-8eab160612d0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:08:52.885254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3107": ["2018-05-13 14:18:53.116315", "NULL", "NULL", 116, "0320d916-6362-42ff-8f18-55dbcdb263a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:18:53.07227", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3108": ["2018-05-13 14:18:53.920379", "NULL", "NULL", 117, "9ed94e1d-ca41-4ddb-88ec-0d1d8d9ef1f5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:18:53.920353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3109": ["2018-05-13 14:28:52.95427", "NULL", "NULL", 118, "dcf36efa-c53e-4e68-8b98-a0dc4dbc43b1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:28:52.898162", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3110": ["2018-05-13 14:28:53.358647", "NULL", "NULL", 119, "b689eeb1-3be9-451e-8317-df4ff756374b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:28:53.358633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3111": ["2018-05-13 14:38:53.386026", "NULL", "NULL", 120, "9003c297-513b-41f2-a94d-a99913455b5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:38:53.31", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3112": ["2018-05-13 14:38:53.789829", "NULL", "NULL", 121, "1b80a81a-a895-4692-9e18-899208aa4772", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:38:53.789815", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3113": ["2018-05-13 14:48:52.819416", "NULL", "NULL", 122, "84398289-1fc2-40f9-8141-c746b2f50336", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:48:52.724972", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3114": ["2018-05-13 14:48:53.223364", "NULL", "NULL", 123, "c58333b6-0480-45e0-9476-238d7aace98a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:48:53.22335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3115": ["2018-05-14 06:28:53.293071", "NULL", "NULL", 313, "7616848b-6e2c-466c-b5d1-c96f680f6d9b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:28:53.293058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3116": ["2018-05-14 06:38:52.322109", "NULL", "NULL", 314, "72d9fa93-66ea-4cd6-a67f-9a863be98958", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:38:52.22978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3117": ["2018-05-14 06:38:52.725926", "NULL", "NULL", 315, "279ff45a-17cc-44db-8a6e-b7cf9ece7f14", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:38:52.725912", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3118": ["2018-05-14 08:48:52.618424", "NULL", "NULL", 340, "24d9cbb9-6d81-4808-9ab8-89c96ffd5f6b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:48:52.479661", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3119": ["2018-05-14 08:48:52.822192", "NULL", "NULL", 341, "0d1f127b-23a6-4559-8ab7-5310d18cd0cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:48:52.822181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3120": ["2018-05-14 08:58:52.256901", "NULL", "NULL", 342, "4be8f190-db37-4b07-8d07-ea4c5c001456", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:58:52.18564", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3121": ["2018-05-14 08:58:53.060811", "NULL", "NULL", 343, "05937398-2c0a-4819-bb74-710cd121f814", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 08:58:53.060797", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3122": ["2018-05-14 09:08:53.690938", "NULL", "NULL", 344, "5c2e8541-3cf6-4b53-9435-ba2558bad0ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:08:53.500226", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3123": ["2018-05-14 09:08:54.094941", "NULL", "NULL", 345, "4fe47cd0-bef9-4353-891a-79eaa09faef0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:08:54.094918", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3124": ["2018-05-14 09:18:52.531404", "NULL", "NULL", 346, "ea789cc3-1aab-4a4d-a698-30a01f154515", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:18:52.525144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3125": ["2018-05-14 09:18:52.93531", "NULL", "NULL", 347, "afec72a3-50a1-4b17-9b23-cd271d1856fe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:18:52.935297", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3126": ["2018-05-14 09:28:53.163454", "NULL", "NULL", 348, "b4487554-4ff6-4e40-af02-6bdb3f2557fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:28:53.04755", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3127": ["2018-05-13 14:58:53.652633", "NULL", "NULL", 124, "ecec94e0-e28b-4046-b7d2-e2017853ad21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:58:53.526966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3128": ["2018-05-13 14:58:54.256379", "NULL", "NULL", 125, "4ba1cc43-fe66-40ee-9a36-f5ec5d4f4897", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 14:58:54.256366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3129": ["2018-05-13 15:08:51.697873", "NULL", "NULL", 126, "dc80eaa5-7ce1-4fd4-9a90-02274e62e58e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:08:51.627181", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3130": ["2018-05-13 15:08:52.101669", "NULL", "NULL", 127, "e0248c47-2314-462e-8ca5-52756704a98f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:08:52.101654", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3131": ["2018-05-13 15:18:52.52981", "NULL", "NULL", 128, "0dacc0e8-3094-4141-a1bb-e83e1641cc94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:18:52.335534", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3132": ["2018-05-13 15:18:52.73346", "NULL", "NULL", 129, "9581b120-27d9-4f8f-85ec-0bc145061c1d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:18:52.73344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3133": ["2018-05-13 15:28:52.771848", "NULL", "NULL", 130, "a7c3e2d9-ad9e-4049-a827-5466863c0199", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:28:52.741695", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3134": ["2018-05-13 15:28:53.17561", "NULL", "NULL", 131, "b669c474-3512-4c24-aac6-60dea8f094d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:28:53.175597", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3135": ["2018-05-13 15:38:53.607362", "NULL", "NULL", 132, "0e01ee1a-f11f-4bc7-9676-ddd936d0ffbe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:38:53.468693", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3136": ["2018-05-13 15:38:53.810909", "NULL", "NULL", 133, "571e61fa-6f93-4b85-b10c-42bdbb237bab", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:38:53.810896", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3137": ["2018-05-13 15:48:51.839299", "NULL", "NULL", 134, "189cf1c1-7c6f-47c0-81fc-8db1fd622bd0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:48:51.766914", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3138": ["2018-05-13 15:48:52.243128", "NULL", "NULL", 135, "14aa44e8-b0f0-4d73-85a6-11285dc4253b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:48:52.243113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3139": ["2018-05-13 15:58:54.074133", "NULL", "NULL", 136, "6c443f20-c482-4561-9fab-ec8e5c1ef637", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:58:53.98132", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3140": ["2018-05-13 15:58:55.078052", "NULL", "NULL", 137, "e2ccace8-c3f0-4454-bc64-0a18ee67fb8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 15:58:55.078037", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3141": ["2018-05-13 16:08:53.909809", "NULL", "NULL", 138, "d8601677-45cd-4751-a85f-b06af93ef36b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:08:53.708967", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3142": ["2018-05-13 16:08:54.113493", "NULL", "NULL", 139, "7946917b-7721-4c8c-8e7c-4b129d4d3ff2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:08:54.113478", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3143": ["2018-05-13 16:18:53.341328", "NULL", "NULL", 140, "898c21af-607c-4257-8d63-90635e93e1fb", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:18:53.316457", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3144": ["2018-05-13 16:18:53.745263", "NULL", "NULL", 141, "8a544742-2681-4d1d-8f87-4b0084a8c6d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:18:53.745252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3145": ["2018-05-13 16:28:52.786325", "NULL", "NULL", 142, "aec15615-db31-4395-91f1-bebaa760b142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:28:52.618718", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3146": ["2018-05-13 16:28:52.990289", "NULL", "NULL", 143, "5f621576-5f08-4584-a0d9-34d12a5e968a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:28:52.990276", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3147": ["2018-05-13 16:38:52.618705", "NULL", "NULL", 144, "4f0648d7-15c9-41e7-bece-6cbf92bf921a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:38:52.539898", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3148": ["2018-05-13 16:38:53.022407", "NULL", "NULL", 145, "1740fc48-4974-4709-bc1d-efbd0c17a2f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:38:53.022394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3149": ["2018-05-13 16:48:51.855935", "NULL", "NULL", 146, "f8e0e2d5-b19e-4a7d-93b4-44360db6b35f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:48:51.85019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3150": ["2018-05-13 16:48:52.259793", "NULL", "NULL", 147, "09c8bd4e-917f-4bc4-bdb5-56ded32d5870", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:48:52.259781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3151": ["2018-05-13 16:58:52.895944", "NULL", "NULL", 148, "f73005b5-a6d5-4db3-9042-0fcba476dc71", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:58:52.750887", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3152": ["2018-05-13 16:58:53.699846", "NULL", "NULL", 149, "efbdc4dd-5c3d-41a6-9710-5ce68f52d9cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 16:58:53.699831", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3153": ["2018-05-13 17:08:53.529516", "NULL", "NULL", 150, "1256105a-ccb6-4503-85b6-6e16945da5e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:08:53.361624", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3154": ["2018-05-13 17:08:53.733349", "NULL", "NULL", 151, "f625bfdd-c234-41bc-b152-02442c9e1486", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:08:53.733335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3155": ["2018-05-13 17:18:52.760896", "NULL", "NULL", 152, "c29428f8-ece2-4cc5-b92e-788e5f35cc7a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:18:52.560641", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3156": ["2018-05-13 17:18:52.964475", "NULL", "NULL", 153, "b397598b-dca0-4f01-9303-c77e6ce42378", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:18:52.964462", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3157": ["2018-05-13 17:28:52.993714", "NULL", "NULL", 154, "8300808b-e958-41d5-97d3-be684902b71e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:28:52.970848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3158": ["2018-05-13 17:28:53.397648", "NULL", "NULL", 155, "ec7522ae-662d-4bed-b8cc-d63e5ce23623", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:28:53.397634", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3159": ["2018-05-13 17:38:52.433868", "NULL", "NULL", 156, "561a9644-422a-4809-bf1b-884a795eea86", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:38:52.274584", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3160": ["2018-05-13 17:38:52.637335", "NULL", "NULL", 157, "6315d4ae-651a-4f9d-b9c3-e4733979f9d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:38:52.637321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3161": ["2018-05-13 17:48:53.072437", "NULL", "NULL", 158, "192e5727-1781-4521-ade1-18c3f4406df2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:48:52.89158", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3162": ["2018-05-13 17:48:53.276559", "NULL", "NULL", 159, "23ad2973-bc17-42ca-b7dd-b6452eef99b3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:48:53.276543", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3163": ["2018-05-13 17:58:53.903307", "NULL", "NULL", 160, "4c621ed9-48a4-4763-815b-d25d73a38cf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:58:53.807587", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3164": ["2018-05-13 17:58:54.707475", "NULL", "NULL", 161, "58cfb876-9adf-47c8-a6b5-ebfe965d8ae6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 17:58:54.707447", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3165": ["2018-05-13 18:08:53.136712", "NULL", "NULL", 162, "4000e05c-0044-46a9-9735-ba457a019de5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:08:53.013094", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3166": ["2018-05-13 18:08:53.340364", "NULL", "NULL", 163, "eb01d36d-9c0b-4387-8fe5-28ba6baa3f93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:08:53.340353", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3167": ["2018-05-13 18:18:53.372307", "NULL", "NULL", 164, "311a0737-c1ef-4dc8-92ba-cdea1fa8df5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:18:53.224169", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3168": ["2018-05-13 18:18:53.575944", "NULL", "NULL", 165, "a1eb4bc8-d46c-4678-9bb3-7c36810712b7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:18:53.575931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3169": ["2018-05-13 18:28:52.812107", "NULL", "NULL", 166, "a810c59e-837b-4ece-b24d-b616e60db142", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:28:52.630242", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3170": ["2018-05-13 18:28:53.015962", "NULL", "NULL", 167, "cfe66091-66e2-4c8a-8f74-5bcf81edcc07", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:28:53.015935", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3171": ["2018-05-13 18:38:52.245604", "NULL", "NULL", 168, "e8b76fdf-f9cc-4269-bfac-63dadc909ec7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:38:52.146194", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3172": ["2018-05-13 18:38:52.649407", "NULL", "NULL", 169, "477d82c0-7feb-4653-a310-bc2bf78dccbc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:38:52.649392", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3173": ["2018-05-13 18:48:52.079839", "NULL", "NULL", 170, "cdc93db0-d8c8-4c0b-9144-7037611803bc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:48:51.959156", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3174": ["2018-05-13 18:48:52.483646", "NULL", "NULL", 171, "c4eec352-0b20-46d2-a979-b562c4ba336b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:48:52.483633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3175": ["2018-05-13 18:58:54.514393", "NULL", "NULL", 172, "d6350a9e-99ff-4824-9b56-5031185d0b4a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:58:54.464886", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3176": ["2018-05-13 18:58:55.318589", "NULL", "NULL", 173, "00ca0441-1a79-4709-bb18-fe60681034e0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 18:58:55.318574", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3177": ["2018-05-13 19:08:54.75022", "NULL", "NULL", 174, "cd85c02b-878a-4f37-b5cc-83e788620694", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:08:54.576669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3178": ["2018-05-13 19:08:54.954134", "NULL", "NULL", 175, "7d71f8cb-13a9-4a61-8d8f-3038c573b864", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:08:54.954121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3179": ["2018-05-13 19:18:52.181601", "NULL", "NULL", 176, "096ff882-c8fa-4afb-98ad-af1e286dad9c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:18:51.985337", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3180": ["2018-05-13 19:18:52.385219", "NULL", "NULL", 177, "86b4c1d3-93b7-449d-b878-d6bf92e46459", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:18:52.385205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3181": ["2018-05-13 19:28:52.021624", "NULL", "NULL", 178, "3abdd4fe-2f36-4031-a85f-373878c28b77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:28:51.991581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3182": ["2018-05-13 19:28:52.425243", "NULL", "NULL", 179, "23d9a471-9262-4eb9-8c30-1777ac8c9e71", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:28:52.42523", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3183": ["2018-05-13 19:38:53.054185", "NULL", "NULL", 180, "91701c67-6b61-4ec2-94f6-3a2600130756", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:38:52.991115", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3184": ["2018-05-13 19:38:53.457998", "NULL", "NULL", 181, "73b942af-3d5b-45ce-a0a8-9b56a8b162bd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:38:53.457986", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3185": ["2018-05-13 19:48:53.291128", "NULL", "NULL", 182, "6174a2c6-d7f4-4004-9a87-96e65155d7cf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:48:53.098281", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3186": ["2018-05-13 19:48:53.494643", "NULL", "NULL", 183, "b351e9f2-262f-47bd-802d-ffe968162e92", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:48:53.494629", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3187": ["2018-05-13 19:54:01.61576", "NULL", "NULL", 184, "b401f13a-d504-421b-a75e-48d4e7c4b9ad", "100.114", "set", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-13 19:54:01.613652", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3188": ["2018-05-13 19:58:52.928081", "NULL", "NULL", 185, "8c7989f9-f11d-446d-b359-60c401a9f18e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:58:52.799268", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3189": ["2018-05-13 19:58:53.531959", "NULL", "NULL", 186, "be11b055-4ddb-41b0-8ab5-be9289aac713", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 19:58:53.531947", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3190": ["2018-05-13 20:08:53.961453", "NULL", "NULL", 187, "5e0b4943-d572-456b-96aa-84e742017488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:08:53.901857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3191": ["2018-05-13 20:08:54.365356", "NULL", "NULL", 188, "da5a4a1a-999c-4f0d-9d93-717f8d3c620b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:08:54.365344", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3192": ["2018-05-13 20:18:52.194649", "NULL", "NULL", 189, "0e6b39e3-32e7-4c33-83fc-21e85d1864dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:18:52.116", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3193": ["2018-05-13 20:18:52.598507", "NULL", "NULL", 190, "264de31d-ef92-4e46-a7ff-22c836a3bcb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:18:52.59844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3194": ["2018-05-13 20:28:53.031008", "NULL", "NULL", 191, "b2a21f5b-8715-4758-94bb-78d03e9a4cf7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:28:52.837211", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3195": ["2018-05-13 20:28:53.234723", "NULL", "NULL", 192, "40f889fa-e8c9-4584-b9d6-43a653bbef04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:28:53.234708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3196": ["2018-05-13 20:38:53.66449", "NULL", "NULL", 193, "afb4668f-cce3-4afb-adb3-1e923950afb8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:38:53.55254", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3197": ["2018-05-13 20:38:53.868081", "NULL", "NULL", 194, "9c637542-b2e8-471d-b213-0ba5ba0baec5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:38:53.868069", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3198": ["2018-05-13 20:48:52.299432", "NULL", "NULL", 195, "420d3d80-c6da-477b-8e89-2f8c81ea3ec6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:48:52.162277", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3199": ["2018-05-13 20:48:52.503546", "NULL", "NULL", 196, "859e9b3d-fc12-4050-938b-52b9f3052cef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:48:52.503533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3200": ["2018-05-13 20:58:53.934563", "NULL", "NULL", 197, "d8218189-c75f-4001-b1b8-26034f9016e3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:58:53.864575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3201": ["2018-05-13 20:58:54.738858", "NULL", "NULL", 198, "52f9ea6a-5c27-4b0a-8d76-e442bfe1b08d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 20:58:54.738844", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3202": ["2018-05-13 21:04:03.857536", "NULL", "NULL", 199, "a7ead59a-2cf4-48de-aa7b-f7f3a8357266", "100.114", "clear", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-13 21:04:03.857523", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3203": ["2018-05-13 21:08:52.970822", "NULL", "NULL", 200, "13f7c8c8-3d3a-47b5-8bf3-ffe294e00775", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:08:52.78008", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3204": ["2018-05-13 21:08:53.174568", "NULL", "NULL", 201, "b355a204-d48e-499f-9c95-47cb60fafe59", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:08:53.174552", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3205": ["2018-05-13 21:18:53.005154", "NULL", "NULL", 202, "0fbe15eb-22f4-4bf4-a293-9bd1c1227d77", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:18:52.996221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3206": ["2018-05-13 21:18:53.40908", "NULL", "NULL", 203, "d9e0a002-7efb-4b14-b34c-1a9febe8f6d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:18:53.409058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3207": ["2018-05-13 21:28:53.637995", "NULL", "NULL", 204, "639b022d-07f3-4deb-8629-891823ba9d4e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:28:53.498321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3208": ["2018-05-13 21:28:53.841515", "NULL", "NULL", 205, "d4077506-b83f-482e-ac96-9637a52f6c33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:28:53.841503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3209": ["2018-05-13 21:38:53.26961", "NULL", "NULL", 206, "55d34c29-76d9-4996-8213-5a4664db8a8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:38:53.117246", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3210": ["2018-05-13 21:38:53.473328", "NULL", "NULL", 207, "d464e911-4256-4b44-93b0-8baaead4541a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:38:53.473316", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3211": ["2018-05-13 21:48:52.30588", "NULL", "NULL", 208, "b11efaf9-099e-4d6c-bf11-34de65ced401", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:48:52.228341", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3212": ["2018-05-13 21:48:52.709931", "NULL", "NULL", 209, "a99c74d3-9524-49fc-8dd5-10f87288200b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:48:52.709916", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3213": ["2018-05-13 21:58:53.740598", "NULL", "NULL", 210, "c3f95ec2-8fd5-4959-b93c-5ea2d7f5024f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:58:53.655045", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3214": ["2018-05-13 21:58:54.544529", "NULL", "NULL", 211, "5f4b2099-dc93-425b-a8ff-04834a6a14aa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 21:58:54.544517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3215": ["2018-05-13 22:08:52.974194", "NULL", "NULL", 212, "bd80a51d-facd-4fc2-8f34-3b09eaee568f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:08:52.873671", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3216": ["2018-05-13 22:08:53.378034", "NULL", "NULL", 213, "d0953c68-c602-49a8-b2a0-45f85ad1dda0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:08:53.378021", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3217": ["2018-05-13 22:18:52.607327", "NULL", "NULL", 214, "3164dd77-edf3-4f73-bc7a-7a3d94f463d1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:18:52.501052", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3218": ["2018-05-13 22:18:52.811052", "NULL", "NULL", 215, "3c954ecb-b9df-47e3-af02-d23e34d2993b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:18:52.81104", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3219": ["2018-05-13 22:28:53.041617", "NULL", "NULL", 216, "b027d9fe-8d96-4313-9006-5c56b5dd9c0b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:28:52.917899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3220": ["2018-05-13 22:28:53.445441", "NULL", "NULL", 217, "7678a839-613e-430d-b6bb-1a884a7e2531", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:28:53.445429", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3221": ["2018-05-13 22:38:52.872062", "NULL", "NULL", 218, "18a329a7-b0b4-4774-899e-35a5affa74e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:38:52.828208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3222": ["2018-05-13 22:38:53.276148", "NULL", "NULL", 219, "7e02e414-05ce-480a-96e2-d99208cad88f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:38:53.276119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3223": ["2018-05-13 22:48:53.506331", "NULL", "NULL", 220, "622888ce-120b-4150-91ba-72ebeba9152a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:48:53.353759", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3224": ["2018-05-13 22:48:53.910056", "NULL", "NULL", 221, "e240accb-0e76-459d-9997-91958161ab20", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:48:53.910041", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3225": ["2018-05-13 22:58:53.138835", "NULL", "NULL", 222, "9d8e9860-d80f-4344-aa9c-e440999bd357", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:58:53.05327", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3226": ["2018-05-13 22:58:53.942844", "NULL", "NULL", 223, "0e7c1114-38ea-405a-8516-46e11c16cc84", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 22:58:53.942831", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3227": ["2018-05-13 23:08:52.171977", "NULL", "NULL", 224, "c4cfd90c-7045-425c-ab0f-c50e13a1fc5b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:08:52.047674", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3228": ["2018-05-13 23:08:52.375944", "NULL", "NULL", 225, "6f58ba4f-2c16-40ba-9497-eb1b966f1bb3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:08:52.375931", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3229": ["2018-05-13 23:18:52.605556", "NULL", "NULL", 226, "6ffbbf7e-8997-4e22-a3a7-c28b8fed7acd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:18:52.554619", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3230": ["2018-05-13 23:18:53.009235", "NULL", "NULL", 227, "c51b6a5b-6c65-4fb6-a3c0-32d3571e22ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:18:53.00922", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3231": ["2018-05-13 23:28:53.037716", "NULL", "NULL", 228, "cd691aa9-3ed6-4689-81bc-87c83774196b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:28:52.961991", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3232": ["2018-05-13 23:28:53.441752", "NULL", "NULL", 229, "af51dac2-9d40-4019-a496-9e181ad8a4d3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:28:53.441737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3233": ["2018-05-13 23:38:52.66983", "NULL", "NULL", 230, "2d4b561b-8487-4825-8497-96317f1a4fd2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:38:52.66096", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3234": ["2018-05-13 23:38:53.274144", "NULL", "NULL", 231, "c07ca8d3-7838-446b-a0f3-12f568d38870", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:38:53.274129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3235": ["2018-05-13 23:48:52.905204", "NULL", "NULL", 232, "afab4f93-cbac-4f38-a8cb-8f83fde0855e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:48:52.877105", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3236": ["2018-05-13 23:48:53.30903", "NULL", "NULL", 233, "36f0096b-feeb-4855-92ee-2246bdbf13b5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:48:53.309018", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3237": ["2018-05-13 23:58:52.945345", "NULL", "NULL", 234, "5478d16e-4f4a-4a22-90f2-6b8f2223b69d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:58:52.88092", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3238": ["2018-05-13 23:58:53.549352", "NULL", "NULL", 235, "41576d02-66bd-405a-acdb-139886972205", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-13 23:58:53.54934", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3239": ["2018-05-14 00:08:54.378577", "NULL", "NULL", 236, "39215f64-6d92-4a96-935b-9a01d7af54b8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:08:54.304706", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3240": ["2018-05-14 00:08:54.782329", "NULL", "NULL", 237, "3e216720-14c4-477e-a0e4-176dad4e84e5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:08:54.782315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3241": ["2018-05-14 00:18:52.610851", "NULL", "NULL", 238, "926d5371-1a31-4484-b9a5-db2f26c01dd8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:18:52.417569", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3242": ["2018-05-14 00:18:52.814413", "NULL", "NULL", 239, "d4ffff8f-1bda-478d-b393-71a04c6a25cc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:18:52.814394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3243": ["2018-05-14 00:28:53.849922", "NULL", "NULL", 240, "56f8888c-891b-432f-b9e8-bfa08ef1ea8b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:28:53.742984", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3244": ["2018-05-14 00:28:54.053526", "NULL", "NULL", 241, "ae39629a-863a-41e9-ae0d-573554295743", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:28:54.053511", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3245": ["2018-05-14 00:38:52.489516", "NULL", "NULL", 242, "9895f30f-4d6c-43bb-b9a2-fbe4ddaf5823", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:38:52.352154", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3246": ["2018-05-14 00:38:52.893438", "NULL", "NULL", 243, "5a1aa567-bfa8-4a78-82e3-ecfd7a29b7fa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:38:52.893425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3247": ["2018-05-14 00:48:52.926632", "NULL", "NULL", 244, "0f915cd0-9fad-4fcb-a65e-e8507cb91457", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:48:52.845949", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3248": ["2018-05-14 00:48:53.330559", "NULL", "NULL", 245, "1783b31d-3d99-482a-ae78-8ada8ae79919", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:48:53.330545", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3249": ["2018-05-14 00:58:52.766073", "NULL", "NULL", 246, "eb1bb7c4-7a6e-44c4-b144-a88c5874badf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:58:52.748679", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3250": ["2018-05-14 00:58:53.570176", "NULL", "NULL", 247, "f8a047a9-b72f-4b9d-af13-ecbde51734d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 00:58:53.570164", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3251": ["2018-05-14 01:08:53.198897", "NULL", "NULL", 248, "e7bf9520-09c7-4225-9b7a-55dc18bf9b72", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:08:53.145016", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3252": ["2018-05-14 01:08:53.602546", "NULL", "NULL", 249, "81640649-93e4-4bde-a283-a542894dbedd", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:08:53.602532", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3253": ["2018-05-14 01:18:53.636877", "NULL", "NULL", 250, "ea3bac79-d0d3-42b5-b7ad-de3d8491987c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:18:53.565885", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3254": ["2018-05-14 01:18:54.040382", "NULL", "NULL", 251, "f68ef0dd-6fee-4104-8037-1f4add8e4867", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:18:54.040368", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3255": ["2018-05-14 01:28:53.069406", "NULL", "NULL", 252, "12a3f94f-ddbf-43cc-8ef1-3a73dbf02630", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:28:52.875306", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3256": ["2018-05-14 01:28:53.47333", "NULL", "NULL", 253, "773a0f5f-89bc-44db-a3cf-0d4a91f0c4c6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:28:53.473315", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3257": ["2018-05-14 01:38:52.502016", "NULL", "NULL", 254, "a405660b-2200-4518-a9f1-93c782a9c025", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:38:52.373581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3258": ["2018-05-14 01:38:52.905674", "NULL", "NULL", 255, "c6b60cfa-d58a-431b-b694-1d7af511aec1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:38:52.905659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3259": ["2018-05-14 01:48:52.335702", "NULL", "NULL", 256, "990c9125-e25f-4e3d-a374-c0c64b08937a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:48:52.182774", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3260": ["2018-05-14 01:48:52.739512", "NULL", "NULL", 257, "4a9b9697-f1e8-4aed-a303-4cb3e321b298", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:48:52.739499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3261": ["2018-05-14 01:58:54.168227", "NULL", "NULL", 258, "f4cceec3-ef64-46c1-a30d-658c8a004d58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:58:54.00075", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3262": ["2018-05-14 01:58:54.772249", "NULL", "NULL", 259, "bec36658-5d19-4678-b3f7-25fabc95966b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 01:58:54.772235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3263": ["2018-05-14 02:08:52.598732", "NULL", "NULL", 260, "6ca67b3a-6e64-4ffe-8f76-d2b9d2172b46", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:08:52.522058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3264": ["2018-05-14 02:08:53.002479", "NULL", "NULL", 261, "9868c6ce-e848-485b-9a41-a5526a0123a9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:08:53.002464", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3265": ["2018-05-14 02:18:52.232307", "NULL", "NULL", 262, "33df186b-4d42-437f-92e8-86a39332a221", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:18:52.222025", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3266": ["2018-05-14 02:18:52.636085", "NULL", "NULL", 263, "cd88a553-c7a5-462a-bdd3-db9c491c633d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:18:52.636071", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3267": ["2018-05-14 02:28:52.468503", "NULL", "NULL", 264, "9f3ca68f-1179-4588-b690-9d529fdd2fc7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:28:52.342499", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3268": ["2018-05-14 02:28:52.672461", "NULL", "NULL", 265, "4629ca83-b2fe-4aa0-9c30-0ec1f9b2af33", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:28:52.672441", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3269": ["2018-05-14 02:38:53.098934", "NULL", "NULL", 266, "c553ce9e-3d7e-40f7-b64c-678b9bbacedc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:38:53.049688", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3270": ["2018-05-14 02:38:53.502622", "NULL", "NULL", 267, "7bdb1a4e-56bb-4b5c-a3e8-b374cb4508d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:38:53.502609", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3271": ["2018-05-14 02:48:52.938673", "NULL", "NULL", 268, "95945535-4562-4f9d-83c1-81780a8ac0e1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:48:52.858733", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3272": ["2018-05-14 02:48:53.542515", "NULL", "NULL", 269, "59de6d75-3b06-4dd4-80ee-9886b23d4763", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:48:53.542501", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3273": ["2018-05-14 02:58:52.373395", "NULL", "NULL", 270, "42fe05b6-07f5-41bf-8f30-e6e4f5f63bb5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:58:52.175602", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3274": ["2018-05-14 02:58:52.977481", "NULL", "NULL", 271, "a249b2db-ffd5-4d4e-83fa-8ed85be7865b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 02:58:52.977466", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3275": ["2018-05-14 03:08:53.406431", "NULL", "NULL", 272, "962807e5-b4a5-43f2-9054-40b1b14f5ab9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:08:53.274425", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3276": ["2018-05-14 03:08:53.810364", "NULL", "NULL", 273, "5e0d7b16-0a1c-4bb6-a2f5-87b1010860f8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:08:53.81035", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3277": ["2018-05-14 03:18:52.640802", "NULL", "NULL", 274, "dbf1498c-dedb-4722-849b-748b8ab17b2c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:18:52.598113", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3278": ["2018-05-14 03:18:53.044482", "NULL", "NULL", 275, "e43431be-8fb4-4619-be78-762f365e3614", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:18:53.044468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3279": ["2018-05-14 03:28:53.673559", "NULL", "NULL", 276, "199f217a-1941-4271-9828-723d15e7d7dc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:28:53.520449", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3280": ["2018-05-14 03:28:53.877652", "NULL", "NULL", 277, "b94385b6-9d48-446e-86dc-46b31b0f5c2f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:28:53.87764", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3281": ["2018-05-14 03:38:52.506994", "NULL", "NULL", 278, "22893dd8-b1be-4734-8ecb-7e05af6f9f33", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:38:52.441673", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3282": ["2018-05-14 03:38:53.110698", "NULL", "NULL", 279, "0190c8e0-914f-499e-a4bd-98f3e2ce9654", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:38:53.110685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3283": ["2018-05-14 03:48:52.744387", "NULL", "NULL", 280, "ccb164d6-b004-4dbc-925d-efea9b122d8e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:48:52.649301", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3284": ["2018-05-14 03:48:53.14846", "NULL", "NULL", 281, "7659a383-9ef3-4398-a0f4-260fcbe6d776", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:48:53.148448", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3285": ["2018-05-14 03:58:53.976506", "NULL", "NULL", 282, "821769b0-f8c8-4184-bfce-cf8d2f04fb38", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:58:53.876047", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3286": ["2018-05-14 03:58:54.580517", "NULL", "NULL", 283, "16d3ee32-e5f6-4606-8dbb-a4b17f724e60", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 03:58:54.580503", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3287": ["2018-05-14 04:08:53.210279", "NULL", "NULL", 284, "7815206f-5d2e-4309-878f-f3cc11c1c088", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:08:53.193376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3288": ["2018-05-14 04:08:53.61424", "NULL", "NULL", 285, "8050d026-d032-46ac-a259-6c92cec4b352", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:08:53.614224", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3289": ["2018-05-14 04:18:53.243872", "NULL", "NULL", 286, "a751f3a8-95b3-4500-8a16-7c1b34ce7439", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:18:53.108276", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3290": ["2018-05-14 04:18:53.447776", "NULL", "NULL", 287, "05d60989-7e37-4c08-ad46-90dbe337f972", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:18:53.447763", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3291": ["2018-05-14 04:28:51.873283", "NULL", "NULL", 288, "90247931-b35e-484c-845f-dfc90146bdf5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:28:51.825645", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3292": ["2018-05-14 04:28:52.477251", "NULL", "NULL", 289, "3a16f054-ba34-4373-9a49-961bbeda0da4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:28:52.477237", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3293": ["2018-05-14 04:38:52.5067", "NULL", "NULL", 290, "570a1f49-6e06-43bc-8b53-ea8e8f0d1d63", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:38:52.445352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3294": ["2018-05-14 04:38:52.911108", "NULL", "NULL", 291, "c1d796ae-bf3d-4e95-9229-32a08f5efaf7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:38:52.911094", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3295": ["2018-05-14 04:48:52.539837", "NULL", "NULL", 292, "ee5eeaf5-5540-43e4-af38-db3aa2cb1291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:48:52.455978", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3296": ["2018-05-14 04:48:52.943386", "NULL", "NULL", 293, "855d788f-7134-4b09-8b89-43bb5c3d7812", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:48:52.943371", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3297": ["2018-05-14 04:58:53.374959", "NULL", "NULL", 294, "41faf9f3-0354-4823-825d-ca39d97a42d6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:58:53.277821", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3298": ["2018-05-14 04:58:54.17896", "NULL", "NULL", 295, "2e740926-88fc-458e-bf31-d8c1772573af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 04:58:54.178944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3299": ["2018-05-14 05:08:54.206622", "NULL", "NULL", 296, "878b992d-75f3-471c-8991-770003a337bd", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:08:54.192586", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3300": ["2018-05-14 05:08:54.610407", "NULL", "NULL", 297, "675bc263-4c81-481a-96ed-95707fd6990f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:08:54.610394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3301": ["2018-05-14 05:18:54.041544", "NULL", "NULL", 298, "f0a44383-aacb-4cf4-b0d4-019f313b145a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:18:54.01001", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3302": ["2018-05-14 05:18:54.445241", "NULL", "NULL", 299, "f04c9d73-c197-4815-a388-d57c7d3e6495", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:18:54.445228", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3303": ["2018-05-14 05:28:52.274941", "NULL", "NULL", 300, "494f1f4f-3d15-43ce-805c-909f24197fe3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:28:52.114027", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3304": ["2018-05-14 05:28:52.678817", "NULL", "NULL", 301, "fc816c51-7ac5-40dd-b373-00127807d54a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:28:52.678805", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3305": ["2018-05-14 05:38:53.110928", "NULL", "NULL", 302, "44dcce4c-34c5-4d57-a247-0de1aee4c44f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:38:52.924651", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3306": ["2018-05-14 05:38:53.514866", "NULL", "NULL", 303, "545ffda5-34e8-47de-bb5b-70b7bb5838a5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:38:53.51485", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3307": ["2018-05-14 05:48:53.552508", "NULL", "NULL", 304, "31b18985-5d91-47eb-a1c4-01fd60320143", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:48:53.442235", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3308": ["2018-05-14 05:48:53.756097", "NULL", "NULL", 305, "650b4632-d2a7-4602-9a69-8db3c2a5e0e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:48:53.756085", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3309": ["2018-05-14 05:58:53.386062", "NULL", "NULL", 306, "c640f9ce-4ae0-45b7-a989-deada4f3af1a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:58:53.359187", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3310": ["2018-05-14 05:58:54.190311", "NULL", "NULL", 307, "cf160d62-d45b-4d97-9195-8f9535f98ced", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 05:58:54.190286", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3311": ["2018-05-14 06:08:52.819673", "NULL", "NULL", 308, "8144e30f-dd96-45ca-a0c7-ccff5cb9181c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:08:52.785351", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3312": ["2018-05-14 06:08:53.223523", "NULL", "NULL", 309, "b061853c-fb3a-4aaa-8daf-27f0b35ca6ff", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:08:53.223507", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3313": ["2018-05-14 06:18:52.255155", "NULL", "NULL", 310, "bc600f9e-fdbb-4b0a-b70e-c6933feb6fea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:18:52.101214", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3314": ["2018-05-14 06:18:52.458866", "NULL", "NULL", 311, "c21b7268-ae59-45b9-9f44-48d79a32ef65", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:18:52.458853", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3315": ["2018-05-14 06:28:52.889268", "NULL", "NULL", 312, "79e001e0-6e9a-42f7-a689-77f9e651b5de", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 06:28:52.713909", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3316": ["2018-05-14 09:28:53.567161", "NULL", "NULL", 349, "56cd0108-aa57-4463-a6f9-32a1f5b1e671", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:28:53.567145", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3317": ["2018-05-14 09:38:52.998155", "NULL", "NULL", 350, "3f54ebc5-8807-49e5-a55f-e8118fd6f3a4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:38:52.869877", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3318": ["2018-05-14 09:38:53.206671", "NULL", "NULL", 351, "3783e711-1cc0-4b4c-a994-acabc8557b46", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:38:53.206658", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3319": ["2018-05-14 09:48:53.637043", "NULL", "NULL", 352, "a3dcd3d9-de8a-43cf-a6a1-6678d4476b76", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:48:53.577386", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3320": ["2018-05-14 09:48:54.041246", "NULL", "NULL", 353, "d5992298-bc7b-4628-812e-35752e97b961", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:48:54.041231", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3321": ["2018-05-14 09:58:52.472456", "NULL", "NULL", 354, "ceac83b1-2ee6-46ae-9381-98a9ee33cfef", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:58:52.281394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3322": ["2018-05-14 09:58:53.276521", "NULL", "NULL", 355, "484605e1-950e-4a55-91df-95c9f3c5da47", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 09:58:53.276505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3323": ["2018-05-14 10:08:52.703877", "NULL", "NULL", 356, "24273db2-db38-4b59-b756-55b481fd66b3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:08:52.681408", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3324": ["2018-05-14 10:08:53.107505", "NULL", "NULL", 357, "dd16c765-a901-44ef-8563-daabefa8447e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:08:53.107492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3325": ["2018-05-14 10:18:52.738004", "NULL", "NULL", 358, "10041ea5-3142-44db-8bba-6ec3c38c8d68", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:18:52.685203", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3326": ["2018-05-14 10:18:53.141728", "NULL", "NULL", 359, "d4ed8951-eac1-4016-8948-365abd51c6af", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:18:53.141712", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3327": ["2018-05-14 10:28:53.778214", "NULL", "NULL", 360, "c9f9cc7c-9eea-47fd-80e3-94a8460b3b3c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:28:53.706066", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3328": ["2018-05-14 10:28:54.1827", "NULL", "NULL", 361, "80db14de-aa55-4892-b9ce-23ac6636fa82", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:28:54.182685", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3329": ["2018-05-14 10:38:53.208986", "NULL", "NULL", 362, "2f5f30f3-cd3d-4ad1-b170-472e39041a78", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:38:53.007538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3330": ["2018-05-14 10:38:53.412914", "NULL", "NULL", 363, "15a6be09-ccc0-4288-8629-2cae7d533381", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:38:53.412899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3331": ["2018-05-14 10:48:51.649267", "NULL", "NULL", 364, "be761ca6-a67b-406b-ae09-9dcebabf68c1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:48:51.50781", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3332": ["2018-05-14 10:48:51.852702", "NULL", "NULL", 365, "df4fe52f-5b7b-43ca-abcb-b8b82c425095", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:48:51.85269", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3333": ["2018-05-14 10:58:52.881269", "NULL", "NULL", 366, "b348b7a0-2a4a-4e5b-868b-821f25364723", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:58:52.811854", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3334": ["2018-05-14 10:58:53.685958", "NULL", "NULL", 367, "fa133a10-bd4d-4a83-80c5-d5f0686235c5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 10:58:53.685944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3335": ["2018-05-14 11:08:52.917794", "NULL", "NULL", 368, "c003a4ae-e46a-4004-a737-90a3ed456e51", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:08:52.714917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3336": ["2018-05-14 11:08:53.121641", "NULL", "NULL", 369, "84ad1428-69d5-4e15-9082-811ad361558c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:08:53.121626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3337": ["2018-05-14 11:18:51.94898", "NULL", "NULL", 370, "5be27732-7b47-45e2-b88e-e980bba314b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:18:51.831612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3338": ["2018-05-14 11:18:52.152696", "NULL", "NULL", 371, "4c307a79-3531-40b2-babb-6df35b79f71c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:18:52.152684", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3339": ["2018-05-14 11:28:53.383719", "NULL", "NULL", 372, "cfb524cd-720a-4d72-af20-faae82d1efdc", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:28:53.351963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3340": ["2018-05-14 11:28:53.78751", "NULL", "NULL", 373, "0394a329-3aac-4e3c-ace6-0c8c962f1c3e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:28:53.787469", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3341": ["2018-05-14 11:38:53.22222", "NULL", "NULL", 374, "f7cf3c86-10df-430c-be8b-7cfba9aaee1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:38:53.170945", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3342": ["2018-05-14 11:38:53.626221", "NULL", "NULL", 375, "db22f5f6-4656-46da-831f-0cfb639da4df", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:38:53.626206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3343": ["2018-05-14 11:48:52.654518", "NULL", "NULL", 376, "4374b672-8964-4e58-af6c-56a8a8be3a14", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:48:52.479366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3344": ["2018-05-14 11:48:52.858176", "NULL", "NULL", 377, "7a906260-89e5-4e81-bbc9-2b01f2ce22f9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:48:52.858163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3345": ["2018-05-14 11:58:52.689273", "NULL", "NULL", 378, "6ffc4846-15f4-4222-bb82-7183cca02ce5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:58:52.594177", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3346": ["2018-05-14 11:58:53.493217", "NULL", "NULL", 379, "d01beeb7-ec67-42e5-aa1c-0f667f9bffc8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 11:58:53.493201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3347": ["2018-05-14 12:08:53.323358", "NULL", "NULL", 380, "32c8b75e-dce9-49c3-a629-d6a3a1a1e2ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:08:53.199553", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3348": ["2018-05-14 12:08:53.726928", "NULL", "NULL", 381, "a4582dd2-fe12-43e8-ab95-468885fc99b8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:08:53.726917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3349": ["2018-05-14 12:18:52.966593", "NULL", "NULL", 382, "05c20db4-b2ae-4f95-ba7a-99b96362d410", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:18:52.90723", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3350": ["2018-05-14 12:18:53.370701", "NULL", "NULL", 383, "2e958230-a927-495d-8af8-822097ef0ac9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:18:53.370686", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3351": ["2018-05-14 12:28:52.40437", "NULL", "NULL", 384, "0b4d53a5-c4be-4ce7-ac9e-4ce3cae3be9f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:28:52.31981", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3352": ["2018-05-14 12:28:53.008496", "NULL", "NULL", 385, "4a17415e-5446-487a-a50c-88ffc54367b7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:28:53.008479", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3353": ["2018-05-14 12:38:52.237128", "NULL", "NULL", 386, "dc31bc5d-12d1-4b0c-a0cc-720c8ca5b080", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:38:52.034323", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3354": ["2018-05-14 12:38:53.041256", "NULL", "NULL", 387, "d9017f5c-ee64-4bac-98bf-bf5250f6055c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:38:53.041243", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3355": ["2018-05-14 12:48:51.670485", "NULL", "NULL", 388, "d2b69063-8916-4b97-8819-155cdd213c9e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:48:51.651768", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3356": ["2018-05-14 12:48:52.074276", "NULL", "NULL", 389, "f7d127ee-e2a3-48a8-a52d-5a6e5230ba8b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:48:52.074263", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3357": ["2018-05-14 12:58:53.306234", "NULL", "NULL", 390, "c8203911-4c6c-4720-b9c4-bed8b1145fac", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:58:53.164364", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3358": ["2018-05-14 12:58:53.91009", "NULL", "NULL", 391, "df116f8f-72b1-46b9-9c78-420a29954056", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 12:58:53.910063", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3359": ["2018-05-14 13:08:52.336495", "NULL", "NULL", 392, "50827ebb-9fc7-42b6-a4ce-3087708ea1e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:08:52.258149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3360": ["2018-05-14 13:08:52.740541", "NULL", "NULL", 393, "1840acf6-25aa-45b3-9dca-25a44f1f75cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:08:52.740526", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3361": ["2018-05-14 13:18:53.765622", "NULL", "NULL", 394, "4499476c-e333-41c7-89aa-1fb1ce8266a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:18:53.663494", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3362": ["2018-05-14 13:18:53.9692", "NULL", "NULL", 395, "8170e176-2fa1-4755-bb74-ce39cca3cd8f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:18:53.969189", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3363": ["2018-05-14 13:28:52.201093", "NULL", "NULL", 396, "c8dcbbc1-dd20-4c4c-b37d-74aa53c4e3b7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:28:52.087659", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3364": ["2018-05-14 13:28:52.405035", "NULL", "NULL", 397, "68e36253-9c6a-4949-9556-1f36539b77bc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:28:52.405024", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3365": ["2018-05-14 13:38:54.036338", "NULL", "NULL", 398, "79d5cc78-7c8e-4211-b504-955a04080d34", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:38:54.009346", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3366": ["2018-05-14 13:38:54.440226", "NULL", "NULL", 399, "24812e2a-823c-4c16-a726-872e8be674ce", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:38:54.440201", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3367": ["2018-05-14 13:48:51.869491", "NULL", "NULL", 400, "e35fed80-43b8-4f72-a074-f1cf2902a145", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:48:51.727005", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3368": ["2018-05-14 13:48:52.073548", "NULL", "NULL", 401, "f1adc7fe-0023-4f18-a69a-4c12ce23e8e8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:48:52.073535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3369": ["2018-05-14 13:58:52.897424", "NULL", "NULL", 402, "63ac0c24-57ed-47dd-b24b-78bef57dc19e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:58:52.725352", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3370": ["2018-05-14 13:58:53.501373", "NULL", "NULL", 403, "2e10498d-4ab5-4be7-a4be-1786c751e657", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 13:58:53.501359", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3371": ["2018-05-14 14:08:53.129971", "NULL", "NULL", 404, "fc1dbe3e-b829-483e-86e9-648f46b5e758", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:08:52.939554", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3372": ["2018-05-14 14:08:53.533648", "NULL", "NULL", 405, "6e78c339-0124-4d8e-b40e-745111ab4682", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:08:53.533626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3373": ["2018-05-14 14:18:53.769031", "NULL", "NULL", 406, "b1eeb391-6285-4579-87e2-04a4008147d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:18:53.653737", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3374": ["2018-05-14 14:18:53.97272", "NULL", "NULL", 407, "5071c65e-5a6f-48b9-bfc2-d3c1931472b9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:18:53.972708", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3375": ["2018-05-14 14:28:54.209414", "NULL", "NULL", 408, "1e2b0f44-dc89-4621-8049-134e24ec41f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:28:54.078563", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3376": ["2018-05-14 14:28:54.41316", "NULL", "NULL", 409, "45948913-fa66-4afb-80ad-679bbe95098d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:28:54.413148", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3377": ["2018-05-14 14:38:52.640891", "NULL", "NULL", 410, "6e466108-5ed3-448a-8a4f-f313b8ee515a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:38:52.580357", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3378": ["2018-05-14 14:38:53.045584", "NULL", "NULL", 411, "8a693c72-27d8-4d69-9f02-8847282b81d7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:38:53.045572", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3379": ["2018-05-14 14:48:52.682116", "NULL", "NULL", 412, "d8307466-abd6-4644-953e-bc50423e85f2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:48:52.489533", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3380": ["2018-05-14 14:48:52.886153", "NULL", "NULL", 413, "4cb9680f-805b-420f-bc40-4ab2be7a109f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:48:52.88614", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3381": ["2018-05-14 14:58:53.91799", "NULL", "NULL", 414, "dec555d1-3496-48bc-8bf0-a6bcae695fc0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:58:53.817763", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3382": ["2018-05-14 14:58:54.72238", "NULL", "NULL", 415, "aa5089e2-150f-4443-83e0-91c2f0078e24", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 14:58:54.722366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3383": ["2018-05-14 15:08:53.750289", "NULL", "NULL", 416, "966f8a01-a601-40a8-be3b-7f9609e538ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:08:53.624329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3384": ["2018-05-14 15:08:53.95415", "NULL", "NULL", 417, "b68a1a27-97ca-4e9f-92f9-b2b4de62a9c7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:08:53.954138", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3385": ["2018-05-14 15:18:52.586358", "NULL", "NULL", 418, "7fc37cae-2995-4ce4-a76d-d23d3f6698f5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:18:52.436549", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3386": ["2018-05-14 15:18:52.990111", "NULL", "NULL", 419, "d684b051-eb28-46e6-a4ad-7f684e19f19b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:18:52.990096", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3387": ["2018-05-14 15:28:52.419203", "NULL", "NULL", 420, "2aff5220-fdf3-4b31-83c7-19d7c0c1cd5c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:28:52.232006", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3388": ["2018-05-14 15:28:52.622964", "NULL", "NULL", 421, "83abe3c1-70ef-46e2-a168-5027cc5b5c85", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:28:52.62295", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3389": ["2018-05-14 15:38:52.251594", "NULL", "NULL", 422, "5c948f78-2274-488f-992a-0508e9dd8f9b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:38:52.157329", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3390": ["2018-05-14 15:38:52.655318", "NULL", "NULL", 423, "feb15ea8-a089-46b1-8e10-0eb33be35cd7", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:38:52.655296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3391": ["2018-05-14 15:48:53.085106", "NULL", "NULL", 424, "3d270022-5abe-4cde-a2fb-0acd9160ecee", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:48:53.072867", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3392": ["2018-05-14 15:48:53.489233", "NULL", "NULL", 425, "b858441e-66ee-42b5-bfa1-632061d4df72", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:48:53.489219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3393": ["2018-05-14 15:58:54.121274", "NULL", "NULL", 426, "ca3ed74f-9fca-430a-a095-3b399bcd6225", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:58:54.07917", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3394": ["2018-05-14 15:58:54.92549", "NULL", "NULL", 427, "e62e02ec-71b7-4c38-8005-49ebf3e17b04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 15:58:54.925468", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3395": ["2018-05-14 16:08:52.755584", "NULL", "NULL", 428, "72ecde24-1dab-4e22-9b11-f6a37382ff33", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:08:52.587538", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3396": ["2018-05-14 16:08:52.959271", "NULL", "NULL", 429, "747a44fb-aa55-48c4-92dd-2d38f8e3c418", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:08:52.95926", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3397": ["2018-05-14 16:18:52.784532", "NULL", "NULL", 430, "47d60a1e-8a45-4532-8917-56fafb1f7321", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:18:52.686318", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3398": ["2018-05-14 16:18:53.188224", "NULL", "NULL", 431, "e871791e-13ad-4711-b96d-3039f3dad839", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:18:53.188209", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3399": ["2018-05-14 16:28:53.022708", "NULL", "NULL", 432, "418962ea-3bb1-4266-ae87-e013657886ec", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:28:52.893568", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3400": ["2018-05-14 16:28:53.226949", "NULL", "NULL", 433, "43d98aa5-1952-47be-ae82-197c062ac1eb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:28:53.226922", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3401": ["2018-05-14 16:38:51.854309", "NULL", "NULL", 434, "525cc96d-0234-4327-933e-5c4778ca168c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:38:51.791058", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3402": ["2018-05-14 16:38:52.258136", "NULL", "NULL", 435, "4e698f19-d116-4dce-9702-038a2128622c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:38:52.258122", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3403": ["2018-05-14 16:48:53.685612", "NULL", "NULL", 436, "89aae162-5b94-4056-8ff5-2fdbe2bf0c53", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:48:53.517551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3404": ["2018-05-14 16:48:53.889526", "NULL", "NULL", 437, "1da2cec4-e6c3-4221-a5a4-884570649ca9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:48:53.889512", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3405": ["2018-05-14 16:58:53.326343", "NULL", "NULL", 438, "ce670825-130d-411b-a9db-d1bf93a42c17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:58:53.214642", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3406": ["2018-05-14 16:58:54.130404", "NULL", "NULL", 439, "5dd3db7e-dfa0-4821-a069-6657d676af6a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 16:58:54.13039", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3407": ["2018-05-14 17:08:52.164913", "NULL", "NULL", 440, "d3f1243a-2846-4dd0-a124-c6813a828a4a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:08:52.02044", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3408": ["2018-05-14 17:08:52.969221", "NULL", "NULL", 441, "ca12125e-9231-407c-9d98-66f98cea28da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:08:52.969197", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3409": ["2018-05-14 17:18:52.401374", "NULL", "NULL", 442, "b9857b86-cc2e-4487-96e3-5d0cfea282c6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:18:52.317792", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3410": ["2018-05-14 17:18:52.80522", "NULL", "NULL", 443, "72014682-7d15-4466-9e34-226c56435003", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:18:52.805206", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3411": ["2018-05-14 17:28:53.041064", "NULL", "NULL", 444, "0e905a66-58df-4b7a-8627-d0541e8bd5b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:28:53.018078", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3412": ["2018-05-14 17:28:53.445059", "NULL", "NULL", 445, "73d4e857-ef21-4222-9708-18769d4c32b6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:28:53.445048", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3413": ["2018-05-14 17:38:53.075123", "NULL", "NULL", 446, "929cb9ea-5985-4efe-b73d-26927cf89dcf", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:38:52.939087", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3414": ["2018-05-14 17:38:53.278704", "NULL", "NULL", 447, "9a7b7d5e-95aa-4473-a5d2-d4303add9e3c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:38:53.278691", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3415": ["2018-05-14 17:48:51.705936", "NULL", "NULL", 448, "86db354c-b60b-4c99-ae7d-5aaae4fc0f94", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:48:51.639196", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3416": ["2018-05-14 17:48:52.109681", "NULL", "NULL", 449, "053f2ea3-aba6-48e2-bcde-b13e9509ed43", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:48:52.109669", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3417": ["2018-05-14 17:58:53.738839", "NULL", "NULL", 450, "23fb3e79-f2e2-40ff-976b-04ea0b66d488", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:58:53.53869", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3418": ["2018-05-14 17:58:54.342518", "NULL", "NULL", 451, "a2c4f63e-0bf8-4773-a161-b8d5457ecb71", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 17:58:54.342505", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3419": ["2018-05-14 18:08:52.570035", "NULL", "NULL", 452, "7a08c621-5353-4d79-939a-b37005e4622d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:08:52.449818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3420": ["2018-05-14 18:08:52.773957", "NULL", "NULL", 453, "25541514-e35c-4ead-95ab-e739d4d2a81d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:08:52.77394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3421": ["2018-05-14 18:18:52.209688", "NULL", "NULL", 454, "bbccbbec-8704-4f08-848f-359cbf498a17", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:18:52.164848", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3422": ["2018-05-14 18:18:52.613347", "NULL", "NULL", 455, "01c2d834-79c6-4c0f-b11a-a939f38fd208", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:18:52.613335", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3423": ["2018-05-14 18:28:52.851011", "NULL", "NULL", 456, "c9df5a8a-61b3-47f1-af74-a50a5ecd2563", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:28:52.783069", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3424": ["2018-05-14 18:28:53.255161", "NULL", "NULL", 457, "135a24e1-e6c7-4c9c-bddd-5d4f3cd53588", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:28:53.255133", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3425": ["2018-05-14 18:38:53.086435", "NULL", "NULL", 458, "ebf16abe-b3a4-4d74-9121-99b2ed84f917", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:38:52.910721", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3426": ["2018-05-14 18:38:53.290165", "NULL", "NULL", 459, "ce65eeec-cee4-4609-aabc-7ea2648eb430", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:38:53.290152", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3427": ["2018-05-14 18:48:51.728134", "NULL", "NULL", 460, "f7de9604-e76a-456a-a7ce-96f717be8aba", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:48:51.716808", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3428": ["2018-05-14 18:48:52.132217", "NULL", "NULL", 461, "d450b7cc-90bd-474f-90d9-adeeb683b5c9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:48:52.132205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3429": ["2018-05-14 18:58:53.162998", "NULL", "NULL", 462, "325913bf-d0ac-40f2-846f-689f72020970", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:58:53.118492", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3430": ["2018-05-14 18:58:54.167217", "NULL", "NULL", 463, "fd8b373c-3e53-4baf-92a3-3de9c9a7d59b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 18:58:54.167205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3431": ["2018-05-14 19:08:52.197659", "NULL", "NULL", 464, "544f3fc3-ff4c-4fa2-afad-0f4139347759", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:08:52.125724", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3432": ["2018-05-14 19:08:52.601298", "NULL", "NULL", 465, "0530bc3a-1835-43d1-9f24-11667d919b6c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:08:52.601282", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3433": ["2018-05-14 19:18:52.428572", "NULL", "NULL", 466, "f9affb0f-cb93-4cfd-aefb-18415f898b58", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:18:52.230463", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3434": ["2018-05-14 19:18:52.632138", "NULL", "NULL", 467, "67c0c05e-c5de-4c02-a93a-d2c70c12a839", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:18:52.632123", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3435": ["2018-05-14 19:24:32.163437", "NULL", "NULL", 468, "98f72ddd-6b11-40a2-9051-0e5fa8ea2209", "100.114", "set", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-14 19:24:32.161292", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3436": ["2018-05-14 19:28:52.665912", "NULL", "NULL", 469, "db3aaeb1-d366-4d65-8911-9d3b2eb21d6c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:28:52.632542", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3437": ["2018-05-14 19:28:53.069646", "NULL", "NULL", 470, "747f0913-c748-4e90-b753-c7cbd156d790", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:28:53.06963", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3438": ["2018-05-14 19:38:52.899131", "NULL", "NULL", 471, "defc3ce1-ed46-403f-a729-67cf67d4a25a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:38:52.741675", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3439": ["2018-05-14 19:38:53.302837", "NULL", "NULL", 472, "e2f139ba-7535-45b7-8453-021842c8031a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:38:53.302823", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3440": ["2018-05-14 19:48:51.929784", "NULL", "NULL", 473, "7abd8da1-f48b-4f38-8264-c58044ff3476", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:48:51.854657", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3441": ["2018-05-14 19:48:52.733743", "NULL", "NULL", 474, "5e1e02d5-a8a1-4ffe-99cb-fe1741d997f0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:48:52.73373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3442": ["2018-05-14 19:58:54.968571", "NULL", "NULL", 475, "5becbaa1-138c-48bd-8076-f05945c6b26a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:58:54.770375", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3443": ["2018-05-14 19:58:55.572289", "NULL", "NULL", 476, "5600b5a0-7560-4891-bc7a-af9fb4d3ee1c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 19:58:55.572275", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3444": ["2018-05-14 20:08:52.405106", "NULL", "NULL", 477, "39e3ed0b-4fe4-41b1-a944-9e03e20cba3c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:08:52.278846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3445": ["2018-05-14 20:08:52.609003", "NULL", "NULL", 478, "f350274a-49e0-4c68-9be8-8e43ab7a56d5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:08:52.60899", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3446": ["2018-05-14 20:18:53.235134", "NULL", "NULL", 479, "a9dec98f-4537-49e3-815a-7881336fc378", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:18:53.073607", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3447": ["2018-05-14 20:18:53.43881", "NULL", "NULL", 480, "d9558f84-394a-4162-bb1d-9cce9ebf59e6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:18:53.438799", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3448": ["2018-05-14 20:28:52.867714", "NULL", "NULL", 481, "568a556f-9f45-43af-ada9-ada1e610789d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:28:52.770438", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3449": ["2018-05-14 20:28:53.271557", "NULL", "NULL", 482, "a5625e6c-db01-4dbc-84ff-d1afe7d873d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:28:53.271544", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3450": ["2018-05-14 20:38:52.307289", "NULL", "NULL", 483, "f7e265e9-82d1-4dd9-a9eb-c4f6e64361e8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:38:52.279326", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3451": ["2018-05-14 20:38:52.711367", "NULL", "NULL", 484, "e1d307b7-ef54-49e0-9bf7-271766bbdaa5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:38:52.711354", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3452": ["2018-05-14 20:48:52.340794", "NULL", "NULL", 485, "6e528e90-a4d2-4626-a4bc-7112a56e905d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:48:52.186372", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3453": ["2018-05-14 20:48:52.544506", "NULL", "NULL", 486, "f92765c4-0006-4407-b336-bfacbd1956e1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:48:52.544493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3454": ["2018-05-14 20:54:35.077162", "NULL", "NULL", 487, "427bc9c2-ebe8-42c6-b062-4614ffaefdbd", "100.114", "clear", "ntp", "host=controller-0.ntp=195.21.137.209", "2018-05-14 20:54:35.077134", "minor", "NTP address 195.21.137.209 is not a valid or a reachable NTP server.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"], + "i_event_log_3455": ["2018-05-14 20:58:53.977619", "NULL", "NULL", 488, "77192bc4-145c-4334-8568-c3fc97dc8519", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:58:53.795762", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3456": ["2018-05-14 20:58:54.581544", "NULL", "NULL", 489, "94889b96-62ca-44bf-accd-e2aac08a163a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 20:58:54.581531", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3457": ["2018-05-14 21:08:52.808144", "NULL", "NULL", 490, "96f70b9e-3899-4076-a734-7256c237741f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:08:52.692233", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3458": ["2018-05-14 21:08:53.011961", "NULL", "NULL", 491, "4bcb21f6-72f5-4ca1-bfbc-ee3623e6df1f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:08:53.01195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3459": ["2018-05-14 21:18:52.64198", "NULL", "NULL", 492, "fa3a2271-6e7c-49af-a659-84d02df2c01e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:18:52.602958", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3460": ["2018-05-14 21:18:53.045839", "NULL", "NULL", 493, "e036fad6-01b1-4c96-9a6e-145022ed5cb1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:18:53.045825", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3461": ["2018-05-14 21:28:52.873596", "NULL", "NULL", 494, "d883517f-570e-43b1-8ca5-1929637ea234", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:28:52.798749", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3462": ["2018-05-14 21:28:53.077388", "NULL", "NULL", 495, "5d10ebf9-5e35-4189-a7b2-0ebbab42049b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:28:53.077375", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3463": ["2018-05-14 21:38:51.912935", "NULL", "NULL", 496, "9ff9f850-4dac-49ae-80e2-41aa0d40448f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:38:51.902149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3464": ["2018-05-14 21:38:52.317018", "NULL", "NULL", 497, "5b4335df-d512-4d6b-9ac0-07fc135450b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:38:52.317004", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3465": ["2018-05-14 21:48:52.145371", "NULL", "NULL", 498, "20885f99-8d55-4fa4-9084-cbc5ada634e7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:48:52.110914", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3466": ["2018-05-14 21:48:52.549271", "NULL", "NULL", 499, "51e24691-fbde-4ef8-aab9-de80465753b0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:48:52.549257", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3467": ["2018-05-14 21:58:53.78896", "NULL", "NULL", 500, "b8c96036-5210-4525-a501-1257c52a4e8a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:58:53.715536", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3468": ["2018-05-14 21:58:54.593096", "NULL", "NULL", 501, "e630761c-2a6f-4562-ad90-cad0b26a3079", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 21:58:54.59308", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3469": ["2018-05-14 22:08:53.828511", "NULL", "NULL", 502, "5c468a9b-bea9-4f45-96e6-8d9f343e3582", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:08:53.728968", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3470": ["2018-05-14 22:08:54.232394", "NULL", "NULL", 503, "00b0e715-aae5-4ea5-a2a0-dc228d56d808", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:08:54.232363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3471": ["2018-05-14 22:18:53.261579", "NULL", "NULL", 504, "5cbd1ffc-ff73-4621-9982-3cc49d5f1ca4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:18:53.125847", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3472": ["2018-05-14 22:18:53.465473", "NULL", "NULL", 505, "143ef08c-7171-49db-8904-21f4d45b18c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:18:53.465461", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3473": ["2018-05-14 22:28:52.694452", "NULL", "NULL", 506, "f1d83125-6fe3-4441-9ec3-aa32e979a46c", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:28:52.528966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3474": ["2018-05-14 22:28:52.898306", "NULL", "NULL", 507, "c3f06f35-fc13-4a78-9581-760b39e37597", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:28:52.898294", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3475": ["2018-05-14 22:38:52.128537", "NULL", "NULL", 508, "376c713c-8948-404a-8710-48dd0c06320d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:38:52.032799", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3476": ["2018-05-14 22:38:52.532615", "NULL", "NULL", 509, "716e295d-1870-487e-9bbc-57fb9bcbee6d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:38:52.532599", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3477": ["2018-05-14 22:48:52.559638", "NULL", "NULL", 510, "34d78971-cf5e-46aa-84f4-16378bfe0cf1", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:48:52.359626", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3478": ["2018-05-14 22:48:52.76341", "NULL", "NULL", 511, "c5b0afd4-ec44-49db-9610-8e251fe2c1ba", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:48:52.763396", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3479": ["2018-05-14 22:58:52.591295", "NULL", "NULL", 512, "91114a6a-b43d-419a-a97e-df421b828a98", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:58:52.464535", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3480": ["2018-05-14 22:58:53.395676", "NULL", "NULL", 513, "d84edac8-158d-4bdf-b9f8-9edf88f96baa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 22:58:53.395663", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3481": ["2018-05-14 23:08:53.227196", "NULL", "NULL", 514, "e152ded3-1875-48b8-ae82-d3d313f13db8", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:08:53.071411", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3482": ["2018-05-14 23:08:53.431316", "NULL", "NULL", 515, "ffb81d8a-0549-42d0-b360-1a325d622815", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:08:53.431304", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3483": ["2018-05-14 23:18:52.2604", "NULL", "NULL", 516, "9fffdddb-bc53-4c68-b8d9-6be097cb3683", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:18:52.085529", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3484": ["2018-05-14 23:18:52.664138", "NULL", "NULL", 517, "e6ea758b-49b9-4a91-ba6a-ce47b36166d9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:18:52.664124", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3485": ["2018-05-14 23:28:53.095959", "NULL", "NULL", 518, "e3136a5e-bc12-491d-b231-0848cba18d59", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:28:52.900258", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3486": ["2018-05-14 23:28:53.300097", "NULL", "NULL", 519, "6384ff38-403d-4302-8fb1-0f548bb2b5cb", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:28:53.300082", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3487": ["2018-05-14 23:38:52.329105", "NULL", "NULL", 520, "8ddb9e6b-5a1e-4a02-b0d2-5a3f609be298", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:38:52.301657", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3488": ["2018-05-14 23:38:52.733309", "NULL", "NULL", 521, "0f2b28e9-f749-4f92-9184-36a7a6ace908", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:38:52.733295", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3489": ["2018-05-14 23:48:52.56163", "NULL", "NULL", 522, "9377d916-88a9-4237-98ce-1b971375316e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:48:52.396213", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3490": ["2018-05-14 23:48:52.765626", "NULL", "NULL", 523, "a40210d7-7500-473f-832f-7d613ad0ed5e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:48:52.765612", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3491": ["2018-05-14 23:58:53.002688", "NULL", "NULL", 524, "d4f8e296-b495-49a1-b4f5-cb0ef385b7a9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:58:52.804725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3492": ["2018-05-14 23:58:53.806651", "NULL", "NULL", 525, "742eec4e-3968-4c45-a110-04fd8b4c4fb5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-14 23:58:53.806639", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3493": ["2018-05-15 00:08:53.035557", "NULL", "NULL", 526, "f70d27e6-793a-42f7-8ce2-0ca77ee2f862", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:08:53.026186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3494": ["2018-05-15 00:08:53.439419", "NULL", "NULL", 527, "4263f3aa-8c16-428e-918e-e4cfec369ac4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:08:53.439407", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3495": ["2018-05-15 00:18:52.667606", "NULL", "NULL", 528, "2557eb58-cee6-4f0d-96e2-b9a0a016d987", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:18:52.559394", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3496": ["2018-05-15 00:18:52.871303", "NULL", "NULL", 529, "5512e0aa-9e68-4c92-b0b9-0e9ff0496342", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:18:52.871291", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3497": ["2018-05-15 00:28:53.100543", "NULL", "NULL", 530, "37e2d344-0a8d-4d36-b9ff-05d09f5e6f1e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:28:52.968773", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3498": ["2018-05-15 00:28:53.304285", "NULL", "NULL", 531, "00958390-cfee-42ac-aa61-edfb647b6cf6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:28:53.304273", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3499": ["2018-05-15 00:38:52.12938", "NULL", "NULL", 532, "c079599d-9130-4430-8b82-6a95528af639", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:38:51.967271", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3500": ["2018-05-15 00:38:52.333086", "NULL", "NULL", 533, "6f4c6dbe-cca9-4648-946f-90e527af4a5a", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:38:52.333074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3501": ["2018-05-15 00:48:52.362692", "NULL", "NULL", 534, "7f8478c5-bfe7-4b35-b921-f5e93bead019", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:48:52.273857", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3502": ["2018-05-15 00:48:52.766758", "NULL", "NULL", 535, "b1a20d2b-a338-4fc0-9393-89dabd9fa374", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:48:52.766746", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3503": ["2018-05-15 00:58:53.203575", "NULL", "NULL", 536, "bb865ece-9684-407e-b6ea-4102b0835f23", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:58:53.177129", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3504": ["2018-05-15 00:58:54.007557", "NULL", "NULL", 537, "4484ec0a-8f2b-40c9-8f6f-e46ab0a1c030", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 00:58:54.007541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3505": ["2018-05-15 01:08:51.637466", "NULL", "NULL", 538, "3007f876-1b00-4bbb-8963-81ae49e78a21", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:08:51.588411", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3506": ["2018-05-15 01:08:52.041433", "NULL", "NULL", 539, "2d04e835-1db7-4d58-bd56-09cb738ffb81", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:08:52.041418", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3507": ["2018-05-15 01:18:52.271679", "NULL", "NULL", 540, "a244ffb3-b193-4e15-bf7a-e937e7a775e9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:18:52.20611", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3508": ["2018-05-15 01:18:52.675727", "NULL", "NULL", 541, "bbd0e977-deae-4787-9184-b5e994833472", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:18:52.675701", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3509": ["2018-05-15 01:28:52.303137", "NULL", "NULL", 542, "21ec62cf-767f-4134-8b2d-dc64a9613278", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:28:52.219752", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3510": ["2018-05-15 01:28:52.707092", "NULL", "NULL", 543, "0e058a2c-285d-449e-9294-689300fef209", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:28:52.707077", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3511": ["2018-05-15 01:38:52.933683", "NULL", "NULL", 544, "66df0e01-b887-4ebe-84bd-5fd60ded9ff7", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:38:52.731653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3512": ["2018-05-15 01:38:53.137389", "NULL", "NULL", 545, "2ca5e50f-d5a3-48a7-8c77-33cdbb1b3f5d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:38:53.137374", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3513": ["2018-05-15 01:48:52.164221", "NULL", "NULL", 546, "5178a5e9-c24f-4db7-a417-e32804c9845d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:48:52.158144", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3514": ["2018-05-15 01:48:52.567979", "NULL", "NULL", 547, "2500d986-6561-4e33-a2ae-382eb9893b64", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:48:52.567966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3515": ["2018-05-15 01:58:51.997283", "NULL", "NULL", 548, "1ef2bda6-e9f7-4829-a911-830f2e545d7d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:58:51.954896", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3516": ["2018-05-15 01:58:52.801177", "NULL", "NULL", 549, "276c8843-2d6c-45aa-a11f-20b1218479f4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 01:58:52.801163", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3517": ["2018-05-15 02:08:53.030781", "NULL", "NULL", 550, "51fcb4aa-8741-40c9-8841-58e13581f179", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:08:52.957999", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3518": ["2018-05-15 02:08:53.434605", "NULL", "NULL", 551, "5304ef89-357c-4ab5-be3e-36b835690c6b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:08:53.43459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3519": ["2018-05-15 02:18:53.062723", "NULL", "NULL", 552, "4fe05e82-970b-40db-b3ea-445f9e3fa0d0", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:18:52.86106", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3520": ["2018-05-15 02:18:53.266432", "NULL", "NULL", 553, "6b88a48f-8789-4baf-904c-9535e4c0063b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:18:53.266417", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3521": ["2018-05-15 02:28:52.496539", "NULL", "NULL", 554, "e3dadfd6-1f90-443b-9acf-8f41ccb95986", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:28:52.360838", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3522": ["2018-05-15 02:28:52.70022", "NULL", "NULL", 555, "83de2237-330f-4581-8c85-70ca45cbfb31", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:28:52.700208", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3523": ["2018-05-15 02:38:52.330237", "NULL", "NULL", 556, "b671bc8d-679c-4c30-b24c-526e33f93240", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:38:52.272079", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3524": ["2018-05-15 02:38:52.733981", "NULL", "NULL", 557, "85ae46b6-ff9b-4842-9623-a4e3752912f3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:38:52.733966", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3525": ["2018-05-15 02:48:51.965465", "NULL", "NULL", 558, "3217a1f3-602b-4f1d-a4ad-6bfc6f869f88", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:48:51.875437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3526": ["2018-05-15 02:48:52.369125", "NULL", "NULL", 559, "5db2af38-509a-4bd7-b88b-5b3678c6c553", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:48:52.369111", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3527": ["2018-05-15 02:58:53.996959", "NULL", "NULL", 560, "47723540-62ea-4aeb-9bdc-c007add2736a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:58:53.98186", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3528": ["2018-05-15 02:58:54.800825", "NULL", "NULL", 561, "898a5fa4-df87-4a7a-9010-3fb31297bbe0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 02:58:54.800812", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3529": ["2018-05-15 03:08:53.231395", "NULL", "NULL", 562, "be0060ca-07f0-491b-99f3-a06de4f52dad", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:08:53.086697", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3530": ["2018-05-15 03:08:53.435075", "NULL", "NULL", 563, "9f04d39e-247b-4da4-9308-7e88ac191978", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:08:53.435061", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3531": ["2018-05-15 03:18:53.863479", "NULL", "NULL", 564, "4e7e6ae5-1b84-459a-9687-d13169648069", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:18:53.693777", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3532": ["2018-05-15 03:18:54.067217", "NULL", "NULL", 565, "14fc5c91-d266-4ec4-80d2-40598bd830be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:18:54.067205", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3533": ["2018-05-15 03:28:52.49561", "NULL", "NULL", 566, "b7e06198-485f-48db-8235-c846bcb5d267", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:28:52.392098", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3534": ["2018-05-15 03:28:52.699133", "NULL", "NULL", 567, "d5a31b88-94ac-42dc-add0-df72d3836cf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 03:28:52.699121", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3535": ["2018-05-15 08:18:51.68383", "NULL", "NULL", 624, "52676bbe-573e-423f-a582-e8e8f15508b5", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:18:51.596119", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3536": ["2018-05-15 08:18:52.087766", "NULL", "NULL", 625, "e39bc152-b1eb-46c8-84c5-5b771b9148da", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:18:52.087751", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3537": ["2018-05-15 08:28:52.117525", "NULL", "NULL", 626, "a6539dbc-533a-48ca-bff7-3c2a9372457a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:28:51.99998", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3538": ["2018-05-15 08:28:52.521334", "NULL", "NULL", 627, "dece3dd8-8ef8-4d12-990e-c1d24592cd4e", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:28:52.521321", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3539": ["2018-05-15 08:38:51.949677", "NULL", "NULL", 628, "cb27cadf-e3ca-475f-98dc-e0cd7dce9a91", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:38:51.805933", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3540": ["2018-05-15 08:38:52.353652", "NULL", "NULL", 629, "64026abb-b4dc-4018-bcb0-010e1068c3d8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:38:52.353638", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3541": ["2018-05-15 08:48:52.381497", "NULL", "NULL", 630, "cc843691-d0c0-4d17-85ae-363e64a9c775", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:48:52.208437", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3542": ["2018-05-15 08:48:52.585274", "NULL", "NULL", 631, "951c0622-ee77-4122-9b21-1d6ed7815dfa", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:48:52.585259", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3543": ["2018-05-15 08:58:54.215176", "NULL", "NULL", 632, "a205c162-e88e-464f-a223-ac8093552f75", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:58:54.117073", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3544": ["2018-05-15 08:58:55.019075", "NULL", "NULL", 633, "61d55588-fb45-4ab2-916c-0d8e02d8e006", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 08:58:55.01905", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3545": ["2018-05-15 09:08:52.847641", "NULL", "NULL", 634, "8fe4cafd-e7a2-4149-aad2-7b550d4b2f8f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:08:52.822436", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3546": ["2018-05-15 09:08:53.252251", "NULL", "NULL", 635, "444a2a6f-b59f-45fe-987a-fa04d4f43cf3", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:08:53.252221", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3547": ["2018-05-15 09:18:52.079187", "NULL", "NULL", 636, "3c750147-68d5-4828-92b0-7efd1ee3b6fe", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:18:52.040081", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3548": ["2018-05-15 09:18:52.483146", "NULL", "NULL", 637, "18bb2d9b-d9e4-4d8a-86e0-888e64fee468", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:18:52.483134", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3549": ["2018-05-15 09:28:52.91436", "NULL", "NULL", 638, "66bcb45c-eb4b-4f4a-ab3a-421e3dede252", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:28:52.866992", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3550": ["2018-05-15 09:28:53.31843", "NULL", "NULL", 639, "1b783cbb-d95a-41c7-b2cb-f8c4c047d4ed", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:28:53.318418", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3551": ["2018-05-15 09:38:52.345997", "NULL", "NULL", 640, "d555e344-011d-4228-af68-874a1718d8ce", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:38:52.173415", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3552": ["2018-05-15 09:38:52.749825", "NULL", "NULL", 641, "7ba2c165-b9f9-4858-9109-f9164ff8c37c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:38:52.749811", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3553": ["2018-05-15 09:48:51.97821", "NULL", "NULL", 642, "807d89a6-63ab-439c-b601-3c7d72603941", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:48:51.88175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3554": ["2018-05-15 09:48:52.382151", "NULL", "NULL", 643, "2ff4b380-a7e2-433f-ae05-a9886ca9c18f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:48:52.382136", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3555": ["2018-05-15 09:58:53.410043", "NULL", "NULL", 644, "aac3d4fa-17d9-4121-acbe-2f4a112c52f3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:58:53.298031", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3556": ["2018-05-15 09:58:54.014138", "NULL", "NULL", 645, "875a9dcf-4cbf-4646-9472-e746772901b1", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 09:58:54.014126", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3557": ["2018-05-15 10:08:52.045692", "NULL", "NULL", 646, "aab54b59-7e4d-4254-91c6-c7e5dd1a2f95", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:08:52.019195", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3558": ["2018-05-15 10:08:52.449406", "NULL", "NULL", 647, "205772b3-87cc-42cd-84ae-a4257a712422", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:08:52.449393", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3559": ["2018-05-15 10:18:52.278982", "NULL", "NULL", 648, "663d713e-735b-40f3-aef2-f73298c3172f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:18:52.134274", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3560": ["2018-05-15 10:18:52.682737", "NULL", "NULL", 649, "6abdf0d1-2a53-44ef-863b-c7649446a573", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:18:52.682725", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3561": ["2018-05-15 10:28:51.912498", "NULL", "NULL", 650, "8f76dc5b-8263-43cd-a192-b10a34de89af", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:28:51.849139", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3562": ["2018-05-15 10:28:52.31629", "NULL", "NULL", 651, "becd46b9-6998-450d-a425-168b877105e9", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:28:52.316267", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3563": ["2018-05-15 10:38:53.35031", "NULL", "NULL", 652, "486b400a-2ec8-4464-ba9f-4ed2e859521b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:38:53.156974", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3564": ["2018-05-15 10:38:53.554391", "NULL", "NULL", 653, "55880ff4-0e84-4e41-9d6c-a84d261ee3d2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:38:53.554376", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3565": ["2018-05-15 10:48:52.181366", "NULL", "NULL", 654, "de948c82-7362-4c10-988e-57d4395c220f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:48:52.17575", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3566": ["2018-05-15 10:48:52.585062", "NULL", "NULL", 655, "df7e9951-44ee-4ee5-922c-f59ece945a21", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:48:52.585049", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3567": ["2018-05-15 10:58:53.815677", "NULL", "NULL", 656, "59a3b755-dd77-4478-b210-e957ef67800b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:58:53.682944", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3568": ["2018-05-15 10:58:54.619617", "NULL", "NULL", 657, "9f884406-550e-48c4-8d0c-8de550a5fc04", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 10:58:54.619603", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3569": ["2018-05-15 11:08:52.852527", "NULL", "NULL", 658, "8feffeca-3273-4048-9730-e0763c2a0e45", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:08:52.778818", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3570": ["2018-05-15 11:08:53.256099", "NULL", "NULL", 659, "9cc13ea1-1210-45bc-9cf7-1776addfbff5", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:08:53.256088", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3571": ["2018-05-15 11:18:52.291384", "NULL", "NULL", 660, "f92c0842-73aa-4447-8add-05f5cd0d01fa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:18:52.191683", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3572": ["2018-05-15 11:18:52.695192", "NULL", "NULL", 661, "64dc956d-498a-47f0-9cab-f1db5c96b9a0", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:18:52.695175", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3573": ["2018-05-15 11:28:52.522901", "NULL", "NULL", 662, "221c862d-ac35-4ca3-858a-78b87fe2bb0a", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:28:52.393783", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3574": ["2018-05-15 11:28:52.726645", "NULL", "NULL", 663, "ae0879f1-58f7-4ddd-b821-5e0ad6aaadf6", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:28:52.726633", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3575": ["2018-05-15 11:38:52.355968", "NULL", "NULL", 664, "02788926-106c-43fd-b8d8-797084160f01", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:38:52.201252", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3576": ["2018-05-15 11:38:52.559895", "NULL", "NULL", 665, "95c0b339-f095-40e0-a4aa-ff753b47337d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:38:52.559884", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3577": ["2018-05-15 11:48:52.788057", "NULL", "NULL", 666, "206cb9ae-6d6a-43d5-bcab-c6a708952aa4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:48:52.703594", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3578": ["2018-05-15 11:48:53.192204", "NULL", "NULL", 667, "fec2656b-b45e-4a03-9e54-763e5adff4be", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:48:53.19219", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3579": ["2018-05-15 11:58:52.619242", "NULL", "NULL", 668, "70f9fae5-ea5b-4fcd-8663-846d78fdd6aa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:58:52.509057", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3580": ["2018-05-15 11:58:53.42336", "NULL", "NULL", 669, "58c5d86c-b33e-4985-bdcd-8e913aaf3359", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 11:58:53.423345", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3581": ["2018-05-15 12:08:53.251372", "NULL", "NULL", 670, "119e3166-54ed-4bc0-85c4-6e8e1f4f3853", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:08:53.213117", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3582": ["2018-05-15 12:08:53.455178", "NULL", "NULL", 671, "86272031-0e0f-4d28-9d43-cee48e159905", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:08:53.455149", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3583": ["2018-05-15 12:18:53.092593", "NULL", "NULL", 672, "4764deec-9bb2-43f2-b65b-2a541a857271", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:18:53.018804", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3584": ["2018-05-15 12:18:53.496512", "NULL", "NULL", 673, "b9084ec3-9d38-4e5b-97c0-f97616deeae4", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:18:53.496497", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3585": ["2018-05-15 12:28:52.323618", "NULL", "NULL", 674, "833dbd64-81bd-4834-bec6-2ade42a70c2f", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:28:52.319363", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3586": ["2018-05-15 12:28:52.727505", "NULL", "NULL", 675, "cc3ae085-e2fa-4ef6-98cd-498e80d4a984", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:28:52.727493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3587": ["2018-05-15 12:38:52.558732", "NULL", "NULL", 676, "47e1cbcf-51e3-438f-9d35-8d6465cf3b55", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:38:52.421493", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3588": ["2018-05-15 12:38:52.762554", "NULL", "NULL", 677, "e362c432-f837-40c3-a463-9b656ccb2cfe", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:38:52.762541", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3589": ["2018-05-15 12:48:51.989713", "NULL", "NULL", 678, "45cdf46a-9a7a-4995-9782-62f09ff82af4", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:48:51.830262", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3590": ["2018-05-15 12:48:52.193385", "NULL", "NULL", 679, "f5eded76-e310-4ba9-8233-6e104562cc93", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:48:52.193373", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3591": ["2018-05-15 12:58:52.021263", "NULL", "NULL", 680, "a80df01c-0686-4eb9-b95d-f641b9a14826", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:58:51.936979", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3592": ["2018-05-15 12:58:52.825156", "NULL", "NULL", 681, "d4653715-d738-4953-9971-f85ad34c1893", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 12:58:52.82514", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3593": ["2018-05-15 13:08:52.653644", "NULL", "NULL", 682, "87a83302-df83-420e-9ff5-654850bafaa6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:08:52.54296", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3594": ["2018-05-15 13:08:52.857503", "NULL", "NULL", 683, "e9fa09a5-056b-4e43-882a-6db822dd8d84", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:08:52.857491", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3595": ["2018-05-15 13:18:52.886638", "NULL", "NULL", 684, "82edd8e3-8999-4d08-96fc-04fa2f20b0a3", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:18:52.845862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3596": ["2018-05-15 13:18:53.290874", "NULL", "NULL", 685, "1cf337aa-bbc3-44eb-a7b8-ccab41ca9fef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:18:53.290862", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3597": ["2018-05-15 13:28:52.51965", "NULL", "NULL", 686, "17c502a6-9026-4ff9-af4a-abea1d7221d2", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:28:52.45416", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3598": ["2018-05-15 13:28:52.923394", "NULL", "NULL", 687, "7c560e7d-1994-4881-8ac1-593d9d6fa675", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:28:52.92338", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3599": ["2018-05-15 13:38:52.950451", "NULL", "NULL", 688, "84884d81-299a-4ab7-a202-12c8ae295cf6", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:38:52.85309", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3600": ["2018-05-15 13:38:53.354362", "NULL", "NULL", 689, "a7441b01-518c-4d0f-9774-6698bd9410e2", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:38:53.354343", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3601": ["2018-05-15 13:48:51.984896", "NULL", "NULL", 690, "d6ec30fb-ed55-4921-ab0e-98c33b107892", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:48:51.949317", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3602": ["2018-05-15 13:48:52.388473", "NULL", "NULL", 691, "10ffec02-d5e3-48ea-85ad-c995ca9280c8", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:48:52.38846", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3603": ["2018-05-15 13:58:53.621429", "NULL", "NULL", 692, "5a60fa26-b4b1-41a7-960c-b19654c5d517", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:58:53.45784", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3604": ["2018-05-15 13:58:54.225595", "NULL", "NULL", 693, "4b4b9a82-270d-415a-afee-c31bfe9bf73f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 13:58:54.225579", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3605": ["2018-05-15 14:08:52.653737", "NULL", "NULL", 694, "82838a78-35c5-45ae-8006-995f4121a3ea", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:08:52.555761", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3606": ["2018-05-15 14:08:53.057489", "NULL", "NULL", 695, "b4372f20-78a0-46fb-ae67-621bc58f1a62", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:08:53.057459", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3607": ["2018-05-15 15:50:29.662354", "NULL", "NULL", 797, "fc963a1f-4caa-465b-b698-f7230bb332ee", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 15:50:29.525288", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3608": ["2018-05-15 15:50:29.865685", "NULL", "NULL", 798, "87f4ed75-7fb9-4622-b70d-9ea39b0af749", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=network", "2018-05-15 15:50:29.865672", "major", "subcloud-5 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3609": ["2018-05-15 15:50:29.868433", "NULL", "NULL", 799, "5e9de66a-36ee-4e3e-b0b5-7efa9f638f3a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:29.868421", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3610": ["2018-05-15 15:50:30.071468", "NULL", "NULL", 800, "67b78103-d264-4aac-8399-e41d4eeca5ce", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:29.926457", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3611": ["2018-05-15 15:50:30.274669", "NULL", "NULL", 801, "3c2bcae6-6bf7-4bcb-b3a1-3861936c4997", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:30.274657", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3612": ["2018-05-15 15:50:30.477789", "NULL", "NULL", 802, "8e25930f-27be-49ea-a4ce-84b95cc03b7d", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:30.427931", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3613": ["2018-05-15 14:10:57.240377", "NULL", "NULL", 696, "59b01c6e-b879-4be1-9176-20497e8a17a8", "200.021", "log", "system.host", "host=controller-1.command=swact", "2018-05-15 14:10:57.237556", "not-applicable", "controller-1 manual ""controller switchover"" request", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3614": ["2018-05-15 14:11:02.237513", "NULL", "NULL", 697, "6251073e-1879-4633-91c3-356e5b595e37", "401.007", "log", "host", "host=controller-1", "2018-05-15 14:11:02.235359", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3615": ["2018-05-15 14:11:02.240216", "NULL", "NULL", 698, "a0557742-bf2e-4bae-b45d-a8fc5e2a5ca1", "401.007", "log", "host", "host=controller-0", "2018-05-15 14:11:02.234065", "critical", "Swact issued against host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3616": ["2018-05-15 14:11:02.694593", "NULL", "NULL", 699, "1ac7b219-8bf3-4129-bfc8-76de879d7643", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:02.652565", "critical", "Service group distributed-cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3617": ["2018-05-15 14:11:02.737289", "NULL", "NULL", 700, "7bde3119-eac4-43d6-a706-50e322c55d57", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:02.695872", "critical", "Service group vim-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3618": ["2018-05-15 14:11:02.819284", "NULL", "NULL", 701, "020c9d49-084b-416d-9393-d998d3231513", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:02.777571", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3619": ["2018-05-15 14:11:02.901138", "NULL", "NULL", 702, "628f2a90-146f-4db2-bebe-11ef97565049", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:02.859525", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3620": ["2018-05-15 14:11:02.983374", "NULL", "NULL", 703, "a7215b67-6bb6-4553-b04c-11b42bf4c069", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:02.941539", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3621": ["2018-05-15 14:11:43.497284", "NULL", "NULL", 704, "24acbf8e-349e-4792-8ad9-a3cb03f4f824", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:05.501653", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3622": ["2018-05-15 14:11:43.544776", "NULL", "NULL", 705, "67bc3e09-89e7-42b6-a9cc-095482d51982", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:05.501796", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3623": ["2018-05-15 14:11:43.627777", "NULL", "NULL", 706, "1ca34a22-cac7-4cf6-a65a-3bb1bbe8ef41", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:05.502521", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3624": ["2018-05-15 14:11:43.710716", "NULL", "NULL", 707, "1e647d45-faec-4f5e-9850-65c89593acdf", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:05.502977", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3625": ["2018-05-15 14:11:43.792852", "NULL", "NULL", 708, "c2ee2c54-7608-42cc-8e9a-f32e59bd0074", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-15 14:11:05.503357", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3626": ["2018-05-15 14:11:43.87578", "NULL", "NULL", 709, "0508b95f-b935-48ce-a72e-09138924ea79", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-15 14:11:32.998394", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3627": ["2018-05-15 14:11:43.959034", "NULL", "NULL", 710, "fea59cc6-9d52-44a5-90ef-1a5baee8c1c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-15 14:11:36.002852", "critical", "Service group vim-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3628": ["2018-05-15 14:11:44.043709", "NULL", "NULL", 711, "69a7144a-f3b4-44d0-8faa-6c304e592110", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-15 14:11:36.003273", "critical", "Service group cloud-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3629": ["2018-05-15 14:11:44.129946", "NULL", "NULL", 712, "fbdb3cec-9ece-4a1a-8b37-d5cedb2d4fcb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-15 14:11:36.003999", "critical", "Service group controller-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3630": ["2018-05-15 14:11:44.216592", "NULL", "NULL", 713, "a602b37f-37e2-4a2e-89ee-b55447205f1c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-15 14:11:36.00429", "critical", "Service group oam-services state change from standby to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3631": ["2018-05-15 14:11:44.298805", "NULL", "NULL", 714, "0e40e080-d600-4fcf-a00f-b0b80dbe1af4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-15 14:11:43.490967", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3632": ["2018-05-15 14:11:44.742502", "NULL", "NULL", 716, "ca690be3-6472-4fd1-88b5-68f8d8e7b2fc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-15 14:11:44.65716", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3633": ["2018-05-15 14:11:46.551675", "NULL", "NULL", 720, "35980118-26f9-4d3f-ac90-565da122b8a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-15 14:11:46.510534", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3634": ["2018-05-15 14:11:46.59477", "NULL", "NULL", 721, "641d9aaa-90db-433f-80f2-aef47c1c0240", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-15 14:11:46.552714", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3635": ["2018-05-15 14:11:46.724143", "NULL", "NULL", 722, "abb6db45-9e70-43b4-884a-6ae35cf271bc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:02.997395", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3636": ["2018-05-15 14:11:46.766696", "NULL", "NULL", 723, "9a2da44e-f49b-446b-8b61-41e02dc4b1f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:02.997545", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3637": ["2018-05-15 14:11:44.723324", "NULL", "NULL", 715, "61d7ec17-9f27-4f5f-b01f-ac9bda7a2679", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:44.72035", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3638": ["2018-05-15 14:11:44.927941", "NULL", "NULL", 717, "f380a8b6-ab1b-4d97-9fc9-8639793cbfb2", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:44.926215", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3639": ["2018-05-15 14:11:44.930707", "NULL", "NULL", 718, "3f56b26d-d499-4cc6-9861-83b22d1acecc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:44.929375", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3640": ["2018-05-15 14:11:45.134091", "NULL", "NULL", 719, "3c902260-868b-464a-bf33-604f5e3cfe5d", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:45.132158", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3641": ["2018-05-15 14:11:47.746242", "NULL", "NULL", 737, "5d0b0e1b-5c54-4c6c-ae6c-bcb07212e028", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:47.74623", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3642": ["2018-05-15 14:11:47.95066", "NULL", "NULL", 742, "68e16ec1-3455-4593-97ec-d6fed9f1f487", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:47.950644", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3643": ["2018-05-15 14:11:48.15525", "NULL", "NULL", 746, "c7d3269b-3e5a-4796-9884-855094796140", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:48.15523", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3644": ["2018-05-15 14:11:50.762541", "NULL", "NULL", 750, "0e657f63-41d9-439a-adb0-ebab0429ddb1", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:50.762527", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3645": ["2018-05-15 14:16:54.099122", "NULL", "NULL", 751, "d352261d-7dcd-4252-8263-6e15089d6506", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:16:53.96859", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3646": ["2018-05-15 14:16:54.303501", "NULL", "NULL", 752, "95624322-3f95-4107-9b14-8f5dc2231d0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:16:54.303488", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3647": ["2018-05-15 14:26:52.962995", "NULL", "NULL", 753, "64ac3c27-6ea5-4b57-978f-80a8c6d16d36", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:26:52.821849", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3648": ["2018-05-15 14:26:53.166528", "NULL", "NULL", 754, "d16b7e0b-4321-46a2-8d4e-00975c82f985", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:26:53.166517", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3649": ["2018-05-15 14:36:53.217529", "NULL", "NULL", 755, "9a616c5b-3e96-4a26-97a5-3e6346137f7e", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:36:53.168952", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3650": ["2018-05-15 14:36:53.621314", "NULL", "NULL", 756, "44371f87-9cf6-418e-af5d-853f8b8b4a90", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:36:53.621302", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3651": ["2018-05-15 14:45:13.823796", "NULL", "NULL", 757, "38ea7d1a-f72d-4ae7-bc0b-bb21280e8481", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:13.697848", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3652": ["2018-05-15 14:45:13.827117", "NULL", "NULL", 758, "ba0b8a5f-f47f-445f-a73e-523a99b8b277", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:13.742064", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3653": ["2018-05-15 14:45:16.231313", "NULL", "NULL", 759, "bb75b470-0abe-4e92-901e-cd7ce46c9774", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:16.21809", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3654": ["2018-05-15 14:45:16.435063", "NULL", "NULL", 760, "25479eb2-819e-466c-aa1b-52ce18b0b5da", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:16.246616", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3655": ["2018-05-15 14:45:26.642394", "NULL", "NULL", 761, "93b7b11e-1548-4e44-b92a-750e64f783db", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:26.636491", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3656": ["2018-05-15 14:45:26.845777", "NULL", "NULL", 762, "7f858dad-5fa3-4cae-bc3b-34bf11914421", "250.001", "clear", "host", "host=controller-1", "2018-05-15 14:45:26.845764", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3657": ["2018-05-15 14:45:27.649424", "NULL", "NULL", 763, "bd1b4e8f-38a9-48ca-8131-23cfa5663546", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:27.45999", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3658": ["2018-05-15 14:45:27.65231", "NULL", "NULL", 764, "440eff99-6cc6-4de1-9834-08d7d3574b3d", "250.001", "clear", "host", "host=controller-0", "2018-05-15 14:45:27.652296", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3659": ["2018-05-15 14:45:50.464869", "NULL", "NULL", 765, "d0fe66a2-cf50-4bfe-8793-456439fb49b6", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:50.344015", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3660": ["2018-05-15 14:45:50.467777", "NULL", "NULL", 766, "b88b49d2-ee44-4eee-856c-2bcefd5374d2", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:50.38569", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3661": ["2018-05-15 14:11:46.848706", "NULL", "NULL", 724, "d6728395-96a7-4568-883e-1421b9d8b459", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:03.007596", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3662": ["2018-05-15 14:11:46.930837", "NULL", "NULL", 725, "e93fd0b9-a34a-4dd3-b593-d3868c1f3804", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:03.007812", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3663": ["2018-05-15 14:11:47.012771", "NULL", "NULL", 726, "0e0fc22e-f0a0-46fe-9f84-d00cc405300b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:06.411633", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3664": ["2018-05-15 14:11:47.095429", "NULL", "NULL", 727, "1d1dc7d8-8b68-49b8-b3b9-563ac8e0dfaf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:06.413052", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3665": ["2018-05-15 14:11:47.177676", "NULL", "NULL", 728, "f423a164-3b55-4729-b406-3316bf028d2a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:06.413937", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3666": ["2018-05-15 14:11:47.260764", "NULL", "NULL", 729, "b339cb56-8c29-4044-af91-ccabe9963ba1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:06.414848", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3667": ["2018-05-15 14:11:47.336792", "NULL", "NULL", 730, "c8d8b920-bfbc-465c-8126-17a253fd33b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-15 14:11:47.294842", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3668": ["2018-05-15 14:11:47.343216", "NULL", "NULL", 731, "4436cd1a-da0b-4e46-8f63-0bb92964186c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:06.416077", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3669": ["2018-05-15 14:11:47.425801", "NULL", "NULL", 732, "5449ee4f-30bd-49bd-93c5-d131f876b23f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:20.548603", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3670": ["2018-05-15 14:11:47.507872", "NULL", "NULL", 733, "bdb47710-bdf4-48df-a5ac-9345a989e325", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:27.605175", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3671": ["2018-05-15 14:11:47.591107", "NULL", "NULL", 734, "a4924231-e4c9-4dfb-bdc1-f7c7a24fd919", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:32.583405", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3672": ["2018-05-15 14:11:47.67375", "NULL", "NULL", 735, "5651eb3a-bf66-477e-a104-d72d31048e01", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-15 14:11:36.481053", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3673": ["2018-05-15 14:11:47.741663", "NULL", "NULL", 736, "e5f2a773-e191-4c2c-8cdd-45ea56cf8390", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-15 14:11:47.659099", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3674": ["2018-05-15 14:11:47.755474", "NULL", "NULL", 738, "bea42b18-ee5b-4e69-ac65-2fde1c36fa15", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-15 14:11:36.482619", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3675": ["2018-05-15 14:11:47.837723", "NULL", "NULL", 739, "69eedecc-3e5b-4728-b26c-6eecac8283b0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-15 14:11:36.484716", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3676": ["2018-05-15 14:11:47.905488", "NULL", "NULL", 740, "e3a27c35-eaa6-4d4c-98c2-4fd95db43243", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-15 14:11:47.78267", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3677": ["2018-05-15 14:11:47.921048", "NULL", "NULL", 741, "00c0e5b5-e00e-439b-b1de-f3acde3189b5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:36.487723", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3678": ["2018-05-15 14:11:48.004744", "NULL", "NULL", 743, "3e37f8be-09b8-4226-85c2-3bb9a287beb3", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-15 14:11:36.489095", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3679": ["2018-05-15 14:11:48.068582", "NULL", "NULL", 744, "dc57128e-bd52-4b5f-b320-0785ada2136d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-15 14:11:47.945664", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3680": ["2018-05-15 14:11:48.086674", "NULL", "NULL", 745, "6e9e70f0-8765-4781-ad1b-55646d3a605b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:37.183073", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-1; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3681": ["2018-05-15 14:11:48.158501", "NULL", "NULL", 747, "4c56b9c0-07db-4792-962d-f3f079e2e7c1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-15 14:11:48.117483", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3682": ["2018-05-15 14:11:48.168417", "NULL", "NULL", 748, "bec8417f-a993-4fac-bcd3-b37b89a40dd7", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-15 14:11:38.722389", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3683": ["2018-05-15 14:11:50.744656", "NULL", "NULL", 749, "d0d28ef2-f077-4be3-8feb-ff641bc2dfbc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-15 14:11:50.66243", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3684": ["2018-05-15 14:45:52.671676", "NULL", "NULL", 767, "9a4bacda-82e5-4c11-81d6-d14c58955f8b", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:45:52.583822", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3685": ["2018-05-15 14:45:52.674617", "NULL", "NULL", 768, "b11dfdda-844f-49a4-8f50-abec31e6b34e", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:45:52.608011", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3686": ["2018-05-15 14:46:03.281821", "NULL", "NULL", 769, "a8d00dce-bec1-48eb-b467-429840414814", "250.001", "set", "host", "host=controller-1", "2018-05-15 14:46:03.134448", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3687": ["2018-05-15 14:46:03.284652", "NULL", "NULL", 770, "1d8dee58-2c83-4b0c-9488-79337e2e299e", "250.001", "clear", "host", "host=controller-1", "2018-05-15 14:46:03.284641", "major", "controller-1 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-1 to update config.", true, false, "NULL"], + "i_event_log_3688": ["2018-05-15 14:46:04.288402", "NULL", "NULL", 771, "088627e5-b718-4ab3-98a9-108c5f3a93d0", "250.001", "set", "host", "host=controller-0", "2018-05-15 14:46:04.216152", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3689": ["2018-05-15 14:46:04.291355", "NULL", "NULL", 772, "a2309478-4770-4085-b1ec-e7a363897507", "250.001", "clear", "host", "host=controller-0", "2018-05-15 14:46:04.291344", "major", "controller-0 Configuration is out-of-date.", "operational-violation", "not-applicable", "Lock and unlock host controller-0 to update config.", true, false, "NULL"], + "i_event_log_3690": ["2018-05-15 14:46:53.114706", "NULL", "NULL", 773, "55739ab4-c454-48ce-9aba-3c8ac4e0cc87", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:46:53.089866", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3691": ["2018-05-15 14:46:53.518643", "NULL", "NULL", 774, "9bbed11e-23e7-435f-a31e-5e51c6d77ddc", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:46:53.51863", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3692": ["2018-05-15 14:56:53.356525", "NULL", "NULL", 775, "0df81542-a188-4a4b-a38f-3058b9bd3919", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:56:53.20474", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3693": ["2018-05-15 14:56:54.160381", "NULL", "NULL", 776, "d8b6ec9c-78dd-45bf-8639-ee052879db0f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 14:56:54.160366", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3694": ["2018-05-15 15:06:53.998234", "NULL", "NULL", 777, "45c9e665-b8b6-433b-9fd9-9411143afafa", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:06:53.812446", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3695": ["2018-05-15 15:06:54.801914", "NULL", "NULL", 778, "65b6958c-26aa-46a1-8ed1-b3bfeaca6350", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:06:54.8019", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3696": ["2018-05-15 15:16:54.034873", "NULL", "NULL", 779, "2c109c1c-71a1-4151-b677-c1809a9efa1d", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:16:54.022074", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3697": ["2018-05-15 15:16:54.438676", "NULL", "NULL", 780, "d9e0b46a-fe3a-49c4-bd75-b1c440d9a3db", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:16:54.438662", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3698": ["2018-05-15 15:26:53.273127", "NULL", "NULL", 781, "ec31ce15-0344-4787-b608-2875b40bb049", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:26:53.211289", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3699": ["2018-05-15 15:26:53.676784", "NULL", "NULL", 782, "2879f51f-0c3b-4e1c-8c52-28b36ba71a3c", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:26:53.676771", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3700": ["2018-05-15 15:36:53.308019", "NULL", "NULL", 783, "d66b6794-cdeb-461f-b80f-62d5ec51cf26", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:36:53.20484", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3701": ["2018-05-15 15:36:53.511598", "NULL", "NULL", 784, "ac1abdba-f75c-4a39-85f1-9dc0aeceda56", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:36:53.511581", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3702": ["2018-05-15 15:46:52.943028", "NULL", "NULL", 785, "c644ca23-7321-4671-a075-b10629609422", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:46:52.800745", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3703": ["2018-05-15 15:46:53.146593", "NULL", "NULL", 786, "795ee3ba-cac2-4cdc-9cf9-061ea8f963ef", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:46:53.146576", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3704": ["2018-05-15 15:50:15.025821", "NULL", "NULL", 787, "62487397-5eb0-4ed0-afec-8b990390ba71", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:50:15.002561", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3705": ["2018-05-15 15:50:15.229258", "NULL", "NULL", 788, "ed31dd51-c2fc-4635-a1fa-e1fd2fe43761", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:50:15.229246", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3706": ["2018-05-15 15:50:15.231988", "NULL", "NULL", 789, "53dc9438-6df6-4fe8-831a-cf5846f17585", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:15.205077", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3707": ["2018-05-15 15:50:15.635056", "NULL", "NULL", 790, "47c89d5d-071a-47a3-bd43-4e6c192bd55e", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:15.635043", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3708": ["2018-05-15 15:50:17.438758", "NULL", "NULL", 791, "074953ae-69ff-418c-9400-fd3a7947d362", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:17.304135", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3709": ["2018-05-15 15:50:18.442437", "NULL", "NULL", 792, "c17aa86b-c9f3-4d80-a314-5232f3be1eb6", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=patching", "2018-05-15 15:50:18.404335", "major", "subcloud-4 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3710": ["2018-05-15 15:50:19.045755", "NULL", "NULL", 793, "bfe63646-a029-409c-bc2e-aaa3e900caa3", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:19.007275", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3711": ["2018-05-15 15:50:21.049561", "NULL", "NULL", 794, "97b3dffb-9f9f-4bd1-8a97-728ed0978389", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-15 15:50:21.049549", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3712": ["2018-05-15 15:50:23.453517", "NULL", "NULL", 795, "76a70460-a40e-4185-969c-57b021327b06", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:23.453505", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3713": ["2018-05-15 15:50:27.258078", "NULL", "NULL", 796, "c8b1cf24-6fbe-4f83-835b-2122ee234a04", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:27.219872", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3714": ["2018-05-15 15:50:31.281091", "NULL", "NULL", 803, "d0d5fed8-41b8-407b-ba5d-cdc4630b9d3b", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:31.227768", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3715": ["2018-05-15 15:50:33.885335", "NULL", "NULL", 804, "b4ad8eb0-fd76-41e2-9a78-3c4063fdd97a", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:33.885307", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3716": ["2018-05-15 15:50:34.688663", "NULL", "NULL", 805, "ce72b545-94de-4c40-8567-bf874e943c54", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-15 15:50:34.688651", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3717": ["2018-05-15 15:50:38.693576", "NULL", "NULL", 806, "cfd0f8ec-b2dd-4d15-86e6-e01411173fe0", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=patching", "2018-05-15 15:50:38.634575", "major", "subcloud-5 patching sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3718": ["2018-05-15 15:50:38.696102", "NULL", "NULL", 807, "212f9221-21ea-4401-9479-a22b2ffba152", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:38.639346", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3719": ["2018-05-15 15:50:43.101054", "NULL", "NULL", 808, "8461432e-53b0-481f-9f47-fe78884a572d", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:43.101039", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3720": ["2018-05-15 15:50:44.704859", "NULL", "NULL", 809, "ad5d64c5-c5f7-4676-b461-a1851ea619fb", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:44.639377", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3721": ["2018-05-15 15:50:47.909491", "NULL", "NULL", 810, "07c73031-5cc4-492f-b34d-31eed757e4fa", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:47.842807", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3722": ["2018-05-15 15:50:49.313257", "NULL", "NULL", 811, "bddc6f0c-6c24-4d70-92fa-bdb2f11254ef", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=platform", "2018-05-15 15:50:49.313244", "major", "subcloud-4 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3723": ["2018-05-15 15:50:50.516836", "NULL", "NULL", 812, "e9a90969-b975-4e8a-a99a-bb71428e5930", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:50.516824", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3724": ["2018-05-15 15:50:51.12008", "NULL", "NULL", 813, "c5834287-e52e-46e5-8b6a-a820c9de7906", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:51.046092", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3725": ["2018-05-15 15:50:53.924604", "NULL", "NULL", 814, "f1d2b368-a8b8-4ac4-b28b-4dd74cb3114f", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:50:53.924573", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3726": ["2018-05-15 15:51:01.330514", "NULL", "NULL", 815, "210494c7-0a1f-4d7f-9f60-70024cd0185e", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:51:01.16012", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3727": ["2018-05-15 15:51:04.134992", "NULL", "NULL", 816, "62ec155d-9b56-4b66-a8b8-b4d77309e294", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=platform", "2018-05-15 15:51:04.13498", "major", "subcloud-5 platform sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3728": ["2018-05-15 15:56:50.268342", "NULL", "NULL", 817, "34396d03-9395-4d52-bc8e-b509c367fa2c", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:56:50.208733", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3729": ["2018-05-15 15:56:50.672178", "NULL", "NULL", 818, "69c82972-f1b4-40b8-b554-997a777a64ea", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=network", "2018-05-15 15:56:50.672166", "major", "subcloud-4 network sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3730": ["2018-05-15 15:56:54.076505", "NULL", "NULL", 819, "0882319c-fc2f-491c-9214-bc5fb556bb4b", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:56:54.009653", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3731": ["2018-05-16 19:28:53.014739", "NULL", "NULL", 1002, "5677064b-6d54-4c1e-8811-13b143efeec6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:28:16.6151", "critical", "Service group vim-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3732": ["2018-05-16 19:28:53.097517", "NULL", "NULL", 1003, "f00b996c-fb8e-467e-b1ce-325697157468", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:28:16.616205", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3733": ["2018-05-16 19:28:53.179633", "NULL", "NULL", 1004, "ade5b6b3-8338-482e-8143-143731f2524f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:28:16.61705", "critical", "Service group cloud-services state change from standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3734": ["2018-05-16 19:28:53.263134", "NULL", "NULL", 1005, "90670dfb-af9f-4ab6-9e0e-1d6a84d50f59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:28:16.617909", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3735": ["2018-05-16 19:28:53.278826", "NULL", "NULL", 1006, "a0b8cff5-0d00-4d4e-9f14-df3356c62d78", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:28:53.106955", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3736": ["2018-05-15 15:56:54.879694", "NULL", "NULL", 820, "fe0ec30c-dd07-4690-9751-705e9968127f", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-15 15:56:54.879681", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3737": ["2018-05-16 19:28:53.361557", "NULL", "NULL", 1007, "d32842ad-5f63-41f8-8ceb-a5e27d28cac0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:28:53.319533", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3738": ["2018-05-16 20:27:52.922228", "NULL", "NULL", 1263, "e909f7d2-02fc-4741-924f-f95347ea5892", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:52.919108", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3739": ["2018-05-16 20:27:53.73173", "NULL", "NULL", 1273, "31737c64-afa1-47cd-b406-9028d071bf6f", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:53.729873", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3740": ["2018-05-16 20:27:54.338318", "NULL", "NULL", 1280, "15fbb0c9-6898-4567-b0d0-7bc75cffb921", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:27:54.336352", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3741": ["2018-05-16 20:27:54.744004", "NULL", "NULL", 1285, "380c038d-2465-4501-8fd1-ae1e03c8a941", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:54.742131", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3742": ["2018-05-16 20:27:54.947498", "NULL", "NULL", 1287, "d70db25b-12c9-4652-8fb3-ca1263b7b740", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:54.94548", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3743": ["2018-05-16 20:27:54.950608", "NULL", "NULL", 1288, "4b3ce844-8900-4759-929c-5abd22d1b1f1", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:54.948965", "major", "Service group controller-services degraded; drbd-platform(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3744": ["2018-05-16 20:27:55.15559", "NULL", "NULL", 1289, "2693c7cc-ed61-4c61-9833-ed1f4c4f1f8d", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:55.155573", "major", "Service group controller-services degraded; drbd-platform(enabled-standby, degraded, data-outdated), drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3745": ["2018-05-16 20:27:55.158832", "NULL", "NULL", 1290, "cd95803d-39c2-43c1-9f62-e524f8a4b678", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:55.158818", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3746": ["2018-05-16 20:27:57.964983", "NULL", "NULL", 1295, "50dde394-db37-401f-9c11-201bdc283fa5", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:57.964968", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3747": ["2018-05-16 20:27:58.168718", "NULL", "NULL", 1297, "c7c9ba4f-c8e1-4ddf-9d05-d2482ec22d6e", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:58.168702", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3748": ["2018-05-16 20:27:58.373335", "NULL", "NULL", 1300, "e2b897b4-f2f4-43ce-ab45-8232a5024452", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:58.373321", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3749": ["2018-05-16 20:28:00.978054", "NULL", "NULL", 1302, "0118f610-3c40-4bc1-90fd-760aaec0c7a6", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:28:00.978041", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3750": ["2018-05-16 21:12:21.397337", "NULL", "NULL", 1361, "90456b07-ce63-4a48-aa17-8f589e6242f0", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:21.39613", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3751": ["2018-05-16 21:12:21.600429", "NULL", "NULL", 1364, "44e3253a-3cbc-47a3-80a0-15520092ed8a", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:21.599019", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3752": ["2018-05-16 21:12:21.803963", "NULL", "NULL", 1366, "4676e36e-b679-4082-a3ef-40737dee8853", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:21.80199", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3753": ["2018-05-16 21:12:22.007664", "NULL", "NULL", 1368, "2d91817b-6fde-4061-9eab-dbd0b53d621b", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:22.005825", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3754": ["2018-05-16 21:12:22.010355", "NULL", "NULL", 1369, "09f3b00a-2b50-48e7-a4a1-bcbac1269c76", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:22.009181", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3755": ["2018-05-16 19:47:34.558504", "NULL", "NULL", 1062, "f7b7c826-f6bd-4e09-a85d-1b253323d339", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 19:47:25.769974", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3756": ["2018-05-16 19:47:34.720674", "NULL", "NULL", 1063, "ff7ce95e-07ac-46fe-ac5b-a4f510f1a656", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:47:25.77017", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3757": ["2018-05-16 19:47:34.80366", "NULL", "NULL", 1064, "c4d6eac6-6eec-4e55-a23a-cd2ac8e86279", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 19:47:27.543134", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3758": ["2018-05-16 19:47:34.885688", "NULL", "NULL", 1065, "d3480bcf-c670-416e-a619-f383c4c1fd7d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 19:47:33.174692", "critical", "Service group oam-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3759": ["2018-05-16 19:47:34.968481", "NULL", "NULL", 1066, "456e0c32-6555-4be6-a25b-6f4e68f50192", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 19:47:34.926738", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3760": ["2018-05-16 19:47:35.131561", "NULL", "NULL", 1067, "cfaeb178-a9a3-4c9f-a0e2-fd78f2cccde4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:55.104594", "critical", "Service group cloud-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3761": ["2018-05-16 19:47:35.173822", "NULL", "NULL", 1068, "f51d6a59-f0b4-45f8-90c3-10222b4cb477", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:46:55.128767", "critical", "Service group controller-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3762": ["2018-05-16 19:47:35.25609", "NULL", "NULL", 1069, "f8918788-b643-4458-96e3-e075cd9d1b4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:55.128852", "critical", "Service group oam-services state change from active to go-standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3763": ["2018-05-16 19:47:35.34021", "NULL", "NULL", 1070, "e3be172f-193a-475e-9636-da56ba73a477", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:55.128988", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3764": ["2018-05-16 19:47:35.42288", "NULL", "NULL", 1071, "023e2203-ba71-4336-a3d4-48700fb910c2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:55.129111", "critical", "Service group vim-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3765": ["2018-05-16 19:47:35.504848", "NULL", "NULL", 1072, "6e4041fc-6e20-4096-9eda-f9573f684cf4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:55.129207", "critical", "Service group patching-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3766": ["2018-05-16 19:47:35.589031", "NULL", "NULL", 1073, "dd035e2d-bf6b-44d8-bda2-3b4bf14c284a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:55.129353", "critical", "Service group cloud-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3767": ["2018-05-16 19:47:35.671807", "NULL", "NULL", 1074, "e143f862-a32b-481f-923a-87303c1ab43d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:55.129583", "critical", "Service group oam-services state change from go-standby to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3768": ["2018-05-16 19:47:35.749486", "NULL", "NULL", 1075, "ff3d5e9e-7e43-4dad-86b6-0b8a24710124", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 19:47:35.70762", "critical", "Service group vim-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3769": ["2018-05-16 19:47:35.753682", "NULL", "NULL", 1076, "d065a020-9035-40fb-89e2-d28bd28ad83d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:46:58.661932", "critical", "Service group distributed-cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3770": ["2018-05-16 19:47:35.791937", "NULL", "NULL", 1077, "a10415f4-c8ac-46f4-9000-6369daa83dc6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 19:47:35.750421", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3771": ["2018-05-16 19:47:35.83577", "NULL", "NULL", 1078, "3a5c9a33-83a6-4110-8f3d-a8b2c1d53d63", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:46:58.663099", "critical", "Service group vim-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3772": ["2018-05-16 19:47:35.91807", "NULL", "NULL", 1079, "110855c7-4cf6-4939-90d4-7f8a9c09fa21", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:46:58.664073", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3773": ["2018-05-16 19:47:35.999625", "NULL", "NULL", 1080, "cacede88-cb1c-4c03-ae05-97b4462e2c9d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:46:58.664984", "critical", "Service group cloud-services state change from standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3774": ["2018-05-16 19:47:36.081853", "NULL", "NULL", 1081, "5c3e3fd2-1277-413a-9828-1350762b6fbd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:46:58.665849", "critical", "Service group controller-services state change from go-standby to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3775": ["2018-05-16 19:47:36.164093", "NULL", "NULL", 1082, "79731424-16ec-4908-b135-535016d69515", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:46:58.666846", "critical", "Service group oam-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3776": ["2018-05-16 19:47:36.246693", "NULL", "NULL", 1083, "7d3c276c-c4b4-4155-bab5-da77110c9619", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:47:12.777518", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3777": ["2018-05-16 19:47:36.328852", "NULL", "NULL", 1084, "369c7041-4136-4814-b56e-3a68540aa344", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:47:16.809121", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3778": ["2018-05-16 19:47:36.410719", "NULL", "NULL", 1085, "a59cee7f-6e23-499d-817b-d346cd8a0f7e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:47:21.41236", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3779": ["2018-05-16 19:47:36.492504", "NULL", "NULL", 1086, "e1d618e0-f192-4df8-91b6-34f0ed070bfa", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 19:47:25.015602", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3780": ["2018-05-16 19:47:36.527397", "NULL", "NULL", 1087, "5174ec2e-9d45-4299-a3f2-fb76f6ec90e0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 19:47:36.485812", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3781": ["2018-05-16 19:47:36.574477", "NULL", "NULL", 1088, "a55e4393-428e-4d24-9706-f4840fc86760", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 19:47:25.017266", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3782": ["2018-05-16 19:47:36.657599", "NULL", "NULL", 1089, "19f1f9b3-5387-4b00-a705-10e4e6412d2c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-16 19:47:25.018799", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3783": ["2018-05-16 19:47:36.67428", "NULL", "NULL", 1090, "d40c6774-d3cf-4fb5-9f53-5646bd9e24b4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:36.55228", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3784": ["2018-05-16 19:47:36.740026", "NULL", "NULL", 1091, "caf20c24-278b-4440-88d0-7a519014a52c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 19:47:25.021432", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3785": ["2018-05-16 19:47:36.821552", "NULL", "NULL", 1093, "e0061f91-5577-464d-a17c-b031cff7dd7f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 19:47:25.024748", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3786": ["2018-05-16 19:47:36.8375", "NULL", "NULL", 1094, "e6ce5e99-019a-4018-b255-88faf76b1130", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:36.714713", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3787": ["2018-05-16 19:47:36.903937", "NULL", "NULL", 1095, "73ad740c-cf32-472e-9422-b6a9b6cadeaf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 19:47:25.026454", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3788": ["2018-05-16 19:47:36.919479", "NULL", "NULL", 1096, "efb94440-217d-4100-bcd9-a096218ebc88", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:36.87768", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3789": ["2018-05-16 19:47:38.310811", "NULL", "NULL", 1099, "d9c2dd74-4135-49c4-97ae-647478320ffb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 19:47:38.269231", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3790": ["2018-05-16 19:47:39.638636", "NULL", "NULL", 1100, "ae755283-7975-4e36-8d11-eb7738653b6b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:39.555619", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3791": ["2018-05-16 20:27:53.170502", "NULL", "NULL", 1267, "62f30d31-5e02-4f34-b28c-86538c527fe9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-16 20:27:53.128991", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3792": ["2018-05-16 20:27:53.184361", "NULL", "NULL", 1268, "8b91b110-acf2-4c28-9690-dc21f5030df4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:16.56169", "critical", "Service group controller-services state change from go-standby to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3793": ["2018-05-16 20:27:53.266594", "NULL", "NULL", 1269, "395eebbf-f80d-4143-93a9-8076740c252c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:16.562889", "critical", "Service group oam-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3794": ["2018-05-16 20:27:53.349663", "NULL", "NULL", 1270, "d4ddccba-7191-41ca-b760-112a21054c24", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:32.74171", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3795": ["2018-05-16 20:27:53.512581", "NULL", "NULL", 1271, "c378dd6c-1eaa-4328-8576-71a276e6344b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:35.231097", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3796": ["2018-05-16 20:27:53.595664", "NULL", "NULL", 1272, "9e16e9a9-005d-4ab0-8201-95ceec9ae76e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:46.80408", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3797": ["2018-05-16 20:27:53.765376", "NULL", "NULL", 1274, "86052022-d1bc-4ab9-b339-4b2a3a4c2f29", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:46.804378", "critical", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3798": ["2018-05-16 20:27:53.848532", "NULL", "NULL", 1275, "6e18ee0a-25bf-47d9-bcd6-1b434944533b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 20:27:46.804778", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3799": ["2018-05-16 20:27:53.930659", "NULL", "NULL", 1276, "5eea29d3-6c58-4c96-9fad-cc01bee9baf9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 20:27:46.805092", "critical", "Service group vim-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3800": ["2018-05-16 20:27:54.013691", "NULL", "NULL", 1277, "8bdaf58b-d918-467c-990b-9952da7dee6d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 20:27:46.80551", "critical", "Service group patching-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3801": ["2018-05-16 19:47:36.750482", "NULL", "NULL", 1092, "c89a5bff-38b1-4d79-ba62-46ed185f1e1a", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 19:47:36.750466", "critical", "Service group distributed-cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3802": ["2018-05-16 19:47:36.954745", "NULL", "NULL", 1097, "912b5ccf-c7cc-4bd2-9e59-dc91d5109800", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 19:47:36.95473", "critical", "Service group vim-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3803": ["2018-05-16 19:47:37.159527", "NULL", "NULL", 1098, "ccff2e58-a4d8-4b52-ba1c-ce5de6751ce0", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 19:47:37.159512", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3804": ["2018-05-16 19:47:39.764735", "NULL", "NULL", 1101, "a7f936c7-f437-4747-9d00-fd42506fd65b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 19:47:39.76472", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3805": ["2018-05-16 20:27:54.096621", "NULL", "NULL", 1278, "ba90f750-22d0-483d-90a7-adb7edd0abf5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 20:27:46.805856", "critical", "Service group cloud-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3806": ["2018-05-16 20:27:54.179666", "NULL", "NULL", 1279, "c30beeac-424c-4b14-a4c9-faae957baa59", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:46.806172", "critical", "Service group controller-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3807": ["2018-05-16 20:27:54.343495", "NULL", "NULL", 1281, "ad5415ad-0804-4f07-8de7-048a0660af69", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 20:27:46.806566", "critical", "Service group oam-services state change from disabled to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3808": ["2018-05-16 20:27:54.426558", "NULL", "NULL", 1282, "a8d685c9-498c-4ba5-9c2f-67436a2f0095", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:47.340368", "critical", "Service group controller-services state change from standby to standby-degraded on host controller-0; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3809": ["2018-05-16 20:27:54.509515", "NULL", "NULL", 1283, "8346f057-7e0f-451e-a9fc-17aeb8bb275d", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 20:27:48.844266", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3810": ["2018-05-16 20:27:54.592563", "NULL", "NULL", 1284, "44830bf8-9193-45b3-a2b5-5de725169dbe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 20:27:49.385289", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3811": ["2018-05-16 20:27:54.918753", "NULL", "NULL", 1286, "c4818508-518b-49ac-bf92-554750ad18f7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 20:27:54.860538", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3812": ["2018-05-16 20:27:55.69234", "NULL", "NULL", 1291, "848ef855-d143-4cc8-8e75-543144334adc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-16 20:27:55.650801", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3813": ["2018-05-16 20:27:55.736558", "NULL", "NULL", 1292, "4480bbc9-871f-4689-b48b-7a1a56d1c120", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-16 20:27:55.694516", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3814": ["2018-05-16 20:27:56.479607", "NULL", "NULL", 1293, "28ebbaed-7c6c-4989-b322-6f7a668b37e6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-16 20:27:56.438292", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3815": ["2018-05-16 20:27:57.959576", "NULL", "NULL", 1294, "95b999a3-e0f7-46b9-9c99-b8c679e5a74e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 20:27:57.874196", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3816": ["2018-05-16 20:27:58.123713", "NULL", "NULL", 1296, "f6882cab-edd1-4036-b37c-e2d3e1a484f2", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 20:27:57.997721", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3817": ["2018-05-16 20:27:58.206476", "NULL", "NULL", 1298, "922967bb-5dfc-49b4-a682-4525e1526936", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 20:27:58.161787", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3818": ["2018-05-16 20:27:58.255382", "NULL", "NULL", 1299, "71003e0e-7676-4cc7-8095-a5673796ce92", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-16 20:27:58.213601", "critical", "Service group cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3819": ["2018-05-16 20:28:00.96467", "NULL", "NULL", 1301, "42db176e-4362-470b-9512-13035134f708", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 20:28:00.879155", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3820": ["2018-05-16 21:12:22.083102", "NULL", "NULL", 1370, "9f540664-a448-43a2-b1f5-fe7b9d8b2148", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:12:21.966659", "critical", "Service group patching-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3821": ["2018-05-16 21:12:22.713598", "NULL", "NULL", 1371, "cba60628-025a-403f-9e37-69ba3de27cd8", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:22.212052", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3822": ["2018-05-16 21:12:22.734971", "NULL", "NULL", 1372, "7879058e-3262-4fff-be11-8b42298afe33", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:12:22.128677", "critical", "Service group cloud-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3823": ["2018-05-16 21:12:22.795076", "NULL", "NULL", 1373, "fbb36877-7248-4e89-8690-fdf280d9bad0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:22.797594", "critical", "Service group controller-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3824": ["2018-05-16 21:12:22.877321", "NULL", "NULL", 1374, "e86a4e94-fcb8-4c77-99c8-197c00224401", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:12:22.840658", "critical", "Service group oam-services state change from initial to go-standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3825": ["2018-05-16 21:12:22.960317", "NULL", "NULL", 1375, "408bba26-5fa4-4d91-a23a-876e857b9a62", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-16 21:12:22.923001", "critical", "Service group distributed-cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3826": ["2018-05-16 21:12:23.123229", "NULL", "NULL", 1377, "3df8333e-1ed3-42f0-baa6-3913776ea1b8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-16 21:12:23.005768", "critical", "Service group vim-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3827": ["2018-05-16 21:12:23.205728", "NULL", "NULL", 1378, "ff02adc8-3b32-4322-864a-2b81dd9af49b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-16 21:12:23.168621", "critical", "Service group patching-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3828": ["2018-05-16 21:12:23.288188", "NULL", "NULL", 1379, "c6e8e8b0-2bd2-4597-a56f-1dd7bf2d692d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:23.251629", "critical", "Service group web-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3829": ["2018-05-16 21:12:23.370527", "NULL", "NULL", 1380, "a4916cf0-e215-42e8-8202-45b453a7d077", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-16 21:12:23.333784", "critical", "Service group cloud-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3830": ["2018-05-16 21:12:23.452447", "NULL", "NULL", 1381, "97b3cafa-e646-4b05-a02c-da5a6dbf88ab", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-16 21:12:23.415702", "critical", "Service group oam-services state change from go-standby to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3831": ["2018-05-16 21:12:23.534229", "NULL", "NULL", 1382, "65130539-0e82-4a35-9592-812d190cbd7b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:23.497661", "critical", "Service group directory-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3832": ["2018-05-16 21:12:23.616529", "NULL", "NULL", 1383, "d92a26e8-d90d-4472-9207-febb5f6e5b53", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:23.579741", "critical", "Service group controller-services state change from go-standby to go-standby-degraded on host controller-0; drbd-patch-vault(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3833": ["2018-05-16 21:12:24.186723", "NULL", "NULL", 1386, "236b75e0-216e-4bf0-aa7a-7f2e0d761024", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:24.149634", "critical", "Service group controller-services state change from go-standby-degraded to standby-degraded on host controller-0; drbd-cgcs(enabled-standby, degraded, data-outdated)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3834": ["2018-05-16 21:12:24.367503", "NULL", "NULL", 1387, "e0f56864-e3f4-494d-9248-fb424f9ff04e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:24.330051", "critical", "Service group controller-services state change from standby-degraded to standby on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3835": ["2018-05-16 21:12:30.810513", "NULL", "NULL", 1389, "b2e06040-5da0-4a8e-9ca2-85467a0e36d2", "200.022", "log", "system.host", "host=controller-0.state=enabled", "2018-05-16 21:12:30.808572", "not-applicable", "controller-0 is now ""enabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3836": ["2018-05-16 21:12:32.067797", "NULL", "NULL", 1390, "b707b026-b55b-463c-8009-f5a8a1e89a40", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:31.989883", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3837": ["2018-05-16 21:12:32.150245", "NULL", "NULL", 1392, "90464a1a-424f-4d70-9651-8717eadb2ead", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:32.113607", "critical", "Service group patching-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3838": ["2018-05-16 21:12:32.232323", "NULL", "NULL", 1393, "ded590c7-09d8-44d9-9909-2f98de8f6e0c", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:32.19563", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3839": ["2018-05-16 21:12:32.314284", "NULL", "NULL", 1394, "bcb453bd-5908-4e87-8d05-6cca2ef09494", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:32.277555", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3840": ["2018-05-16 21:12:32.396375", "NULL", "NULL", 1395, "fda1abbc-24a9-4002-ae01-dbf51b1c0e1e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:32.35957", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3841": ["2018-05-16 21:12:32.478329", "NULL", "NULL", 1396, "67616530-6361-48ad-ba41-13bc065bcf6e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:32.441612", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3842": ["2018-05-16 21:12:32.641306", "NULL", "NULL", 1397, "7ce027bd-5436-4884-8334-3e751a24d1ce", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:32.523661", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3843": ["2018-05-16 21:12:32.804177", "NULL", "NULL", 1400, "ad65b7f8-bfc5-431b-966e-01623da2ade8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:32.686635", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3844": ["2018-05-16 21:12:32.966293", "NULL", "NULL", 1402, "1670989e-dd6b-4f0d-8a0f-09e710c56b91", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-16 21:12:32.849605", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3845": ["2018-05-16 21:12:33.128308", "NULL", "NULL", 1403, "8ebe9b33-6bae-4f0b-9b33-e5b050dbd33a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-16 21:12:33.011576", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3846": ["2018-05-16 21:12:23.121747", "NULL", "NULL", 1376, "01af1bb4-1762-40da-a8d8-1ca099202eb6", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:23.11961", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-extension(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated), ...", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3847": ["2018-05-16 21:12:23.728054", "NULL", "NULL", 1384, "66261d9f-00e1-4794-b05a-e6030cfeec02", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-16 21:12:23.726224", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3848": ["2018-05-16 21:12:23.931522", "NULL", "NULL", 1385, "ccb5304d-622b-411d-a830-2c52ff438a71", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-16 21:12:23.929478", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3849": ["2018-05-16 21:12:26.137551", "NULL", "NULL", 1388, "13577257-76c7-4ceb-aaa7-f8bd8b0d5392", "400.001", "clear", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-16 21:12:26.137535", "major", "Service group controller-services degraded; drbd-patch-vault(enabled-standby, degraded, data-outdated), drbd-extension(enabled-standby, degraded, data-outdated), drbd-platform(enabled-standby, degraded, data-outdated), ...", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3850": ["2018-05-16 21:12:32.143884", "NULL", "NULL", 1391, "145523ba-51f6-4991-ab8e-86f8e3007b0b", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-16 21:12:32.143872", "major", "Service group distributed-cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3851": ["2018-05-16 21:12:32.750305", "NULL", "NULL", 1398, "5b812207-eb26-46ab-87a8-a4aa522eb101", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-16 21:12:32.750293", "major", "Service group patching-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3852": ["2018-05-16 21:12:32.753525", "NULL", "NULL", 1399, "39abb540-dabd-44d1-8edb-3f9a1f68c6c7", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-16 21:12:32.753515", "major", "Service group vim-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3853": ["2018-05-16 21:12:32.957163", "NULL", "NULL", 1401, "c3e9cf1b-3c7a-4e4b-b37c-c130d6d0bede", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-16 21:12:32.957153", "major", "Service group cloud-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3854": ["2018-05-16 21:12:33.161066", "NULL", "NULL", 1404, "143753c6-e5f4-4792-b9c9-0f1c7b874797", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-16 21:12:33.161055", "major", "Service group controller-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3855": ["2018-05-16 21:12:33.364697", "NULL", "NULL", 1405, "184311e0-8d11-4af0-9505-86fe4392839f", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-16 21:12:33.364686", "major", "Service group oam-services loss of redundancy; expected 1 standby member but no standby members available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3856": ["2018-05-16 21:12:35.370514", "NULL", "NULL", 1408, "98b2a973-e631-486f-99a7-f33233c48c76", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-16 21:12:35.370502", "major", "Service group web-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3857": ["2018-05-16 21:12:35.373502", "NULL", "NULL", 1409, "71d31b3b-a298-45f0-b3d0-b25a579a1576", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-16 21:12:35.373476", "major", "Service group directory-services loss of redundancy; expected 2 active members but only 1 active member available", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3858": ["2018-05-17 16:43:01.563005", "NULL", "NULL", 1580, "8e142d7e-447d-42b3-8c72-0793b08925df", "400.001", "set", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-17 16:43:01.561292", "critical", "Service group controller-services failure; cinder-ip(disabled, failed)", "processing-error", "underlying-resource-unavailable", "Contact next level of support", true, true, "NULL"], + "i_event_log_3859": ["2018-05-17 16:53:12.754836", "NULL", "NULL", 1640, "23956a30-566a-4f30-a638-af3755c96b0c", "100.109", "set", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.753373", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3860": ["2018-05-17 16:53:12.958833", "NULL", "NULL", 1643, "f3334091-9ccd-4d33-9316-59a4b9c9c63f", "100.108", "set", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.957008", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3861": ["2018-05-17 16:53:12.9624", "NULL", "NULL", 1644, "8c833de7-aae1-40c7-a0e1-9318b4eeea74", "100.108", "clear", "system.host", "host=controller-0.port=ens801f0", "2018-05-17 16:53:12.962388", "major", """MGMT"" Port failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3862": ["2018-05-17 16:53:12.965901", "NULL", "NULL", 1645, "6853652c-9e7a-4870-9a94-a302dcf8bb27", "100.109", "clear", "system.host", "host=controller-0.interface=mgmt", "2018-05-17 16:53:12.965887", "critical", """MGMT"" Interface failed.", "operational-violation", "not-applicable", "Check cabling and far-end port configuration and status on adjacent equipment.", true, true, "NULL"], + "i_event_log_3863": ["2018-05-17 16:53:13.371047", "NULL", "NULL", 1650, "b1a3caa2-eaa5-4d92-8e9a-3fea8ec02f9c", "400.005", "set", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:13.369238", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3864": ["2018-05-17 16:53:14.17966", "NULL", "NULL", 1660, "316fde19-630c-4b83-8eeb-63f8f5af0f36", "400.005", "set", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:14.177843", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3865": ["2018-05-17 16:53:14.453887", "NULL", "NULL", 1664, "71eefea5-670c-4c5b-90e3-5f5d403115b8", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-17 16:53:07.372626", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3866": ["2018-05-17 16:53:14.536956", "NULL", "NULL", 1665, "2ca5b101-69cd-42cb-823d-dccfbd6f6341", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-17 16:53:07.372762", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3867": ["2018-05-17 16:53:14.620075", "NULL", "NULL", 1666, "c30b33e8-456f-4700-8ec8-9256c5b6d06f", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-17 16:53:07.372898", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3868": ["2018-05-17 16:53:14.703018", "NULL", "NULL", 1667, "faba644b-2002-48f2-ac85-8ccf3da23d35", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.373057", "critical", "Service group directory-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3869": ["2018-05-17 16:53:14.785834", "NULL", "NULL", 1668, "24a0dbea-1102-4fa9-92c3-4b1f2880adcf", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.37318", "critical", "Service group patching-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3870": ["2018-05-17 16:53:14.868761", "NULL", "NULL", 1669, "a64e653c-1b5e-44af-85df-7679ee82a9b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.373372", "critical", "Service group directory-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3871": ["2018-05-17 16:53:14.951898", "NULL", "NULL", 1670, "88275b3a-32bd-4423-ac1e-e77d55e0cbc1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.3735", "critical", "Service group patching-services state change from standby to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3872": ["2018-05-17 16:53:15.034693", "NULL", "NULL", 1671, "51f62131-7778-439e-ad72-5542c58e263a", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.373664", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3873": ["2018-05-17 16:53:15.117937", "NULL", "NULL", 1672, "b12a6250-6fd9-418d-a995-f64c814e5334", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.373777", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3874": ["2018-05-17 16:53:15.201059", "NULL", "NULL", 1673, "a0524015-a206-4821-a43f-322c75061339", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.373908", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3875": ["2018-05-17 16:53:15.283776", "NULL", "NULL", 1674, "9ef41f64-2d7f-4cf2-9b2c-19a9b62465d2", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.374075", "critical", "Communication failure detected with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3876": ["2018-05-17 16:53:15.365701", "NULL", "NULL", 1675, "76927a5a-8167-46ba-8aec-7e36a0ea21ea", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:07.374196", "critical", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3877": ["2018-05-17 16:53:15.448854", "NULL", "NULL", 1676, "8d5b6869-4796-41f9-8eea-0a33aaaa9968", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.374322", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3878": ["2018-05-17 16:53:15.531857", "NULL", "NULL", 1677, "9879bfe3-30ff-4022-b8eb-4bdf07fd815c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.37447", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3879": ["2018-05-17 16:53:15.614922", "NULL", "NULL", 1678, "127c49a0-8bae-4c74-b147-db19b8a282ef", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.374629", "critical", "Service group vim-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3880": ["2018-05-17 16:53:15.697907", "NULL", "NULL", 1679, "75da39aa-ec89-4176-a40b-d8a69d2071f0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:53:07.374766", "critical", "Service group web-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3881": ["2018-05-17 16:53:15.780932", "NULL", "NULL", 1680, "4330d9e1-5c36-471b-a33d-de7f3f46df4d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.374904", "critical", "Service group directory-services state change from disabling to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3882": ["2018-05-17 16:53:15.863748", "NULL", "NULL", 1681, "14adc401-74dd-46a9-b18c-1b20b9308f74", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.375044", "critical", "Service group patching-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3883": ["2018-05-17 16:53:15.945759", "NULL", "NULL", 1682, "c9e6eba7-24c8-4a99-bc81-b964b595aa88", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.375184", "critical", "Service group cloud-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3884": ["2018-05-17 16:53:16.027799", "NULL", "NULL", 1683, "fd80625c-7533-4305-8487-b28f6a84262f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.375332", "critical", "Service group controller-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3885": ["2018-05-17 16:53:16.109788", "NULL", "NULL", 1684, "52f5d093-9e3b-4ce2-861b-4d4c93094cfe", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.375471", "critical", "Service group oam-services state change from disabled to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3886": ["2018-05-17 16:53:16.191775", "NULL", "NULL", 1685, "2527b704-ea48-4c38-9922-af8265417b00", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:07.376109", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3887": ["2018-05-17 16:53:16.273938", "NULL", "NULL", 1686, "5ef736db-7f5c-4e4c-ba40-d9fb825e9c51", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-1", "2018-05-17 16:53:07.376249", "critical", "Service group patching-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3888": ["2018-05-17 16:53:16.356895", "NULL", "NULL", 1687, "869fd54f-452b-4af1-858d-1c334dfae85b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-1", "2018-05-17 16:53:07.376436", "critical", "Service group web-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3889": ["2018-05-17 16:53:16.440898", "NULL", "NULL", 1688, "19aba2f0-1a54-47d2-a4be-f4add3f93e55", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.376634", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3890": ["2018-05-17 16:53:16.523728", "NULL", "NULL", 1689, "4bad42f6-9268-482d-a6ed-281937456473", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.37681", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-1; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3891": ["2018-05-17 16:53:16.605725", "NULL", "NULL", 1690, "d56c8734-3bcd-481b-a303-a70569fd6e3b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.376938", "critical", "Service group vim-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3892": ["2018-05-17 16:53:16.687763", "NULL", "NULL", 1691, "c41d63b0-c186-4baa-92af-4254b52acfdc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.377073", "critical", "Service group cloud-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3893": ["2018-05-17 16:53:16.769654", "NULL", "NULL", 1692, "32b0e74e-0667-4501-bee1-e0fb3c8ce413", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.377218", "critical", "Service group controller-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3894": ["2018-05-17 16:53:16.851932", "NULL", "NULL", 1693, "d10d8995-1bf3-443c-b143-3f5f5b53716b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.377379", "critical", "Service group oam-services state change from go-active to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3895": ["2018-05-17 16:53:16.934711", "NULL", "NULL", 1694, "7f683a81-7726-4a24-8155-71ba2892f9f5", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.377565", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3896": ["2018-05-17 16:53:17.016666", "NULL", "NULL", 1695, "9f8ec9ff-2a67-4fa1-aa93-675e0fd299cd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.378302", "critical", "Service group vim-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3897": ["2018-05-17 16:53:17.099569", "NULL", "NULL", 1696, "549d5b6f-5ac5-40da-9201-d43d5911ed6b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.378513", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3898": ["2018-05-17 16:53:17.182092", "NULL", "NULL", 1697, "a81fd79d-5a36-414b-b0e5-18ce8187a962", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.37864", "critical", "Service group oam-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3899": ["2018-05-17 16:53:17.264675", "NULL", "NULL", 1698, "73053b2e-6445-49d7-9f61-e88a95c8794c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.378851", "critical", "Service group cloud-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3900": ["2018-05-17 16:53:17.346681", "NULL", "NULL", 1699, "3a6f813a-c42f-4ff1-9277-f68c785080d8", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.379256", "critical", "Service group controller-services state change from disabling to disabled on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3901": ["2018-05-17 16:53:17.428746", "NULL", "NULL", 1700, "60a84828-5dd5-4908-80a5-778b1a0fc802", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-17 16:53:07.379392", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3902": ["2018-05-17 16:53:17.514984", "NULL", "NULL", 1701, "f84015c6-ec1a-4797-9a7d-6b635eb6bb26", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-17 16:53:07.379534", "critical", "Service group distributed-cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3903": ["2018-05-17 16:53:17.597728", "NULL", "NULL", 1702, "5f1827d2-003f-4aa5-9cf2-bbfb55674006", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-17 16:53:07.379659", "critical", "Service group vim-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3904": ["2018-05-17 16:53:17.679523", "NULL", "NULL", 1703, "f7c84f8d-ddc2-46e6-9f19-86bcf3723020", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-17 16:53:07.379796", "critical", "Service group cloud-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3905": ["2018-05-17 16:53:17.761582", "NULL", "NULL", 1704, "479088ee-f2d5-4edf-95e9-f67aac0c14a9", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-17 16:53:07.379931", "critical", "Service group controller-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3906": ["2018-05-17 16:53:17.843574", "NULL", "NULL", 1705, "a45da034-bca2-484b-bd29-d5a06c4899d0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-17 16:53:07.380067", "critical", "Service group oam-services state change from disabled to standby on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3907": ["2018-05-17 16:53:17.925896", "NULL", "NULL", 1706, "9a51adb1-8d38-4c55-b5eb-402adbf4a76d", "401.005", "log", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:17.886393", "critical", "Communication established with peer over port eno1 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3908": ["2018-05-17 16:53:19.091683", "NULL", "NULL", 1708, "08e9937e-4bae-4550-9ce3-6b844f99cad2", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:19.011084", "critical", "Communication established with peer over port ens801f0.133 on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3909": ["2018-05-18 00:13:32.344042", "NULL", "NULL", 1959, "374df9b3-d60c-4c71-a4c6-2f96cdc2c5f5", "280.002", "set", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:13:32.143973", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3910": ["2018-05-18 00:13:32.346643", "NULL", "NULL", 1960, "469a34a6-35ed-467b-b3c5-a83e78b28cf9", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:13:32.147476", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3911": ["2018-05-18 00:13:32.549589", "NULL", "NULL", 1961, "6fb283a6-550f-4faf-b5f1-700b42e8547d", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:13:32.549578", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3912": ["2018-05-17 16:53:18.205363", "NULL", "NULL", 1707, "eff79a29-d294-457e-a478-06b31dca0dd5", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-17 16:53:18.205348", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3913": ["2018-05-17 16:53:19.21101", "NULL", "NULL", 1709, "be99b75d-27d1-495b-a7e8-f14fadf6936a", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-17 16:53:19.210992", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3914": ["2018-05-17 16:53:19.615669", "NULL", "NULL", 1710, "9d59da23-14af-4efa-bcb5-2e0841454237", "280.001", "clear", "subcloud", "subcloud=subcloud-1", "2018-05-17 16:53:19.615653", "critical", "subcloud-1 is offline", "other", "loss-of-signal", "Wait for subcloud to become online; if problem persists contact next level of support.", true, false, "NULL"], + "i_event_log_3915": ["2018-05-18 00:13:32.552183", "NULL", "NULL", 1962, "11546a27-b491-490b-ae23-3ffc7f9b7edf", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:13:32.552174", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3916": ["2018-05-18 00:13:32.755101", "NULL", "NULL", 1963, "6a68aedf-9185-4766-9340-af3bfe13b1b8", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:13:32.755087", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3917": ["2018-05-18 00:15:22.599992", "NULL", "NULL", 1964, "d487f727-87d4-43da-9569-499ad98c3291", "280.002", "set", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:15:22.552551", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3918": ["2018-05-18 00:15:22.602528", "NULL", "NULL", 1965, "79d5923b-8a31-4422-b6ba-451db1776caf", "280.002", "set", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:15:22.5564", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3919": ["2018-05-18 00:15:22.604933", "NULL", "NULL", 1966, "3af7c90c-f335-4872-8902-2c36d21aea6b", "280.002", "set", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:15:22.559756", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3920": ["2018-05-18 00:15:22.807656", "NULL", "NULL", 1967, "f65f4bef-1ddf-428a-b96c-69b242a9ae09", "280.002", "clear", "subcloud", "subcloud=subcloud-4.resource=compute", "2018-05-18 00:15:22.807642", "major", "subcloud-4 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3921": ["2018-05-18 00:15:23.010953", "NULL", "NULL", 1968, "e11b82fc-652f-4840-b7ca-d5d62ceef3d3", "280.002", "clear", "subcloud", "subcloud=subcloud-5.resource=compute", "2018-05-18 00:15:23.010939", "major", "subcloud-5 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3922": ["2018-05-18 00:15:23.013597", "NULL", "NULL", 1969, "0a762a17-3b92-4a86-8814-cfab5f760047", "280.002", "clear", "subcloud", "subcloud=subcloud-1.resource=compute", "2018-05-18 00:15:23.013586", "major", "subcloud-1 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3923": ["2018-05-18 00:15:23.01607", "NULL", "NULL", 1970, "a5429943-5644-4d25-bf85-8ba1555b029b", "280.002", "clear", "subcloud", "subcloud=subcloud-6.resource=compute", "2018-05-18 00:15:23.01605", "major", "subcloud-6 compute sync_status is out-of-sync", "other", "application-subsystem-failure", "If problem persists contact next level of support", false, false, "NULL"], + "i_event_log_3924": ["2018-05-18 17:39:30.545265", "NULL", "NULL", 2205, "54c9751b-b2f2-476d-8677-d42e795cabe0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:39:30.503562", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3925": ["2018-05-18 17:39:30.627249", "NULL", "NULL", 2206, "b93b845e-9115-4e3c-a106-f3359c23ff4b", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-18 17:39:30.585566", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3926": ["2018-05-18 17:39:30.709097", "NULL", "NULL", 2207, "68d66962-a9d5-411f-8f34-88c85c006e12", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-18 17:39:30.667501", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3927": ["2018-05-18 17:39:30.791176", "NULL", "NULL", 2208, "cbae2806-4c65-4d83-9b39-ab9f27679890", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:39:30.749504", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3928": ["2018-05-18 17:39:30.873319", "NULL", "NULL", 2209, "790b80e7-adcc-429d-b2e7-2eb2ce75ab18", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:39:30.83152", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3929": ["2018-05-18 17:39:30.954969", "NULL", "NULL", 2210, "a9af4110-aa7a-4ee4-9b40-b355cd593c30", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:39:30.913488", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3930": ["2018-05-18 17:39:31.037116", "NULL", "NULL", 2211, "e7a9c3c1-81c5-4a72-9e74-9f0ad772b1d4", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-18 17:39:30.995532", "critical", "Service group cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3931": ["2018-05-18 17:39:37.13508", "NULL", "NULL", 2215, "c413931f-bba0-41bb-b346-5ee74dfe5d0a", "200.022", "log", "system.host", "host=controller-1.state=disabled", "2018-05-18 17:39:37.133499", "not-applicable", "controller-1 is now ""disabled""", "other", "not-applicable", " ", false, false, "NULL"], + "i_event_log_3932": ["2018-05-18 17:43:42.913396", "NULL", "NULL", 2221, "e7377b1e-a439-4817-80eb-e4ca393c6644", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:43:42.911493", "critical", "Service group distributed-cloud-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3933": ["2018-05-18 17:43:42.954812", "NULL", "NULL", 2222, "19c78994-72fa-4aae-a28f-a02c9c68d5e2", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:43:42.914387", "critical", "Service group vim-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3934": ["2018-05-18 17:43:43.036828", "NULL", "NULL", 2223, "be2ee5ab-1486-4918-8ee2-6879e6f5dd74", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:43:42.995656", "critical", "Service group web-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3935": ["2018-05-18 17:43:43.118828", "NULL", "NULL", 2224, "c134b926-e21a-4ef0-a25a-eb5d73146a05", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:43:43.077532", "critical", "Service group directory-services state change from active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3936": ["2018-05-18 17:43:43.200602", "NULL", "NULL", 2225, "16bd4332-f408-4459-935c-bab124f4a9ac", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:43:43.159517", "critical", "Service group patching-services state change from standby to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3937": ["2018-05-18 17:48:00.683951", "NULL", "NULL", 2259, "fab683b0-d645-4bc1-a959-0e5d0897a208", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-18 17:48:00.642501", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3938": ["2018-05-18 17:48:00.847304", "NULL", "NULL", 2260, "0b471eb9-79f4-42a8-b01c-bd30311dd866", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-18 17:48:00.724509", "critical", "Service group oam-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3939": ["2018-05-18 17:48:01.010454", "NULL", "NULL", 2262, "c74a9552-9558-4db8-88ed-d927998af89e", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=web-services", "2018-05-18 17:48:00.887471", "critical", "Service group web-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3940": ["2018-05-18 17:48:01.092078", "NULL", "NULL", 2264, "580d75d9-dded-4f8a-a45d-ebb17a23a644", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-18 17:48:01.050524", "critical", "Service group directory-services has no active members available; expected 2 active members", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3941": ["2018-05-18 17:48:01.174182", "NULL", "NULL", 2265, "d3aa8266-24e5-412e-bfb8-87b4f9c24edc", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:01.13251", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3942": ["2018-05-18 17:48:01.257282", "NULL", "NULL", 2266, "40a666e0-12e5-447f-83b7-4a58025879fc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:01.215523", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3943": ["2018-05-18 17:48:01.339183", "NULL", "NULL", 2267, "efcbdcd7-185d-42b1-b1bf-fc21bc55ffa6", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:01.297513", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3944": ["2018-05-18 17:48:01.421175", "NULL", "NULL", 2268, "41369aa9-986e-4a3f-9d5d-08157834ba81", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:48:01.379509", "critical", "Service group web-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3945": ["2018-05-18 17:48:01.503108", "NULL", "NULL", 2269, "ccff0dc4-5651-4204-8c94-3bdc08b4fb68", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:48:01.461547", "critical", "Service group directory-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3946": ["2018-05-18 17:48:01.585143", "NULL", "NULL", 2270, "137117b1-657d-4e0c-b2c7-9be0570f0549", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:48:01.543514", "critical", "Service group patching-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3947": ["2018-05-18 17:48:01.667207", "NULL", "NULL", 2271, "15380ab1-bbf7-404a-bcac-8f84bd610293", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:01.625519", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3948": ["2018-05-18 17:48:01.749048", "NULL", "NULL", 2272, "d9c9a03c-3b52-4f63-9a93-3a2a5ebeea4c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:01.707516", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3949": ["2018-05-18 17:48:01.830975", "NULL", "NULL", 2273, "bb03515f-52c3-4d21-9cd9-a0a565c9a880", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:01.789505", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3950": ["2018-05-18 17:48:01.912904", "NULL", "NULL", 2274, "a1ad51ea-0acb-4a99-882b-92163fcccead", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=patching-services.host=controller-0", "2018-05-18 17:48:01.871888", "critical", "Service group patching-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3951": ["2018-05-18 17:48:01.994953", "NULL", "NULL", 2275, "1ab1574b-63b6-4e39-955e-be8e52b18d22", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=web-services.host=controller-0", "2018-05-18 17:48:01.953552", "critical", "Service group web-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3952": ["2018-05-18 17:48:02.076915", "NULL", "NULL", 2276, "d187a01f-abdf-4c57-9120-1363843d26ea", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.03555", "critical", "Service group distributed-cloud-services state change from go-active to go-active-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3953": ["2018-05-18 17:48:02.159068", "NULL", "NULL", 2277, "bb993f86-f008-40d3-ab62-0043e96ec180", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.117522", "critical", "Service group distributed-cloud-services state change from go-active-failed to disabling-failed on host controller-0; dcorch-patch-api-proxy(disabled, failed)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3954": ["2018-05-18 17:48:02.241231", "NULL", "NULL", 2278, "8f5b087d-506c-4cfd-bc2a-ff6ea18ff803", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:02.199511", "critical", "Service group vim-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3955": ["2018-05-18 17:48:02.323228", "NULL", "NULL", 2279, "10572b98-cf1d-43f0-ae49-bf5fcb75b5a0", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:02.281498", "critical", "Service group cloud-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3956": ["2018-05-18 17:48:02.4054", "NULL", "NULL", 2280, "83a3d595-7770-4de1-8877-9012dccf6440", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:02.363543", "critical", "Service group controller-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3957": ["2018-05-18 17:48:02.487241", "NULL", "NULL", 2281, "7dc49ea4-966c-44ff-b4b6-48c53e45e54a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:02.445518", "critical", "Service group oam-services state change from go-active to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3958": ["2018-05-18 17:48:02.569131", "NULL", "NULL", 2282, "59ba443d-54d3-4adc-9235-5e9f952a20b4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.527532", "critical", "Service group distributed-cloud-services state change from disabling-failed to disabling on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3959": ["2018-05-18 17:48:00.87737", "NULL", "NULL", 2261, "43bbd102-47e6-44bb-a5c2-6361e11fbddc", "400.002", "set", "service_domain.service_group", "service_domain=controller.service_group=patching-services", "2018-05-18 17:48:00.875713", "critical", "Service group patching-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3960": ["2018-05-18 17:48:01.080803", "NULL", "NULL", 2263, "10847fcc-e02b-480e-bdc0-d6a9300ed27d", "400.005", "set", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:01.078979", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3961": ["2018-05-18 17:48:04.499415", "NULL", "NULL", 2297, "1455b027-b0db-4081-b1ac-9cfa3b43fdb2", "400.005", "clear", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:04.499399", "major", "Communication failure detected with peer over port eno1 on host controller-0 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3962": ["2018-05-18 17:48:06.903844", "NULL", "NULL", 2298, "47ca56df-fc67-4714-b56b-097ddfb783d6", "200.005", "clear", "system.host", "host=controller-1.network=Management", "2018-05-18 17:48:06.903832", "critical", "controller-1 experienced a persistent critical ""Management Network"" communication failure.", "communication", "loss-of-signal", "Check ""Management Network"" connectivity and support for multicast messaging.If problem consistently occurs after that and Host is reset, thencontact next level of support or lock and replace failing Host.", true, true, "NULL"], + "i_event_log_3963": ["2018-05-24 10:46:44.35792", "NULL", "NULL", 2756, "2de084dc-c039-481f-8666-7edc64533746", "401.005", "log", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:44.316295", "critical", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3964": ["2018-05-24 10:46:44.520824", "NULL", "NULL", 2758, "2bcb2fbe-aa55-4a95-93a2-99410b395082", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:44.398276", "critical", "Service group distributed-cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3965": ["2018-05-24 10:46:44.683997", "NULL", "NULL", 2760, "27aecdc7-82aa-4381-90b2-a9e6a89801fd", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:44.561312", "critical", "Service group vim-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3966": ["2018-05-24 10:46:44.848096", "NULL", "NULL", 2763, "843474d3-541e-4dbf-845e-7e690e110375", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-1", "2018-05-24 10:46:44.725308", "critical", "Service group cloud-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3967": ["2018-05-24 10:46:44.930019", "NULL", "NULL", 2764, "9ffca1e9-3eca-4ee9-950f-af7fa0a11368", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:44.888306", "critical", "Service group controller-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3968": ["2018-05-24 10:46:45.01202", "NULL", "NULL", 2765, "5890ce1a-1d7b-455d-a932-b4fe174a42b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:44.970293", "critical", "Service group oam-services state change from standby to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3969": ["2018-05-24 10:46:45.093942", "NULL", "NULL", 2766, "4fbfd96a-0ac8-4959-99f3-d9674d0ac623", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-1", "2018-05-24 10:46:45.052638", "critical", "Service group directory-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3970": ["2018-05-24 10:46:45.176093", "NULL", "NULL", 2767, "608d322a-f1d2-4048-b78e-5137574e2d87", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=directory-services", "2018-05-24 10:46:45.134346", "critical", "Service group directory-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3971": ["2018-05-24 10:46:45.258893", "NULL", "NULL", 2768, "ae84fd89-9ba2-460c-b6ab-0719140a8f7c", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.217325", "critical", "Service group controller-services state change from go-active to go-active-degraded on host controller-1; drbd-patch-vault(enabled-active, degraded, data-syncing)", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3972": ["2018-05-24 10:46:45.34094", "NULL", "NULL", 2769, "6427d224-6b76-4601-9f92-ed417abfea80", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.299399", "critical", "Service group controller-services state change from go-active-degraded to go-active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3973": ["2018-05-24 10:46:45.422799", "NULL", "NULL", 2770, "254105c6-7e4b-4ccd-874d-eb90758ea621", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-1", "2018-05-24 10:46:45.381655", "critical", "Service group oam-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3974": ["2018-05-24 10:46:45.505068", "NULL", "NULL", 2771, "4f93717f-e045-46ab-8ec0-b6120545b6b3", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=oam-services", "2018-05-24 10:46:45.463406", "critical", "Service group oam-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3975": ["2018-05-24 10:46:45.586999", "NULL", "NULL", 2772, "476eda51-2062-40bd-9eee-13cc29b9024b", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-1", "2018-05-24 10:46:45.545463", "critical", "Service group vim-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3976": ["2018-05-24 10:46:45.66891", "NULL", "NULL", 2773, "50941d42-eeac-40b7-b507-a9a479e0f452", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-1", "2018-05-24 10:46:45.627296", "critical", "Service group distributed-cloud-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3977": ["2018-05-24 10:46:45.750883", "NULL", "NULL", 2774, "874b261a-0ccc-4537-b55b-9c39ead6c58a", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-1", "2018-05-24 10:46:45.709347", "critical", "Service group controller-services state change from go-active to active on host controller-1", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3978": ["2018-05-24 10:46:45.834025", "NULL", "NULL", 2775, "b45e090c-afe1-49c3-9e2b-b15387971bfa", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=distributed-cloud-services", "2018-05-24 10:46:45.79229", "critical", "Service group distributed-cloud-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3979": ["2018-05-24 10:46:45.915908", "NULL", "NULL", 2776, "e6786437-d0e3-4300-b0c3-3a52a04a49f7", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=vim-services", "2018-05-24 10:46:45.874296", "critical", "Service group vim-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3980": ["2018-05-24 10:46:45.997954", "NULL", "NULL", 2777, "093da01a-0962-44b2-9675-c85b71c5e613", "401.002", "log", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:45.956277", "critical", "Service group controller-services redundancy restored", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3981": ["2018-05-18 17:48:02.651022", "NULL", "NULL", 2283, "bd38bfe1-5482-4a4d-8006-505ca1bf5500", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:02.609939", "critical", "Service group vim-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3982": ["2018-05-18 17:48:02.73287", "NULL", "NULL", 2284, "f980c124-211c-4bda-b023-07871f4c0bde", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:02.691515", "critical", "Service group distributed-cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3983": ["2018-05-18 17:48:02.815342", "NULL", "NULL", 2285, "50245be4-2be3-433d-8d18-e0675491e566", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:02.773511", "critical", "Service group oam-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3984": ["2018-05-18 17:48:02.899244", "NULL", "NULL", 2286, "5fc6f88c-13a3-4b7f-bae4-4db179f6ff0f", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:02.857567", "critical", "Service group cloud-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3985": ["2018-05-18 17:48:02.980826", "NULL", "NULL", 2287, "843d5e76-eb26-421e-be14-ee385468728d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:02.939674", "critical", "Service group controller-services state change from disabling to disabled on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3986": ["2018-05-18 17:48:03.062893", "NULL", "NULL", 2288, "f6e26809-c5df-43d0-8285-285ade7fb569", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=directory-services.host=controller-0", "2018-05-18 17:48:03.021514", "critical", "Service group directory-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3987": ["2018-05-18 17:48:03.144908", "NULL", "NULL", 2289, "88dd737b-aeed-4152-bd23-4fbb7b57e8f4", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=distributed-cloud-services.host=controller-0", "2018-05-18 17:48:03.103478", "critical", "Service group distributed-cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3988": ["2018-05-18 17:48:03.226844", "NULL", "NULL", 2290, "7ac95dd5-96cf-4190-bc03-5295c0cf949d", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=vim-services.host=controller-0", "2018-05-18 17:48:03.185505", "critical", "Service group vim-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3989": ["2018-05-18 17:48:03.309262", "NULL", "NULL", 2291, "3780c3b3-8b0e-4c56-a2da-3b732f06619e", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:03.267516", "critical", "Service group cloud-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3990": ["2018-05-18 17:48:03.39121", "NULL", "NULL", 2292, "c1458cba-efdf-412d-a618-f3103be0b1b1", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:03.349536", "critical", "Service group controller-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3991": ["2018-05-18 17:48:03.473138", "NULL", "NULL", 2293, "7323187a-0874-4b10-9e0e-a90b746208cc", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=oam-services.host=controller-0", "2018-05-18 17:48:03.43155", "critical", "Service group oam-services state change from disabled to go-active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3992": ["2018-05-18 17:48:03.555229", "NULL", "NULL", 2294, "ffa59193-69d2-4b8e-a276-ef079231cfdb", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=controller-services.host=controller-0", "2018-05-18 17:48:03.513834", "critical", "Service group controller-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3993": ["2018-05-18 17:48:03.693276", "NULL", "NULL", 2295, "b1226caf-2bc0-4811-97b5-8eb79fc92a75", "401.001", "log", "service_domain.service_group.host", "service_domain=controller.service_group=cloud-services.host=controller-0", "2018-05-18 17:48:03.651705", "critical", "Service group cloud-services state change from go-active to active on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3994": ["2018-05-18 17:48:04.376132", "NULL", "NULL", 2296, "d36721be-fef4-448e-98a2-1b90c7966c9c", "401.005", "log", "host.network", "host=controller-0.network=oam", "2018-05-18 17:48:04.294088", "critical", "Communication established with peer over port eno1 on host controller-0", "processing-error", "unspecified-reason", " ", true, true, "NULL"], + "i_event_log_3995": ["2018-05-24 10:46:44.371698", "NULL", "NULL", 2757, "271340f3-6f69-4972-9423-55a21ce18b69", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=controller-services", "2018-05-24 10:46:44.371685", "critical", "Service group controller-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3996": ["2018-05-24 10:46:44.575545", "NULL", "NULL", 2759, "6508e452-3d9b-4c93-96c3-af487a29686c", "400.002", "clear", "service_domain.service_group", "service_domain=controller.service_group=cloud-services", "2018-05-24 10:46:44.575504", "critical", "Service group cloud-services has no active members available; expected 1 active member", "processing-error", "underlying-resource-unavailable", "Bring a controller node back in to service, otherwise contact next level of support", true, true, "NULL"], + "i_event_log_3997": ["2018-05-24 10:46:44.779307", "NULL", "NULL", 2761, "1195b4c2-1750-4f11-b368-aadce16c44c1", "400.005", "clear", "host.network", "host=controller-1.network=oam", "2018-05-24 10:46:44.779295", "major", "Communication failure detected with peer over port eno1 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3998": ["2018-05-24 10:46:44.782754", "NULL", "NULL", 2762, "8806a596-ea90-4539-bd54-de93c6f3cc85", "400.005", "clear", "host.network", "host=controller-1.network=mgmt", "2018-05-24 10:46:44.782743", "major", "Communication failure detected with peer over port ens801f0.133 on host controller-1 within the last 30 seconds", "communication", "underlying-resource-unavailable", "Check cabling and far-end port configuration and status on adjacent equipment", true, true, "NULL"], + "i_event_log_3999": ["2018-05-24 11:06:26.124996", "NULL", "NULL", 2782, "e6323d24-9ccb-421e-9eff-9cf4a2dac98f", "100.114", "clear", "ntp", "host=controller-0.ntp", "2018-05-24 11:06:26.124983", "major", "NTP configuration does not contain any valid or reachable NTP servers.", "communication", "not-applicable", "Monitor and if condition persists, contact next level of support.", false, false, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_host.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_host.json new file mode 100644 index 000000000..ec9b43724 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_host.json @@ -0,0 +1,4 @@ +{ + "i_host_0": ["2018-04-11 16:58:20.055114", "2018-05-28 17:49:08.775529", "NULL", false, "standard", "03152ed9-cf5f-4849-a0f3-f2e1d553371e", 2, "controller-1", "90:e2:ba:b0:e9:f4", "fd01:1::4", "128.224.64.214", "NULL", "bmc", "root", "controller", "NULL", "{"locn": ""}", "unlocked", "enabled", "available", "none", "", 1022811, "{"pers_subtype": "ceph-backing"}", "NULL", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", 1, "provisioned", "unlock", "services-enabled", "controller", "disabled", "online", "sda", "sda", "graphical", "", "NULL", false, "NULL", "reinstalled", "NULL", "completed+", "NULL", "iqn.1994-05.com.redhat:79e9f87b1c67", "false"], + "i_host_1": ["2018-04-11 15:32:44.764124", "2018-05-28 17:49:08.95438", "NULL", false, "standard", "fa1e22a0-61e2-4bc9-8d3f-5fc5d552235a", 1, "controller-0", "90:e2:ba:b0:df:d0", "fd01:1::3", "128.224.64.213", "NULL", "bmc", "root", "controller", "NULL", "{"locn": ""}", "unlocked", "enabled", "available", "none", "", 1024866, "{"pers_subtype": "ceph-backing"}", "NULL", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", "3fa7d012-36d4-4197-bc5d-7d2cfa0182f7", 1, "provisioned", "unlock", "services-enabled", "controller", "disabled", "online", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "text", "tty0", "NULL", false, "NULL", "reinstalled", "NULL", "completed+", "NULL", "iqn.1994-05.com.redhat:298bbe50fd7", "false"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_icpu.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_icpu.json new file mode 100644 index 000000000..a34e8a5b7 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_icpu.json @@ -0,0 +1,90 @@ +{ + "i_icpu_0": ["2018-04-11 15:33:39.531912", "NULL", "NULL", 1, "c7b392bf-d088-48aa-8279-4631bb54523d", 0, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_1": ["2018-04-11 15:33:39.539085", "NULL", "NULL", 2, "162d56fe-1a60-45b1-b813-c53fd44ccffe", 1, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_2": ["2018-04-11 15:33:39.545597", "NULL", "NULL", 3, "cb821617-624b-42f4-b5cc-095c7847b197", 2, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_3": ["2018-04-11 15:33:39.552015", "NULL", "NULL", 4, "9db101f2-8cf7-48e4-93a6-70d572591189", 3, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_4": ["2018-04-11 15:33:39.558593", "NULL", "NULL", 5, "66e60ff5-5ad4-418c-be75-7f9e75d15560", 4, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_5": ["2018-04-11 15:33:39.566787", "NULL", "NULL", 6, "5f5b7ff1-6b3a-4ceb-b8d0-8601c936b5c3", 5, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_6": ["2018-04-11 15:33:39.573192", "NULL", "NULL", 7, "8b022229-e9fc-4cd0-a3d1-fbaf40a1db7a", 6, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_7": ["2018-04-11 15:33:39.579678", "NULL", "NULL", 8, "bc357378-e1ee-4a12-bb63-1ca3288e2507", 7, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_8": ["2018-04-11 15:33:39.586176", "NULL", "NULL", 9, "b9589e9e-f87c-4647-b134-9f5d23d05c13", 8, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_9": ["2018-04-11 15:33:39.592604", "NULL", "NULL", 10, "72c7b44a-68e2-40ed-98ce-218c7d80759f", 9, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_10": ["2018-04-11 15:33:39.599119", "NULL", "NULL", 11, "75e1f98f-8411-46ce-bb8c-e2234f990ffb", 10, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_11": ["2018-04-11 15:33:39.605694", "NULL", "NULL", 12, "fd5c5d04-084f-4758-8fae-9756e8ffdb65", 11, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_12": ["2018-04-11 15:33:39.613359", "NULL", "NULL", 13, "a45b3a61-98ea-4baf-a7ff-b00e68f886b8", 12, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_13": ["2018-04-11 15:33:39.619629", "NULL", "NULL", 14, "d5536faa-8506-4efe-9e3b-7c783f0ae575", 13, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_14": ["2018-04-11 15:33:39.626155", "NULL", "NULL", 15, "78fb6954-47cc-48e3-ae81-34d330b8d807", 14, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_15": ["2018-04-11 15:33:39.634153", "NULL", "NULL", 16, "fd48f6c0-cf1a-4a4e-b0db-4e3b6b47434b", 15, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_16": ["2018-04-11 15:33:39.640528", "NULL", "NULL", 17, "3111895a-42b0-44f4-9e0d-65324b734c7b", 16, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_17": ["2018-04-11 15:33:39.647087", "NULL", "NULL", 18, "04441b8e-a296-480b-87af-aac24a100d3a", 17, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_18": ["2018-04-11 15:33:39.653552", "NULL", "NULL", 19, "50731c44-5af7-431d-98e0-c5e2322d99b6", 18, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_19": ["2018-04-11 15:33:39.660019", "NULL", "NULL", 20, "193905a9-5f28-4483-b4d0-fcc42a5896a2", 19, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_20": ["2018-04-11 15:33:39.666649", "NULL", "NULL", 21, "93e25779-7083-4377-8dcd-2a32d98429ff", 20, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_21": ["2018-04-11 15:33:39.673023", "NULL", "NULL", 22, "31b5f3ad-db36-4943-9295-0ab061807ebe", 21, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 1], + "i_icpu_22": ["2018-04-11 15:33:39.679968", "NULL", "NULL", 23, "1eb522e1-0917-4cef-897d-356fa473f0a5", 22, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_23": ["2018-04-11 15:33:39.690245", "NULL", "NULL", 24, "e522822f-74a5-4f84-8989-dce2ceedda8d", 23, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_24": ["2018-04-11 15:33:39.700456", "NULL", "NULL", 25, "1c6dd77e-14b1-4d36-ab7e-1fcf6172145d", 24, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_25": ["2018-04-11 15:33:39.707215", "NULL", "NULL", 26, "ff043f01-9183-4a4c-8d9a-ad3f00ec33c7", 25, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_26": ["2018-04-11 15:33:39.713829", "NULL", "NULL", 27, "65bddb09-a137-4a1b-82b8-6aa0c84e2e7d", 26, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_27": ["2018-04-11 15:33:39.720535", "NULL", "NULL", 28, "aa26489b-d7ad-4d4b-805d-45d83160b2d0", 27, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_28": ["2018-04-11 15:33:39.727136", "NULL", "NULL", 29, "7b81c47c-7013-424a-84e7-6483035ac967", 28, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_29": ["2018-04-11 15:33:39.733642", "NULL", "NULL", 30, "55550dc5-25b3-4e61-93f4-dee3c102b6b6", 29, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_30": ["2018-04-11 15:33:39.740459", "NULL", "NULL", 31, "1075b561-5751-400c-9f21-69ea92b86998", 30, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_31": ["2018-04-11 15:33:39.746735", "NULL", "NULL", 32, "a286e98c-be38-4bf1-9a8c-19adbf2fc204", 31, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_32": ["2018-04-11 15:33:39.753171", "NULL", "NULL", 33, "9205bba1-71d8-4dda-8cb3-865dfa5b39ac", 32, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_33": ["2018-04-11 15:33:39.75973", "NULL", "NULL", 34, "a3edaa74-dbed-47c1-b692-ba91428eff87", 33, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_34": ["2018-04-11 15:33:39.767622", "NULL", "NULL", 35, "04035b20-8ab9-4bc5-8fcd-05ce887a1f95", 34, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_35": ["2018-04-11 15:33:39.774076", "NULL", "NULL", 36, "a48d3689-3517-4784-a5b5-81923d62f5bb", 35, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_36": ["2018-04-11 15:33:39.780565", "NULL", "NULL", 37, "bc1d4f26-d10c-4dd6-9ce9-2658e75f0226", 36, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_37": ["2018-04-11 15:33:39.787305", "NULL", "NULL", 38, "fab1ce15-39fd-4530-af50-cc3c194c337b", 37, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_38": ["2018-04-11 15:33:39.793701", "NULL", "NULL", 39, "496b4b80-c99c-4795-b571-0c1d866de751", 38, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_39": ["2018-04-11 15:33:39.8002", "NULL", "NULL", 40, "f3465d7c-181a-47c3-8502-79b6b195060b", 39, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_40": ["2018-04-11 15:33:39.806701", "NULL", "NULL", 41, "56a81b34-8b3d-44da-9bdf-fde0032cec49", 40, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_41": ["2018-04-11 15:33:39.813174", "NULL", "NULL", 42, "5f346a35-d043-4dcc-96d5-5d23189510c9", 41, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_42": ["2018-04-11 15:33:39.819849", "NULL", "NULL", 43, "d34d6478-3043-48aa-ab7f-6afd66e11831", 42, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_43": ["2018-04-11 15:33:39.827817", "NULL", "NULL", 44, "ae690294-10ff-4f62-a16e-d0a1d9caba73", 43, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 1, 2], + "i_icpu_44": ["2018-04-11 17:11:16.301315", "NULL", "NULL", 45, "9a168328-064f-4934-bb0a-11a99f3c2574", 0, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_45": ["2018-04-11 17:11:16.311008", "NULL", "NULL", 46, "cd5d71d5-2031-4aef-b53f-07d6163a2240", 1, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_46": ["2018-04-11 17:11:16.31912", "NULL", "NULL", 47, "a10e6fb9-dfc1-403b-b44f-6f3908436a03", 2, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_47": ["2018-04-11 17:11:16.326803", "NULL", "NULL", 48, "92f770f2-6e80-467f-87e4-27e5f290a31f", 3, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_48": ["2018-04-11 17:11:16.334705", "NULL", "NULL", 49, "c7456eec-b30c-4cb4-abab-182f3e9bf6ee", 4, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_49": ["2018-04-11 17:11:16.343101", "NULL", "NULL", 50, "829ee7c1-c3d7-4eaf-b44b-68a4a1c664b2", 5, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_50": ["2018-04-11 17:11:16.351305", "NULL", "NULL", 51, "803be762-65c9-49ae-a7aa-55d919a681e4", 6, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_51": ["2018-04-11 17:11:16.359423", "NULL", "NULL", 52, "974d1ca6-edf9-4858-b368-f7ed3bb97a65", 7, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_52": ["2018-04-11 17:11:16.367212", "NULL", "NULL", 53, "3c10a002-e486-41bd-99c0-4745586e0f76", 8, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_53": ["2018-04-11 17:11:16.374792", "NULL", "NULL", 54, "736e67d5-0840-412c-94b2-90c256164c37", 9, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_54": ["2018-04-11 17:11:16.384399", "NULL", "NULL", 55, "c0129165-a155-49a2-ae48-f330ac16f1e6", 10, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_55": ["2018-04-11 17:11:16.392417", "NULL", "NULL", 56, "e1bc44d7-98a4-4510-9907-53ca05740353", 11, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_56": ["2018-04-11 17:11:16.400232", "NULL", "NULL", 57, "3403a5cf-ab52-4f44-bb9a-f4cfe7ef1b27", 12, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_57": ["2018-04-11 17:11:16.40801", "NULL", "NULL", 58, "e086b620-7ef2-49df-885f-967e332046a6", 13, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_58": ["2018-04-11 17:11:16.41611", "NULL", "NULL", 59, "eed14557-219b-4170-900e-b51bc74ca1bd", 14, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_59": ["2018-04-11 17:11:16.423718", "NULL", "NULL", 60, "39ad5a1a-82fa-4c36-9a0b-d2b86b3ed3c3", 15, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_60": ["2018-04-11 17:11:16.431703", "NULL", "NULL", 61, "cdee7690-3c13-47da-ba14-c6c617a22faa", 16, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_61": ["2018-04-11 17:11:16.43972", "NULL", "NULL", 62, "323356ac-30da-4555-b7f8-472f94cdd4e7", 17, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_62": ["2018-04-11 17:11:16.447712", "NULL", "NULL", 63, "0d7bd35e-fb25-4ba8-8bf3-1368b8725cbf", 18, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_63": ["2018-04-11 17:11:16.457469", "NULL", "NULL", 64, "a44c9dd6-acfd-4c80-bac4-1cfb5d163da6", 19, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_64": ["2018-04-11 17:11:16.465295", "NULL", "NULL", 65, "ead5d986-d2ff-4980-9f75-2b3a66c52e55", 20, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_65": ["2018-04-11 17:11:16.472688", "NULL", "NULL", 66, "25a18fb1-f9c5-4319-b170-142209c6404b", 21, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 3], + "i_icpu_66": ["2018-04-11 17:11:16.480912", "NULL", "NULL", 67, "c7d90c4b-caeb-47d3-a479-dfc73bbd9876", 22, 0, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_67": ["2018-04-11 17:11:16.488717", "NULL", "NULL", 68, "1b8e2454-6036-4b3f-9b82-06c7e092bc98", 23, 1, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_68": ["2018-04-11 17:11:16.496973", "NULL", "NULL", 69, "3fd64c59-e877-4ecd-98a4-c89270eb73ce", 24, 2, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_69": ["2018-04-11 17:11:16.504925", "NULL", "NULL", 70, "fc7df4e3-0a63-4711-be71-2a79e8d6cd23", 25, 3, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_70": ["2018-04-11 17:11:16.512986", "NULL", "NULL", 71, "46e9e30f-6cbd-4134-8545-d60acca057fa", 26, 4, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_71": ["2018-04-11 17:11:16.5205", "NULL", "NULL", 72, "095c6f47-4a0c-4ca9-b3eb-5eb82ee9dcfd", 27, 5, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_72": ["2018-04-11 17:11:16.527954", "NULL", "NULL", 73, "7d60be24-0a19-4bd0-ad6d-e93c4efb35f7", 28, 8, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_73": ["2018-04-11 17:11:16.537122", "NULL", "NULL", 74, "148c8322-2cc3-4d85-aba0-6a955a8d33ed", 29, 9, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_74": ["2018-04-11 17:11:16.545401", "NULL", "NULL", 75, "2066d82b-a8cf-4b1b-b1a3-e13cf680b631", 30, 10, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_75": ["2018-04-11 17:11:16.553033", "NULL", "NULL", 76, "ca4ed9df-ce23-47e2-ba40-7ea90950f2be", 31, 11, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_76": ["2018-04-11 17:11:16.560856", "NULL", "NULL", 77, "60f422cf-619f-4fe8-b29a-ba543fc2c68b", 32, 12, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_77": ["2018-04-11 17:11:16.568698", "NULL", "NULL", 78, "45998441-92d1-4a1d-97d2-3d760597fec4", 33, 16, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_78": ["2018-04-11 17:11:16.576274", "NULL", "NULL", 79, "6d192c21-30ea-49fc-9173-b87d359cb9f7", 34, 17, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_79": ["2018-04-11 17:11:16.584011", "NULL", "NULL", 80, "102a2188-9093-4249-9535-55b60982b10c", 35, 18, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_80": ["2018-04-11 17:11:16.592053", "NULL", "NULL", 81, "9287d096-0a35-4469-91f2-aa1795b9509b", 36, 19, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_81": ["2018-04-11 17:11:16.600195", "NULL", "NULL", 82, "fba8215f-bda9-4e69-b539-12358e191d6e", 37, 20, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_82": ["2018-04-11 17:11:16.610205", "NULL", "NULL", 83, "9d192ad1-3856-4090-b22a-3335e2601f8f", 38, 21, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_83": ["2018-04-11 17:11:16.617702", "NULL", "NULL", 84, "25c206c4-65aa-4e33-b20f-9da38a16801d", 39, 24, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_84": ["2018-04-11 17:11:16.625061", "NULL", "NULL", 85, "af0971c6-6bf2-480d-8072-5ea9c741427a", 40, 25, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_85": ["2018-04-11 17:11:16.63289", "NULL", "NULL", 86, "18607d02-7fba-469e-bda0-bb235117c94c", 41, 26, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_86": ["2018-04-11 17:11:16.641004", "NULL", "NULL", 87, "b1207ba1-0593-4dd8-93e2-30ad23ce6703", 42, 27, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4], + "i_icpu_87": ["2018-04-11 17:11:16.64875", "NULL", "NULL", 88, "37a10700-2baf-43e3-a882-9f1c7a4f9c71", 43, 28, 0, "6", "Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz", "Platform", "{}", 2, 4] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_idisk.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_idisk.json new file mode 100644 index 000000000..323450a1f --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_idisk.json @@ -0,0 +1,8 @@ +{ + "i_idisk_0": ["2018-04-11 15:33:40.505214", "2018-05-28 17:52:20.141316", "NULL", 2, "6900d7af-5482-4999-823f-e3e6833663af", "/dev/sdb", 2064, "SSD", 457862, "PHWA620402ZU480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402ZU480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0", "wwn-0x55cd2e404c78a9ba", 311893], + "i_idisk_1": ["2018-04-11 15:33:40.523454", "2018-05-28 17:52:20.171622", "NULL", 3, "97314435-cb13-4531-91ea-f975971a6af6", "/dev/sdc", 2080, "SSD", 457862, "PHWA620402ZN480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402ZN480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-3.0", "wwn-0x55cd2e404c78a9b8", 457860], + "i_idisk_2": ["2018-04-11 17:11:17.577572", "2018-05-28 17:52:11.404163", "NULL", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "/dev/sda", 2048, "SSD", 457862, "PHWA620402W9480FGN", "{"model_num": "INTEL SSDSC2BB480G6", "stor_function": "rootfs"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402W9480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "wwn-0x55cd2e404c78a981", 0], + "i_idisk_3": ["2018-04-11 17:11:17.600735", "2018-05-28 17:52:11.438693", "NULL", 5, "756437b3-3c5e-42ae-b0a4-034def142e9e", "/dev/sdb", 2064, "SSD", 457862, "PHWA620402LS480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402LS480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0", "wwn-0x55cd2e404c78a95a", 311893], + "i_idisk_4": ["2018-04-11 17:11:17.620712", "2018-05-28 17:52:11.472483", "NULL", 6, "26546f25-b61c-4417-9237-a92a85d17cee", "/dev/sdc", 2080, "SSD", 457862, "PHWA6204034Y480FGN", "{"model_num": "INTEL SSDSC2BB480G6"}", 2, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA6204034Y480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-3.0", "wwn-0x55cd2e404c78a9fe", 457860], + "i_idisk_5": ["2018-04-11 15:33:40.484557", "2018-05-28 17:52:20.107967", "NULL", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "/dev/sda", 2048, "SSD", 457862, "PHWA620402QH480FGN", "{"model_num": "INTEL SSDSC2BB480G6", "stor_function": "rootfs"}", 1, "NULL", "NULL", "N/A", "ata-INTEL_SSDSC2BB480G6_PHWA620402QH480FGN", "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0", "wwn-0x55cd2e404c78a961", 0] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_imemory.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_imemory.json new file mode 100644 index 000000000..7fbc33c3b --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_imemory.json @@ -0,0 +1,6 @@ +{ + "i_imemory_0": ["2018-04-11 17:11:16.991305", "2018-05-28 17:52:10.721885", "NULL", 3, "c998a671-4889-4347-876d-6375408db0f6", 65439, 47461, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 2, 3, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_1": ["2018-04-11 17:11:17.031842", "2018-05-28 17:52:10.747659", "NULL", 4, "923e3ddc-2f25-40f2-88fd-4d53d1476631", 65536, 50991, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 2, 4, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_2": ["2018-04-11 15:33:39.901965", "2018-05-28 17:52:19.445662", "NULL", 1, "65f2e8da-e996-4d0c-a3bc-569ac05677ee", 65436, 62735, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 1, 1, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"], + "i_imemory_3": ["2018-04-11 15:33:39.931909", "2018-05-28 17:52:19.472705", "NULL", 2, "34761e76-7bf8-4e9f-9215-0080da865f74", 65536, 63129, "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", 1, 2, "NULL", "NULL", false, "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_lvg.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_lvg.json new file mode 100644 index 000000000..cddb43a20 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_lvg.json @@ -0,0 +1,6 @@ +{ + "i_lvg_0": ["2018-04-11 15:55:19.436718", "2018-05-18 17:48:57.833773", "NULL", 2, "91741b12-3140-4ffb-b678-bbb8c9d757b5", "provisioned", "cinder-volumes", "1fTfXH-Pn34-Wchy-7WdQ-jmJN-UICy-wjyZeC", "wz--n-", 0, 1, 0, 1, 153050152960, 36490, 365, "{"lvm_type": "thin"}", 1], + "i_lvg_1": ["2018-04-11 17:11:18.393977", "2018-05-24 10:46:16.224453", "NULL", 3, "5ea70574-e071-4894-a34d-91f8c0081288", "provisioned", "cgts-vg", "89aN2C-rq62-Fjew-UiUL-BoB6-wSsK-Hmj1kB", "wz--n-", 0, 10, 0, 1, 458588422144, 13667, 8905, "NULL", 2], + "i_lvg_2": ["2018-04-11 17:34:06.646536", "2018-05-24 10:46:16.232289", "NULL", 4, "f61e7962-cc87-4c39-94fd-3757f9fd64b3", "provisioned", "cinder-volumes", "1fTfXH-Pn34-Wchy-7WdQ-jmJN-UICy-wjyZeC", "wz--n-", 0, 1, 0, 1, 153050152960, 36490, 365, "{"lvm_type": "thin"}", 2], + "i_lvg_3": ["2018-04-11 15:33:41.331137", "2018-05-24 10:46:16.877725", "NULL", 1, "60f640c6-f6a8-496b-ae91-cc5bc21e19a3", "provisioned", "cgts-vg", "kTaIxy-yDi7-Vdqe-q3DQ-3Rau-OwKo-pphwnZ", "wz--n-", 0, 10, 0, 1, 458588422144, 13667, 8905, "NULL", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_node.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_node.json new file mode 100644 index 000000000..4460f2218 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_node.json @@ -0,0 +1,6 @@ +{ + "i_node_0": ["2018-04-11 15:33:39.302808", "NULL", "NULL", 1, "6f02d1be-2a80-42f2-85e0-df75f0d3b56f", 0, "{}", 1], + "i_node_1": ["2018-04-11 15:33:39.443611", "NULL", "NULL", 2, "110e51f0-5772-4668-ac37-7e67e3eec452", 1, "{}", 1], + "i_node_2": ["2018-04-11 17:11:15.937057", "NULL", "NULL", 3, "ae2bb5e5-3460-433c-b71c-ca7e460a7b0b", 0, "{}", 2], + "i_node_3": ["2018-04-11 17:11:16.203203", "NULL", "NULL", 4, "e8d94718-bf32-4062-bd7f-9749b6b399b9", 1, "{}", 2] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_ntp.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_ntp.json new file mode 100644 index 000000000..ec6f82a81 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_ntp.json @@ -0,0 +1,3 @@ +{ + "i_ntp_0": ["2018-04-11 15:32:39.938629", "2018-04-11 15:52:46.292322", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_pv.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_pv.json new file mode 100644 index 000000000..8695eec70 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_pv.json @@ -0,0 +1,6 @@ +{ + "i_pv_0": ["2018-04-11 15:55:20.977272", "2018-05-18 17:48:57.705941", "NULL", 2, "3c8827bd-0092-42cc-b93f-0fc8318e67cb", "provisioned", "partition", "c5b9f660-8036-43a0-92a2-4ec402693d84", "/dev/sdb1", "/dev/drbd4", "cinder-volumes", "c3QUOm-Ylhu-59GW-vmCO-Yo5x-ryYN-QU5jJg", 153050152960, 36490, 36125, "NULL", 1, 2, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1"], + "i_pv_1": ["2018-04-11 17:37:55.801387", "2018-05-24 10:46:16.031028", "NULL", 4, "e857a26a-7a0b-4142-a88d-e5160e1925a3", "provisioned", "partition", "4b20d2cc-9426-4f6c-aea2-f51949a089f0", "/dev/sdb1", "/dev/drbd4", "cinder-volumes", "c3QUOm-Ylhu-59GW-vmCO-Yo5x-ryYN-QU5jJg", 153050152960, 36490, 36125, "NULL", 2, 4, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1"], + "i_pv_2": ["2018-04-11 17:11:19.769983", "2018-05-24 10:46:16.084335", "NULL", 3, "cff94efe-dfd9-4cc5-ad1d-d3a80bc15045", "provisioned", "partition", "19fbbcc0-7e91-4bb7-9b96-928778459e39", "/dev/sda4", "/dev/sda4", "cgts-vg", "mAs5zK-jns8-D5L0-NYEX-Y1MU-x4sW-xVidzf", 458588422144, 13667, 4762, "NULL", 2, 3, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4"], + "i_pv_3": ["2018-04-11 15:33:42.632857", "2018-05-24 10:46:16.792272", "NULL", 1, "c12269c9-2df2-43e1-83c2-c4ff16e7f808", "provisioned", "partition", "69217878-28e7-4ac2-8d73-828692df069e", "/dev/sda4", "/dev/sda4", "cgts-vg", "JOcJrC-2EAP-OuW4-aUYI-Y2jJ-322X-YVmjfB", 458588422144, 13667, 4762, "NULL", 1, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json new file mode 100644 index 000000000..1fef4c94a --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups.json @@ -0,0 +1,10 @@ +{ + "i_sensorgroups_0": ["2018-04-11 17:04:14.386334", "2018-04-11 17:04:19.135812", "NULL", 1, "0ca13638-c6eb-4cb3-873c-1ebbd12dc579", 2, "server fans", "na", "discrete", "fan", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_1": ["2018-04-11 17:04:14.429267", "2018-04-11 17:04:19.185008", "NULL", 2, "25e2959d-2ad8-41fa-92eb-8879d8edb72f", 2, "server temperature", "na", "discrete", "temperature", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_2": ["2018-04-11 17:04:14.458081", "2018-04-11 17:04:19.231536", "NULL", 3, "7c55fb29-7bbb-48f6-bbe2-aa7499ccf927", 2, "server power", "na", "discrete", "power", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_3": ["2018-04-11 17:04:14.48919", "2018-04-11 17:04:19.280021", "NULL", 4, "7d793c0e-a192-4da2-84b7-12dfb19a2681", 2, "server voltage", "na", "discrete", "voltage", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_4": ["2018-04-11 17:10:26.993174", "2018-04-11 17:10:31.38618", "NULL", 5, "daded4c8-7f51-4423-aec4-2c4e8839bea6", 1, "server fans", "na", "discrete", "fan", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_5": ["2018-04-11 17:10:27.033789", "2018-04-11 17:10:31.432569", "NULL", 6, "05757226-5c39-4cb0-9257-5e64aad01b21", 1, "server temperature", "na", "discrete", "temperature", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_6": ["2018-04-11 17:10:27.065682", "2018-04-11 17:10:31.479503", "NULL", 7, "40af954c-9dbc-4507-af02-e80fcd8f4d2b", 1, "server power", "na", "discrete", "power", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"], + "i_sensorgroups_7": ["2018-04-11 17:10:27.096627", "2018-04-11 17:10:31.527621", "NULL", 8, "bcb296bf-7afa-4f91-aba3-8bfc154b3732", 1, "server voltage", "na", "discrete", "voltage", "NULL", "enabled", "NULL", 120, "NULL", "debounce-1.v1", "ignore,log,alarm,reset,power-cycle", "ignore,log,alarm", "ignore,log,alarm", "ignore", "log", "alarm", false, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json new file mode 100644 index 000000000..1e36dfa7f --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensorgroups_discrete.json @@ -0,0 +1,10 @@ +{ + "i_sensorgroups_discrete_0": ["NULL", "NULL", "NULL", 1], + "i_sensorgroups_discrete_1": ["NULL", "NULL", "NULL", 2], + "i_sensorgroups_discrete_2": ["NULL", "NULL", "NULL", 3], + "i_sensorgroups_discrete_3": ["NULL", "NULL", "NULL", 4], + "i_sensorgroups_discrete_4": ["NULL", "NULL", "NULL", 5], + "i_sensorgroups_discrete_5": ["NULL", "NULL", "NULL", 6], + "i_sensorgroups_discrete_6": ["NULL", "NULL", "NULL", 7], + "i_sensorgroups_discrete_7": ["NULL", "NULL", "NULL", 8] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors.json new file mode 100644 index 000000000..7530a7a41 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors.json @@ -0,0 +1,78 @@ +{ + "i_sensors_0": ["2018-04-11 17:04:14.600754", "2018-05-26 13:05:24.079785", "NULL", 3, "5f11c358-7b43-4dc0-ab2e-03a02f9f9be4", 2, 2, "BB P2 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_1": ["2018-04-11 17:04:14.93988", "2018-04-19 22:01:54.905968", "NULL", 14, "62dd6071-7c35-47fe-b1e6-16b7f69b5302", 2, 1, "System Fan 2A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_2": ["2018-04-11 17:04:14.973051", "2018-04-11 17:04:20.060486", "NULL", 15, "723d9c73-f7ba-4c98-8bb7-4ea0ff17dfb8", 2, 1, "System Fan 2B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_3": ["2018-04-11 17:04:15.002569", "2018-04-11 17:04:20.096687", "NULL", 16, "e62e8d41-6514-4779-b2e0-a1acc9e00154", 2, 1, "System Fan 3A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_4": ["2018-04-11 17:04:15.034786", "2018-04-11 17:04:20.1356", "NULL", 17, "4bbea0f8-afae-4f2a-acb2-31f48910279f", 2, 1, "System Fan 3B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_5": ["2018-04-11 17:04:15.064897", "2018-04-20 17:11:08.773152", "NULL", 18, "3a4b22ba-19a0-4e05-b4ce-1d4fe6028662", 2, 1, "System Fan 4A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_6": ["2018-04-11 17:04:15.094726", "2018-05-17 07:31:01.334506", "NULL", 19, "e5aead60-c0b7-4d27-bf6d-fe8c21631969", 2, 1, "System Fan 4B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_7": ["2018-04-11 17:04:15.12667", "2018-04-11 17:04:20.252069", "NULL", 20, "900abf46-a628-4ee3-b813-56ec3e362ad0", 2, 1, "System Fan 5A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_8": ["2018-04-11 17:04:15.156121", "2018-04-11 17:04:20.287889", "NULL", 21, "5b8b6b72-b962-4855-a7b5-496206aa0b51", 2, 1, "System Fan 5B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_9": ["2018-04-11 17:04:15.187865", "2018-05-25 16:30:01.423213", "NULL", 22, "e7438025-2093-4f68-8f54-9ba5cb02d2b9", 2, 1, "System Fan 6A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_10": ["2018-04-11 17:04:15.217113", "2018-04-11 17:04:20.361196", "NULL", 23, "a0f419b3-ca9b-49b7-a75d-785ff9214239", 2, 1, "System Fan 6B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_11": ["2018-04-11 17:04:15.246792", "2018-05-15 15:10:09.156488", "NULL", 24, "4a69701e-ff83-4e78-ae10-3b7d1b9ab554", 2, 3, "PS1 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_12": ["2018-04-11 17:04:15.278232", "2018-04-11 17:04:20.433893", "NULL", 25, "4c59eabb-9d7f-4a0c-8bc1-cea292574eb4", 2, 3, "PS2 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_13": ["2018-04-11 17:04:14.63257", "2018-04-20 15:44:09.553798", "NULL", 4, "657668e1-c501-4c56-92ea-d3a3e7e24c07", 2, 2, "Front Panel Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_14": ["2018-04-11 17:04:14.663359", "2018-04-11 17:04:19.644048", "NULL", 5, "ae6b4c22-1e0d-42c2-84bd-1b4758e194fc", 2, 2, "SSB Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_15": ["2018-04-11 17:04:14.693529", "2018-04-11 17:04:19.685896", "NULL", 6, "115a305a-48dd-4bb0-92e5-a7fd27b76322", 2, 2, "BB BMC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_16": ["2018-04-11 17:04:14.725338", "2018-05-09 15:49:57.572135", "NULL", 7, "388f2216-2fb7-452c-ac17-f7fe88bf68b9", 2, 2, "BB Rt Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_17": ["2018-04-11 17:04:14.754977", "2018-04-11 17:04:19.765549", "NULL", 8, "752f6a91-0bbe-46ca-86dc-09c83a7138a8", 2, 2, "BB Lft Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_18": ["2018-04-11 17:04:14.78724", "2018-04-11 17:04:19.807569", "NULL", 9, "b4f8d1b0-392d-4936-8852-6ac28347cbb9", 2, 2, "HSBP 1 Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_19": ["2018-04-11 17:04:14.817054", "2018-04-17 14:16:54.605433", "NULL", 10, "a7cea2c5-724f-45bf-8eea-7cb42abad5d8", 2, 2, "Exit Air Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_20": ["2018-04-11 17:04:14.846833", "2018-04-11 17:04:19.890728", "NULL", 11, "4a995976-c38e-4e22-ba01-9b5af54fceb3", 2, 2, "LAN NIC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_21": ["2018-04-11 17:04:14.879278", "2018-04-11 17:04:19.932643", "NULL", 12, "9923ab79-2835-4ad2-96cf-d06f9bc39249", 2, 1, "System Fan 1A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_22": ["2018-04-11 17:04:14.908651", "2018-04-11 17:04:19.974484", "NULL", 13, "e411d6d8-39c4-4a8a-b48e-dc3e98045b65", 2, 1, "System Fan 1B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_23": ["2018-04-11 17:04:15.435919", "2018-04-11 17:04:20.541937", "NULL", 28, "39b85102-1851-434f-987b-d2b5575b8425", 2, 2, "P1 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_24": ["2018-04-11 17:04:15.606905", "2018-04-11 17:04:20.576219", "NULL", 29, "5ebb6c87-faf0-486b-a39e-c191940ce6b9", 2, 2, "P2 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_25": ["2018-04-11 17:04:15.652366", "2018-04-11 17:04:20.713045", "NULL", 30, "0454aba5-323f-49a4-ac9c-5da00beb8617", 2, 2, "P1 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_26": ["2018-04-11 17:04:15.681465", "2018-04-11 17:04:20.751894", "NULL", 31, "9b02da8e-e0df-4f0d-842e-b79010959bc4", 2, 2, "P2 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_27": ["2018-04-11 17:04:15.708762", "2018-04-11 17:04:20.789767", "NULL", 32, "43280352-efd5-4f2b-bdbd-c32b9c12f85a", 2, 2, "DIMM Thrm Mrgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_28": ["2018-04-11 17:04:15.735988", "2018-04-20 14:35:30.290666", "NULL", 33, "830b307b-b966-452e-b0ea-bcb745eac276", 2, 2, "DIMM Thrm Mrgn 2", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_29": ["2018-04-11 17:04:15.764789", "2018-05-16 23:06:38.6583", "NULL", 34, "8386a066-6093-4456-bddf-bf329c49049c", 2, 2, "DIMM Thrm Mrgn 3", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_30": ["2018-04-11 17:04:15.792013", "2018-04-11 17:04:20.898968", "NULL", 35, "791a3a4b-fbec-4d3e-a19c-2a5db608124e", 2, 2, "DIMM Thrm Mrgn 4", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_31": ["2018-04-11 17:04:15.819033", "2018-04-20 12:56:13.679183", "NULL", 36, "44258b03-66e2-412a-8d6a-a14c226806c0", 2, 2, "Agg Therm Mgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_32": ["2018-04-11 17:04:15.848074", "2018-04-11 17:04:20.970614", "NULL", 37, "44fa26f8-1294-4ad2-b758-63d93554c084", 2, 4, "BB +12.0V", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_33": ["2018-04-11 17:04:15.875329", "2018-04-13 17:26:18.366883", "NULL", 38, "035f64d2-ccce-41c5-a52d-1583e8da4c42", 2, 4, "BB +3.3V Vbat", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_34": ["2018-04-11 17:04:15.308341", "2018-04-11 17:04:20.469101", "NULL", 26, "61a9fdea-e1d2-47c5-9c72-261b9643eb32", 2, 2, "PS1 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_35": ["2018-04-11 17:04:15.338171", "2018-04-11 17:04:20.505303", "NULL", 27, "f32dffcb-370d-4777-b0ee-69491f370d14", 2, 2, "PS2 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_36": ["2018-04-11 17:04:14.526636", "2018-04-11 17:04:19.482279", "NULL", 1, "eb8158a2-8753-4794-8293-31b0842a4df0", 2, 1, "System Airflow", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_37": ["2018-04-11 17:04:14.571048", "2018-04-19 21:31:07.626152", "NULL", 2, "30f964fb-a628-4db9-8b5f-7510c972d659", 2, 2, "BB P1 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_38": ["2018-04-11 17:10:27.247246", "2018-04-11 17:10:32.023661", "NULL", 42, "65204732-c60e-4b11-aaca-16eefb5511c3", 1, 6, "Front Panel Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_39": ["2018-04-11 17:10:27.183025", "2018-04-20 14:24:06.487777", "NULL", 40, "a87187c1-e444-4222-8421-f72a1c7fc267", 1, 6, "BB P1 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_40": ["2018-04-11 17:10:27.216074", "2018-04-11 17:10:31.984548", "NULL", 41, "68426933-d2f8-453e-a6fb-580b7ca49564", 1, 6, "BB P2 VR Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_41": ["2018-04-11 17:10:27.814992", "2018-04-11 17:10:32.720085", "NULL", 57, "2b9dc2a6-9f55-4047-aea8-ae0322c5901e", 1, 5, "System Fan 4B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_42": ["2018-04-11 17:10:27.842918", "2018-04-11 17:10:32.76191", "NULL", 58, "836827c9-8c08-411e-aec9-792e22242c5f", 1, 5, "System Fan 5A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_43": ["2018-04-11 17:10:27.870329", "2018-04-11 17:10:32.801248", "NULL", 59, "e3585d38-3d6a-43a1-9ac2-524cb66d9270", 1, 5, "System Fan 5B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_44": ["2018-04-11 17:10:27.897413", "2018-04-11 17:10:32.843358", "NULL", 60, "3cdf07f9-75f8-49ba-84dd-2e6d211e3fbb", 1, 5, "System Fan 6A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_45": ["2018-04-11 17:10:27.926138", "2018-04-11 17:10:32.889545", "NULL", 61, "85685f9a-4f1e-4485-81e0-9d98070d5d3d", 1, 5, "System Fan 6B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_46": ["2018-04-11 17:10:28.203746", "2018-04-24 23:52:43.292117", "NULL", 71, "91f183ee-78bc-49c7-80fe-1b7f3b279634", 1, 6, "DIMM Thrm Mrgn 2", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_47": ["2018-04-11 17:10:28.00976", "2018-04-11 17:10:32.962632", "NULL", 64, "7c182aee-cc8f-495d-90e9-16a4d7aca517", 1, 6, "PS1 Temperature", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_48": ["2018-04-11 17:10:28.065491", "2018-04-11 17:10:33.002018", "NULL", 66, "993eb172-61b7-44e2-a8dd-8f6a2cd592d0", 1, 6, "P1 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_49": ["2018-04-11 17:10:28.092532", "2018-04-11 17:10:33.03736", "NULL", 67, "2e1b134d-9ebd-4753-bfec-36b578cd92d4", 1, 6, "P2 Therm Margin", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_50": ["2018-04-11 17:10:27.597845", "2018-05-10 15:19:50.481308", "NULL", 49, "9e601cb3-d679-4adc-9876-6a585a0d3fd0", 1, 6, "LAN NIC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_51": ["2018-04-11 17:10:27.983247", "2018-04-11 17:10:30.879749", "NULL", 63, "282410b9-7821-4ddd-bfff-020ee520a6af", 1, 7, "PS2 Input Power", "", "discrete", "power", "offline", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_52": ["2018-04-11 17:10:27.569165", "2018-05-23 13:55:42.317944", "NULL", 48, "d079b50e-7490-447e-9cdc-7bc4f107e3b1", 1, 6, "Exit Air Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_53": ["2018-04-11 17:10:27.626006", "2018-04-11 17:10:32.433965", "NULL", 50, "a8bea8e2-dd68-4e6c-be0e-ce8fe55ee36e", 1, 5, "System Fan 1A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_54": ["2018-04-11 17:10:27.678969", "2018-04-11 17:10:32.515668", "NULL", 52, "dd1b76a7-80cd-430a-b904-26b3ae649f3f", 1, 5, "System Fan 2A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_55": ["2018-04-11 17:10:27.706466", "2018-04-11 17:10:32.557128", "NULL", 53, "d42deb73-53ae-4bec-8838-d8689ae76465", 1, 5, "System Fan 2B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_56": ["2018-04-11 17:10:27.733552", "2018-04-11 17:10:32.596914", "NULL", 54, "f376d950-0e4c-4e32-9167-35661251277a", 1, 5, "System Fan 3A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_57": ["2018-04-11 17:10:27.760459", "2018-04-11 17:10:32.639511", "NULL", 55, "6c9e9404-756f-4afe-b2c9-accfacdce194", 1, 5, "System Fan 3B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_58": ["2018-04-11 17:10:28.121637", "2018-04-25 16:57:44.765615", "NULL", 68, "53f2515f-f6f3-4552-a7db-637e211348a7", 1, 6, "P1 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_59": ["2018-04-11 17:10:28.230467", "2018-04-11 17:10:33.314352", "NULL", 72, "e0f70986-e987-41ed-b5b5-bedc177d3ecd", 1, 6, "DIMM Thrm Mrgn 3", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_60": ["2018-04-11 17:10:28.258733", "2018-04-11 17:10:33.353305", "NULL", 73, "b03b3e6d-62a6-4388-b487-d7a8f5720083", 1, 6, "DIMM Thrm Mrgn 4", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_61": ["2018-04-11 17:10:28.285891", "2018-04-11 17:10:33.390338", "NULL", 74, "21f3a468-2241-4082-978c-8219c1d831c8", 1, 6, "Agg Therm Mgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_62": ["2018-04-11 17:10:28.312522", "2018-04-11 17:10:33.427364", "NULL", 75, "2a3400fb-ac02-4971-873f-fff9ad9a4c11", 1, 8, "BB +12.0V", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_63": ["2018-04-11 17:10:27.377646", "2018-05-17 15:52:02.161537", "NULL", 46, "201f5abf-45ec-444d-a9bc-e7df9136592f", 1, 6, "BB Lft Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_64": ["2018-04-11 17:10:27.652276", "2018-04-25 00:17:15.575419", "NULL", 51, "fe69b9bb-d3e2-4413-86b7-5bf927ebceb2", 1, 5, "System Fan 1B", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_65": ["2018-04-11 17:10:28.14837", "2018-04-12 05:46:12.904773", "NULL", 69, "80840676-1d8b-4a49-904c-82c9a35559c1", 1, 6, "P2 DTS Therm Mgn", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_66": ["2018-04-11 17:10:27.953486", "2018-04-20 17:27:21.579132", "NULL", 62, "dbb73a93-181c-4c16-acd1-3fc203e39500", 1, 7, "PS1 Input Power", "", "discrete", "power", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_67": ["2018-04-11 17:10:27.2787", "2018-04-20 15:44:38.910954", "NULL", 43, "db650813-1ff1-40fa-9692-3914736cf096", 1, 6, "SSB Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_68": ["2018-04-11 17:10:27.138332", "2018-04-11 17:10:31.896869", "NULL", 39, "dd8ceb13-5381-47a4-ad4e-64ac7e1fef52", 1, 5, "System Airflow", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_69": ["2018-04-11 17:10:28.036932", "2018-04-11 17:10:30.951974", "NULL", 65, "60f86fa2-f189-4362-b6b4-1755ff09ab0b", 1, 6, "PS2 Temperature", "", "discrete", "temperature", "offline", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_70": ["2018-04-11 17:10:28.175366", "2018-04-11 17:10:33.239162", "NULL", 70, "e9b0be11-826c-46af-9d30-abbc7208b949", 1, 6, "DIMM Thrm Mrgn 1", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_71": ["2018-04-11 17:10:27.312214", "2018-04-11 17:10:32.184471", "NULL", 44, "8dba862c-eab6-4a47-b6ac-fbb7bc69ebe8", 1, 6, "BB BMC Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_72": ["2018-04-11 17:10:27.343777", "2018-04-11 17:10:32.226564", "NULL", 45, "96bd1740-314c-4931-92fc-db60501aaa13", 1, 6, "BB Rt Rear Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_73": ["2018-04-11 17:10:28.340885", "2018-05-18 13:51:03.37858", "NULL", 76, "111ea70f-19fa-469c-a378-237c76bb3596", 1, 8, "BB +3.3V Vbat", "", "discrete", "voltage", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_74": ["2018-04-11 17:10:27.408029", "2018-04-11 17:10:32.30996", "NULL", 47, "2d23817b-d6bb-4257-9586-1693f8c1b45c", 1, 6, "HSBP 1 Temp", "", "discrete", "temperature", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"], + "i_sensors_75": ["2018-04-11 17:10:27.788518", "2018-04-11 17:10:32.678189", "NULL", 56, "9023191e-b785-43e8-9e09-684755ae276f", 1, 5, "System Fan 4A", "", "discrete", "fan", "ok", "enabled", "NULL", "NULL", 0, "debounce-1.v1", "ignore", "log", "alarm", false, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json new file mode 100644 index 000000000..184973e4c --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_sensors_discrete.json @@ -0,0 +1,78 @@ +{ + "i_sensors_discrete_0": ["NULL", "NULL", "NULL", 1], + "i_sensors_discrete_1": ["NULL", "NULL", "NULL", 2], + "i_sensors_discrete_2": ["NULL", "NULL", "NULL", 3], + "i_sensors_discrete_3": ["NULL", "NULL", "NULL", 4], + "i_sensors_discrete_4": ["NULL", "NULL", "NULL", 5], + "i_sensors_discrete_5": ["NULL", "NULL", "NULL", 6], + "i_sensors_discrete_6": ["NULL", "NULL", "NULL", 7], + "i_sensors_discrete_7": ["NULL", "NULL", "NULL", 8], + "i_sensors_discrete_8": ["NULL", "NULL", "NULL", 9], + "i_sensors_discrete_9": ["NULL", "NULL", "NULL", 10], + "i_sensors_discrete_10": ["NULL", "NULL", "NULL", 11], + "i_sensors_discrete_11": ["NULL", "NULL", "NULL", 12], + "i_sensors_discrete_12": ["NULL", "NULL", "NULL", 13], + "i_sensors_discrete_13": ["NULL", "NULL", "NULL", 14], + "i_sensors_discrete_14": ["NULL", "NULL", "NULL", 15], + "i_sensors_discrete_15": ["NULL", "NULL", "NULL", 16], + "i_sensors_discrete_16": ["NULL", "NULL", "NULL", 17], + "i_sensors_discrete_17": ["NULL", "NULL", "NULL", 18], + "i_sensors_discrete_18": ["NULL", "NULL", "NULL", 19], + "i_sensors_discrete_19": ["NULL", "NULL", "NULL", 20], + "i_sensors_discrete_20": ["NULL", "NULL", "NULL", 21], + "i_sensors_discrete_21": ["NULL", "NULL", "NULL", 22], + "i_sensors_discrete_22": ["NULL", "NULL", "NULL", 23], + "i_sensors_discrete_23": ["NULL", "NULL", "NULL", 24], + "i_sensors_discrete_24": ["NULL", "NULL", "NULL", 25], + "i_sensors_discrete_25": ["NULL", "NULL", "NULL", 26], + "i_sensors_discrete_26": ["NULL", "NULL", "NULL", 27], + "i_sensors_discrete_27": ["NULL", "NULL", "NULL", 28], + "i_sensors_discrete_28": ["NULL", "NULL", "NULL", 29], + "i_sensors_discrete_29": ["NULL", "NULL", "NULL", 30], + "i_sensors_discrete_30": ["NULL", "NULL", "NULL", 31], + "i_sensors_discrete_31": ["NULL", "NULL", "NULL", 32], + "i_sensors_discrete_32": ["NULL", "NULL", "NULL", 33], + "i_sensors_discrete_33": ["NULL", "NULL", "NULL", 34], + "i_sensors_discrete_34": ["NULL", "NULL", "NULL", 35], + "i_sensors_discrete_35": ["NULL", "NULL", "NULL", 36], + "i_sensors_discrete_36": ["NULL", "NULL", "NULL", 37], + "i_sensors_discrete_37": ["NULL", "NULL", "NULL", 38], + "i_sensors_discrete_38": ["NULL", "NULL", "NULL", 39], + "i_sensors_discrete_39": ["NULL", "NULL", "NULL", 40], + "i_sensors_discrete_40": ["NULL", "NULL", "NULL", 41], + "i_sensors_discrete_41": ["NULL", "NULL", "NULL", 42], + "i_sensors_discrete_42": ["NULL", "NULL", "NULL", 43], + "i_sensors_discrete_43": ["NULL", "NULL", "NULL", 44], + "i_sensors_discrete_44": ["NULL", "NULL", "NULL", 45], + "i_sensors_discrete_45": ["NULL", "NULL", "NULL", 46], + "i_sensors_discrete_46": ["NULL", "NULL", "NULL", 47], + "i_sensors_discrete_47": ["NULL", "NULL", "NULL", 48], + "i_sensors_discrete_48": ["NULL", "NULL", "NULL", 49], + "i_sensors_discrete_49": ["NULL", "NULL", "NULL", 50], + "i_sensors_discrete_50": ["NULL", "NULL", "NULL", 51], + "i_sensors_discrete_51": ["NULL", "NULL", "NULL", 52], + "i_sensors_discrete_52": ["NULL", "NULL", "NULL", 53], + "i_sensors_discrete_53": ["NULL", "NULL", "NULL", 54], + "i_sensors_discrete_54": ["NULL", "NULL", "NULL", 55], + "i_sensors_discrete_55": ["NULL", "NULL", "NULL", 56], + "i_sensors_discrete_56": ["NULL", "NULL", "NULL", 57], + "i_sensors_discrete_57": ["NULL", "NULL", "NULL", 58], + "i_sensors_discrete_58": ["NULL", "NULL", "NULL", 59], + "i_sensors_discrete_59": ["NULL", "NULL", "NULL", 60], + "i_sensors_discrete_60": ["NULL", "NULL", "NULL", 61], + "i_sensors_discrete_61": ["NULL", "NULL", "NULL", 62], + "i_sensors_discrete_62": ["NULL", "NULL", "NULL", 63], + "i_sensors_discrete_63": ["NULL", "NULL", "NULL", 64], + "i_sensors_discrete_64": ["NULL", "NULL", "NULL", 65], + "i_sensors_discrete_65": ["NULL", "NULL", "NULL", 66], + "i_sensors_discrete_66": ["NULL", "NULL", "NULL", 67], + "i_sensors_discrete_67": ["NULL", "NULL", "NULL", 68], + "i_sensors_discrete_68": ["NULL", "NULL", "NULL", 69], + "i_sensors_discrete_69": ["NULL", "NULL", "NULL", 70], + "i_sensors_discrete_70": ["NULL", "NULL", "NULL", 71], + "i_sensors_discrete_71": ["NULL", "NULL", "NULL", 72], + "i_sensors_discrete_72": ["NULL", "NULL", "NULL", 73], + "i_sensors_discrete_73": ["NULL", "NULL", "NULL", 74], + "i_sensors_discrete_74": ["NULL", "NULL", "NULL", 75], + "i_sensors_discrete_75": ["NULL", "NULL", "NULL", 76] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_system.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_system.json new file mode 100644 index 000000000..b1fbaa6fb --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_system.json @@ -0,0 +1,3 @@ +{ + "i_system_0": ["2018-04-11 15:32:39.919912", "2018-05-16 21:04:53.427686", "NULL", 1, "51ecfab9-400e-41c9-b679-2c6ba37f1099", "Distributed-Cloud-Lab", "System_Controller: setup by lab_setup.sh", "{"https_enabled": false, "vswitch_type": "avs", "region_config": false, "sdn_enabled": false, "shared_services": "[]"}", "NULL", "Ottawa-PheonixLab-Aisle_3-Rack_A", 72, "18.03", "Standard", "duplex", "UTC", "standard", "RegionOne", "services", "systemcontroller"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/i_user.json b/dcorch/tests/data/ipv6_R5_install/sysinv/i_user.json new file mode 100644 index 000000000..9246b003a --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/i_user.json @@ -0,0 +1,3 @@ +{ + "i_user_0": ["2018-04-11 15:32:39.923168", "2018-04-11 15:44:42.153281", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "c4decacb98ead527b91afeb0cec1e634", "NULL", "NULL", "NULL", 1, "$6$1sSJbEL3$opfSrh4/pzPW8TdNeTm2CAkxGXTAbPUU08SgpWtdbbH.o1bW3LIYpNRmStbfCuItvlQ9Coujo.ktxFjFFkgey/", 45] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces.json b/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces.json new file mode 100644 index 000000000..be18d358c --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces.json @@ -0,0 +1,20 @@ +{ + "interfaces_0": ["2018-04-11 15:33:38.540065", "NULL", "NULL", 2, "2fc56a3e-2e1a-4830-b8fd-a508b5f558a4", 1, "ethernet", "enp3s0f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_1": ["2018-04-11 15:33:38.588309", "NULL", "NULL", 3, "96dd1a3b-a3b6-459a-8f4a-14f63e77430e", 1, "ethernet", "ens785f0", "NULL", "NULL", "NULL", "NULL"], + "interfaces_2": ["2018-04-11 15:33:38.63678", "NULL", "NULL", 4, "a471bb81-c7ea-492f-a82f-9bdab34164e2", 1, "ethernet", "ens785f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_3": ["2018-04-11 15:33:38.685778", "NULL", "NULL", 5, "421b0159-211a-42ba-b09a-69b8e6415947", 1, "ethernet", "ens785f2", "NULL", "NULL", "NULL", "NULL"], + "interfaces_4": ["2018-04-11 15:33:38.734062", "NULL", "NULL", 6, "03cbcf8a-5c78-490e-9b12-f38e66429ff4", 1, "ethernet", "ens785f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_5": ["2018-04-11 15:33:38.830606", "NULL", "NULL", 8, "496fb63d-d649-41cf-b445-d74de1931ab8", 1, "ethernet", "ens801f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_6": ["2018-04-11 15:33:38.782463", "2018-04-11 15:34:00.614247", "NULL", 7, "e0057166-5d4c-4673-8c5a-0fd940be6875", 1, "ethernet", "ens801f0", "pxeboot", 0, "NULL", "NULL"], + "interfaces_7": ["2018-04-11 15:34:01.126331", "NULL", "NULL", 9, "6935a406-570b-457d-8400-aad4f13d2a18", 1, "vlan", "ens801f0.133", "mgmt", 0, "NULL", "NULL"], + "interfaces_8": ["2018-04-11 15:33:38.471122", "2018-04-11 15:34:02.197169", "NULL", 1, "b78b4c99-197b-4078-be85-9273eed33c56", 1, "ethernet", "eno1", "oam", 0, "NULL", "NULL"], + "interfaces_9": ["2018-04-11 17:11:14.92829", "NULL", "NULL", 11, "c09bba5d-69ed-47b4-9553-b598f0b2280d", 2, "ethernet", "enp3s0f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_10": ["2018-04-11 17:11:14.988133", "NULL", "NULL", 12, "a276f617-fe32-4b2d-8099-1db845b10904", 2, "ethernet", "ens785f0", "NULL", "NULL", "NULL", "NULL"], + "interfaces_11": ["2018-04-11 17:11:15.048478", "NULL", "NULL", 13, "c9951c01-f4e8-4d51-8c7e-fe1d80eeffb2", 2, "ethernet", "ens785f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_12": ["2018-04-11 17:11:15.106918", "NULL", "NULL", 14, "9069e9c5-47d1-43b1-a252-dd1d912e07a9", 2, "ethernet", "ens785f2", "NULL", "NULL", "NULL", "NULL"], + "interfaces_13": ["2018-04-11 17:11:15.165828", "NULL", "NULL", 15, "a84358ca-5ac0-4667-8521-9cb38590023f", 2, "ethernet", "ens785f3", "NULL", "NULL", "NULL", "NULL"], + "interfaces_14": ["2018-04-11 17:11:15.224274", "NULL", "NULL", 16, "44f27af2-a8fa-4e5a-acf6-66020dcefb5c", 2, "ethernet", "pxeboot0", "pxeboot", "NULL", "NULL", "NULL"], + "interfaces_15": ["2018-04-11 17:11:15.270051", "NULL", "NULL", 17, "bbb9e208-1f0a-4193-8233-f9a1cbb23437", 2, "vlan", "mgmt0", "mgmt", "NULL", "NULL", "NULL"], + "interfaces_16": ["2018-04-11 17:11:15.476387", "NULL", "NULL", 18, "2cb578f6-e693-449f-9c1e-1d038e8d3694", 2, "ethernet", "ens801f1", "NULL", "NULL", "NULL", "NULL"], + "interfaces_17": ["2018-04-11 17:11:14.858777", "2018-04-11 17:36:11.31691", "NULL", 10, "11c0cc6f-ab99-47cb-8396-1bf0e8448a7a", 2, "ethernet", "oam0", "oam", 0, "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json b/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json new file mode 100644 index 000000000..c41903aba --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/interfaces_to_interfaces.json @@ -0,0 +1,4 @@ +{ + "interfaces_to_interfaces_0": [7, 9], + "interfaces_to_interfaces_1": [16, 17] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_agents.json b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_agents.json new file mode 100644 index 000000000..b38e04dd0 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_agents.json @@ -0,0 +1,18 @@ +{ + "lldp_agents_0": ["2018-04-11 15:51:26.318956", "NULL", "NULL", 1, "010de782-c80a-456c-87ee-598d4045aa2d", 1, 3, "rx=enabled,tx=enabled"], + "lldp_agents_1": ["2018-04-11 15:51:26.684301", "NULL", "NULL", 2, "14c8db49-f511-4684-9e9a-f3f97a026418", 1, 4, "rx=enabled,tx=enabled"], + "lldp_agents_2": ["2018-04-11 15:51:27.615927", "NULL", "NULL", 3, "f728b9a8-5c54-4830-90e6-f0654b4a28de", 1, 5, "rx=enabled,tx=enabled"], + "lldp_agents_3": ["2018-04-11 15:51:27.865353", "NULL", "NULL", 4, "5b5c8007-8488-43a4-b733-2c22b1447c28", 1, 1, "rx=enabled,tx=enabled"], + "lldp_agents_4": ["2018-04-11 15:51:28.22479", "NULL", "NULL", 5, "e765fb39-cb4d-40a8-bc16-b267f1cd4895", 1, 6, "rx=enabled,tx=enabled"], + "lldp_agents_5": ["2018-04-11 15:51:28.473039", "NULL", "NULL", 6, "13249556-4e8a-4771-a0e4-3532e9c074f9", 1, 7, "rx=enabled,tx=enabled"], + "lldp_agents_6": ["2018-04-11 15:51:28.746624", "NULL", "NULL", 7, "6cad1c0c-62dd-42b8-a152-35555c28f8fb", 1, 2, "rx=enabled,tx=enabled"], + "lldp_agents_7": ["2018-04-11 15:51:29.000971", "NULL", "NULL", 8, "cb8a7854-bd10-432b-a3e9-223470004697", 1, 8, "rx=enabled,tx=enabled"], + "lldp_agents_8": ["2018-04-11 17:17:13.981681", "NULL", "NULL", 9, "0610d1f4-a06b-45d3-a7eb-2b39a55f0231", 2, 11, "rx=enabled,tx=enabled"], + "lldp_agents_9": ["2018-04-11 17:17:14.2313", "NULL", "NULL", 10, "c7572fa4-3d0d-4601-9299-997d882c199b", 2, 12, "rx=enabled,tx=enabled"], + "lldp_agents_10": ["2018-04-11 17:17:14.476722", "NULL", "NULL", 11, "61c040f2-e063-4cf7-b061-13a283526cfb", 2, 13, "rx=enabled,tx=enabled"], + "lldp_agents_11": ["2018-04-11 17:17:14.726512", "NULL", "NULL", 12, "791576d5-94e2-4703-8def-67f1518de530", 2, 9, "rx=enabled,tx=enabled"], + "lldp_agents_12": ["2018-04-11 17:17:15.074982", "NULL", "NULL", 13, "126db5e7-a3f4-4a62-906f-104cc883e756", 2, 14, "rx=enabled,tx=enabled"], + "lldp_agents_13": ["2018-04-11 17:17:15.321967", "NULL", "NULL", 14, "1d19c57b-cdc7-4e17-90de-9782909d0c6f", 2, 15, "rx=enabled,tx=enabled"], + "lldp_agents_14": ["2018-04-11 17:17:15.59029", "NULL", "NULL", 15, "7aed93cf-cbd5-44e9-8844-3024c19f6730", 2, 10, "rx=enabled,tx=enabled"], + "lldp_agents_15": ["2018-04-11 17:17:15.846391", "NULL", "NULL", 16, "0df37546-9fed-4ccb-a1c1-a97f44bb4311", 2, 16, "rx=enabled,tx=enabled"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json new file mode 100644 index 000000000..2884db5a6 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_neighbours.json @@ -0,0 +1,6 @@ +{ + "lldp_neighbours_0": ["2018-04-17 15:29:20.259636", "NULL", "NULL", 5, "75144a26-7909-406b-998d-178fffe4d67d", 1, 1, "e8:ba:70:1e:f7:80,Gi1/0/19"], + "lldp_neighbours_1": ["2018-04-17 17:44:28.200456", "NULL", "NULL", 6, "35f9f127-d51c-407b-ae85-fe27b8792621", 2, 9, "e8:ba:70:1e:f7:80,Gi1/0/20"], + "lldp_neighbours_2": ["2018-05-18 17:54:58.480967", "NULL", "NULL", 10, "9f20939f-a95f-42dc-ab19-8a122e9973e1", 1, 7, "54:ab:3a:05:7f:5e,yow-cgcs-wildcat-90, mgmt0+infra0"], + "lldp_neighbours_3": ["2018-05-18 17:55:30.142751", "NULL", "NULL", 12, "1f7ade25-9566-4efe-a3e7-5bcdad5a79de", 2, 15, "54:ab:3a:05:7f:5e,yow-cgcs-wildcat-91, mgmt0+infra0"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json new file mode 100644 index 000000000..9176a9cf4 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/lldp_tlvs.json @@ -0,0 +1,198 @@ +{ + "lldp_tlvs_0": ["2018-04-11 15:51:28.51652", "2018-05-16 21:04:54.715897", "NULL", 71, 6, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_1": ["2018-04-11 15:51:26.759814", "2018-05-16 21:04:54.888698", "NULL", 35, 2, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_2": ["2018-04-11 15:51:27.654128", "2018-05-16 21:04:55.25446", "NULL", 44, 3, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_3": ["2018-04-11 15:51:28.264126", "2018-05-16 21:04:55.412587", "NULL", 62, 5, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_4": ["2018-04-11 15:51:29.039733", "2018-05-16 21:04:55.578327", "NULL", 90, 8, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_5": ["2018-04-11 15:51:27.903468", "2018-05-16 21:04:54.244292", "NULL", 53, 4, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_6": ["2018-04-11 15:51:28.787928", "2018-05-16 21:04:54.554172", "NULL", 81, 7, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_7": ["2018-04-11 15:51:26.418331", "NULL", "NULL", 27, 1, "NULL", "port_description", "ens785f0"], + "lldp_tlvs_8": ["2018-04-11 15:51:26.506982", "NULL", "NULL", 30, 1, "NULL", "ttl", "120"], + "lldp_tlvs_9": ["2018-04-11 15:51:26.532507", "NULL", "NULL", 31, 1, "NULL", "port_identifier", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_10": ["2018-04-11 15:51:26.558776", "NULL", "NULL", 32, 1, "NULL", "system_capabilities", "station"], + "lldp_tlvs_11": ["2018-04-11 15:51:26.586886", "NULL", "NULL", 33, 1, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_12": ["2018-04-11 15:51:26.6131", "NULL", "NULL", 34, 1, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_13": ["2018-04-11 15:51:26.858658", "NULL", "NULL", 36, 2, "NULL", "port_description", "ens785f1"], + "lldp_tlvs_14": ["2018-04-11 15:51:27.488618", "NULL", "NULL", 39, 2, "NULL", "ttl", "120"], + "lldp_tlvs_15": ["2018-04-11 15:51:27.509004", "NULL", "NULL", 40, 2, "NULL", "port_identifier", "3c:fd:fe:9f:6f:09"], + "lldp_tlvs_16": ["2018-04-11 15:51:27.530022", "NULL", "NULL", 41, 2, "NULL", "system_capabilities", "station"], + "lldp_tlvs_17": ["2018-04-11 15:51:27.5512", "NULL", "NULL", 42, 2, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_18": ["2018-04-11 15:51:27.571397", "NULL", "NULL", 43, 2, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_19": ["2018-04-11 15:51:27.676711", "NULL", "NULL", 45, 3, "NULL", "port_description", "ens785f2"], + "lldp_tlvs_20": ["2018-04-11 15:51:27.739275", "NULL", "NULL", 48, 3, "NULL", "ttl", "120"], + "lldp_tlvs_21": ["2018-04-11 15:51:27.759437", "NULL", "NULL", 49, 3, "NULL", "port_identifier", "3c:fd:fe:9f:6f:0a"], + "lldp_tlvs_22": ["2018-04-11 15:51:27.77917", "NULL", "NULL", 50, 3, "NULL", "system_capabilities", "station"], + "lldp_tlvs_23": ["2018-04-11 15:51:27.800927", "NULL", "NULL", 51, 3, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_24": ["2018-04-11 15:51:27.821369", "NULL", "NULL", 52, 3, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_25": ["2018-04-11 15:51:28.032604", "NULL", "NULL", 54, 4, "NULL", "port_description", "eno1"], + "lldp_tlvs_26": ["2018-04-11 15:51:28.09343", "NULL", "NULL", 57, 4, "NULL", "ttl", "120"], + "lldp_tlvs_27": ["2018-04-11 15:51:28.115112", "NULL", "NULL", 58, 4, "NULL", "port_identifier", "a4:bf:01:01:b6:ae"], + "lldp_tlvs_28": ["2018-04-11 15:51:28.135287", "NULL", "NULL", 59, 4, "NULL", "system_capabilities", "station"], + "lldp_tlvs_29": ["2018-04-11 15:51:28.15556", "NULL", "NULL", 60, 4, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_30": ["2018-04-11 15:51:28.178572", "NULL", "NULL", 61, 4, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_31": ["2018-04-11 15:51:28.286851", "NULL", "NULL", 63, 5, "NULL", "port_description", "ens785f3"], + "lldp_tlvs_32": ["2018-04-11 15:51:28.348028", "NULL", "NULL", 66, 5, "NULL", "ttl", "120"], + "lldp_tlvs_33": ["2018-04-11 15:51:28.367588", "NULL", "NULL", 67, 5, "NULL", "port_identifier", "3c:fd:fe:9f:6f:0b"], + "lldp_tlvs_34": ["2018-04-11 15:51:28.387421", "NULL", "NULL", 68, 5, "NULL", "system_capabilities", "station"], + "lldp_tlvs_35": ["2018-04-11 15:51:28.408891", "NULL", "NULL", 69, 5, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_36": ["2018-04-11 15:51:28.429438", "NULL", "NULL", 70, 5, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_37": ["2018-04-11 15:51:28.53719", "NULL", "NULL", 72, 6, "NULL", "port_description", "ens801f0"], + "lldp_tlvs_38": ["2018-04-11 15:51:28.557898", "NULL", "NULL", 73, 6, "NULL", "dot1_vlan_names", "ens801f0.133"], + "lldp_tlvs_39": ["2018-04-11 15:51:28.620788", "NULL", "NULL", 76, 6, "NULL", "ttl", "120"], + "lldp_tlvs_40": ["2018-04-11 15:51:28.642739", "NULL", "NULL", 77, 6, "NULL", "port_identifier", "90:e2:ba:b0:df:d0"], + "lldp_tlvs_41": ["2018-04-11 15:51:28.662583", "NULL", "NULL", 78, 6, "NULL", "system_capabilities", "station"], + "lldp_tlvs_42": ["2018-04-11 15:51:28.682311", "NULL", "NULL", 79, 6, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_43": ["2018-04-11 15:51:28.703709", "NULL", "NULL", 80, 6, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_44": ["2018-04-11 15:51:28.807618", "NULL", "NULL", 82, 7, "NULL", "port_description", "enp3s0f3"], + "lldp_tlvs_45": ["2018-04-11 15:51:28.871202", "NULL", "NULL", 85, 7, "NULL", "ttl", "120"], + "lldp_tlvs_46": ["2018-04-11 15:51:28.89333", "NULL", "NULL", 86, 7, "NULL", "port_identifier", "a4:bf:01:01:b6:af"], + "lldp_tlvs_47": ["2018-04-11 15:51:28.913319", "NULL", "NULL", 87, 7, "NULL", "system_capabilities", "station"], + "lldp_tlvs_48": ["2018-04-11 15:51:28.93343", "NULL", "NULL", 88, 7, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_49": ["2018-04-11 15:51:28.955552", "NULL", "NULL", 89, 7, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_50": ["2018-04-11 15:51:29.062455", "NULL", "NULL", 91, 8, "NULL", "port_description", "ens801f1"], + "lldp_tlvs_51": ["2018-04-11 15:51:29.123967", "NULL", "NULL", 94, 8, "NULL", "ttl", "120"], + "lldp_tlvs_52": ["2018-04-11 15:51:29.143663", "NULL", "NULL", 95, 8, "NULL", "port_identifier", "90:e2:ba:b0:df:d1"], + "lldp_tlvs_53": ["2018-04-11 15:51:29.163511", "NULL", "NULL", 96, 8, "NULL", "system_capabilities", "station"], + "lldp_tlvs_54": ["2018-04-11 15:51:28.306714", "2018-04-17 15:29:21.526998", "NULL", 64, 5, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_55": ["2018-04-17 15:29:20.306434", "NULL", "NULL", 197, "NULL", 5, "system_name", "yow-cisco-b2u45"], + "lldp_tlvs_56": ["2018-04-11 15:51:28.052293", "2018-04-17 15:29:21.012125", "NULL", 55, 4, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_57": ["2018-04-11 15:51:28.580375", "2018-04-17 15:29:21.220153", "NULL", 74, 6, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_58": ["2018-04-11 15:51:28.60022", "2018-04-17 15:29:21.238839", "NULL", 75, 6, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_59": ["2018-04-11 15:51:28.326592", "2018-04-17 15:29:21.547299", "NULL", 65, 5, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_60": ["2018-04-11 15:51:27.444682", "2018-04-17 15:29:21.116676", "NULL", 37, 2, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_61": ["2018-04-11 15:51:27.465738", "2018-04-17 15:29:21.135522", "NULL", 38, 2, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_62": ["2018-04-11 15:51:29.082001", "2018-04-17 15:29:21.635786", "NULL", 92, 8, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_63": ["2018-04-11 15:51:29.102313", "2018-04-17 15:29:21.654624", "NULL", 93, 8, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_64": ["2018-04-11 15:51:28.830696", "2018-04-17 15:29:21.322966", "NULL", 83, 7, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_65": ["2018-04-11 15:51:28.851107", "2018-04-17 15:29:21.341487", "NULL", 84, 7, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_66": ["2018-04-11 15:51:27.697025", "2018-04-17 15:29:21.425968", "NULL", 46, 3, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_67": ["2018-04-11 15:51:27.71713", "2018-04-17 15:29:21.443852", "NULL", 47, 3, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_68": ["2018-04-17 17:44:28.419847", "NULL", "NULL", 209, "NULL", 6, "system_name", "yow-cisco-b2u45"], + "lldp_tlvs_69": ["2018-04-17 17:44:28.440466", "NULL", "NULL", 210, "NULL", 6, "dot1_port_vid", "103"], + "lldp_tlvs_70": ["2018-04-17 15:29:20.325824", "NULL", "NULL", 198, "NULL", 5, "dot1_port_vid", "103"], + "lldp_tlvs_71": ["2018-04-17 15:29:20.344472", "NULL", "NULL", 199, "NULL", 5, "port_description", "GigabitEthernet1/0/19"], + "lldp_tlvs_72": ["2018-04-17 15:29:20.364241", "NULL", "NULL", 200, "NULL", 5, "dot1_vlan_names", ""], + "lldp_tlvs_73": ["2018-04-17 15:29:20.382621", "NULL", "NULL", 201, "NULL", 5, "system_description", "Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.0(2)SE10a, RELEASE SOFTWARE (fc3)], + "lldp_tlvs_74": ["2018-04-17 17:44:28.46055", "NULL", "NULL", 211, "NULL", 6, "port_description", "GigabitEthernet1/0/20"], + "lldp_tlvs_75": ["2018-04-17 17:44:28.483456", "NULL", "NULL", 212, "NULL", 6, "dot1_vlan_names", ""], + "lldp_tlvs_76": ["2018-04-17 17:44:28.509263", "NULL", "NULL", 213, "NULL", 6, "system_description", "Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.0(2)SE10a, RELEASE SOFTWARE (fc3)], + "lldp_tlvs_77": ["2018-04-17 17:44:28.545293", "NULL", "NULL", 214, "NULL", 6, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=y,10base-tfd, 100base-txfd, 1000base-tfd"], + "lldp_tlvs_78": ["2018-04-11 15:51:29.185581", "NULL", "NULL", 97, 8, "NULL", "chassis_id", "3c:fd:fe:9f:6f:08"], + "lldp_tlvs_79": ["2018-04-11 15:51:29.20581", "NULL", "NULL", 98, 8, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_80": ["2018-04-17 15:29:20.499284", "2018-05-28 17:28:18.518841", "NULL", 207, "NULL", 5, "ttl", "94"], + "lldp_tlvs_81": ["2018-05-18 17:55:30.243315", "2018-05-28 17:40:10.230892", "NULL", 262, "NULL", 12, "ttl", "97"], + "lldp_tlvs_82": ["2018-04-11 17:17:14.516098", "2018-05-16 21:04:54.66257", "NULL", 130, 11, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_83": ["2018-05-18 17:55:30.183363", "NULL", "NULL", 259, "NULL", 12, "port_identifier", "yow-cgcs-wildcat-91, mgmt0+infra0"], + "lldp_tlvs_84": ["2018-05-18 17:55:30.202767", "NULL", "NULL", 260, "NULL", 12, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_85": ["2018-05-18 17:55:30.222121", "NULL", "NULL", 261, "NULL", 12, "chassis_id", "54:ab:3a:05:7f:5e"], + "lldp_tlvs_86": ["2018-05-18 18:01:30.317788", "NULL", "NULL", 272, "NULL", 12, "system_name", "yow-cgcs-quanta-7"], + "lldp_tlvs_87": ["2018-05-18 18:01:30.337012", "NULL", "NULL", 273, "NULL", 12, "dot1_port_vid", "132"], + "lldp_tlvs_88": ["2018-05-18 18:01:30.418513", "2018-05-18 18:20:44.378225", "NULL", 277, "NULL", 12, "system_description", "LY2R, Runtime Code 5.4.05.00, Linux 3.8.13-rt9, U-Boot 2010.12 (Feb 10 2015 - 10:01:12) - ONIE 2014.05.03-d"], + "lldp_tlvs_89": ["2018-04-11 17:17:14.04255", "NULL", "NULL", 113, 9, "NULL", "port_description", "ens785f0"], + "lldp_tlvs_90": ["2018-04-11 15:51:26.396145", "2018-05-16 21:04:54.025332", "NULL", 26, 1, "NULL", "system_name", "controller-0:Distributed-Cloud-Lab"], + "lldp_tlvs_91": ["2018-04-11 17:17:14.105334", "NULL", "NULL", 116, 9, "NULL", "ttl", "120"], + "lldp_tlvs_92": ["2018-04-11 17:17:14.126605", "NULL", "NULL", 117, 9, "NULL", "port_identifier", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_93": ["2018-04-11 17:17:14.145793", "NULL", "NULL", 118, 9, "NULL", "system_capabilities", "station"], + "lldp_tlvs_94": ["2018-04-11 17:17:14.165828", "NULL", "NULL", 119, 9, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_95": ["2018-04-11 17:17:14.187199", "NULL", "NULL", 120, 9, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_96": ["2018-04-11 17:17:14.291361", "NULL", "NULL", 122, 10, "NULL", "port_description", "ens785f1"], + "lldp_tlvs_97": ["2018-04-11 17:17:14.351333", "NULL", "NULL", 125, 10, "NULL", "ttl", "120"], + "lldp_tlvs_98": ["2018-04-11 17:17:14.371112", "NULL", "NULL", 126, 10, "NULL", "port_identifier", "3c:fd:fe:9f:74:c9"], + "lldp_tlvs_99": ["2018-04-11 17:17:14.391033", "NULL", "NULL", 127, 10, "NULL", "system_capabilities", "station"], + "lldp_tlvs_100": ["2018-04-11 17:17:14.413831", "NULL", "NULL", 128, 10, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_101": ["2018-04-11 17:17:14.433521", "NULL", "NULL", 129, 10, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_102": ["2018-04-11 17:17:14.538397", "NULL", "NULL", 131, 11, "NULL", "port_description", "ens785f2"], + "lldp_tlvs_103": ["2018-04-11 17:17:14.601126", "NULL", "NULL", 134, 11, "NULL", "ttl", "120"], + "lldp_tlvs_104": ["2018-04-11 17:17:14.620921", "NULL", "NULL", 135, 11, "NULL", "port_identifier", "3c:fd:fe:9f:74:ca"], + "lldp_tlvs_105": ["2018-04-11 17:17:14.641948", "NULL", "NULL", 136, 11, "NULL", "system_capabilities", "station"], + "lldp_tlvs_106": ["2018-04-11 17:17:14.662088", "NULL", "NULL", 137, 11, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_107": ["2018-04-11 17:17:14.681618", "NULL", "NULL", 138, 11, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_108": ["2018-04-11 17:17:14.886763", "NULL", "NULL", 140, 12, "NULL", "port_description", "eno1"], + "lldp_tlvs_109": ["2018-04-11 17:17:14.947227", "NULL", "NULL", 143, 12, "NULL", "ttl", "120"], + "lldp_tlvs_110": ["2018-04-11 17:17:14.968879", "NULL", "NULL", 144, 12, "NULL", "port_identifier", "a4:bf:01:01:66:ca"], + "lldp_tlvs_111": ["2018-04-11 17:17:14.988674", "NULL", "NULL", 145, 12, "NULL", "system_capabilities", "station"], + "lldp_tlvs_112": ["2018-04-11 17:17:15.011199", "NULL", "NULL", 146, 12, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_113": ["2018-04-11 17:17:15.030635", "NULL", "NULL", 147, 12, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_114": ["2018-04-11 17:17:15.135308", "NULL", "NULL", 149, 13, "NULL", "port_description", "ens785f3"], + "lldp_tlvs_115": ["2018-04-11 17:17:14.269498", "2018-05-16 21:04:54.46626", "NULL", 121, 10, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_116": ["2018-04-11 17:17:15.197737", "NULL", "NULL", 152, 13, "NULL", "ttl", "120"], + "lldp_tlvs_117": ["2018-04-11 17:17:15.217731", "NULL", "NULL", 153, 13, "NULL", "port_identifier", "3c:fd:fe:9f:74:cb"], + "lldp_tlvs_118": ["2018-04-11 17:17:15.23658", "NULL", "NULL", 154, 13, "NULL", "system_capabilities", "station"], + "lldp_tlvs_119": ["2018-04-11 17:17:15.258537", "NULL", "NULL", 155, 13, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_120": ["2018-04-11 17:17:15.278415", "NULL", "NULL", 156, 13, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_121": ["2018-04-11 17:17:15.382502", "NULL", "NULL", 158, 14, "NULL", "port_description", "ens801f0"], + "lldp_tlvs_122": ["2018-04-11 17:17:15.402636", "NULL", "NULL", 159, 14, "NULL", "dot1_vlan_names", "ens801f0.133"], + "lldp_tlvs_123": ["2018-04-11 17:17:15.464682", "NULL", "NULL", 162, 14, "NULL", "ttl", "120"], + "lldp_tlvs_124": ["2018-04-11 17:17:15.485802", "NULL", "NULL", 163, 14, "NULL", "port_identifier", "90:e2:ba:b0:e9:f4"], + "lldp_tlvs_125": ["2018-04-11 17:17:15.506362", "NULL", "NULL", 164, 14, "NULL", "system_capabilities", "station"], + "lldp_tlvs_126": ["2018-04-11 17:17:15.526508", "NULL", "NULL", 165, 14, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_127": ["2018-04-11 17:17:15.548093", "NULL", "NULL", 166, 14, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_128": ["2018-04-11 17:17:15.651527", "NULL", "NULL", 168, 15, "NULL", "port_description", "enp3s0f3"], + "lldp_tlvs_129": ["2018-04-11 17:17:15.715391", "NULL", "NULL", 171, 15, "NULL", "ttl", "120"], + "lldp_tlvs_130": ["2018-04-11 17:17:15.737311", "NULL", "NULL", 172, 15, "NULL", "port_identifier", "a4:bf:01:01:66:cb"], + "lldp_tlvs_131": ["2018-04-11 17:17:15.75804", "NULL", "NULL", 173, 15, "NULL", "system_capabilities", "station"], + "lldp_tlvs_132": ["2018-04-11 17:17:15.777956", "NULL", "NULL", 174, 15, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_133": ["2018-04-11 17:17:15.800516", "NULL", "NULL", 175, 15, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_134": ["2018-04-11 17:17:15.910487", "NULL", "NULL", 177, 16, "NULL", "port_description", "ens801f1"], + "lldp_tlvs_135": ["2018-04-11 17:17:15.973174", "NULL", "NULL", 180, 16, "NULL", "ttl", "120"], + "lldp_tlvs_136": ["2018-04-11 17:17:15.99226", "NULL", "NULL", 181, 16, "NULL", "port_identifier", "90:e2:ba:b0:e9:f5"], + "lldp_tlvs_137": ["2018-04-11 17:17:16.012351", "NULL", "NULL", 182, 16, "NULL", "system_capabilities", "station"], + "lldp_tlvs_138": ["2018-04-11 17:17:16.033553", "NULL", "NULL", 183, 16, "NULL", "chassis_id", "3c:fd:fe:9f:74:c8"], + "lldp_tlvs_139": ["2018-04-11 17:17:16.053695", "NULL", "NULL", 184, 16, "NULL", "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_140": ["2018-04-11 17:17:14.86661", "2018-05-16 21:04:54.852016", "NULL", 139, 12, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_141": ["2018-04-11 17:17:14.023215", "2018-05-16 21:04:54.115524", "NULL", 112, 9, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_142": ["2018-04-11 17:17:15.63157", "2018-05-16 21:04:55.424585", "NULL", 167, 15, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_143": ["2018-04-11 17:17:15.363371", "2018-05-16 21:04:55.618947", "NULL", 157, 14, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_144": ["2018-04-11 17:17:15.424575", "2018-04-17 17:44:29.231506", "NULL", 160, 14, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_145": ["2018-04-11 17:17:15.886527", "2018-05-16 21:04:55.730124", "NULL", 176, 16, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_146": ["2018-04-11 17:17:14.559094", "2018-04-17 17:44:30.775347", "NULL", 132, 11, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_147": ["2018-04-11 17:17:15.155492", "2018-04-17 17:44:31.512547", "NULL", 150, 13, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_148": ["2018-04-11 17:17:15.113587", "2018-05-16 21:04:55.220538", "NULL", 148, 13, "NULL", "system_name", "controller-1:Distributed-Cloud-Lab"], + "lldp_tlvs_149": ["2018-04-11 17:17:14.31052", "2018-04-17 17:44:29.343832", "NULL", 123, 10, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_150": ["2018-04-11 17:17:15.930707", "2018-04-17 17:44:31.799391", "NULL", 178, 16, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_151": ["2018-04-11 17:17:15.673998", "2018-04-17 17:44:29.977574", "NULL", 169, 15, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_152": ["2018-04-11 17:17:15.694481", "2018-04-17 17:44:29.997563", "NULL", 170, 15, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_153": ["2018-04-11 17:17:14.579489", "2018-04-17 17:44:30.79838", "NULL", 133, 11, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_154": ["2018-04-11 17:17:15.950578", "2018-04-17 17:44:31.821609", "NULL", 179, 16, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_155": ["2018-05-18 18:01:30.357209", "NULL", "NULL", 274, "NULL", 12, "port_description", "Slot: 0 Port: 22 10G - Level (56:AB:3A:FD:78:16)"], + "lldp_tlvs_156": ["2018-04-11 17:17:14.064773", "2018-04-17 17:44:29.005307", "NULL", 114, 9, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_157": ["2018-04-11 17:17:14.908256", "2018-04-17 17:44:29.117225", "NULL", 141, 12, "NULL", "management_address", "128.224.151.153, fd01:1::4"], + "lldp_tlvs_158": ["2018-04-17 15:29:20.400839", "NULL", "NULL", 202, "NULL", 5, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=y,10base-tfd, 100base-txfd, 1000base-tfd"], + "lldp_tlvs_159": ["2018-04-11 17:17:14.927689", "2018-04-17 17:44:29.139564", "NULL", 142, 12, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_160": ["2018-04-17 15:29:20.421295", "NULL", "NULL", 203, "NULL", 5, "port_identifier", "Gi1/0/19"], + "lldp_tlvs_161": ["2018-04-17 15:29:20.439727", "NULL", "NULL", 204, "NULL", 5, "chassis_id", "e8:ba:70:1e:f7:80"], + "lldp_tlvs_162": ["2018-04-17 15:29:20.458255", "NULL", "NULL", 205, "NULL", 5, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_163": ["2018-04-17 15:29:20.479024", "NULL", "NULL", 206, "NULL", 5, "management_address", "128.224.148.241"], + "lldp_tlvs_164": ["2018-04-11 17:17:14.329988", "2018-04-17 17:44:29.364607", "NULL", 124, 10, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_165": ["2018-05-18 18:01:30.378594", "NULL", "NULL", 275, "NULL", 12, "dot3_max_frame", "9242"], + "lldp_tlvs_166": ["2018-05-18 18:01:30.399134", "NULL", "NULL", 276, "NULL", 12, "dot1_vlan_names", ""], + "lldp_tlvs_167": ["2018-05-18 18:01:30.439987", "NULL", "NULL", 278, "NULL", 12, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=n,"], + "lldp_tlvs_168": ["2018-05-18 18:01:30.460609", "NULL", "NULL", 279, "NULL", 12, "dot3_power_mdi", "power-mdi-supported=n,power-mdi-enabled=n,"], + "lldp_tlvs_169": ["2018-05-18 18:01:30.480929", "NULL", "NULL", 280, "NULL", 12, "system_capabilities", "bridge, router"], + "lldp_tlvs_170": ["2018-05-18 17:54:58.52286", "NULL", "NULL", 251, "NULL", 10, "port_identifier", "yow-cgcs-wildcat-90, mgmt0+infra0"], + "lldp_tlvs_171": ["2018-05-18 17:54:58.545036", "NULL", "NULL", 252, "NULL", 10, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_172": ["2018-05-18 17:54:58.566354", "NULL", "NULL", 253, "NULL", 10, "chassis_id", "54:ab:3a:05:7f:5e"], + "lldp_tlvs_173": ["2018-05-18 18:00:58.63015", "NULL", "NULL", 263, "NULL", 10, "system_name", "yow-cgcs-quanta-7"], + "lldp_tlvs_174": ["2018-05-18 18:00:58.650262", "NULL", "NULL", 264, "NULL", 10, "dot1_port_vid", "132"], + "lldp_tlvs_175": ["2018-05-18 18:00:58.669909", "NULL", "NULL", 265, "NULL", 10, "port_description", "Slot: 0 Port: 21 10G - Level (56:AB:3A:FD:78:15)"], + "lldp_tlvs_176": ["2018-05-18 18:00:58.69121", "NULL", "NULL", 266, "NULL", 10, "dot3_max_frame", "9242"], + "lldp_tlvs_177": ["2018-05-18 18:00:58.711045", "NULL", "NULL", 267, "NULL", 10, "dot1_vlan_names", ""], + "lldp_tlvs_178": ["2018-05-18 18:00:58.751855", "NULL", "NULL", 269, "NULL", 10, "dot3_mac_status", "auto-negotiation-capable=y,auto-negotiation-enabled=n,"], + "lldp_tlvs_179": ["2018-05-18 18:00:58.771524", "NULL", "NULL", 270, "NULL", 10, "dot3_power_mdi", "power-mdi-supported=n,power-mdi-enabled=n,"], + "lldp_tlvs_180": ["2018-05-18 18:00:58.790743", "NULL", "NULL", 271, "NULL", 10, "system_capabilities", "bridge, router"], + "lldp_tlvs_181": ["2018-05-18 17:54:58.585316", "2018-05-28 17:28:18.566748", "NULL", 254, "NULL", 10, "ttl", "117"], + "lldp_tlvs_182": ["2018-05-18 18:00:58.729926", "2018-05-18 18:20:32.397623", "NULL", 268, "NULL", 10, "system_description", "LY2R, Runtime Code 5.4.05.00, Linux 3.8.13-rt9, U-Boot 2010.12 (Feb 10 2015 - 10:01:12) - ONIE 2014.05.03-d"], + "lldp_tlvs_183": ["2018-04-17 17:44:28.670692", "2018-05-28 17:40:10.182505", "NULL", 219, "NULL", 6, "ttl", "106"], + "lldp_tlvs_184": ["2018-04-17 15:29:20.517854", "NULL", "NULL", 208, "NULL", 5, "system_capabilities", "bridge"], + "lldp_tlvs_185": ["2018-04-11 15:51:26.448944", "2018-04-17 15:29:20.908064", "NULL", 28, 1, "NULL", "management_address", "128.224.151.151, fd01:1::3"], + "lldp_tlvs_186": ["2018-04-11 15:51:26.481407", "2018-04-17 15:29:20.928035", "NULL", 29, 1, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_187": ["2018-04-11 15:51:28.073773", "2018-04-17 15:29:21.032785", "NULL", 56, 4, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_188": ["2018-04-17 17:44:28.57079", "NULL", "NULL", 215, "NULL", 6, "port_identifier", "Gi1/0/20"], + "lldp_tlvs_189": ["2018-04-17 17:44:28.593427", "NULL", "NULL", 216, "NULL", 6, "chassis_id", "e8:ba:70:1e:f7:80"], + "lldp_tlvs_190": ["2018-04-17 17:44:28.621591", "NULL", "NULL", 217, "NULL", 6, "dot1_lag", "capable=y,enabled=n"], + "lldp_tlvs_191": ["2018-04-17 17:44:28.649707", "NULL", "NULL", 218, "NULL", 6, "management_address", "128.224.148.241"], + "lldp_tlvs_192": ["2018-04-17 17:44:28.69122", "NULL", "NULL", 220, "NULL", 6, "system_capabilities", "bridge"], + "lldp_tlvs_193": ["2018-04-11 17:17:14.084826", "2018-04-17 17:44:29.026054", "NULL", 115, 9, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_194": ["2018-04-11 17:17:15.44443", "2018-04-17 17:44:29.251355", "NULL", 161, 14, "NULL", "system_description", "Titanium Cloud version 18.03"], + "lldp_tlvs_195": ["2018-04-11 17:17:15.175761", "2018-04-17 17:44:31.533257", "NULL", 151, 13, "NULL", "system_description", "Titanium Cloud version 18.03"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/loads.json b/dcorch/tests/data/ipv6_R5_install/sysinv/loads.json new file mode 100644 index 000000000..6c81be790 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/loads.json @@ -0,0 +1,3 @@ +{ + "loads_0": ["2018-04-11 15:32:43.337062", "NULL", "NULL", 1, "461daa09-a46d-452c-9ae8-5d84d56fad35", "active", "18.03", "N/A", "N/A"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/migrate_version.json b/dcorch/tests/data/ipv6_R5_install/sysinv/migrate_version.json new file mode 100644 index 000000000..d337d588d --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/migrate_version.json @@ -0,0 +1,3 @@ +{ + "migrate_version_0": ["sysinv", "/usr/lib64/python2.7/site-packages/sysinv/db/sqlalchemy/migrate_repo", 67] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/networks.json b/dcorch/tests/data/ipv6_R5_install/sysinv/networks.json new file mode 100644 index 000000000..bcd0310b3 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/networks.json @@ -0,0 +1,6 @@ +{ + "networks_0": ["2018-04-11 15:32:43.431455", "NULL", "NULL", 1, "ef1b76d8-ba94-4b6f-a631-0ebc54b26635", "mgmt", 9216, 10000, true, 133, 1], + "networks_1": ["2018-04-11 15:32:43.660784", "NULL", "NULL", 2, "52ab3edf-e136-4441-94d4-137775e44f86", "pxeboot", 9216, "NULL", true, "NULL", 2], + "networks_2": ["2018-04-11 15:32:43.907972", "NULL", "NULL", 3, "ba666757-954b-4a9b-9cbc-b40dd81dee31", "oam", 1500, "NULL", false, "NULL", 3], + "networks_3": ["2018-04-11 15:32:44.050673", "NULL", "NULL", 4, "d277b894-aacd-44d0-af42-927efa197561", "multicast", 9216, "NULL", false, "NULL", 4] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/partition.json b/dcorch/tests/data/ipv6_R5_install/sysinv/partition.json new file mode 100644 index 000000000..10a1a2751 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/partition.json @@ -0,0 +1,12 @@ +{ + "partition_0": ["2018-04-11 15:52:53.442427", "2018-05-18 17:48:57.714339", "NULL", 5, "c5b9f660-8036-43a0-92a2-4ec402693d84", 1, 145968, 145967, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1", "ba5eba11-0000-1111-2222-000000000001", "LVM Physical Volume", 2, "6900d7af-5482-4999-823f-e3e6833663af", "NULL", 1, 2, 1, "/dev/sdb1"], + "partition_1": ["2018-04-11 17:35:47.295219", "2018-05-24 10:46:16.044707", "NULL", 12, "4b20d2cc-9426-4f6c-aea2-f51949a089f0", 1, 145968, 145967, "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1", "ba5eba11-0000-1111-2222-000000000001", "LVM Physical Volume", 5, "756437b3-3c5e-42ae-b0a4-034def142e9e", "NULL", 1, 4, 2, "/dev/sdb1"], + "partition_2": ["2018-04-11 17:11:18.235864", "2018-05-24 10:46:16.10309", "NULL", 11, "19fbbcc0-7e91-4bb7-9b96-928778459e39", 20502, 457862, 437360, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4", "e6d6d379-f507-44c2-a23c-238f2a3df928", "Linux LVM", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, 3, 2, "/dev/sda4"], + "partition_3": ["2018-04-11 15:33:41.19528", "2018-05-24 10:46:16.804861", "NULL", 4, "69217878-28e7-4ac2-8d73-828692df069e", 20502, 457862, 437360, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part4", "e6d6d379-f507-44c2-a23c-238f2a3df928", "Linux LVM", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, 1, 1, "/dev/sda4"], + "partition_4": ["2018-04-11 15:33:41.139602", "2018-05-17 23:53:40.048667", "NULL", 1, "377a1a04-fa36-49ba-93a2-0c13f8d180f6", 1, 2, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1", "21686148-6449-6e6f-744e-656564454649", "BIOS boot partition", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda1"], + "partition_5": ["2018-04-11 15:33:41.159382", "2018-05-17 23:53:40.060336", "NULL", 2, "9647b1af-bfe7-4822-8868-d922f8cf7386", 2, 502, 500, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda2"], + "partition_6": ["2018-04-11 15:33:41.178183", "2018-05-17 23:53:40.071821", "NULL", 3, "7a002034-98a4-4f02-9b53-17dffc2b6147", 502, 20502, 20000, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part3", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 1, "15df3dcb-9578-451e-9a71-16caa5ce8a7d", "NULL", 1, "NULL", 1, "/dev/sda3"], + "partition_7": ["2018-04-11 17:11:18.168709", "2018-05-17 23:52:06.643161", "NULL", 8, "6293717f-bc68-4348-8364-faecd1ff0c9e", 1, 2, 1, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1", "21686148-6449-6e6f-744e-656564454649", "BIOS boot partition", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda1"], + "partition_8": ["2018-04-11 17:11:18.191481", "2018-05-17 23:52:06.654195", "NULL", 9, "fcb8a520-2a48-4cea-b634-568ec8aa9ce0", 2, 502, 500, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda2"], + "partition_9": ["2018-04-11 17:11:18.212978", "2018-05-17 23:52:06.666203", "NULL", 10, "37504d26-1a1c-4c67-8f5e-d506c9abb912", 502, 20502, 20000, "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part3", "ebd0a0a2-b9e5-4433-87c0-68b6b72699c7", "Microsoft basic data", 4, "2e899653-e838-4b83-ac74-fa26729184e4", "NULL", 1, "NULL", 2, "/dev/sda3"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/pci_devices.json b/dcorch/tests/data/ipv6_R5_install/sysinv/pci_devices.json new file mode 100644 index 000000000..b27edfe34 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/pci_devices.json @@ -0,0 +1,40 @@ +{ + "pci_devices_0": ["2018-04-11 15:33:38.931771", "NULL", "NULL", 1, "c9486f78-eadc-412c-8042-63d7f838ea6f", 1, "pci_0000_00_11_0", "0000:00:11.0", "ff0000", "8086", "8d7c", "Unassigned class [ff00]", "Intel Corporation", "C610/X99 series chipset SPSR", "Intel Corporation", "Device 0000", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_1": ["2018-04-11 15:33:38.945293", "NULL", "NULL", 2, "ce96b406-5873-4500-b8da-1b09e20c6870", 1, "pci_0000_00_11_1", "0000:00:11.1", "0c0500", "8086", "8d7d", "SMBus", "Intel Corporation", "C610/X99 series chipset MS SMBus 0", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_2": ["2018-04-11 15:33:39.037819", "NULL", "NULL", 3, "1ddb41fe-a62f-45c8-ab90-201d638c3d05", 1, "pci_0000_00_11_4", "0000:00:11.4", "010601", "8086", "8d62", "SATA controller", "Intel Corporation", "C610/X99 series chipset sSATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_3": ["2018-04-11 15:33:39.052362", "NULL", "NULL", 4, "fb8add21-6418-480a-a731-45fff81b84c7", 1, "pci_0000_00_14_0", "0000:00:14.0", "0c0330", "8086", "8d31", "USB controller", "Intel Corporation", "C610/X99 series chipset USB xHCI Host Controller", "-p30", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_4": ["2018-04-11 15:33:39.066262", "NULL", "NULL", 5, "aac711a1-a5b5-4066-8686-f95b03d98480", 1, "pci_0000_00_16_0", "0000:00:16.0", "078000", "8086", "8d3a", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #1", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_5": ["2018-04-11 15:33:39.08064", "NULL", "NULL", 6, "64be6483-03b3-4ac9-a2e9-a9bc1c9135ce", 1, "pci_0000_00_16_1", "0000:00:16.1", "078000", "8086", "8d3b", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #2", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_6": ["2018-04-11 15:33:39.09381", "NULL", "NULL", 7, "a4cc79bf-822d-42a4-893d-4a1871beaf26", 1, "pci_0000_00_1a_0", "0000:00:1a.0", "0c0320", "8086", "8d2d", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #2", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_7": ["2018-04-11 15:33:39.107156", "NULL", "NULL", 8, "0c24f6ae-513e-4b05-8273-12ba32691798", 1, "pci_0000_00_1d_0", "0000:00:1d.0", "0c0320", "8086", "8d26", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #1", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_8": ["2018-04-11 15:33:39.120486", "NULL", "NULL", 9, "9fdcffd7-8a6c-4660-b4c9-ceeb44daf46a", 1, "pci_0000_00_1f_2", "0000:00:1f.2", "010601", "8086", "8d02", "SATA controller", "Intel Corporation", "C610/X99 series chipset 6-Port SATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_9": ["2018-04-11 15:33:39.133785", "NULL", "NULL", 10, "86eb65c4-cd6c-4755-bfd7-73c94d6a9833", 1, "pci_0000_00_1f_3", "0000:00:1f.3", "0c0500", "8086", "8d22", "SMBus", "Intel Corporation", "C610/X99 series chipset SMBus Controller", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_10": ["2018-04-11 15:33:39.14807", "NULL", "NULL", 11, "9a9b36dd-8da3-4cf0-93e3-7bc9ad1f2a0c", 1, "pci_0000_08_00_0", "0000:08:00.0", "030000", "102b", "0522", "VGA compatible controller", "Matrox Electronics Systems Ltd.", "MGA G200e [Pilot] ServerEngines (SEP1)", "Intel Corporation", "Device 0103", 0, "NULL", "NULL", 0, "", true, "NULL"], + "pci_devices_11": ["2018-04-11 15:33:39.161157", "NULL", "NULL", 12, "25f082b7-7f36-47c9-ac36-fbfaca1b123c", 1, "pci_0000_7f_0e_2", "0000:7f:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_12": ["2018-04-11 15:33:39.174161", "NULL", "NULL", 13, "1462f7f5-744f-4652-bb31-e81c54fb2323", 1, "pci_0000_7f_0e_3", "0000:7f:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_13": ["2018-04-11 15:33:39.187493", "NULL", "NULL", 14, "aa56a201-e9e8-46fb-a9da-ea899aff3c7a", 1, "pci_0000_7f_0e_4", "0000:7f:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_14": ["2018-04-11 15:33:39.200415", "NULL", "NULL", 15, "20acc6c1-c00a-4058-91dc-3d6074ac329c", 1, "pci_0000_7f_0e_5", "0000:7f:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_15": ["2018-04-11 15:33:39.215015", "NULL", "NULL", 16, "aa6ec9ac-82ee-4109-bad2-564f4e35b44b", 1, "pci_0000_ff_0e_2", "0000:ff:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_16": ["2018-04-11 15:33:39.22797", "NULL", "NULL", 17, "d462bb26-9e8f-4e30-8498-4dee5c98c04a", 1, "pci_0000_ff_0e_3", "0000:ff:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_17": ["2018-04-11 15:33:39.240909", "NULL", "NULL", 18, "0a40591d-7089-4c69-ac00-d71258ebe68e", 1, "pci_0000_ff_0e_4", "0000:ff:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_18": ["2018-04-11 15:33:39.254222", "NULL", "NULL", 19, "3e749432-ebbe-4b12-8801-c32ddc8865d4", 1, "pci_0000_ff_0e_5", "0000:ff:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_19": ["2018-04-11 17:11:15.599588", "NULL", "NULL", 20, "991fc4f4-44b0-43dd-9968-80d59697d731", 2, "pci_0000_00_11_0", "0000:00:11.0", "ff0000", "8086", "8d7c", "Unassigned class [ff00]", "Intel Corporation", "C610/X99 series chipset SPSR", "Intel Corporation", "Device 0000", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_20": ["2018-04-11 17:11:15.616116", "NULL", "NULL", 21, "dae38232-999e-4f5a-b51b-30a79bb8339f", 2, "pci_0000_00_11_1", "0000:00:11.1", "0c0500", "8086", "8d7d", "SMBus", "Intel Corporation", "C610/X99 series chipset MS SMBus 0", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_21": ["2018-04-11 17:11:15.632822", "NULL", "NULL", 22, "b9bde356-306c-4b0f-af71-4d0927ddfad8", 2, "pci_0000_00_11_4", "0000:00:11.4", "010601", "8086", "8d62", "SATA controller", "Intel Corporation", "C610/X99 series chipset sSATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_22": ["2018-04-11 17:11:15.649084", "NULL", "NULL", 23, "39f9a72a-af6d-4af6-a7df-e94bfd29087b", 2, "pci_0000_00_14_0", "0000:00:14.0", "0c0330", "8086", "8d31", "USB controller", "Intel Corporation", "C610/X99 series chipset USB xHCI Host Controller", "-p30", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_23": ["2018-04-11 17:11:15.665365", "NULL", "NULL", 24, "2f4a01b9-8e54-492f-8dcc-32008494acf6", 2, "pci_0000_00_16_0", "0000:00:16.0", "078000", "8086", "8d3a", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #1", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_24": ["2018-04-11 17:11:15.680556", "NULL", "NULL", 25, "0c813cbb-0358-4508-a967-1af5c5cf4ce8", 2, "pci_0000_00_16_1", "0000:00:16.1", "078000", "8086", "8d3b", "Communication controller", "Intel Corporation", "C610/X99 series chipset MEI Controller #2", "Intel Corporation", "Device 35c4", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_25": ["2018-04-11 17:11:15.69692", "NULL", "NULL", 26, "00604bd9-6135-4961-bdfe-0438f62d2c12", 2, "pci_0000_00_1a_0", "0000:00:1a.0", "0c0320", "8086", "8d2d", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #2", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_26": ["2018-04-11 17:11:15.713996", "NULL", "NULL", 27, "0459721c-425d-4d06-b9c4-239ba7cb681a", 2, "pci_0000_00_1d_0", "0000:00:1d.0", "0c0320", "8086", "8d26", "USB controller", "Intel Corporation", "C610/X99 series chipset USB Enhanced Host Controller #1", "-p20", "Intel Corporation", 0, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_27": ["2018-04-11 17:11:15.729494", "NULL", "NULL", 28, "62ff322e-1229-4b99-a96d-50c0ea42a0b0", 2, "pci_0000_00_1f_2", "0000:00:1f.2", "010601", "8086", "8d02", "SATA controller", "Intel Corporation", "C610/X99 series chipset 6-Port SATA Controller [AHCI mode]", "-p01", "Intel Corporation", 0, "ahci", "NULL", 0, "", false, "NULL"], + "pci_devices_28": ["2018-04-11 17:11:15.745326", "NULL", "NULL", 29, "6c216a1c-9ff9-4346-b73f-235e5defbada", 2, "pci_0000_00_1f_3", "0000:00:1f.3", "0c0500", "8086", "8d22", "SMBus", "Intel Corporation", "C610/X99 series chipset SMBus Controller", "Intel Corporation", "Device 35c4", 0, "i801_smbus", "NULL", 0, "", false, "NULL"], + "pci_devices_29": ["2018-04-11 17:11:15.761015", "NULL", "NULL", 30, "f77bde75-5077-47e1-aac2-4ed2291d0583", 2, "pci_0000_08_00_0", "0000:08:00.0", "030000", "102b", "0522", "VGA compatible controller", "Matrox Electronics Systems Ltd.", "MGA G200e [Pilot] ServerEngines (SEP1)", "Intel Corporation", "Device 0103", 0, "NULL", "NULL", 0, "", true, "NULL"], + "pci_devices_30": ["2018-04-11 17:11:15.777254", "NULL", "NULL", 31, "c46bf744-72dc-493c-83db-6d94a30dd53b", 2, "pci_0000_7f_0e_2", "0000:7f:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_31": ["2018-04-11 17:11:15.795", "NULL", "NULL", 32, "c83e401f-04da-424b-9b75-a0ad05b4aa65", 2, "pci_0000_7f_0e_3", "0000:7f:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_32": ["2018-04-11 17:11:15.810628", "NULL", "NULL", 33, "54826141-5909-4347-961a-0eb61dd53925", 2, "pci_0000_7f_0e_4", "0000:7f:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_33": ["2018-04-11 17:11:15.825939", "NULL", "NULL", 34, "8b4d86ae-a58b-41cc-aae3-f7797d052a79", 2, "pci_0000_7f_0e_5", "0000:7f:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_34": ["2018-04-11 17:11:15.841812", "NULL", "NULL", 35, "c51e18f4-9174-486e-815e-1f363ad684cf", 2, "pci_0000_ff_0e_2", "0000:ff:0e.2", "ffffff", "8086", "6ff2", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff2", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_35": ["2018-04-11 17:11:15.857688", "NULL", "NULL", 36, "b4430803-afec-4e52-99f1-e982db12fe11", 2, "pci_0000_ff_0e_3", "0000:ff:0e.3", "ffffff", "8086", "6ff3", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff3", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_36": ["2018-04-11 17:11:15.8753", "NULL", "NULL", 37, "936e9654-5ede-4fca-bd12-fcba9a98f17a", 2, "pci_0000_ff_0e_4", "0000:ff:0e.4", "ffffff", "8086", "6ff4", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff4", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"], + "pci_devices_37": ["2018-04-11 17:11:15.891445", "NULL", "NULL", 38, "1c7510d4-a3f2-45ea-914a-5c5dd4a398a0", 2, "pci_0000_ff_0e_5", "0000:ff:0e.5", "ffffff", "8086", "6ff5", "Unassigned class [ffff]", "Intel Corporation", "Device 6ff5", "-pff", "Intel Corporation", -1, "NULL", "NULL", 0, "", false, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/ports.json b/dcorch/tests/data/ipv6_R5_install/sysinv/ports.json new file mode 100644 index 000000000..8e8875ee2 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/ports.json @@ -0,0 +1,18 @@ +{ + "ports_0": ["2018-04-11 15:33:38.671242", "2018-05-17 23:53:34.967081", "NULL", 4, "813b87d8-689a-4b67-b5e4-243fc7c27584", 1, 1, 4, "ethernet", "ens785f1", "NULL", "0000:05:00.1", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_1": ["2018-04-11 15:33:38.71989", "2018-05-17 23:53:35.01302", "NULL", 5, "9ba44cb5-c180-4303-9c00-3582559a0acc", 1, 1, 5, "ethernet", "ens785f2", "NULL", "0000:05:00.2", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_2": ["2018-04-11 15:33:38.768266", "2018-05-17 23:53:35.057822", "NULL", 6, "04e6f325-e00e-4fa5-8baa-bdb4f3324922", 1, 1, 6, "ethernet", "ens785f3", "NULL", "0000:05:00.3", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_3": ["2018-04-11 15:33:38.816503", "2018-05-17 23:53:35.103271", "NULL", 7, "c7fef126-724a-4772-8aec-86edb744d5f9", 1, 2, 7, "ethernet", "ens801f0", "NULL", "0000:81:00.0", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_4": ["2018-04-11 15:33:38.864788", "2018-05-17 23:53:35.148319", "NULL", 8, "4cc16921-2b20-4f6e-bbd1-651a70ff0db2", 1, 2, 8, "ethernet", "ens801f1", "NULL", "0000:81:00.1", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_5": ["2018-04-11 17:11:14.912276", "2018-05-17 23:52:01.609196", "NULL", 9, "5119f262-9255-42be-8830-f72780e7f5fc", 2, 3, 10, "ethernet", "eno1", "NULL", "0000:03:00.0", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_6": ["2018-04-11 17:11:15.092383", "2018-05-17 23:52:01.741149", "NULL", 12, "37dd5e36-2c8b-4936-8583-7485975de434", 2, 3, 13, "ethernet", "ens785f1", "NULL", "0000:05:00.1", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_7": ["2018-04-11 17:11:15.150003", "2018-05-17 23:52:01.786282", "NULL", 13, "e7f0ae84-96eb-4f38-8ace-7c30de5c06c8", 2, 3, 14, "ethernet", "ens785f2", "NULL", "0000:05:00.2", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_8": ["2018-04-11 17:11:15.209604", "2018-05-17 23:52:01.830361", "NULL", 14, "4253f5cf-3b11-4130-a69a-72c5ae4beb0e", 2, 3, 15, "ethernet", "ens785f3", "NULL", "0000:05:00.3", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710", false, 0, "NULL"], + "ports_9": ["2018-04-11 17:11:15.317012", "2018-05-17 23:52:01.874322", "NULL", 15, "3bec919d-73cd-41a7-b6a0-124d4059e2e2", 2, 4, 16, "ethernet", "ens801f0", "NULL", "0000:81:00.0", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_10": ["2018-04-11 17:11:15.52012", "2018-05-17 23:52:01.927675", "NULL", 16, "91fd8a0a-abc7-455e-b289-86dc51932575", 2, 4, 18, "ethernet", "ens801f1", "NULL", "0000:81:00.1", 0, 63, 0, "", "ixgbe", "Ethernet controller", "Intel Corporation", "82599ES 10-Gigabit SFI/SFP+ Network Connection", "Intel Corporation", "Ethernet Server Adapter X520-2", false, 1, "NULL"], + "ports_11": ["2018-04-11 15:33:38.524353", "2018-05-17 23:53:34.834124", "NULL", 1, "3b6fbb26-cd81-4062-863a-a77d6cffceec", 1, 1, 1, "ethernet", "eno1", "NULL", "0000:03:00.0", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_12": ["2018-04-11 17:11:14.973056", "2018-05-17 23:52:01.652221", "NULL", 10, "c4d9d5eb-d561-44de-90c1-71580af73792", 2, 3, 11, "ethernet", "enp3s0f3", "NULL", "0000:03:00.3", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_13": ["2018-04-11 15:33:38.574333", "2018-05-17 23:53:34.879016", "NULL", 2, "9b4cbd57-da46-4e6c-ad10-e73c23a2555c", 1, 1, 2, "ethernet", "enp3s0f3", "NULL", "0000:03:00.3", 0, 7, 0, "", "igb", "Ethernet controller", "Intel Corporation", "I350 Gigabit Network Connection", "Intel Corporation", "Device 35c4", false, 0, "NULL"], + "ports_14": ["2018-04-11 15:33:38.622547", "2018-05-17 23:53:34.92476", "NULL", 3, "9e6fd28c-10f3-4a80-a212-28c643016d36", 1, 1, 3, "ethernet", "ens785f0", "NULL", "0000:05:00.0", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710-4", false, 0, "NULL"], + "ports_15": ["2018-04-11 17:11:15.032903", "2018-05-17 23:52:01.696813", "NULL", 11, "8d941df1-f6f3-4142-9b9a-b08cf82eb216", 2, 3, 12, "ethernet", "ens785f0", "NULL", "0000:05:00.0", 0, 32, 0, "", "i40e", "Ethernet controller", "Intel Corporation", "Ethernet Controller X710 for 10GbE SFP+", "Intel Corporation", "Ethernet Converged Network Adapter X710-4", false, 0, "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/remotelogging.json b/dcorch/tests/data/ipv6_R5_install/sysinv/remotelogging.json new file mode 100644 index 000000000..961826a9a --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/remotelogging.json @@ -0,0 +1,3 @@ +{ + "remotelogging_0": ["2018-04-11 15:32:39.953129", "NULL", "NULL", 1, "3751daa1-0cee-481d-8fef-297cd9554d92", false, "udp", "NULL", 514, "NULL", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/routes.json b/dcorch/tests/data/ipv6_R5_install/sysinv/routes.json new file mode 100644 index 000000000..84a2e8d70 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/routes.json @@ -0,0 +1,8 @@ +{ + "routes_0": ["2018-04-11 17:01:49.654734", "NULL", "NULL", 1, "3a07ca95-d6fe-48cb-9393-b949f800b552", 6, "fd01:2::", 64, "fd01:1::1", 1, 9], + "routes_1": ["2018-04-11 17:11:15.447088", "NULL", "NULL", 2, "7e5f13d4-f7f4-4739-bc96-2bbe5ec48586", 6, "fd01:2::", 64, "fd01:1::1", 1, 17], + "routes_2": ["2018-05-15 14:45:13.606829", "NULL", "NULL", 11, "504bd824-1ba7-436e-9fde-f0e80815d4bd", 6, "fd01:3::", 64, "fd01:1::1", 1, 9], + "routes_3": ["2018-05-15 14:45:16.11896", "NULL", "NULL", 12, "16d71694-9260-400f-a93f-f296bcad7459", 6, "fd01:3::", 64, "fd01:1::1", 1, 17], + "routes_4": ["2018-05-15 14:45:50.297445", "NULL", "NULL", 13, "a2d89ab2-c21a-4090-b8da-dad2276bf2e6", 6, "fd01:4::", 64, "fd01:1::1", 1, 9], + "routes_5": ["2018-05-15 14:45:52.537", "NULL", "NULL", 14, "863fb8d3-0b93-4dfa-ab08-dd0d6780be16", 6, "fd01:4::", 64, "fd01:1::1", 1, 17] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/service_parameter.json b/dcorch/tests/data/ipv6_R5_install/sysinv/service_parameter.json new file mode 100644 index 000000000..202b7496c --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/service_parameter.json @@ -0,0 +1,26 @@ +{ + "service_parameter_0": ["2018-04-11 15:32:39.983847", "NULL", "NULL", 1, "276d8c7b-9f2d-46cf-a8fc-d5fab7431057", "identity", "assignment", "driver", "sql", "NULL", "NULL"], + "service_parameter_1": ["2018-04-11 15:32:39.986087", "NULL", "NULL", 2, "f5a5f810-541b-49aa-b22d-30122e8c9e60", "identity", "identity", "driver", "sql", "NULL", "NULL"], + "service_parameter_2": ["2018-04-11 15:32:39.987819", "NULL", "NULL", 3, "e2c30305-b4c8-4a2e-aa14-3d026a61bdd3", "identity", "config", "token_expiration", "3600", "NULL", "NULL"], + "service_parameter_3": ["2018-04-11 15:32:39.989492", "NULL", "NULL", 4, "e4731090-9c51-4db3-99ce-70ff869b35a3", "horizon", "auth", "lockout_seconds", "300", "NULL", "NULL"], + "service_parameter_4": ["2018-04-11 15:32:39.991139", "NULL", "NULL", 5, "f72418fe-d50a-4243-aff8-226c0f6df137", "horizon", "auth", "lockout_retries", "3", "NULL", "NULL"], + "service_parameter_5": ["2018-04-11 15:32:39.992775", "NULL", "NULL", 6, "be0378b2-e2ca-4d37-92f3-e3467b1108b1", "cinder", "emc_vnx", "enabled", "false", "NULL", "NULL"], + "service_parameter_6": ["2018-04-11 15:32:39.994497", "NULL", "NULL", 7, "7d9b9591-0c12-4e61-9ad2-49c603cc1871", "cinder", "emc_vnx.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_7": ["2018-04-11 15:32:39.996145", "NULL", "NULL", 8, "58cb1d86-0b89-4e5d-8d31-1c4a86af0766", "cinder", "hpe3par", "enabled", "false", "NULL", "NULL"], + "service_parameter_8": ["2018-04-11 15:32:39.997763", "NULL", "NULL", 9, "02160be4-d436-4da5-b235-a5b9fb21fecf", "cinder", "hpelefthand", "enabled", "false", "NULL", "NULL"], + "service_parameter_9": ["2018-04-11 15:32:39.999406", "NULL", "NULL", 10, "3ae3b936-e711-4cee-811a-b345a87b5def", "cinder", "hpe3par.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_10": ["2018-04-11 15:32:40.001063", "NULL", "NULL", 11, "420008e8-d1eb-4466-afdc-08efe5345bf2", "cinder", "hpelefthand.state", "status", "disabled", "NULL", "NULL"], + "service_parameter_11": ["2018-04-11 15:32:40.002726", "NULL", "NULL", 12, "8d93cbf9-07b5-4083-8ab5-6493a53f627c", "platform", "maintenance", "compute_boot_timeout", "720", "NULL", "NULL"], + "service_parameter_12": ["2018-04-11 15:32:40.004397", "NULL", "NULL", 13, "3ec0b18f-9fe1-4575-aaa2-d32cbcd4cdc0", "platform", "maintenance", "controller_boot_timeout", "1200", "NULL", "NULL"], + "service_parameter_13": ["2018-04-11 15:32:40.006174", "NULL", "NULL", 14, "820598b7-cc5b-4e69-bbaa-616de14c2ad1", "platform", "maintenance", "heartbeat_period", "100", "NULL", "NULL"], + "service_parameter_14": ["2018-04-11 15:32:40.007891", "NULL", "NULL", 15, "02194572-5f47-4def-a555-b4eb878cf9ad", "platform", "maintenance", "heartbeat_failure_threshold", "10", "NULL", "NULL"], + "service_parameter_15": ["2018-04-11 15:32:40.009534", "NULL", "NULL", 16, "b9d9060c-caef-4961-a99e-b2fd5456188a", "platform", "maintenance", "heartbeat_degrade_threshold", "6", "NULL", "NULL"], + "service_parameter_16": ["2018-04-11 15:32:40.011255", "NULL", "NULL", 17, "711c1181-98c8-4eaf-a2a9-984f8a29dbdf", "ceilometer", "database", "metering_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_17": ["2018-04-11 15:32:40.012902", "NULL", "NULL", 18, "9f4bb5b5-b6e7-438d-b40b-298c95d70691", "panko", "database", "event_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_18": ["2018-04-11 15:32:40.014501", "NULL", "NULL", 19, "872903cd-e3cf-4f26-ba49-edcf5e7583ef", "aodh", "database", "alarm_history_time_to_live", "86400", "NULL", "NULL"], + "service_parameter_19": ["2018-04-11 15:32:40.016153", "NULL", "NULL", 20, "12b437f6-f53d-4efe-b7c0-7e466e5af8c3", "platform", "sysinv", "firewall_rules_id", "NULL", "NULL", "NULL"], + "service_parameter_20": ["2018-04-11 15:32:40.017776", "NULL", "NULL", 21, "8fadbdff-559e-4fc4-8935-d512219ac111", "ceph", "cache_tiering", "feature_enabled", "false", "NULL", "NULL"], + "service_parameter_21": ["2018-04-11 15:32:40.019423", "NULL", "NULL", 22, "4cfe7b0a-ec8e-40e8-9c51-86f24ef31c8a", "ceph", "cache_tiering.applied", "feature_enabled", "false", "NULL", "NULL"], + "service_parameter_22": ["2018-04-11 15:32:40.02112", "NULL", "NULL", 23, "c2c73cdc-c932-46a5-9f55-9ae1f5b64115", "ceph", "cache_tiering", "cache_enabled", "false", "NULL", "NULL"], + "service_parameter_23": ["2018-04-11 15:32:40.02278", "NULL", "NULL", 24, "b26dda8b-9f22-4e1f-9a36-3e86c91a281d", "ceph", "cache_tiering.applied", "cache_enabled", "false", "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/services.json b/dcorch/tests/data/ipv6_R5_install/sysinv/services.json new file mode 100644 index 000000000..40d674be8 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/services.json @@ -0,0 +1,7 @@ +{ + "services_0": ["2018-04-11 15:32:39.970094", "NULL", "NULL", 1, "cinder", false, "NULL", "NULL"], + "services_1": ["2018-04-11 15:32:39.973401", "NULL", "NULL", 2, "murano", false, "NULL", "NULL"], + "services_2": ["2018-04-11 15:32:39.97584", "NULL", "NULL", 3, "magnum", false, "NULL", "NULL"], + "services_3": ["2018-04-11 15:32:39.978205", "NULL", "NULL", 4, "swift", false, "NULL", "NULL"], + "services_4": ["2018-04-11 15:32:39.980688", "NULL", "NULL", 5, "ironic", false, "NULL", "NULL"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/storage_backend.json b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_backend.json new file mode 100644 index 000000000..61c4b8a56 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_backend.json @@ -0,0 +1,4 @@ +{ + "storage_backend_0": ["2018-04-11 15:32:39.960802", "2018-04-11 15:32:44.720892", "NULL", 1, "a631812f-baf1-48e4-8328-1cf4a8418572", "file", "configured", "NULL", 1, "glance", "{}", "file-store"], + "storage_backend_1": ["2018-04-11 15:55:23.672523", "2018-04-11 15:58:28.002419", "NULL", 2, "7c9b8b2d-33e8-40e5-bd55-173254120bb3", "lvm", "configured", "NULL", 1, "cinder", "{}", "lvm-store"] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/storage_file.json b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_file.json new file mode 100644 index 000000000..d6d52660b --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_file.json @@ -0,0 +1,3 @@ +{ + "storage_file_0": ["NULL", "NULL", "NULL", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/storage_lvm.json b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_lvm.json new file mode 100644 index 000000000..c99cd1907 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_lvm.json @@ -0,0 +1,3 @@ +{ + "storage_lvm_0": ["NULL", "NULL", "NULL", 2] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/storage_tiers.json b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_tiers.json new file mode 100644 index 000000000..d2e3fed05 --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/storage_tiers.json @@ -0,0 +1,3 @@ +{ + "storage_tiers_0": ["2018-04-11 15:44:36.530647", "NULL", "NULL", 1, "86006933-28fc-4928-84d0-20375ec42871", "storage", "ceph", "defined", "{}", "NULL", 1] +} diff --git a/dcorch/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json b/dcorch/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json new file mode 100644 index 000000000..51d85afff --- /dev/null +++ b/dcorch/tests/data/ipv6_R5_install/sysinv/vlan_interfaces.json @@ -0,0 +1,4 @@ +{ + "vlan_interfaces_0": ["NULL", "NULL", "NULL", 9, "133", "NULL", "90:e2:ba:b0:df:d0", 9216, "NULL", "NULL"], + "vlan_interfaces_1": ["NULL", "NULL", "NULL", 17, "133", "NULL", "90:e2:ba:b0:e9:f4", 9216, "NULL", "NULL"] +} diff --git a/dcorch/tests/unit/__init__.py b/dcorch/tests/unit/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/tests/unit/db/__init__.py b/dcorch/tests/unit/db/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/dcorch/tests/unit/db/test_orch_request_db_api.py b/dcorch/tests/unit/db/test_orch_request_db_api.py new file mode 100644 index 000000000..99c4a37b7 --- /dev/null +++ b/dcorch/tests/unit/db/test_orch_request_db_api.py @@ -0,0 +1,406 @@ +# Copyright (c) 2017 Ericsson AB +# All Rights Reserved. +# +# 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. + +import oslo_db +import sqlalchemy + +from oslo_config import cfg +from oslo_db import options +from oslo_utils import uuidutils + +from dcorch.common import config +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.db import api as api +from dcorch.db.sqlalchemy import api as db_api +from dcorch.tests import base +from dcorch.tests import utils + +config.register_options() +get_engine = api.get_engine +SUBCLOUD_NAME_REGION_ONE = "RegionOne" + + +class DBAPIOrchRequestTest(base.OrchestratorTestCase): + def setup_dummy_db(self): + options.cfg.set_defaults(options.database_opts, + sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + engine.connect() + + @staticmethod + def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + @staticmethod + def create_subcloud(ctxt, region_name, **kwargs): + values = { + 'management_state': None, + } + values.update(kwargs) + return db_api.subcloud_create(ctxt, region_name, values) + + def create_default_subcloud(self, ctxt): + region_name = 'RegionOne' + software_version = '17.07' + availability_status = 'online' + subcloud = self.create_subcloud( + ctxt, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + return subcloud + + @staticmethod + def create_resource(ctxt, resource_type, **kwargs): + values = {} + values.update(kwargs) + return db_api.resource_create(ctxt, resource_type, values) + + @staticmethod + def create_orch_job(ctxt, resource_id, endpoint_type, + operation_type, values=None): + if values is None: + values = {} + endpoint_type = endpoint_type + operation_type = operation_type + values = values + orch_job = db_api.orch_job_create(ctxt, + resource_id, + endpoint_type, + operation_type, + values) + return orch_job + + @staticmethod + def create_subcloud_resource(ctxt, subcloud_id, resource_id, **kwargs): + values = {} + values.update(kwargs) + return db_api.subcloud_resource_create(ctxt, + subcloud_id, + resource_id, + values) + + def setUp(self): + super(DBAPIOrchRequestTest, self).setUp() + + self.setup_dummy_db() + self.addCleanup(self.reset_dummy_db) + self.ctx = utils.dummy_context() + + def test_create_orch_job(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + orch_job = self.create_orch_job(self.ctx, + resource.id, + endpoint_type, + operation_type) + self.assertIsNotNone(orch_job) + self.assertEqual(consts.ENDPOINT_TYPE_PLATFORM, + orch_job.endpoint_type) + + created_orch_jobs = db_api.orch_job_get_all( + self.ctx, + resource_id=resource.id) + self.assertEqual(resource.id, + created_orch_jobs[0].get('resource_id')) + + def test_primary_key_subcloud(self): + self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + self.assertRaises(oslo_db.exception.DBDuplicateEntry, + self.create_subcloud, self.ctx, + SUBCLOUD_NAME_REGION_ONE) + + def no_test_unique_key_orch_job_uuid(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + orch_job = self.create_orch_job(self.ctx, + resource.id, + endpoint_type, + operation_type) + self.assertIsNotNone(orch_job) + + self.assertRaises(oslo_db.exception.DBDuplicateEntry, + self.create_orch_job, self.ctx, + resource.id, + endpoint_type, + operation_type) + + def create_default_resource(self, resource_type): + resource = self.create_resource(self.ctx, + resource_type) + return resource + + def create_default_orch_request(self, orch_job_id, target_region_name): + api_version = 1.0 + values = {'api_version': api_version, + 'target_region_name': target_region_name} + orch_request = db_api.orch_request_create(self.ctx, + orch_job_id, + target_region_name, + values) + return orch_request + + def test_orch_request_update(self): + resource = self.create_default_resource( + consts.RESOURCE_TYPE_SYSINV_DNS) + target_region_name = "RegionOne" + + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + values = {} + orch_job = self.create_orch_job(self.ctx, + resource.id, + endpoint_type, + operation_type, + values) + orch_request = self.create_default_orch_request(orch_job.id, + target_region_name) + self.assertIsNotNone(orch_request) + + orch_job_state = consts.ORCH_REQUEST_STATE_COMPLETED + try_count = 6 + api_version = "1.0" + + values = {'state': orch_job_state, + 'try_count': try_count, + 'api_version': api_version} + + db_api.orch_request_update(self.ctx, + orch_request.uuid, + values) + gorch_request = db_api.orch_request_get(self.ctx, + orch_request.uuid) + self.assertEqual(orch_job_state, + gorch_request.state) + self.assertEqual(try_count, + gorch_request.try_count) + self.assertEqual(api_version, + gorch_request.api_version) + self.assertEqual(target_region_name, + gorch_request.target_region_name) + + def test_orch_request_get_all(self): + resource = self.create_default_resource( + consts.RESOURCE_TYPE_SYSINV_DNS) + + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + values = {} + orch_job = self.create_orch_job(self.ctx, + resource.id, + endpoint_type, + operation_type, + values) + + target_region_name = "RegionOne" + self.create_default_orch_request(orch_job.id, + target_region_name) + target_region_name = "RegionTwo" + self.create_default_orch_request(orch_job.id, + target_region_name) + + orch_requests = db_api.orch_request_get_all(self.ctx) + self.assertEqual(2, len(orch_requests)) + + def test_orch_request_get_by_orch_job(self): + resource_sysinv = self.create_default_resource( + consts.RESOURCE_TYPE_SYSINV_DNS) + + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + values = {} + orch_job_sysinv = self.create_orch_job(self.ctx, + resource_sysinv.id, + endpoint_type, + operation_type, + values) + target_region_name = "RegionOne" + self.create_default_orch_request(orch_job_sysinv.id, + target_region_name) + + resource_flavor = self.create_default_resource( + consts.RESOURCE_TYPE_COMPUTE_FLAVOR) + + endpoint_type = consts.ENDPOINT_TYPE_COMPUTE + operation_type = consts.OPERATION_TYPE_POST + values = {} + orch_job_flavor = self.create_orch_job(self.ctx, + resource_flavor.id, + endpoint_type, + operation_type, + values) + self.create_default_orch_request(orch_job_flavor.id, + target_region_name) + + orch_requests_sysinv = db_api.orch_request_get_all( + self.ctx, + orch_job_id=orch_job_sysinv.id) + orch_requests_flavor = db_api.orch_request_get_all( + self.ctx, + orch_job_id=orch_job_flavor.id) + + self.assertEqual(1, len(orch_requests_sysinv)) + self.assertEqual(1, len(orch_requests_flavor)) + + def create_default_sysinv_orch_job(self): + resource_sysinv = self.create_default_resource( + consts.RESOURCE_TYPE_SYSINV_DNS) + + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + values = {} + orch_job_sysinv = self.create_orch_job(self.ctx, + resource_sysinv.id, + endpoint_type, + operation_type, + values) + target_region_name = "RegionOne" + orch_request = self.create_default_orch_request( + orch_job_sysinv.id, + target_region_name) + return orch_request + + def test_orch_request_update_invalid(self): + orch_request = self.create_default_sysinv_orch_job() + self.assertIsNotNone(orch_request) + + values = {} + test_uuid = uuidutils.generate_uuid() + if orch_request.uuid != test_uuid: + self.assertRaises(exceptions.OrchRequestNotFound, + db_api.orch_request_update, + self.ctx, + test_uuid, + values) + + def test_foreign_keys(self): + subcloud = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + self.assertIsNotNone(subcloud) + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + + subcloud_resource_uuid = uuidutils.generate_uuid() + shared_config_state = consts.SHARED_CONFIG_STATE_UNMANAGED + subcloud_resource_create = self.create_subcloud_resource( + self.ctx, subcloud.id, resource.id, + shared_config_state=shared_config_state, + subcloud_resource_uuid=subcloud_resource_uuid) + + self.assertIsNotNone(subcloud_resource_create) + self.assertEqual(subcloud.id, subcloud_resource_create.subcloud_id) + self.assertEqual(resource.id, subcloud_resource_create.resource_id) + + def test_delete_orch_request(self): + orch_request = self.create_default_sysinv_orch_job() + self.assertIsNotNone(orch_request) + + db_api.orch_request_destroy(self.ctx, orch_request.uuid) + self.assertRaises(exceptions.OrchRequestNotFound, + db_api.orch_request_get, + self.ctx, + orch_request.uuid) + + def skip_test_orch_request_get_by_attrs(self): + resource_sysinv = self.create_default_resource( + consts.RESOURCE_TYPE_SYSINV_DNS) + + endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + operation_type = consts.OPERATION_TYPE_PATCH + values = {} + orch_job_sysinv = self.create_orch_job(self.ctx, + resource_sysinv.id, + endpoint_type, + operation_type, + values) + target_region_name = "RegionOne" + orch_request_sysinv_1 = self.create_default_orch_request( + orch_job_sysinv.id, + target_region_name) + + db_api.orch_request_update(self.ctx, + orch_request_sysinv_1.uuid, + {'state': + consts.ORCH_REQUEST_STATE_COMPLETED}) + + orch_request_sysinv_2 = self.create_default_orch_request( + orch_job_sysinv.id, + target_region_name) + + db_api.orch_request_update(self.ctx, + orch_request_sysinv_2.uuid, + {'state': + consts.ORCH_REQUEST_STATE_IN_PROGRESS}) + + resource_flavor = self.create_default_resource( + consts.RESOURCE_TYPE_COMPUTE_FLAVOR) + + endpoint_type = consts.ENDPOINT_TYPE_COMPUTE + operation_type = consts.OPERATION_TYPE_POST + values = {} + orch_job_flavor = self.create_orch_job(self.ctx, + resource_flavor.id, + endpoint_type, + operation_type, + values) + + orch_request_compute = self.create_default_orch_request( + orch_job_flavor.id, + target_region_name) + + attrs_endpoint_type = consts.ENDPOINT_TYPE_PLATFORM + attrs_resource_type = consts.RESOURCE_TYPE_SYSINV_DNS + orch_requests_attrs_1 = db_api.orch_request_get_by_attrs( + self.ctx, + attrs_endpoint_type, + attrs_resource_type, + target_region_name=target_region_name, + states=[consts.ORCH_REQUEST_STATE_IN_PROGRESS]) + + self.assertEqual(1, len(orch_requests_attrs_1)) + + orch_requests_attrs_2 = db_api.orch_request_get_by_attrs( + self.ctx, + attrs_endpoint_type, + attrs_resource_type, + target_region_name=target_region_name, + states=[consts.ORCH_REQUEST_STATE_IN_PROGRESS, + consts.ORCH_REQUEST_STATE_COMPLETED]) + + self.assertEqual(2, len(orch_requests_attrs_2)) + + orch_requests_attrs = db_api.orch_request_get_by_attrs( + self.ctx, + consts.ENDPOINT_TYPE_COMPUTE, + consts.RESOURCE_TYPE_COMPUTE_FLAVOR, + target_region_name=target_region_name, + states=consts.ORCH_REQUEST_STATE_NONE) + + self.assertEqual(1, len(orch_requests_attrs)) + self.assertEqual(orch_request_compute.id, orch_requests_attrs[0].id) diff --git a/dcorch/tests/unit/db/test_subcloud_db_api.py b/dcorch/tests/unit/db/test_subcloud_db_api.py new file mode 100644 index 000000000..9f40c5c2e --- /dev/null +++ b/dcorch/tests/unit/db/test_subcloud_db_api.py @@ -0,0 +1,205 @@ +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. + +import sqlalchemy + +from oslo_config import cfg +from oslo_db import exception as db_exc +from oslo_db import options + +from dcmanager.common import consts as dcm_consts +from dcorch.common import config +from dcorch.common import exceptions +from dcorch.db import api as api +from dcorch.db.sqlalchemy import api as db_api +from dcorch.tests import base +from dcorch.tests import utils + +config.register_options() +get_engine = api.get_engine + + +class DBAPISubcloudTest(base.OrchestratorTestCase): + def setup_dummy_db(self): + options.cfg.set_defaults(options.database_opts, + sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + engine.connect() + + @staticmethod + def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + @staticmethod + def create_subcloud(ctxt, region_name, **kwargs): + values = {} + values.update(kwargs) + return db_api.subcloud_create(ctxt, region_name, values) + + def create_default_subcloud(self, ctxt): + region_name = 'RegionOne' + software_version = '17.07' + availability_status = dcm_consts.AVAILABILITY_ONLINE + subcloud = self.create_subcloud( + ctxt, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + return subcloud + + def setUp(self): + super(DBAPISubcloudTest, self).setUp() + + self.setup_dummy_db() + self.addCleanup(self.reset_dummy_db) + self.ctx = utils.dummy_context() + + def test_create_subcloud(self): + subcloud = self.create_default_subcloud(self.ctx) + + asubcloud = db_api.subcloud_get(self.ctx, subcloud.region_name) + self.assertIsNotNone(asubcloud) + self.assertEqual(subcloud.software_version, asubcloud.software_version) + + def test_update_subcloud(self): + subcloud = self.create_default_subcloud(self.ctx) + + availability_status_update = dcm_consts.AVAILABILITY_OFFLINE + software_version_update = subcloud.software_version + '1' + values = {'availability_status': availability_status_update, + 'software_version': software_version_update} + updated = db_api.subcloud_update(self.ctx, subcloud.region_name, + values) + self.assertIsNotNone(updated) + + updated_subcloud = db_api.subcloud_get(self.ctx, subcloud.region_name) + self.assertEqual(availability_status_update, + updated_subcloud.availability_status) + self.assertEqual(software_version_update, + updated_subcloud.software_version) + + def test_delete_subcloud(self): + subcloud = self.create_default_subcloud(self.ctx) + + db_api.subcloud_delete(self.ctx, subcloud.region_name) + + self.assertRaises(exceptions.SubcloudNotFound, + db_api.subcloud_get, + self.ctx, subcloud.region_name) + + def test_delete_all_subcloud(self): + region_names = ['RegionOne', 'RegionTwo'] + software_version = '17.07' + availability_status = dcm_consts.AVAILABILITY_ONLINE + + for region_name in region_names: + subcloud = self.create_subcloud( + self.ctx, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + + db_api.subcloud_delete(self.ctx, region_name) + + for region_name in region_names: + self.assertRaises(exceptions.SubcloudNotFound, + db_api.subcloud_get, + self.ctx, region_name) + + def test_subcloud_get_by_region_name(self): + subcloud = self.create_default_subcloud(self.ctx) + + by_region_names = db_api.subcloud_get_all( + self.ctx, + region_name=subcloud.region_name) + self.assertIsNotNone(by_region_names) + for by_region_name in by_region_names: + self.assertEqual(subcloud.region_name, by_region_name.region_name) + + def test_subcloud_get_by_administrative_and_availability_status(self): + subcloud = self.create_default_subcloud(self.ctx) + + by_statuses = db_api.subcloud_get_all( + self.ctx, + management_state=subcloud.management_state, + availability_status=subcloud.availability_status) + self.assertIsNotNone(by_statuses) + + for by_status in by_statuses: + self.assertEqual(subcloud.management_state, + by_status.management_state) + self.assertEqual(subcloud.availability_status, + by_status.availability_status) + + def test_subcloud_get_by_availability_status(self): + region_names = ['RegionOne', 'RegionTwo'] + software_version = '17.07' + availability_status = dcm_consts.AVAILABILITY_ONLINE + for region_name in region_names: + subcloud = self.create_subcloud( + self.ctx, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + + region_names = ['RegionThree', 'RegionFour'] + software_version = '17.07' + availability_status = dcm_consts.AVAILABILITY_OFFLINE + for region_name in region_names: + subcloud = self.create_subcloud( + self.ctx, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + + by_statuses = db_api.subcloud_get_all( + self.ctx, + availability_status=dcm_consts.AVAILABILITY_ONLINE) + self.assertIsNotNone(by_statuses) + + for by_status in by_statuses: + self.assertEqual(dcm_consts.AVAILABILITY_ONLINE, + by_status.availability_status) + + by_statuses = db_api.subcloud_get_all( + self.ctx, + availability_status=dcm_consts.AVAILABILITY_OFFLINE) + self.assertIsNotNone(by_statuses) + + for by_status in by_statuses: + self.assertEqual(dcm_consts.AVAILABILITY_OFFLINE, + by_status.availability_status) + + def test_subcloud_duplicate_region_names(self): + region_name = 'RegionOne' + subcloud = self.create_subcloud(self.ctx, region_name) + self.assertRaises(db_exc.DBDuplicateEntry, + self.create_subcloud, + self.ctx, subcloud.region_name) diff --git a/dcorch/tests/unit/db/test_subcloud_resource_db_api.py b/dcorch/tests/unit/db/test_subcloud_resource_db_api.py new file mode 100644 index 000000000..7a708024f --- /dev/null +++ b/dcorch/tests/unit/db/test_subcloud_resource_db_api.py @@ -0,0 +1,250 @@ +# Copyright (c) 2017 Wind River Systems, Inc. +# +# The right to copy, distribute, modify, or otherwise make use +# of this software may be licensed only pursuant to the terms +# of an applicable Wind River license agreement. +# +# Copyright (c) 2017 Ericsson AB +# All Rights Reserved. +# +# 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. + +import oslo_db +import sqlalchemy + +from oslo_config import cfg +from oslo_db import options +from oslo_utils import uuidutils + +from dcorch.common import config +from dcorch.common import consts +from dcorch.common import exceptions +from dcorch.db import api as api +from dcorch.db.sqlalchemy import api as db_api +from dcorch.tests import base +from dcorch.tests import utils + +config.register_options() +get_engine = api.get_engine +UUID1 = utils.UUID1 +UUID2 = utils.UUID2 +SUBCLOUD_NAME_REGION_ONE = "RegionOne" + + +class DBAPISubcloudResourceTest(base.OrchestratorTestCase): + def setup_dummy_db(self): + options.cfg.set_defaults(options.database_opts, + sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + engine.connect() + + @staticmethod + def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + @staticmethod + def create_subcloud(ctxt, region_name, **kwargs): + values = { + 'management_state': None, + } + values.update(kwargs) + return db_api.subcloud_create(ctxt, region_name, values) + + def create_default_subcloud(self, ctxt): + region_name = 'RegionOne' + software_version = '17.07' + availability_status = 'online' + subcloud = self.create_subcloud( + ctxt, region_name, + software_version=software_version, + availability_status=availability_status) + self.assertIsNotNone(subcloud) + return subcloud + + @staticmethod + def create_resource(ctxt, resource_type, **kwargs): + values = {} + values.update(kwargs) + return db_api.resource_create(ctxt, resource_type, values) + + @staticmethod + def create_subcloud_resource(ctxt, subcloud_id, resource_id, **kwargs): + values = {} + values.update(kwargs) + return db_api.subcloud_resource_create(ctxt, + subcloud_id, + resource_id, + values) + + def setUp(self): + super(DBAPISubcloudResourceTest, self).setUp() + + self.setup_dummy_db() + self.addCleanup(self.reset_dummy_db) + self.ctx = utils.dummy_context() + + def test_create_resource(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + self.assertEqual(consts.RESOURCE_TYPE_SYSINV_DNS, + resource.resource_type) + created_resource = db_api.resource_get_all( + self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertEqual(consts.RESOURCE_TYPE_SYSINV_DNS, + created_resource[0].get('resource_type')) + + def test_primary_key_subcloud(self): + self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + self.assertRaises(oslo_db.exception.DBDuplicateEntry, + self.create_subcloud, self.ctx, + SUBCLOUD_NAME_REGION_ONE) + + def test_unique_key_resource_uuid(self): + created_resource = self.create_resource( + self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertRaises(oslo_db.exception.DBDuplicateEntry, + self.create_resource, self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS, + uuid=created_resource.uuid) + + def skip_test_resource_update(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + # master_uuid = uuidutils.generate_uuid() + master_id = resource.master_id + values = {'master_id': master_id} + db_api.resource_update(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS, + master_id, + values) + gresource = db_api.resource_get_by_id(self.ctx, resource.id) + self.assertEqual(master_id, + gresource.get('master_id')) + + def test_resource_get_all(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + query = db_api.resource_get_all(self.ctx) + self.assertEqual(query[0].get('resource_type'), resource.resource_type) + + def skip_test_update_invalid_resource(self): + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + # master_uuid = uuidutils.generate_uuid() + master_id = resource.master_id + values = {'master_id': master_id} + self.assertRaises(exceptions.ResourceNotFound, + db_api.resource_update, + self.ctx, + 'fake_resource_type', + master_id, + values) + + def test_subcloud_resource_create(self): + subcloud = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + subcloud_resource_uuid = uuidutils.generate_uuid() + shared_config_state = consts.SHARED_CONFIG_STATE_UNMANAGED + subcloud_resource_create = self.create_subcloud_resource( + self.ctx, subcloud.id, resource.id, + shared_config_state=shared_config_state, + subcloud_resource_uuid=subcloud_resource_uuid) + self.assertIsNotNone(subcloud_resource_create) + self.assertEqual(consts.SHARED_CONFIG_STATE_UNMANAGED, + subcloud_resource_create.shared_config_state) + + def test_subcloud_resource_update(self): + subcloud = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + subcloud_resource_uuid = uuidutils.generate_uuid() + shared_config_state = consts.SHARED_CONFIG_STATE_UNMANAGED + subcloud_resource_create = self.create_subcloud_resource( + self.ctx, subcloud.id, resource.id, + shared_config_state=shared_config_state, + subcloud_resource_uuid=subcloud_resource_uuid) + self.assertIsNotNone(subcloud_resource_create) + + values = {'shared_config_state': consts.SHARED_CONFIG_STATE_MANAGED} + db_api.subcloud_resource_update( + self.ctx, subcloud_resource_create.id, + values) + + subcloud_resources = db_api.subcloud_resources_get_by_resource( + self.ctx, + resource.uuid) + self.assertEqual(consts.SHARED_CONFIG_STATE_MANAGED, + subcloud_resources[0].get('shared_config_state')) + + def test_foreign_keys(self): + subcloud = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + self.assertIsNotNone(subcloud) + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + + subcloud_resource_uuid = uuidutils.generate_uuid() + shared_config_state = consts.SHARED_CONFIG_STATE_UNMANAGED + subcloud_resource_create = self.create_subcloud_resource( + self.ctx, subcloud.id, resource.id, + shared_config_state=shared_config_state, + subcloud_resource_uuid=subcloud_resource_uuid) + + self.assertIsNotNone(subcloud_resource_create) + self.assertEqual(subcloud.id, subcloud_resource_create.subcloud_id) + self.assertEqual(resource.id, subcloud_resource_create.resource_id) + + def test_delete_subcloud_resource(self): + subcloud = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + self.assertIsNotNone(subcloud) + resource = self.create_resource(self.ctx, + consts.RESOURCE_TYPE_SYSINV_DNS) + self.assertIsNotNone(resource) + + subcloud_resource_uuid = uuidutils.generate_uuid() + shared_config_state = consts.SHARED_CONFIG_STATE_UNMANAGED + subcloud_resource = self.create_subcloud_resource( + self.ctx, subcloud.id, resource.id, + shared_config_state=shared_config_state, + subcloud_resource_uuid=subcloud_resource_uuid) + + db_api.subcloud_resource_delete(self.ctx, subcloud_resource.uuid) + subcloud_resources = db_api.subcloud_resources_get_all(self.ctx) + self.assertEqual(0, len(subcloud_resources)) + + # def test_composite_primary_key(self): + # job = self.create_subcloud(self.ctx, SUBCLOUD_NAME_REGION_ONE) + # self.create_subcloud_resource( + # self.ctx, job=job, region='Fake_region', + # source_region='Fake_region2', resource='fake_key', + # resource_type='keypair') + # self.assertRaises(oslo_db.exception.DBDuplicateEntry, + # self.create_subcloud_resource, self.ctx, job=job, + # region='Fake_region', source_region='Fake_region2', + # resource='fake_key', resource_type='keypair') diff --git a/dcorch/tests/utils.py b/dcorch/tests/utils.py new file mode 100644 index 000000000..a8966b116 --- /dev/null +++ b/dcorch/tests/utils.py @@ -0,0 +1,97 @@ +# Copyright (c) 2015 Ericsson AB +# All Rights Reserved. +# +# 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. + +import eventlet +import random +import sqlalchemy +import string +import uuid + +from oslo_config import cfg +from oslo_db import options + +from dcorch.common import context +from dcorch.db import api as db_api + + +get_engine = db_api.get_engine + + +class UUIDStub(object): + def __init__(self, value): + self.value = value + + def __enter__(self): + self.uuid4 = uuid.uuid4 + uuid_stub = lambda: self.value + uuid.uuid4 = uuid_stub + + def __exit__(self, *exc_info): + uuid.uuid4 = self.uuid4 + + +UUIDs = (UUID1, UUID2, UUID3, UUID4, UUID5) = sorted([str(uuid.uuid4()) + for x in range(5)]) + + +def random_name(): + return ''.join(random.choice(string.ascii_uppercase) + for x in range(10)) + + +def setup_dummy_db(): + options.cfg.set_defaults(options.database_opts, sqlite_synchronous=False) + options.set_defaults(cfg.CONF, connection="sqlite://") + engine = get_engine() + db_api.db_sync(engine) + engine.connect() + + +def reset_dummy_db(): + engine = get_engine() + meta = sqlalchemy.MetaData() + meta.reflect(bind=engine) + + for table in reversed(meta.sorted_tables): + if table.name == 'migrate_version': + continue + engine.execute(table.delete()) + + +def create_quota_limit(ctxt, **kwargs): + values = { + 'project_id': UUID1, + 'resource': "ram", + 'limit': 10, + } + values.update(kwargs) + return db_api.quota_create(ctxt, **values) + + +def dummy_context(user='test_username', tenant='test_project_id', + region_name=None): + return context.RequestContext.from_dict({ + 'auth_token': 'abcd1234', + 'user': user, + 'project': tenant, + 'is_admin': True, + 'region_name': region_name + }) + + +def wait_until_true(predicate, timeout=60, sleep=1, exception=None): + with eventlet.timeout.Timeout(timeout, exception): + while not predicate(): + eventlet.sleep(sleep) diff --git a/dcorch/version.py b/dcorch/version.py new file mode 100644 index 000000000..26e646dd2 --- /dev/null +++ b/dcorch/version.py @@ -0,0 +1,16 @@ +# 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. + + +import pbr.version + +version_info = pbr.version.VersionInfo('distributedcloud') diff --git a/etc/dcmanager/README-dcmanager.conf.txt b/etc/dcmanager/README-dcmanager.conf.txt new file mode 100644 index 000000000..197c823f8 --- /dev/null +++ b/etc/dcmanager/README-dcmanager.conf.txt @@ -0,0 +1,4 @@ +To generate the sample dcmanager.conf file, run the following +command from the top level of the dcmanager directory: + +tox -egenconfig diff --git a/etc/dcmanager/policy.json b/etc/dcmanager/policy.json new file mode 100755 index 000000000..ddb3c83ea --- /dev/null +++ b/etc/dcmanager/policy.json @@ -0,0 +1,7 @@ +{ + "context_is_admin": "role:admin", + "admin_or_owner": "is_admin:True or project_id:%(project_id)s", + "default": "rule:admin_or_owner", + + "dcmanager:add_subcloud": "rule:admin" +} diff --git a/etc/dcorch/README-dcorch.conf.txt b/etc/dcorch/README-dcorch.conf.txt new file mode 100644 index 000000000..08880b215 --- /dev/null +++ b/etc/dcorch/README-dcorch.conf.txt @@ -0,0 +1,4 @@ +To generate the sample dcorch.conf file, run the following +command from the top level of the dcorch directory: + +tox -egenconfig diff --git a/etc/dcorch/policy.json b/etc/dcorch/policy.json new file mode 100755 index 000000000..b1ca7eab8 --- /dev/null +++ b/etc/dcorch/policy.json @@ -0,0 +1,7 @@ +{ + "context_is_admin": "role:admin", + "admin_or_owner": "is_admin:True or project_id:%(project_id)s", + "default": "rule:admin_or_owner", + + "dcorch:add_subcloud": "rule:admin" +} diff --git a/pylint.rc b/pylint.rc new file mode 100644 index 000000000..157bdbfc3 --- /dev/null +++ b/pylint.rc @@ -0,0 +1,218 @@ +[MASTER] +# Specify a configuration file. +rcfile=pylint.rc + +# Python code to execute, usually for sys.path manipulation such as pygtk.require(). +#init-hook= + +# Add files or directories to the blacklist. They should be base names, not paths. +ignore=tests + +# Pickle collected data for later comparisons. +persistent=yes + +# List of plugins (as comma separated values of python modules names) to load, +# usually to register additional checkers. +load-plugins= + + +[MESSAGES CONTROL] +# Enable the message, report, category or checker with the given id(s). You can +# either give multiple identifier separated by comma (,) or put this option +# multiple time. +#enable= + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). +# https://pylint.readthedocs.io/en/latest/user_guide/output.html#source-code-analysis-section +# We are disabling (C)onvention +# We are disabling (R)efactor +# We are probably disabling (W)arning +# We are not disabling (F)atal, (E)rror +disable=C,R,W +#disable=C,R + + +[REPORTS] +# Set the output format. Available formats are text, parseable, colorized, msvs +# (visual studio) and html +output-format=text + +# Put messages in a separate file for each module / package specified on the +# command line instead of printing them on stdout. Reports (if any) will be +# written in a file name "pylint_global.[txt|html]". +files-output=no + +# Tells whether to display a full report or only the messages +reports=no + +# Python expression which should return a note less than 10 (10 is the highest +# note). You have access to the variables errors warning, statement which +# respectively contain the number of errors / warnings messages and the total +# number of statements analyzed. This is used by the global evaluation report +# (RP0004). +evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) + + +[SIMILARITIES] +# Minimum lines number of a similarity. +min-similarity-lines=4 + +# Ignore comments when computing similarities. +ignore-comments=yes + +# Ignore docstrings when computing similarities. +ignore-docstrings=yes + + +[FORMAT] +# Maximum number of characters on a single line. +max-line-length=85 + +# Maximum number of lines in a module +max-module-lines=1000 + +# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 tab). +indent-string=' ' + + +[TYPECHECK] +# Tells whether missing members accessed in mixin class should be ignored. A +# mixin class is detected if its name ends with "mixin" (case insensitive). +ignore-mixin-members=yes + +# List of classes names for which member attributes should not be checked +# (useful for classes with attributes dynamically set). +ignored-classes=SQLObject + +# List of members which are set dynamically and missed by pylint inference +# system, and so shouldn't trigger E0201 when accessed. Python regular +# expressions are accepted. +generated-members=REQUEST,acl_users,aq_parent + + +[BASIC] +# List of builtins function names that should not be used, separated by a comma +bad-functions=map,filter,apply,input + +# Regular expression which should only match correct module names +module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ + +# Regular expression which should only match correct module level names +const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ + +# Regular expression which should only match correct class names +class-rgx=[A-Z_][a-zA-Z0-9]+$ + +# Regular expression which should only match correct function names +function-rgx=[a-z_][a-z0-9_]{2,30}$ + +# Regular expression which should only match correct method names +method-rgx=[a-z_][a-z0-9_]{2,30}$ + +# Regular expression which should only match correct instance attribute names +attr-rgx=[a-z_][a-z0-9_]{2,30}$ + +# Regular expression which should only match correct argument names +argument-rgx=[a-z_][a-z0-9_]{2,30}$ + +# Regular expression which should only match correct variable names +variable-rgx=[a-z_][a-z0-9_]{2,30}$ + +# Regular expression which should only match correct list comprehension / +# generator expression variable names +inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$ + +# Good variable names which should always be accepted, separated by a comma +good-names=i,j,k,ex,Run,_ + +# Bad variable names which should always be refused, separated by a comma +bad-names=foo,bar,baz,toto,tutu,tata + +# Regular expression which should only match functions or classes name which do +# not require a docstring +no-docstring-rgx=__.*__ + + +[MISCELLANEOUS] +# List of note tags to take in consideration, separated by a comma. +notes=FIXME,XXX,TODO + + +[VARIABLES] +# Tells whether we should check for unused import in __init__ files. +init-import=no + +# A regular expression matching the beginning of the name of dummy variables +# (i.e. not used). +dummy-variables-rgx=_|dummy + +# List of additional names supposed to be defined in builtins. Remember that +# you should avoid to define new builtins when possible. +additional-builtins= + + +[IMPORTS] +# Deprecated modules which should not be used, separated by a comma +deprecated-modules=regsub,string,TERMIOS,Bastion,rexec + +# Create a graph of every (i.e. internal and external) dependencies in the +# given file (report RP0402 must not be disabled) +import-graph= + +# Create a graph of external dependencies in the given file (report RP0402 must +# not be disabled) +ext-import-graph= + +# Create a graph of internal dependencies in the given file (report RP0402 must +# not be disabled) +int-import-graph= + + +[DESIGN] +# Maximum number of arguments for function / method +max-args=5 + +# Argument names that match this expression will be ignored. Default to name +# with leading underscore +ignored-argument-names=_.* + +# Maximum number of locals for function / method body +max-locals=15 + +# Maximum number of return / yield for function / method body +max-returns=6 + +# Maximum number of branch for function / method body +max-branchs=12 + +# Maximum number of statements in function / method body +max-statements=50 + +# Maximum number of parents for a class (see R0901). +max-parents=7 + +# Maximum number of attributes for a class (see R0902). +max-attributes=7 + +# Minimum number of public methods for a class (see R0903). +min-public-methods=2 + +# Maximum number of public methods for a class (see R0904). +max-public-methods=20 + + +[CLASSES] +# List of method names used to declare (i.e. assign) instance attributes. +defining-attr-methods=__init__,__new__,setUp + +# List of valid names for the first argument in a class method. +valid-classmethod-first-arg=cls + + +[EXCEPTIONS] +# Exceptions that will emit a warning when being caught. Defaults to +# "Exception" +overgeneral-exceptions=Exception diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..7a6febea3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,50 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +# We have an older pbr which seems to work... +# pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr >= 1.8 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD + +Paste # MIT +PasteDeploy>=1.5.0 # MIT +Routes>=2.3.1 # MIT +debtcollector>=1.2.0 # Apache-2.0 +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT +pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD +greenlet>=0.3.2 # MIT +httplib2>=0.7.5 # MIT +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) +keystonemiddleware>=4.12.0 # Apache-2.0 +netaddr!=0.7.16,>=0.7.13 # BSD +retrying!=1.3.0,>=1.2.3 # Apache-2.0 +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT +WebOb>=1.7.1 # MIT +alembic>=0.8.10 # MIT +six>=1.9.0 # MIT +stevedore>=1.20.0 # Apache-2.0 +oslo.concurrency>=3.8.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 +oslo.context>=2.14.0 # Apache-2.0 +oslo.db>=4.21.1 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 +oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 +oslo.middleware>=3.27.0 # Apache-2.0 +oslo.policy>=1.17.0 # Apache-2.0 +oslo.rootwrap>=5.0.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 +oslo.service>=1.10.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 +oslo.versionedobjects>=1.17.0 # Apache-2.0 +sqlalchemy-migrate>=0.11.0 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 +python-cinderclient>=2.1.0 # Apache-2.0 +python-novaclient>=7.1.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +pycrypto>=2.6 # Public Domain +pysnmp>=4.2.3 # BSD +requests_toolbelt diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..c8ef734c2 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,51 @@ +[metadata] +name = distributedcloud +summary = Distributed Cloud +description-file = + README.rst +author = OpenStack +author-email = openstack-dev@lists.openstack.org +home-page = http://www.openstack.org/ +classifier = + Environment :: OpenStack + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 + +[files] +packages = + dcmanager + dcorch + +[entry_points] +console_scripts = + dcmanager-api = dcmanager.cmd.api:main + dcmanager-manager = dcmanager.cmd.manager:main + dcmanager-manage = dcmanager.cmd.manage:main + dcorch-api = dcorch.cmd.api:main + dcorch-engine = dcorch.cmd.engine:main + dcorch-manage = dcorch.cmd.manage:main + dcorch-snmp = dcorch.cmd.snmp:main + dcorch-api-proxy = dcorch.cmd.api_proxy:main + + +oslo.config.opts = + dcorch.common.config = dcorch.common.config:list_opts + dcorch.common.api.api_config = dcorch.api.api_config:list_opts + dcorch.common.snmp.snmp_config = dcorch.snmp.snmp_config:list_opts + dcorch.engine.quota_manager = dcorch.engine.quota_manager:list_opts + dcorch.engine.dcorch_lock = dcorch.engine.dcorch_lock:list_opts + dcmanager.common.config = dcmanager.common.config:list_opts + dcmanager.common.api.api_config = dcmanager.api.api_config:list_opts + +[extract_messages] +keywords = _ gettext ngettext l_ lazy_gettext +mapping_file = babel.cfg +output_file = dcmanager/locale/dcmanager.pot diff --git a/setup.py b/setup.py new file mode 100644 index 000000000..5f9bfbd6f --- /dev/null +++ b/setup.py @@ -0,0 +1,30 @@ +# Copyright (c) 2013 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 FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT +import setuptools + +# In python < 2.7.4, a lazy loading of package `pbr` will break +# setuptools if some other modules registered functions in `atexit`. +# solution from: http://bugs.python.org/issue15881#msg170215 +try: + import multiprocessing # noqa +except ImportError: + pass + +# Danger - pbr requirement >= 2.0.0 not satisfied... +setuptools.setup( + setup_requires=['pbr>=1.8.0'], + pbr=True) diff --git a/setup_ddt_tests.py b/setup_ddt_tests.py new file mode 100644 index 000000000..b6b5e8e10 --- /dev/null +++ b/setup_ddt_tests.py @@ -0,0 +1,108 @@ +# Copyright (c) 2013 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. + +import os +import setuptools +# In python < 2.7.4, a lazy loading of package `pbr` will break +# setuptools if some other modules registered functions in `atexit`. +# solution from: http://bugs.python.org/issue15881#msg170215 +try: + import multiprocessing # noqa +except ImportError: + pass + + +def get_data_repo(): + tmp_dir = os.environ['DATA_DIRECTORY'] + return os.path.abspath(tmp_dir) + + +# Search the data repository to get all sub repositories +# Each sub repository will contain a configuration to run tests with +def get_cfgs(): + return [d for d in os.listdir(data_dir) + if os.path.isdir(os.path.join(data_dir, d))] + + +# Some data sets may not have the correct database sources needed for the +# unit tests, this is specified in the tox file and filtered out here +def filter_cfgs(cfgs_full): + cfgs_usable = [] + required = os.environ.get('REQUIRED_REPOS') + if required: + for cfg in cfgs_full: + subdirs = os.listdir('%s/%s' % (data_dir, cfg)) + include = True + for d in required.split(','): + if d not in subdirs: + include = False + break + if include: + cfgs_usable.append(cfg) + else: + cfgs_usable = cfgs + return cfgs_usable + + +# writes the current data set source to a file within the tests default data +# repo this will be picked up when running tests to create the path to the +# current test configuration of the ddt framework to unpack +def set_current_test_data(cfg): + file = open('.current.cfg', 'w') + file.write('%s/%s' % (data_dir, cfg)) + file.close() + + +def print_divider(width, txt): + width_new = (int(width) - len(txt)) / 2 + print '%s%s%s' % ('_' * width_new, txt, '_' * width_new) + + +def get_divider_size(): + width = 80 + try: + rows, width = os.popen('stty size', 'r').read().split() + except Exception: + pass + return width + +# Get all repository information +data_dir = get_data_repo() +print 'Using %s as data directory' % data_dir + +cfgs = get_cfgs() +cfgs_usable = filter_cfgs(cfgs) +print 'Required repo databases: %s' % os.environ.get('REQUIRED_REPOS') +print "Test data folder(s) found: %s" % cfgs +if len(cfgs_usable) == 0: + print 'No usable data sets found' + exit + +print 'Usable data folder(s): %s' % cfgs_usable +if os.environ.get('SINGLE_REPO') == 'True': + cfgs_usable = [cfgs_usable[0]] + print 'Restricting to single data set: %s' % cfgs_usable[0] +print '' + +# Loop through all configurations and run unit tests with each +columns = get_divider_size() +for cfg in cfgs_usable: + print_divider(columns, cfg) + print 'Running unit tests with test data: %s' % cfg + set_current_test_data(cfg) + setuptools.setup( + setup_requires=['pbr>=1.8.0'], + pbr=True) + print '' diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..5de028dab --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,22 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +cliff>=2.6.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 +fixtures>=3.0.0 # Apache-2.0/BSD +mock>=2.0 # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +requests-mock>=1.1 # Apache-2.0 +sphinx!=1.6.1,>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +testresources>=0.2.4 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +WebTest>=2.0 # MIT +oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0 +tempest-lib>=0.14.0 # Apache-2.0 +ddt>=1.0.1 # MIT +pylint==1.7.1 # GPLv2 diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..710c8cef1 --- /dev/null +++ b/tox.ini @@ -0,0 +1,98 @@ +[tox] +minversion = 1.6 +envlist = py27,pep8 +# Tox does not work if the path to the workdir is too long, so move it to /tmp +toxworkdir = /tmp/{env:USER}_distributedcloud +#skipsdist = True + +[testenv] +#usedevelop = True +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages} +setenv = + VIRTUAL_ENV={envdir} + CURRENT_CFG_FILE={toxinidir}/.current.cfg + DATA_DIRECTORY={env:MY_REPO}/addons/wr-cgcs/layers/cgcs/extras.ND/ddt_data/distributed_cloud + +deps = keyring + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + -e{toxinidir}/../../middleware/config/recipes-common/tsconfig/tsconfig + -e{toxinidir}/../../middleware/config/recipes-control/configutilities/configutilities + -e{toxinidir}/../../middleware/sysinv/recipes-common/sysinv/sysinv + -e{toxinidir}/../../middleware/fault/recipes-common/fm-api + -e{toxinidir}/../../middleware/patching/recipes-common/cgcs-patch/cgcs-patch + -e{toxinidir}/../../middleware/sysinv/recipes-common/cgts-client/cgts-client + -e{toxinidir}/../../recipes-nfv/nfv/nfv-client + +commands = + find {toxinidir} -not -path '{toxinidir}/.tox/*' -name '*.py[c|o]' -delete + python setup_ddt_tests.py testr --slowest --testr-args='{posargs}' +whitelist_externals = + rm + find + +[testenv:py27] +basepython = python2.7 + +[testenv:py27-single] +basepython = python2.7 +setenv = + CURRENT_CFG_FILE={toxinidir}/.current.cfg + DATA_DIRECTORY={env:MY_REPO}/addons/wr-cgcs/layers/cgcs/extras.ND/ddt_data/distributed_cloud + SINGLE_REPO=True + +[testenv:debug-py27] +basepython = python2.7 +commands = oslo_debug_helper {posargs} + +[testenv:debug-py34] +basepython = python3.4 +commands = oslo_debug_helper {posargs} + +[testenv:pep8] +deps = hacking<0.11,>=0.10.2 +commands = flake8 + +[testenv:venv] +commands = {posargs} + +[testenv:cover] +basepython = python2.7 +usedevelop = True +commands = + coverage erase + rm -Rf cover + rm -f coverage.xml + find {toxinidir} -not -path '{toxinidir}/.tox/*' -name '*.py[c|o]' -delete + python setup.py testr --coverage --testr-args='{posargs}' + coverage xml --rcfile=.coveragerc_xml + +[testenv:docs] +commands = python setup.py build_sphinx + +[testenv:debug] +commands = oslo_debug_helper {posargs} + +[flake8] +# E123, E125 skipped as they are invalid PEP-8. +show-source = True +ignore = E123,E125,H233 +builtins = _ +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build + +[testenv:genconfig] +commands = + oslo-config-generator --config-file=tools/config-generator.conf + +[hacking] +import_exceptions = dcmanager.common.i18n,dcorch.common.i18n + +[testenv:pylint] +basepython = python2.7 +sitepackages = False + +deps = {[testenv]deps} + +commands = + pylint {posargs} dcmanager dcorch --rcfile=./pylint.rc +