summaryrefslogtreecommitdiffstats
path: root/docs/deployment.rst
AgeCommit message (Expand)AuthorFilesLines
2023-03-15Enable all Sphinx build warnings as errorsCédric Ollivier1-1/+1
2022-11-24Documentation update for enabled dataspace filterseanbeirne1-2/+2
2022-11-09Fix RTD broken linksmpriyank1-1/+1
2022-09-22Update Release Notes for Kohnlukegleeson1-11/+11
2022-09-01Fixing RTD warningsemaclee1-5/+5
2022-08-09Module Sync, Data Sync, Retry Mechanism RTDDylanB95EST1-1/+12
2022-06-30Kafka consumer can not be turned offJosephKeenan1-5/+2
2022-05-10Watchdog Process-Make ConfigurableDylanB95EST1-9/+19
2022-04-29Merge "[STRIMZI] Add strimzi kafka notes"Toine Siebelink1-8/+11
2022-03-22Update docs to add info on providing additional configRenu Kumari1-2/+7
2022-03-15Create primary documentation for Jakarta releaseBruno Sakoto1-5/+6
2022-03-15[STRIMZI] Add strimzi kafka notesefiacor1-8/+11
2021-11-08Improve internal documentation linkslukegleeson1-3/+3
2021-10-21Prepare for links accross different name-spacesToineSiebelink1-1/+2
2021-10-12cps-core deployment documentputhuparambil.aditya1-5/+274
2021-09-22openapi.yaml should not be modified when the application is compiledDylanB95EST1-1/+1
2021-09-14Create Preliminary Documentation for CPS-Core & NCMPshivasubedi1-0/+15
ou 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. SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.models.sim</groupId> <artifactId>policy-models-sim</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> <properties> <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> <modules> <module>models-sim-dmaap</module> <module>policy-models-sim-pdp</module> <module>policy-models-simulators</module> </modules> </project>