summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/ansible-awx-executor
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Spring boot, Kotlin version upgradesBrinda Santh1-5/+5
2019-12-11Metadata for name, version, tags and typeBrinda Santh1-1/+1
2019-12-06Refractor controller blueprint modulesBrinda Santh1-2/+2
2019-11-26Formatting Code base with ktlintSingal, Kapil (ks220y)2-53/+88
2019-09-26Fixing distribution and propertiesSingal, Kapil (ks220y)1-1/+1
2019-09-24Refactoring ResourceAssignmentUtilsSingal, Kapil (ks220y)1-4/+4
2019-09-18Merge "Optimizing Imports and Formatting code"Brinda Santh Muthuramalingam1-4/+4
2019-09-18Merge "Updated Remote Ansible component to retrieve all artifacts and logs pr...Dan Timoney2-31/+68
2019-09-18Optimizing Imports and Formatting codeSingal, Kapil (ks220y)1-4/+4
2019-09-18Refactoring Netconf NetconfMessageUtilsSingal, Kapil (ks220y)1-5/+4
2019-09-17Updated Remote Ansible component to retrieve all artifacts and logs produced ...Serge Simard2-31/+68
2019-09-17Plugin to format/validate POMSINGAL, KAPIL (ks220y)1-3/+4
2019-09-17Fix deploy failure and other test cases.Brinda Santh1-0/+1
2019-09-16Changing line separator type to LFSINGAL, KAPIL (ks220y)1-35/+35
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)1-1/+1
2019-08-28Roll versionsTimoney, Dan (dt5972)1-1/+1
2019-08-27Make source-db consistent across samplesOleg Mitsura1-9/+9
2019-08-16Add support for AWX workflow_job_template execution to Remote Ansible Executor.Serge Simard1-36/+77
2019-08-15Update to NeonTimoney, Dan (dt5972)1-1/+1
2019-08-09Added service for Edit CBAEzhilarasi1-1/+1
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)1-1/+1
2019-07-10Bug fixes request input default valueBrinda Santh1-48/+50
2019-07-08Fix ComponentRemoteAnsibleExecutorTestEliezio Oliveira5-189/+1381
2019-06-13Various bug fixes encountered during remote ansible executor development.Serge Simard1-1/+6
2019-06-03Improved error handling for remote ansible executor.Serge Simard1-15/+25
2019-05-27Remote AWX ansible playbook executorSerge Simard6-0/+653
>asdc.version}</version> --> <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>ui-ci-dev</artifactId> <description>Selenium tests for the SDnC Application</description> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-server</artifactId> <version>2.48.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>asdc-tests</artifactId> <version>${asdc-tests.version}</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>${snakeyaml.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> <scope>compile</scope> </dependency> <!-- http client --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>${httpclient.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>${commons-logging}</version> <scope>compile</scope> </dependency> <!-- http core --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcore.version}</version> <scope>compile</scope> </dependency> <!-- TITAN --> <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-core</artifactId> <version>${titan.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-cassandra</artifactId> <version>${titan.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-distribution-client</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>${testng.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>${json-simple.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.sikuli</groupId> <artifactId>sikuli-api</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.sikuli</groupId> <artifactId>sikuli-core</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons-codec}</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <!-- ================================================== --> <!-- Get the next versions from the properties file. --> <!-- ================================================== --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-1</version> <inherited>false</inherited> <executions> <execution> <id>ui-ci-dev</id> <phase>initialize</phase> <goals> <goal>read-project-properties</goal> </goals> <configuration> <files> <file>../target/FullReleaseVersion.properties</file> </files> </configuration> </execution> </executions> </plugin> <!-- ============================================= --> <!-- Create the JAR file with its dependencies --> <!-- ============================================= --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.5.5</version> <executions> <execution> <id>create.jar.with.dependencies</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <archive> <manifest> <mainClass>org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </execution> </executions> </plugin> <!-- =========================== --> <!-- HP Fortify scanner --> <!-- =========================== --> <plugin> <groupId>com.fortify.ps.maven.plugin</groupId> <artifactId>sca-maven-plugin</artifactId> <version>4.30</version> <configuration> <scanEnabled>false</scanEnabled> </configuration> </plugin> </plugins> </build> </project>