aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:11:24 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:11:26 +0000
commit9a98a583855c9665c7171ca2e44e311095cdaac1 (patch)
treeb9f784669b9d235bba8d9bf9354cd313ff051171 /ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging
parent0453f7ce05dcb0affc9025c007db125128d0bf95 (diff)
Init ncomp.docker
Change-Id: Ic87bcf77cff63ef6cd3004fbff9a69f11930d684 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging')
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptor.properties6
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorMessageEnum.java35
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorOperationEnum.java29
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHost.properties186
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostMessageEnum.java65
-rw-r--r--ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostOperationEnum.java59
6 files changed, 380 insertions, 0 deletions
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptor.properties b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptor.properties
new file mode 100644
index 0000000..555c4fc
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptor.properties
@@ -0,0 +1,6 @@
+
+dummy=\
+ null|\
+ null|\
+ null|\
+ null
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorMessageEnum.java b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorMessageEnum.java
new file mode 100644
index 0000000..2efd8de
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorMessageEnum.java
@@ -0,0 +1,35 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * OPENECOMP - DCAE
+ * ===================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. 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.
+ * ============LICENSE_END============================================
+ */
+
+
+package org.openecomp.ncomp.servers.docker.logging;
+
+import com.att.eelf.i18n.EELFResourceManager;
+import org.openecomp.logger.EcompMessageEnum;
+
+public enum DockerAdaptorMessageEnum implements EcompMessageEnum {
+
+ dummy;
+
+ static {
+ EELFResourceManager.loadMessageBundle("org.openecomp.ncomp.servers.docker.logging.DockerAdaptor");
+ }
+}
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorOperationEnum.java b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorOperationEnum.java
new file mode 100644
index 0000000..8a36bca
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerAdaptorOperationEnum.java
@@ -0,0 +1,29 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * OPENECOMP - DCAE
+ * ===================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. 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.
+ * ============LICENSE_END============================================
+ */
+
+
+package org.openecomp.ncomp.servers.docker.logging;
+
+import org.openecomp.entity.EcompOperationEnum;
+
+public enum DockerAdaptorOperationEnum implements EcompOperationEnum {
+
+}
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHost.properties b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHost.properties
new file mode 100644
index 0000000..b815973
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHost.properties
@@ -0,0 +1,186 @@
+
+dummy=\
+ null|\
+ null|\
+ null|\
+ null
+
+poll=\
+ poll-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+startContainer=\
+ startContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+stopContainer=\
+ stopContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+restartContainer=\
+ restartContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+pauseContainer=\
+ pauseContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+unpauseContainer=\
+ unpauseContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+removeContainer=\
+ removeContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+inspectContainer=\
+ inspectContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+killContainer=\
+ killContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+dockerRun=\
+ dockerRun-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+dockerRunWithName=\
+ dockerRunWithName-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+dockerRunWithOptions=\
+ dockerRunWithOptions-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+containerStats=\
+ containerStats-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+containerProcesses=\
+ containerProcesses-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+pullImage=\
+ pullImage-FAILED-5001W|\
+ {0}|\
+ null|\
+ Operation Failed with Exception
+
+REMOTE_poll=\
+ REMOTE-poll-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_startContainer=\
+ REMOTE-startContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_stopContainer=\
+ REMOTE-stopContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_restartContainer=\
+ REMOTE-restartContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_pauseContainer=\
+ REMOTE-pauseContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_unpauseContainer=\
+ REMOTE-unpauseContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_removeContainer=\
+ REMOTE-removeContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_inspectContainer=\
+ REMOTE-inspectContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_killContainer=\
+ REMOTE-killContainer-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_dockerRun=\
+ REMOTE-dockerRun-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_dockerRunWithName=\
+ REMOTE-dockerRunWithName-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_dockerRunWithOptions=\
+ REMOTE-dockerRunWithOptions-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_containerStats=\
+ REMOTE-containerStats-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_containerProcesses=\
+ REMOTE-containerProcesses-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
+
+REMOTE_pullImage=\
+ REMOTE-pullImage-FAILED-5001W|\
+ {0}|\
+ null|\
+ Remote Operation Failed with Exception
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostMessageEnum.java b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostMessageEnum.java
new file mode 100644
index 0000000..aa1d5a2
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostMessageEnum.java
@@ -0,0 +1,65 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * OPENECOMP - DCAE
+ * ===================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. 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.
+ * ============LICENSE_END============================================
+ */
+
+
+package org.openecomp.ncomp.servers.docker.logging;
+
+import com.att.eelf.i18n.EELFResourceManager;
+import org.openecomp.logger.EcompMessageEnum;
+
+public enum DockerHostMessageEnum implements EcompMessageEnum {
+
+ dummy,
+ poll,
+ startContainer,
+ stopContainer,
+ restartContainer,
+ pauseContainer,
+ unpauseContainer,
+ removeContainer,
+ inspectContainer,
+ killContainer,
+ dockerRun,
+ dockerRunWithName,
+ dockerRunWithOptions,
+ containerStats,
+ containerProcesses,
+ pullImage,
+ REMOTE_poll,
+ REMOTE_startContainer,
+ REMOTE_stopContainer,
+ REMOTE_restartContainer,
+ REMOTE_pauseContainer,
+ REMOTE_unpauseContainer,
+ REMOTE_removeContainer,
+ REMOTE_inspectContainer,
+ REMOTE_killContainer,
+ REMOTE_dockerRun,
+ REMOTE_dockerRunWithName,
+ REMOTE_dockerRunWithOptions,
+ REMOTE_containerStats,
+ REMOTE_containerProcesses,
+ REMOTE_pullImage;
+
+ static {
+ EELFResourceManager.loadMessageBundle("org.openecomp.ncomp.servers.docker.logging.DockerHost");
+ }
+}
diff --git a/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostOperationEnum.java b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostOperationEnum.java
new file mode 100644
index 0000000..211c5a7
--- /dev/null
+++ b/ncomp-docker-adaptor/src/main/sirius-gen/org/openecomp/ncomp/servers/docker/logging/DockerHostOperationEnum.java
@@ -0,0 +1,59 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * OPENECOMP - DCAE
+ * ===================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. 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.
+ * ============LICENSE_END============================================
+ */
+
+
+package org.openecomp.ncomp.servers.docker.logging;
+
+import org.openecomp.entity.EcompOperationEnum;
+
+public enum DockerHostOperationEnum implements EcompOperationEnum {
+
+ poll,
+ startContainer,
+ stopContainer,
+ restartContainer,
+ pauseContainer,
+ unpauseContainer,
+ removeContainer,
+ inspectContainer,
+ killContainer,
+ dockerRun,
+ dockerRunWithName,
+ dockerRunWithOptions,
+ containerStats,
+ containerProcesses,
+ pullImage,
+ REMOTE_poll,
+ REMOTE_startContainer,
+ REMOTE_stopContainer,
+ REMOTE_restartContainer,
+ REMOTE_pauseContainer,
+ REMOTE_unpauseContainer,
+ REMOTE_removeContainer,
+ REMOTE_inspectContainer,
+ REMOTE_killContainer,
+ REMOTE_dockerRun,
+ REMOTE_dockerRunWithName,
+ REMOTE_dockerRunWithOptions,
+ REMOTE_containerStats,
+ REMOTE_containerProcesses,
+ REMOTE_pullImage;
+}