summaryrefslogtreecommitdiffstats
path: root/packages/docker
diff options
context:
space:
mode:
Diffstat (limited to 'packages/docker')
-rw-r--r--packages/docker/pom.xml8
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.aria29
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.jacoco2
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian4
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final4
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update2
-rw-r--r--packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-104
7 files changed, 41 insertions, 12 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index 5f271a9fac..c37d68a5ed 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.mso</groupId>
+ <groupId>org.openecomp.so</groupId>
<artifactId>packages</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
- <groupId>org.openecomp.mso</groupId>
+ <groupId>org.openecomp.so</groupId>
<artifactId>docker</artifactId>
<name>MSO Docker Deliveries</name>
@@ -22,8 +22,8 @@
i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r-->
<mso.chef.git.url.prefix>${env.GIT_NO_PROJECT}</mso.chef.git.url.prefix>
<mso.chef.git.branchname>master</mso.chef.git.branchname>
- <mso.chef.git.url.suffix.chef.repo>mso/chef-repo</mso.chef.git.url.suffix.chef.repo>
- <mso.chef.git.url.suffix.chef.config>mso/mso-config</mso.chef.git.url.suffix.chef.config>
+ <mso.chef.git.url.suffix.chef.repo>so/chef-repo</mso.chef.git.url.suffix.chef.repo>
+ <mso.chef.git.url.suffix.chef.config>so/so-config</mso.chef.git.url.suffix.chef.config>
<mso.project.version>${project.version}</mso.project.version>
</properties>
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.aria b/packages/docker/src/main/docker/docker-files/Dockerfile.aria
new file mode 100644
index 0000000000..43371b5fa1
--- /dev/null
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.aria
@@ -0,0 +1,29 @@
+#
+# ============LICENSE_START===================================================
+# Copyright (c) 2017 Cloudify.co. 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====================================================
+#
+
+FROM httpd:alpine
+
+RUN apk update
+RUN apk add python2 py2-pip gcc python2-dev linux-headers musl-dev git curl
+
+RUN pip install apache-ariatosca==0.1.0 jinja2==2.8
+RUN curl -sL http://github.com/dfilppi/aria-rest/archive/master.tar.gz|tar xzf -
+WORKDIR aria-rest-master
+RUN pip install .
+
+CMD aria-rest
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco
index 744916258d..cd70b373f7 100644
--- a/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.jacoco
@@ -2,7 +2,7 @@
FROM ubuntu:14.04
### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
LABEL Description="This image is used to get jacoco result from a jboss image" Version="1.0"
ARG http_proxy
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian
index b07c8c9472..c279597d34 100644
--- a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-arquillian
@@ -2,8 +2,8 @@ FROM openecomp/wildfly:1.0
### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO base for arquillian" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO base for arquillian" Version="1.0"
ENV CHEF_REPO_NAME="chef-repo"
ENV CHEF_CONFIG_NAME="mso-config"
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final
index ff7f44bcfd..16d062ec82 100644
--- a/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final
@@ -2,8 +2,8 @@ FROM openecomp/wildfly:1.0
### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains the OpenECOMP MSO" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains the ONAP SO" Version="1.0"
ARG http_proxy
ARG https_proxy
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update b/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update
index 2e8f268f19..8ed710745a 100644
--- a/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
+MAINTAINER "The ONAP Team"
LABEL Description="This image contains an updated version of ubuntu 16.04" Version="1.0"
ARG http_proxy
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10 b/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10
index fff753217d..0e766e2658 100644
--- a/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10
+++ b/packages/docker/src/main/docker/docker-files/Dockerfile.wildfly-10
@@ -1,8 +1,8 @@
FROM openecomp/ubuntu-update:1.0
### File Author / Maintainer
-MAINTAINER "The OpenECOMP Team"
-LABEL Description="This image contains OpenECOMP MSO ubuntu base" Version="1.0"
+MAINTAINER "The ONAP Team"
+LABEL Description="This image contains ONAP SO ubuntu base" Version="1.0"
ARG http_proxy
ARG https_proxy