summaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Add contributing repo submoduleRich Bennett1-0/+5
Change-Id: I5af78df4e9bea173c93980f1e2229f247451b9da Issue-ID: SDNC-683 Signed-off-by: Rich Bennett <rb2745@att.com>
2019-03-08Advance submodule referencesRich Bennett1-0/+6
Advance submodule references of recently added repos Remove conf2.py no longer used. Clarify what tox -elocal does with submodules Add branch and ignore properties for recently added repos Change-Id: I9f40fea10ae515d72766c9c6e0e5771ad12ccc27 Issue-ID: DOC-414 Signed-off-by: Rich Bennett <rb2745@att.com>
2019-02-25Add OOM offline-installer project to the docPetr Ospalý1-0/+3
Change-Id: Ib6a9fa7228e609d1d27fc6074cd1990864e26bdf Issue-ID: OOM-1672 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>
2019-01-08Added CDS to doc projectezhil1-0/+3
Change-Id: I2ee4861128f4e976973c9769b66d730896446a55 Issue-ID: CCSDK-918 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-28Documentation for ccsdk/appsezhil1-0/+3
Change-Id:
#============LICENSE_START========================================================
#=================================================================================
# Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You 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.
# ============LICENSE_END=========================================================

#################################################################
# Global configuration defaults.
#################################################################
global:
  nodePortPrefix: 302
  nodePortPrefixExt: 304
  readinessImage: onap/oom/readiness:3.0.1

config:
  dashboardURL: https://inventory:8080/dcae-service-types
  # The dashboard credentials aren't actually used, since
  # the inventory API and the dashboard pass-through to the
  # inventory API don't require authentication.
  # Since the password doesn't matter, we let it be
  # generated by the common secret template.
  dashboardUser: nobody
  #dashboardPassword: doesntmatter
  mrTopicURL: http://message-router:3904/events
  importCloudify: https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
  importK8S: plugin:k8splugin?version=3.4.2
  importPostgres: plugin:pgaas?version=1.3.0
  importClamp: plugin:clamppolicyplugin?version=1.1.0
  importDMaaP: plugin:dmaap?version=1.5.0
  useDmaapPlugin: false

secrets:
  - uid: "dashsecret"
    type: basicAuth
    login: '{{ .Values.config.dashboardUser }}'
    password: '{{ .Values.config.dashboardPassword }}'
    passwordPolicy: generate

service:
  type: ClusterIP
  name: dcaemod-runtime-api
  ports:
    - name: http
      port: 9090

# probe configuration parameters
liveness:
  initialDelaySeconds: 60
  periodSeconds: 30
  port: http
  # necessary to disable liveness probe when setting breakpoints
  # in debugger so K8s doesn't restart unresponsive container
  enabled: true

readiness:
  initialDelaySeconds: 60
  periodSeconds: 20
  port: http
  # Should have a proper readiness endpoint or script

# application image
repository: nexus3.onap.org:10001
image: onap/org.onap.dcaegen2.platform.mod.runtime-web:1.1.0

# Resource Limit flavor -By Default using small
flavor: small
# Segregation for Different environment (Small and Large)
resources:
  small:
    limits:
      cpu: 2
      memory: 2Gi
    requests:
      cpu: 1
      memory: 1Gi
  large:
    limits:
      cpu: 4
      memory: 4Gi
    requests:
      cpu: 2
      memory: 2Gi
  unlimited: {}
