aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-10-12 17:03:26 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-12 17:03:26 +0000
commitdd0e139acf7527dffb77cecf2c24a985eabad5b8 (patch)
treedce11b8d19650d22897edb23b3a04eeb7951aca2 /installation
parent24a05e22d5c03d68aa5e97dc6caea6f8cf954bda (diff)
parent53a21834ccd5925b806c245650ee3aa9a94f9fbf (diff)
Merge "Roll versions for Jakarta release"
Former-commit-id: 34143b9220ac8b4401198ccc8589fed6edf3cdf4
Diffstat (limited to 'installation')
-rw-r--r--installation/ansible-server/pom.xml2
-rw-r--r--installation/ansible-server/src/main/dc/docker-compose.yaml52
-rw-r--r--installation/dmaap-listener/pom.xml2
-rw-r--r--installation/pom.xml2
-rw-r--r--installation/sdnc-web/pom.xml2
-rw-r--r--installation/sdnc/pom.xml2
-rw-r--r--installation/ueb-listener/pom.xml2
7 files changed, 58 insertions, 6 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml
index 6bfbbeb3..a76bf357 100644
--- a/installation/ansible-server/pom.xml
+++ b/installation/ansible-server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation-ansible-server</artifactId>
diff --git a/installation/ansible-server/src/main/dc/docker-compose.yaml b/installation/ansible-server/src/main/dc/docker-compose.yaml
new file mode 100644
index 00000000..371aabde
--- /dev/null
+++ b/installation/ansible-server/src/main/dc/docker-compose.yaml
@@ -0,0 +1,52 @@
+version: '2.1'
+
+networks:
+ default:
+ driver: bridge
+ driver_opts:
+ com.docker.network.driver.mtu: ${MTU}
+
+
+services:
+
+ db:
+ image: mariadb:10.5
+ container_name: sdnc_db_container
+ ports:
+ - "23306:3306"
+ environment:
+ - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
+ - MYSQL_ROOT_HOST=%
+ - MYSQL_USER=${MYSQL_USER}
+ - MYSQL_PASSWORD=${MYSQL_PASSWORD}
+ - MYSQL_DATABASE=${MYSQL_DATABASE}
+ logging:
+ driver: "json-file"
+ options:
+ max-size: "30m"
+ max-file: "5"
+
+ ansible:
+ image: onap/sdnc-ansible-server-image:latest
+ depends_on :
+ - db
+ container_name: sdnc_ansible_container
+ entrypoint: ["/opt/ansible-server/startAnsibleServer.sh"]
+ ports:
+ - "8000"
+ links:
+ - db:dbhost
+ - db:sdnctldb01
+ - db:sdnctldb02
+ environment:
+ - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
+ - MYSQL_USER=${MYSQL_USER}
+ - MYSQL_PASSWORD=${MYSQL_PASSWORD}
+ - MYSQL_DATABASE=${MYSQL_DATABASE}
+ - ANSIBLE_TRUSTSTORE_PASSWORD=${ANSIBLE_TRUSTSTORE_PASSWORD}
+ logging:
+ driver: "json-file"
+ options:
+ max-size: "30m"
+ max-file: "5"
+
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index 8e490a00..4dad6354 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation-dmaap-listener</artifactId>
diff --git a/installation/pom.xml b/installation/pom.xml
index 4d6b57d3..fa6062b3 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>sdnc-oam</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation</artifactId>
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index b3a935bf..8817c936 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation-sdnc-web</artifactId>
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index fd45b007..11118491 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation-sdnc</artifactId>
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index 2ccbde80..60641de7 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>installation-ueb-listener</artifactId>