Merge "Table schema fixes"
authorDavid Stilwell <stilwelld@att.com>
Thu, 20 Sep 2018 19:18:00 +0000 (19:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 20 Sep 2018 19:18:00 +0000 (19:18 +0000)
Former-commit-id: 3ba9a345c366f865fa70dd89dfbb5325009b5cce

dgbuilder/.gitignore
installation/ansible-server/pom.xml
installation/dgbuilder/.gitignore [new file with mode: 0755]
platform-logic/pom.xml

index 39c2405..e0a11b5 100644 (file)
@@ -10,4 +10,5 @@ target/
 MANIFEST.MF\r
 .DS_STORE\r
 .metadata\r
-pom.xml_base
\ No newline at end of file
+pom.xml_base\r
+node_modules
\ No newline at end of file
index e5e7801..593c5ae 100644 (file)
@@ -88,7 +88,7 @@
                         </goals><!-- here the phase you need -->
                         <phase>validate</phase>
                         <configuration>
-                            <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/Playbooks</outputDirectory>
+                            <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks</outputDirectory>
                             <resources>
                                 <resource>
                                     <directory>src/main/yml</directory>
diff --git a/installation/dgbuilder/.gitignore b/installation/dgbuilder/.gitignore
new file mode 100755 (executable)
index 0000000..ed7fb70
--- /dev/null
@@ -0,0 +1 @@
+releases
\ No newline at end of file
index 9736911..4fb1839 100644 (file)
@@ -26,6 +26,7 @@
         <module>vnfapi</module>
         <module>lcm</module>
         <module>restapi-templates</module>
+        <module>datachange</module>
         <module>installer</module>
     </modules>