>
2018-03-21Add MUSIC project submodule and toctree refsRich Bennett1-0/+5
Change-Id: I88174a9eae28b4cf212ad6059d36b3ffff101ff1 Signed-off-by: Rich Bennett <rb2745@att.com> Issue-ID: DOC-253
2018-03-12Clean up gitmodule references recently addedRich Bennett1-2/+10
Corrected path vfc/nfvo/driver/vnfm/svnfm.git Add missing master branch references for dmaap/datarouter dmaap/dbcapi and aai/event-client Change-Id: I75670a9ce4d6923c54a524fbe989bea280688bc7 Issue-ID: DOC-251 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-03-12Add Nokia SVNFM driver documentationDenes Nemeth1-0/+3
Change-Id: I8b92b024908400d947e1ef896432561098b9a2bc Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-02-12add dmaap/dbcapi to docsDominic Lunanuova1-0/+3
Change-Id: Idf0c1528cb41f4635e6dcc5834945bb034666f63 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-118
2018-02-12Create initial document respository for DatarouterSripad1-0/+5
Issue-ID: DMAAP-106 Change-Id: I5428410aff704334865a4682b592d989ff119f0b Signed-off-by: Sai Gandham <sg481n@att.com>
2018-02-07Added the Optimization Framework OSDF doc folderSastry Isukapalli1-0/+3
Issue-ID: OPTFRA-65 Change-Id: Ie71fc7a72996bff6312630281a50778fa3da418b Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-02-05Add ui/dmaapbc submoduleChristopher Lott (cl778h)1-0/+5
Add submodule for UI/DMaaP-BC web app docs folder. Issue-ID: PORTAL-150 Change-Id: If564c9d209f7678c998aa776256cfe8a27f6f42c Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2018-02-02Add aai/event-client as submoduleLee, Tian (tl5884)1-0/+3
Change-Id: Idc01e0dc54a6d55b8aaf4b3e425553f817d18587 Issue-ID: AAI-700 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-24Add .gitmodule entry for vvpRich Bennett1-0/+5
Update sphinx conf.py to show master branch Change-Id: Ib62ff4699b179c6acaf3fe2ffb11372d9b56bc85 Issue-ID: DOC-58 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-11-16Add functionality section of release notesRich Bennett1-15/+0
Add and editorial / doc8 improvements in release notes Remove submodules for ccsdk/sli core and northbound Change-Id: I1ae08563e73cd824142508d7598687b3f5031595 Issue-ID: DOC-149 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-11-16Merge "Add documentation submodule for vvp product"Gregory Glover1-0/+5
2017-11-16Add documentation submodule for vvp productAlmog Laktivi1-0/+5
Change-Id: I0081e13dafce08004a901db16bb4ffc4e19964eb Issue-ID: VVP-30 Signed-off-by: Almog Laktivi <al942u@att.com>
2017-11-15Rm folders consolidated to sdnc/oam ccsdk/distRich Bennett1-40/+0
Change-Id: I8400c7b0d1f84f34b2e37941dc75bee5740316c6 Issue-ID: DOC-124 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-11-03Multiple editorial improvementsRich Bennett1-5/+0
Release notes expanded outline and content Release notes for doc projet Remove aai/sparky-fe submodule combined with spark-be Remove Module & Renamed Index and Search Change-Id: I4eeabee3604f1ffc4bb02dd4125a1770a77812d1 Issue-ID: DOC-147 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-10-31Resync modeling/toscaparser submodule referenceRich Bennett1-0/+2
Change-Id: I5782b07ebcd9c72ebc78578f688a8f3accfee613 Issue-ID: DOC-43 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-10-27Add the doc directory for tosca parsersdenghui021-0/+3
Issue-ID: MODELING-31 Change-Id: Ia089f54cfaafac1a1b7fd39fe0b773a8b50f8ae0 Signed-off-by: denghui02 <denghui12@huawei.com>
2017-10-26Remove aai submodules aggregated in aai-commonRich Bennett1-20/+4
Temporarily exclude offeredapis.rst causing RTD updates to timeout until root cause of delay eliminated or RTD quota can be increased Change-Id: I39e495f8e82bbaa451e6ae2c5ec92234ad330de3 Issue-ID: DOC-140 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-10-13logging doc init index needs submodules dir Michael O'Brien1-0/+3
IssueID: LOG-49 Change-Id: I91fe3bfcb41690d8905dafc016b0ea963b6d9d22 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-10-10Remove incorrectly name sdc_common submoduleRich Bennett1-5/+0
Change-Id: I15d656184de2d258655a413fe7b21ca6bec9a36f Issue-ID: SDC-419 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-10-03Readthedoc for so/libsSeshu-Kumar-M1-0/+3
Change-Id: I250fba3514c3e076f73f844d4659d08dce3f6884 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com> IssueId: SO-81
2017-10-03SO readthedoc to reviewSeshu-Kumar-M1-0/+5
Change-Id: Ic712871ebd04c96fb0cf02e0d103a5275bbd0a02 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com> IssueId:SO-81
2017-09-29Allow multiple sphinx-build threads on verify jobRich Bennett1-0/+68
Add branch and ignore value on all submodules Remove duplicate httpdomain requirement Issue-ID: DOC-93 Change-Id: I129e288b2d6825ef21efe48acfb5df2c2ffc8bdb Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-29Add doc submodule for usecase-uishentao1-0/+3
Change-Id: I24d1254cf2924df46d394a06b68470b3f814c130 Issue-Id: USECASEUI-48 Signed-off-by: shentao <shentao@chinamobile.com>
2017-09-28Add SDC and VID projectxg353y1-0/+30
Change-Id: I897de8714a6708e7d1cfaa912810b9069bf6b810 Issue-ID: SDC-419 Issue-ID: VID-70 Signed-off-by: xg353y <xg353y@intl.att.com>
2017-09-28Add SDNC and Portal repos to doc projectRich Bennett1-0/+27
Change-Id: I7bae849907c817b952a570fa8518f9d1995fa880 Issue-ID: DOC-51 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-28Add ccsdk projectsxg353y1-0/+39
Change-Id: I5b8ce6f3794fb4ae41b7d949581049c454c59fdb Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CCSDK-107