Skip to content
Snippets Groups Projects
Commit 5bc41482 authored by Yauheni  Rykhter (EPAM)'s avatar Yauheni Rykhter (EPAM)
Browse files

Merge branch 'GONRG-7029-anthos-to-baremetal' into 'master'

GONRG-7029: update anthos to baremetal

See merge request !387
parents a660ef8f f2850362
No related branches found
No related tags found
1 merge request!387GONRG-7029: update anthos to baremetal
Pipeline #186790 failed
Showing
with 12 additions and 12 deletions
......@@ -14,8 +14,8 @@ gc-dev2-test:
REGISTER_BASE_URL: $GC_REGISTER_BASE_URL
GROUP_ID: dev2.osdu.club
gc-anthos-test:
gc-baremetal-test:
variables:
REGISTER_BASE_URL: $GC_REGISTER_BASE_URL
GC_VENDOR: anthos
GC_VENDOR: baremetal
GROUP_ID: osdu-gcp.go3-nrg.projects.epam.com
......@@ -40,9 +40,9 @@ In the current version, the OQM mapper is equipped with 2 drivers to the message
* GCloud command line tool
* GCloud access to opendes project
### Anthos Service Configuration
### Baremetal Service Configuration
[Anthos service configuration](docs/anthos/README.md)
[Baremetal service configuration](docs/baremetal/README.md)
### Google Cloud Service Configuration
......@@ -126,9 +126,9 @@ cd provider/notification-gc/ && mvn spring-boot:run -Dspring-boot.run.profiles=l
## Testing
#### Anthos
#### Baremetal
[Anthos Testing](docs/anthos/README.md)
[Baremetal Testing](docs/baremetal/README.md)
#### Google Cloud
......
# Service Configuration for Anthos
# Service Configuration for Baremetal
## Table of Contents <a name="TOC"></a>
* [Service Configuration for Anthos](#service-configuration-for-anthos)
* [Service Configuration for Baremetal](#service-configuration-for-baremetal)
* [Table of Contents <a name="TOC"></a>](#table-of-contents-)
* [Environment variables](#environment-variables)
* [Common properties for all environments](#common-properties-for-all-environments)
......
......@@ -25,10 +25,10 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>notification-test-anthos</artifactId>
<artifactId>notification-test-baremetal</artifactId>
<version>0.21.0-SNAPSHOT</version>
<name>notification-test-anthos</name>
<description>Integration tests Anthos for notification</description>
<name>notification-test-baremetal</name>
<description>Integration tests Baremetal for notification</description>
<packaging>jar</packaging>
<properties>
......
......@@ -35,7 +35,7 @@
<module>notification-test-gc</module>
<module>notification-test-aws</module>
<module>notification-test-ibm</module>
<module>notification-test-anthos</module>
<module>notification-test-baremetal</module>
</modules>
<repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment